/*---------------------------------------------------------
 1. General
-------------------------------------------------------- */
html, body {
	-webkit-font-smoothing: antialiased;
 overflow-x:hidden;
 height: auto;
}

body {
  transition: background 1s ease;
   background: #2e2e2e;
   font-family: 'Open Sans', sans-serif;
   color: #fff;
}

#main-wrapper {

}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Open Sans', sans-serif;
}

h2 {
margin-bottom: 90px;
font-size: 40px;
 }

 .sub-tag {
 	font-size: 16px;
    line-height: 24px;
    font-weight: 300;

    display: none;
    visibility: hidden;
 }

ol {
    margin-bottom: 90px;
}
.row {

}

.row-out {
	padding-top: 60px;
	padding-bottom: 60px;
	width: 100%;
}

.row-out:first-child {
	padding-top: 0;
	padding-bottom: 0;
}

.page-title {
    background: #2e2e2e;
    margin-bottom: 30px;
}

.page-title h2 {
    margin-bottom: 0;
}

img {
	max-height: 900px;
}

.hr-custom {
	height: 1px;
	background: rgba(255,255,255,.2);
	width: 100%;
	margin: 0;
	padding: 0;
	display: block;
}

.btn {
	max-width: 135px;
	display: block;
	margin-top: 90px;
}

.ios {
    float: left;
} 

.ios img {
	    height: 44px;
}
.android {
	float: right;
}

.button {
	margin-top: 45px;
    padding: 13px 30px;
    border: 2px #000;
    border-radius: 6px;
    background-color: #0091ff;
    background-position: 23px 47%;
    background-size: 16px;
    -webkit-transition: background-color 400ms ease;
    transition: background-color 400ms ease;
    font-size: 18px;
  	min-width: 160px;
  	text-align: center;
}
/*Page Specifics */
#guides h3 {
    margin-bottom: 90px;
        font-size: 26px;
        font-weight: 400;
}

#support h2 {
    margin-bottom: 0;
}


[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'], textarea {
        overflow: hidden;
    border: none;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background-clip: padding-box;
    box-shadow: none;
    color: #fff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;

    margin-bottom: 30px;
    padding: 0 20px;
    width: 100%;
    height: 50px;
    background: #42454a;
}

textarea {
        margin-bottom: 24px;
    padding: 20px;
    width: 100%;
    background: #42454a;
}
[type='text']:focus, [type='password']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='week']:focus, [type='email']:focus, [type='number']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='url']:focus, [type='color']:focus, textarea:focus {
background: #515459;
    outline: none;
    border: none;
}
/* max-width 640px, mobile-only styles, use when QAing mobile issues */
@media only screen and (max-width: 40em) { 
.btn {
	max-width: 135px;
	display: block;
	margin-top: 45px;
	margin-left: auto;
	margin-right: auto;
}

 .sub-tag {

    display: block;
    visibility: visible;
 }

.ios {
	float: none;
} 

.android {
    
    float: none;
}

.row-out {
	padding-top: 100px;
	padding-bottom: 0px;
}
.hr-custom {

	margin-top: 100px;

}

/*Page Specifics*/
#guides h3 {
    text-align: center;

}
.page-title {

    padding-bottom: 90px;
}

} 

/* min-width 641px and max-width 1024px, use when QAing tablet-only issues */
@media only screen and (min-width: 40.063em) and (max-width: 64em) {


.row-out {
	padding-top: 100px;
	padding-bottom: 0px;
}

.page-title {

    padding-bottom: 90px;
}
/*Page Specifics*/
#guides h3 {
    text-align: center;

}
} 

/*---------------------------------------------------------
2. Nav
-------------------------------------------------------- */
nav {
	height: 90px;
	font-size: 18px;

	border-width: 0 0 4px 0;
	 border-image: linear-gradient(-45deg, #FF00FF 0%, #0000FF 16.666%, #00FFFF 33.333%,  #00FF00 50%, #FFFF00 66.66%, #FF0000 100%);
      border-image-slice: 1;

      background:  #1e1e1e;
      -webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.49);
-moz-box-shadow:    0px 3px 5px rgba(0, 0, 0, 0.49);
box-shadow:   
}

nav .logo {
	line-height: 90px;
	color: #fff;
	display: block;
}

.logo img {
	padding-top: 0!important;
	height: 90px;
	position: relative;
	bottom: 0;
	    margin-left: auto;
    margin-right: auto;
    display: block;
}
nav .col {
	display: inline-block;
}
nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

nav li {
	display: inline-block;
	line-height: 90px;
	margin-right: 10px;
}

nav li a {
	color: #fff;
}

nav .right {
	float: right;
}

nav .left {
	float: left;
}

/*--------------------------------------------------------------------------
*
*	secondary-nav
*	
*-------------------------------------------------------------------------*/



.video-list .hr-custom {
	margin-bottom: 90px;
}
.secondary-nav {

  width: 100%;


 /* border-bottom: 1px solid rgba(255,255,255,.2);
border-top: 1px solid rgba(255,255,255,.2);*/
}
.secondary-nav ul {
	margin: 0;
	list-style: none;
	padding-left: 50px;
}
.secondary-nav ul li {
  font-size: 13px;
  line-height: 26px;
  margin: 0;
  padding: 0;

  display: block;
}
.secondary-nav ul li a {
  display: block;

  padding: 0 15px;
  color: #fff;
  


   font-weight: normal;
     line-height: 26px;
     font-size: 13px;

}

.secondary-nav  .guides--category-title a, .secondary-nav  .guides--category-title a {
     font-weight: bold;
  line-height: 40px;
  font-size: 18px;
  padding-top: 10px;
}
.secondary-nav ul li.active a {
  color: #52606d;
}

/* max-width 640px, mobile-only styles, use when QAing mobile issues */
@media only screen and (max-width: 40em) { 
nav .col {
	display: block;
	width: 100%;
}

nav li {
	width: 32.3333%;
	margin-right: 0;
	text-align: center;
}

.secondary-nav {
    margin-bottom: 90px;
}

.secondary-nav ul {
    padding-left:0px;
    text-align: center;
}


} 

/* min-width 641px and max-width 1024px, use when QAing tablet-only issues */
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
.secondary-nav {
    margin-bottom: 90px;
}

.secondary-nav ul {
    padding-left:0px;
    text-align: center;
}
}
/*---------------------------------------------------------
3. Hero
-------------------------------------------------------- */
h1.large {
		padding-top: 100px;
font-size: 80px;
	color: #fff;

}
.hero h2 {
	font-size: 40px;
	color: #fff;
	font-weight: 300;
	margin-bottom: 0;
}

.hero .phone {
	bottom: 0;
	position: relative;

	padding-top: 100px;
	    margin-left: auto;
    margin-right: auto;
    display: block;
}


.hero button {
	margin-top: 90px;
}

/* max-width 640px, mobile-only styles, use when QAing mobile issues */
@media only screen and (max-width: 40em) { 
h1.large {
 margin-bottom: 45px;
font-size: 70px;
}

} 
/*---------------------------------------------------------
4. Video 
-------------------------------------------------------- */
.video {
	padding-bottom: 100px;


}
.video h2 {
	
}

.video iframe{
	width: 100%;
}


.video-tab {
	background: #1e1e1e;
	border-radius: 6px;
    box-shadow: rgba(0,0,0,.18) 0 0 50px 0;
    padding-top: 1.2rem;
    padding-bottom: 0.9375rem;
    margin-bottom: 100px;
    text-align: center;
}

.video-tab iframe{
	width: 100%;
}

.video-tab .feat-description{
	padding-top: 25px;
}

/* max-width 640px, mobile-only styles, use when QAing mobile issues */
@media only screen and (max-width: 40em) { 
	.video-tab  .feat-title {
		padding-top: 25px;
	}

	.video-tab .feat-description{
		padding-bottom: 25px;
	}

} 


/* min-width 641px and max-width 1024px, use when QAing tablet-only issues */
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
	.video-tab  .feat-title {
		padding-top: 25px;
	}
	.video-tab .feat-description{
		padding-bottom: 25px;
	}
}
/*---------------------------------------------------------
5. Features
-------------------------------------------------------- */
.side-description {
	padding-left: 90px;
}

.feat-text-highlight, .hero---text-highlight, .feat-title-highlight {
    font-weight: 400;
}


.feat-title {
    padding-top: 90px;
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    font-size: 26px;
    font-weight: 400;
    text-align: left;
}

.feat-description {
    padding-top: 20px;
    padding-right: 110px;
    padding-left: 0;
    font-family: 'Open Sans', sans-serif;
    color: #fefefe;
    font-size: 18px;
    line-height: 30px;
    font-weight: 300;
    text-align: left;
}

.screenshot-solo {
	border-radius: 6px;
    box-shadow: rgba(0,0,0,.18) 0 0 50px 0;
}

.img-tri-space {
	margin-top: 45px;
}

.desc-tri-space {
	margin-top: 45px;
}

.img-left {
	float: left;
	margin-left: 90px;
}

.img-right {
	float: right;
	margin-right: 90px;
}

.desc-tri-space .feat-title:first-child{
	padding-top: 0;

}


/* max-width 640px, mobile-only styles, use when QAing mobile issues */
@media only screen and (max-width: 40em) { 
.img-left {
	float: none;
	margin-left:0;
}

.img-right {
	float: none;
	margin-right: 0;
}
.side-description {
	padding-left: 0;
}

.feat-title {
text-align: center;
}

.feat-description {

text-align: center;
    padding-right: 0px;
   
}

.slide-emulator {
	padding: 0 25px;
}

.slide-emulator .feat-description {
	margin-bottom: 90px;


} 
#support .feat-title {
text-align: left;
}

#support .feat-description {

text-align: left;
    padding-right: 0px;
   
}
}


/* min-width 641px and max-width 1024px, use when QAing tablet-only issues */
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
.img-left {
	float: none;
	margin-left: auto;
	margin-right: auto;
	display: block;
}

.img-right {
	float: none;
	margin-right: auto;
	margin-left: auto;
	display: block;
}
.side-description {
	padding-left: 0;
}

.feat-title {
text-align: center;
}

.feat-description {

text-align: center;
    padding-right: 0px;
   
}

.slide-emulator {
	padding: 0 50px;
}

.slide-emulator .feat-description {
	margin-bottom: 90px;


}

#support .feat-title {
text-align: left;
}

#support .feat-description {

text-align: left;
    padding-right: 0px;
   
}
}
/*---------------------------------------------------------
6. Sales
-------------------------------------------------------- */
.sales {
	background: #2e2e2e;
	padding-top: 100px;
	padding-bottom: 100px;
	text-align: center;
	color: #eee;
	margin-top: 0px;
        border-width: 4px 0 0 0;
     border-image: linear-gradient(-45deg, #FF00FF 0%, #0000FF 16.666%, #00FFFF 33.333%,  #00FF00 50%, #FFFF00 66.66%, #FF0000 100%);
      border-image-slice: 1;
}

.support h2, .sales h2 {
	margin-bottom: 45px;
}

/*---------------------------------------------------------
7. Quotes
-------------------------------------------------------- */
.quotes {

	padding-top: 100px;
	padding-bottom: 200px;
	text-align: center;
	color: #eee;
	margin-top: 0px;

}

.quotes p {
	    margin-bottom: 45px;
    font-style: italic;
    font-size: 24px;
    line-height: 45px;
    font-weight: 300;
}

.quotes .author {
	    display: block;
    color: #fff;
  
    font-style: 500;
    font-size: 18px;
    line-height: 30px;
}


/*---------------------------------------------------------
8. Support
-------------------------------------------------------- */
.support {
	background: #27ae60;
	padding-top: 100px;
	padding-bottom: 100px;
	text-align: center;
	color: #eee;
	margin-top: 0px;
}

.support .button {
	background: #2ecc71;
}

section h2 {
	margin-bottom: 90px;
}

/*---------------------------------------------------------
9. Slider
-------------------------------------------------------- */
.contact .button {
    margin-top: 0;
    width: 100%;
}
.contact {
    padding-bottom: 100px;
        padding-left: .9rem;
    padding-right: .9rem
}
/*---------------------------------------------------------
10. Footer
-------------------------------------------------------- */

footer {
	background: #1e1e1e;

}

footer .col {
	display: inline-block;
}
footer ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

footer li {
	display: inline-block;
	line-height: 90px;
	margin-right: 10px;
}

footer li a {
	color: #fff;
}

footer .right {
	float: right;
}

footer .left {
	float: left;
}

/* max-width 640px, mobile-only styles, use when QAing mobile issues */
@media only screen and (max-width: 40em) { 
footer .col {
	display: block;
	width: 100%;
	border-bottom: 1px solid rgba(255,255,255,.2);
}

footer li {
	width: 32.333%;
	margin-right: 0;
	text-align: center;

}

footer .left li {
	width: 100%;
	margin-right: 0;
	text-align: center;

}

} 

/*---------------------------------------------------------
11. Slider
-------------------------------------------------------- */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}


/* Dots */
.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: relative;
    bottom: 0px;

    display: block;

    padding: 0;

    list-style: none;

    text-align: center;

    max-width: 100px;
    margin: 15px auto 0 auto;

}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;

}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 10px;
    height: 10px;
    padding: 5px;

    cursor: pointer;
    background: #000;
    color: red;
    border: 0;
    outline: none;
    opacity: .25;

}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
    background: #333;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: transparent;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: transparent;

}

.slick-dots li.slick-active button
{
    opacity: .75;
     background: #333;
    
}


.slick-slide img {
    display: block;
    margin: 0 auto;
}

.screens-nav {
	
}

.screens-nav  .slick-slide {

    width: 100%!important;

    opacity: .75;
    cursor: pointer; cursor: hand;
    outline: none;
}

/*.quotes .slick-slide, .quotes .slick-list ,*/ .quotes .slick-track {

  }


.screens-nav .slick-current.slick-slide{
opacity: 1;
}

.screens-nav .slick-list {
	padding: 0 25px!important;
}


.screens-nav .slick-track,  {
	width: 100%!important;
}

.screens-nav .slick-list, {
	padding: 0!important;
}

.screens-nav .feat-description{
	margin-bottom: 90px;
}

/* max-width 640px, mobile-only styles, use when QAing mobile issues */
@media only screen and (max-width: 40em) { 
.screens-nav .slick-list {
	padding: 0 25px!important;
}

} 

