/*** Pasteasy Styles ***/
html, body {
	margin: 0;
	padding: 0;
	background: rgba(240,240,240, 1);
}
.home-background {
	
}
.body-container {
	/*background: gray;*/
	min-width: 320px;
	min-height: 420px;
	width: 100%;
	height: 100%;
}
.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;
}
.horizontal-center {
	text-align: center !important;
}
.hide {
	display: none;
}

.hide-small-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: #000;
	-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-facebook-c {
	background: url('images/facebook_c.png') no-repeat left top;
	background-size: 60px 60px;
}
.logo-social-twitter-c {
	background: url('images/twitter_c.png') no-repeat left top;
	background-size: 60px 60px;
}
.logo-social-googleplus-c {
	background: url('images/google_c.png') no-repeat left top;
	background-size: 60px 60px;
}
.logo-social-instagram-c {
	background: url('images/instagram_c.png') no-repeat left top;
	background-size: 60px 60px;
}
.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-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-facebook-c {
	background: url('images/facebook_c@2x.png') no-repeat left top;
	background-size: 60px 60px;
}
.logo-social-twitter-c {
	background: url('images/twitter_c@2x.png') no-repeat left top;
	background-size: 60px 60px;
}
.logo-social-googleplus-c {
	background: url('images/google_c@2x.png') no-repeat left top;
	background-size: 60px 60px;
}
.logo-social-instagram-c {
	background: url('images/instagram_c@2x.png') no-repeat left top;
	background-size: 60px 60px;
}
.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 {
	
}
.page3cols-vertical-center {
	width: 100%;
}
.page3cols-table {
	width: 100%;
}
.page3cols-row {
	width: 100%;
	display: table;
}
.page3cols-cell {
	display: table-row;
	text-align: center;
}
.card {
	/*background: red;*/
	/*height: 100px;*/
	border-radius: 5px;
	box-shadow:0 2px 2px 0px rgba(0,0,0,0.2);
	padding: 10px;
	margin: 4px 0;
	background: white;
}
.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-size: 20px;
	font-family: 'open_sansregular';
	text-transform: uppercase;
	text-align: left;
	color: black;
}
.card-detail {
	font-size: 16px;
	font-family: 'open_sanslight';
	text-align: left;
	color: black;
}
.card-icon {
	/*background: black;*/
	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;
}

/*** Pasteasy Hamburger Menu ***/
#hamburger-menu {
	background: white;
	width: 140px;
	position: absolute;
	top: 72px;
	right: 5%;
	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;
}
#hamburger-menu.active {
	display: inline;
	opacity: 1;
	z-index: 150;
}
.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 a {
	cursor: pointer;
	color: black;
	text-decoration: none;
}
.hamburger-menu-item:hover a {
	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;

}

/*** Pasteasy Header ***/
.header {
	background: rgb(0, 159, 239);
	width: 100%;
	height: 60px;
	opacity: 1;
}
#header-position {
	/* background: red; */
	position: fixed;
	left: 0;
	z-index: 10;
}
.pasteasy-logo {
	/* background: purple; */
	width: 170px;
	height: 40px;
	display: block;
	margin: 0 auto;
}
.navigation-container {
	/*background: blue;*/
	position: absolute;
	right: 0;
	margin-right: 12px;
	width: 30px;
	height: 25px;
}
.hamburger-element {
	/*background: orange;*/
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}
.hamburger-icon {
	width: 30px;
	height: 25px;
}

/*** Pasteasy Home ***/
.home-section {
	padding: 60px 8px 0px;
}
.home-container {
	background: white;
	border-radius: 5px;
	box-shadow:0 2px 2px 0px rgba(0,0,0,0.2);
	padding: 10px;
	margin: 8px 0;
}
.text-container {
	/*background: red;*/
	display: block;
	text-align: left;
}
.home-title {
	font-size: 20px;
	font-family: "open_sansregular";
	letter-spacing: -0.5px;
	padding: 0 12px;
	margin-bottom: 16px;
	text-transform: uppercase;
	text-align: center;
	-webkit-text-size-adjust: none;
}
.home-subtitle {
	width: 100%;
	font-size: 16px;
	letter-spacing: 0.8px;
	font-family: "open_sansregular";
	line-height: 1.3;
	text-align: center;
	text-transform: uppercase;
}
.home-description {
	margin-top: 8px;
	font-size: 16px;
	letter-spacing: 0.8px;
	font-family: "open_sanslight";
	line-height: 1.3;
	padding: 0 12px;
	text-align: center;
	-webkit-text-size-adjust: none;
}
.home-description i {
	font-family: "open_sanslight";
	font-style: italic;
	font-size: 16px;
	-webkit-text-size-adjust: none;
}
.button-container {
	/*background: blue;*/
	width: 100%;
	display: table;
	margin-top: 16px;
}
.download-cell {
	/*background: gray;*/
	display: table-cell;
	padding-left: 8px;
}
.download-button {
	padding: 4px 8px;
	text-transform: uppercase;
	border-width: 1px;
	border-color: rgb(88, 89, 91);
	border-style: solid;
	border-radius: 16px;
	font-size: 14px;
	color: rgb(88, 89, 91);
	width: 110px;
	text-align: center;
}
.video-cell {
	/*background: purple;*/
	display: table-cell;
	padding-right: 8px; 
}
.video-button {
	padding: 4px 8px;
	text-transform: uppercase;
	border-width: 1px;
	border-color: rgb(88, 89, 91);
	border-style: solid;
	border-radius: 16px;
	margin-left: auto;
	margin-right: 0;
	font-size: 14px;
	color: rgb(88, 89, 91);
	width: 120px;
	text-align: center;
}
.photo-container {
	background: white;
	border-radius: 5px;
	box-shadow:0 2px 2px 0px rgba(0,0,0,0.2);
	padding: 10px;
	margin: 8px 0 4px;
}
.testimonial-element-container {
	display: none;
}

/*** Background card ***/
.background-container {
	/*background: rgb(0, 159, 239);*/
	background: url("images/home_background.jpg") no-repeat center right;
	background-size: cover;
	border-radius: 5px;
	position: relative;
	width: 100%;
	height: 0;
	margin: 0 auto;
	padding: 100% 0 0;
}

/*** Pasteasy Features ***/
.features-instance {
	padding: 0 8px;
}

/*** Pasteasy About ***/
.about-section {
	padding: 0 8px 4px;
}
.about-upper-tablerow {
	background: white;
	border-radius: 5px;
	box-shadow:0 2px 2px 0px rgba(0,0,0,0.2);
	padding: 10px;
	margin: 4px 0 8px;
}
.about-lower-tablerow {
	background: white;
	border-radius: 5px;
	box-shadow:0 2px 2px 0px rgba(0,0,0,0.2);
	padding: 10px;
	margin: 8px 0 4px;
}
.about-vertical-center {
	display: table-cell;
	vertical-align: middle;
}
.about-title {
	font-size: 20px;
	font-family: "open_sansregular";
	text-transform: uppercase;
	text-align: center;
	-webkit-text-size-adjust: none;
}
.about-description {
	font-size: 16px;
	font-family: "open_sanslight";
	text-align: justify;
	text-justify: inter-word;
	padding: 10px;
	-webkit-text-size-adjust: none;
}
.about-description p {
	font-size: 16px;
	font-family: "open_sanslight";
	text-align: justify;
	text-justify: inter-word;
	color: black;
	margin: 12px 0;
}
.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);
}
.about-footer {
	/*background: orange;*/
	width: 100%;
	text-align: center;
}
.about-footer-copyright {
	font-size: 14px;
	font-family: "open_sansregular";
	opacity: 0.5;
	-webkit-text-size-adjust: none;
}
.tinker-logo {
	width: 100%;
	text-align: center;
}
.tinker-logo-box {
	/*background: white;*/
	width: 80px;
	height: 80px;
	margin: 0 auto;
}
.tinker-icon {
	width: 80px;
	height: 80px;
}


.social-container {
	background: white;
	border-radius: 5px;
	box-shadow:0 2px 2px 0px rgba(0,0,0,0.2);
	padding: 10px;
	margin: 0 auto 4px;
}
.social-table {
	display: table;
	width: 100%;
}
.social-table-row {
	display: table-row;
}
.social-media-item {
	display: table-cell;
	/*background: orange;*/
	text-align: center;
}
.social-media-icon {
	/*background: red;*/
	width: 60px;
	height: 60px;
	margin: 0 auto;
}

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