/* Table of Contents
==================================================
    #Site Styles
    #Main Navigation
    #Buttons
    #Titles
    #Header Section
    #Slider Section
    #Purchase Section
    #Features Section
    #Screenshots Section
    #Testimonials Section
    #Team Section
    #Video Section
    #Newletter Signup Section
    #Stay Connected Section
    #Twitter Feed Section
    #Footer Credits Section
    #Icon Effects
	#FAQ Accordion
    #Media Queries
	#Internet Explorer Adjustments
*/


/* #Site Styles
================================================== */

h1,
h2,
h3,
h4,
h5 { font-family: 'PT Sans Narrow', sans-serif; color:#fff }
body {
    font-family: 'PT Sans Narrow', sans-serif; color:#fff; background-color: #1f1e25;
}
a {color: #c20000; text-decoration: none;}
a:visited {
    color: #c20000;
    text-decoration: none;
	-webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}
a:hover {
    color: #fff;
    text-decoration: none;
}
img { width: 100% }
.container { padding-bottom: 20px }
a.marker { display:block; 
  display: block;
  height: 105px; 
  margin-top: -105px; 
  visibility: hidden;
} 


/* #Main Navigation
================================================== */

#navigation { display: none }
.nav a .side-icon {
    font-size: 25px;
    margin: 10px 0px 0 10px;
    float: right;
    color: #16a085;
}
.nav a:hover .side-icon { color: #fff }
.nav a:hover { color: #16a085 }
.sidr {
    display: none;
    position: fixed;
    top: 0;
    height: 100%;
    z-index: 999999;
    width: 260px;
    overflow-x: none;
    overflow-y: auto;
    font-size: 15px;
    background: #f8f8f8;
    color: #fff;
}
.sidr .sidr-inner { padding: 0 0 15px }
.sidr .sidr-inner>p {
    margin-left: 15px;
    margin-right: 15px;
}
.sidr.right {
    left: auto;
    right: -260px;
}
.sidr.left {
    left: -260px;
    right: auto;
}
.sidr p {
    font-size: 13px;
    margin: 0 0 12px;
}
.sidr p a { color: #fff }
.sidr>p {
    margin-left: 15px;
    margin-right: 15px;
}
.sidr ul {
    display: block;
    margin: 0 0 15px;
    padding: 0;
}
.sidr ul li {
    display: block;
    margin: 0;
    line-height: 48px;
    border-bottom: 1px solid #16a085;
    cursor: pointer;
}
.sidr ul li a,
.sidr ul li span {
    padding: 0 15px;
    display: block;
    text-decoration: none;
}
#sidr-main { background: #1abc9c }
#sidr-main a {
    color: #fff;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
    border-left: 5px solid #1abc9c;
}
#sidr-main a:hover {
    color: #16a085;
    border-left: 5px solid #fff;
}
.sidr-class-fontswesome { font-family: "FontAwesome" }
.nav .side-icon {
    font-size: 25px;
    margin: 15px 5px 0 10px;
    position: relative;
    top: 2px;
}
.mr5 { margin-right: 5px !important }


/* #Buttons & Inputs
================================================== */

a.btn,
a.btn:visited,
.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="text"] {
	-webkit-appearance: none;
    outline: none;
    box-shadow: 0 -4px 0px #16a085 inset;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    width: 100%;
    max-width: 100%;
    height: 90px;
    background: #fff;
    display: inline-block;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    color: #1abc9c;
    padding: 20px;
    font-size: 18px;
    font-weight: bold;
    color: #1abc9c;
    width: 100%;
    text-align: left;
    text-shadow: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
    background: #fff;
	-webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}

a.btn,
a.btn:visited,
.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] { cursor: pointer }

a.btn:hover,
.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
	-webkit-appearance: none;
    color: #1abc9c;
    background: #fff;
    box-shadow: 0 -2px 0px #16a085 inset;
	-webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}
a.btn:focus,
.button:focus,
button:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus { box-shadow: 0 1px 0px #16a085 inset !important }
input[type="text"]:focus {
    box-shadow: 0 0px 0px #16a085 inset;
    border: none;
}

.mfp-container button {box-shadow:none !important}


/* #Titles
================================================== */

h3.white-title { color: #fff; padding-top:0px }
h3.white-title .title-icon { color: #1abc9c }
h3.white-title-alt { color: #fff; padding-top:0px }
h3.white-title-alt .title-icon { color: #444 }
h3.title { color: #fff; padding-top:30px  }
h3.title .title-icon { color: #444 }
.title-row { padding: 25px 0 }
h3 {
    color: #fff;
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 35px;
    font-weight: 400;
    text-align: center;
}
h5 {
    color: #fff;
    font-weight: normal;
    text-align: center;
}

/* #Stay Connected Section
================================================== */

.presskit-section {
    width: 100%;
    background: #333;
    min-height: 15px;
	padding-top:5px;
	margin-bottom:-15px;
}


/* #Header Section
================================================== */

#mobile-header { display: block }

.header-container {
    position: fixed;
    top:0; 
	right:0;
    z-index: 100;
    width: 100%;
    border-bottom: 2px solid #16a085;
}
h1.intro-title {
    text-align: center;
    font-size: 50px;
    color: ##1f1e25;
    line-height: 120px;
    font-weight: 700;
    letter-spacing: -.03em;
    background: #fff;
    width: 100%;
    margin: 0;
}
h1.intro-title span { font-weight: 400 }

#mobile-header {
    position: absolute;
    top: 0px;
    left: -20px;
}
#mobile-header i {
    background: #1f1e25;
    position: absolute;
    top: 0px;
    left: 20px;
}
.flexslider.fade-slider {
	margin-top:200px
}



/* #Slider Section
================================================== */
.slider-container {
    margin-top: 0px;
    background: url(../images/backgrounds/01.jpg) no-repeat center center fixed;
   	-webkit-background-size: 100%; 
    -moz-background-size: 100%; 
    -o-background-size: 100%; 
    background-size: 100%; 
    -webkit-background-size: cover; 
    -moz-background-size: cover; 
    -o-background-size: cover; 
    background-size: cover; 	
}

.touch .slider-container { background-attachment:scroll }


/* #Purchase Section
================================================== */

#purchaseButton {
	border:0 none;
	height:60px;
	width:200px;
	padding-top:0px;
	z-index:99;
}

#purchaseButtonAndroid {
	border:0 none;
	height:60px;
	width:172px;
	padding-top:0px;
	z-index:99;
}

#purchaseButtonAmazon {
	border:0 none;
	height:60px;
	width:184px;
	padding-top:0px;
	z-index:99;
}
#purchaseButtonHumble {
	border:0 none;
	height:88px;
	width:395px;
	padding-top:0px;
	z-index:99;
}
#purchaseButtonGMG {
	border:0 none;
	height:88px;
	width:191px;
	padding-top:0px;
	z-index:99;
}
#purchaseButtonWindows {
	border:0 none;
	height:60px;
	width:235px;
	padding-top:0px;
	z-index:99;
}
#purchaseButtonSteam {
	border:0 none;
	height:60px;
	width:235px;
	padding-top:0px;
	padding-bottom:-20px;
	z-index:99;
}
#silverAward {
	border:0 none;
	height:60px;
	width:60px;
	padding-top:0px;
	z-index:99;
}

.purchase-section {
    width: 100%;
	background: #1f1e25;
	padding-bottom:30px;
}

.homepage-buttons .button .fa-icon {
    font-size: 50px;
    margin-right: 15px;
	
}
.homepage-buttons .button { padding: 20px 0px  0px 20px; text-transform:none }
.homepage-buttons a { font-size: 25px !important }
.button span {
    font-size: 10px;
    font-weight: bold;
    display: block;
    color: #333;
    font-style: normal;
	text-transform:uppercase
}


/* #Features Section
================================================== */
#featureimg {
	border:0 none;
	height:65px;
	width:65px;
	padding-top:12px;
	z-index:99;
}
.colores {
	color: #FC0;
}
.colores2 {
	color: #6CF;
}
.features-section { 
	background: #1f1e25; 
	padding-bottom:20px !important 
}
.services-column {
    text-align: center;
    color: #fff;
}
.services-column .hi-icon-wrap { padding: 0px }
.services-column i {
    font-size: 50px !important;
    display: block !important;
    text-align: center;
    margin-bottom: 10px;
    color: #1abc9c !important;
    margin: 0 auto;
    margin-bottom: 15px;
}
.services-column h4 span {
    font-weight: bold;
    margin-bottom: 5px;
}


/* #Screenshots Section
================================================== */


.screenshots-section {
    width: 100%;
    background: #1f1e25;
    padding-bottom:40px !important
}
.screenshots-section img {
    box-shadow: 0 0 0 10px rgba(255,255,255,0);
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.screenshots-section img:hover {
    box-shadow: 0 0 0 2px rgba(255,255,255,0.8);
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}


/* #Testimonials Section
================================================== */

.testimonials-section {
    padding-top: 10px;
	padding-bottom:30px;
    text-align: center;
    color: #fff;
    background: url(../images/backgrounds/01.jpg);
    background-attachment:fixed;
   	-webkit-background-size: 100%; 
    -moz-background-size: 100%; 
    -o-background-size: 100%; 
    background-size: 100%; 
    -webkit-background-size: cover; 
    -moz-background-size: cover; 
    -o-background-size: cover; 
    background-size: cover; 
}
.touch .testimonials-section { background-attachment:scroll }
.testimonials-section .flex-control-nav { margin-left: -10px }
.testimonials-section h1 {color:#fff}

/* #Team Section
================================================== */

.team-section {
    color: #fff;
    text-align: center;
    background: #1f1e25;
}
/*.team-section img {
	-webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
	 max-width: 100%;
	-webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%  
}*/
.team-section i { font-size: 30px }
.team-section .columns:hover .team-surround img {
	box-shadow: 0 0 0 10px rgba(233,240,244, 1.0);
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.team-section h5 { font-size:20px; padding:15px 0 10px 0 }


/* #Video Section
================================================== */
#trailerButton {
	border:0 none;
	height:94px;
	width:310px;
	padding-top:10px;
	z-index:99;
}

.video-section {
    background: url(../images/backgrounds/01.jpg);
   background-attachment:fixed;
   	-webkit-background-size: 100%; 
    -moz-background-size: 100%; 
    -o-background-size: 100%; 
    background-size: 100%; 
    -webkit-background-size: cover; 
    -moz-background-size: cover; 
    -o-background-size: cover; 
    background-size: cover; 
    
    padding-bottom: 40px;
    text-align: center;
    color: #fff;
}
.touch .video-section { background-attachment:scroll }


/* #Newletter Signup Section
================================================== */

.newsletter-section {
    background: url(../images/backgrounds/01.jpg);
    background-attachment:fixed;
   	-webkit-background-size: 100%; 
    -moz-background-size: 100%; 
    -o-background-size: 100%; 
    background-size: 100%; 
    -webkit-background-size: cover; 
    -moz-background-size: cover; 
    -o-background-size: cover; 
    background-size: cover; 
    min-height: 350px;
    text-align: center;
    color: #fff;
}
.touch .newsletter-section { background-attachment:scroll }
.email-success { font-size: 30px }
.email-success i {
    font-size: 100px;
    color: #1abc9c;
    line-height: 130px;
}


/* #Stay Connected Section
================================================== */

.connected-section {
    width: 100%;
    background: #333;
    min-height: 150px;
}


/* #Twitter Feed Section
================================================== */

.twitter-section {
    padding-top: 0px;
    min-height: 0px;
    text-align: center;
}
#jstwitter { width: 100% }
#jstwitter .tweet {
    font-size: 25px;
    line-height: 35px;
	margin-bottom:20px;
}
#jstwitter i { font-size: 50px }
#jstwitter i {
    font-size: 40px;
    color: #1abc9c;
}
#jstwitter .tweet .time {
    font-size: 10px;
    font-style: italic;
    color: #666;
	display:block
}


/* #Footer Credits Section
================================================== */

.footer-bar {
    width: 100%;
    background: #1f1e25;
    color: #fff;
    text-align: center;
    font-size: 13px;
    padding: 0px 0;
    font-size: 11px;
}


/* #Icon Effects
================================================== */

.icon-effect a {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    z-index: 100;
}
.icon-effect-wrap {
    text-align: center;
    margin: 0 auto;
    padding: 2em 0 3em;
}
.icon-effect {
    display: inline-block;
    font-size: 0px;
    cursor: pointer;
    margin: 15px 30px;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    text-align: center;
    position: relative;
    z-index: 1;
    color: #fff;
}
.icon-effect:after {
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    content: '';
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.icon-effect:before {
    speak: none;
    font-size: 48px;
    line-height: 90px;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    display: block;
    -webkit-font-smoothing: antialiased;
}

/* Effect 1 for social icons*/
.icon-effect-effect-1 .icon-effect {
    background: rgba(255,255,255,0.1);
    -webkit-transition: background 0.2s, color 0.2s;
    -moz-transition: background 0.2s, color 0.2s;
    transition: background 0.2s, color 0.2s;
}
.icon-effect-effect-1 .icon-effect:after {
    top: -7px;
    left: -7px;
    padding: 7px;
    box-shadow: 0 0 0 4px #fff;
    -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
    -webkit-transform: scale(.8);
    -moz-transition: -moz-transform 0.2s, opacity 0.2s;
    -moz-transform: scale(.8);
    -ms-transform: scale(.8);
    transition: transform 0.2s, opacity 0.2s;
    transform: scale(.8);
    opacity: 0;
}
.no-touch .icon-effect:hover {
    background: rgba(255,255,255,1);
    color: #1abc9c;
}
.no-touch .icon-effect:hover:after {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

/* Effect 2 */
.icon-effect-effect-2 .icon-effect {
    -webkit-transition: box-shadow 0.2s;
    -moz-transition: box-shadow 0.2s;
    transition: box-shadow 0.2s;
}
.icon-effect-effect-2 .icon-effect:after {
    top: 0;
    left: 0;
    padding: 0;
    box-shadow: 0 0 0 3px #fff;
    -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
    -moz-transition: -moz-transform 0.2s, opacity 0.2s;
    transition: transform 0.2s, opacity 0.2s;
}

/* Effect 2a for services */
.services-column:hover .icon-effect-effect-2a .icon-effect:after {
    -webkit-transform: scale(0.85);
    -moz-transform: scale(0.85);
    -ms-transform: scale(0.85);
    transform: scale(0.85);
    opacity: 0.5;
}
.services-column:hover .icon-effect-effect-2a .icon-effect,
.services-column .icon-effect-effect-2a .icon-effect:hover {
    box-shadow: 0 0 0 10px rgba(255,255,255,1);
    color: #fff;
    cursor: inherit !important;
    background: none !important;
}

/* Effect 2b for nav icon */
.no-touch .icon-effect-effect-2b .icon-effect:hover:after {
    -webkit-transform: scale(0.85);
    -moz-transform: scale(0.85);
    -ms-transform: scale(0.85);
    transform: scale(0.85);
}
.no-touch .icon-effect-effect-2b .icon-effect:hover { color: #fff }


/* #FAQ Accordion
================================================== */

.accordion-header {
	font-size: 16px;
	background: #1ABC9C;
	margin: 0 0 0 0;
	padding: 10px 20px;
	border: 1px solid #444;
	cursor: pointer;
	color: #fff;
}

.active-header {
	background: #444;
	background-repeat: no-repeat;
	background-position: right 50%; color:#fff
}

.active-header:hover {
	background: #444;
}

.inactive-header {
	background: #1ABC9C;
}

.spacer {
	height:5px;
	width:100%
}

.inactive-header:hover {
	background:#444;
}

.accordion-content {
	display: none;
	padding: 20px;
	background: #fff;
	border: 1px solid #ccc;
	border-top: 0;
	-moz-border-radius: 0 0 3px 3px;
	-webkit-border-radius: 0 0 3px 3px;
	border-radius: 0 0 3px 3px;
}

.accordion-content, .open-content {
	max-width:100% !important;
}


/* #Media Queries
================================================== */

/* Smaller than standard 960 (devices and browsers) */
@media only screen and (max-width: 959px) { 
    
}
/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) { 
    
}
/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) { 
    
}
/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) { 
	.purchase-section div.homepage-buttons { padding-bottom:10px }
	.screenshots-section img { margin-bottom:20px }
	.screenshots-section .screenshots-row { margin-bottom:0px }
	.newsletter-section .news-col { padding-bottom:10px }
	.connected-section .icon-effect { margin: 15px 23px }
	#mobile-header .icon-effect:before { font-size: 30px; line-height: 55px }
	#mobile-header .icon-effect { width: 50px; height: 50px; top:-5px; left:0px }
    
}
/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) { 
    .purchase-section div.homepage-buttons { padding-bottom:10px }
	.screenshots-section img { margin-bottom:20px }
	.screenshots-section .screenshots-row { margin-bottom:0px }
	.newsletter-section .news-col { padding-bottom:10px }
	.connected-section .icon-effect { margin: 15px 23px }
	h3 { font-size:33px }
	#mobile-header .icon-effect:before { font-size: 30px; line-height: 55px }
	#mobile-header .icon-effect { width: 50px; height: 50px; top:-5px; left:0px }

}

/* #Internet Explorer Adjustments
================================================== */

.lt-ie9 a.btn,
.lt-ie9 a.btn:visited,
.lt-ie9 .button,
.lt-ie9 button,
.lt-ie9 input[type="submit"],
.lt-ie9 input[type="reset"],
.lt-ie9 input[type="button"],
.lt-ie9 input[type="text"] {
	border-bottom:4px solid #16a085
}

.lt-ie9 a.btn:hover,
.lt-ie9 .button:hover,
.lt-ie9 button:hover,
.lt-ie9 input[type="submit"]:hover,
.lt-ie9 input[type="reset"]:hover,
.lt-ie9 input[type="button"]:hover {
	border-bottom:2px solid #16a085
}

.lt-ie9 input[type="text"] {
	line-height:45px
}

.lt-ie9 .services-column .icon-effect-wrap i  {
	text-align:center;
	position:relative; 
	left:20px
}

.lt-ie9 .screenshots-section img {
    border:10px solid #1ABC9C
}

.lt-ie9 .screenshots-section img:hover {
    border:10px solid #75d6c3
}

.lt-ie9 #mobile-header i {
	background: #1abc9c; 
   	padding-left:20px;
   	width:65px;
}

.lt-ie9 .connected-section i {
	position:relative; 
	left:30px
}


