@import url('/css/init.css');
@import url('/css/cms.css');
@import url('/css/nav.css');
/* ============================== */
/* ! Layout for desktop version   */
/* ============================== */
/* Initial Styles
----------------------------------------------- */
.desktop {
	display: block;
	}
	
.mobile {
	display: none;
	}

.section {
	max-width: 1140px;
	margin: 0 auto;
	}	

/* Generic Styles
----------------------------------------------- */
body {
	background: #008C99;
	}

body,
.fixedBG,
.fixedBG .bigBG {
	height: 100%
	}
	
.section {
	position: relative;
	}
		
	
.paintBottom {
	bottom: -10px;
	z-index: 2;
	}
			
.clear {
	clear: both;
	border: none;
	}

.noTop {
	margin-top: 0;
	}

.noBottom {
	margin-bottom: 0;
	}

.noLeft {
	margin-left: 0;
	}
	
.noRight {
	margin-right: 0;
	}

.uppercase {
	text-transform: uppercase;
	}
	
.relative {
	position: relative;
	}
	
.absolute {
	position: absolute;
	}
	
.left {
	float: left;
	}
	
.right {
	float: right;
	}

.flexBlock {
	width: 100%;
	display: block;
	}
	
.flexInline {
	width: 100%;
	display: inline-block;
	}
	
.flexLimit {
	width: auto;
	max-width: 100%;
	display: block;
	}
			
.flexLimitHeight {
	width: 100%;
	max-width: 100%;
	height: 10px;
	max-height: 10px;
	display: block;
	}
	
.flexLimitWidth {
	width: auto;
	max-width: 100%;
	height: 100%;
	display: block;
	}

.flexFull {
	width: 100%;
	height: 100%;
	display: block;
	}

.readMore {
	display: block;
	margin: 20px 0;
	}	

.textShadow {
	text-shadow: 2px 2px 3px #333, 2px 2px 3px #777;
	}
	
.show {
	color: #0078C0;
	display: block;
	background: none;
	border: none;
	padding: 0;
	}
	
.show:hover {
	cursor: pointer;
	text-decoration: underline;
	}
	
.hide {
	display: none;
	border: none;
	background: #dedede;
	padding: 10px;
	margin: 0;
	}

.alignRight {
	text-align: right;
	}
	
.viewport {
	width: 100%;
	}

.pageHeader {
	padding: 0 10%;
	bottom: 0;
	}

.pageHeader h1 {
	font-family: 'Tangerine', cursive, Georgia;
	font-weight: 400;
	font-size: 60px;
	line-height: 110%;
	color: #fff;
	}
				
.content {
	padding: 3% 10%;
	}
	
.content ul,
.content ol {
	margin: 20px 24px;
	}
		
.content ul li {
	list-style: disc;
	}
	
.content ol li {
	list-style: normal;
	}

.content img {
	width: auto !important;
	max-width: 100% !important;
	height: auto !important;
	}
		
.main {
	background: #F0F3F3;
	padding-bottom: 35px;
	border-top: 1px solid #ccc;
	}
	
.frame {
	border: 10px solid #fff;
	box-shadow: 5px 5px 3px #888888;
	}
	
.transFadeOP {
	-moz-transition: opacity 0.3s ease; 
	-o-transition: opacity 0.3s ease; 
	-webkit-transition: opacity 0.3s ease; 
	transition: opacity 0.3s ease; 
	}
	
.textCenter {
	text-align: center;
	}
	
.transFade {
	-moz-transition: color 0.3s ease; 
	-o-transition: color 0.3s ease; 
	-webkit-transition: color 0.3s ease; 
	transition: color 0.3s ease; 
	}
	
.transBGFade {
	-moz-transition: background 0.3s ease; 
	-o-transition: background 0.3s ease; 
	-webkit-transition: background 0.3s ease; 
	transition: background 0.3s ease; 
	}
	
.sm_left,
.sm_right {
	display: inline-block;
	vertical-align: top;
	}
	
.sm_left {
	margin-right: 8px;
	}

/* Structural Header
----------------------------------------------- */
.header {
	min-height: 90px;
	background: url('/media/structure/header_bg.png') #fff;
	}
	
.logoTitle {
	font-family: 'Bubblegum Sans', cursive;
	font-size: 43px;
	line-height: 120%;
	color: #000;	
	display: inline-block;
	vertical-align: middle;
	}

.logo {
	width: 100px;
	height: 100px;
	border-radius: 100%;
	overflow: hidden;
	display: inline-block;
	vertical-align: middle;
	border: 3px solid #008C99;
	margin-right: 10px;
	}
		
.logoTitle a {
	text-decoration: none;
	color: #000;
	}

.hContact {
	margin-top: 8px;
	float: right;
	}

.header .fSection {
	margin-bottom: 8px;
	}
		
.navTop {
	width: 100%;
	height: 5px;
	max-height: 5px;
	display: block;
	}
	
.fullNav {
	background: #fff;
	}

.header .fSocialWrap {
	float: right;
	}
	
.header .sm_left,
.header .sm_right {
	vertical-align: middle;
	}
	
/* Structural Slider
----------------------------------------------- */	
.slideSection {
	background: #000;
	}
		
.slideSection ul,
.slideSection ol {
	margin: 0;
	}
	
.slideSection li {
	list-style: none;
	}

.slide {
	min-height: 420px;
	position: relative;
	display: none;
	}
	
.slideCover {
	width: 100%;
	position: absolute;
	}

.slideOverlay {
	width: 100%;
	height: 100%;
	background: #000;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	opacity: 0.3;
	}
			
.slideContent {
	position: relative;
	z-index: 2;
	}


.homeSlider {
	overflow: hidden;
	}
	
.homeSlider .flex-control-nav {
	height: 32px;
	background: #fff;
	bottom: 0;
	z-index: 3;
	}

.homeSlider .flex-control-paging li a {
	width: 13px;
	height: 13px;
	background: #999999;
	box-shadow: none;
	}
		
.homeSlider .flex-control-paging li a.flex-active {
	background: #6F5094;
	}
	
.homeSlider .flex-control-paging li a:hover {
	background: #6F5094;
	opacity: 1;
	}

.flex-control-nav li {
	margin: 10px 6px !important;
	}
	
.social {
	width: 150px;
	text-align: right;
	padding: 5px 0 0 0;
	position: relative;
	float: right;
	z-index: 4;
	}
		
.social img {
	display: block;
	margin: 0 auto;
	}
	
.socialIcon {
	width: 40px;
	text-align: center;
	display: inline-block;
	}	
		
.controls {
	width: 100%;
	bottom: 0;
	right: 0;
	z-index: 4;
	}

.slider {
	
	}

.slideBG {
	z-index: -1;
	}
		
.slideContent {
	min-height: 350px;
	color: #fff;
	padding: 50px 10%;
	}

.slideContent h1,
.slideContent p {
	color: #fff;
	}
	
.slideContent h1 {
	-webkit-box-shadow: 0;
	-moz-box-shadow: 0;
	box-shadow: 0;
	border: none;
	}
	
	
.slideContentWrap {
	width: 60%;
	text-align: right;
	float: right;
	}
	
.slideTitle,
.slideStuff {
	color: #fff;
	}
	
.slideTitle {
	font-weight: 400;
	font-size: 70px;
	line-height: 100%;
	}

	
.slideStuff {
	font-size: 23px;
	}

.slideStuff p {
	margin: 0 0 10px 0;
	}
	
.sectionTitle {
	font-size: 24px;
	font-weight: 300;
	color: #666666;
	margin: 0 0 10px 0;
	border-bottom: 1px solid #CCCCCC;
	}

.flexSection {
	display: none;
	}
	
/* Home styles
----------------------------------------------- */
.home.main {
	border: none;
	background: #f0f3f3;
	}

.sectionBG {
	z-index: -1;
	}
	
.bigBG {
	min-height: 300px;
	color: #fff;
	padding: 40px 0;
	overflow: hidden;
	}
	
.bigBG h1,
.bigBG h2,
.bigBG h3 {
	color: #fff;
	}
	
.fixedBG .bigBG {
	position: relative;
	background-position: top center;
	background-repeat: repeat;
	background-size: auto;
	background-attachment: fixed;
	}
	
.secWhite {
	color: #5B5B5B;
	background: #fff;
	position: relative;
	}

.paintTop {
	top: -10px;
	z-index: 2;
	}
		
.home .cloudBG {
	min-height: 300px;
	/*background: url('/media/structure/cloud-bg.png') #008C99;*/
	background-image: url('/media/structure/cloud-bg.png');
	background-color: #008C99;
	}
	
.home .doodleBG {
	min-height: 300px;
	background-image: url('/media/structure/doodle_bg.png');
	background-color: #d2d2d2;
	}
	
.home .doodleBG,
.home .doodleBG h1,
.home .doodleBG h2,
.home .doodleBG h3 {
	color: #5B5B5B;
	}

.home .hNews {
	background-image: url('/media/structure/cloud-bg.png');
	background-color: #ABC058;
	}

.homeGalWrap {
	text-align: center;
	}
		
.homeGal {
	display: inline-block;
	border-radius: 100%;
	border: 5px solid #008C99;
	background: #008C99;
	overflow: hidden;
	}
	
.homeGal img {
	display: block;
	}
	
.homeGal img:hover {
	opacity: 0.75;
	}

.hpLink {
	margin-top: 20px;
	}
	
.nSlider ul,
.nSlider ol {
	margin: 0;
	}
	
.nSlider ul li,
.nSlider ol li ,
.nControl ul li,
.nControl ol li {
	list-style: none !important;
	}
		
.hnItem {
	text-align: center;
	}
	
.hnCover {
	width: 280px;
	height: 280px;
	margin: 0 auto 8px auto;
	border-radius: 100%;
	border: 5px solid #008C99;
	overflow: hidden;
	}

.hnCover img {
	min-width: 360px;
	width: 100%;
	min-height: 300px;
	/*
	width: 110% !important;
	max-width: 110% !important;
	*/
	margin: 0 auto;
	display: block;
	position: relative;
	left: -20px;
	top: -10px;
	/*left: -5%;*/
	}
	
.hnContent {
	width: 75%;
	margin: 0 auto;
	}

.nSlider li,
.fSlider li {
	list-style: none;
	}

.nSlider .flex-direction-nav {	
	width: 80%;
	position: absolute;
	top: 25%;
	}
		
.nSlider .flex-direction-nav li a,
.fSlider .flex-direction-nav li a {
	width: 34px;
	height: 80px;
	opacity: 0.75;
	-moz-transition: opacity 0.3s ease; 
	-o-transition: opacity 0.3s ease; 
	-webkit-transition: opacity 0.3s ease; 
	transition: opacity 0.3s ease; 
	}
		
.nSlider .flex-direction-nav li a.prev,
.nSlider .flex-direction-nav li a.prev:hover  {
	background-image: url('/media/structure/demo_arrow.png');
	background-repeat: none;
	background-position: 0px;
	left: -3.8%;
	}
	
.nSlider .flex-direction-nav li a.next,
.nSlider .flex-direction-nav li a.next:hover {
	background-image: url('/media/structure/demo_arrow.png');
	background-repeat: none;
	background-position: -34px;
	right: -3.8%;
	}

.nSlider .flex-direction-nav li a.next:hover,
.nSlider .flex-direction-nav li a.prev:hover {
	opacity: 1;
	}
		
.nControl {
	width: 100%;
	}
	
.testWrap {
	padding: 20px;
	background: #fff;
	border-radius: 10px;
	}
	
.quote {
	font-size: 17px;
	color: #000;
	line-height: 150%;
	}
	
.quotee {
	color: #008C99;
	text-align: right;
	margin-top: 20px;
	}

/* Content Page Classes
----------------------------------------------- */	
.heading {
	position: relative;
	overflow: hidden;
	}
	
.heading .content,
.heading .content h1 {
	color: #fff;
	text-align: center;
	margin: 0;
	}

/* Testimonial Page Classes
----------------------------------------------- */	
.tSlider li {
	list-style: none !important;
	}
	
.tSlider .flex-control-nav {
	text-align: center;
	display: block;
	margin: 20px 0;
	position: relative;
	left: auto;
	bottom: auto;
	clear: both;
	}
	
.tSlider .flex-control-nav li {
	float: none;
	display: inline-block;
	}

.tSlider .flex-control-nav li a {
	width: 16px;
	height: 16px;
	border-radius: 100%;
	border: 2px solid #008C99;
	-moz-transition: background 0.3s ease; 
	-o-transition: background 0.3s ease; 
	-webkit-transition: background 0.3s ease; 
	transition: background 0.3s ease; 
	}

.tSlider .flex-control-nav li a:hover,
.tSlider .flex-control-nav li a.active {
	background: #9FDEF0 !important;
	}
	
.sBubble {
	color: #fff;
	padding: 40px;
	margin: 0 20px;
	border-radius: 10px;
	background: #008C99;
	}
	
.sBubble .quote,
.sBubble .quotee {
	color: #fff;
	}

/* Portfolio Page Classes
----------------------------------------------- */
.imageWrap {
	width: 110px;
	height: 110px;
	display: inline-block;
	vertical-align: top;
	border: 3px solid #008C99;
	border-radius: 100%;
	overflow: hidden;
	background: #008C99;
	}
	
.imageWrap img {
	width: 110% !important;
	max-width: 110% !important;
	display: block;
	position: relative;
	top: -10%;
	left: -5%;
	-moz-transition: opacity 0.3s ease; 
	-o-transition: opacity 0.3s ease; 
	-webkit-transition: opacity 0.3s ease; 
	transition: opacity 0.3s ease; 
	}
	
.imageWrap img:hover {
	opacity: 0.75;
	}

.parentGal {
	margin: 0 0 20px 0;
	}
	
.subBox {
	text-align: center;
	margin: 20px 0;
	}
		

/* News Page Classes
----------------------------------------------- */
.contentTrigger {
	padding: 0 20px;
	}
	
.contentTrigger:hover,
.eTitle:hover {
	cursor: pointer;
	}

.eTitle h2 {
	color: #000;
	}
		
.level2Head {
	padding: 1px 0;
	margin: 0 0 16px 0;
	background: #5D7D94;
	}

.level2Head:hover,
.level2Head.hActive {
	background: #B6C6D1;
	}
		
.level2Head h1 {
	color: #fff;
	line-height: 100%;
	margin: 0;
	padding: 0;
	float: left;
	}

.level2Body {
	display: none;
	}

.level2Body .group {
	padding: 0;
	}

.articleItem {
	padding: 0 20px 10px 20px;
	margin: 0 0 18px 0;
	border-bottom: 1px solid #5D7D94;
	}
	
.eTitle h2 {
	margin: 0 0 5px 0;
	}
	
.eTitle:hover h2,
.eTitle.hActive h2 {
	color: #5D7D94;
	}
	
.eDate {
	margin: 0 0 5px 0;
	}

.indicator {
	width: 16px;
	height: 16px;
	background: url('/media/structure/level2_plusminus.png') no-repeat 0 0;
	float: right;
	margin: 11px 0 0 0;
	}
	
.indicator.tActive {
	background: url('/media/structure/level2_plusminus.png') no-repeat 0 -16px;
	}

.enewsId {
	position: relative;
	}
		
.enewsIndicator {
	width: 16px;
	height: 16px;
	background: url('/media/structure/level3_plusminus.png') no-repeat 0 0;
	position: absolute;
	right: 0;
	top: 4px;
	}
	
.enewsIndicator.enActive {
	background: url('/media/structure/level3_plusminus.png') no-repeat 0 -16px;
	}
					
.enewsItem {
	display: none;
	}
	
.enewsItem .group {
	padding: 0;
	}

.enewsItem h1 {
	font-size: 19px;
	}
		
.nHalf {
	width: 50%;
	float: left;
	}
	
.eTitle.hActive,
.level2Body.bActive {
	display: block;
	}
	


		
/* Footer styles
----------------------------------------------- */
.footTop {
	width: 100%;
	height: 46px;
	background: url('/media/structure/footer_top_bg.png');
	position: absolute;
	top: -46px;
	}
	
.footer {
	min-height: 300px;
	color: #5B5B5B;
	background: url('/media/structure/footer_bg.png') #fff;
	}

.footer .logo {
	margin: 0 auto;
	display: block;
	}
	
.footer .logoTitle {
	display: block;
	width: 100%;
	text-align: center;
	}
	
.fLogo {
	display: block;
	margin: 0 auto;
	}
	
.fLogoTitle {
	font-family: 'Bubblegum Sans', cursive;
	font-size: 17px;
	text-align: center;
	color: #000;
	margin-top: 8px;
	}
	
.fTitle {
	margin-bottom: 0;
	}
		
.fTitleSwish {
	position: relative;
	top: -8px;
	float: left;
	margin-bottom: 21px;
	}

.fContact.fTitleSwish {
	background: #F17C7E;
	}
	
.fSocial.fTitleSwish {
	background: #4C7295;
	}
		
.fTitleSwish img {
	max-width: 100%;
	width: auto;
	display: block;
	}

.fSection {
	margin-bottom: 20px;
	}
	
.fSocialWrap {
	}
	
.fSocialIcon {
	width: 35px;
	height: 34px;
	display: inline-block;
	border: 2px solid #008C99;
	border-radius: 100%;
	}

.fSocialIcon:hover {	
	border: 2px solid #BAE5E9;
	}
	
.end,
.end a {
	color: #fff;
	}

.copyRight {
	}
		
.designBy {
	font-size: 11px;
	text-align: right;
	}

/* ============================= */
/* ! Layout for mobile version   */
/* ============================= */
@media handheld, only screen and (max-width: 800px) {
/* Initial Styles
----------------------------------------------- */
.desktop {
	display: none;
	}
	
.mobile {
	display: block;
	}

/* Panel Styles
----------------------------------------------- */
#menu-icon {
	width: 40px;
	height: 40px;
	text-indent: -9999px;
	background: url('/media/structure/navIconB.png') no-repeat;
	}
	
#navMobile {
	display: none;
	}
	
#jPanelMenu-menu {
	background: #4C7295;
	}

.panelTitle {
	height: 40px;
	color: #fff;
	font-size: 21px;
	line-height: 40px;
	text-align: left;
	padding-left: 27px;
	border-bottom: 1px solid #fff;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	}	
	
.panelTitle h1 {
	font-size: 21px;
	color: #FBE284;
	line-height: 40px;
	}

.treeview {
	position: relative;
	}

.treeview,
.treeview ul {
	margin: 0;
	padding: 0;
	overflow: hidden;
	}

.treeview li {
	display: block;
	position: relative;
	margin: 4px 0;
	list-style: none;
	}

.treeview .collapsable {
	background: #35538F;
	}

/*.treeview .navMobile-submenu-item.expandable.collapsable {
	background: none;
	}
*/	
.navMobile .active {
	
	}
	
.treeview .item1,
.treeview .item1:hover,
.treeview .item1.active,
.treeview .item1.active:hover {
	line-height: 30px;
	color: #fff;
    text-decoration: none;
    display: block;
    padding: 8px 15px 8px 30px;
    position: relative;
    z-index: 11;
	}
	
.treeview .item1:hover,
.treeview .item1.active:hover {	
	color: #FBE284;
	}

.treeview .item2,
.treeview .item2:hover,
.treeview .item2.active,
.treeview .item2.active:hover {
	color: #fff;
    text-decoration: none;
    display: block;
    position: relative;
	padding: 4px 8px 4px 40px;
	margin: 0px 0px 0px 0px;
	}
	
.treeview .item2:hover,
.treeview .item2.active,
.treeview .item2.active:hover {
	color: #FBE284;
	}
	
.treeview .treeview-submenu {
    z-index: -1;
	}
	
.treeview .treeview-submenu li.expandable ul {
	padding: 0 10px;
	display: block !important;
	}

.treeview .treeview-submenu-item.expandable ul.navMobile-submenu {
	background: none;
	}

.navMobile .navMobile-submenu-item.expandable ul.navMobile-submenu .item2,
.navMobile .navMobile-submenu-item.expandable ul.navMobile-submenu .item2:hover,
.navMobile .navMobile-submenu-item.expandable ul.navMobile-submenu .item2.active,
.navMobile .navMobile-submenu-item.expandable ul.navMobile-submenu .item2.active:hover {
	font-size: 11px;
	font-weight: normal;
	}
	
.hitarea.expandable-hitarea {
	width: 30px;
	height: 30px;
	position: absolute;
	top: 8px;
	left: 0;
	background: url('/media/structure/plusminus_lg.png') no-repeat 0 0;
	z-index: 12;
	}
	
.hitarea.expandable-hitarea:hover {
	background: url('/media/structure/plusminus_lg.png') no-repeat 0 0;
	cursor: pointer;
	}
	
.hitarea.collapsable-hitarea {
	width: 30px;
	height: 30px;
	position: absolute;
	top: 8px;
	left: 0;
	background: url('/media/structure/plusminus_lg.png') no-repeat 0 -30px;
	z-index: 12;
	}

.hitarea.collapsable-hitarea:hover {
	cursor: pointer;
	}
		
.navMobile .navMobile-submenu li .hitarea {
	display: none;
	}
	
.navMobile-submenu {
	margin: 0 10px;
	}

/* Header
----------------------------------------------- */
.header {
	height: 40px;
	min-height: 40px;
	border-bottom: 1px solid #fff;
	}

.logo {
	position: absolute;
	top: 8px;
	right: 20px;
	z-index: 10;
	}
	
.logoTitle {
	font-size: 32px;
	position: absolute;
	top: 3px;
	right: 145px;
	}

/* Home
----------------------------------------------- */	
.slideContent {
	min-height: 200px;
	}

/* Content
----------------------------------------------- */		
.heading .content {
	padding: 10%;
	}
	
/* Footer
----------------------------------------------- */
.footer .logoTitle,
.footer .logo {
	position: relative;
	right: auto;
	top: auto;
	}
	
.fTitle,
.fSection {
	text-align: center;
	}
	
.fTitleSwish {
	left: 32%;
	}

.fSocialWrap {
	text-align: center;
	}
	
.end,
.designBy {
	text-align: center;
	}
}

@media handheld, only screen and (max-width: 767px) {

}

@media handheld, only screen and (max-width: 639px) {
/* News
----------------------------------------------- */
.indicator {
	margin-top: 6px;
	}
}

@media handheld, only screen and (max-width: 480px) {
/* General
----------------------------------------------- */
h1 {
	font-size: 27px;
	}
	
h2 {
	font-size: 21px;
	}
	
h3 {
	
	}

/* Header
----------------------------------------------- */
.logo {
	width: 65px;
	height: 65px;
	}
	
.logoTitle {
	font-size: 25px;
	right: 108px;
	top: 8px;
	}

/* Home
----------------------------------------------- */
.hnCover {
	width: 200px;
	height: 200px;
	}
	
.hnCover img {
	min-width: 240px;
	min-height: 200px;
	}

/* Footer
----------------------------------------------- */
.fTitle {
	font-size: 25px;
	}
	
.fTitleSwish {
	top: -2px;
	left: 20%;
	}
}

@media handheld, only screen and (max-width: 479px) {
/* Testimonial
----------------------------------------------- */
.sBubble {
	padding: 15px;
	margin: 0;
	}
	
/* Footer
----------------------------------------------- */
.fTitleSwish {
	left: 0;
	}
}

/* ========================================== */
/* ! Provide higher res assets for iPhone 4   */
/* ========================================== */

@media only screen and (-webkit-min-device-pixel-ratio: 2) { 


}

