/*
	:: 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;
}

#features
{
	margin-bottom: 60px;
}

#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/10flags.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;
}


#bp-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-at.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-at.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 0;
}

#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 */

.wrapper {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
  }

#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;
}

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

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

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

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

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

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

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

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

.intro-background-bp.espresso
{
	z-index: 0 !important;
	padding-bottom: 100px;
}





#press-reviews-bp
{
	padding-bottom: 10px;
	/*margin-bottom: 60px;*/
	background-color: #159AD3;
	z-index:0;
}

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

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

#customers
{
	margin: 0px;
	padding: 60px 0px 40px 0px;
	background-color: #F3F3F3;
}

#customers .col-md-1
{
	width: 11%;
	margin-left: 11px;
}

.customers
{
	height: auto;
}

.customers .customer-text
{
	text-align: center;
	margin-bottom: 0px;
	height: 0px;
}

.customers .customer-text span
{
	top: -40px;
	padding: 0px 20px;
	margin-bottom: 20px;
	position: relative;
	font-size: 16px;
	font-style: italic;	
	color: #AAAAAA;
}

.customers .thumb80
{
	display: block;
	margin-left: auto;
	margin-right: auto;
	
	background: transparent url( "../images/customers.png" ) no-repeat scroll 0 0;
	background-size: 640px 160px;
	width: 80px;
	height: 80px;
}

.thumb80.customer1			{ background-position: 0 0; }
.thumb80.customer1:hover	{ background-position: 0 -80px; }

.thumb80.customer2			{ background-position: -80px 0; }
.thumb80.customer2:hover	{ background-position: -80px -80px; }

.thumb80.customer3			{ background-position: -160px 0; }
.thumb80.customer3:hover	{ background-position: -160px -80px; }

.thumb80.customer4			{ background-position: -240px 0; }
.thumb80.customer4:hover	{ background-position: -240px -80px; }

.thumb80.customer5			{ background-position: -320px 0; }
.thumb80.customer5:hover	{ background-position: -320px -80px; }

.thumb80.customer6			{ background-position: -400px 0; }
.thumb80.customer6:hover	{ background-position: -400px -80px; }

.thumb80.customer7			{ background-position: -480px 0; }
.thumb80.customer7:hover	{ background-position: -480px -80px; }

.thumb80.customer8			{ background-position: -560px 0; }
.thumb80.customer8:hover	{ background-position: -560px -80px; }	


#company .borderless tr td {
    border: none !important;
    text-align: left;
}


#bp-features-section
{
	margin: 60px 0px;
}

#bp-features
{
	margin: 60px 0px;
	overflow:hidden
}

#bp-features .container .row .contentbox
{
	overflow: hidden;
}

#bp-features .row > .row > .col-md-4:nth-child(3n+1),
#bp-features-section .row > .row > .col-md-4:nth-child(3n+1)
{
	clear:both;
}

#bp-features-filters
{
	margin: 60px 0px;
}

#bp-features-formats
{
	margin: 60px 0px;
}

#bp-features p
{	
	display: block;
	/*overflow: hidden;*/
	font-size: 14px;
	text-align: center;
	color: #666666;
}

#bp-features h3
{	
	margin-bottom: 10px;
	display: block;	
	text-transform: uppercase;	
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	color: #777777;
}

.thumb64
{
	display: block;	
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;	
	
	background: transparent url(../images/icons-filters.jpg) no-repeat scroll 0 0;
	background-size: 576px 192px;
	width: 32px;
	height: 32px;
}


.thumb64.batch			{ background-position:    0px    0px; }
.thumb64.rename			{ background-position:    0px  -32px; }
.thumb64.watch			{ background-position:  -32px    0px; }

.thumb64.comment			{ background-position:    0px  -32px; }
.thumb64.date				{ background-position:  -32px  -32px; }
.thumb64.watermark-text		{ background-position: -64px  -32px; }
.thumb64.watermark-logo		{ background-position: -96px  -32px; }

.thumb64.shape-frame	{ background-position:    0px -160px; }
.thumb64.grunge-frame	{ background-position:  -32px -160px; }
.thumb64.picture-frame	{ background-position: -64px -160px; }
.thumb64.vintage-frame	{ background-position: -96px -160px; }

.thumb64.raise			{ background-position: -128px -160px; }
.thumb64.shadow			{ background-position: -160px -160px; }
.thumb64.simple-border	{ background-position: -192px -160px; }

.thumb64.resize			{ background-position: -160px  -64px; }
.thumb64.resize-adv		{ background-position: -192px  -64px; }
.thumb64.auto-rotate	{ background-position:    0px  -64px; }
.thumb64.flip			{ background-position: -128px  -64px; }
.thumb64.auto-crop		{ background-position:  -32px  -64px; }
.thumb64.color-replace	{ background-position: -64px  -64px; }
.thumb64.rotate			{ background-position: -256px  -64px; }
.thumb64.roll			{ background-position: -224px  -64px; }
.thumb64.thumb			{ background-position: -288px  -64px; }


.thumb64.auto-contrast	{ background-position:    0px  -96px; }
.thumb64.auto-gamma		{ background-position:  -32px  -96px; }
.thumb64.auto-levels	{ background-position: -64px  -96px; }
.thumb64.brightness		{ background-position: -96px  -96px; }
.thumb64.contrast		{ background-position: -128px  -96px; }
.thumb64.color-balance	{ background-position: -160px  -96px; }
.thumb64.equalize		{ background-position: -192px  -96px; }
.thumb64.hue			{ background-position: -224px  -96px; }
.thumb64.levels			{ background-position: -256px  -96px; }
.thumb64.reduce-noise	{ background-position: -288px  -96px; }
.thumb64.sharpen		{ background-position: -320px  -96px; }
.thumb64.sharpen-adv	{ background-position: -352px  -96px; }


.thumb64.blur			{ background-position:    0px  -128px; }
.thumb64.charcoal		{ background-position:  -32px  -128px; }
.thumb64.edge			{ background-position: -64px  -128px; }
.thumb64.emboss			{ background-position: -96px  -128px; }
.thumb64.gaussian-blur	{ background-position: -128px  -128px; }
.thumb64.black-white	{ background-position: -160px  -128px; }
.thumb64.implode		{ background-position: -192px  -128px; }
.thumb64.negate			{ background-position: -224px  -128px; }
.thumb64.noise			{ background-position: -256px  -128px; }
.thumb64.oil-paint		{ background-position: -288px  -128px; }
.thumb64.sepia			{ background-position: -320px  -128px; }
.thumb64.solarize		{ background-position: -352px  -128px; }
.thumb64.shade			{ background-position: -384px  -128px; }
.thumb64.spread			{ background-position: -416px  -128px; }
.thumb64.swirl			{ background-position: -448px  -128px; }
.thumb64.wave			{ background-position: -480px  -128px; }


.format64
{
	display: block;		
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	
	background: transparent url(../images/icons-formats.jpg) no-repeat scroll 0 0;
	background-size: 320px 32px;
	width: 32px;
	height: 32px;
}


#comparison .format64
{
	display: table-cell;
	vertical-align: middle;
	min-width: 32px;
}


#comparison span
{
	display: table-cell;
	vertical-align: middle;
}

#comparison .thumb64
{
	display: table-cell;
	vertical-align: middle;
	min-width: 32px;
}

#comparison .output64
{
	display: table-cell;
	vertical-align: middle;
	min-width: 32px;
}


.format64.ALL		{ background-position:     0px    0px; }
.format64.IMG		{ background-position:   -32px    0px; }
.format64.JPG		{ background-position:   -64px    0px; }
.format64.TIF		{ background-position:   -96px    0px; }
.format64.PNG		{ background-position:  -128px    0px; }
.format64.GIF		{ background-position:  -160px    0px; }
.format64.BMP		{ background-position:  -192px    0px; }
.format64.PSD		{ background-position:  -224px    0px; }
.format64.RAW		{ background-position:  -256px    0px; }
.format64.PDF		{ background-position:  -288px    0px; }


.output64
{
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	
	background: transparent url(../images/icons-output.jpg) no-repeat scroll 0 0;
	background-size: 224px 32px;
	width: 32px;
	height: 32px;
}

.output64.ftp		{ background-position:  -64px    0px; }
.output64.facebook	{ background-position:  -96px    0px; }



