@charset "utf-8";
/*
 ===================================================================================================
 
    @VERSION			: 1.0.1
    @CREATED			: 14 JUL 2014
    @MODIFIED			: 17 OCT 2025
    @DESIGNER			: Daniel C. K. Tan
    
    @FILE				: ~/css/layout.css
	@TYPE				: Style Sheet
	@DESCRIPTION		: Layout Style
	   
 ===================================================================================================
*/

/* TOC
====================================================================================================
	#1 Base Styles
	#2 Layout Styles
	#3 Helper Styles
	#4 Responsive Styles
	#5 CSS3 Styles
	#6 CSS Media Queries
*/


/* ----------------------------------------------------------------------------------------------------
   #1 BASE STYLES 
/* ----------------------------------------------------------------------------------------------------*/

/* Viewport Styles
/* ----------------------------------------------------------------------------------------------------*/
@-ms-viewport {
   width: device-width; 
   max-zoom: 1; 
   min-zoom: 1; 
   user-zoom: fixed;
}

@-o-viewport {
   width: device-width; 
   max-zoom: 1; 
   min-zoom: 1; 
   user-zoom: fixed;
}

@viewport {
   width: device-width; 
   max-zoom: 1; 
   min-zoom: 1; 
   user-zoom: fixed;
}

/* Support IE10 Snap Mode */
@media screen and (max-width: 400px) {
   @-ms-viewport { width: 320px; }
}

/* Document Styles
/* ----------------------------------------------------------------------------------------------------*/
html, body { width: 100%; height: 100%; }

body { 
	font-family: 'Open Sans', Arial, sans-serif;
	
	position: relative; /* Required for ScrollSpty */
	
	overflow-x: hidden; /* Prevent Horizontal Sweeping in iOS */
	text-rendering: optimizelegibility; 
    webkit-tap-highlight-color: rgba(255,255,255,.2);
	
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	    -ms-text-size-adjust: 100%; 
}


/* Link Styles
/* ----------------------------------------------------------------------------------------------------*/
a {
    color: #0071bb;
    -webkit-transition: all .2s ease-in-out;
       -moz-transition: all .2s ease-in-out;
	    -ms-transition: all .2s ease-in-out;
	     -o-transition: all .2s ease-in-out;
            transition: all .2s ease-in-out;
}

a:hover,
a:focus,
a:active,
a.active { color: #666; outline: 0; text-decoration: none; }


/* Headings Styles
/* ----------------------------------------------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
}




/* ----------------------------------------------------------------------------------------------------
   #2 LAYOUT STYLE 
/* ----------------------------------------------------------------------------------------------------*/

/* Navigation Bar
/* ----------------------------------------------------------------------------------------------------*/
.navbar .nav > li > a.apply { background-color: #60A917 ; color: #333; text-shadow: none !important; }
.navbar .nav > li > a.apply:hover { background-color: #60A917  !important; color: #fff; }

.navbar-inverse .navbar-toggle { border-color: #eee; color: #eee; }
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus { background-color: #999; }

.navbar {
    text-transform: uppercase;
    font-family: Montserrat, Arial, sans-serif;
    font-weight: 700;
}

.navbar a:focus { outline: 0; }
.navbar .navbar-nav li a:focus { outline: 0; }

.navbar-default,
.navbar-inverse { border: 0; }

.navbar-brand { color: #fff !important; }
.navbar-brand:hover { color: #fff !important; }
span.autism {
	color: #FF3300;
	display: inline;
	font-weight: 700;
}


@media (max-width: 1280px) {
	/*.navbar .nav > li > a { font-size: 0.85em; }*/
}

/* Twitter Bootstrap 3 navbar-collapse Breakpoint */
/* http://www.bootply.com/120604 */
@media (max-width: 1041px) {
    .navbar-header { float: none; }
	
    .navbar-left,.navbar-right { float: none !important; }
	
    .navbar-toggle { display: block; }
	
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
	
    .navbar-fixed-top {
		top: 0;
		border-width: 0 0 1px;
	}
    .navbar-collapse.collapse {
        display: none!important;
    }
	
	/* 100% Width for Menu */
	.navbar-inverse .navbar-collapse, 
	.navbar-inverse .navbar-form,
	.container > .navbar-header, 
	.container-fluid > .navbar-header {
		margin: 0 -42px;
	}
	.container > .navbar-header,
	.container-fluid > .navbar-header {
		margin: 0 -30px;
	}

    .container > .navbar-header, 
	.container-fluid > .navbar-header,
	.navbar-collapse.collapse .navbar-nav {
        float:none !important;
	}
	.navbar-nav.navbar-right:last-child { /*margin-right: 15!important;*/ }
	
	.navbar-nav>li { float: none; }
	
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
  		display:block !important;
	}
	
	
}

@media (min-width: 1041px) {
	.nav-collapse.collapse {
		display: block !important;
		height: auto !important;
		overflow: visible !important;
	}
}

@media (max-width: 817px) {
	/* 100% Width for Menu */
	.navbar-inverse .navbar-collapse, 
	.navbar-inverse .navbar-form,
	.container > .navbar-header, 
	.container-fluid > .navbar-header {
		margin: 0 -42px;
	}
	.container > .navbar-header,
	.container-fluid > .navbar-header {
		margin: 0 -30px;
	}
}

@media (max-width: 800px) {
	.navbar-inverse .navbar-collapse, 
	.navbar-inverse .navbar-form,
	.container > .navbar-header, 
	.container-fluid > .navbar-header {
		margin: 0 -20px;
	}
	
	.container > .navbar-header,
	.container-fluid > .navbar-header {
		margin: 0;
	}
}


@media (max-width: 785px) {
	/* 100% Width for Menu */
	.navbar-inverse .navbar-collapse, 
	.navbar-inverse .navbar-form,
	.container > .navbar-header, 
	.container-fluid > .navbar-header {
		margin: 0 -25px;
	}
	.container > .navbar-header,
	.container-fluid > .navbar-header {
		margin: 0 -10px;
	}
}

@media (max-width: 617px) {
	/* 100% Width for Menu */
	.navbar-inverse .navbar-collapse, 
	.navbar-inverse .navbar-form,
	.container > .navbar-header, 
	.container-fluid > .navbar-header {
		margin: 0 -15px;
	}
	.container > .navbar-header,
	.container-fluid > .navbar-header {
		margin: 0 -10px;
	}
}



/* Carousel General Styles
/* ----------------------------------------------------------------------------------------------------*/
.carousel-control .icon-prev:before { content: ""; }
.carousel-control .icon-next:before { content: ""; }

.carousel-indicators {
    position: absolute;
    bottom: 15px;
    right: 0;
    z-index: 999;
    margin: 0px;
    list-style: none outside none;
}

.carousel-indicators li {
    display: block;
    float: left;
    width: 10px;
    height: 10px;
    margin: 0 10px 0 0 !important;
    text-indent: -999px;
    background-color: rgba(255, 255, 255, 0.7);
    border-radius: 8px;
	border: none;
}

.carousel-indicators .active {
    background-color: #fff;
	width: 12px;
    height: 12px;
}


/* Full-width Image Slider
/* ----------------------------------------------------------------------------------------------------*/
#carousel-teaser,
#carousel-teaser .item,
#carousel-teaser .carousel-inner,
#carousel-teaser .carousel-inner .active {
	height:100%;
}

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

#carousel-teaser .carousel-control .fa {
	font-size: 50px !important;
	position: absolute;
	top: 50%;
}

#carousel-teaser .carousel-caption {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 15px;
	margin: 0 0 80px 0;
	background: #555555;
    background: rgba(0, 0, 0, 0.55);
}

#carousel-teaser .carousel-caption h4,
#carousel-teaser .carousel-caption p {
	color: #fff;
	text-align:right;
}

#carousel-teaser .carousel-caption h4 {
	font-family: Montserrat, Arial, sans-serif;
	font-size:6em;
	font-weight: 700;
	line-height: 20px;
	line-height: 90px\9;
	margin: 0 0 60px 0;
}

.carousel-caption p {
	font-family: "Open Sans", Arial, sans-serif;
	font-size:4em;
	font-weight: 300;
	line-height: 20px;
	line-height: 60px\9;
	margin-bottom: 0;
}


/* Carousel Testimonials Styles
/* ----------------------------------------------------------------------------------------------------*/
#carousel-testimonial .slider-size {
	height: 500px; /*This is your slider height*/
	width: 100%;
}

@media(min-width:1041px) {
    #carousel-testimonial .slider-size { margin: 0 35px 0; }
}

#carousel-testimonial .carousel-control .icon-prev, 
#carousel-testimonial .carousel-control .icon-next, 
#carousel-testimonial .carousel-control .fa-chevron-circle-left, 
#carousel-testimonial .carousel-control .fa-chevron-circle-right {
	font-size: 35px;
	line-height: 500px; /* Same as Slide Height */
	margin-top: -130px; /*16/10/2025*/
}

#carousel-testimonial .carousel-control.left,
#carousel-testimonial .carousel-control.right {
    background-image: none;
}

@media (max-width: 337px) {
	#carousel-testimonial .slider-size { margin: 0 35px 0; }
}

/*16/10/2025*/
#carousel-testimonial .carousel-indicators {
    bottom: -40px;
}

.carousel-inner .quotes p {
	color :#fff;
	font-size: 16px;
	line-height: 1.8;
	text-align: justify;
}

#carousel-testimonial .carousel-inner {
	margin-top: 30px;
}

#carousel-testimonial .quotes {
	min-height: 220px;
}

#carousel-testimonial .item {
	min-height: 320px;
}
/*------------*/

/* Tiles Styles
/* ----------------------------------------------------------------------------------------------------
   Tile Colors: http://metroui.org.ua/
   Tile Styles: http://talkslab.github.io/metro-bootstrap
/* ----------------------------------------------------------------------------------------------------*/

.tile {
	display: block;
	/*cursor: pointer;*/
	-webkit-perspective: 0;
	-webkit-transform-style: preserve-3d;
	-webkit-transition: -webkit-transform 0.2s;
	float: left;
	min-width: 75px;
	min-height: 75px;
	text-align: center;
	/*opacity: 0.75;*/
	background-color: #333;
	border: 5px solid #444;
	z-index: 1;
	color: #ffffff;
}

.tile .tile-content {
  padding-top: 20px;
  line-height: normal;
  position: relative;
  width: 100%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.tile .app-label { font-size: 0.85em; text-align: right; }
.tile .readmore { font-style: italic; font-size: 0.75em; margin: 0 0 0 20px; }
.tile .readmore i { margin: 0 0 0 5px; }

.tile.tile-small  { height: 70px;  width: 70px; }
.tile.tile-medium { height: 150px;  width: 150px; }
.tile.tile-wide, 
.tile.tile-double { height: 150px;  width: 310px; }
.tile.tile-large  { height: 310px;  width: 310px; }

.tile.tile-black { background-color: #000000 !important; }
.tile.tile-white { background-color: #ffffff !important; }
.tile.tile-lime { background-color: #a4c400 !important; }
.tile.tile-green { background-color: #60a917 !important; }
.tile.tile-emerald { background-color: #008a00 !important; }
.tile.tile-teal { background-color: #00aba9 !important; }
.tile.tile-cyan { background-color: #1ba1e2 !important; }
.tile.tile-cobalt { background-color: #0050ef !important; }
.tile.tile-indigo { background-color: #6a00ff !important; }
.tile.tile-violet { background-color: #aa00ff !important; }
.tile.tile-pink { background-color: #dc4fad !important; }
.tile.tile-magenta { background-color: #d80073 !important; }
.tile.tile-crimson { background-color: #a20025 !important; }
.tile.tile-red { background-color: #e51400 !important; }
.tile.tile-orange { background-color: #fa6800 !important; }
.tile.tile-amber { background-color: #f0a30a !important; }
.tile.tile-yellow { background-color: #e3c800 !important; }
.tile.tile-brown { background-color: #825a2c !important; }
.tile.tile-olive { background-color: #6d8764 !important; }
.tile.tile-steel { background-color: #647687 !important; }
.tile.tile-mauve { background-color: #76608a !important; }
.tile.tile-taupe { background-color: #87794e !important; }
.tile.tile-gray { background-color: #555555 !important; }
.tile.tile-dark { background-color: #333333 !important; }
.tile.tile-darker { background-color: #222222 !important; }
.tile.tile-transparent { background-color: transparent !important; }
.tile.tile-darkBrown { background-color: #63362f !important; }
.tile.tile-darkCrimson { background-color: #640024 !important; }
.tile.tile-darkMagenta { background-color: #81003c !important; }
.tile.tile-darkIndigo { background-color: #4b0096 !important; }
.tile.tile-darkCyan { background-color: #1b6eae !important; }
.tile.tile-darkCobalt { background-color: #00356a !important; }
.tile.tile-darkTeal { background-color: #004050 !important; }
.tile.tile-darkEmerald { background-color: #003e00 !important; }
.tile.tile-darkGreen { background-color: #128023 !important; }
.tile.tile-darkOrange { background-color: #bf5a15 !important; }
.tile.tile-darkRed { background-color: #9a1616 !important; }
.tile.tile-darkPink { background-color: #9a165a !important; }
.tile.tile-darkViolet { background-color: #57169a !important; }
.tile.tile-darkBlue { background-color: #16499a !important; }
.tile.tile-lightBlue { background-color: #4390df !important; }
.tile.tile-lightRed { background-color: #ff2d19 !important; }
.tile.tile-lightGreen { background-color: #7ad61d !important; }
.tile.tile-lighterBlue { background-color: #00ccff !important; }
.tile.tile-lightTeal { background-color: #45fffd !important; }
.tile.tile-lightOlive { background-color: #78aa1c !important; }
.tile.tile-lightOrange { background-color: #c29008 !important; }
.tile.tile-lightPink { background-color: #f472d0 !important; }
.tile.tile-grayDark { background-color: #333333 !important; }
.tile.tile-grayDarker { background-color: #222222 !important; }
.tile.tile-grayLight { background-color: #999999 !important; }
.tile.tile-grayLighter { background-color: #eeeeee !important; }
.tile.tile-blue { background-color: #00aff0 !important; }


/* Section Styles
/* ----------------------------------------------------------------------------------------------------*/
.section, 
.section-alt,
.section-testimonials {
	padding-top: 50px;
	padding-bottom: 50px;
}

.section {
	border-bottom: 1px solid #e1e1e1;
	min-height: 650px;
}

.section-alt { background: #fcfcfc; }

.section h2.title,
.section-alt h2.title,
.section-testimonials h2.title { margin: 0; font-size: 3em; }
.section-testimonials h2.title,
.section-testimonials h3,
.section-testimonials h5 { color: #fff; }

@media(max-width:767px) {
    .section { padding: 35px 0; }
}


hr.star-white,
hr.star-primary,
hr.star-dark {
    margin: 25px auto 30px;
    padding: 0;
    max-width: 250px;
    border: 0;
    border-top: solid 5px;
    text-align: center;
}

hr.star-white:after,
hr.star-primary:after,
hr.star-dark:after {
    content: "\f005";
    display: inline-block;
    position: relative;
    top: -.8em;
    padding: 0 .25em;
    font-family: FontAwesome;
    font-size: 2em;
}

hr.star-white { border-color: #fff; }
hr.star-white:after { color: #fff; background-color: #00AEEE; }

hr.star-dark { border-color: #fff; }
hr.star-dark:after { color: #fff; background-color: #444; }

hr.star-primary { border-color: #333; }
hr.star-primary:after { color: #333; background-color: #fff; }


.content p {
	font-size: 1em;
	line-height: 1.5em;
	text-align: justify;
	margin: 0 0 20px 0;
}

.content ul,
.content ol {
	font-size: 1em;
	line-height: 1.6em;
	text-align: justify;
	margin: 0 0 20px 0;
}

.content ul li,
.content ol li {
	margin: 0 0 20px 0;
}

.content address {
	display: inline !important;
	font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
	font-size: 0.95em;
	font-style: normal;
	line-height: 20px;
	margin-bottom: 0 !important;
}


/* Join Us Styles
/* ----------------------------------------------------------------------------------------------------*/
#join {
	background: #00AEEE url(../img/bkg_join.png) no-repeat left bottom;
	color: #fff;
}

#join .content h2.title,
#join .content h4 {
	color: #fff;
	font-weight: bold;
}

#join .content h3 {
	color: #006699;
	font-size: 36px;
	margin: 0 0 25px 0;
}



/* Testimonial Carousel
/* ----------------------------------------------------------------------------------------------------*/
.section-testimonials {
	height:auto;
	background: #444;
}

.section-testimonials p {
	color: #fff;
}



/* Modals
/* ----------------------------------------------------------------------------------------------------*/
/* Testimonials */
.testimonial-modal .modal-header { border-bottom: none !important; }
.testimonial-modal .modal-content p { text-align: justify !important; }

/* Register */
.register-modal .modal-header { border-bottom: none !important; }
.register-modal .modal-dialog { 
	width: 95%;
	height: 100%;
	padding: 0;
}

.register-modal .modal-content {  height: 88%; }


/* iFrame Holder Styles
/* ----------------------------------------------------------------------------------------------------
   Scroll IFRAMEs on iOS
   https://davidwalsh.name/scroll-iframes-ios
   ----------------------------------------------------------------------------------------------------*/
/*.iframe-holder {
  -webkit-overflow-scrolling: touch !important;
  overflow-y: scroll !important;
  height: 100%;
  width: 100%;
}

.iframe-holder iframe {
  height: 100%;
  width: 100%;
}
*/

.modal-body-touch {
    overflow-y: scroll !important; 
	-webkit-overflow-scrolling:touch !important;
}


/* Parallax Styles
/* ----------------------------------------------------------------------------------------------------*/
.parallax { background-image:url('../img/parallax.jpg'); background-color:#06C; }
.fill-parallax { width:100%; height:280px; background-position:left; background-size:cover; background-repeat: no-repeat; }

.quote-wrapper {
	margin: 40px 0 0 360px;
	width: 560px;
}

.quotes h5 {
	color :#fff;
	font-family: Open Sans, "Helvetica", "Arial", sans-serif;
	font-size: 1.5em;
	font-weight: 300;
	line-height: 1.5;
	text-align: justify;
}

.quoter {
	color :#fff;
	font-family: Open Sans, "Helvetica", "Arial", sans-serif;
	font-size: 1.2em;
	font-weight: 700;
	text-align: right;
}

@media (max-width: 817px) {	
	.quote-wrapper {
		margin: 50px 0 0 240px;
		width: 500px;
	}
	
	.quotes h5 { font-size: 1.2em; }
	
	.quoter { font-size: 1em; }
}

@media (max-width: 785px) {	
	.quote-wrapper {
		margin: 50px 0 0 260px;
		width: 420px;
	}
	
	.quotes h5 { font-size: 1.2em; }
	
	.quoter { font-size: 1em; }
}

@media (max-width: 640px) {	
	.quote-wrapper {
		margin: 30px 0 0 260px;
		width: 300px;
	}
	
	.quotes h5 { font-size: 1.2em; }
	
	.quoter { font-size: 1em; }
}

/* For 480*320 Resolution */
@media (max-width: 497px) {
	.quote-wrapper {
		margin: 0;
		padding: 80px 30px 30px;
		width: 100%;
		height: 300px;
		background: #fff;
		
		opacity:0.6;
    	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=60)";
		    filter: alpha(opacity=60);
	}
	
	.quotes h5 { font-size: 1.5em; color: #000; }
	
	.quoter { font-size: 1em; color: #000; }
}

@media (max-width: 360px) {	
	.quote-wrapper {
		margin: 0;
		padding: 10px 30px 30px;
		width: 100%;
		height: 300px;
		background: #fff;
		
		opacity:0.6;
    	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=60)";
		    filter: alpha(opacity=60);
	}
	
	.quotes h5 { font-size: 1.35em; color: #000; text-align: left; }
	
	.quoter { font-size: 1em; color: #000; }
}


/* FAQ Styles
/* ----------------------------------------------------------------------------------------------------*/
.faq-group .panel-default {
    border: medium none !important;
    border-radius: 0px;
}
.faq-group .panel {
    box-shadow: none !important;
}

.faq-group .panel-default .panel-heading {
    background-color: #ddd;
	border: medium none !important;
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
}

.faq-group .panel-heading, .milestones-group .panel-heading, .itda-group .panel-heading {
    cursor: pointer;
}

.faq-group h4.panel-title {
	font-size: 1.3em;
	font-weight:300;
	margin: 0px;
	position: relative;
	width: 100%;
	padding: 0 !important;
	text-transform: capitalize;
}

.faq-group h4.panel-title a.accordion-toggle {
    text-decoration: none;
    padding: 0px 50px 0px 0px;
}

.faq-group h4.panel-title a.accordion-toggle i.indicator {
    position: absolute;
    top: 5px;
    right: -5px;
}

.faq-group .panel-default > .panel-heading + .panel-collapse .panel-body {
    background: #fcfcfc;
	border: medium none !important;
}



/* Application Styles
/* ----------------------------------------------------------------------------------------------------*/
.internship i { color: #999; margin-right: 3px; }

.application { background-color: #60A917; padding: 20px; color: #fff; } 
.application h4 { padding: 0; color: #fff; font-size: 25px; } 
.application h4 i { color: #fff; }
.application i { color: #fff; margin-right: 5px; }
.application p.form-download { margin-left: 20px; }
.application a.form-download,
.application a.form-download:hover { color: #fff; }



/* Logos Styles
/* ----------------------------------------------------------------------------------------------------*/
#logos {
	background-color: #ddd;
	color: #fff;
	text-align: center;
	margin: 0;
	padding: 20px 0;
}

#logos .partners { text-align: center;  }

#logos .partners a {
	margin: 0 10px 10px 0;
	display: inline-block;
	
	opacity: 0.8;
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=70)";
	    filter: alpha(opacity=80);
	
	-webkit-transition: opacity 0.122s linear;
	   -moz-transition: opacity 0.122s linear;
	   	-ms-transition: opacity 0.122s linear;
	     -o-transition: opacity 0.122s linear;
	        transition: opacity 0.122s linear;
			
	-webkit-backface-visibility: hidden;
}

#logos .partners a:hover{
	opacity:1;
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
		filter: alpha(opacity=100);
}



/* Footer Styles
/* ----------------------------------------------------------------------------------------------------*/
#footer {
	background: #444;
	color: #fff;
	font-size: 0.95em;
	text-align: center;
	padding: 20px 0 10px;
}

#footer p { text-align: center; }
#footer a { color: #fff; text-decoration: underline; }



/* Modal Content Styles
/* ----------------------------------------------------------------------------------------------------*/
.modal-title { font-size: 1.8em; font-weight: 700; }

.tab-content { padding: 10px; max-height: 335px; overflow-y: auto; }

.table-hover > tbody > tr:hover > td, .table-hover > tbody > tr:hover > th { background-color: #FFC; }

.modal-body ul.nav-tabs li { margin-bottom: -2px; }

.modal-body ol li,
.modal-body ul li { margin-bottom: 15px; }



/* Back to Top
/* ----------------------------------------------------------------------------------------------------*/
/* Square */
#toTop {
	background:#444;
	cursor:pointer;
	display:none;
	color:#fff;
	font-size: 2.8em;
	
	text-align:center;
	text-transform: capitalize;
	padding:0;
	position:fixed;
	bottom:35px;
	right:35px;
	z-index: 10;
	width:60px;
	height:60px;
	
	-webkit-border-radius: 5px !important;
       -moz-border-radius: 5px !important;
            border-radius: 5px !important;
	
	opacity:0.3;
	filter: alpha(opacity=30);
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=30)";
}

#toTop i { 
	padding: 8px 0 0; 
	width:60px;
	height:60px;
}

/*
/* Circle
#toTop {
	background:#444;
	border: 3px solid #fff;
	cursor:pointer;
	display:none;
	color:#fff;
	font-size: 2em;
	
	text-align:center;
	text-transform: capitalize;
	padding:0;
	position:fixed;
	bottom:35px;
	right:35px;
	z-index: 10;
	width:50px;
	height:50px;
	
	-webkit-border-radius: 25px !important;
       -moz-border-radius: 25px !important;
            border-radius: 25px !important;
	
	-webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
	   -moz-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
		    box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
	
	opacity:0.6;
	filter: alpha(opacity=60);
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=60)";
}

#toTop i { 
	padding:0; 
	width:40px;
	height:40px;
}*/


/* MailChimp Styles
/* ----------------------------------------------------------------------------------------------------*/
#mc_embed_signup form { text-align: left !important; }



/* ----------------------------------------------------------------------------------------------------
   #3 Helper STYLES 
/* ----------------------------------------------------------------------------------------------------*/

/* Margins, Paddings, Borders and Alignments
/* -------------------------------------------------------------------------------------------------*/
.no-border { border: 0 !important; }
.no-padding {padding: 0 !important}

.no-margin {margin: 0 !important;}
.margin-btm-5  { margin-bottom:5px 	!important; }
.margin-btm-10 { margin-bottom:10px !important; }
.margin-btm-15 { margin-bottom:15px !important; }
.margin-btm-20 { margin-bottom:20px !important; }
.margin-btm-30 { margin-bottom:30px !important; }
.margin-btm-40 { margin-bottom:40px !important; }
.margin-btm-50 { margin-bottom:50px !important; }
.margin-btm-60 { margin-bottom:60px !important; }

.margin-top-5  { margin-top:5px  !important; }
.margin-top-10 { margin-top:10px !important; }
.margin-top-15 { margin-top:15px !important; }
.margin-top-20 { margin-top:20px !important; }
.margin-top-30 { margin-top:30px !important; }
.margin-top-40 { margin-top:40px !important; }
.margin-top-50 { margin-top:50px !important; }
.margin-top-60 { margin-top:60px !important; }

.padding-5 { padding: 5px !important; }
.padding-10 { padding: 10px !important; }
.padding-15 { padding: 15px !important; }

.verticle-top 		{ vertical-align: top; }
.verticle-middle	{ vertical-align: middle; }
.verticle-bottom 	{ vertical-align: bottom; }


/* Text Formating and Typography
/* -------------------------------------------------------------------------------------------------*/
.text-justify		{ text-align: justify !important; }
.text-right			{ text-align: right !important; }
.text-center		{ text-align: center !important; }
.text-bold			{ font-weight: bold !important; }
.text-italic		{ font-style: italic !important; }
.text-underline		{ text-decoration: underline; }
.text-highlight		{ background: #ffffdd; padding: 1px 5px; }

ins .insert   { text-decoration: none; }
del, .cancel  { text-decoration: line-through; } 

.dropcap {
	color: #333;
	display: block;
	float: left;
	font: 60px/40px Georgia, Times, serif;
	padding: 7px 8px 0 0;
}

[draggable] { cursor: move; }

.textwrap {
    word-wrap:break-word;
    word-break:break-all;
}	

.serif { font-family:Palatino, Hiragino Mincho ProN W3, Optima, STSong, Georgia, serif; }


/* Hand Cursor for Tooltips
/* -------------------------------------------------------------------------------------------------*/
i[data-toggle="tooltip"],
span[data-toggle="tooltip"] { cursor: pointer; }


/* Customised Selection (Firefox and Safari only)
/* ----------------------------------------------------------------------------------------------------*/
::-moz-selection { /* For Mozilla Browsers */
       background: #65cbec; color: #FFF; text-shadow: none; }

::selection { /* For Safari Browsers */
       background: #65cbec; color: #FFF; text-shadow: none; }


/* Dividers
/* ----------------------------------------------------------------------------------------------------*/
.divide { margin-top: 5%; margin-bottom: 5%; }
.divider { border-bottom: 1px dashed #dfe1e3; }	 


/* Hide From Screen Readers
/* -------------------------------------------------------------------------------------------------*/
/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden { 
    display: none !important;
    visibility: hidden;
}

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden { 
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
} 



/* ----------------------------------------------------------------------------------------------------
   #4 RESPONSIVE STYLES 
/* ----------------------------------------------------------------------------------------------------*/

/* Responsive Embeds
/* http://www.smashingmagazine.com/2014/02/27/making-embedded-content-work-in-responsive-design/
/* http://embedresponsively.com/
/* -------------------------------------------------------------------------------------------------*/
/* Video Embeds */
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 35px;
    height: 0;
    overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Calendar Embeds */
.calendar-container {
    position: relative;
    padding-bottom: 75%;
    height: 0;
    overflow: hidden;
}

.calendar-container iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Map Embeds */
.google-maps {
    position: relative;
    padding-bottom: 90%; /*(450 ÷ 500 = 0.9 = 90%)*/
    height: 0;
    overflow: hidden;
}

.google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}



/* Extend Bootstrap Responsive Image
/* ----------------------------------------------------------------------------------------------------*/
.img-responsive-center { margin: 0 auto; }



/* ----------------------------------------------------------------------------------------------------
   #5 CSS3 STYLES 
/* ----------------------------------------------------------------------------------------------------*/

/* Box Shadow
/* ----------------------------------------------------------------------------------------------------*/
.boxShadow {
    -webkit-box-shadow: 0px 0px 15px rgba(50, 50, 50, 0.75);
	   -moz-box-shadow: 0px 0px 15px rgba(50, 50, 50, 0.75);
		    box-shadow: 0px 0px 15px rgba(50, 50, 50, 0.75);
}

.boxShadowLarge {
    -webkit-box-shadow: 0px 0px 20px rgba(50, 50, 50, 0.5);
	   -moz-box-shadow: 0px 0px 20px rgba(50, 50, 50, 0.5);
		    box-shadow: 0px 0px 20px rgba(50, 50, 50, 0.5);
}

.boxShadow-inner {
    -webkit-box-shadow: inset 0px 0px 15px rgba(50, 50, 50, 0.75);
	   -moz-box-shadow: inset 0px 0px 15px rgba(50, 50, 50, 0.75);
		    box-shadow: inset 0px 0px 15px rgba(50, 50, 50, 0.75);
}


/* Text Shadow
/* ----------------------------------------------------------------------------------------------------*/
.textShadow {
    -webkit-box-shadow: 0px 0px 15px rgba(50, 50, 50, 0.75);
	   -moz-box-shadow: 0px 0px 15px rgba(50, 50, 50, 0.75);
		    box-shadow: 0px 0px 15px rgba(50, 50, 50, 0.75);
}


/* Rounded Corners
/* ----------------------------------------------------------------------------------------------------*/
.roundedCorner-small {
	-webkit-border-radius: 8px !important;
       -moz-border-radius: 8px !important;
            border-radius: 8px !important;
}

.roundedCorner-big {
	-webkit-border-radius: 12px !important;
       -moz-border-radius: 12px !important;
            border-radius: 12px !important;
}


/* Media Query Transformations
/* ----------------------------------------------------------------------------------------------------*/
.transform {
	-webkit-transition: all .3s ease-out;
  	   -moz-transition: all .3s ease-out;
	     -o-transition: all .3s ease-out;
		    transition: all .3s ease-out;
}


/* Opacity and Transparency
/* ----------------------------------------------------------------------------------------------------*/
.opacity70 {
	opacity:0.7;
	filter: alpha(opacity=70);
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=70)";
}


/* Background Fix
/* ----------------------------------------------------------------------------------------------------*/
.bg-fixed {
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center center;
	
	-webkit-background-size: cover;
	   -moz-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
}


/* Blinker
/* ----------------------------------------------------------------------------------------------------*/
.blink {
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;

    -moz-animation-name: blinker;
    -moz-animation-duration: 1s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;

    animation-name: blinker;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

@-moz-keyframes blinker {  
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}

@-webkit-keyframes blinker {  
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}

@keyframes blinker {  
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}



/* ----------------------------------------------------------------------------------------------------
   #6 CSS MEDIA QUERIES for Responsive Web Design
/* ----------------------------------------------------------------------------------------------------
   Author: PaulUnd (http://www.paulund.co.uk/boilerplate-css-media-queries)
   Reference: http://www.binvisions.com/articles/tablet-smartphone-resolutions-screen-size-list/
/* ----------------------------------------------------------------------------------------------------*/

/* Desktops with Large screens
/* ----------------------------------------------------------------------------------------------------*/
@media (min-width: 1200px) {
	
}

@media (max-width: 1041px) {
	#carousel-testimonial .slider-size { margin: 0 100px 0; width: 800px; height: 600px; }
	
	.tile.tile-small,
	.tile.tile-medium { /*display:none;*/ }
	
	.tile.tile-wide, .tile.tile-double {
		height: 150px;
		width: 300px;
	}
	
	.carousel-indicators {
    	bottom: -40px;
		left: 450px;
	}
}


/* Desktops
/* ----------------------------------------------------------------------------------------------------*/
/* Responsive Layout for 980px and above
/* ----------------------------------------------------------------------------------------------------*/
@media (min-width: 980px) {
  
}


/* Tablets
/* ----------------------------------------------------------------------------------------------------*/
/* Responsive Layout for 979px and below
/* ----------------------------------------------------------------------------------------------------*/
/* For 1024*768 Resolution and Below */
@media (max-width: 979px) {
	
}


/* Mobile Phones
/* ----------------------------------------------------------------------------------------------------*/
/* Responsive Layout for 480px and below
/* ----------------------------------------------------------------------------------------------------*/

@media (max-width: 817px) {
	#carousel-testimonial .slider-size { margin: 0 60px 0; width: 800px; height: 600px; }
	
	.tile.tile-small,
	.tile.tile-medium { display:none; }
	
	.tile.tile-wide, .tile.tile-double {
		height: 100px;
		width: 600px;
	}
	
	#carousel-teaser .carousel-caption h4 {
		font-size:5em;
		margin: 0 0 15px 0;
		line-height: 1em;
	}
	
	.carousel-caption p {
		font-size:2em;
		margin-bottom: 0;
	}
	
	.carousel-indicators {
    	bottom: -40px;
		left: 350px;
	}
}

@media (max-width: 617px) {
	#carousel-testimonial .slider-size { margin: 0 45px 0; width: 800px; height: 600px; }
	
	.tile.tile-small,
	.tile.tile-medium { display:none; }
	
	.tile.tile-wide, .tile.tile-double {
		height: 130px;
		width: 480px;
	}
	
	.carousel-indicators {
    	bottom: -40px;
		left: 210px;
	}
}

/* For 480px and Lower Resolution */
@media (max-width: 497px) {
	#carousel-testimonial .slider-size { margin: 0 35px 0; width: 380px; height: 500px; }
	
	.tile.tile-small,
	.tile.tile-medium { display:none; }
	
	.tile.tile-wide, .tile.tile-double {
		height: 130px;
		width: 380px;
	}
	
	#carousel-teaser .carousel-indicators {
    	bottom: -40px;
		left: 210px;
	}
	
	#carousel-teaser .carousel-caption {
		bottom: -55px;
	}
	
	#carousel-teaser .carousel-caption h4 {
		font-size:3em;
		margin: 0 0 15px 0;
		line-height: 1em;
	}
	
	.carousel-caption p {
		font-size:1.2em;
		margin-bottom: 0;
	}
}

@media (max-width: 480px) {
	/* Smaller Logo */
	.navbar > .container .navbar-brand { font-size: 1.2em; }
	
	/* Responsive Tabs */
	.nav-tabs {
		border-bottom: none;
	}
	
	.nav-tabs > li {
        float:none;
    }
	
	.nav-tabs > li a {
		border: 1px solid #ddd;

		margin-top: 2px;
		margin-bottom: 2px;
		
		-webkit-border-radius: 5px;
		   -moz-border-radius: 5px;
		        border-radius: 5px;
    }
	
	.nav-tabs > .active > a, 
	.nav-tabs > .active > a:hover {
		color: #ffffff;
		background-color: #0088cc;
	}
	
}

@media (max-width: 337px) {
	#carousel-testimonial .slider-size { margin: 0 20px 0; width: 300px; height: 500px; }
	
	.tile.tile-small,
	.tile.tile-medium { display:none; }
	
	.tile.tile-wide, .tile.tile-double {
		height: 180px;
		width: 250px;
	}
	
	#carousel-teaser .carousel-caption {
		bottom: -45px;
	}
	
	.carousel-indicators {
    	bottom: -40px;
		left: 120px;
	}
}
