/*
Name: 
Version:
Author: 
Author 
Description: 

[TABLE OF CONTENTS]

01. General Styles
02. Navbar
03. Preload
04. Home Section
05. Awesome Features Section
06. Feature Two Section
07. Feature Three Section
08. Counters Section
09. Powerful Features Section
10. Screenshoots Section
11. Video Section
12. Our Developers Section
13. Nesletter Section
14. Blog Section
15. Download Section
16. Contact Section
17. Footer
18. Responsive CSS

*/




/*=================================================================*/
/*                      GENERAL STYLES                             
/*=================================================================*/

/* Google fonts */
@import 'https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i';
@import 'https://fonts.googleapis.com/css?family=Raleway:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i';

*{
	font-family:inherit;
}
body{
	font-family:'Raleway', sans-serif;
	overflow-x:hidden;
}
.section-header > p,
.font-alt{
	font-family: 'Raleway', sans-serif;
	font-weight: 300;
}
.btn-download i {
    display: inline-block;
    font-size: 26px;
    margin-right: 5px;
    vertical-align: text-bottom;
}
.btn {
    border: 0 none;
    border-radius: 0;
    color: #fff;
    font-family: "Roboto",sans-serif;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.05em;
    padding: 12px 26px;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out 0s;
}
.btn {
    border: 0 none;
    border-radius: 0;
    color: #fff;
    font-family: "Roboto",sans-serif;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.05em;
    padding: 12px 26px;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out 0s;
}
section{
	background:#FFF;
}
.parallax{
	background-color:transparent !important;
}
img{
	max-width:100%;
}
.section-header > h2{
	margin-top:0;
	font-size:28px;
	font-weight:300;
	margin-bottom:15px;
	line-height:1em;
	text-transform:uppercase;
	letter-spacing: 2px;
}
.section-header > p{
	margin:0;
	font-size:16px;
	color:#898989;
	font-style: normal;
	letter-spacing: 1px;
}
a.app-btn{
	color:#000;
}
.app-btn{
    font-family: "Roboto",sans-serif;
    font-weight: 300;
	position:relative;
	padding:13px 31px;
	border-radius: 3px;
	color:#FFF;
	display:inline-block;
	display:inline;
	zoom:1;
	background:rgba(255, 255, 255, 0.85) none repeat scroll 0 0;
	text-decoration:none !important;
	-webkit-transition:all .3s ease;
	-moz-transition:all .3s ease;
	transition:all .3s ease;
	top:0;
}
.app-btn:hover{
	background:#FFF;
	color:#202020;
}
.app-btn > i{
	font-size:30px;
	vertical-align:middle;
	margin-right:8px;
}
a.btn-custom{
	text-decoration: none;
	color:#FFFFFF;
}
.btn-custom{
    font-family: "Roboto",sans-serif;
    font-size: 13px;
    font-weight: 400;
	padding:12px 22px;
	background:#E0E0E0;
	color:#202020;
	border-radius:3px;
	display:inline-block;
	*
	display:inline;
	*
	zoom:1;
	position:relative;
	z-index:5;
	border:none;
	transition:all .3s ease;
}

/* Back to Top */
.cd-top {
  display: inline-block;
  border-radius: 99px;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  right: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgba(10, 10, 10, 0.8) url(../img/top-arrow.png) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  opacity: .5;
}
.no-touch .cd-top:hover {
  background-color: #333;
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .cd-top {
    right: 20px;
    bottom: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 40px;
    width: 40px;
    right: 30px;
    bottom: 30px;
  }
}





/*=================================================================*/
/*                      NAVIGATION BAR                              
/*=================================================================*/
.navbar{
	background:transparent;
	padding:30px 0;
	-webkit-transition:all .3s ease;
	-moz-transition:all .3s ease;
	transition:all .3s ease;
}
.navbar-brand{
	padding:0;
}
.navbar-brand > img{
	margin-top:0px;
	height:42px;
}
.navbar-nav > li > a{
	text-decoration:none;
	background:none !important;
	text-transform:uppercase;
	letter-spacing:1px;
	font-size:13px;
	color:#FFF;
	color:rgba(255,255,255,.7);
	-webkit-transition:all .3s ease;
	-moz-transition:all .3s ease;
	transition:all .3s ease;
}
.navbar-nav > li.active > a,
.navbar-nav > li > a:hover{
	color:#FFF;
}
.navbar-toggle{
	margin-top:5.5px;
	margin-bottom:5.5px;
}
.navbar-toggle .icon-bar{
	background:#202020;
	height:3px;
	width:28px;
}
.navbar-toggle .icon-bar+.icon-bar{
	margin-top:5px;
}
body.scrolled .navbar{
    border-bottom: 1px solid #d5d3d3;
	background:#FFF;
	background:rgba(255,255,255,.9);
	padding:10px 0;
}
.navbar-brand > .logo-dark{
	display:none;
}
body.scrolled .navbar-brand > .logo-dark{
	display:block;
}
body.scrolled .navbar-brand > .logo-light{
	display:none;
}
body.scrolled .navbar-nav > li > a{
	color:#202020;
	color:rgba(0,0,0,.7);
}
body.scrolled .navbar-nav > li.active > a,
body.scrolled .navbar-nav > li > a:hover{
	color:#202020;
}



/*=================================================================*/
/*                      PRELOADER                              
/*=================================================================*/
#preloader{
	position:fixed;
	top:0;
	left:0;
	z-index:99999;
	background:#FFF;
	height:100%;
	width:100%;
	-webkit-transition:all .5s .5s ease;
	-moz-transition:all .5s .5s ease;
	transition:all .5s .2s ease;
}
.loader{
	position:absolute;
	top:50%;
	left:0;
	right:0;
	width:100px;
	height:100px;
	display:block;
	margin:auto;
	margin-top:-50px;
}
body.loaded #preloader{
	opacity:0;
	visibility:hidden;
}


/*=================================================================*/
/*                      HOME SECTION                              
/*=================================================================*/
.main-section{
	background:#5a32c6;
	overflow:hidden;
	position:relative;
	padding:100px 0;
	padding-top:160px;
}
.particle-bg{
	position:absolute;
	top:0;
	left:0;
	height:100%;
	width:100%;
	z-index:0;
}
.main-section .mockup{
	position:relative;
    text-align: center;
}
.main-section .mockup > .front{
	position:absolute;
	top:0;
	left:0;
	z-index:2;
}
.intro-text{
	padding-top:120px;
	padding-bottom:105px;
}
.intro-text > h1{
	font-weight:300;
	color:#FFF;
	line-height:1.2em;
	font-size:45px;
	letter-spacing:1px;
	margin-top: -30px;
	margin-bottom:25px;
}
.intro-text > p{
	font-size: 17px;
	margin:0;
	margin-bottom:50px;
	color:#FFF;
	font-style: normal;
}
.intro-text > .btns{
	margin-top:30px;
	margin-left:-10px;
}
.intro-text .app-btn{
	margin:0 10px;
	margin-bottom:15px;
}


/*=================================================================*/
/*                      AWESOME FEATURES                              
/*=================================================================*/
ol, ul {
    margin-bottom: 10px;
    margin-top: 0;
}
li {
    font-size: 16px;
    padding: 0 0 10px;
    color: rgba(0, 0, 0, 0.6);
}
ul.list-style li {
    position: relative;
    list-style: none;
    margin-left: 0px;
}
ul.list-style li:before {
    content: '';
    background: #4285f4;
    display: block;
    height: 1px;
    left: -45px;
    top: 36%;
    position: absolute;
    width: 20px;
}
.mockup-section{
	padding:80px 0;
    background: #f8f8f8 none repeat scroll 0 0;
}
.mockup-sectionb{
	padding:40px 0;
    background: #fff none repeat scroll 0 0;
}
.mockup-text{
	padding-top:80px;
}
.section-2 .mockup-text{
	padding-top:110px;
}
.mockup-text > span{
	font-style:italic;
	font-size:18px;
	color:rgba(0,0,0,.6);
	letter-spacing:1px;
}
.mockup-text > h2{
	margin-top:0;
	margin-bottom:15px;
	font-size:28px;
	text-transform: uppercase;
}
.mockup-text > p{
	margin:0;
	color:rgba(0,0,0,.6);
	line-height:1.7em;
	margin-bottom:15px;
}
.mockup-text > .btn-custom {
	background:#4285f4;
	text-transform: uppercase;
    margin-top: 10px;
}
.mockup-text .btn-custom:hover{
	color:#FFF;
	background:#202020;
}
.mockup-text .btn-custom:active{
	top:2px;
	opacity:.8;
}
.mockup-shadow,
.screens-mockup{
	position:relative;
}
.mockup-shadow > .phone,
.screens-mockup > .screen{
	position:absolute;
	top:0;
	left:0;
}



/*=================================================================*/
/*                      FEATURES                            
/*=================================================================*/
ul {
  display:block;
  list-style:none;
  margin:0;
  padding:0;
}
.moc_items li.moc_back_1 {
  left:85px;
  top:35px;
}
.moc_items li {
  position:absolute;
}
.moc_items li.moc_back_2 {
  right:85px;
  top:35px;
}
.moc_items {
  height:520px;
  position:relative;
  width:100%;
}
.moc_items li.moc_front {
  left:calc(50% - 123.5px);
  top:0;
  z-index:99;
}
.moc_items li {
  position:absolute;
}
.features-section{
	padding-top: 110px;
	overflow:hidden;
	padding-bottom: 110px;
}
.features-section .section-header{
	margin-bottom:80px;
}
.features-section .mockup{
	text-align:center;
	margin:0 25px;
}
.features-sectiongray{
	padding-top: 110px;
	overflow:hidden;
	padding-bottom: 110px;
    background: #fbfbfb none repeat scroll 0 0;
}
.counter-section .section-header {
    margin-bottom: 80px;
    color:#FFFFFF;
}
.col-features{
	padding-top:20px;
}
.col-feature{
	position:relative;
	margin-bottom:30px;
}
.col-feature:last-of-type{
	margin-bottom:0;
}
.col-feature > i{
	color: #4285f4;
    display: inline-block;
    font-size: 0;
    height: 70px;
    line-height: 70px;
    text-align: center;
    vertical-align: middle;
}
.col-feature > i:hover {
 	-webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.col-feature > i:before{
	font-size:55px;
	line-height:80px;
	display:inline-block;
	*display:inline;
	*zoom:1;
	vertical-align:middle;
}
.col-feature > h4{
	margin:0;
	margin-top:20px;
	letter-spacing:1px;
	text-transform:uppercase;
	font-weight:400;
}
.col-feature > p{
	color:rgba(0,0,0,.6);
	line-height:1.7em;
	margin:0;
	margin-top:10px;
}



/*=================================================================*/
/*                      COUNTER SECTION                            
/*=================================================================*/
.counter-section{
	padding: 110px 0;
	overflow:hidden;
	margin-top: 1px;
	margin-bottom: 40px;
}
.counter-icon {
	font-size: 70px;
	color: #FFFFFF;
	text-align: center;
	padding-bottom: 38px;
}
.counter-text {
	font-size: 20px;
	color: #FFFFFF;
	font-weight: 300;
}




/*=================================================================*/
/*                      POWERFUL FEATURES SECTION                             
/*=================================================================*/
.describe-section{
	padding-top:110px;
	padding-bottom:0px;
	position:relative;
}
.describe-section .section-header{
	margin-bottom:90px;
}
.describe-section .mockup{
	position:relative;
	bottom: -20px;
}
.describe-section .mockup > .phone{
	position:absolute;
	top:0;
	left:0;
	right:0;
	z-index:1;
}
.icon-feature{
	position:relative;
	margin-bottom:80px;
}
.icon-feature > .icon{
	position:absolute;
	top:0;
	left:0;
	font-size:55px;
	color:#797878;
	z-index:5;
}

.icon-feature > .icon:hover{
	position:absolute;
	top:0;
	left:0;
	font-size:48px;
	color:#202020;
	z-index:5;
	-webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.icon-feature > .content{
	margin-left:80px;
}
.icon-feature > .content > h4{
	font-size:18px;
	margin-bottom:10px;
	text-transform:uppercase;
	letter-spacing:1px;
}
.icon-feature > .content > p{
	margin:0;
	color:rgba(0,0,0,.6);
	line-height:1.7em;
}





/*=================================================================*/
/*                      SCREENSHOOT SECTION                              
/*=================================================================*/
.screenshots-section{
	padding-top: 110px;
	overflow:hidden;
	padding-bottom: 110px;
    background:#f8f8f8 none repeat scroll 0 0;
}
.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.mfp-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.8;
}
.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}
.screenshots-section .section-header{
	margin-bottom: 71px;
}
.screenshots-slider{
	padding:0;
	margin:0;
	list-style:none;
	font-size:0;
}
.screenshots-slider li{
	position:relative;
}
.screenshots-slider li > figure{
	position:relative;
	overflow:hidden;
	display:block;
}
.screenshots-slider li > figure > img{
	width:100%;
	margin:auto;
}
.screenshots-slider.owl-carousel .owl-stage-outer {
	padding-bottom:10px;
	overflow:visible;
}
.screenshots-slider .overlay{
	position:absolute;
	top:0;
	left:0px;
	right:0px;
	bottom:0;
	opacity:0;
	-webkit-transition:all .3s ease;
	-moz-transition:all .3s ease;
	transition:all .3s ease;
	background: rgba(40,40,40,.95);
	z-index:99;
}
.screenshots-slider .overlay > .view-btn{
	background: url(../img/zoom.png);
	display:block;
	height:60px;
	width:60px;
	color:#202020;
	position:absolute;
	top:50%;
	left:0;
	right:0;
	margin:auto;
	margin-top:-40px;
	text-align:center;
	-webkit-transition:all .3s ease;
	-moz-transition:all .3s ease;
	transition:all .3s ease;
	outline:none;
}
.screenshots-slider .overlay > .view-btn:before,
.screenshots-slider .overlay > .view-btn:after{
	content: ' ';
	position:absolute;
	background:#202020;
}
.screenshots-slider li:hover .overlay{
	opacity:1;
}
.owl-controls{
	margin-top:50px;
	margin-bottom:-45px;
}
.owl-controls > .owl-dots{
	text-align:center;
}
.owl-controls > .owl-dots > .owl-dot{
	display:inline-block;
	*display:inline;
	*zoom:1;
	margin:-10px 1px;
	padding:10px 6px;
}
.owl-controls > .owl-dots > .owl-dot:hover > span{
	opacity:.6;
}
.owl-controls > .owl-dots > .owl-dot > span{
	display:block;
	height:8px;
	width:8px;
	border-radius: 99px;
	margin-top:20px;
	background:#000;
	opacity:.4;
	transition:all .3s ease;
}
.owl-controls > .owl-dots > .owl-dot.active > span{
	height:8px;
	width:8px;
	opacity:1;
	margin-top:0;
	border-radius:99px;
}



/*=================================================================*/
/*                      VIDEO PREVIEW SECTION                             
/*=================================================================*/
.title-preview{
	color:#FFFFFF;
}
.video-section{
	position: relative;
	overflow:hidden;
	font-family: 'Raleway', sans-serif;
}
.video-section .mockup{
	top:40px;
	left:0;
	right:0;
	margin:auto;
	position:absolute;
	text-align:center;
}
.video-section .mockup > img{
	position:relative;
	width:110%;
	margin-left:-5%;
	max-width:none;
}
.watch-video{
	position:relative;
    text-align: center;
	padding: 140px 0;
	z-index:5;
}
.watch-video .play-btn{
	padding:0px;
	border-radius: 99px;
	transition:all .3s ease;
	display:inline-block;
	*
	display:inline;
	*
	zoom:1;
	position:relative;
	left:-2px;
	z-index: 4;
}
.watch-video .play-btn:hover{
	box-shadow: 0 0 0 8px rgba(66, 133, 244, 0.4);
}
.watch-video > h4{
	font-size:42px;
	color:#FFF;
	font-weight:600;
	margin-top:30px;
	margin-bottom:15px;
	font-style:normal;
}
.watch-video > p{
	margin:0;
	font-family: 'Raleway', sans-serif;
	line-height:1.7em;
	color:rgba(255,255,255,.8);
    margin: 0 0 25px;
}



/*=================================================================*/
/*                      OUR DEVELOPERS SECTION                             
/*=================================================================*/
.team .item .thumb .overlay {
    opacity: 0;
    transition: all 0.3s ease-in-out 0s;
    z-index: 1;
}
.thumb {
   padding-bottom: 5px;
}
.devsname {
   text-align: center;
   margin-bottom: 0px;
}
.social-icons {
    list-style: outside none none;
}
.item {
    color: #111;
    text-align: center;
    padding: 0 0 20px;
}


/*=================================================================*/
/*                      NEWSLETTER SECTION                             
/*=================================================================*/
.newsletter-section{
	background: transparent;
    overflow: hidden;
    padding-bottom: 70px;
    padding-top: 90px;
}
.newsletter{
	padding-top:5px;
}
.newsletter > h2{
	font-size: 28px;
	font-weight:300;
	color:#FFF;
	text-transform: uppercase;
    margin: 0 0 50px;
}
.newsletter-form > label{
	color:#FFF;
	color:rgba(255,255,255,.8);
	font-style:italic;
	font-weight:300;
	margin-bottom:0;
	margin-top:15px;
	font-size:16px;
}
.subscribe-input{
	position:relative;
}
.subscribe-input > .txt{
	background:transparent;
	padding:12px 2px;
	border:none;
	border-bottom:dotted 1px rgba(255,255,255,.6);
	outline:none !important;
	display:block;
	width:100%;
	color:#FFF;
	color:rgba(255,255,255,.9);
	margin-top:35px;
}
.subscribe-input > .txt::-webkit-input-placeholder{
	color:rgba(255,255,255,.7);
	transition:all .3s ease;
}
.subscribe-input > .txt:focus::-webkit-input-placeholder{
	color:rgba(255,255,255,.4);
}
.subscribe-input > .txt  + span{
	position:absolute;
	width:0%;
	height:2px;
	background:#FFF;
	transition:all .4s ease;
	left:0;
	bottom:0;
}
.subscribe-input > .txt:focus  + span{
	width:100%;
}
.subscribe-input > .subscribe{
	position:absolute;
	bottom:0;
	right:0;
	line-height:46px;
	padding-right:16px;
	padding-left:16px;
	font-size:14px;
	text-transform:uppercase;
	background:#3a6dbb none repeat scroll 0 0;
	color:#FFF;
	border:none;
	font-weight:500;
	outline:none;
}




/*=================================================================*/
/*                      BLOG SECTION                             
/*=================================================================*/
.blog-text{
	padding-top:5px;
}
.blog-text .btn-custom:hover {
    background: #202020 none repeat scroll 0 0;
    color: #fff;
}
.blog-text > .btn-custom {
    background: #4285f4 none repeat scroll 0 0;
    text-transform: uppercase;
}
.date {
    font-size:12px;
    margin-bottom:10px;
    color: rgba(0, 0, 0, 0.5);
}
.experts {
    color: rgba(0, 0, 0, 0.6);
    line-height: 1.7em;
}
.itemblog {
    margin: 0 auto 30px;
    max-width: 360px;
}





/*=================================================================*/
/*                      DOWNLOAD SECTION                             
/*=================================================================*/
.subtitle{
	color:#FFF !important;
}
.download-section .section-header {
    color: #ffffff;
    margin-bottom: 80px;
}
.cta-section{
	padding:110px 0;
	text-align:center;
	margin-top: 1px;
}
.download-app > h2{
	color:#FFF;
	margin:0;
	margin-bottom:50px;
}
.download-btns{
	margin-top:80px;
}	    
.download-btns > a{
	display:inline-block;
	*
	display:inline;
	*
	zoom:1;
	margin:0 10px;
	margin-bottom:10px;
	text-decoration:none;
}
a.app-btndown{
	color:#000;
}
.app-btndown{
    font-family: "Roboto",sans-serif;
    font-weight: 300;
	position:relative;
	padding:9px 31px;
	border-radius: 3px;
	color:#FFF;
	display:inline-block;
	display:inline;
	zoom:1;
	background:rgba(255, 255, 255, 0.85) none repeat scroll 0 0;
	text-decoration:none !important;
	-webkit-transition:all .3s ease;
	-moz-transition:all .3s ease;
	transition:all .3s ease;
	top:0;
}
.app-btndown:hover{
	background:#FFF;
	color:#202020;
}
.app-btndown > i{
	font-size:30px;
	vertical-align:middle;
	margin-right:8px;
}
a.btndown-custom{
	text-decoration: none;
	color:#FFFFFF;
}
.btndown-custom{
    font-family: "Roboto",sans-serif;
    font-size: 13px;
    font-weight: 400;
	padding:12px 22px;
	background:#E0E0E0;
	color:#202020;
	border-radius:3px;
	display:inline-block;
	*
	display:inline;
	*
	zoom:1;
	position:relative;
	z-index:5;
	border:none;
	transition:all .3s ease;
}




/*=================================================================*/
/*                      CONTACT SECTION                             
/*=================================================================*/
.contact-section{
	padding:110px 0;
	margin-top: 1px;
}
.contact-section .section-header{
	margin-bottom:80px;
}
.contact-form .form-group{
	margin-bottom:24px;
}
.form-control{
	padding:12px;
	color:#202020;
	border:solid 0px #D0D0D0;
	height:auto;
	-webkit-box-shadow:none !important;
	-moz-box-shadow:none !important;
	box-shadow:none !important;
	border-radius:6px;
    background:#f3f3f3 none repeat scroll 0 0;
}
.form-control::-webkit-input-placeholder{
	text-transform:lowercase;
	letter-spacing:1px;
	font-size:12px;
}
.form-control:focus{
	border-color:#202020;
}
textarea.form-control{
	resize:vertical;
}
.contact-form .btn-custom{
    background:#4285f4 none repeat scroll 0 0;
    color:#FFF;
	padding:15px 27px;
	outline:none !important;
	text-transform:uppercase;
	letter-spacing:1px;
	font-size:14px;
	position:relative;
	top:0;
}
.contact-form .btn-custom:hover{
	color:#FFF;
	background:#202020;
	letter-spacing: 2px;
}
.contact-form .btn-custom:active{
	top:2px;
	opacity:.8;
}
.alert{
	border:none;
	border-radius:0;
}




/*=================================================================*/
/*                      FOOTER                             
/*=================================================================*/
footer{
	padding:20px 0;
	background:#8bc53f;
	overflow:hidden;
}
footer p {
	color:#FFF;
	margin:0;
	font-size:14px;
	font-weight:300;
	letter-spacing:1px;
	margin-top:3px;
}
.footer-social{
	position:relative;
	padding:0;
	font-size:0;
	list-style:none;
	text-align:right;
	margin:-5px;
}
.footer-social > li{
	display:inline-block;
	*display:inline;
	*zoom:1;
}
.footer-social a{
	display:block;
	font-size:20px;
	padding:5px;
	color:#FFF;
	color:rgba(255,255,255,.8);
	margin-left:20px;
}
.footer-social a:hover{
	color:#FFF;
 	-webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}





/*=================================================================*/
/*                     RESPONSIVE CSS                            
/*=================================================================*/
@media (max-width:1200px){
	.features-section .mockup{
		margin:0;
	}
}
@media (max-width:992px){
	.col-features.text-right{
		padding-top:0;
		padding-bottom:80px;
	}
	.col-feature{
		text-align:center;
		max-width:300px;
		margin-left:auto;
		margin-right:auto;
	}
	.features-section .mockup{
		max-width:350px;
		margin:auto;
	}
	.mockup-section .mockup-text{
		padding-top:60px;
	}
	.mockup-section{
		padding:60px 0;
	}
	.pricing-section .p-table{
		margin-bottom:25px;
	}
}
@media (max-width:768px){
	footer{
		padding:20px 0;
	}
	footer p{
		margin-bottom:15px;
		text-align:center;
	}
	.footer-social{
		text-align:center;
	}
	.footer-social a{
		margin:0 10px;
	}
	.navbar-brand{
		padding-left:15px;
	}
	.main-section{
		padding-top:100px;
	}
	.navbar{
		background:#FFF;
		background:rgba(255,255,255,.95);
		padding:10px 0;
	}
	.navbar-brand > .logo-dark{
		display:block;
	}
	.navbar-brand > .logo-light{
		display:none;
	}
	.navbar-nav > li > a{
		color:#202020;
		color:rgba(0,0,0,.4);
	}
	.navbar-nav > li.active > a,
	.navbar-nav > li > a:hover{
		color:#202020;
	}
	.navbar-nav > li > a{
		padding:15px;
	}
	.navbar-collapse{
		margin-top:10px;
		border-top-color:rgba(0,0,0,.07);
	}
}