/*
	:: 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;
	padding-top: 47px;
}

#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-bottom: 10px;
	margin-bottom: 60px;
	background-color: #00AA00;
	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;
}

/* Language Flags */

.flag-icon 
{
	display: inline-block;
	background: transparent url( "../images/flags.png" ) no-repeat scroll 0 0;
	background-size: 220px 16px;
	vertical-align: middle;
}

.flag-icon-en
{
	background-position: 0px 0px;
	width: 21px;
	height: 16px;
}

.flag-icon-de
{
	background-position: -22px 0px;
	width: 21px;
	height: 16px;
}

.flag-icon-fr
{
	background-position: -44px 0px;
	width: 20px;
	height: 16px;
}

.flag-icon-es
{
	background-position: -66px 0px;
	width: 20px;
	height: 16px;
}

.flag-icon-it
{
	background-position: -88px 0px;
	width: 20px;
	height: 16px;
}

.flag-icon-jp
{
	background-position: -112px 0px;
	width: 21px;
	height: 16px;
}

.flag-icon-cn
{
	background-position: -136px 0px;
	width: 21px;
	height: 16px;
}

.flag-icon-nl
{
	background-position: -154px 0px;
	width: 21px;
	height: 16px;
}

.flag-icon-sk
{
	background-position: -176px 0px;
	width: 21px;
	height: 16px;
}

.flag-icon-ro
{
	background-position: -198px 0px;
	width: 21px;
	height: 16px;
}


#features
{
	margin-bottom: 60px;
}

#support
{
	margin-bottom: 60px;
}

#support .nav li a:hover
{
	cursor: pointer;
}

#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
{
	padding: 60px 0px;
}

#customer-reviews
{
	padding-top: 40px;
	padding-bottom: 10px;
	background-color: #00AA00;
}

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

.navigation
{
	font-size: 15px;
}

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

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

.shots-header
{
	font-size: 28px;
	color: white;
	margin-bottom: 20px;
}

.shots-text
{
	font-size: 20px;
	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;
}

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

.navbar-right
{
	width: 80px;
}


/* Banner */

#banner
{
	display: block;
	/* margin-bottom: 60px; */
	background-color: #00AA00;
	padding-top: 47px;
	/* Creating a cut-out effect, each set is a point's (x,y) coordinates */ 
	clip-path: polygon(	0% 0%,      /* top-left */ 
						100% 0%, 	/* top-right */
						100% 90%,	/* bottom-right */
						0% 100%);	/* bottom-left */
}

#banner .container
{
	position: relative;
	display: block;
	padding: 60px 10px;
}

#banner .container h1
{
	color: #FFFFFF;
}

#banner .container p
{
	text-align: justify;
	font-size: 16px;
	color: #EEEEEE;
}

#banner .container ul
{
	color: #EEEEEE;
}

#banner .container a
{
	color: #EEEEEE;
}

#banner .container a:hover
{
	color: #EEEEEE !important;
}


/* Press Reviews */

.press-icon
{
	display: inline-block;
	background: transparent url( "../images/icons-press.png" ) no-repeat scroll 0 0;
	background-size: 288px 81.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: 30px;
	padding-bottom: 20px;
	position: relative;
	color: #fff;
}

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

.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: #00AA00;
}

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

.newsletter-privacy
{
	font-size: 10px;
	color: #8d8d8d;
	margin: 10px 0 0 0;
}

/* 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 .container
{
	display: flex;
	justify-content: space-between;
	align-items: center;
}

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

.links
{
	font-size: 14px;
}