/*!
 * SNOW Landing Page Theme
 *
 * Created by Visual Soldiers
 * Visit us at http://www.visualsoldiers.com
 *
 * Handcrafted with love in Atlanta!
 */


/* ==========================================================================
   Global styles
   ========================================================================== */
h1, h2, h3, h4, h5, h6, p, .btn, .navbar-nav a, .form-control, .list-inline, small, #pricing {
  font-family: 'Montserrat', sans-serif;
}

p, .lead {
	font-family: 'Raleway', sans-serif;
}
.navbar-nav > a.scroll.sep{
color:#007ECB;
font-weight:bold;
}




header > div.container > div.row > div.col-xs-6 > a > img.logo{
display:none;
}
.navbar-header > a.logo > img{
display:block;	
}

.hidden-xl{
	display:none;
	
}

.hidden-xs{
		display:block;

}
h1 {
  font-size: 55px;
  line-height: 55px;
  letter-spacing: -1px;
  color: #ffffff;
  font-weight: 700;
}

h2 {
  font-size: 40px;
  line-height: 40px;
  etter-spacing: -0.5px;
  color: #ffffff;
  font-weight: 700;
}

h3 {
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0px;
  color: #231f20;
  font-weight: 700;
}

.lead {
  font-size: 21px;
  line-height: 26px;
  color: #ffffff;
  font-weight: 400;
}

p {
  font-size: 17px;
  line-height: 22px;
  color: #929496;
  font-weight: 400;
}

/*------------------Utilities---------------------*/
a {
  color: inherit;
  font-weight: inherit;
  font-size: inherit;
  text-decoration: none;
}

a:hover, a:focus {
  text-decoration: none;
  color: #231f20;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -10%;
}

::selection {
	background: #231f20; /* Safari */
	color: #FFFFFF;
}
::-moz-selection {
	background: #231f20; /* Firefox */
	color: #FFFFFF;
}

.sep{
margin-left:20px;	
}
/*------------------Buttons---------------------*/
.btn:focus {
  outline: 0px auto -webkit-focus-ring-color;
  outline: none;
}

.btn {
  text-transform: uppercase;
  border-radius: 4px;
  border: none;
}

.btn-lg {
  font-size: 13px;
  line-height: 1.33;
  padding: 22px 30px;
  font-weight: 400;
  letter-spacing: 1px;
}

.btn-sm {
  font-size: 11px;
  line-height: 1.33;
  padding: 10px 18px;
  font-weight: 400;
}

.btn-wide {
  width: 100%;
  font-size: 13px;
  line-height: 1.33;
  padding: 18px 28px;
  font-weight: 400;
  letter-spacing: 1px;
}

.btn-primary {
  background-color:#70cbce;
  color: #ffffff;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active {
  background-color: #8be2e5;
  color: #ffffff;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

.btn-secondary {
  background-color: #ffffff;
  color: #231f20;
}

.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active, .btn-secondary.active {
  background-color: #ededed;
  color: #231f20;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}




/*-----------------Margins------------------*/
.margin-0 {
    margin-bottom: 0 !important;
}
.margin-10 {
    margin-bottom: 10px !important;
}
.margin-15 {
    margin-bottom: 15px !important;
}
.margin-20 {
    margin-bottom: 20px !important;
}
.margin-30 {
    margin-bottom: 30px !important;
}
.margin-40 {
    margin-bottom: 40px !important;
}
.margin-50 {
    margin-bottom: 50px !important;
}
.margin-60 {
    margin-bottom: 60px !important;
}
.margin-70 {
    margin-bottom: 70px !important;
}
.margin-80 {
    margin-bottom: 80px !important;
}
.margin-90 {
    margin-bottom: 90px !important;
}
.margin-100 {
    margin-bottom: 100px !important;
}


/*-----------------Colors------------------*/

.black {
  color: #231f20;
}

.blue {
  color: #7DB900;
}

.white {
  color: #ffffff;
}

.black-bg {
  background: #231f20;
}

.blue-bg {
  background: #7DB900;
}

.white-bg {
  background: #ffffff;
}

.purple-bg {
	background: #6d3f96;
}



/* ==========================================================================
   Nav Styles
   ========================================================================== */

.navbar {
    border: 0px solid rgba(0, 0, 0, 0);
    background: #007dcb;
    margin: auto;
    min-height: 65px;
    padding-top: 8px;
    position: fixed;
    top: -65px;
    transition: top 0.4s ease 0s;
}

.navbar.open {
    top: 0;
}

.navbar-inverse .navbar-nav > li > a, .navbar-nav a {
    color: #ffffff;
    font-size: 14px;
    letter-spacing: 1px;
	font-weight:bold;
}

.navbar-inverse .navbar-nav > li > a:hover {
    color: #ffffff;
    opacity: 0.6;
}

.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 10px;
}

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border-color: #4ec3cd;
}

.navbar-inverse .navbar-toggle {
    border-color: transparent;
}

.logo img {
	margin-top: 0px;
	height:50px;
}



/* ==========================================================================
   Main styles
   ========================================================================== */
header {
  width: 100%;
  padding: 20px 10px 60px 10px;
  height: 100vh;
  overflow: hidden;
/*  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;*/
}

.header-info {
  position: absolute;
  bottom: 30%;
  width: 100%;
  left: 0;
  right: 0;
  margin-left: 0px;
  /*margin-bottom: 12%;*/
}

.signin {
  padding-top: 9px;
}

 h1.wow.fadeIn{
font-size:40px;	
}
.sub{
font-size:64px;		margin-top:20px;

}
.mouse-icon {
    border: 2px solid #fff;
    border-radius: 16px;
    display: block;
    height: 50px;
    margin: -100px auto 50px;
    position: relative;
    width: 30px;
    z-index: 10;
}
.mouse-icon .scroll {
    animation-delay: 0s;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-name: scrolling;
    animation-play-state: running;
    animation-timing-function: linear;
}
.mouse-icon .scroll {
    background: #fff none repeat scroll 0 0;
    border-radius: 10px;
    height: 10px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: 4px;
    width: 4px;
}
@keyframes scrolling {
0% {
    opacity: 0;
    top: 5px;
}
30% {
    opacity: 1;
    top: 10px;
}
100% {
    opacity: 0;
    top: 25px;
}
}

.pad-xl {
	padding: 200px 0px;
}

.pad-lg {
	padding: 160px 0px;
}

.pad-sm {
	padding: 80px 0px;
}

.pad-xs {
	padding: 30px 0px;
}



#be-the-first {
  background: url(../img/be-the-first-bg.jpg) #231f20 no-repeat center center fixed;
  min-height: 300px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

hr.line {
	width: 100%;
	border: 2px solid;
}

.purple {
	border-color: #007DCB;
	color: #007DCB;
}

.blue {
	border-color: #7DB900;
	color: #7DB900
}

.yellow {
	border-color: #f6d017;
	color: #f6d017;
}
.red{
border-color: #F14F00;
	color: #F14F00;
}

.iphone {
    position: relative;
    height: 200px;
}

.iphone img {
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 440px;
}


#invite {
  background: #f2f2f2;
}

.fa-cloud-download {
  color: #007DCB;
  font-size: 80px;
  display: block;
  padding-top: 15px;
  width: 60px;
  height: 60px;
  margin: auto;
}
.download-btn{
	background-color: #007DCB;
	color:#FFF;
	height: 100px;
	width:100%;
}
.download-btn img{
	height: 30px; margin-bottom:5px;
	 margin-top:10px;
}
.download-btn .fa{
	 font-size: 30px;
	 margin-bottom:5px;
	 margin-top:10px;
}


.news-container {
  padding: 10px 0px 20px;
  border-bottom: 1px dotted #d9d9d9;
}

.news-img {
  padding-right: 20px;
}

footer {
  background: #ffffff;
  padding: 40px 0px;
}

.social li a:hover {
  opacity: 0.5;
}



/*---------------Pricing Tables-------------------*/


#pricing {
  background: #f6d017;
}

.pricing-container {
	
/*  padding-left: 0px;
  padding-right: 0px;*/
}

.pricing-table {
  background: transparent; border:#007DCB solid 2px;
	 background-color: #007DCB ;
  margin-bottom: 0px;
  margin-top: 0px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.pricing-table.active {
  box-shadow: 0px 0px 12px rgba(41,46,50,0.6); 
  position: absolute;
  margin: auto;
  z-index: 200;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

.pricing-table:hover {
  margin-top: -10px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}



.headline {
  background: #007DCB;
 
  color: #FFFFFF;
  padding: 10px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

.price {
    background: none repeat scroll 0 0 #007DCB;
    color: #FFFFFF;
    font-size: 32px;
    font-weight: bold;
    padding-bottom: 20px;
    padding-top: 20px;
}
.pricing-table li {
  padding-left: 5px;
  padding-right: 5px; 
}
.features {
 font-size: 13px;
}
a.btn.btn-default.download-btn{
margin-bottom:10px;
}

.pricing-table:hover li.price  {
  background: #303236;
  -webkit-transition: all 0.85s ease-in-out;
  -moz-transition: all 0.85s ease-in-out;
  -o-transition: all 0.85s ease-in-out;
  transition: all 0.85s ease-in-out;
}

.price small {
	font-weight: 300;
	color: #FFF;
}

.info {
  padding-top: 20px;
  padding-bottom: 20px;
  font-weight: 300;
  font-size: 13px;
  color: #929496;
  background: #ffffff;
}

.features {
  color: #231f20;
  font-weight: bold;
  padding-top: 12px;
 
  padding-bottom: 15px;
  border-bottom: 1px dotted #E8EAEA;
  background: #ffffff
}

.features.first {
  border-top: 1px dotted #E8EAEA;
}

.features.last {
  padding-top: 17px;
  padding-bottom: 20px;
}

.features.last a {
	color: #007DCB;
	font-size: 14px;
	letter-spacing: 1px;
}

.pricing-container .btn {
    border-radius: 0;
}




/* ==========================================================================
   Form styles
   ========================================================================== */
.form-control {
    background-color: #FFFFFF;
    background-image: none;
    border: 0px solid transparent;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #929496;
    display: block;
    font-size: 15px;
    height: 60px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}

.form-control::-moz-placeholder {
    color: #d9d9d9;
    font-size: 15px;
    opacity: 1;
}

.form-control::-webkit-placeholder, .form-control::-o-placeholder {
    color: #d9d9d9;
    font-size: 15px;
    opacity: 1;
}

.form-control::-o-placeholder {
    color: #d9d9d9;
    font-size: 15px;
    opacity: 1;
}


.mov1{color:#FFF}
.mov2{color:#007ECB}
html.js.flexbox.canvas.canvastext.webgl.no-touch.geolocation.postmessage.no-websqldatabase.indexeddb.hashchange.history.draganddrop.websockets.rgba.hsla.multiplebgs.backgroundsize.borderimage.borderradius.boxshadow.textshadow.opacity.cssanimations.csscolumns.cssgradients.no-cssreflections.csstransforms.csstransforms3d.csstransitions.fontface.generatedcontent.video.audio.localstorage.sessionstorage.webworkers.applicationcache.svg.inlinesvg.smil.svgclippaths > body > header > div.container > div.row > div.col-xs-6.signin.text-right.navbar-nav > a.sep.mov2{
color:#007ECB}
html.js.flexbox.canvas.canvastext.webgl.no-touch.geolocation.postmessage.no-websqldatabase.indexeddb.hashchange.history.draganddrop.websockets.rgba.hsla.multiplebgs.backgroundsize.borderimage.borderradius.boxshadow.textshadow.opacity.cssanimations.csscolumns.cssgradients.no-cssreflections.csstransforms.csstransforms3d.csstransitions.fontface.generatedcontent.video.audio.localstorage.no-sessionstorage.webworkers.applicationcache.svg.inlinesvg.smil.svgclippaths > body > header > div.container > div.row > div.col-xs-6.signin.text-right.navbar-nav > a.sep.mov2{
color:#007ECB}

@media (max-width: 1200px){
.mov1{color:#fff}
.mov2{color:#fff}
html.js.flexbox.canvas.canvastext.webgl.no-touch.geolocation.postmessage.no-websqldatabase.indexeddb.hashchange.history.draganddrop.websockets.rgba.hsla.multiplebgs.backgroundsize.borderimage.borderradius.boxshadow.textshadow.opacity.cssanimations.csscolumns.cssgradients.no-cssreflections.csstransforms.csstransforms3d.csstransitions.fontface.generatedcontent.video.audio.localstorage.sessionstorage.webworkers.applicationcache.svg.inlinesvg.smil.svgclippaths > body > header > div.container > div.row > div.col-xs-6.signin.text-right.navbar-nav > a.sep.mov2{
color:#fff}
html.js.flexbox.canvas.canvastext.webgl.no-touch.geolocation.postmessage.no-websqldatabase.indexeddb.hashchange.history.draganddrop.websockets.rgba.hsla.multiplebgs.backgroundsize.borderimage.borderradius.boxshadow.textshadow.opacity.cssanimations.csscolumns.cssgradients.no-cssreflections.csstransforms.csstransforms3d.csstransitions.fontface.generatedcontent.video.audio.localstorage.no-sessionstorage.webworkers.applicationcache.svg.inlinesvg.smil.svgclippaths > body > header > div.container > div.row > div.col-xs-6.signin.text-right.navbar-nav > a.sep.mov2{
color:#fff}
}

@media (max-width: 768px){
.pricing-table.active {
 position:relative !important; 
}
.hidden-xl{
	display:block;
	margin-right:-15px;
}
.hidden-xs{
		display:none;

}
.imgmovil{
display:none;
}
.navbar-nav {
    margin: -10px 0px;
}
}

/* ==========================================================================
   Mobile styles
   ========================================================================== */
/* Landscape phones and down */
@media (max-width: 480px) { 

.navbar-nav {
    margin: -12px 0px;
}

.mov1{color:#FFF}
.mov2{color:#FFF}
.imgmovil{
	display:block;

margin-right:-30px;	
}
.hidden-xl{
	display:block;
	margin-right:-15px;
}
.hidden-xs{
		display:none;

}
header {
	/*background: #007dcb;*/
    	background: #007dcb;
min-height:100%;
height:auto;
}
.navbar-nav > a.scroll.sep{
color:#fff;
font-weight:bold;
}
.logoint{
	max-width:100%;
	
}

.btn-lg {
  font-size: 12.5px;
  line-height: 1.33;
  padding: 16px 13px;
  letter-spacing: 0px;
}


.btn-wide {
  width: 100%;
  font-size: 12.5px;
  line-height: 1.33;
  padding: 16px 13px;
  letter-spacing: 0px;
}

#be-the-first { 
      background-attachment: scroll;
  }

.hidden-xs{
	display:none;
	
}
.header-info {
    bottom: 0;
}
h1.wow.fadeIn {
    font-size: 32px;
	line-height:32px;
}
.sub {
    font-size: 48px;
    margin-top: 20px;
}
.lead {
    font-size: 16px;
    line-height: 18px;
    color: #ffffff;
    font-weight: 400;
}
.logo{
	width:150px;
	
}
}

/* Landscape phone to portrait tablet */
@media (min-width: 481px) and (max-width: 767px) { 

.navbar-nav > a.scroll.sep{
color:#fff;
font-weight:bold;
}
#be-the-first { 
      background-attachment: scroll;
  }
header {
	/*background: #007dcb;*/
    	background: #007dcb url(../img/header-small.jpg) no-repeat bottom right;

}
.hidden-xs{
	display:block;
	
}
.header-info {
    bottom: 0;
}
h1.wow.fadeIn {
    font-size: 32px;
	line-height:32px;
}
.sub {
    font-size: 48px;
    margin-top: 20px;
}
.lead {
    font-size: 16px;
    line-height: 18px;
    color: #ffffff;
    font-weight: 400;
}
}


/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 991px) {
	.navbar-nav > a.scroll.sep{
color:#fff;
font-weight:bold;
}
.navbar-nav > a.scroll.sep{
color:#fff;
font-weight:bold;
}
#be-the-first { 
      background-attachment: scroll;
  }
header {
	/*background: #007dcb;*/
  	background: #007dcb url(../img/header-small.jpg) no-repeat bottom right;

}
  
}



/* Desktops and laptops ----------- */
@media (min-width: 992px) and (max-width: 1199px) {.navbar-nav > a.scroll.sep{
color:#fff;
font-weight:bold;
}
header {
	background: #007dcb url(../img/header-bg2-4.jpg) no-repeat bottom right;
  
}
}
     


/* Large screens ----------- */
@media (min-width: 1200px) and (max-width: 3000px) {
header {
	background: #007dcb url(../img/header-bg3-4.jpg) no-repeat center center;
  
}
}

/* Smart banner */
.smartbanner {
    position: fixed !important;
    z-index: 9999 !important;
}

/* LIST #2 */
#list2 {
    /*width:320px;*/
}
#list2 ol {
    font-size:24px;
    color: #007dcb;
}

#list2 ol li p {
    padding:8px;
    font-size:18px;
    color:#000;
    border-left: 1px solid rgba(0, 125, 203, 0.34);
    margin-bottom: 0px !important;
}
#list2 ol li p strong {
    display:block;
}

#list2 a {
    text-decoration: underline;
}

.invitation-title {
    padding-top: 25px;
    font-family: 'Raleway', sans-serif;
    line-height: 22px;
}

.friendcode-wrapper {
    font-size: 18px;
    margin: 30px 0;
    font-family: 'Raleway', sans-serif;
    line-height: 22px;
}

.friendcode-line {
    border-bottom: 1px solid rgba(0, 125, 203, 0.34);
    padding-bottom: 10px;
}

.friendcode-desc {
    font-weight: 200;
    vertical-align: sub;
}

.friendcode-value {
    background-color: #007dcb;
    color: #fff;
    padding: 10px;
    font-weight: 500;
}

@media (max-width: 768px) {
    .pad {
        padding: 80px 0px;
    }
    .logo img {
        padding-left: 10px;
    }
}
@media (min-width: 768px) {
    .pad {
        padding: 100px 0px;
    }
}
@media (min-width: 992px) {
    .pad {
        padding-top: 160px;
        padding-bottom: 60px;
    }
}
@media (max-width: 992px) {
    .invitation-title {
        text-align: center;
    }
    .friendcode-wrapper {
        text-align: center;
    }
    #list2 {
        text-align: center;
    }
    #list2 ol {
        display: inline-block;
    }
}