@charset "utf-8";  
/* common */
html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,hr,pre,code,form,input,button,textarea,p,blockquote,th,td,figure,figcaption,nav,section,menu,main{
	margin: 0;
	padding: 0;
}
article,aside,details,figcaption,figure,footer,header,hgroup,nav,section,menu,main{
	display: block;
}
table{
	border-spacing: 0;
}
img{
	border: none;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateZ(0) scale(1.0, 1.0);
}
ul li,
menu li{
	list-style: none;
}
h1,h2,h3,h4,h5,h6{
	font-size: 100%;
	font-weight: normal;
}
sup,sub{
	vertical-align: baseline;
}
*{
	outline: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-tap-highlight-color: transparent;
}
input,button,textarea,select,optgroup,option{
 	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
}
input:focus,textarea:focus,select:focus,button:focus{
	outline: none;
}
::-webkit-input-placeholder{
	color: inherit;
	-webkit-transition: 0.4s ease all;
	transition: 0.4s ease all;
}
::-moz-input-placeholder{
	color: inherit;
	-moz-transition: 0.4s ease all;
	transition: 0.4s ease all;
}
:-moz-input-placeholder{
	color: inherit;
	-moz-transition: 0.4s ease all;
	transition: 0.4s ease all;
}
:-ms-input-placeholder{
	color: inherit;
	-ms-transition: 0.4s ease all;
	transition: 0.4s ease all;
}
:focus::-webkit-input-placeholder{
	color: transparent !important;
	-webkit-transform: rotateX(90deg);
	transform: rotateX(90deg);
}
:focus:-moz-placeholder{
	color: transparent !important;
	-moz-transform: rotateX(90deg);
	transform: rotateX(90deg);
}
:focus::-moz-placeholder{
	color: transparent !important;
	-moz-transform: rotateX(90deg);
	transform: rotateX(90deg);
}
:focus:-ms-input-placeholder{
	color: transparent !important;
	-ms-transform: rotateX(90deg);
	transform: rotateX(90deg);
}
input[type='checkbox'],input[type='submit'],input[type='reset'],input[type='radio'],input[type='image'],input[type='file'],button,label{
	cursor: pointer;
}
label:hover{
	color: #00567b;
}
a{
	color: inherit;
	text-decoration: underline;
	outline: none;
}
a.noline,
a:hover{
	text-decoration: none;
}
a[href^='tel']{
	text-decoration: none !important;
}
html, body{
	height: 100%;
}
body{
	font: 14px/1.57 Tahoma, Ubuntu, sans-serif;
	font-weight: normal;
	color: #393939;
	background: #fff;
}
input[type='text'], input[type='password'], input[type='email'], input[type='tel'], input[type='number'], input[type='search'], input[type='url'], input[type='time'], textarea, select{
	display: block;
	width: 100%;
	height: 36px;
	margin: 0;
	padding: 10px;
	font-size: 12px;
	line-height: normal;
	color: #6b6b6b;
	text-align: left;
	border: solid 1px #bebebe;
	background: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
	-webkit-transition: 0.4s ease all;
	-moz-transition: 0.4s ease all;
	-ms-transition: 0.4s ease all;
	-o-transition: 0.4s ease all;
	transition: 0.4s ease all;
}
input[type='number']{
    -moz-appearance: textfield;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button{
    -webkit-appearance: none;
}
select{
	cursor: pointer;
	line-height: normal;
	padding: 0 30px 0 6px;
	background: #fff url('../images/select.png') no-repeat right 18px center;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
}
select::-ms-expand{
	display: none;
}
input[type='text']:focus, input[type='password']:focus, input[type='email']:focus, input[type='tel']:focus, input[type='number']:focus, input[type='search']:focus, input[type='url']:focus, input[type='time']:focus, textarea:focus, select:focus{
	border-color: #00567b;
}
textarea{
	height: 65px;
	text-align: left;
	resize: none;
}
[disabled]{
	cursor: not-allowed !important;
	opacity: 0.5 !important;
	text-decoration: none !important;
}
.button-block{
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
	margin: 22px 0 0;
}
.button-box{
	display: inline-block;
	padding: 0 10px 23px;
	background: url('../images/button-shadow.png') no-repeat center bottom;
}
.button-box.wide{
	background-image: url('../images/button-wide-shadow.png');
}
.button{
	font-family: 'Times New Roman', serif;
	cursor: pointer;
	display: inline-block;
	width: 164px;
	height: 44px;	   
	margin: 0;
	padding: 0;
	font-size: 16px;
	font-weight: normal;
	line-height: 44px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	white-space: nowrap;
	border: 0 none;
	background: url('../images/button.png') no-repeat center center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: 0.4s ease all;
	-moz-transition: 0.4s ease all;
	-ms-transition: 0.4s ease all;
	-o-transition: 0.4s ease all;
	transition: 0.4s ease all;
}
.button-box.wide .button{
	width: 195px;
	background-image: url('../images/button-wide.png');
}
input.button{
	line-height: normal;
}
.button-box:hover{
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}
.button-box:active{
	-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
	-ms-transform: scale(0.8);
	transform: scale(0.8);
}
.button[disabled]{
}
input[type='checkbox'],
input[type='radio']{
	display: none;
}
input[type='checkbox']+.input,
input[type='radio']+.input{
	width: 15px;
	height: 15px;
	margin: 0 8px 0 0;
	vertical-align: -3px;
	border: solid 1px #bebebe;
	background: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
label:hover input[type='checkbox']+.input,
label:hover input[type='radio']+.input{
	border-color: #00567b;
}
input[type='radio']+.input{
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}
input[type='checkbox']+.input:after,
input[type='radio']+.input:after{
	opacity: 0;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -6px 0 0 -5px;
	content: url('../images/checkbox.png');
	-webkit-transition: 0.4s ease all;
	-moz-transition: 0.4s ease all;
	-ms-transition: 0.4s ease all;
	-o-transition: 0.4s ease all;
	transition: 0.4s ease all;
}
input[type='checkbox']:checked+.input:after,
input[type='radio']:checked+.input:after{
	opacity: 1;
}
.relative{
	position: relative;
}
.center{
	text-align: center;
}
.left{
	float: left;
}
.right{
	float: right;
}
.clear{
	float: none !important;
	display: block;
	clear: both;
	height: 0;
	overflow: hidden;
}
.clearfix:before,
.clearfix:after{
	float: none !important;
	content: ' ';
	display: block;
	clear: both;
	height: 0;
	overflow: hidden;
}
.animate{
	-webkit-transition: 0.4s ease all;
	-moz-transition: 0.4s ease all;
	-ms-transition: 0.4s ease all;
	-o-transition: 0.4s ease all;
	transition: 0.4s ease all;
}
.delay{
	-webkit-transition-delay: 0.4s;
	-moz-transition-delay: 0.4s;
	-ms-transition-delay: 0.4s;
	-o-transition-delay: 0.4s;
	transition-delay: 0.4s;
}
.circle{
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}
.uppercase{
	text-transform: uppercase;
}
.nobr{
	white-space: nowrap;
}
hr{
	clear: both;
	height: 0;
	margin: 0;
	padding: 0;
	border: 0 none;
	border-top: solid 2px #ddd;
}
.table{
	display: table;
	border-spacing: 0;
	width: 100%;
}
.inline-table{
	display: inline-table;
	border-spacing: 0;
}
.tgroup{
	display: table-row-group;
}
.tr{
	display: table-row;
}
.td{
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
.img{
	font-size: 0;
	line-height: 0;
}
.img img{
	max-width: 100%;
	max-height: 100%;
}
.inline-block{
	display: inline-block;
}
.white{
	color: #fff;
}
.red{
	color: #f3182e;
}
.font{
	font-family: 'Times New Roman', serif;
}
/* off */

/* text */
.plaintext h1,
.plaintext h2,
.title{
	font-family: 'Times New Roman', serif;
	margin: 0 0 10px;
	font-size: 26px;
	line-height: 1;
	text-align: center;
	text-transform: uppercase;
	color: #000;
}
.plaintext h1:after,
.plaintext h2:after,
.title:after{
	display: block;
	content: url('../images/h.png');
	margin: -4px auto 0;
}
.plaintext h3{
	margin: 0 0 10px;
	font-size: 16px;
	color: #000;
	text-transform: uppercase;
}
.white.title,
.white .title{
	color: #fff;
}
.plaintext a:not(.button){
	color: #f3182e;
}
.plaintext p,
.plaintext img{
	margin: 0 0 20px;
}
.plaintext img{
	max-width: 100%;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.plaintext img[style*='float:left'],
.plaintext img[style*='float: left']{
	margin: 0 20px 20px 0 !important;
}
.plaintext img[style*='float:right'],
.plaintext img[style*='float: right']{
	margin: 0 0 20px 20px !important;
}
.plaintext ol,
.plaintext ul{
	margin: 0 0 20px;
	padding: 0 17px;
}
.plaintext ol ol,
.plaintext ul ol,
.plaintext ul ol,
.plaintext ul ul{
	margin: 0;
}
.plaintext ol ol li{
	list-style: lower-alpha;
}
.plaintext ul li,
.plaintext ol ul li{
	list-style: disc;
}
.plaintext ul ul li{
	list-style: square;
}
.plaintext table{
	margin: 0 0 20px;
}
.plaintext table img{
	margin: 0;
}
.plaintext .table{
	margin: 0 0 20px;
}
.plaintext .table td{
	padding: 8px;
}
.plaintext .table th{
	padding: 8px;
	font-size: 18px;
	color: #fff;
	text-align: left;
	background: #939598;
}
.plaintext .table tr:nth-child(even) td{
	background: #e7e7e8;
}
.plaintext .table tr:first-child td{
	color: #fff;
	background: #f26122;
}
.plaintext .table p{
	margin: 0;
}
.plaintext sup,
.plaintext sub{
	font-size: 0.7em;
	line-height: 100%;
	vertical-align: 4px;
}
.plaintext sub{
	vertical-align: -2px;
}
.plaintext > *:nth-last-child(2){
	margin-bottom: 0;
}
/* off */

#wrapper{
	overflow: hidden;
	min-width: 1000px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	background: #fff url('../images/bg.jpg') no-repeat center top;
}
.inside{
	width: 980px;
	margin: 0 auto;
}

/* header */
header{
	padding: 40px 0;
}
.phones{
	margin: -4px 0 0 70px;
	font-size: 26px;
	line-height: 1.1;
}
/* header off */

/* content */
main{
	padding: 0 0 173px;
}
.clock-box{
	margin: 43px 0 0;
}
.clock-box h2{
	margin: 0 0 4px;
	font-size: 16px;
}
.clock{
	width: 412px;
	height: 76px;
	padding: 6px 20px;
	background: url('../images/bg-top.png') no-repeat center top / 100% 18px, url('../images/bg-bottom.png') no-repeat center bottom / 100% 18px, url('../images/bg.png') no-repeat center center / cover;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.clock,
.nav,
.block .table,
.menu h3,
.side-img img{
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.nav,
.menu h3{
	margin: 40px 0 20px;
	font-size: 16px;
	background: url('../images/bg-top.png') no-repeat center top / 100% 18px, url('../images/bg-bottom.png') no-repeat center bottom / 100% 18px, url('../images/nav.png') no-repeat center center / cover;
}
h2.nav{
	margin: 0;
}
.menu h3{
	cursor: pointer;
	z-index: 1;
	margin: 0;
	font-size: 14px;
	height: 50px;
}
.block .table{
	padding: 15px 0 45px;
	font-size: 16px;
	background: url('../images/bg-top.png') no-repeat center top / 100% 18px, url('../images/bg-bottom.png') no-repeat center bottom / 100% 18px, url('../images/block.png') no-repeat center center / cover;
}
.nav,
.nav .td{
	height: 52px;
}
h2.nav,
h2.nav .td{
	height: 50px;
}
.nav .td{
	width: 10000px;
}
.nav li .td{
	height: 36px;
	padding: 2px 20px 0;
}
.nav li .td{
	border-left: solid 1px #4b4b4b;
	border-right: solid 1px #2e2e2e;
}
.block .td{
	border-left: solid 1px #343333;
	border-right: solid 1px #000;
}
.nav li:first-child .td,
.block .td:first-child{
	border-left: 0 none;
}
.nav li:last-child .td,
.block .td:last-child{
	border-right: 0 none;
}
.nav li .td:hover,
.nav li.active{
	color: #f3182e;
}
.nav img{
	margin: -4px 20px 0 0;
	vertical-align: middle;
	-webkit-filter: grayscale(1) brightness(3) contrast(3);
	filter: grayscale(1) brightness(3) contrast(3);
}
.nav li .td:hover img,
.nav li.active .td img{
	-webkit-filter: grayscale(0) brightness(1) contrast(1);
	filter: grayscale(0) brightness(1) contrast(1);
}
.nav li.active .td{
	cursor: default;
}
.block .td{
	vertical-align: top;
}
.block h3{
	margin: 0 0 20px;
}
.block .td .inline-block{
	width: 282px;
	margin: 0 20px;
	text-align: left;
}
.ul li{
	padding: 0 0 0 17px;
}
.ul li:before{
	position: absolute;
	content: '•';
	margin: 0 0 0 -17px;
}
.services.block{
	margin: 0 0 80px;
}
.seo{
	margin: 0 0 50px;
}
.sidebar.left{
	width: 286px;
}
.sidebar.right{
	width: 220px;
}
.content.left{
	width: 430px;
	margin: 0 0 0 22px;
}
.content.right{
	width: 672px;
}
.side-img{
	margin: 0 0 -23px;
}
.breadcrumbs{
	margin: -10px 0 10px;
	font-size: 11px;
	color: #a9a9a9;
}
.menu > ul > li{
	margin: 0 0 10px;
}
.menu > ul > li:last-child{
	margin: 0;
}
.sidemenu{
	background: #3a3a3a;
	-webkit-border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
	-webkit-box-shadow: 0 -10px 0 #3a3a3a;
	-moz-box-shadow: 0 -10px 0 #3a3a3a;
	box-shadow: 0 -10px 0 #3a3a3a;
}
.sidemenu .td{
	width: 1000px;
	padding: 3px 20px 4px;
	text-align: left;
	border-top: solid 1px #444;
	border-bottom: solid 1px #2d2d2d;
}
.sidemenu li:first-child .td{
	padding-top: 10px;
	border-top: 0 none;
	border-bottom: solid 1px #2d2d2d;
}
.sidemenu li:last-child .td{
	padding-bottom: 12px;
	border-bottom: 0 none;
	-webkit-border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
}
.sidemenu .td:hover,
.sidemenu li.active > .td{
	background: #535353;
}
.sidemenu li.active > .td{
	cursor: default;
}
.menu .active h3,
.menu h3:hover{
	color: #f3182e;
}
.prices-table{
	width: 100%;
}
.prices-table td{
	padding: 12px 10px;
	vertical-align: top;
	-webkit-border-radius: 5px 0 0 5px;
	-moz-border-radius: 5px 0 0 5px;
	border-radius: 5px 0 0 5px;
}
.prices-table td:last-child{
	text-align: right;
	-webkit-border-radius: 0 5px 5px 0;
	-moz-border-radius: 0 5px 5px 0;
	border-radius: 0 5px 5px 0;
}
.prices-table tr:nth-child(even) td{
	background: #f1f1f1;
}
/* content off */

/* footer */
footer{
	min-width: 1000px;
	height: 72px;
	margin: -73px 0 0;
	border-top: solid 1px #f1f1f1;
	background: #f1f1f1;
	-webkit-box-shadow: 0 -1px 0 #000, inset 0 1px #e20000;
	-moz-box-shadow: 0 -1px 0 #000, inset 0 1px #e20000;
	box-shadow: 0 -1px 0 #000, inset 0 1px #e20000;
}
.footer{
	height: 71px;
}
.footer .td{
	width: 10000px;
}
.footer .td:first-child,
.footer .td:last-child{
	width: 5000px;
	text-align: left;
}
.footer .td:last-child{
	text-align: right;
}
.footer img{
	margin: -2px 14px 0 0;
	vertical-align: middle;
}
.footer .phone{
	font-size: 18px;
}
/* footer off */

iframe{
	border: 0 none !important;
	outline: 0 none !important;
}

/* FlipClock */
.flip-clock-wrapper{
	font-family: inherit;
	width: auto;
	margin: 0;
	font-size: 20px;
	color: #fff;
}
.flip-clock-wrapper .flip{
	width: 32px;
	height: 40px;
	margin: 0 1px 0 0;
	padding: 0;
	line-height: 38px;
	font-weight: normal;
	border: solid 1px #fff;
	background: transparent;
	box-shadow: 0 2px 0 rgba(0,0,0,0.4);
}
.flip-clock-wrapper ul,
.flip-clock-wrapper ul li a div div.inn{
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.flip-clock-wrapper ul li a div .shadow,
.flip-clock-wrapper ul li a div.down{
	border-radius: 0;
}
.flip-clock-wrapper ul li{
	left: 0;
	top: 0;
	width: 30px;
	height: 38px;
	line-height: inherit;
}
.flip-clock-dot{
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.flip-clock-dot{
	background: none;
}
.flip-clock-wrapper ul li a div.up{
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMCIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjAuMjUiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
	background: -moz-linear-gradient(top,  rgba(255,255,255,0) 50%, rgba(255,255,255,0.25) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(50%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,0.25)));
	background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 50%,rgba(255,255,255,0.25) 100%);
	background: -o-linear-gradient(top,  rgba(255,255,255,0) 50%,rgba(255,255,255,0.25) 100%);
	background: -ms-linear-gradient(top,  rgba(255,255,255,0) 50%,rgba(255,255,255,0.25) 100%);
	background: linear-gradient(to bottom,  rgba(255,255,255,0) 50%,rgba(255,255,255,0.25) 100%);
}
.flip-clock-wrapper ul li a div.down{
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjI1Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -moz-linear-gradient(top,  rgba(0,0,0,0.25) 0%, rgba(0,0,0,0) 50%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.25)), color-stop(50%,rgba(0,0,0,0)));
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0.25) 0%,rgba(0,0,0,0) 50%);
	background: -o-linear-gradient(top,  rgba(0,0,0,0.25) 0%,rgba(0,0,0,0) 50%);
	background: -ms-linear-gradient(top,  rgba(0,0,0,0.25) 0%,rgba(0,0,0,0) 50%);
	background: linear-gradient(to bottom,  rgba(0,0,0,0.25) 0%,rgba(0,0,0,0) 50%);
}
.flip-clock-wrapper ul li a div div.inn{
	font-size: 20px;
	color: #fff;
	text-shadow: none;
	background: rgba(246,166,7,0.05);
}
.flip-clock-wrapper ul li a div.up:after{
	background-color: transparent;
}
.flip-clock-divider{
	width: 25px;
	height: 40px;
}
.flip-clock-divider .flip-clock-label{
	left: 25px;
	right: auto !important;
	top: auto;
	bottom: -23px;
	width: 65px;
	text-align: center;
	font-size: 12px;
	line-height: 1.67;
	color: #fff;
	text-transform: lowercase;
}
.flip-clock-divider.days .flip-clock-label{
	left: auto;
	right: 1px !important;
}
.flip-clock-wrapper ul li.flip-clock-before{
	display: none !important;
}
.flip-clock-wrapper .flip+.flip-clock-divider.days .flip-clock-label{
	width: 32px;
}
.flip-clock-wrapper .flip+.flip+.flip-clock-divider.days .flip-clock-label{
	width: 65px;
}
.flip-clock-wrapper .flip+.flip+.flip+.flip-clock-divider.days .flip-clock-label{
	width: 98px;
}
.flip-clock-wrapper ul.play li.flip-clock-active .down .shadow,
.flip-clock-wrapper ul.play li.flip-clock-active .up .shadow{
	background: none !important;
}
.flip-clock-wrapper *{
	-webkit-animation: none !important;
	-moz-animation: none !important;
	-ms-animation: none !important;
	-o-animation: none !important;
	animation: none !important;
}
.flip-clock-divider.days{
	width: 0;
}
/* FlipClock off */







/* eof */