@import url(https://fonts.googleapis.com/css?family=Titillium+Web:400,200,300,600,700);
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:200,300,400,600,700,900,200italic,300italic,400italic,600italic,700italic);


@font-face {
  font-family: 'PlayAction';
  src: url('../fonts/PlayAction.eot?#iefix') format('embedded-opentype'),  url('../fonts/PlayAction.otf')  format('opentype'),
	     url('../fonts/PlayAction.woff') format('woff'), url('../fonts/PlayAction.ttf')  format('truetype'), url('../fonts/PlayAction.svg#PlayAction') format('svg');
  font-weight: normal;
  font-style: normal;
    -webkit-font-smoothing: antialiased;
}
@font-face {
	font-family: 'Web Symbols';
	src: url('../fonts/websymbolsligaregular.eot');
	src: url('../fonts/websymbolsligaregular.eot?#iefix') format('embedded-opentype'),
		url('../fonts/websymbolsligaregular.woff') format('woff'),
		url('../fonts/websymbolsligaregular.ttf') format('truetype'),
		url('../fonts/websymbolsligaregular.svg#websymbols') format('svg');
	font-weight: normal;
	font-style: normal;
	
}
p.team-sports {
  color: #646060;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .6px;
  font-weight: 600;
}


.nextslide {
		display: block;
		position: relative;
		bottom: 47px;
		/* left: 50%; */
		/* margin-left: -140px; */
		font-size: 68px;
		color: #00adc4;
		font-weight: normal;
		-webkit-transition: all 0.1s linear;
		   -moz-transition: all 0.1s linear;
		    -ms-transition: all 0.1s linear;
		     -o-transition: all 0.1s linear;
		     	transition: all 0.1s linear;
	
		margin: 0 auto;
}
	
		.nextslide:before {
	font-family: 'Web Symbols', sans-serif;
		margin-right: 10px;
		color: #00adc4;
		text-decoration: none;
	}
	
	.nextslide:hover {
	color: #00adc4;
	}
	
	.nextslide:hover:before {
		
	}
	
	.nextslide span {
		text-decoration: none;
		font-style: normal;
		
	}


html {
    font-size: 100%;
}

body {
    background: #161616 !important;
   font-family: 'Source Sans Pro', sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: #fff;
    line-height: 28px;
    text-align: center;
    overflow-x: hidden !important;
    margin: auto !important;
	  
    /* -webkit-font-smoothing: subpixel-antialiased; */
}
p.intro {
font-size: 21px;
font-family: "Titillium";
font-weight: 300;
letter-spacing: .5px;
text-align: left;
line-height: 1.5em;
color: #4E6F79;
  
-webkit-font-smoothing: antialiased;
}

/* Internet Explorer 10 in Windows 8 and Windows Phone 8 Bug fix */

@-webkit-viewport {
    width: device-width;
}

@-moz-viewport {
    width: device-width;
}

@-ms-viewport {
    width: device-width;
}

@-o-viewport {
    width: device-width;
}

@viewport {
    width: device-width;
}

a {
    -webkit-transition: all ease 0.25s;
            transition: all ease 0.25s;
}

a:hover {
    text-decoration: none;
}

.btn:focus,
.btn:active {
    outline: inherit;
}

textarea:focus, input:focus {
    color: #ffffff;
}
/* Other fixes*/

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
            box-sizing: border-box;
}

ul,
ol {
    padding-left: 0 !important;
}

li {
    list-style: none;
}


/* PRE LOADER */
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fefefe;
    z-index: 99999;
    height: 100%;
    width: 100%;
    overflow: hidden !important;
}

.status {
    width: 40px;
    height: 40px;
    position: absolute;
    left: 50%;
    top: 50%;
    background-image: url(../images/loading.gif);
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
            background-size: cover;
    margin: -20px 0 0 -20px;
}


/*---------------------------------------
   Typography                
-----------------------------------------*/

/* FONT FACE LOADER */
@font-face {
    font-family: 'Lane';
    src: url('../fonts/lanenar_Lane.eot');
    src: url('../fonts/lanenar_Lane.eot?#iefix') format('embedded-opentype'), url('../fonts/lanenar_Lane.woff') format('woff'), url('../fonts/lanenar_Lane.ttf') format('truetype'), url('../fonts/lanenar_Lane.svg#Lane') format('svg');
    font-weight: normal;
    font-style: normal;
}



/* HEADINGS */

h1,
h2 {
 font-family: 'Titillium Web', sans-serif;
    font-weight: 200;
}

h1 {
    font-size: 3.6rem;
    line-height: 4.688rem;
}

h2 {
    font-size: 2.5rem;    line-height: 4.063rem;
}

h3 {
    font-size: 24px;
    line-height: 38px;
    font-weight: 300;
}

h4 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 300;
}

h5 {
    font-size: 28px;
   
	font-family: "PlayAction",sans-serif;
    letter-spacing: .5px;
}

/*---------------------------------------
   CUSTOM BUTTON              
-----------------------------------------*/

.standard-button,
.standard-button2 {
    font-size: 18px;
    font-weight: 400 !important;
    border-radius: 4px !important;
    text-shadow: 0 !important;
    color: #000000;
    min-width: 150px;
    border: none;
    padding: 16px 50px 16px 50px;
    margin: 5px;
    -webkit-transition: all ease 0.25s;
            transition: all ease 0.25s;
}

.standard-button:hover,
.standard-button2:hover {
    border: none;
}

.standard-button i,
.standard-button2 i {
    vertical-align: inherit;
    margin-right: 8px;
    font-size: 20px;
}


/*---------------------------------------
   TEXTS AND BG               
-----------------------------------------*/

.white-text {
    color: #25BED5;
}

.dark-text {
    color: #272727;
}

.deep-dark-bg {
    background: #161616 !important;
}


/*---------------------------------------
   SECTIONS          
-----------------------------------------*/

.section-header {
    padding-bottom: 78px;
}

.section-header h2 {
    margin-bottom: 20px;
}

.section-header .section-description {
    display: inline-block;
    position: relative;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: "PlayAction",sans-serif;
    letter-spacing: .6px;
}

/*---------------------------------------
   LINES          
-----------------------------------------*/

.colored-line {
    margin: auto;
    z-index: 1;
    width: 165px;
    height: 1px;
}

.white-line {
    margin: auto;
    z-index: 1;
    width: 165px;
    height: 1px;
    background: #ffffff;
}

.colored-line-left {
    float: left;
    z-index: 1;
    display: block;
    width: 165px;
    height: 1px;
}











/* VIDEO */

video {
    max-width: 100%;
    height: auto;
}

iframe,
embed,
object {
    max-width: 100%;
}

.video-container {
    width: 90%;
    background: transparent !important;
    margin: auto;
    margin-bottom: 50px;
    margin-top: 40px; 
}

.video {
    background: transparent !important;
}




/*---------------------------------------
   SECTION:  SCREENSHOTS 
-----------------------------------------*/

.screenshots {
    padding-top: 80px;
    padding-bottom: 120px;
}

.screenshots .shot {
    background: #232323;
    padding: 10px;
    margin: 13px;
    border-radius: 4px;
    -webkit-box-shadow: none;
            box-shadow: none;
    display: block;
}

.screenshots .shot img {
    border-radius: 4px;
    width: 100%;
}




/*---------------------------------------
   SECTION:  DOWNLOAD                 
-----------------------------------------*/

.download {
    background: url('../images/bg-3.jpg') no-repeat center fixed;
    /* -webkit-background-size: cover; */
            
    /* background-size: cover; */
    color: #ffffff;
}

.download .color-overlay {
    padding-top: 110px;
    padding-bottom: 70px;
}

.download .download-container {
    padding-bottom: 80px;
}

.download .subscription-form-container {
    padding-bottom: 80px;
}

.download .subscription-form .input-box {
    height: 57px;
    padding-left: 20px;
    width: 320px;
    -webkit-box-shadow: none;
            box-shadow: none;
    background: #FFF;
    border: 2px solid #FFF;
}

.download .subscription-form .input-box:focus, 
.download .subscription-form .input-box:active {
    color: #000;
    font-weight: 400;
}

.download .subscription-form .subscription-success,
.download .subscription-form .subscription-error {
    display: none;
}

.download h2 {
    margin-bottom: 30px;
}


/*---------------------------------------
   SECTION:  FOOTER                
-----------------------------------------*/

footer .contact-box {
    margin-bottom: 78px;
}

footer .contact-box .contact-button {
    height: 80px;
    width: 80px;
    border-radius: 50%;
    margin: auto;
    position: relative;
    font-size: 30px;
    line-height: 60px;
    vertical-align: middle;
    margin-top: -40px;
    background: #232323;
    -webkit-box-shadow: 0px 0px 0px 3px #232323;
            box-shadow: 0px 0px 0px 3px #232323;
    -webkit-backface-visibility: hidden;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
}

footer .contact-box .contact-button:hover {
    color: #ffffff;
}

footer .contact-box .expanded-contact-form {
    margin-top: 40px;
    display: none;
}

footer .contact-box .expanded-contact-form .success,
footer .contact-box .expanded-contact-form .error {
    display: none;
}

footer .contact-box .expanded-contact-form .input-box {
    margin-bottom: 10px;
    margin-top: 10px;
    height: 50px;
    -webkit-box-shadow: none;
            box-shadow: none;
    background: #222222;
    border: 1px solid #161616;
}

footer .contact-box .expanded-contact-form .textarea-box {
    margin-top: 20px;
    margin-bottom: 20px;
    -webkit-box-shadow: none;
            box-shadow: none;
    background: #222222;
    border: 1px solid #161616;
}

footer .contact-box .expanded-contact-form .textarea-box:active,
footer .contact-box .expanded-contact-form .textarea-box:focus,     {
    color: #FFF;
}

footer .social-icons {
    margin-top: 30px;
    border-bottom: 1px solid #111111;
    padding-bottom: 50px;
}

footer .social-icons li {
    display: inline-block;
    margin: 5px;
}

footer .social-icons li a {
    font-size: 30px;
    color: #636363;
}

footer .copyright {
    color: #4F4F4F;
    padding-top: 10px;
    margin-bottom: 50px;
    font-family: "PlayAction",sans-serif; letter-spac;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .5px;
    line-height: 18px;
    text-align: left;
}
.scroll-links {
position: absolute;
width: 100%;
margin-top: -46px;
font-size: 39px;
color: #25BED5;
}
.or {
background-color: rgb(37, 190, 213);
width: 50px;
margin: 0 auto;
margin-bottom: 10px;
border-radius: 30px;
padding: 5px 5px 5px 5px;
vertical-align: middle;
color: #000;
text-transform: uppercase;
font-weight: 600;
}
.play{
font-size: 60px;
font-family: "PlayAction",sans-serif;
letter-spacing: .45px;
}

.sticky-navigation .main-navigation li {
line-height: 30px;
font-weight: 400;
font-size: 13px;
text-transform: uppercase;
font-family: 'Titillium Web', sans-serif;
color: #FFF;
font-weight: 800;
letter-spacing: .75px;
}

	
	.nextslide span {
		text-decoration: none;
		font-style: normal;
		
	}


html {
    font-size: 100%;
}

body {
    background: #161616 !important;
   font-family: 'Source Sans Pro', sans-serif;
    font-size: 15px;
    font-weight: 300;
    color: #FFFFFF;
    line-height: 21px;
    text-align: center;
    overflow-x: hidden !important;
    margin: auto !important;
}
p.intro {
font-size: 21px;
font-family: "Titillium Web";
font-weight: 300;
letter-spacing: .5px;
text-align: left;
line-height: 1.5em;
color: #568999;
}

/* Internet Explorer 10 in Windows 8 and Windows Phone 8 Bug fix */

@-webkit-viewport {
    width: device-width;
}

@-moz-viewport {
    width: device-width;
}

@-ms-viewport {
    width: device-width;
}

@-o-viewport {
    width: device-width;
}

@viewport {
    width: device-width;
}

a {
    -webkit-transition: all ease 0.25s;
            transition: all ease 0.25s;
}

a:hover {
    text-decoration: none;
}

.btn:focus,
.btn:active {
    outline: inherit;
}

textarea:focus, input:focus {
    color: #ffffff;
}
/* Other fixes*/

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
            box-sizing: border-box;
}

ul,
ol {
    padding-left: 0 !important;
}

li {
    list-style: none;
}


/* PRE LOADER */
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fefefe;
    z-index: 99999;
    height: 100%;
    width: 100%;
    overflow: hidden !important;
}

.status {
    width: 40px;
    height: 40px;
    position: absolute;
    left: 50%;
    top: 50%;
    background-image: url(../images/loading.gif);
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
            background-size: cover;
    margin: -20px 0 0 -20px;
}


/*---------------------------------------
   Typography                
-----------------------------------------*/




/* HEADINGS */

h1,
h2 {
 font-family: 'Titillium Web', sans-serif;
    font-weight: 200;
}

h1 {
    font-size: 3.6rem;
    line-height: 4.388rem;
}

h2 {
    font-size: 2.5rem;    
    line-height: 3.063rem;
}

h3 {
    font-size: 24px;
    line-height: 38px;
    font-weight: 300;
}

h4 {
    font-size: 20px;
    line-height: 20px;
    font-weight: 300;
}

h5 {
    font-size: 21px;
   
	font-family: "PlayAction",sans-serif;
    letter-spacing: .5px;
}

/*---------------------------------------
   CUSTOM BUTTON              
-----------------------------------------*/

.standard-button,
.standard-button2 {
    font-size: 15px;
    font-weight: 400 !important;
    border-radius: 4px !important;
    text-shadow: 0 !important;
    color: #000000;
    min-width: 150px;
    border: none;
    padding: 16px 50px 10px 50px;
    margin: 5px;
    -webkit-transition: all ease 0.25s;
            transition: all ease 0.25s;
    background: #25bed5;   font-family: "PlayAction",sans-serif;   letter-spacing: 0.1px;   -webkit-font-smoothing: antialiased;   text-transform: uppercase;
}

.standard-button:hover,
.standard-button2:hover {
    border: none;
}

.standard-button i,
.standard-button2 i {
    vertical-align: middle;
    margin-right: 8px;
    font-size: 19px;
    margin-left: 7px;
    /* top: -26px; */
}


/*---------------------------------------
   TEXTS AND BG               
-----------------------------------------*/

.white-text {
    color: #25BED5;
}

.dark-text {
    color: #272727;
}

.deep-dark-bg {
    background: #041418 !important;
}


/*---------------------------------------
   SECTIONS          
-----------------------------------------*/

.section-header {
    padding-bottom: 65px;
}

.section-header h2 {
    margin-bottom: 20px;
}

.section-header .section-description {
    display: inline-block;
    position: relative;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: "PlayAction",sans-serif;
    letter-spacing: .3px;
    -webkit-font-smoothing: antialiased;
}

/*---------------------------------------
   LINES          
-----------------------------------------*/

.colored-line {
    margin: auto;
    z-index: 1;
    width: 165px;
    height: 1px;
}

.white-line {
    margin: auto;
    z-index: 1;
    width: 165px;
    height: 1px;
    background: #ffffff;
}

.colored-line-left {
    float: left;
    z-index: 1;
    display: block;
    width: 165px;
    height: 1px;
}

/*---------------------------------------
=========================================
 **   SECTION STYLES                
=========================================
-----------------------------------------*/

/*---------------------------------------
   SECTION:  HOME                 
-----------------------------------------*/

header {
    background: url(../images/bg-1.jpg) no-repeat center top;
    -webkit-background-size: cover;
            background-size: cover;
}

header .color-overlay {
    min-height: 820px;
    overflow: hidden;
}

header .full-screen {
    width: 100%;
    height: 100px;
}

/* TOP BAR WITH NAVIGATION */

.sticky-navigation {
  min-height: 60px;
  background: #111111;
  border: none;
  padding: 0 !important;
  margin-bottom: 0 !important;
  -webkit-backface-visibility: hidden;
  -webkit-box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.08);
          box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.08);
  background: -webkit-gradient( linear, left top, left bottom, color-stop(.09, #073F4F), color-stop(1, #011824) ); background: -moz-linear-gradient( center top, #073F4F 5%, #011824 100% ); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#073F4F', endColorstr='#011824'); background-color: #011824; border-top-width: 1px; border-top-style: solid; border-top-color: #02171D;
}

.sticky-navigation .navbar-header img {
  max-height: 30px;
  -webkit-backface-visibility: hidden;
}

.sticky-navigation .main-navigation .current a {
  color: #000000;
  position: relative;
  outline: none;
}

.sticky-navigation .main-navigation li a {
  line-height: 30px;
  font-weight: 400;
  font-size: 13px;
  text-transform: uppercase;
   font-family: 'Titillium Web', sans-serif;
  color: #FFF;
  font-weight: 800;
  letter-spacing: .75px;
}

header .only-logo .navbar {
    background: none;
    padding: 60px;
    padding-left: 0;
}

header .only-logo .navbar .navbar-header {
    float: left;
}

/* INTRO */

header .home-contents {
    margin-top: 0%;
}

header .intro-section {
    text-align: left;
}

header .intro-section .standard-button {
    margin: 0;
}

header .phone-image {
    max-width: 760px;
    margin: auto;
    top: 177px;
    position: absolute;
}

header .phone-image img {
    width: 100%;
    bottom: 0;
}

header .intro-section .intro {
    color: #ffffff;
    margin-bottom: 36px;
}

header .intro-section h5 {
    color: #ffffff;
    -webkit-font-smoothing: antialiased;
}

header .intro-section .buttons {
    margin-top: 35px;
}

/*---------------------------------------
   SECTION:  FEATURES                 
-----------------------------------------*/

.features {
    padding-top: 80px;
    padding-bottom: 30px;
    background: #053342;
    /* background: -webkit-gradient( linear, left top, left bottom, color-stop(.09, #082C37), color-stop(1, #162127) ); */ background: -moz-linear-gradient( center top, #073F4F 5%, #011824 100% ); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#073F4F', endColorstr='#011824'); 
    background-color: #071C22;
}

.features .features-left {
    text-align: right;
    margin-top: 26px;
    margin-bottom: 80px;
}

.features .features-left .icon-container {
    float: right;
    margin-left: 20px;
}

.features .features-right {
    text-align: left;
    margin-top: 26px;
    margin-bottom: 80px;
}

.features .features-right .icon-container {
    float: left;
    margin-right: 20px;
}

.features .feature {
margin-bottom: -4px;
float: left;
    color: #999;
}

.features .feature .icon-container {
    display: block;
    min-height: 120px;
    margin-top: 5px;
}

.features .feature .icon-container .icon {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    line-height: 55px;
    font-size: 18px;
    text-align: center;
    -webkit-transition: all ease-in 0.25s;
            transition: all ease-in 0.25s;
    -webkit-background-clip: padding-box;
           -moz-background-clip: padding;
            background-clip: padding-box;
}

.features .phone-image {
    max-width: 450px;
    margin: auto;
    margin-bottom: 20px;
    margin-top: 20px;
}

.features .phone-image img {
    width: 100%;
}


/*---------------------------------------
   SECTION:  BRIEF                 
-----------------------------------------*/

.app-brief {
    padding-top: 80px;
    padding-bottom: 0px;
    background: #04BDD5 !important;
    color: #073D45;
    font-size: 14px;
    line-height: 19px;
}

.app-brief h2 {
    margin-bottom: 20px;
    margin-top: 0;
    color: #fff;
}

.app-brief .phone-image {
    max-width: 350px;
    margin: auto;
    margin-bottom: 50px;
}

.app-brief .phone-image img {
    width: 100%;
}

.app-brief .left-align {
    text-align: left;
    margin-bottom: 50px;
    z-index: 1000;
}

.app-brief .left-align p {
    display: block;
    float: none;
    margin-top: 0px;
    font-weight: 400;
    -webkit-font-smoothing: subpixel-antialiased; */;
    /* color: #08515C; */
}

.app-brief .left-align .feature-list {
    margin-top: 27px;
    font-weight: 400;
    -webkit-font-smoothing: subpixel-antialiased; */;
    /* color: #073D45; */
}

.app-brief .left-align .feature-list li {
    margin-bottom: 12px;
}

.app-brief .left-align .feature-list li i {
    margin-right: 10px;
    vertical-align: inherit;
    color: #fff;
}



/*---------------------------------------
   SECTION:  SLEEPSYNC                 
-----------------------------------------*/

.sleep-sync {
    padding-top: 88px;
    padding-bottom: 10px;
    background: #021327;
    background: url(../images/bg-4.jpg) no-repeat center fixed;
    -webkit-background-size: cover;
    background-size: cover;
    overflow: hidden;
    /* max-height: 651px; */
    position: relative;
    font-weight: 400;
}

.sleep-sync h2 {
    margin-bottom: 20px;
}

.sleep-sync .phone-image {
    max-width: 250px;
    margin: auto;
    margin-bottom: 50px;
}

.sleep-sync .phone-image img {
    width: 100%;
}

.sleep-sync .left-align {
    text-align: left;
    margin-bottom: 50px;
}

.sleep-sync .left-align p {
    display: block;
    float: none;
    margin-top: 50px;
    font-weight: 2;
}

.sleep-sync .left-align .feature-list {
    margin-top: 30px;
}

.sleep-sync .left-align .feature-list li {
    margin-bottom: 11px;
}

.sleep-sync .left-align .feature-list li i {
    margin-right: 10px;
    vertical-align: inherit;
}




.sleepsync-ipad {
/* float: left; */
left: 0;
position: absolute;
margin: 0 auto;
/* width: 100%; */
/* margin-top: 82px; */
overflow: hidden;
bottom: 0;
}







/*---------------------------------------
   SECTION:  PACK N PLAY                
-----------------------------------------*/

.pack-n-play{
    padding-top: 88px;
    padding-bottom: 10px;
    /* background: #161616; */
	
    background: url(../images/bg-5.jpg) no-repeat center;
-webkit-background-size: cover;
background-size: cover;
    overflow: hidden;
    /* max-height: 651px; */
    position: relative;
}


.pack-n-play h2 {
    margin-bottom: 20px;
    color: #000;
}



.pack-n-play .phone-image {
    max-width: 250px;
    margin: 0;
    margin-bottom: 50px;
    /* text-align: left; */
}

.pack-n-play .phone-image img {
    width: 100%;
}

.pack-n-play .left-align {
    text-align: left;
    margin-bottom: 50px;
}

.pack-n-play .left-align p {
    display: block;
    float: none;
    margin-top: 50px;
    color: #000;
    font-weight: 500;
    -webkit-font-smoothing: antialiased;
    margin-bottom: 16px;
}
}

.pack-n-play .left-align .feature-list {
    margin-top: 30px;
    color: #000;
    font-weight: 400;
}

.pack-n-play .left-align .feature-list li {
    margin-bottom: 11px;
    color: #000;
    font-weight: 500;
}

.pack-n-play .left-align .feature-list li i {
    margin-right: 10px;
    vertical-align: inherit;
    color: #000;
}




.pack-n-play-ipad {
/* float: left; */
right: 0;
position: absolute;
margin: 0 auto;
/* width: 100%; */
/* margin-top: 82px; */
overflow: hidden;
bottom: 0;
}





/*---------------------------------------
   SECTION:  SHRINK N SYNC               
-----------------------------------------*/

.shrink-n-sync{
    padding-top: 88px;
    padding-bottom: 10px;
    /* background: #161616; */
	
    background: url(../images/bg-6.jpg) no-repeat center;
-webkit-background-size: cover;
background-size: cover;
    overflow: hidden;
    /* max-height: 651px; */
    position: relative;
}


.shrink-n-sync h2 {
    margin-bottom: 20px;
    color: #fff;
}


.shrink-n-sync p {
    color: #fff;
    font-weight: 400;
    /* -webkit-font-smoothing: antialiased; */
}
.shrink-n-sync .phone-image {
    max-width: 250px;
    margin: 0;
    margin-bottom: 50px;
    /* text-align: left; */
}

.shrink-n-sync .phone-image img {
    width: 100%;
}

.shrink-n-sync .left-align {
    text-align: left;
    margin-bottom: 50px;
	padding-right: 60px;
}

.shrink-n-sync .left-align p {
    display: block;
    float: none;
    margin-top: 50px;
}

.shrink-n-sync .left-align .feature-list {
    margin-top: 30px;
    color: #fff;
    font-weight: 400;
}

.shrink-n-sync .left-align .feature-list li {
    margin-bottom: 11px;
}

.shrink-n-sync .left-align .feature-list li i {
    margin-right: 10px;
    vertical-align: inherit;
}




.pack-n-play-ipad {
/* float: left; */
right: 0;
position: absolute;
margin: 0 auto;
/* width: 100%; */
/* margin-top: 82px; */
overflow: hidden;
bottom: 0;
}















/* VIDEO */

video {
    max-width: 100%;
    height: auto;
}

iframe,
embed,
object {
    max-width: 100%;
}

.video-container {
    width: 90%;
    background: transparent !important;
    margin: auto;
    margin-bottom: 50px;
    margin-top: 40px; 
}

.video {
    background: transparent !important;
}


/*---------------------------------------
   SECTION:  TESTIMONIALS                 
-----------------------------------------*/
.testimonials {
    background: url(../images/bg-2.jpg) no-repeat center fixed;
    -webkit-background-size: cover;
            background-size: cover;
    color: #ffffff;
}

.testimonials .color-overlay {
    padding-top: 110px;
    padding-bottom: 110px;
}

.testimonials .feedback {
    max-width: 750px;
    margin: auto;
}

.testimonials .feedback .image {
    font-size: 24px;
    border: 2px solid transparent;
    -webkit-box-shadow: 0px 0px 0px 2px #ffffff;
            box-shadow: 0px 0px 0px 2px #ffffff;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    line-height: 80px;
    margin: auto;
    margin-top: 5px;
    overflow: hidden;
}

.testimonials .feedback .image img {
    width: 100%;
    vertical-align: top;
}

.testimonials .feedback .message {
    font-size: 18px;
    font-style: italic;
    margin-top: 40px;
    margin-bottom: 30px;
}

.testimonials .feedback .name {
    margin-top: 15px;
    font-weight: 400;
}

.testimonials .feedback .company-info {
    font-size: 12px;
}

.testimonials .owl-theme .owl-controls .owl-page span {
    background: #ffffff;
    border-radius: 50%;
}

.testimonials .customNavigation a {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}


/*---------------------------------------
   SECTION:  SERVICES           
-----------------------------------------*/

.services {
    padding-top: 80px;
    padding-bottom: 0px;
    background: #071C22;
}

.services .single-service {
    padding-bottom: 60px;
    text-align: left;
}

.services .single-service .service-icon {
    font-size: 21px;
}

.services .single-service h3 {
    margin-top: 20px;
}



/*---------------------------------------
   SECTION:  SCREENSHOTS 
-----------------------------------------*/

.screenshots {
    padding-top: 60px;
    padding-bottom: 40px;
}

.screenshots .shot {
    background: #232323;
    padding: 10px;
    margin: 13px;
    border-radius: 4px;
    -webkit-box-shadow: none;
            box-shadow: none;
    display: block;
}

.screenshots .shot img {
    border-radius: 4px;
    width: 100%;
}


/*---------------------------------------
   SECTION:  PACKAGES | Added on version 1.7      
-----------------------------------------*/

.packages {
    padding-top: 80px;
    padding-bottom: 60px;
    background: #222222;
    background: url(../images/bg-2.jpg) no-repeat center fixed; -webkit-background-size: cover; background-size: cover;
}

.single-package {
    background: #161616;
    overflow: hidden;
    border: 0px solid #161616;
    border-radius: 3px;
    margin-bottom: 28px;
}

.single-package .price {
    background: #222222;

}
.single-package .color-bg {
    background-color: !important;
}
.single-package .price h2 {
    color: #FFFFFF;
}
.single-package .price .sign {
    vertical-align: super;
    font-size: 20px;
}

.single-package .price .month {
    font-size: 16px;
    /* font-family: 'Roboto', sans-serif; */
    /* font-weight: 300; */
    font-family: 'Source Sans Pro', sans-serif;   
    font-size: 13px;   font-weight: 300;
    text-transform: uppercase;
    letter-spacing: .2px;
    font-family: 'Titillium Web', sans-serif;   
    font-weight: 700;
}

.single-package .package-feature {
  margin-top: 25px;
  margin-bottom: 25px;
  margin-left: 55px;
  margin-right: 20px;
}

.single-package .package-feature > li {
  margin-top: 15px;
  margin-bottom: -9px;
  text-align: left;
  font-size: 13px;
}

.single-package .package-feature > li > span {
  margin-right: 12px;
}


/*---------------------------------------
   SECTION:  DOWNLOAD                 
-----------------------------------------*/

.download {
    background: url('../images/bg-3.jpg') no-repeat center;
    /* -webkit-background-size: cover; */
            
    background-size: cover;
    color: #ffffff;
}

.download .color-overlay {
    padding-top: 110px;
    padding-bottom: 70px;
}

.download .download-container {
    padding-bottom: 80px;
}

.download .subscription-form-container {
    padding-bottom: 80px;
}

.download .subscription-form .input-box {
    height: 57px;
    padding-left: 20px;
    width: 320px;
    -webkit-box-shadow: none;
            box-shadow: none;
    background: #FFF;
    border: 2px solid #FFF;
}

.download .subscription-form .input-box:focus, 
.download .subscription-form .input-box:active {
    color: #000;
    font-weight: 400;
}

.download .subscription-form .subscription-success,
.download .subscription-form .subscription-error {
    display: none;
}

.download h2 {
    margin-bottom: 30px;
}


/*---------------------------------------
   SECTION:  FOOTER                
-----------------------------------------*/

footer .contact-box {
    margin-bottom: 100px;
}

footer .contact-box .contact-button {
    height: 80px;
    width: 80px;
    border-radius: 50%;
    margin: auto;
    position: relative;
    font-size: 30px;
    line-height: 60px;
    vertical-align: middle;
    margin-top: -40px;
    background: #232323;
    -webkit-box-shadow: 0px 0px 0px 3px #232323;
            box-shadow: 0px 0px 0px 3px #232323;
    -webkit-backface-visibility: hidden;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
}

footer .contact-box .contact-button:hover {
    color: #ffffff;
}

footer .contact-box .expanded-contact-form {
    margin-top: 40px;
    display: none;
}

footer .contact-box .expanded-contact-form .success,
footer .contact-box .expanded-contact-form .error {
    display: none;
}

footer .contact-box .expanded-contact-form .input-box {
    margin-bottom: 10px;
    margin-top: 10px;
    height: 50px;
    -webkit-box-shadow: none;
            box-shadow: none;
    background: #222222;
    border: 1px solid #161616;
}

footer .contact-box .expanded-contact-form .textarea-box {
    margin-top: 20px;
    margin-bottom: 20px;
    -webkit-box-shadow: none;
            box-shadow: none;
    background: #222222;
    border: 1px solid #161616;
}

footer .contact-box .expanded-contact-form .textarea-box:active,
footer .contact-box .expanded-contact-form .textarea-box:focus,     {
    color: #FFF;
}

footer .social-icons {
    margin-top: 30px;
    border-bottom: 1px solid #111111;
    padding-bottom: 50px;
}

footer .social-icons li {
    display: inline-block;
    margin: 5px;
}

footer .social-icons li a {
    font-size: 30px;
    color: #636363;
}

.services li {
  display: inline-block;
  margin-right: 10px;
  /* font-family: "PlayAction", Arial; */
  /* text-transform: uppercase; */
  /* font-size: 19px; */
  /* letter-spacing: .3px; */
  /* -webkit-font-smoothing: antialiased; */
  line-height: 34px;
  color: #999;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  padding-bottom: 4px;
  border-bottom-color: #1B4956;
  /* border-bottom-width: 300px; */
  width: 100%;
  margin-top: 6px;
}

.teamsports {
  display: inline-block;
  margin-right: 10px;
  font-family: "PlayAction", Arial;
  text-transform: uppercase;
  font-size: 19px;
  letter-spacing: .3px;
  -webkit-font-smoothing: antialiased;
  line-height: 28px;
  color: #fff !important;
  border-bottom-style: solid;   
  border-bottom-width: 0px !important;   
  padding-bottom: 4px !important;   
  border-bottom-color: #1B4956;   
  border-bottom-width: 300px;   
  width: auto !important;
  line-height: 21px !important;
}

li.feature-list i {
  margin-right: 10px;
  vertical-align: inherit;
}

footer .copyright {
    color: #4F4F4F;
    padding-top: 10px;
    margin-bottom: 50px;
    font-family: "PlayAction",sans-serif; letter-spac;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: .5px;
    line-height: 16px;
    text-align: left;
    -webkit-font-smoothing: antialiased;
}
.scroll-links {
position: absolute;
width: 100%;
margin-top: -46px;
font-size: 39px;
color: #25BED5;
}
.black{
	color: #000;
}
.shot p {
  font-size: 12px;
  margin: 0;
  margin-top: 10px;
  margin-bottom: 0px;
  color: #999;
  font-weight: 400;
}
.or {
background-color: rgb(37, 190, 213);
width: 50px;
margin: 0 auto;
margin-bottom: 10px;
border-radius: 30px;
padding: 5px 5px 5px 5px;
vertical-align: middle;
color: #000;
text-transform: uppercase;
font-weight: 600;
}
.play{
font-size: 40px;
font-family: "PlayAction",sans-serif;
letter-spacing: 0.1px;
-webkit-font-smoothing: antialiased;
text-transform: uppercase;
}

.sticky-navigation .main-navigation li {
line-height: 30px;
font-weight: 400;
font-size: 13px;
text-transform: uppercase;
font-family: 'Titillium Web', sans-serif;
color: #FFF;
font-weight: 800;
letter-spacing: .75px;
}
.row.contact-dp {
font-size: 30px;
margin-top: 20px;
color: #fff;
/* font-size: 21px; */
font-family: "Titillium web";
font-weight: 300;
letter-spacing: .5px;
/* text-align: left; */
line-height: 1.5em;
color: #4D4D4D;
}
img.footer-logo {
float: left;
margin-right: 14px;
margin-top: -11PX;
}
a.btn.btn-default.btn-lg.standard-button {
  width: 95%;
  margin-bottom: 10px;
}
.blue-package, .blue-package h3,Ã‚Â .blue-package a{
	  background: #F69207;
	  color: #000;
}
.app-brief .app img {
  width: 130%;
  margin-left: -104px;
}
div#playaction-logo {
  display: inline-block;

}
.takeaction {
  width: 95.25%;
}
h4.success {
  margin-bottom: 23px;
}
h4.success i.icon_check {
  color: #FFFFFF;
  background-color: #1DB30C;
  border-radius: 30px;
  padding: 10px;
  margin-right: 10px;
}
h4.error {
  color: #E20303;
}