/*  */
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,400italic,700,700italic,300,300italic);

/*  */


h1,h2,h3,h4,h5,h6 {
	font-family: "Open Sans",arial,sans-serif;
	font-weight: 300;
}
.light-font {
	font-weight: 300;
}
ul,li,ol,p ,a {
	font-family: 'Open Sans',arial,sans-serif;
	font-size:13px;
	line-height: 150%;
	color:#404040;
}
p {
	margin:0;
	margin-bottom: 12px;
}
a,.latest-news-outer a {
	color:#ff8400;
	text-decoration: none;	
	outline: none;
}
a:hover {text-decoration: underline;}
.list-unstyle {
	margin:0;
	padding:0;
	list-style: none;
	margin:0;
}
.clearfix {
	clear:both;
}
.noTopMargin {margin-top: 0 !important;}
.fl {float: left;}
.fr {float: right;}
/*Layout Style*/
.container_960 {
	width: 960px;
	margin:0 auto;
}
#header {
	width: 100%;
	background: #fff;
	position: fixed;
	z-index: 9;
	top:0;
}
.top_header {
	overflow: hidden;
}
#cbp-hrmenu li a {
	float:left;
	padding:26px 20px;
	/*color: #8d8d8d;*/
}
#cbp-hrmenu.cbp-hrmenu > ul > li.cbp-hropen > div.cbp-hrsub > div.cbp-hrsub-inner > ul > div.container_960 > li > a {
	padding:0 20px;
	line-height: 42px;
	height: 42px;
	outline: none;
}
#cbp-hrmenu li a:hover {
	text-decoration: none;
}
#mainlogo {
	margin: 0;
	display: block;
	width:184px;
	height:70px;
	background: url('../img/ses_mainlogo.png') no-repeat 0 13px;
	text-indent: -9999px;
}

#home_bigimage {
	min-width:1024px;
	min-height: 100%;
	/*background: url('../img/homepage-img.jpg') no-repeat 0 0;
	background-size: cover;*/
	width: 100%;
	height: auto;

	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;

}
#footer {
	position: fixed;
	bottom:20px;
	width:100%;
	background: #094897;
	height: 140px;
}
#footer-page {
	width:100%;
	background: #094897;
	height: 140px;
	z-index: 1;
/*	position: fixed;*/
	bottom: 20px;
}
.footer_border {
	height: 5px;
	width: 100%;
	background: url('../img/footer-border-ornament.png') repeat 0 0;
}
.footer_body {
	padding-top:15px;
	color:#fff;
	background: #094897 url('../img/bg-footer.png') repeat-x left bottom;
	min-height: 105px;
}
.footer_body p {
	color:#fff;
	font-size:12px;
}
.outer_logo_alamat_footer {
	float:left;
}
.logo_footer {
	margin-top: -55px;
	float:left;
}
.alamat_footer {
	float:left;
	margin-left:10px;
	margin-top:-5px;
}
.alamat_footer h3 {
	margin:0 0 2px 0;
	font-weight: 300;
	font-size: 21px;
}
.social_media_footer {
	float:right;
	margin-top: 25px;
}
.social_media {
	display: block;
	width: 32px;
	height: 33px;
	background: url('../img/social-media-sprite.png') no-repeat 0 0;
}
.social_media_footer li {
	margin-right: 5px;
}
.social_media.twitter {
	background-position: -32px 0;
}
.social_media.fb:hover { background-position: 0 -33px; }
.social_media.twitter:hover { background-position: -32px -33px; }
.copyright {
	clear:both;
	width: 100%;
	height: 35px;
	background: #094897;
}
.copyright p {
	color:#fff;
}
.copyright p,.copyright a {
	font-size: 10px;
	margin-bottom: 0;
	line-height: 35px;
}

/*Slide Testimonial*/

.cd-container {
}
.cd-testimonials-item-home p {
	color:#fff;
	font-size: 21px;
	font-weight: 300;
}
.cd-testimonials-wrapper-home {
  position: relative;
  max-width: 550px;
  background:rgba(0,0,0,0.4);
  margin: 200px 0 0 40%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 15px;
  z-index: 1;
}
.cd-testimonials-wrapper-news {
	position: relative;

}
.flex-direction-nav {
	margin: 0;
	list-style: none;
	position: absolute;
	right: 0;
	top: -25px;
	padding: 0;
}
.flex-direction-nav li {
	display: block;
	float: left;
 	height: 25px;
  	width: 25px;
  	background: #3e3e3e;
  	margin-right: 1px;
}

.flex-direction-nav li a {
  display: block;
  height: 25px;
  width: 25px;
  /* image replacement */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  -webkit-transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  transition: background-color 0.2s;
  outline: none;

}
.no-touch .flex-direction-nav li a:hover {
  background-color: #323234;
}
.flex-direction-nav li a::before, .flex-direction-nav li a::after {
  /* left and right arrows in css only */
  content: '';
  position: absolute;
  left: 25%;
  top: 158%;
  width: 1px;
  height: 10px;
  background-color: white;
  outline: none;
}
.flex-direction-nav li a::after {
	left: 75%;
	top: 122%;
  
}
.flex-direction-nav li a::before {
  -webkit-transform: translateY(-42px) rotate(-315deg);
  -moz-transform: translateY(-42px) rotate(-315deg);
  -ms-transform: translateY(-42px) rotate(-315deg);
  -o-transform: translateY(-42px) rotate(-315deg);
  transform: translateY(-42px) rotate(-315deg);
}
.flex-direction-nav li a::after {
  -webkit-transform: translateY(-32px) rotate(-45deg);
  -moz-transform: translateY(-32px) rotate(-45deg);
  -ms-transform: translateY(-32px) rotate(-45deg);
  -o-transform: translateY(-32px) rotate(-45deg);
  transform: translateY(-32px) rotate(-45deg);
}
.flex-direction-nav li:last-child a::before {
  -webkit-transform: translateY(-35px) rotate(-45deg);
  -moz-transform: translateY(-35px) rotate(-45deg);
  -ms-transform: translateY(-35px) rotate(-45deg);
  -o-transform: translateY(-35px) rotate(-45deg);
  transform: translateY(-35px) rotate(-45deg);
}
.flex-direction-nav li:last-child a::after {
  -webkit-transform: translateY(-25px) rotate(45deg);
  -moz-transform: translateY(-25px) rotate(45deg);
  -ms-transform: translateY(-25px) rotate(45deg);
  -o-transform: translateY(-25px) rotate(45deg);
  transform: translateY(-25px) rotate(45deg);
}


/*Page Slide*/
.page-content-wrapper {
	padding: 25px;
	background: rgba(255,255,255,0.95);
	margin-top: 8px;
	width: 100%;
	/*overflow: auto;*/
}
.page-content-wrapper ol, .page-content-wrapper ul {
}
.page-wrapper-outer {
	width: 960px;
	bottom: 0;
	left: 0;
}
.page-wrapper {
	position: absolute;
	bottom: 30px;
	width: 960px;

}
.page-wrapper h1 {
	display: inline;
	background: #0071bc;
	color: #fff;
	padding:0 4px 4px 4px;
	margin-bottom: 4px;
	font-size: 24px;
}

.page-with-subcontent .page-content-wrapper {
	width: 620px !important;
	padding: 0px !important;	
}
.page-with-subcontent .page-content-wrapper p , .page-with-subcontent .page-content-wrapper h2, .page-with-subcontent .page-content-wrapper h3,.page-with-subcontent .page-content-wrapper h4,.page-with-subcontent .page-content-wrapper h5{
	padding-left: 30px;
	padding-right: 20px;
}
.page-with-subcontent .page-content-wrapper ol, .page-with-subcontent .page-content-wrapper ul {
	padding-left: 60px;
}
.page-with-subcontent .page-content-wrapper table  {
	margin-left: 30px;
}
.page-with-subcontent .page-content-wrapper table p {
	padding:0 !important;
	margin: 0 !important;
}
.page-with-subcontent .page-content-wrapper h2,.page-with-subcontent .page-content-wrapper h3,.page-with-subcontent .page-content-wrapper h4 {
	margin:21px 0 6px 0 !important;
}
.page-title {
	width: 620px;
	float: left;
}
.page-title h1 {
	float: left;
	margin-top: 0;
	margin-right: 5px;
}
.subcontent {
	margin-right: 20px;
	width: 280px;
	float: left;
}
.subcontent ul li a {
	display: block;
	background: rgba(255,255,255,0.95);
	padding: 10px 8px;
	margin-bottom: 1px;
	color:#000;
	transition:all linear 0.3s;
	font-size:12px;
}
.subcontent ul li a:hover {
	text-decoration: none;
	background: #0071bd;
	color:#fff;
	padding-left:12px;
}
.page-content-wrapper h2 {
	color:#0d0d0d;
	margin-bottom: 7px;
	font-size: 16px;
}
.page-content-wrapper p {
	color:#262626;
	line-height: 1.5em;
}
.page-content-wrapper li {
	line-height: 1.5em;
	margin: 0 0 5px;
}
.toggle_content_0,.toggle_content_1,.toggle_content_2, .toggle_content_3, .toggle_content_4 {
	display: block;
	width: 37px;
	height: 37px;
	line-height: 37px;
	text-align: center;
	background: #0071bc;
	float: left;
	color:#fff;
	font-size: 29px;
	font-family: "Open Sans";
	font-weight: 300;
	cursor: pointer;
}
.rotate {

/* Safari */
-webkit-transform: rotate(-45deg);

/* Firefox */
-moz-transform: rotate(-45deg);

/* IE */
-ms-transform: rotate(-45deg);

/* Opera */
-o-transform: rotate(-45deg);

/* Internet Explorer */
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);

}
#section0,
#section1,
#section2,
#section3{
	background-size: cover;
	height:100vh !important;
	min-height:100vh !important;
	/*background-attachment: fixed;*/
}

/* Defining each sectino background and styles
* --------------------------------------- */



.section_coreofses{
	background-image: url(../img/bg_img/coreofses.jpg);
}
.section_essential{
	background-image: url(../img/bg_img/essential.jpg);
}
.section_leadership{
	background-image: url(../img/bg_img/leadership.jpg);
}
.section_pg {
	background-image: url(../img/bg_img/pg.jpg);
}
.section_sd {
	background-image: url(../img/bg_img/sd.jpg);
}
.section_smp {
	background-image: url(../img/bg_img/smp.jpg);
}
.section_academic {
	background-image: url(../img/bg_img/ard.jpg);
}
.section_phsyco {
	background-image: url(../img/bg_img/psycho.jpg);
}
.section_calendar {
	background-image: url(../img/bg_img/calendar.jpg);
}
.section_news {
	background-image: url(../img/bg_img/news.jpg);
}
.section_gallery {
	background-image: url(../img/bg_img/gallery.jpg);
}
.section_video {
	background-image: url(../img/bg_img/video.jpg);
}
.section_apply {
	background-image: url(../img/bg_img/apply.jpg);
}
.section_fees {
	background-image: url(../img/bg_img/fees.jpg);
}
.section_contactus {
	background-image: url(../img/bg_img/contactus.jpg);
}
.section0 .page-content-wrapper {
	display: block;
}

.scroll-pane
{
	width: 100%;
	max-height: 400px;
	overflow: auto;
}
.page-content-wrapper.full-height-page {
	/*max-height: 400px !important;*/
	height: 100vh !important;
}
.page-wrapper.full-height-wrapper {
	position: static !important;
	margin-top: 110px;
}
.pageNavOuter  {
	display: block;
 	height: 30px;
  	width: 30px;
  	background: #0071bd;
  	margin-right: 1px;
  	float:left;
}
.pageNav {
	display: block;
	width: 30px;
	height: 30px;
  	white-space: nowrap;
	display: block;
    -webkit-transition: background-color 0.2s;
  	-moz-transition: background-color 0.2s;
  	transition: background-color 0.2s;
  	outline: none;
}
.pageNavOuter a::before , .pageNavOuter a::after{
  /* left and right arrows in css only */
  content: '';
  position: absolute;
  width: 1px;
  height: 10px;
  background-color: white;
  outline: none;
}
.pageNavOuter-down a::before {
  -webkit-transform: translateY(11px) translateX(19px) rotate(-315deg);
  -moz-transform: translateY(11px) translateX(19px) rotate(-315deg);
  -ms-transform: translateY(11px) translateX(19px) rotate(-315deg);
  -o-transform: translateY(11px) translateX(19px) rotate(-315deg);
  transform: translateY(11px) translateX(19px) rotate(-315deg);

}
.pageNavOuter-down a::after {
  -webkit-transform: translateY(11px) translateX(12px) rotate(-45deg);
  -moz-transform: translateY(11px) translateX(12px) rotate(-45deg);
  -ms-transform: translateY(11px) translateX(12px) rotate(-45deg);
  -o-transform: translateY(11px) translateX(12px) rotate(-45deg);
  transform: translateY(11px) translateX(12px) rotate(-45deg);
}

.pageNavOuter-up a::before {
  -webkit-transform: translateY(11px) translateX(19px) rotate(-45deg);
  -moz-transform: translateY(11px) translateX(19px) rotate(-45deg);
  -ms-transform: translateY(11px) translateX(19px) rotate(-45deg);
  -o-transform: translateY(11px) translateX(19px) rotate(-45deg);
  transform: translateY(11px) translateX(19px) rotate(-45deg);

}
.pageNavOuter-up a::after {
  -webkit-transform: translateY(11px) translateX(12px) rotate(-315deg);
  -moz-transform: translateY(11px) translateX(12px) rotate(-315deg);
  -ms-transform: translateY(11px) translateX(12px) rotate(-315deg);
  -o-transform: translateY(11px) translateX(12px) rotate(-315deg);
  transform: translateY(11px) translateX(12px) rotate(-315deg);
}
.pageNavOuter-wrapper {
	position: absolute;
	right: 0;
	top: 11px;
}
#calendar {
	padding: 15px;
	padding-right: 0;
	background: #fff;
	min-height: 600px !important;
}
.fc-header-title h2 {
	font-weight: bold;
}
table.fc-header ,.fc-content table {
	max-width: 98% !important;
}
#berita-list > li {
	margin-bottom: 10px;
	border-bottom: 1px dotted #999999;
	background: rgba(255,255,255,0.86);
	min-height: 300px;
}
#berita-list li .inner {
	padding: 15px;
}
.news-thumb {
	margin-right: 25px;
	margin-bottom: 10px;
}
.berita-title { margin-bottom: 5px;}
.berita-title a {
	font-size: 24px;
}
.meta {
	margin-bottom: 10px;
}
.gallery-list {
	overflow: hidden;
}
#gallery-list li , #gallery-list2 li{
	float:left;
	margin-right: 10px;
	margin-bottom: 5px;
	border: 1px solid #fff;
}
.tab-container {
	float:left;
}
.half-col {
	width: 60%;
	margin-right: 1em;
}



/*-------Bootstrap Table Style */
table {
  max-width: 90%;
  background: #fff;
}
 
th {
  text-align: left;
}
 
.table {
  width: 100%;
  margin-bottom: 20px;
}
 
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.428571429;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
 
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
 
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
 
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
 
.table .table {
  background-color: #fff;
}
 
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
 
.table-bordered {
  border: 1px solid #ddd;
}
 
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
 
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
 
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #eaeaea;
}
 
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5;
}
.staff-list .staff-listItem img {
	float: left;
	margin-right: 15px;
	width: 75px;
	height: 90px;
}
.staff-name,.staff-position,.staff-education,.staff-desc {
	margin:0;
}
p.staff-position {
	color:#008aff !important;
	font-size: 11px;
	font-weight: bold;
	line-height: 13px;
	margin-top: 3px;
	margin-bottom: 6px;
}
p.staff-name {
	line-height: 13px !important;
	font-size: 13px;
	font-weight: bold;
}
p.staff-education {
	line-height: 13px;
	font-size: 9px;
	font-style: italic;
	margin-top: 3px;
}
div.staff-desc {
	font-size: 11px;
	line-height: 15px;
	font-style: italic;
}
.staff-list { overflow:hidden; padding-left: 30px !important;}
.staff-list li {
	margin-bottom: 12px;
	overflow: hidden;
	width: 270px;
	margin-right: 7px;
	float: left;
}
.staff-list.rd_staff li {
	width: 300px;
}
.fc-header {
	background: transparent !important;
}
.latest-news-outer {
	margin-top: 90px;
	padding-bottom: 15px;
	background: #fff;
	padding:15px;
	overflow: hidden;
	margin-bottom: 35px;
}
.news-main-content .latest-news-list li {
	border-bottom: 1px solid #e0e0e0;
	overflow: hidden;
	margin-bottom: 15px;
	padding-bottom: 15px;
}
.news-main-content .latest-news-list li:last-child {
	border-bottom: none;
}
#footer.news-page-footer {
	position: static;
}
.cb-slideshow,
.cb-slideshow:after { 
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 0; 
    list-style: none;
}
.cb-slideshow:after { 
    content: '';
    background: transparent url(../images/pattern.png) repeat top left; 
}
.cb-slideshow li span { 
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    color: transparent;
    background-size: cover;
    background-position: 50% 50px;
    background-repeat: none;
    opacity: 0;
    z-index: 0;
	-webkit-backface-visibility: hidden;
    -webkit-animation: imageAnimation 36s linear infinite 0s;
    -moz-animation: imageAnimation 36s linear infinite 0s;
    -o-animation: imageAnimation 36s linear infinite 0s;
    -ms-animation: imageAnimation 36s linear infinite 0s;
    animation: imageAnimation 36s linear infinite 0s; 
}
.cb-slideshow li div { 
    z-index: 1000;
    position: absolute;
    bottom: 30px;
    left: 0px;
    width: 100%;
    text-align: center;
    opacity: 0;
    color: #fff;
    -webkit-animation: titleAnimation 36s linear infinite 0s;
    -moz-animation: titleAnimation 36s linear infinite 0s;
    -o-animation: titleAnimation 36s linear infinite 0s;
    -ms-animation: titleAnimation 36s linear infinite 0s;
    animation: titleAnimation 36s linear infinite 0s; 
}
.cb-slideshow li div h3 { 
    font-family: 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif;
    font-size: 240px;
    padding: 0;
    line-height: 200px; 
}
/*.cb-slideshow li:nth-child(1) span { 
    background-image: url(../images/1.jpg) 
}*/
.cb-slideshow li:nth-child(2) span { 
    /*background-image: url(../images/2.jpg);*/
    -webkit-animation-delay: 6s;
    -moz-animation-delay: 6s;
    -o-animation-delay: 6s;
    -ms-animation-delay: 6s;
    animation-delay: 6s; 
}
.cb-slideshow li:nth-child(3) span { 
    /*background-image: url(../images/3.jpg);*/
    -webkit-animation-delay: 12s;
    -moz-animation-delay: 12s;
    -o-animation-delay: 12s;
    -ms-animation-delay: 12s;
    animation-delay: 12s; 
}
.cb-slideshow li:nth-child(4) span { 
    /*background-image: url(../images/4.jpg);*/
    -webkit-animation-delay: 18s;
    -moz-animation-delay: 18s;
    -o-animation-delay: 18s;
    -ms-animation-delay: 18s;
    animation-delay: 18s; 
}
.cb-slideshow li:nth-child(5) span { 
    /*background-image: url(../images/5.jpg);*/
    -webkit-animation-delay: 24s;
    -moz-animation-delay: 24s;
    -o-animation-delay: 24s;
    -ms-animation-delay: 24s;
    animation-delay: 24s; 
}
.cb-slideshow li:nth-child(6) span { 
    /*background-image: url(../images/6.jpg);*/
    -webkit-animation-delay: 30s;
    -moz-animation-delay: 30s;
    -o-animation-delay: 30s;
    -ms-animation-delay: 30s;
    animation-delay: 30s; 
}
.cb-slideshow li:nth-child(2) div { 
    -webkit-animation-delay: 6s;
    -moz-animation-delay: 6s;
    -o-animation-delay: 6s;
    -ms-animation-delay: 6s;
    animation-delay: 6s; 
}
.cb-slideshow li:nth-child(3) div { 
    -webkit-animation-delay: 12s;
    -moz-animation-delay: 12s;
    -o-animation-delay: 12s;
    -ms-animation-delay: 12s;
    animation-delay: 12s; 
}
.cb-slideshow li:nth-child(4) div { 
    -webkit-animation-delay: 18s;
    -moz-animation-delay: 18s;
    -o-animation-delay: 18s;
    -ms-animation-delay: 18s;
    animation-delay: 18s; 
}
.cb-slideshow li:nth-child(5) div { 
    -webkit-animation-delay: 24s;
    -moz-animation-delay: 24s;
    -o-animation-delay: 24s;
    -ms-animation-delay: 24s;
    animation-delay: 24s; 
}
.cb-slideshow li:nth-child(6) div { 
    -webkit-animation-delay: 30s;
    -moz-animation-delay: 30s;
    -o-animation-delay: 30s;
    -ms-animation-delay: 30s;
    animation-delay: 30s; 
}
/* Animation for the slideshow images */
@-webkit-keyframes imageAnimation { 
    0% { opacity: 0;
    -webkit-animation-timing-function: ease-in; }
    8% { opacity: 1;
         -webkit-animation-timing-function: ease-out; }
    17% { opacity: 1 }
    25% { opacity: 0 }
    100% { opacity: 0 }
}
@-moz-keyframes imageAnimation { 
    0% { opacity: 0;
    -moz-animation-timing-function: ease-in; }
    8% { opacity: 1;
         -moz-animation-timing-function: ease-out; }
    17% { opacity: 1 }
    25% { opacity: 0 }
    100% { opacity: 0 }
}
@-o-keyframes imageAnimation { 
    0% { opacity: 0;
    -o-animation-timing-function: ease-in; }
    8% { opacity: 1;
         -o-animation-timing-function: ease-out; }
    17% { opacity: 1 }
    25% { opacity: 0 }
    100% { opacity: 0 }
}
@-ms-keyframes imageAnimation { 
    0% { opacity: 0;
    -ms-animation-timing-function: ease-in; }
    8% { opacity: 1;
         -ms-animation-timing-function: ease-out; }
    17% { opacity: 1 }
    25% { opacity: 0 }
    100% { opacity: 0 }
}
@keyframes imageAnimation { 
    0% { opacity: 0;
    animation-timing-function: ease-in; }
    8% { opacity: 1;
         animation-timing-function: ease-out; }
    17% { opacity: 1 }
    25% { opacity: 0 }
    100% { opacity: 0 }
}
/* Animation for the title */
@-webkit-keyframes titleAnimation { 
    0% { opacity: 0 }
    8% { opacity: 1 }
    17% { opacity: 1 }
    19% { opacity: 0 }
    100% { opacity: 0 }
}
@-moz-keyframes titleAnimation { 
    0% { opacity: 0 }
    8% { opacity: 1 }
    17% { opacity: 1 }
    19% { opacity: 0 }
    100% { opacity: 0 }
}
@-o-keyframes titleAnimation { 
    0% { opacity: 0 }
    8% { opacity: 1 }
    17% { opacity: 1 }
    19% { opacity: 0 }
    100% { opacity: 0 }
}
@-ms-keyframes titleAnimation { 
    0% { opacity: 0 }
    8% { opacity: 1 }
    17% { opacity: 1 }
    19% { opacity: 0 }
    100% { opacity: 0 }
}
@keyframes titleAnimation { 
    0% { opacity: 0 }
    8% { opacity: 1 }
    17% { opacity: 1 }
    19% { opacity: 0 }
    100% { opacity: 0 }
}
/* Show at least something when animations not supported */
.no-cssanimations .cb-slideshow li span{
	opacity: 1;
}

@media screen and (max-width: 1140px) { 
    .cb-slideshow li div h3 { font-size: 140px }
}
@media screen and (max-width: 600px) { 
    .cb-slideshow li div h3 { font-size: 80px }
}