/*** Pasteasy Styles ***/
html, body {
	margin: 0;
	padding: 0
}
#superContainer {
	height: 100%;
	position: relative
}
.home-background {
	background: url("images/home_background.jpg") no-repeat center center;
	background-size: cover;
}
.body-container {
	/*background: gray;*/
	min-width: 960px;
	min-height: 600px;
	width: 100%;
	height: 100%;
}
.section {
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
.vertical-center {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.tablecell-vertical-bottom {
	display: table-cell;
	vertical-align: bottom;
}
.tablecell-vertical-middle {
	display: table-cell;
	vertical-align: middle;
}
.horizontal-center {
	text-align: center !important;
}
.hide {
	display: none;
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}
.popup-overlay {
	background: rgba(0, 0, 0, 0.7);
	width: 100%;
	height: 100%;
	z-index: 20;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	-webkit-transition: all 0.6s ease-out;
	-moz-transition: all 0.6s ease-out;
	-o-transition: all 0.6s ease-out;
	transition: all 0.6s ease-out;
}

.popup-overlay.active {
	opacity: 1;
}

.hide-large-screen {
	display: none !important;
}

/*** Fonts ***/
@font-face {
	font-family: 'open_sansregular';
	src: url('fonts/open-sans.regular-webfont.eot');
	src: url('fonts/open-sans.regular-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/open-sans.regular-webfont.woff') format('woff'), url('fonts/open-sans.regular-webfont.ttf') format('truetype'), url('fonts/open-sans.regular-webfont.svg#open_sansregular') format('svg');
	font-weight: normal;
	font-style: normal
}
@font-face {
	font-family: 'open_sanslight';
	src: url('fonts/open-sans.light-webfont.eot');
	src: url('fonts/open-sans.light-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/open-sans.light-webfont.woff') format('woff'), url('fonts/open-sans.light-webfont.ttf') format('truetype'), url('fonts/open-sans.light-webfont.svg#open_sansregular') format('svg');
	font-weight: normal;
	font-style: normal
}
@font-face {
	font-family: 'open_sansbold';
	src: url('fonts/open-sans.bold-webfont.eot');
	src: url('fonts/open-sans.bold-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/open-sans.bold-webfont.woff') format('woff'), url('fonts/open-sans.bold-webfont.ttf') format('truetype'), url('fonts/open-sans.bold-webfont.svg#open_sansregular') format('svg');
	font-weight: normal;
	font-style: normal
}
@font-face {
	font-family: 'open_sanssemibold';
	src: url('fonts/open-sans.semibold-webfont.eot');
	src: url('fonts/open-sans.semibold-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/open-sans.semibold-webfont.woff') format('woff'), url('fonts/open-sans.semibold-webfont.ttf') format('truetype'), url('fonts/open-sans.semibold-webfont.svg#open_sansregular') format('svg');
	font-weight: normal;
	font-style: normal
}
* {
	font-family: "open_sansregular";
	margin: 0;
	padding: 0;
	border: 0;
	color: #fff;
	-webkit-font-smoothing: antialiased
}

/*** Logo ***/
.logo-pasteasy {
	background: url('images/pasteasy.png') no-repeat left top;
	background-size: 170px 40px;
}
.logo-social-facebook {
	background: url('images/facebook.png') no-repeat left top;
	background-size: 30px 30px;
}
.logo-social-twitter {
	background: url('images/twitter.png') no-repeat left top;
	background-size: 30px 30px;
}
.logo-social-email {
	background: url('images/email.png') no-repeat left top;
	background-size: 30px 30px;
}
.logo-social-googleplus {
	background: url('images/google.png') no-repeat left top;
	background-size: 30px 30px;
}

.logo-social-instagram {
	background: url('images/instagram.png') no-repeat left top;
	background-size: 30px 30px;
}

.logo-video-play {
	background: url('images/video_play.png') no-repeat left top;
	background-size: 80px 80px;
}
.logo-hamburger {
	background: url('images/hamburger.png') no-repeat left top;
	background-size: 30px 25px;
}
.logo-apple {
	background: url('images/apple_logo.png') no-repeat left top;
	background-size: 60px 60px;
}
.logo-android {
	background: url('images/android_logo.png') no-repeat left top;
	background-size: 60px 60px;
}
.logo-windows {
	background: url('images/windows_logo.png') no-repeat left top;
	background-size: 60px 60px;
}
.logo-tinker {
	background: url('images/tinker.png') no-repeat left top;
	background-size: 80px 80px;
}

.icon-copypaste {
	background: url('images/copypaste_icon.png') no-repeat left top;
	background-size: 80px 80px;
}

.icon-share {
	background: url('images/share_icon.png') no-repeat left top;
	background-size: 80px 80px;
}

.icon-clipboard {
	background: url('images/clipboard_icon.png') no-repeat left top;
	background-size: 80px 80px;
}

.icon-platform {
	background: url('images/platform_icon.png') no-repeat left top;
	background-size: 80px 80px;
}

.icon-devices {
	background: url('images/devices_icon.png') no-repeat left top;
	background-size: 80px 80px;
}

.icon-private {
	background: url('images/private_icon.png') no-repeat left top;
	background-size: 80px 80px;
}



@media
only screen and (-webkit-min-device-pixel-ratio: 1.1) ,
only screen and ( min--moz-device-pixel-ratio: 1.1) ,
only screen and ( -ms-min-device-pixel-ratio: 1.1) ,
only screen and ( -o-min-device-pixel-ratio: 2/1.9) ,
only screen and ( min-device-pixel-ratio: 1.1) ,
only screen and ( min-resolution: 101dpi) ,
only screen and ( min-resolution: 1.1dppx) {
.logo-pasteasy {
	background: url('images/pasteasy@2x.png') no-repeat left top;
	background-size: 170px 40px;
}
.logo-social-facebook {
	background: url('images/facebook@2x.png') no-repeat left top;
	background-size: 30px 30px;
}
.logo-social-twitter {
	background: url('images/twitter@2x.png') no-repeat left top;
	background-size: 30px 30px;
}
.logo-social-email {
	background: url('images/email@2x.png') no-repeat left top;
	background-size: 30px 30px;
}
.logo-social-googleplus {
	background: url('images/google@2x.png') no-repeat left top;
	background-size: 30px 30px;
}

.logo-social-instagram {
	background: url('images/instagram@2x.png') no-repeat left top;
	background-size: 30px 30px;
}

.logo-video-play {
	background: url('images/video_play@2x.png') no-repeat left top;
	background-size: 80px 80px;
}
.logo-hamburger {
	background: url('images/hamburger@2x.png') no-repeat left top;
	background-size: 30px 25px;
}
.logo-apple {
	background: url('images/apple_logo@2x.png') no-repeat left top;
	background-size: 60px 60px;
}
.logo-android {
	background: url('images/android_logo@2x.png') no-repeat left top;
	background-size: 60px 60px;
}
.logo-windows {
	background: url('images/windows_logo@2x.png') no-repeat left top;
	background-size: 60px 60px;
}
.logo-tinker {
	background: url('images/tinker@2x.png') no-repeat left top;
	background-size: 80px 80px;
}


.icon-copypaste {
	background: url('images/copypaste_icon@2x.png') no-repeat left top;
	background-size: 80px 80px;
}

.icon-share {
	background: url('images/share_icon@2x.png') no-repeat left top;
	background-size: 80px 80px;
}

.icon-clipboard {
	background: url('images/clipboard_icon@2x.png') no-repeat left top;
	background-size: 80px 80px;
}

.icon-platform {
	background: url('images/platform_icon@2x.png') no-repeat left top;
	background-size: 80px 80px;
}

.icon-devices {
	background: url('images/devices_icon@2x.png') no-repeat left top;
	background-size: 80px 80px;
}

.icon-private {
	background: url('images/private_icon@2x.png') no-repeat left top;
	background-size: 80px 80px;
}

}



/*** Pasteasy 3-column Template ***/
.page3cols-section {
	display: table;
	height: 100%;
	width: 100%;
}
.page3cols-vertical-center {
	display: table-cell;
	vertical-align: middle;
}
.page3cols-title {
	font-size: 40px;
	font-family: "open_sanslight";
	text-align: center;
	text-transform: uppercase;
	color: black;
	margin: 20px auto;
	opacity: 0;

	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;

	transform: translateY(20px);
	-webkit-transform: translateY(20px);
	-moz-transform: translateY(20px);
	-ms-transform: translateY(20px);
}

.page3cols-title.show {
	opacity: 1;

	-webkit-transition: all 0.6s ease-out;
	-moz-transition: all 0.6s ease-out;
	-o-transition: all 0.6s ease-out;
	transition: all 0.6s ease-out;

	transform: translateY(0px);
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
}

.page3cols-description {
	font-size: 20px;
	font-family: "open_sanslight";
	text-align: center;
	margin: 0px;
}

.page3cols-table {
	display: table;
	/*background: purple;*/
	width: 960px;
	margin: 0 auto;
}

.page3cols-row {
	/*background: yellow;*/
	width: 100%;
	display: table-row;
	margin:0 auto;
}

.left-perspective {
	perspective: 500px;
	perspective-origin: 120% 0%;
	-webkit-perspective: 500px;
	-webkit-perspective-origin: 120% 0%;
	-moz-perspective: 500px;
	-moz-perspective-origin: 120% 0%;
	-ms-perspective: 500px;
	-ms-perspective-origin: 120% 0%;
}

.right-perspective {
	perspective: 500px;
	perspective-origin: -20% 0%;
	-webkit-perspective: 500px;
	-webkit-perspective-origin: -20% 0%;
	-moz-perspective: 500px;
	-moz-perspective-origin: -20% 0%;
	-ms-perspective: 500px;
	-ms-perspective-origin: -20% 0%;
}

.page3cols-cell {
	/*background: orange;*/
	/*width: 33.3333333%;*/
/*	width: 290px;
	height: 250px;*/
	/*padding: 0 2%;*/
	/*background: blue;*/
	/*border: 2px solid black;*/
/*	border-radius: 5px;
	margin-left: 5px;
	margin-right: 5px;*/
	display: table-cell;
	text-align: center;
	margin: 0 auto;
	padding: 5px;
	
/*	box-shadow:0 2px 2px 0px rgba(0,0,0,0.2);*/
}

.card-transform-enter-fromtop-right {


	-webkit-transition: all 0.6s ease-out;
	-moz-transition: all 0.6s ease-out;
	-o-transition: all 0.6s ease-out;
	transition: all 0.6s ease-out;
	transform: rotateX(-10deg) translateY(30px) translateX(20px) scale(1.1,1.1);
	-webkit-transform: rotateX(-10deg) translateY(30px) translateX(20px) scale(1.1,1.1);
	-moz-transform: rotateX(-10deg) translateY(30px) translateX(20px) scale(1.1,1.1);
	-ms-transform: rotateX(-10deg) translateY(30px) translateX(20px) scale(1.1,1.1);
}

.card-transform-enter-frombottom-right {

	-webkit-transition: all 0.6s ease-out;
	-moz-transition: all 0.6s ease-out;
	-o-transition: all 0.6s ease-out;
	transition: all 0.6s ease-out;
	transform: rotateX(10deg) translateY(-30px) translateX(20px) scale(1.1,1.1);
	-webkit-transform: rotateX(10deg) translateY(-30px) translateX(20px) scale(1.1,1.1);
	-moz-transform: rotateX(10deg) translateY(-30px) translateX(20px) scale(1.1,1.1);
	-ms-transform: rotateX(10deg) translateY(-30px) translateX(20px) scale(1.1,1.1);
}

.card-transform-exit-tobottom-right {

	-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;
	transform: rotateX(10deg) translateY(0px) translateX(20px) scale(1.1,1.1);
	-webkit-transform: rotateX(10deg) translateY(0px) translateX(20px) scale(1.1,1.1);
	-moz-transform: rotateX(10deg) translateY(0px) translateX(20px) scale(1.1,1.1); 
	-ms-transform: rotateX(10deg) translateY(0px) translateX(20px) scale(1.1,1.1);
}

.card-transform-exit-totop-right {

	-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;
	transform: rotateX(-10deg) translateY(0px) translateX(20px) scale(1.1,1.1);
	-webkit-transform: rotateX(-10deg) translateY(0px) translateX(20px) scale(1.1,1.1);
	-moz-transform: rotateX(-10deg) translateY(0px) translateX(20px) scale(1.1,1.1);
	-ms-transform: rotateX(-10deg) translateY(0px) translateX(20px) scale(1.1,1.1);
}

.card-transform-enter-fromtop-left {


	-webkit-transition: all 0.6s ease-out;
	-moz-transition: all 0.6s ease-out;
	-o-transition: all 0.6s ease-out;
	transition: all 0.6s ease-out;
	transform: rotateX(-10deg) translateY(30px) translateX(-20px) scale(1.1,1.1);
	-webkit-transform: rotateX(-10deg) translateY(30px) translateX(-20px) scale(1.1,1.1);
	-moz-transform: rotateX(-10deg) translateY(30px) translateX(-20px) scale(1.1,1.1);
	-ms-transform: rotateX(-10deg) translateY(30px) translateX(-20px) scale(1.1,1.1);
}

.card-transform-enter-frombottom-left {

	-webkit-transition: all 0.6s ease-out;
	-moz-transition: all 0.6s ease-out;
	-o-transition: all 0.6s ease-out;
	transition: all 0.6s ease-out;
	transform: rotateX(10deg) translateY(-30px) translateX(-20px) scale(1.1,1.1);
	-webkit-transform: rotateX(10deg) translateY(-30px) translateX(-20px) scale(1.1,1.1);
	-moz-transform: rotateX(10deg) translateY(-30px) translateX(-20px) scale(1.1,1.1);
	-ms-transform: rotateX(10deg) translateY(-30px) translateX(-20px) scale(1.1,1.1);
}

.card-transform-exit-tobottom-left {

	-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;
	transform: rotateX(10deg) translateY(0px) translateX(-20px) scale(1.1,1.1);
	-webkit-transform: rotateX(10deg) translateY(0px) translateX(-20px) scale(1.1,1.1);
	-moz-transform: rotateX(10deg) translateY(0px) translateX(-20px) scale(1.1,1.1); 
	-ms-transform: rotateX(10deg) translateY(0px) translateX(-20px) scale(1.1,1.1);
}

.card-transform-exit-totop-left {

	-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;
	transform: rotateX(-10deg) translateY(0px) translateX(-20px) scale(1.1,1.1);
	-webkit-transform: rotateX(-10deg) translateY(0px) translateX(-20px) scale(1.1,1.1);
	-moz-transform: rotateX(-10deg) translateY(0px) translateX(-20px) scale(1.1,1.1);
	-ms-transform: rotateX(-10deg) translateY(0px) translateX(-20px) scale(1.1,1.1);
}

.card {
	/*background: red;*/
	width: 320px;
	height: 100px;
	margin: 0 auto;
	border-radius: 5px;
	box-shadow:0 2px 2px 0px rgba(0,0,0,0.2);
	padding: 10px;
	background: white;
	opacity: 0;

	
}

.card.show {
	transform: rotateX(0deg) translateY(0px) translateX(0px) scale(1,1);
	-webkit-transform: rotateX(0deg) translateY(0px) translateX(0px) scale(1,1);
	-moz-transform: rotateX(0deg) translateY(0px) translateX(0px) scale(1,1);
	-ms-transform: rotateX(0deg) translateY(0px) translateX(0px) scale(1,1);
	opacity: 1;
}





.card-table {
	display: table;
	width: 100%;
	height: 100%;
}

.card-row {
	display: table-row;
	/*background: orange;*/
	margin: auto 0;
}

.card-cell-left {
	display: table-cell;
	/*background: green;*/
	margin: 0 auto;
	width: 80px;
	vertical-align: middle;
}
.card-cell-right {
	display: table-cell;
	/*background: grey;*/
	margin: 0 auto;
	width: 200px;
	vertical-align: middle;
	padding: 10px;
}

.card-title {
	font: 20px;
	font-family: 'open_sansregular';
	text-transform: uppercase;
	text-align: left;
	color: black;
}

.card-detail {
	font: 16px;
	font-family: 'open_sanslight';
	text-align: left;
	color: black;
}
.card-icon {
	width: 80px;
	height: 80px;
	display: block;
	margin: 0 auto;

}

.page3cols-item-icon {
	background: black;
	width: 100px;
	height: 100px;
	display: block;
	margin: 15px auto;
	display: table-cell;
}

.page3cols-item-text {
	background: red;
	display: table-cell;
	vertical-align: middle;
}
.page3cols-item-title {
	font-size: 20px;
	font-family: "open_sansregular";
	text-transform: uppercase;
	text-align: left;
	margin: 12px 5px 0px;
	color: black;
	float: left;
}
.page3cols-item-detail {
	font-size: 16px;
	font-family: "open_sanslight";
	word-wrap: break-word;
	text-align: justify;
	text-justify: inter-word;
	color: black;
	margin: 0px 5px 0px;
	float: left;
}

/*** Download Menu ***/
#download-menu-dialog {
	background: rgba(242, 242, 242, 1);
	width: 540px;
	height: 200px;
	margin: 0 auto;
	z-index: -100;
	position: absolute;
	top: 50%;
	left: 50%;
	
	opacity: 0;
	border-radius: 5px;

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

	-webkit-transform: translateY(-50%) translateX(-50%)  scale(1.1,1.1);
	-mos-transform: translateY(-50%) translateX(-50%);
	-ms-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
}
#download-menu-dialog.active {
	opacity: 1;
	z-index: 200;
	margin: 0 auto;

	-webkit-transition: all 0.6s ease-out;
	-moz-transition: all 0.6s ease-out;
	-o-transition: all 0.6s ease-out;
	transition: all 0.6s ease-out;

	-webkit-transform: translateY(-50%) translateX(-50%) scale(1,1);
	-mos-transform: translateY(-50%) translateX(-50%);
	-ms-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
}
.download-menu-column {
	/*background: gray; */
	float: left;
	width: 269px;
	height: 100%;
	display: block;
}
.separator {
	width: 1px !important;
	height: 150px;
	padding-top: 25px;
}
.download-menu-element-upper-row {
	width: 100%;
	height: 50px;
	text-align: center;
}
.download-menu-element-lower-row {
	width: 100%;
	height: 150px;
	display: table;
}
.download-menu-title {
	font-size: 22px;
	text-transform: uppercase;
	font-family: "open_sanslight";
	color: rgba(0, 159, 239, 1);
	text-align: center;
	
	padding-top: 25px;
}
.download-menu-element-column {
	/*background: green;*/
	display: table-cell;
	vertical-align: middle;
	width: 50%;
	height: 100%;
}
.download-menu-element-column a {
	text-decoration: none;
}
.download-menu-element-column:hover {
	opacity: 0.6;
	cursor: pointer;
}
.download-menu-icon {
	width: 60px;
	height: 60px;
	margin: 0 auto;
}
.download-menu-text {
	font-size: 10px;
	font-family: "open_sanssemibold";
	color: rgba(0, 159, 239, 1);
	padding: 8px 0 0 0;
	text-align: center;
}
.download-menu-divider {
	background: rgba(0, 159, 239, 1);
	float: left;
	width: 100%;
	height: 100%;
}

/*** Pasteasy Hamburger Menu ***/
#hamburger-menu {
	background: white;
	width: 140px;
	position: absolute;
	top: 72px;
	right: 9.583333%;
	list-style-type: none;
	z-index: -100;
	opacity: 0;
	box-shadow:0 2px 2px 0px rgba(0,0,0,0.2);
	border-radius: 5px;
	display: none;

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

	-webkit-transform: translateY(-10px);
}
#hamburger-menu.active {
	display: inline;
	opacity: 1;
	z-index: 150;	
	-webkit-transform: translateY(0px);
}

.hamburger-menu-item-border {
	border-bottom: 1px solid rgb(240,240,240);
}

.hamburger-menu-item {
	padding: 10px 24px;
	text-decoration: none;
	font-size: 16px;
	font-family: "open_sansregular";

	
}
.hamburger-menu-item:hover {
	background: rgb(0, 159, 239);
	color: white;
}
.hamburger-menu-item span {
	cursor: pointer;
	color: black;
	text-decoration: none;
}
.hamburger-menu-item:hover span {
	background: rgb(0, 159, 239);
	color: white;

}

.hamburger-menu-item a {
	cursor: pointer;
	color: black;
	text-decoration: none;
}

.hamburger-menu-item:hover a {
	background: rgb(0, 159, 239);
	color: white;
}

/*** Pasteasy Header ***/
.header {
	background: rgb(0, 159, 239);
	width: 100%;
	height: 60px;
	padding: 0 3.3333334%;
	opacity: 1;
}

.header.unshow {
	transform: translateY(-60px);
	-webkit-transform: translateY(-60px);
	-moz-transform: translateY(-60px);
	-ms-transform: translateY(-60px);
}



#header-position {
	/* background: red; */
	position: fixed;
	left: 0;
	z-index: 10;
}
.pasteasy-logo {
	/* background: purple; */
	float: left;
	width: 17.708333%;
	height: 66.666667%;

	-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;
}
.pasteasy-logo:hover {
	cursor: pointer;
	-webkit-transform: translateY(-50%) scale(1.05,1.05);
	-moz-transform: translateY(-50%) scale(1.05,1.05);
	-ms-transform: translateY(-50%) scale(1.05,1.05);
	transform: translateY(-50%) scale(1.05,1.05);
}
.navigation-container {
	/* background: blue; */
	float: left;
	width: 75.625%;
	height: 50%;
}
.navigation-element {
	/* background: white; */
	float: right;
	width: 28.92562%;
	max-width: 210px;
	height: 100%;
}
.social-media {
	float: left;
	width: 18.095238%;
	height: 100%;

	-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;
}
.social-media:hover {
	cursor: pointer;
	-webkit-transform: scale(1.2,1.2);
	-moz-transform: scale(1.2,1.2);
	-ms-transform: scale(1.2,1.2);
	transform: scale(1.2,1.2);
}
.social-icon {
	width: 94.736842%;
	height: 100%;
}
.hamburger-element {
	float: right;
	width: 14.285714%;
	height: 100%;
}
.hamburger-element:hover {
	opacity: 0.6;
	cursor: pointer;
}
.hamburger-icon {
	width: 30px;
	height: 25px;
}

/*** ViewPage Indicators ***/
#viewpage-indicators {
    position: fixed;
    z-index: 100;
    top: 45%;
    opacity: 1;
    right: 16px;
}
#viewpage-indicators ul {
	margin: 0;
	padding: 0;
}
#viewpage-indicators li {
    display: block;
    width: 14px;
    height: 13px;
    margin: 7px;
    position: relative;	
}
#viewpage-indicators li a {
    display: block;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
}

.background-white {
	-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;
	background: white;
}

.background-blue {
	-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;
	background: rgb(0,159,239);
}


#viewpage-indicators li .active span {
	opacity: 0.8;
}
#viewpage-indicators span {
    top: 2px;
    left: 2px;
    width: 8px;
    height: 8px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    z-index: 1;
	opacity: 0.3;
}

/*** Transition Types ***/
.ease-out-fast {
	-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;
}

.ease-out-slow {
	-webkit-transition: all 0.6s ease-out;
	-moz-transition: all 0.6s ease-out;
	-o-transition: all 0.6s ease-out;
	transition: all 0.6s ease-out;
}

.offset-down {
	transform: translateY(50px);
	-webkit-transform: translateY(50px);
	-moz-transform: translateY(50px);
	-ms-transform: translateY(50px);
}

.offset-up {
	transform: translateY(-50px);
	-webkit-transform: translateY(-50px);
	-moz-transform: translateY(-50px);
	-ms-transform: translateY(-50px);
}


/*** Pasteasy Home ***/
.home-section {
	/* background: green; */
	height: 100%;
	padding-left: 5%;
}
.home-container {
	/*background: orange;*/
	/*width: 56.166667%;*/
	max-width: 660px;
	height: 100%;
	min-height: 490px;
	display: table;
}

.home-title {
	width: 100%;
	font-size: 32px;
	font-weight: 100;
	font-family: "open_sansregular";
	letter-spacing: -0.5px;
	opacity: 0;
	margin-top: -60px;
	margin-bottom: 24px;
	text-transform: uppercase;
}

.home-subtitle {
	width: 100%;
	font-size: 22px;
	letter-spacing: 0.8px;
	font-family: "open_sansregular";
	line-height: 1.3;
	text-transform: uppercase;
	text-align: justify;
	text-justify: inter-word;
}

.home-title.show {
	opacity: 1;
}



.home-description {
	width: 100%;
	font-size: 22px;
	letter-spacing: 0.8px;
	font-family: "open_sanslight";
	line-height: 1.3;
	opacity: 0;
	text-align: justify;
	text-justify: inter-word;
}

.home-description i {
	font-family: "open_sanslight";
	font-style: italic;
}

.home-description.show {
	opacity: 1;
}

.button-container {
	/*background: green;*/
	width: 100%;
	margin-top: 40px;
	opacity: 0;
}

.button-container.show {
	opacity: 1;
}

.download-button {
	padding: 4px 16px;
	text-transform: uppercase;
	border-width: 1.5px;
	border-color: white;
	border-style: solid;
	border-radius: 16px;
	float: left;
}
.download-button:hover {
	opacity: 0.6;
	cursor: pointer;
}
.video-button {
	padding: 4px 16px;
	text-transform: uppercase;
	border-width: 1.5px;
	border-color: white;
	border-style: solid;
	border-radius: 16px;
	float: left;
	margin-left: 24px;
}
.video-button:hover {
	opacity: 0.6;
	cursor: pointer;
}
.testimonial-container {
	/* background: blue; */
	background: rgba(255, 255, 255, 0.8);
	width: 100%;
	height: 90px;
	position: absolute;
	bottom: 0;
	left: 0;
	opacity: 0;
	
}

.testimonial-container.show {
	opacity: 1;
}


.testimonial-element-container {
	/* background: purple; */
	width: 33.3333333%;
	height: 100%;
	float: left;
	display: table;
	opacity: 1;
}




.testimonial-element {
	display: table-cell;
	vertical-align: middle;
}
.testimonial-text {
	/* background: red; */
	width: 90%;
	margin: 0 auto;
	text-align: center;
}
.testimonial-text h1 {
	text-transform: uppercase;
	font-size: 14px;
	font-family: "open_sanslight";
	color: black;
}
.testimonial-text h2 {
	font-size: 14px;
	font-family: "open_sanslight";
	font-style: italic;
	color: black;
}

/*** Pasteasy Features ***/
.features-instance {
	background: rgba(240,240,240, 1);
}

/*** Pasteasy About ***/
.about-section {
	background: rgba(240,240,240, 1);
	width: 100%;
	height: 100%;
	padding: 0 5% 60px 5%;
	display: table;
	perspective: 1000px;
	-webkit-perspective: 1000px;
	-moz-perspective: 1000px;
	-ms-perspective: 1000px;
}
.about-upper-tablerow {
	/*background: green;*/
	width: 100%;
	height: 100%;
	display: table-row;
}
.about-lower-tablerow {
	/*background: orange;*/
	width: 100%;
	height: 30px;
	display: table-row;
}
.about-vertical-center {
	display: table-cell;
	vertical-align: middle;
}
.about-title {
	font-size: 40px;
	font-family: "open_sanslight";
	text-transform: uppercase;
	text-align: center;
	color: black;
	margin: 20px auto;
	opacity: 0;

	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;

	transform: translateY(20px);
	-webkit-transform: translateY(20px);
	-moz-transform: translateY(20px);
	-ms-transform: translateY(20px);

	
}

.about-title.show {
	opacity: 1;

	-webkit-transition: all 0.6s ease-out;
	-moz-transition: all 0.6s ease-out;
	-o-transition: all 0.6s ease-out;
	transition: all 0.6s ease-out;

	transform: translateY(0px);
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
}

.about-description-card {
	width: 850px;
	margin: 0px auto;
	background: white;
	border-radius: 5px;
	padding: 20px;
	box-shadow:0 2px 2px 0px rgba(0,0,0,0.2);
	opacity: 0;
	-webkit-transition: all 0.6s ease-out;
	-moz-transition: all 0.6s ease-out;
	-o-transition: all 0.6s ease-out;
	transition: all 0.6s ease-out;

	transform: rotateX(10deg) translateY(50px) translateX(0px) scale(1.1,1.1);
	-webkit-transform: rotateX(10deg) translateY(50px) translateX(0px)  scale(1.1,1.1);
	-moz-transform: rotateX(10deg) translateY(50px) translateX(0px)  scale(1.1,1.1);
	-ms-transform: rotateX(10deg) translateY(50px) translateX(0px)  scale(1.1,1.1);
}

.about-description-card.show {
	opacity: 1;
	transform: rotateX(0deg) translateY(0px) translateX(0px) scale(1,1);
	-webkit-transform: rotateX(0deg) translateY(0px) translateX(0px) scale(1,1);
	-moz-transform: rotateX(0deg) translateY(0px) translateX(0px) scale(1,1);
	-ms-transform: rotateX(0deg) translateY(0px) translateX(0px) scale(1,1);
}

.about-description {

	font-size: 16px;
	font-family: "open_sanslight";
	text-align: justify;
	text-justify: inter-word;
	color: black;
}

.about-description p {

	font-size: 16px;
	font-family: "open_sanslight";
	text-align: justify;
	text-justify: inter-word;
	color: black;
	margin: 10px auto;
}

.about-description a {
	text-decoration: none;
	font-size: 16px;
	font-family: "open_sanslight";
	text-align: justify;
	text-justify: inter-word;
	color: rgb(0,76,146);
	margin: 10px auto;
}

.about-footer {
	/*background: orange;*/
	width: 100%;
	height: 30px;
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: center;
}
.about-footer-column {
	float: left;
	width: 33.3333333%;
	height: 100%;
}
.about-footer-copyright {
	margin-left: 20px;
	font-size: 14px;
	font-family: "open_sansregular";
	opacity: 0;
	color: rgb(49,64,76);

	-webkit-transition: all 1s ease-out;
	-moz-transition: all 1s ease-out;
	-o-transition: all 1s ease-out;
	transition: all 1s ease-out;

	transform: translateY(20px);
	-webkit-transform: translateY(20px);
	-moz-transform: translateY(20px);
	-ms-transform: translateY(20px);
}

.about-footer-copyright.show {
	opacity: 0.5;

	transform: translateY(0px);
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
}

.about-footer-copyright b {
	color: rgb(49,64,76);
}


.about-footer-link {
	float: left;
	width: 25%;
	height: 100%;
	text-align: center;
	font-size: 14px;
	font-family: "open_sansregular";
	text-decoration: none;
}
.tinker-logo {
	width: 100%;
	position: absolute;
	bottom: 30px;
	left: 0;
	text-align: center;
	perspective: 1000px;
	-webkit-perspective: 1000px;
	-moz-perspective: 1000px;
	-ms-perspective: 1000px;
}



.tinker-logo-box {
	/*background: white;*/
	width: 80px;
	height: 80px;
	display: inline-block;
	opacity: 0;

	-webkit-transition: all 1s ease-out;
	-moz-transition: all 1s ease-out;
	-o-transition: all 1s ease-out;
	transition: all 1s ease-out;

	transform: rotateY(-90deg);
	-webkit-transform: rotateY(-90deg);
	-moz-transform: rotateY(-90deg);
	-ms-transform: rotateY(-90deg);
}

.tinker-logo-box.show {
	opacity: 1;

	transform: rotateY(0deg);
	-webkit-transform: rotateY(0deg);
	-moz-transform: rotateY(0deg);
	-ms-transform: rotateY(0deg);
}


.tinker-icon {
	width: 80px;
	height: 80px;
}

/*** FAQ, Privacy, Terms ***/
.body-container.page {
	overflow-x: hidden;
	overflow-y: auto; 
	background: rgba(0, 76, 146, 0.95);
}
.content {
	width: 100%;
	padding: 30px 5%;
	display: table;
}
.content-vertical-center {
	display: table-cell;
	vertical-align: middle;
}
.content-title {
	font-size: 30px;
	font-family: "open_sanslight";
	/*text-transform: uppercase;*/
}
.content-description {
	margin-top: 30px;
}