*, *:hover, *:active, *:focus {
	outline: 0;
}
/* Global Styles */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: local('Open Sans Semi Bold'), local('Open-Sans-Semi-Bold'),
  url('../fonts/OpenSans-SemiBold.woff') format('woff'),
  url('../fonts/OpenSans-SemiBold.ttf') format('truetype');
}

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans Regular'), local('Open-Sans-Regular'),
  url('../fonts/OpenSans-Regular.woff') format('woff'),
  url('../fonts/OpenSans-Regular.ttf') format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: local('Open Sans Light'), local('Open-Sans-Light'),
  url('../fonts/OpenSans-Light.woff') format('woff'),
  url('../fonts/OpenSans-Light.ttf') format('truetype');
}

html,
body {
    width: 100%;
    height: 100%;
}

body {
    font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
}

.text-vertical-center {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.text-vertical-center h1 {
    margin: 0;
    padding: 0;
    font-size: 4.5em;
    font-weight: 700;
}

/* Custom Button Styles */

.btn-dark {
    border-radius: 0;
    color: #fff;
    background-color: rgba(0,0,0,0.4);
}

.btn-dark:hover,
.btn-dark:focus,
.btn-dark:active {
    color: #fff;
    background-color: rgba(0,0,0,0.7);
}

.btn-light {
    border-radius: 0;
    color: #333;
    background-color: rgb(255,255,255);
}

.btn-light:hover,
.btn-light:focus,
.btn-light:active {
    color: #333;
    background-color: rgba(255,255,255,0.8);
}

/* Custom Horizontal Rule */

hr.small {
    max-width: 100px;
}

/* Side Menu */

#sidebar-wrapper {
    z-index: 1000;
    position: fixed;
    right: 0;
    width: 250px;
    height: 100%;
    margin-right: -250px;
    overflow-y: auto;
    background: #222;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.sidebar-nav {
    position: absolute;
    top: 0;
    width: 250px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar-nav li {
    text-indent: 20px;
    line-height: 40px;
}

.sidebar-nav li a {
    display: block;
    text-decoration: none;
    color: #999;
    text-transform: uppercase;
}
.sidebar-nav li.sidebar-brand a {
	float: left;
}

.sidebar-nav li a:hover {
    text-decoration: none;
    color: #fff;
    background: rgba(255,255,255,0.2);
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
    text-decoration: none;
}

.sidebar-nav > .sidebar-brand {
    height: 55px;
    font-size: 14px;
    line-height: 55px;
}

.sidebar-nav > .sidebar-brand a {
    color: #999;
}

.sidebar-nav > .sidebar-brand a:hover {
    color: #fff;
    background: none;
}

#menu-toggle {
    z-index: 2;
    position: fixed;
    top: 0;
    right: 0;
    padding: 20px 25px;
    background-color: rgba(0,0,0,.7);
}

#lang-toggle {
    z-index: 2;
    position: fixed;
    top: 0;
    right: 80px;
    padding: 22px 25px;
    background-color: rgba(0,0,0,.7);
}
#lang-toggle a {
  text-decoration: none;
  color: #999;
  text-transform: uppercase;
}

#lang-toggle a:hover {
	color: #fff;
}

#sidebar-wrapper.active {
    right: 250px;
    width: 250px;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.toggle {
    margin: 0px 0px 0 0;
}

/* Header */

.header {
    display: table;
    position: relative;
    width: 100%;
    height: 100%;
    background: url(../img/bg.jpg) no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
/*
	-webkit-filter: blur(5px);
	-moz-filter: blur(5px);
	-o-filter: blur(5px);
	-ms-filter: blur(5px);
	filter: blur(5px);
*/
}

.header-logo {
	background-color: rgba(255,255,255, .4);
	width:100%;
	height:100%;
	position:absolute;
	top: 0;
	left: 0;
	z-index:1;
	display: table;
	color: #333;
}
.header-logo p.lead {
	font-weight:600;
	letter-spacing: -.5px;
}
.header-logo h3 {
	letter-spacing: -.5px;
	font-weight:300;
}
h4 {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	letter-spacing: -.5px;
	font-size:1em;
	font-weight:300;
	text-transform: uppercase;
}
.header-logo .fa {
	font-size: 3px;
	padding: 10px;
	vertical-align: middle;
}

.header-logo .more .fa {
	font-size: 48px;
	color:#fff;
	padding-top: 0px;
}

.header-logo .start-btn {
  width: 10em;
  font-size:1em;
  font-weight: 600;
  margin: 1em auto;
  padding: 1em;
  line-height: 50px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  opacity: 1;
  border-radius: 2em;
  background: #238192;
  -webkit-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
  -webkit-transition: all .4s;
  transition: all .4s;
}
.header-logo .start-btn:hover {
	background: #ce34b6
}

.apps {
    padding: 50px 0;
    background: #aa02d1;
}
.apps .service-item {
	padding: 0 30px;
}
.apps .service-item .service-item-inner {
	height: 250px;
	position:relative;
	padding: 0 20px;
}
.apps .service-item .service-item-inner.stfamily {
	border-top: 10px solid #8d01aa; /*#ce4c34;*/
	background: #8d01aa;
}
.apps .service-item .service-item-inner.stkids {
	border-top: 10px solid #b6ce34;
	background: #6a007e;
}
.apps .service-item .service-item-inner.stkidstablet {
	border-top: 10px solid #3469ce;
	background: #6a007e;
}
.apps .service-item .service-item-inner.stteens {
	border-top: 10px solid #8d01aa; /*#34b6ce;*/
	background: #8d01aa;
}
.apps .service-item .service-item-inner.stseniors {
	border-top: 10px solid #8d01aa; /*#ce9934;*/
	background: #8d01aa;
}
.apps .service-item .service-item-inner.stpets {
	border-top: 10px solid #8d01aa; /*#aaa;*/
	background: #8d01aa;
}
.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a, .nav-pills>li.active>a:hover {
	background: #8d01aa;
	border-radius:0;
}
.tab-content .tab-pane {
	padding: 40px;
}
.apps .service-item h2 {
	font-weight:600;
	margin-top:40px;
	letter-spacing: -0.5px;
}
.apps .service-item h2 small {
	color: #fff;
	font-weight:300;
}

/* learn-more */

.more {
    padding: 50px 0;
}

/* Services */

.services {
    padding: 50px 0;
}

.service-item {
    margin-bottom: 30px;
}

/* family-video */

.family-video {
    display: table;
    width: 100%;
    height: 400px;
    color: #fff;
    background: #34b6ce; /*url(../img/callout.jpg) no-repeat center center scroll;*/
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    padding-bottom:30px;
}
.video-player {
	width: 100%;
	height: 480px;
}


/* Features */

.features {
    padding: 50px 0;
}

.features-item {
    margin-bottom: 30px;
}

.img-features {
    margin: 0 auto;
}

.img-features:hover {
    opacity: 0.8;
}

/* Call to Action */

.call-to-action {
    padding: 50px 0;
}

.call-to-action .btn {
    margin: 10px;
}

/* Map */

.map {
    height: 500px;
}

@media(max-width:768px) {
    .map {
        height: 75%;
    }
    .img-res {
		width: 200px;
    }
	.header-logo h3 {
		font-size: 20px;
	}
}

@media(max-width:521px) {
	.espa img{width:100%;}
}

@media(max-width:468px) {
	.header-logo h3 {
		font-size: 18px;
	}
	.header-logo .fa {
		padding: 5px;
	}
}

@media(max-height:520px) {
	.header-logo h3 {
		font-size: 18px;
	}
    .img-res {
		width: 150px;
    }
	.header-logo .fa {
		padding: 5px;
	}
}

@media(max-height:420px) {
    .img-res {
		width: 100px;
    }
	.text-vertical-center {
		padding-top:20px;
		vertical-align: top;
	}
}

/* Footer */

footer {
	border-top: 10px solid #72ccdd;
    padding: 100px 0;
    background: #238192;
    color: #fff;
}
footer a, .sidebar-nav a{
    color: #fff;
}
footer a:hover, footer a:active, footer a:focus,  .sidebar-nav a:hover {
	text-decoration:none;
	color: #ddd;
}


.text-muted {
    color: #ddd;
}

.blur {
	-webkit-filter: blur(5px);
	-moz-filter: blur(5px);
	-o-filter: blur(5px);
	-ms-filter: blur(5px);
	filter: blur(5px);
}
