/*
Theme Name: 40up
*/
@font-face {
   font-family: Coda;
   src: url(font/173.ttf);
}
@font-face {
   font-family: CodaBold;
   src: url(font/Coda-Heavy.ttf);
}

html, body, div, span, applet, object, iframe, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, tbody, tfoot, thead, article, aside, canvas, details, embed, figure, figcaption, form, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	text-decoration:none;
}

p {
	line-height: 22px;
}
ol,
ul {
	list-style: none;
}
blockquote,
q {
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption,
td{
	font-size:12px;
	line-height:20px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 18px;
	font-weight:normal;
	padding:0px;
	line-height:0px;
	vertical-align: baseline;
	display:inline;
}
html {
	overflow-y: scroll;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
a:focus {
	outline: thin dotted;
}
article,
aside,
details,
figcaption,
figure,
header,
hgroup,
nav,
section {
	display: block;
}

img {
	border: 0;
	-ms-interpolation-mode: bicubic;
}



body { font-family: Coda; background:#fefefe;}
/* Page structure */
.logo{
	margin: 0px 0 0 35px;
	width:200px;
	height:150px;
	position:absolute;
}

.headline_logo{
	background: url(images/header.jpg) no-repeat;
	background-position:left 0px; 
	margin: 0 auto;
	width: 980px;
	height:180px;
	z-index:999;
}
.site {
	margin: 0 auto;
	width: 980px;
	overflow: hidden;
}
.content_in {
	width:450px;
	float:left;
	padding-left:70px;
}

.site-content_2 {
	line-height:20px;
	color:#998f86;
	font-weight:bold;
	width:980px;
	background:#FEFEFE;
	padding:24px 34px;
}


/* Navigation */
.main-navigation {
	width:194px;
	float:left;
}
.main-navigation li {
	display:block;
	font-weight:normal;
	width:193px;
	height:29px;
	background:#ef8200;
	border-bottom:2px solid #fefefe;
	padding:1px 0px 0px 0px;
}

.main-navigation a {
	color:#fff;
	text-decoration:none;
	padding:0px 0px 0px 12px;
	font-weight:normal;
	width:193px;
	font-size: 14px;
	line-height:30px;
	display: block;
}
.main-navigation li:hover {
	color:#fff;
	text-decoration:none;
	background:#ffe00f;
	width:193px;
	cursor:pointer;
}
.main-navigation li.current-menu-item {
	color:#fff;
	text-decoration:none;
	background:#ffe00f;
	width:193px;
}
/*
.main-navigation li:last-child {
	color:#fff;
	text-decoration:none;
	background:#018FD9;
	width:193px;
}
.main-navigation li:last-child:hover {
	color:#fff;
	text-decoration:none;
	background:#ffe00f;
	width:193px;
	cursor:pointer;
}
.main-navigation li.current-menu-item:last-child{
	color:#fff;
	text-decoration:none;
	background:#ffe00f;
	width:193px;
}*/
.main-navigation ul ul{
	background: url(images/content_bg.png);
	text-align:left;
	padding-top:10px;
	padding-left:8px;
	padding-right:8px;
	padding-bottom:10px;
	width:250px;
}
.main-navigation li li a{
	border-bottom: 1px solid #fff;
	padding:0px;
}

.main-navigation li li a{
	border-bottom: 1px solid #fff;
	text-align:left;
	font-size:12px;
	font-weight:normal;
	text-transform:uppercase;
	color:#000;
	line-height:50px;
}

.main-navigation li li a:hover {
	color:#1aae53;
	background:none;
}

.navi-z1-bg{
	color:#fff;
	text-decoration:none;
	background:#018FD9;
	width:193px;
}
.navi-z1-bg:hover{
	color:#fff;
	text-decoration:none;
	background:#ffe00f;
	width:193px;
	cursor:pointer;
}

.navi-z1-top{
	background:transparent;
	width:193px;
	text-align:center;
	color:#fff;
	font-size:14px;
	font-weight:normal;
	margin-top:-20px;
	margin-left:-12px;
}
.navi-z1{
	width:189px;
	height:20px;
	margin-left:-12px;
}
.navi-z2{
	/*background:#e5f4fb;*/
	border: 2px solid;
	border-color:transparent;
	border-top:0px;
	width:189px;
	text-align:center;
	color:#018FD9;
	font-size:14px;
	font-weight:normal;
	margin-left:-12px;
	line-height:18px;
}
/* Navigation End */

.widget-title {display:none;}

.formcontainer{
	font-size:12px;
	font-weight:normal;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
}
.contact-form {
	font-size:14px;
	font-weight:normal;
	text-transform:none;
}
.form-label .fb-text-label{float:left;}


.button{width:150px; border:1px solid #fff; background:#F17803; color:#000; padding:0px; cursor:pointer;}
.required{
	color:#C11A0A;
}
.error{
	color:#000;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.5);
	font-weight:bold;
}
.clear{clear:both;}

.footer{
	margin:0 auto;
	width:980px; 
	padding-top:60px;
	padding-bottom:20px;
	font-size:12px;
	bottom:0px;
	color:#998f86;
	padding-right:37px;
}
.footer a{
	color:#018FD9;
	text-decoration:none;
}
.copyright{width:660px; text-align:left; padding-left:316px; font-family: Coda;}
/* Seite Anfrage & Kontakt*/
.anfrage_kontakt{
	width:336px;
	position:absolute;
	margin-top:-191px;
	margin-left:614px;
	z-index:996;
	margin-right:8px;
	font-size:14px;
}


.anfrage_form label {
	font-size:14px;
	font-family: Coda;
	color:#998f86;
}
.anfrage_form input {
    outline:none;
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    border:1px solid #018FD9;
	width:180px;
	height:22px;
	padding-left:5px;
	padding-right:5px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	font-size:14px;
	font-family: Coda;
}

.anfrage_form .readonly
{
    background-color:#DCDCDC;
	border:1px solid #018FD9;
	width:180px;
	height:22px;
	padding-top:3px;
	padding-bottom:1px;
	padding-left:5px;
	padding-right:5px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	color:#000;
	font-size:14px;
	font-family: Coda;
}

.anfrage_form textarea, .rendered-form textarea {
    outline:none;
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    border:1px solid #018FD9;
	width:300px;
	height:120px;
	padding:6px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	font-size:14px;
	font-family: Coda;
}

.anfrage_form input:focus, .anfrage_form textarea:focus, .rendered-form input:focus, .rendered-form textarea:focus {
    box-shadow: 0 0 5px rgba(255, 224, 15, 1);
    -webkit-box-shadow: 0 0 5px rgba(255, 224, 15, 1);
    -moz-box-shadow: 0 0 5px rgba(255, 224, 15, 1);
	border:1px solid #ef8200;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

.checkbox {
	width: 29px;
	height: 29px;
	padding: 0 16px 0 0;
	background: url(images/checkbox.png) no-repeat;
	float: left;
	cursor:pointer;
}

#checkboxes div{float: left; padding-right:10px; padding-top:10px; font-weight:normal;}
.radio {
	width: 29px;
	height: 29px;
	padding: 0 16px 0 0;
	background: url(images/checkbox.png) no-repeat;
	float: left;
	cursor:pointer;
}
.select {
	position: absolute;
	width: 158px; /* With the padding included, the width is 190 pixels: the actual width of the image. */
	height: 21px;
	padding: 0 24px 0 8px;
	color: #fff;
	font: 12px/21px arial,sans-serif;
	background: url(images/select.png) no-repeat;
	overflow: hidden;
}
#wpcf_nd_submit {padding-left:10px; padding-right:10px}
.anfrage_form .sendbutton, #wpcf_nd_submit {
	color:#fff; font-weight:normal; font-size:16px; padding:2px 6px; cursor:pointer; border:0px; background:#F17803;
	text-decoration:none;
	height:34px;
	margin-top:10px;
	font-family: Coda;
}
.anfrage_form .sendbutton:hover, #wpcf_nd_submit:hover {
	color:#fff;
	background:#018FD9;
	text-decoration:none;
}
.error{color:#000; border:1px solid red; padding:10px; width:400px}
.success{color:#000; border:1px solid green; padding:10px; width:400px}

.rendered-form label{float: left; padding-right: 10px;}
.rendered-form .fb-required{padding-left: 5px; color:#C11A0A;}


.entry-content{
	font-weight:normal;
	font-size:14px;
	line-height:22px;
}
.entry-content td{font-size:14px;}
.entry-content td a{font-size: 14px; color: #018FD9;}
hr{width:100%; height:1px; background:#e4e7ec; border:0px;}
.big_organge{font-size: 18px; color: #ef8200;}
.big_organge a{font-size: 18px; color: #ef8200; text-decoration:none;}
.organge_16px{font-size: 14px; color: #ef8200;}
.green_16px{font-size: 14px; color: #018FD9;}
.big_green_18px{font-size: 18px; color: #018FD9;}
.yellow_16px{font-size: 14px; color: #ffe00f;}
.big_yellow_18px{font-size: 18px; color: #ffe00f;}

.organge_16px a{font-size: 14px; color: #ef8200; text-decoration:none;}
.green_16px a{font-size: 14px; color: #018FD9; text-decoration:none;}
.yellow_16px a{font-size: 14px; color: #ffe00f; text-decoration:none;}

.direkt{font-size: 14px; color: #018FD9; margin:156px 0 0 36px; position:absolute;}
.header_blog{margin:31px 0 0 292px; position:absolute; width:460px;}
.green_14px{font-size: 14px; color: #018FD9; padding-left:6px; margin-top:-111px;}
.green_14px_fffm{font-size: 14px; color: #018FD9; margin:156px 0 0 763px; position:absolute;}
.big_organge80px{font-size: 80px; color: #ef8200; line-height:80px; margin-top:20px;}
.slogan{font-size: 34px; color: #ef8200; margin-top:8px; width:194px; height:35px;}
.slogan_content{font-size: 34px; color: #ef8200; margin-top:30px; height:35px; width:100%; margin-top:2px; font-weight:bold; line-height:30px;}
.right_side .slogan_right{float:left; font-size: 34px; color: #ef8200; margin-top:78px; width:194px; height:35px;}
.right_top{float:right; margin-top:-24px;}
/* Navigation */
.right_side {
	width:194px;
	float:left;
	border:0px solid red;
	margin-left:16px;
}
.right_side .news {
	color:#fff;
	text-decoration:none;
	background:#018FD9;
	width:193px;
	font-weight:normal;
	float:left;
	text-align:center;
	line-height:30px;
	font-size:14px;
	font-family: Coda;
}
.entry-content .flowplayer{border:0px solid red; margin:20px 0 0 -64px; background:#000; width:450px; height:300px;}
.zoom{background: url(images/zoom-in-19.png) no-repeat; width:24px; height:24px; margin:150px 0 0 0; position:absolute;}
#fitnessstudio{ height:26px; }
#fitnessstudio .big_organge{ line-height:18px; }
.fstudio, .slogan_einfach{display:none}
#navi-z1-bg{display:none}
.lageplan{width: 450px; border: 1px solid #018FD9;}
.lageplan .map{width: 450px; height:350px;}
.gutschein{width:397px}
.gutschein2{width:398px}

/*
	Style for Popup
*/
#background-popup-one{
position:absolute;
top:0;
bottom:-500px;
left:0;
right:0;
z-index:99999;
background:#000;
display:block;
}

#main-popup-one{
	z-index:999999;
	border-radius:5px;
	width: 460px;
	height: 338px;
}
#popup-content-one{
    float:left;
    width:100%;
}
#popup-content-one img{
    width: 475px;
	border-radius:0px;
}
#close-popup-one{
    cursor:pointer;
    position: absolute;
    width:124px;
	height:34px;
	color:#fff;
	top:0px;
	right:-35px;
	bottom:0px;
}
#open-link{
    cursor:pointer;
    position: absolute;
    width:100%;
	height:34px;
	background:transparent;
	bottom:0px;
}


/*********** Responsive ************/

/** Landscape phone to portrait tablet **/
@media (max-width: 767px) {
    .logo{
		margin: 0;
		width:568px;
		height:120px;
		position:absolute;
		border:0px solid red;
	}

	.headline_logo{
		background: url(images/40up-mobile-header.png) no-repeat;
		background-position:center 0px; 
		margin: 0;
		width: 568px;
		height:120px;
		z-index:1;
	}
	.headline_top_fix{
		margin: 0;
		width: 568px;
	}
	.site {
		margin: 0;
		width: 568px;
		overflow: hidden;
	}
	.content_in {
		width:558px;
		float:left;
		padding-left:5px;
	}

	.site-content_2 {
		line-height:20px;
		color:#998f86;
		font-weight:bold;
		width:568px;
		background:#FEFEFE;
		padding:24px 0px;
	}
	.right_side, .big_organge80px, .green_14px {
		display:none;
	}
	.amr_widget{width:100%; margin-right:0px; position:relative; display:none;}
	.big_organge{font-size: 16px; color: #ef8200;}
	.big_organge a{font-size: 16px; color: #ef8200; text-decoration:none;}
	.fstudio{
		position:relative;
		margin:0px 0 0 0px;
		width: 320px;
		z-index:10;
		border:0px solid red;
		display:inline;
		font-weight:normal;
		text-align:center;
	}

	.slogan_einfach{
		position:relative;
		margin:0px 0 0 0px;
		z-index:10;
		border:0px solid red;
		display:block;
		text-align:center;
		font-size:40px;
	}

	.slogan_einfach{font-size: 38px; color: #ef8200; margin-top:50px; height:55px; text-align:center; width:568px; position:relative;}
	/* Navigation */
	.main-navigation {
		width:568px;
		position:relative;
		z-index:9999;
	}
	.main-navigation li {
		display:block;
		font-weight:normal;
		width:568px;
		height:39px;
		background:#ef8200;
		border-bottom:2px solid #fefefe;
	}

	.main-navigation a {
		color:#fff;
		text-decoration:none;
		padding:8px 0px 0px 12px;
		font-weight:normal;
		width:568px;
		height:30px;
		font-size: 18px;
		line-height:30px;
		display: block;
	}
	.main-navigation li:hover {
		color:#fff;
		text-decoration:none;
		background:#ffe00f;
		width:568px;
		cursor:pointer;
	}
	.main-navigation li.current-menu-item {
		color:#fff;
		text-decoration:none;
		background:#ffe00f;
		width:568px;
	}
	/*.main-navigation li:last-child {
		color:#fff;
		text-decoration:none;
		background:#018FD9;
		width:568px;
	}
	.main-navigation li:last-child:hover {
		color:#fff;
		text-decoration:none;
		background:#ffe00f;
		width:568px;
		cursor:pointer;
	}
	.main-navigation li.current-menu-item:last-child{
		color:#fff;
		text-decoration:none;
		background:#ffe00f;
		width:568px;
	}*/
	.main-navigation ul ul{
		background: url(images/content_bg.png);
		text-align:left;
		padding-top:10px;
		padding-left:8px;
		padding-right:8px;
		padding-bottom:10px;
		width:568px;
	}
	.main-navigation li li a{
		border-bottom: 1px solid #fff;
		padding:0px;
	}

	.main-navigation li li a{
		border-bottom: 1px solid #fff;
		text-align:left;
		font-size:12px;
		font-weight:normal;
		text-transform:uppercase;
		color:#000;
		line-height:50px;
	}

	.main-navigation li li a:hover {
		color:#1aae53;
		background:none;
	}
	
	#navi-z1-bg{
		position:relative;
		margin:0px 0 0 0px;
		display:block;
		width:568px;
	}
	.navi-z1-bg{
		color:#fff;
		text-decoration:none;
		background:#018FD9;
		width:564px;
		height:102px;
	}
	.navi-z1-bg{
		color:#fff;
		text-decoration:none;
		background:#018FD9;
		width:564px;
	}
	.navi-z1-bg:hover{
		color:#fff;
		text-decoration:none;
		background:#ffe00f;
		width:193px;
		cursor:pointer;
	}

	.navi-z1-top{
		background:transparent;
		width:568px;
		text-align:center;
		color:#fff;
		font-size: 18px;
		line-height:30px;
		font-weight:normal;
		margin-top:0px;
		margin-left:-12px;
	}
	.navi-z1{
		width:189px;
		height:20px;
		margin-left:-12px;
	}
	.navi-z2{
		/*background:#e5f4fb;*/
		border: 2px solid;
		border-color:transparent;
		border-top:0px;
		width:564px;
		text-align:center;
		color:#018FD9;
		font-size:18px;
		font-weight:normal;
		margin-left:-12px;
		line-height:18px;
	}

	/* Navigation End */
	.footer{
		width:568px;
		border:0px solid green;
		padding:0px;
		margin:0px;
	}
	.copyright{
		text-align:left;
		font-family: Coda;
		border:0px solid red;
		margin:0px;
		padding:20px 0 0 10px;
		width:558px;
	}
	.lageplan{width: 450px; border: 1px solid #018FD9;}
	.lageplan .map{width: 450px; height:350px;}
	.slogan_content{font-size: 34px; color: #ef8200; margin-top:30px; width:100%; margin-top:2px; font-weight:bold; line-height:30px;}
	.anfrage_form textarea {
		outline:none;
		transition: all 0.25s ease-in-out;
		-webkit-transition: all 0.25s ease-in-out;
		-moz-transition: all 0.25s ease-in-out;
		border:1px solid #018FD9;
		width:300px;
		height:120px;
		padding:6px;
	}
}

/* Landscape phones and down */
@media (max-width: 480px) {
	.logo{
		margin: 0;
		width:320px;
		height:120px;
		position:absolute;
		border:0px solid red;
	}

	.headline_logo{
		background: url(images/40up-mobile-header.png) no-repeat;
		background-position:left 0px; 
		margin: 0;
		width: 320px;
		height:120px;
		z-index:1;
	}
	.headline_top_fix{
		margin: 0;
		width: 320px;
	}
	.site {
		margin: 0;
		width: 320px;
		overflow: hidden;
	}
	.content_in {
		width:310px;
		float:left;
		padding-left:5px;
	}

	.site-content_2 {
		line-height:20px;
		color:#998f86;
		font-weight:bold;
		width:320px;
		background:#FEFEFE;
		padding:24px 0px;
	}
	.green_14px_fffm, .direkt{position:absolute; margin:0px 0 0 0px; border:1px solid red; display:none;}
	.big_organge80px, .green_14px, .right_side{
		
		border:0px solid red;
		width:10px;
		position:absolute;
	}
	.wrap{border:0px solid red; width:320px;}

	.amr_widget{width:100%; margin-right:0px; position:relative; }
	.big_organge{font-size: 15px; color: #ef8200; text-align:left;}
	.big_organge a{font-size: 16px; color: #ef8200; text-decoration:none;}
	.fstudio{
		position:relative;
		margin:0px 0 0 0px;
		width: 320px;
		z-index:10;
		border:0px solid red;
		display:inline;
		font-weight:normal;
		text-align:center;
	}
	
	.slogan_einfach{
		position:relative;
		margin:0px 0 0 0px;
		width: 320px;
		z-index:10;
		border:0px solid red;
		display:block;
		text-align:center;
		font-size:40px;
	}

	.slogan_einfach{font-size: 38px; color: #ef8200; margin-top:50px; height:55px; text-align:center; width:320px; position:relative;}
	/* Navigation */
	.main-navigation {
		width:320px;
		position:relative;
		z-index:9999;
	}
	.main-navigation li {
		display:block;
		font-weight:normal;
		width:320px;
		height:39px;
		background:#ef8200;
		border-bottom:2px solid #fefefe;
	}

	.main-navigation a {
		color:#fff;
		text-decoration:none;
		padding:8px 0px 0px 12px;
		font-weight:normal;
		width:320px;
		height:30px;
		font-size: 18px;
		line-height:30px;
		display: block;
	}
	.main-navigation li:hover {
		color:#fff;
		text-decoration:none;
		background:#ffe00f;
		width:320px;
		cursor:pointer;
	}
	.main-navigation li.current-menu-item {
		color:#fff;
		text-decoration:none;
		background:#ffe00f;
		width:320px;
	}
	/*.main-navigation li:last-child {
		color:#fff;
		text-decoration:none;
		background:#018FD9;
		width:320px;
	}
	.main-navigation li:last-child:hover {
		color:#fff;
		text-decoration:none;
		background:#ffe00f;
		width:320px;
		cursor:pointer;
	}
	.main-navigation li.current-menu-item:last-child{
		color:#fff;
		text-decoration:none;
		background:#ffe00f;
		width:320px;
	}*/
	.main-navigation ul ul{
		background: url(images/content_bg.png);
		text-align:left;
		padding-top:10px;
		padding-left:8px;
		padding-right:8px;
		padding-bottom:10px;
		width:320px;
	}
	.main-navigation li li a{
		border-bottom: 1px solid #fff;
		padding:0px;
	}

	.main-navigation li li a{
		border-bottom: 1px solid #fff;
		text-align:left;
		font-size:12px;
		font-weight:normal;
		text-transform:uppercase;
		color:#000;
		line-height:50px;
	}

	.main-navigation li li a:hover {
		color:#1aae53;
		background:none;
	}
	
	#navi-z1-bg{
		position:relative;
		margin:0px 0 0 0px;
		display:block;
		width:320px;
	}
	.navi-z1-bg{
		color:#fff;
		text-decoration:none;
		background:#018FD9;
		width:320px;
		height:102px;
	}
	.navi-z1-bg{
		color:#fff;
		text-decoration:none;
		background:#018FD9;
		width:316px;
	}
	.navi-z1-bg:hover{
		color:#fff;
		text-decoration:none;
		background:#ffe00f;
		width:193px;
		cursor:pointer;
	}

	.navi-z1-top{
		background:transparent;
		width:316px;
		text-align:center;
		color:#fff;
		font-size: 18px;
		line-height:30px;
		font-weight:normal;
		margin-top:0px;
		margin-left:-12px;
	}
	.navi-z1{
		width:189px;
		height:20px;
		margin-left:-12px;
	}
	.navi-z2{
		/*background:#e5f4fb;*/
		border: 2px solid;
		border-color:transparent;
		border-top:0px;
		width:316px;
		text-align:center;
		color:#018FD9;
		font-size:18px;
		font-weight:normal;
		margin-left:-12px;
		line-height:18px;
	}
	/* Navigation End */
	.footer{
		width:320px;
		border:0px solid green;
		padding:0px;
		margin:0px;
	}
	.copyright{
		text-align:left;
		font-family: Coda;
		border:0px solid red;
		margin:0px;
		padding:20px 0 0 10px;
		width:310px;
	}
	.lageplan{width: 310px; border: 1px solid #018FD9;}
	.lageplan .map{width: 310px; height:350px;}
	.entry-content .flowplayer{border:0px solid red; margin:20px 0 0 -64px; background:#000; width:310px; height:250px;}
	.gutschein{width:310px}
	.gutschein2{width:310px}
	.slogan_content{font-size: 34px; color: #ef8200; margin-top:30px; width:100%; margin-top:2px; font-weight:bold; line-height:30px; height:60px;}
	.anfrage_form textarea {
		outline:none;
		transition: all 0.25s ease-in-out;
		-webkit-transition: all 0.25s ease-in-out;
		-moz-transition: all 0.25s ease-in-out;
		border:1px solid #018FD9;
		width:180px;
		height:120px;
		padding:6px;
	}
	#popup-content-one img{
		width: 400px;
		border-radius:0px;
	}
	#main-popup-one{
		width: 400px;
		height: 338px;
	}
	#close-popup-one{
    	right:-20px;
		top:-4px;
	}
}
/********* Responsive end **********/