/*
	Theme Name: VRent Theme
	Theme URI: http://vrent.at
	Description: Custom developed-theme for VRent.at website
	Version: 1.0
	Author: Telacc GmbH (office@telacc.at)
	Author URI: http://telacc.at

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
}
body {
	font:300 11px/1.4 'Metric', Arial, sans-serif;
	color:#000;
	background-color: white;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color:#444;
	text-decoration:none;
}
a:hover {
	color:#444;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.header-bar {
	width: 100%;
	background-color: white;
}
.wrapper {
	/*max-width:1280px; max-width: 1038px;*/
	min-width: 350px;
	width:100%;
	margin:0 auto;
	padding: 0 2.5%;
	position:relative;
	background-color: white;
}
/* header */
.header {
	padding-top: 15px;
	height: 95px;
}
/* logo */
.logo {
	height: 150px;
	float: left;
}
.logo-img {
	height: 150%;
}
.custom-logo-link {
	height: 100px;
}
.custom-logo-link IMG {
	height: 100%;
	width: auto;
}
@media screen and (max-width: 760px) {
	.logo {
		width: 100%;
		text-align: center;
		height: 100px;
	}
}
/* website title */
.website-title {
	text-align: right;
	color: black;
}
.website-title h1 {
	margin-top: 0;
	margin-bottom: 0.4em;
	font-size: 2em;
	color: #990000;
}
.website-title h1 .description {
	color: #666666;
}
@media screen and (max-width: 760px) {
	.website-title { display: none; }
}
/* header image */
.header-image {
	max-height: 400px;
	overflow: hidden;
	width: 100%;
	height: 400px;
	margin-top: -1px;
    
	background: url("http://www.vrent.at/wp-content/uploads/2017/11/cropped-bg03.jpg") no-repeat center;
    background-size: cover;
	background-position: center; 
	
}
.header-image IMG {
	width: auto;
	min-width: 1180px;
	height: 100%;
	display: none;
}

@media screen and (max-width: 760px) {
	.header-image { height: 333px; }
}

/* nav */
.nav {
	text-align: right;
	color: white;
	font-size: 0px;
}
	
.nav UL {
	margin-top: 0;
	list-style-type: none;
}
.nav UL LI {
	display: inline;
	padding-left: 1em;
	white-space: nowrap;
}
.nav a:link, .nav a:visited {
	color: #2484bf;
}
.nav a:hover {
	color: #2484bf;
}
.nav LI.current_page_item a:link, .nav LI.current_page_item a:visited {
	color: #2484bf;
}
.mobile-nav {
	color: white;
	cursor: pointer;
	display: none;
}

/* sidebar */
.sidebar {

}
.footer-wrap {
	width: 100%;
	background: #f0f0f0;
}
/* footer */
.footer {
	display: block;
	clear: both;
}
.footer-bar {
	clear: both;
	font-size: 1.3em;
	background: white;
	box-shadow: inset 0 3px 2px -2px rgba(112,112,112,.1);
	padding: 0.4em 0;
	margin-top: 1em;
}

/*------------------------------------*\
    PAGES
\*------------------------------------*/

.hidden-v {
	color: #222;
}
MAIN {
	font-size: 1.5em;

}

ASIDE.sidebar {
	font-size: 1.3em;
	padding-top: 2.6em;
}

HR {
	border-width: 0 0 1px 0;
	border-style: solid;
	margin: 30px 0 15px;
	border-color: #767676;
}
.twocollumnover {
	margin:0 auto;
	padding: 0;
	background: #222;
	height: 100%;
	display: flex;
	max-width: 2400px;
}
.twocollumn {
	max-width:50%;
	float: left;
}
.twocollumn h4 {
	clear: both;
}
.onecollumn {
	max-width: 100%;
	height:250px;
}
.onecollumn h2 {
	margin: 0;
	line-height: 250px;
	font-size: 42px;
	color: #990000;
	text-align: center;
}
.texttwocollum {
	padding: 25px;
	padding-top: 0;
	color: #fff;
}

.float-header {
	font-size: 1.8em;
	float: left;
	padding-right: 1em;
	width: 10em;
	margin-bottom: 0.4em;
	margin-top: 15px;
}

@media screen and (max-width: 1020px) {
	
	.twocollumn { float: none; max-width: 100%; }
	.twocollumnover { display: block; }
	.float-header + P {
		padding-top: 1em;
	}
}

/*------------------------------------*\
	SPECIFICS
\*------------------------------------*/

FORM.search {
	display: inline-block;
	background: #009e78;
	padding: 0.5em;
	border-radius: 0.5em;
}
FORM.search INPUT {
	background: white;
	border: none;
	border-radius: 0.2em;
	padding: 0.4em;
}
FORM.search BUTTON {
	background: transparent;
	border: none;
	color: white;
	font-weight: bold;
}

TABLE.essentials {
	width: 100%;

}

.page-template-template-landing-page DIV.wrapper.content {
	padding: 0;
	background: transparent;
}
.page-template-template-landing-page DIV.wrapper.content SECTION {
}

.social-links {
	text-align: right;
}

.footer-bar .home-link {
	display: inline-block;
	width: 50%;
	float: left;
}
.footer-bar UL {
	list-style-type: none;
	margin: 0;
}
.footer-bar UL LI {
	display: inline-block;
	padding-right: 1em;
}

.footer-links UL {
	list-style-type: none;
	padding: 0 20px;
	font-size: 1.1em;
}
.footer-links LI {
	padding: 0.5em 0;
}
.footer-links LI a {
	color: #6A6A6A;
}
.footer-links LI a:hover {
	color: #000;
}
.footer-links H2 {
	font-size: 0.8em;
	text-transform: uppercase;
	
}
.footer-links-container {
	display: inline-block;
	vertical-align:top;
	width: 170px;
}

.post-edit-link {
	color: #2484bf;
}
.post-edit-link:hover {
	color: #2484bf;
	opacity: 0.8;
}
.copyright {
	text-align: center;
}

.ccf-form-wrapper .ccf-form {
	font-size: 0.8em;
}

/*------------------------------------*\
    IMAGES
\*------------------------------------*/



/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

@font-face {
	font-family:'Metric';
	src:url('fonts/metric/MetricWeb-Regular.eot') format('embedded-opentype'),
		url('fonts/metric/MetricWeb-Regular.woff') format('woff');
    font-weight:normal;
    font-style:normal;
}
/*@font-face {
	font-family:'Metric';
	src:url('fonts/metric/MetricWeb-RegularItalic.eot') format('embedded-opentype'),
		url('fonts/metric/MetricWeb-RegularItalic.woff') format('woff');
    font-weight:normal;
    font-style:italic;
}*/
@font-face {
	font-family:'Metric';
	src:url('fonts/metric/MetricWeb-Bold.eot') format('embedded-opentype'),
		url('fonts/metric/MetricWeb-Bold.woff') format('woff');
    font-weight:bold;
    font-style:normal;
}
/*
@font-face {
	font-family:'Metric';
	src:url('fonts/metric/MetricWeb-BoldItalic.eot') format('embedded-opentype'),
		url('fonts/metric/MetricWeb-BoldItalic.woff') format('woff');
    font-weight:bold;
    font-style:italic;
}
@font-face {
	font-family:'Metric';
	src:url('fonts/metric/MetricWeb-Light.eot') format('embedded-opentype'),
		url('fonts/metric/MetricWeb-Light.woff') format('woff');
    font-weight:lighter;
    font-style:normal;
}
@font-face {
	font-family:'Metric';
	src:url('fonts/metric/MetricWeb-LightItalic.eot') format('embedded-opentype'),
		url('fonts/metric/MetricWeb-LightItalic.woff') format('woff');
    font-weight:lighter;
    font-style:italic;
}*/

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (min-width:320px) {

}
@media only screen and (min-width:480px) {

}
@media only screen and (min-width:768px) {
	MAIN {

	}

	ASIDE.sidebar {
		float: left;
		width: 40%;
		padding-left: 1em;
		padding-bottom: 1em;
	}
	
	.search-input {
		width: 180px;
	}
}
@media only screen and (min-width:1024px) {

}
@media only screen and (min-width:1140px) {

}
@media only screen and (min-width:1280px) {

}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}
 
@media only screen and (max-width:768px) {
	.mobile-nav {
		display:inline-block;
	}
	NAV.nav div.menu {
		position: absolute;
		margin-top: 5px;
		width: 108%;
		margin-left: -5%;
		transition: 0.5s;
		display: none;
	}
	NAV.nav div.menu.mobile-show {
		display: block;
	}
	NAV.nav div.menu LI { 
		padding: 0.5em; 
		display: block;
		border-bottom: 1px solid #666;
		background-color: rgba(240,240,240,0.95);
		transition: 0.5s;
	}
	NAV.nav div.menu LI:hover {
		background-color: rgba(255,255,255,1);
	}
	NAV.nav div.menu UL { margin: 0; padding: 0 }
	NAV.nav div.menu a:link, NAV.nav div.menu a:visited {
		color: black;
		width: 100%;
		display: inline-block;
	}
}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
	margin:0;
	padding:0;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}

/*------------------------------------*\
    Pricing Table
\*------------------------------------*/

body{
  background: #303030;
}

#pricing-table {
	margin: 50px auto;
	text-align: center;
	width: 1000px; /* total computed width = 222 x 3 + 226 */
}

#pricing-table .plan {
	font: 12px 'Lucida Sans', 'trebuchet MS', Arial, Helvetica;
	text-shadow: 0 1px rgba(255,255,255,.8);        
	background: #fff;      
	border: 1px solid #ddd;
	color: #333;
	padding: 2%; /* 20px;  */
	width: 20%; /* 220px  plan width = 180 + 20 + 20 + 1 + 1 = 222px */      
	float: left;
	position: relative;
}

#pricing-table .most-popular {
	z-index: 2;
	top: -13px;
	border-width: 1px;
	/*padding: 30px 20px;*/
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 20px 0 10px -10px rgba(0, 0, 0, .15), -20px 0 10px -10px rgba(0, 0, 0, .15);
	-webkit-box-shadow: 20px 0 10px -10px rgba(0, 0, 0, .15), -20px 0 10px -10px rgba(0, 0, 0, .15);
	box-shadow: 20px 0 10px -10px rgba(0, 0, 0, .15), -20px 0 10px -10px rgba(0, 0, 0, .15);    
}

#pricing-table .plan:nth-child(1) {
	-moz-border-radius: 5px 0 0 5px;
	-webkit-border-radius: 5px 0 0 5px;
	border-radius: 5px 0 0 5px;        
}

#pricing-table .plan:nth-child(4) {
	-moz-border-radius: 0 5px 5px 0;
	-webkit-border-radius: 0 5px 5px 0;
	border-radius: 0 5px 5px 0;        
}

/* --------------- */	

#pricing-table h3 {
	font-size: 20px;
	font-weight: normal;
	padding: 20px;
	margin: -20px -20px 50px -20px;
	background-color: #eee;
	background-image: -moz-linear-gradient(#fff,#eee);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eee));    
	background-image: -webkit-linear-gradient(#fff, #eee);
	background-image: -o-linear-gradient(#fff, #eee);
	background-image: -ms-linear-gradient(#fff, #eee);
	background-image: linear-gradient(#fff, #eee);
}

#pricing-table .most-popular h3 {
	background-color: #ddd;
	background-image: -moz-linear-gradient(#eee,#ddd);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#ddd));    
	background-image: -webkit-linear-gradient(#eee, #ddd);
	background-image: -o-linear-gradient(#eee, #ddd);
	background-image: -ms-linear-gradient(#eee, #ddd);
	background-image: linear-gradient(#eee, #ddd);
	margin-top: -30px;
	padding-top: 30px;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0; 		
}

#pricing-table .plan:nth-child(1) h3 {
	-moz-border-radius: 5px 0 0 0;
	-webkit-border-radius: 5px 0 0 0;
	border-radius: 5px 0 0 0;       
}

#pricing-table .plan:nth-child(4) h3 {
	-moz-border-radius: 0 5px 0 0;
	-webkit-border-radius: 0 5px 0 0;
	border-radius: 0 5px 0 0;       
}	

#pricing-table h3 span {
	display: block;
	font: bold 25px/100px Georgia, Serif;
	color: #777;
	border: 5px solid #fff;
	height: 150px;
	width: 150px;
	margin: 10px auto -65px;
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
	border-radius: 100px;
	-moz-box-shadow: 0 5px 20px #ddd inset, 0 3px 0 #999 inset;
	-webkit-box-shadow: 0 5px 20px #ddd inset, 0 3px 0 #999 inset;
	box-shadow: 0 5px 20px #ddd inset, 0 3px 0 #999 inset;
}

/* --------------- */

#pricing-table ul {
	margin: 20px 0 0 0;
	padding: 0;
	list-style: none;
}

#pricing-table li {
	border-top: 1px solid #ddd;
	padding: 10px 0;
}

/* --------------- */
	
#pricing-table .signup {
	position: relative;
	padding: 8px 20px;
	margin: 20px 0 0 0;  
	color: #fff;
	font: bold 14px Arial, Helvetica;
	text-transform: uppercase;
	text-decoration: none;
	display: inline-block;       
	background-color: #666666;
/*
	background-image: -moz-linear-gradient(#72ce3f, #62bc30);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#72ce3f), to(#62bc30));    
	background-image: -webkit-linear-gradient(#72ce3f, #62bc30);
	background-image: -o-linear-gradient(#72ce3f, #62bc30);
	background-image: -ms-linear-gradient(#72ce3f, #62bc30);
	background-image: linear-gradient(#72ce3f, #62bc30);
*/
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;     
	text-shadow: 0 1px 0 rgba(0,0,0,.3);        
	-moz-box-shadow: 0 1px 0 rgba(255, 255, 255, .5), 0 2px 0 rgba(0, 0, 0, .7);
	-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, .5), 0 2px 0 rgba(0, 0, 0, .7);
	box-shadow: 0 1px 0 rgba(255, 255, 255, .5), 0 2px 0 rgba(0, 0, 0, .7);
}

#pricing-table .signup:hover {
	background-color: #990000;
/*
	background-image: -moz-linear-gradient(#62bc30, #72ce3f);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#62bc30), to(#72ce3f));      
	background-image: -webkit-linear-gradient(#62bc30, #72ce3f);
	background-image: -o-linear-gradient(#62bc30, #72ce3f);
	background-image: -ms-linear-gradient(#62bc30, #72ce3f);
	background-image: linear-gradient(#62bc30, #72ce3f); 
*/
}

#pricing-table .signup:active, #pricing-table .signup:focus {
	background: #666666;       
	top: 2px;
	-moz-box-shadow: 0 0 3px rgba(0, 0, 0, .7) inset;
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .7) inset;
	box-shadow: 0 0 3px rgba(0, 0, 0, .7) inset; 
}

.pricing-spezial { text-align: center; }
.pricing-spezial STRONG { color: #990000; }
.pricing-spezial a:link, .pricing-spezial a:visited { color: #666666; }
.pricing-spezial a:hover, .pricing-spezial a:active { font-weight: bold; color: #990000; }

@media screen and (max-width: 960px) {
	#pricing-table {
		width: 100%;
		overflow: hidden;
		overflow-x: scroll;
		white-space: nowrap;
		padding-bottom: 50px;
	}
	#pricing-table .plan {
		width: auto;
		float: none;
		display: inline-block;
		vertical-align: top;
	}
}

/* --------------- */

.clear:before, .clear:after {
  content:"";
  display:table
}

.clear:after {
  clear:both
}

.clear {
  zoom:1
}
.bgpricing1 {
  padding-left:25px;
  background:url(http://vrent.at/wp-content/uploads/2017/05/t_vive-1.jpg) no-repeat top left;
  display: inline-block;
  width: 220px;
}
.bgpricing2 {
  padding-left:25px;
  background:url(http://vrent.at/wp-content/uploads/2017/07/deluxebundle.jpg) no-repeat top left;
  display: inline-block;
  width: 220px;
}
.bgpricing3 {
  padding-left:25px;
  background:url(http://vrent.at/wp-content/uploads/2017/05/t_racing.jpg) no-repeat top left;
  display: inline-block;
  width: 220px;
}
.bgpricing4 {
  padding-left:25px;
  background:url(http://vrent.at/wp-content/uploads/2017/05/t_oculus.jpg) no-repeat top left;
  display: inline-block;
  width: 220px;
}
.bgpricing5 {
  padding-left:25px;
  background:url(http://vrent.at/wp-content/uploads/2017/11/vs1_rot_basic_450-1.jpg) no-repeat top left;
  display: inline-block;
  width: 220px;
}


/*------------------------------------*\
    NINJA FORMS
\*------------------------------------*/

.nf-form-fields-required {
  display: none;
}
.nf-error-wrap.nf-error {
    display: none !important;
}
.nf-error .ninja-forms-field {
    border: 1px solid #E80000 !important;
}
.nf-error-msg.nf-error-field-errors {
    display: none;
}

/*------------------------------------*\
    Homepage Intro
\*------------------------------------*/
.devicetable{
	display:flex;
	justify-content: space-between;
	align-items: center;
}



.deviceimagecontainerleft{
    float:left;
margin-right: 0%;
margin-left: 20%;
align-items: center;
justify-content: center;
}

.deviceimagecontainerleft img{
    -webkit-transition: all 1s ease; /* Safari and Chrome */
  	-moz-transition: all 1s ease; /* Firefox */
  	-o-transition: all 1s ease; /* IE 9 */
  	-ms-transition: all 1s ease; /* Opera */
  	transition: all 1s ease;

}

.deviceimagecontainerleft:hover img{
-webkit-transform:scale(1.50); /* Safari and Chrome */
    -moz-transform:scale(1.50); /* Firefox */
    -ms-transform:scale(1.50); /* IE 9 */
    -o-transform:scale(1.50); /* Opera */
     transform:scale(1.50);
}


.deviceimagecontainerright{
    float:right;
margin-right: 20%;
margin-left: 0%;
align-items: center;
justify-content: center;

}

.deviceimagecontainerright img{
    -webkit-transition: all 1s ease; /* Safari and Chrome */
  	-moz-transition: all 1s ease; /* Firefox */
  	-o-transition: all 1s ease; /* IE 9 */
  	-ms-transition: all 1s ease; /* Opera */
  	transition: all 1s ease;

}

.deviceimagecontainerright:hover img{
-webkit-transform:scale(1.50); /* Safari and Chrome */
    -moz-transform:scale(1.50); /* Firefox */
    -ms-transform:scale(1.50); /* IE 9 */
    -o-transform:scale(1.50); /* Opera */
     transform:scale(1.50);
}

.deviceimagecontainermid{
    allign:center;
margin-right: 0%;
margin-left: 0%;
align-items: center;
justify-content: center;
}

.deviceimagecontainermid img{
    -webkit-transition: all 1s ease; /* Safari and Chrome */
  	-moz-transition: all 1s ease; /* Firefox */
  	-o-transition: all 1s ease; /* IE 9 */
  	-ms-transition: all 1s ease; /* Opera */
  	transition: all 1s ease;

}

.deviceimagecontainermid:hover img{
-webkit-transform:scale(1.50); /* Safari and Chrome */
    -moz-transform:scale(1.50); /* Firefox */
    -ms-transform:scale(1.50); /* IE 9 */
    -o-transform:scale(1.50); /* Opera */
     transform:scale(1.50);
}

.deviceimagevive{
   border-radius: 10%;
/* width: 100%;
height: 100%; */
margin-right: 0%;
margin-left: 0%;
}
.deviceimagemid{
   border-radius: 10%;
/* width: 100%;
height: 100%; */
margin-right: 0%;
margin-left: 0%;
}
.deviceimagerift{
   border-radius: 10%;
/* width: 100%;
height: 100%; */
margin-right: 0%;
margin-left: 0%;
}

/*------------------------------------*\
    BUNDLES
\*------------------------------------*/

.htcrifttable{
display: flex;
    justify-content: space-between;
    align-items: center;
	width: 50%;
	min-width: 900px;
	margin: 0 auto;
	flex-w
}

.imgContainerleft{
    float:left;
margin-right: 0%;
margin-left: 20%;
}
.imgContainermiddle{
    float:left;
margin-right: 10%;
margin-left: 10%;
}
.imgContainerright{
    float:left;
margin-right: 20%;
margin-left: 0%;
}
.imagesbundle{
   border-radius: 50%;
width: 100%;
height: 100%;
margin-right: 0%;
margin-left: 0%;
}

.bundle-image {
	font-weight: bold;
}
.bundle-description {
	display: none;
}
.bundle-image.inactive {
	font-weight: normal;
}
.bundle-image IMG.imagesbundle {
	border: 5px solid #990000;
	-webkit-filter: grayscale(0%);
    filter: grayscale(0%);
	opacity: 1;
}
.bundle-image.inactive IMG.imagesbundle {
	border: none;
	-webkit-filter: grayscale(100%);
    filter: grayscale(100%);
	opacity: 0.5;
}
.bundle-image.maybe {

}
.bundle-image.maybe IMG.imagesbundle {
	filter: grayscale(0%);
	border: 5px dashed #990000;
	opacity: 1;
    animation: maybeanimation 5s infinite linear;
}

@keyframes maybeanimation { 
	0%   { border-color: #990000; }
    50%  { border-color: #fff; }
	100% { border-color: #990000; }
}


@media screen and (max-width: 920px) {
	.htcrifttable { width: auto; min-width: auto; }
	.bundle-image { width: 100px; }
} 
@media screen and (max-width: 500px) {
	.htcrifttable { flex-wrap: wrap; }
}

.ccf-form-wrapper {
	font-size: 1.2em;
}
.ccf-form-wrapper #ccf_field_address-country {
	width: 100%;
}
.ccf-form-wrapper .field.request-date {
	margin-top: 1.2em;
}
.ccf-form-wrapper .field.left {
	float: left;
	width: 45%
}
.ccf-form-wrapper .field.right {
	float: right;
	clear: none;
	width: 45%;
}
.ccf-form-complete {
	font-weight: bold;
	font-size: 1.5em;
}

@media screen and (min-width: 1080px) { 

	.offer-container {
		float: left;
		max-width: 50%;
	}
	.offer-container .htcrifttable { 
		width: auto;
		min-width: auto;
	}
	.offer-container .bundle-image {
		margin: 0 5px;
	}
	.nf-form-cont {
		float: right;
		max-width: 45%;
	}
	
	.ccf-form-wrapper {
		float: right;
		max-width: 45%;
	}

 }

 .link-button {
	position: relative;
    padding: 8px 20px;
    margin: 20px 0 0 0;
    color: #fff;
    font: bold 14px Arial, Helvetica;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
    background-color: #666666;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    text-shadow: 0 1px 0 rgba(0,0,0,.3);
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, .5), 0 2px 0 rgba(0, 0, 0, .7);
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, .5), 0 2px 0 rgba(0, 0, 0, .7);
    box-shadow: 0 1px 0 rgba(255, 255, 255, .5), 0 2px 0 rgba(0, 0, 0, .7);
 }
 .link-button:hover {
	 background-color: #990000;
	 color: #fff;
 }
 
/*------------------------------------*\
    PARALLAX
\*------------------------------------*/

.wrapper1 {
  height: 100vh;
  overflow-x: auto;
  overflow-y: auto;
  perspective: 2px;
}

.section {
  position: relative;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  text-shadow: 0 0 5px #000;

}

.parallax::after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;

  transform: translateZ(-1px) scale(5.5);
  background-size: 90%;
  z-index: -1;
}

.static::after {
  background: white;
}

.bg1::after {
  background-image: url('http://vrent.at/wp-content/uploads/2017/03/Modern-Wallpaper-3I6.jpg');
  background-repeat: repeat;
}

.post-edit-link {
	display: none;
}