@charset "utf-8";

@font-face {
	font-family: 'Conv_goodbylullaby';
	src: url('goodbylullaby.eot'); /* IE9 Compat Modes */
	src: url('goodbylullaby.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ 
		 url('goodbylullaby.woff') format('woff'), /* Pretty Modern Browsers */ 
		 url('goodbylullaby.ttf') format('truetype'), /* Safari, Android, iOS */ 
		 url('goodbylullaby.svg#Conv_goodbylullaby') format('svg'); /* Legacy iOS */
	font-weight: normal;
	font-style: normal;
}

@font-face {
    font-family: 'Frutiger-Light';
    src: url('Frutiger-Light.eot');
    src: url('Frutiger-Light.eot?#iefix') format('embedded-opentype'), 
    	 url('Frutiger-Light.woff') format('woff'), 
    	 url('Frutiger-Light.ttf') format('truetype'), 
    	 url('Frutiger-Light.svg#Frutiger-Light') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Frutiger-Bold';
    src: url('Frutiger-Bold.eot');
    src: url('Frutiger-Bold.eot?#iefix') format('embedded-opentype'), 
    	 url('Frutiger-Bold.woff') format('woff'), 
    	 url('Frutiger-Bold.ttf') format('truetype'), 
    	 url('Frutiger-Bold.svg#Frutiger-Bold') format('svg');
    font-weight: normal;
    font-style: normal;
}


*:focus {
    outline: none;
}

body{
	margin:0;
	color:#6A6A6A;
	}

a {
	color: #6A6A6A;
}

a:hover {
	color: #d1d1d1;
}
	
a img {
	border:none;
}

a:hover img {
	border:none;
}

table {
    table-layout: fixed;
}

#wrap {
	margin:0px auto;
	width:980px;
	min-height:660px;
}

#panel {
	margin:0px 50px;
	float:left;
	width:880px;
	min-height:660px;
}

#row {
	float:left;
	width:880px;
	min-height:220px;
}


.wrap {
	margin:0px auto;
	width: 50%;
	min-width:512px;
	min-height:660px;
}

.panel {
	margin-top: 30px;
	float:left;
	width: 100%;
	min-width:512px;
	min-height:570px;
}


.txt4 {
	font-family:'Frutiger-Light', Arial, sans serif;	
	float:left;
	width:100%;
	letter-spacing:1px;
}

.txt4 a {
	text-decoration: none;
	line-height: 24px;
}

.txt4 a:hover {
	text-decoration:none;
	color: #ffffff;
	line-height: 24px;
	padding: 0.2em 0.4em;
	box-shadow: 0.2em 0 0 rgba(#6A6A6A,0.7), -0.2em 0 0 rgba(#6A6A6A,0.7);
	background-color: #6A6A6A;
	background-color: rgba(#6A6A6A,0.7);
}

.txt5 {
	font-family:'Frutiger-Bold', Arial, sans serif;	
	float:left;
	width:100%;
	letter-spacing:1px;
}


.txts18 {
	font-size:18px;
	line-height:20px;
}


.txts38 {
	font-size:38px;
	line-height:40px;
}


.txt_margin1 {
	margin:0 0 15px 15px;
}

.txt_margin2 {
	margin:30px 0 0 15px;
}

.txt_margin3 {
	margin:0 0 10px 15px;
}

.img-circle {
    width: 340px;
    height: 340px;
    margin: 0 auto;
    border-radius: 50%;
    overflow: hidden;
}

.fiddle {
    width: 360px !important;
}

.fiddle #panel {
    width: 100% !important;
    min-height: 660px;
}
.fiddle .txt_margin1 {
    margin: 0 0 15px 0;
}

.countdown.timer {
    margin: 0;
    display: flex;
    justify-content: center;
}
.timer {
    font-size: 30px;
    line-height: 45px;
    height: 45px;
}
.timer img {
    height: 45px;
}
.timer .nmb,
.timer .nlb{
    float: left;
    margin-right: 5px;
}
.timer .nmb {
    font-family:'Frutiger-Bold', Arial, sans serif;
}
.timer .nlb.day {
    margin-right: 15px;
}
.inner-row.first {
    margin-top: 220px;
}
.inner-row {
    float: left;
    width: 100%;
    text-align: center;
}