.col-sm-4 {
	cursor: pointer;
}

.col-sm-4:hover {
	border-style: solid;
}

#popwindow {
	padding-top: 40px;
	position: fixed;
	display: none;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
/*	background-image: linear-gradient(to top, rgb(155, 175, 183), rgb(243, 247, 247)); */
	z-index: 1040;
	overflow-x: auto;
	
/*	background-image: url(../images/focusrs.jpg);
	background-position: 50% 0; */
	background: url(../images/focusrs.jpg) no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#closep {
	position: fixed;
	display: none;
	z-index: 2010;
	top: 0px;
	right: 20px;
	content:"\f00d";
	width: 35px;
	height: 35px;
	font-size: 3rem;
}

#closep:hover {
	cursor: pointer;
}

div .tabletxt {
	font-size: 1.1rem;
	text-align: center;
	font-family: 'montserratregular';
	text-transform: uppercase;
}

#tip {
	padding-right: 40px;
}

.h5carclick {
	font-size: 1.3rem;
}

.cardata {
	margin-top: 50px;
	margin-bottom: 20px;
	font-size: 1rem;
	font-family: 'montserratregular';
	text-transform: uppercase;
}

.fontfelsz {
	font-size: 1rem;
	font-family: 'montserratregular';
	text-transform: uppercase;
	font-weight: bold;
}

.dijszab {
	margin-top: 20px;
	font-size: 1rem;
	font-family: 'montserratregular';
	text-transform: uppercase;
}

#divcsfelsz {
	margin-bottom: 20px;
}

.afa {
	margin-top: 20px;
	font-weight: bold;
}