/**	
	* Template Name: Creek App
	* Version: 0.1	
	* Template CSS
	* Author: Youme Techworld
	* Author URI: http://www.youmetechworld.com/
**/

/* 	CSS INDEX
================================
  	1. SECTION HOME 
  	2. SECTION ABOUT
	3. SECTION FEATURES
	4. SECTION SCREENSHOT
	5. SECTION REVIEW
    6. SECTION DOWNLOAD
  	7. SECTION CONTACT
	8. COMMON STYLES
================================
*/


* :hover , *:focus {
    outline: none;
    text-decoration: none;
}
 
body{
	margin:0px auto;
	padding: 0px;
	font-size: 14px;
	font-family:"Roboto",sans-serif;
	outline: none;
}

/*-----------------------------
	Main Wrapper Stylesheet 
-------------------------------*/
#wrapper{ 
	width:100%;
	margin:0px auto;
	padding:0px;
	outline:none;
	float:left;
}
#header{
	width:100%;
	margin:0px auto;
	padding:0px;
	float:left;
}

.parallaxbg .section-overly{ 
	height: 700px;
}
.section-overly{ 
	background-color: rgba(0, 0, 0, 0.65);
	min-height: 700px;
	
}
.brand-logo {
	float:left;
	padding:2px 0px;
	height:auto;
}
.brand-logo > h2{
	text-decoration:none;
	color:#fff;
	float:left;
	font-size:30px;
	padding:0px;
	margin:0px;
	font-family:"Roboto",sans-serif;
	font-weight:bold;
}
.navigation{
	border: 0 none;
	box-shadow: none;
	margin: 0 auto;
	padding:20px 10px;
	transition: all 0.5s ease 0s;
}
.top-nav{
	margin:0px auto;
	box-shadow:none;
	font-family:"Roboto",sans-serif;
}
.top-nav ul{
	margin:0px auto;
	padding:0px;
}
.top-nav ul li{
	list-style-type:none;
}
.top-nav ul li a{
	text-decoration:none;
	text-transform:uppercase;
	color:#ffffff;
	font-size:14px;
	font-weight:600;
	text-shadow:none;
	padding:10px 15px;
	display:block;
	outline:none;
	letter-spacing:0.1px;
}
.top-nav ul li a:hover, .top-nav ul li a:hover{
	color:#0095dd;
}
.shrink .top-nav ul li a:hover, .shrink .top-nav ul li a:hover{
	color:#0095dd !important;
}
.shrink .top-nav ul li a.active{
	color:#0095dd !important;
}
.shrink .brand-logo > h2 {
	color:#0095dd !important;
}
.navigation.shrink{ 
	height:60px; 
	background:rgba(255, 255, 255, 0.85);
	padding:10px;
	box-shadow:0px 1px 5px rgba(0, 0, 0, 0.20);
}
.shrink .top-nav ul li a {
	color:#000000 !important;
}
.navbar-toggle .icon-bar {
	background-color:#000000;
}
.intro-section{
	padding-top:240px;
	width:100%;
	float:left;
	margin:0px auto;
}
.inner-handing{
	margin:0px auto;
	width:100%;
}
.inner-handing h2 {
  	color:#ffffff;
 	font-size:70px;
  	line-height:90px;
  	margin:0px auto;
  	text-transform:capitalize;
  	font-weight:600;
}
.inner-button{
	margin:0px auto;
	text-align:center;
	padding-top:4%;
}
.inner-button p {
  	color:#ffffff;
  	font-size:18px;
  	padding:30px 0px;
  	text-transform:capitalize;
	margin:0px auto;
}
.standard-button{
  	background: #0095dd none repeat scroll 0 0;
  	border: medium none;
 	border-radius: 4px !important;
  	color: #ffffff;
  	font-size: 16px;
  	min-width: 190px;
  	padding: 14px 18px;
}
.standard-button > i{
	padding-right:5px;
	font-size: 16px;
}
.standard-button:hover, .standard-button:focus{
	background:#008acb;
	color: #ffffff;
	outline:0 !important;
}
/*------------------------------------ 
	MAIN CONTENT SECTION 
--------------------------------------*/
#content{
	width:100%;
	margin:0px auto;
	padding:0px;
	float:left;
}

/*------------------------------------ 
	SECTION ABOUT  
--------------------------------------*/
#About{
	background:#ffffff;
	width:100%;
	margin:0px auto;
}
.about-intro{
	text-align:left;
	margin-top:50px;
}
.about-intro h2{
	float:left;
	width:100%;
	margin:0px auto;
	font-size:40px;
	margin-bottom:30px;
	font-weight:600;
	color:#000000;
}
.about-intro p {
  	display: block;
	line-height:26px;
	font-size:16px;
	color:#333333;
}
.about-list{
	margin:0px auto;
	padding:0px;
	margin-top:30px;
}
.about-list h3{
	font-weight:600;
	font-size:20px;
	margin:0px auto;
	padding:10px 0px;
	color:#000000;
}
.about-list ul{
	margin:0px auto;
	padding:0px;
}
.about-list ul li{
	list-style-type:none;
	padding:10px 0px;
	font-size:16px;
}
.about-list ul li i{
	padding-right:10px;
	color:#0095dd;
	width:25px;
}
.screen-couple-left {
	position: relative;
	width: 100%;
	max-width: 440px;
	overflow: hidden;
	z-index: 100;
}
.screen-couple-left {
	float: left;
}
.screen-couple-left:after {
	content: '';
	display: block;
	clear: both;
}
.screen-couple-left .above {
	position: relative;
	z-index: 2;
	width: 60%;
	height: auto;
}
.screen-couple-left .above {
	float: left;
}
.screen-couple-left .beyond {
	z-index: 1;
	position: absolute;
	top: 45px;
	width: 50%;
	height: auto;
}
.screen-couple-left .beyond {
	right: 0;
}
/*------------------------------------ 
	END SECTION ABOUT   
--------------------------------------*/

/*------------------------------------ 
	SECTION FEATURES  
--------------------------------------*/
#Features{
	background:#eeeeee;
	border-top:1px solid #f2f2f2;
	border-bottom:1px solid #f2f2f2;
	width:100%;
}
.features-left {
	text-align: right;
}
.features-left .features {
	margin-top:40px;
	margin-bottom: 60px;
}
.features-left .features .icon-container {
	display: block;
	margin-top: 5px;
	min-height: 130px;
	float: right;
	margin-left: 20px;
}
.features-left .features .icon-container .icon {
	background-clip: padding-box;
	border-radius: 100px;
	font-size: 24px;
	height: 65px;
	line-height: 65px;
	text-align: center;
	transition: all 0.25s ease-in 0s;
	width: 65px;
	background:#0095dd;
	color:#ffffff;
	box-shadow:0 0 15px 1px rgba(0, 0, 0, 0.3);
}
.fetaure-details h3{
	font-size:18px;
	text-transform:capitalize;
	font-weight:600;
	padding-bottom:10px;
	color:#000000;
}
.fetaure-details p{
	line-height:23px;
	color:#333333;
}
.feature-phone-image{
	margin:0px auto;
	max-width: 250px;
}
.feature-phone-image img{
	width:100%;
}
.features-right {
	text-align: left;
}
.features-right .features {
	margin-top:40px;
	margin-bottom: 60px;
}
.features-right .features .icon-container {
	display: block;
	margin-top: 5px;
	min-height: 130px;
	float: left;
	margin-right: 20px;
}
.features-right .features .icon-container .icon {
	background-clip: padding-box;
	border-radius: 100px;
	font-size: 24px;
	height: 65px;
	line-height: 65px;
	text-align: center;
	transition: all 0.25s ease-in 0s;
	width: 65px;
	background:#0095dd;
	color:#ffffff;
	box-shadow:0 0 15px 1px rgba(0, 0, 0, 0.3);
}
/*------------------------------------ 
	END SECTION FEATURES 
--------------------------------------*/

/*------------------------------------ 
	SECTION SCREENSHOT
--------------------------------------*/
#Screenshot{
	background:#ffffff;
	width:100%;
}
#owl-screenshot .item{
    display: block;
}
.item-img {
  	border-radius: 0px;
  	box-shadow: none;
  	display: block;
  	margin: 12px;
  	padding: 10px;
}
.item-img img{
	width: 100%;
	height: auto;
}
/*------------------------------------ 
	END SECTION SCREENSHOT
--------------------------------------*/
/*------------------------------------ 
	SECTION REVIEW 
--------------------------------------*/
#Reviews{
	background: rgba(0, 0, 0, 0) url("../images/home_bg.jpg") no-repeat scroll center top;
	width:100%;
	margin:0px auto;
	background-position: center center;
    background-size: cover;
	background-attachment: fixed;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
	float:left;
}
#parent-section{
	padding:80px 0px;
	margin:0px auto;
	width:100%;
}
.feedback{
	margin:0px auto;
	max-width:750px;
}
.feedback .user-image{
	border-radius: 100px;
  	font-size: 24px;
  	height: 100px;
  	line-height: 100px;
  	margin: 30px auto auto;
  	overflow: hidden;
  	width:100px;
}	
.feedback .user-image img {
  	vertical-align: top;
  	width: 100%;
}
.feedback .user-message {
  	font-size: 16px;
  	font-style: italic;
  	margin-bottom: 40px;
  	margin-top: 40px;
	text-align:center;
	color:#ffffff;
}
.feedback .user-name {
  	font-weight:600;
  	margin-top:15px;
	text-align:center;
	color:#0095dd;
	font-size:16px;
}
.feedback .company-info {
  	font-size: 12px;
	text-align:center;
	font-weight:600;
	color:#f5f5f5;
}
/*------------------------------------ 
	END SECTION REVIEW 
--------------------------------------*/

/*------------------------------------ 
	SECTION DOWNLOAD 
--------------------------------------*/
#Download{
	background:#eeeeee;
	width:100%;
	margin:0px auto;
}
.addon-download{
	margin:0px auto;
	padding-top:10px;
	padding-bottom:10px;
	text-align:center;
}
.addon-download .app-btn{
	color:#ffffff;
	max-width:230px;
	width:100%;
	background:#0095dd;
	font-size:20px;
	border-radius:4px;
	margin:4px;
}
.addon-download .app-btn span{
	font-size:12px;
}
.download-icon {
	float: left;
	width: 50px;
	height: 50px;
	margin-right:15px;
}
.download-icon > i{
	font-size:40px;
	line-height:54px;
	height:54px;
}
.download-text{
	float:left;
	text-align:left;
}
.download-text p{
	font-weight:bold;
	font-size:16px;
}
.addon-download .app-btn:hover{ 
	background:#008acb;
	color:#ffffff;
}
/*------------------------------------ 
	END SECTION DOWNLOAD 
--------------------------------------*/

/*------------------------------------ 
	SECTION CONTACT 
--------------------------------------*/
#Contact{
	background:#1b1f22;
	width:100%;
	margin:0px;
}
.contact-address{
	margin-left:40px;
	padding:0px;
	width:100%;
	float:left;
}
.contact-info{
	margin-bottom:30px;
}
.contact-info h4{
	color:#e4e4e4;
	margin-top:0px;
	font-weight:600;
}
.contact-info p, .contact-info a{
	color:#b4b4b4;
}
.contact-info a:hover, .contact-info a:focus{
	text-decoration:none;
}
.form-input{
	background-color: transparent;
  	border-color:none;
  	border-radius: 0px;
  	border-style: solid;
  	border-width: 1px;
	border-color:#2e2e2e;
  	box-shadow: none !important;
  	color: #ffffff;
  	height: auto;
  	padding: 15px 20px;
  	background:transparent;
	font-size:14px;
}
.form-input:focus{
	border-color:#0095dd ;
  	border-width:1px;
	box-shadow:0 0 15px 1px rgba(0, 0, 0, 0.80);
}
.btn-send{
	background:#0095dd !important;
  	border: medium none;
 	border-radius: 2px;
  	color: #ffffff;
  	font-size: 16px;
}
.btn-send:hover, .btn-send:focus{
	background:#008acb !important;
	color: #ffffff;
	outline:0;
}
/*------------------------------------ 
	END SECTION CONTACT 
--------------------------------------*/

/*------------------------------------- 
	END CONTENT
--------------------------------------*/
 
/*------------------------------------ 
	SECTION FOOTER  
--------------------------------------*/
#footer{
	margin:0px auto;
	width:100%;
	padding:60px 0px;
	background:#171b1e;
	float:left;
}
.footer-logo {
	padding:20px 0px;
	text-align:center;
}
.footer-logo h2{
	text-decoration:none;
	color:#fff;
	font-size:30px;
	padding:0px;
	margin:0px;
	font-family:"Roboto",sans-serif;
	font-weight:bold;
}
.footer-logo a:hover, .footer-logo a:focus{
	text-decoration:none;
	outline:0px;
}
.footer-logo::after{
  	background-color:#0095dd;
  	content: "";
  	display: block;
  	height: 2px;
  	margin: 0px auto;
  	width: 30px;
	margin-top:20px;
}
.copyright{
	text-align:center;
	padding-top:5px;
}
.copyright p{
	margin:0px auto;
	padding:0px;
	color:#ffffff;
	font-size:16px;
}
.social-icons{
	text-align:center;
	line-height:40px;
	padding:20px 0px;
}
.social-icons ul{
	margin:0px auto;
	padding:0px;
}
.social-icons ul li {
	list-style-type: none;
	display: inline-block;
}
.social-icons ul li a{
	background: #1f2428 none repeat scroll 0 0;
	border: 1px solid #1f2428;
	border-radius: 4px;
	color: #fff;
	display: block;
	font-size: 15px;
	height: 40px;
	line-height: 20px;
	margin: 2px;
	padding: 9px 12px;
	width: 40px;
}
.social-icons .facebook:hover{ 
	background:#3b5998; 
}
.social-icons .twitter:hover{ 
	background:#00aced; 
}
.social-icons .google-plus:hover{ 
	background:#dd4b39; 
}
.social-icons .linkedin:hover{ 
	background:#007bb6;
}
.social-icons .youtube:hover{ 
	background:#cb2027; 
}
.social-icons .skype:hover{ 
	background:#00acec; 
}
/*------------------------------------ 
	END SECTION FOOTER 
--------------------------------------*/

/*------------------------------------ 
	COMMON STYLE 
--------------------------------------*/
.overlayer{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999999;
	background-color: #ffffff;
}
.spinner {
    margin: -12px 0 0 -35px;
    width: 70px;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
}
.spinner > div {
	width: 18px;
	height: 18px;
	background-color: #0095dd;
	border-radius: 100%;
	display: inline-block;
	-webkit-animation: bouncedelay 1.4s infinite ease-in-out;
	animation: bouncedelay 1.4s infinite ease-in-out;
	/* Prevent first frame from flickering when animation starts */
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
.spinner .bounce1 {
	-webkit-animation-delay: -0.32s;
	animation-delay: -0.32s;
}
.spinner .bounce2 {
	-webkit-animation-delay: -0.16s;
	animation-delay: -0.16s;
}
@-webkit-keyframes bouncedelay {
	0%, 80%, 100% { -webkit-transform: scale(0.0) }
	40% { -webkit-transform: scale(1.0) }
}
@keyframes bouncedelay {
	0%, 80%, 100% { 
		transform: scale(0.0);
		-webkit-transform: scale(0.0);
	} 40% { 
		transform: scale(1.0);
		-webkit-transform: scale(1.0);
	}
}
#About, #Features, #Screenshot,  #Download, #Contact{ 
	padding:80px 0px;
	margin:0px auto;
	width:100%;
	float:left;
}
.page-title{
	width:100%;
	margin-bottom:50px;
	padding:0px;
	display:block;
	color:#000000;
}
.page-title h1{
	margin:10px 0px;
	padding:0px;
	text-align:center;
	font-size:40px;
	font-weight:bold;
}
.page-title h1::after{
  	background-color:#0095dd;
  	content: "";
  	display: block;
  	height: 2px;
  	margin: 20px auto;
  	width: 30px;
}
.page-title p{
	margin:0px auto;
	padding:0px;
	text-align:center;
	font-size:16px;
	color:#151515;
}
.white{
	color:#ffffff;
}
.white p{
	color:#ffffff;
}
/*------------------------------------ 
	END COMMON STYLE 
--------------------------------------*/

/*------------------------------------ 
	END MAIN WRAPPER 
--------------------------------------*/
