/*
	:: layout.css ::
	
	General layout for all pages.
	
	Copyright (c) 2016-2017 Bits&Coffee SRL. All Rights Reserved.
*/

/* Home Page */

#intro
{
	z-index: 0;				/* To show the shot on top */
	overflow: hidden;
}

#intro .container
{
	padding-top: 100px;
}

#intro h1
{
	font-size: 36px;
	color: white;
	margin-bottom: 20px;
}

#intro p
{
	font-size: 20px;
	color: lightgrey;
	margin-bottom: 40px;
}

#intro .container .intro-row
{
	display: table-cell;
	float: none;
}

#intro .container .intro-row .col-sm-8,
#intro .container .intro-row .col-sm-4
{
	display: table-cell;
	float: none;
	vertical-align: middle;
	min-width: 200px;
}


#benefits
{
	margin-bottom: 60px;
}

#press-reviews
{
	padding-top: 40px;
	padding-bottom: 10px;
	margin-bottom: 60px;
	background-color: #FB6451;
	z-index:0;
}

#press-reviews .col-md-3,
#press-reviews .col-md-4
{
	text-align: right;
	padding-right: 5px;
}

#press-reviews .col-md-6,
#press-reviews .col-md-7
{
	text-align: left;
}

#features
{
	margin-bottom: 60px;
}

#contents
{
	margin: 60px 0px;
}

#screenshots
{
	padding-top: 40px;
	background-color: #282828;
}

#screenshots h2
{	
	color: white;
}

#screenshots p
{
	font-size: 20px;
	color: lightgrey;
	margin-bottom: 40px;
}

#download
{
	margin: 60px 0px;
}

#customer-reviews
{
	margin-top: 40px;
	margin-bottom: 10px;
	background-color: #FB6451;
}

#presentation
{
	overflow-x: hidden;
	padding: 60px 0;
}

#videos
{
	margin: 60px 0px;
}

.navbar-nav li a
{
	-moz-transition: all 0.5s linear !important;
	-webkit-transition: all 0.5s linear !important;
	-o-transition: all 0.5s linear !important;
	transition: all 0.5s linear !important;
}

.navbar-nav li a:hover
{
	-moz-transition: all 0.2s linear !important;
	-webkit-transition: all 0.2s linear !important;
	-o-transition: all 0.2s linear !important;
	transition: all 0.2s linear !important;
}

.navigation
{
	font-size: 15px;
	text-transform: uppercase;
}

.intro-header
{
	font-size: 40px;
	color: white;
	margin-bottom: 20px;
}

.intro-text
{
	font-size: 26px;
	color: lightgrey;	
	margin-bottom: 40px;
}

.intro-background
{
	background: linear-gradient( rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7) ), url('../images/background.jpg');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}

.intro-background.lp
{
	background: linear-gradient( rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7) ), url('../images/background.jpg');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}


.navbar-right
{
	width: 131px;
}


/* Press Reviews */

.press-icon
{
	display: inline-block;
	background: transparent url( "../images/icons-press.png" ) no-repeat scroll 0 0;
	background-size: 288px 82.5px;
	vertical-align: middle;
}

.press-icon.cnet
{
	background-position: -219px 0px;
	width: 45px;
	height: 45px;
	margin-top: -5px;
}

.press-icon.makeuseof
{
	background-position: -120px 0;
	width: 68px;
	height: 32px;
	margin-top: -5px;
}

.press-icon.stevesdigicams
{
	background-position: 0 0;
	width: 120px;
	height: 32px;
}

.press-icon.igeeksblog
{
	background-position: -192px -42px;
	width: 96px;
	height: 32px;
}

.press-icon.macworld
{
	background-position: -100px -33px;
	width: 93px;
	height: 32px;
}

.press-icon.apppicker
{
	background-position: 3px -31.5px;
	width: 104px;
	height: 29px;
}

.press-icon.creativebloq
{
	background-position: -187px 0px;
	width: 32px;
	height: 32px;
}

.press-icon.techradar
{
	background-position: 1px -57px;
	width: 105px;
	height: 20px;
}

/* Footer */

#footer
{
}

.footer-area
{
	font-size: 14px;
	padding-top: 60px;
	padding-bottom: 60px;
	background-color: #282828;
}

.footer-area, 
.footer-area a
{
	color: #8d8d8d;
}

.footer-area a:hover
{
	color: #00ab0c;
}

.footer-area h4
{
	margin-bottom: 20px;
	padding-bottom: 20px;
	position: relative;
	color: #fff;
}

.footer-area h4:after
{
	content: "";
	position: absolute;
	width: 69px;
	height: 2px;
	left: 0;
	bottom: 0;
	background-color: #FB6451;
}

.footer-area ul
{
	padding-left: 0;
	margin-bottom: 0;
}

.footer-area li + li
{
	margin-top: 10px;
}

.footer-area li .fa
{
	margin-right: 7px;
	font-weight: bold;
}

.footer-area .list-arrow
{
	margin-bottom: 30px;
	font-size: 14px;
}

.footer-area .newsletter
{
	margin-top: 35px;
}

.footer-area .newsletter .form-control
{
	padding: 15px 20px;
	height: 52px;
	color: #fff;
	background-color: #434343;
	border-color: #595959;
}

.footer-area .newsletter .form-control:focus
{
	border-color: #FB6451;
}

.footer-area .newsletter .btn-secondary
{
	margin-top: 25px;
	text-transform: uppercase;
	font-weight: 500;
}

/* Footer. Copyright */

.footer-text
{
	color: grey;
}

/* Footer. Copyright */

.copyright
{
	font-size: 14px;
	padding-top: 20px;
	padding-bottom: 20px;	
	font-size: 12px;
	background-color: #202020;
}

.copyright, 
.copyright a
{
	color: #8d8d8d;
}

.copyright p, 
.copyright ul
{
	margin-top: 1%;
	margin-bottom: 0;
	font-size: 14px;
	color: #8d8d8d;	
}

.copyright ul li:before
{
	content: '';
}

.links
{
	font-size: 14px;
}