/** block home **/
@font-face {
    font-family: "PTSans";
    src: url('../../font/PT_Sans-Web-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
.dmtcd_container {
    margin-bottom: 25px;
    position: relative;
    overflow: hidden !important;
}
.dmtcd_container .bx-navigation {
    border-bottom: 1px solid #E1E8ED;
    position: relative;
    padding: 0 0 10px;
    margin: 0 0 10px;
    z-index: 1;
}
.dmtcd_container a.view_all {
    background-color: #EBF0F3;
    display: block;
    height: 30px;
    float: left;
    padding: 0 10px;
    line-height: 26px;
    outline: medium none;
    transition: all 0.5s ease 0s;
}
.dmtcd_container a.view_all:hover {
    background-color: #D0BE8E;
    color: #ffffff;
}
.dmtcd_container .bx-arrows {
    float: left;
}
.dmtcd_container .bx-arrows a {
    background-color: #EBF0F3;
    display: block;
    height: 30px;
    width: 40px;
    float: right;
    margin-right: 4px;
    position: relative;
    left: inherit;
    right: inherit;
    text-align: center;
    line-height: 30px;
    transition: all 0.5s ease 0s;
}
.dmtcd_container .bx-arrows a::before {
    content: "";
    font-size: 12px;
    font-family: "FontAwesome";
    display: block;
    height: 30px;
    width: 40px;
    position: absolute;
    top: 0;
    right: 0;
}
.dmtcd_container .bx-arrows a:hover {
    background-color: #D0BE8E;
    color: #ffffff;
}
.dmtcd_container .bx-arrows a.bx-prev::before {
    content: "\f060";
}
.dmtcd_container .bx-arrows a.bx-next::before {
    content: "\f061";
}
.dmtcd_container .bx-arrows a.bx-prev:hover,
.dmtcd_container .bx-arrows a.bx-next:hover {
    /*opacity: 1;*/
}
.dmtcd_container #bx-pager {
    float: right;
    height: 27px;
    position: relative;
    z-index: 1;
}
.dmtcd_container #bx-pager a {
    border-bottom: 4px solid #EBF0F4;
    cursor: pointer;
    display: none;
    font-size: 12px;
    height: 41px;
    padding: 0 40px 0 10px;
    outline: 0;
    line-height: 34px;
    position: relative;
}
.dmtcd_container #bx-pager a::before {
    content: "\f017";
    font-size: 20px;
    font-family: "FontAwesome";
    display: block;
    width: 40px;
    height: 41px;
    position: absolute;
    top: 0;
    right: 0;
    text-align: center;
    line-height: 36px;
}
.dmtcd_container #bx-pager a.active {
    display: block;
    z-index: 2;
}
.dmtcd_container .dmtbx_slider_cont {
    background: none repeat scroll 0 0 #ffffff;
}
.dmtcd_container .arrows {
    top: 5px;
    left: 0;
    position: absolute;
}
.dmtcd_container a.arrow {
    display: inline-block;
    height: 25px;
    margin-right: 5px;
    width: 25px;
    transition: ease 0.5s all;
    opacity: 0.3;
    float: left;
}
.dmtcd_container a.arrow-left {
    background: url("../img/arrow-left.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}

.dmtcd_container a.arrow-left:hover {
    opacity: 0.8;
}

.dmtcd_container a.arrow-right {
    background: url("../img/arrow-right.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.dmtcd_container a.arrow-right:hover {
    opacity: 0.8;
}
.dmtcd_container ul.dmtbx_slider {
    margin: 0;
    list-style: outside none none;
}
.dmtcd_container ul.dmtcd_holder li.dmtcd_count_down {
    margin: 0 0 10px 0;
}
.dmtcd_container ul li.pagination {
    margin: 0 5px -1px 0;
    padding: 10px;
    float: right;
    position: relative;
    border-top: 1px solid #BEBEBE;
    border-left: 1px solid #BEBEBE;
    border-right: 1px solid #BEBEBE;
    border-radius: 5px 4px 0 0;
    background: none repeat scroll 0 0 #F1F1F1;
}
.dmtcd_container ul li.pagination:first-child {
    margin-left: 5px;
}
.dmtcd_container ul li.active-button {
    z-index: 2;
}
.dmtcd_container ul li.pagination a {
    text-decoration: none;
}
.dmtcd_count_down {
    z-index: 1;
    position: relative;
}
.dmtcd_count_down a img,
.dmtcd_count_down img {
    max-width: 100%;
    height: auto;
}
/** timer **/
figure, figcaption {
	display: block;
}
.transition {
    -webkit-transition: top 400ms linear;
    -moz-transition: top 400ms linear;
    -ms-transition: top 400ms linear;
    -o-transition: top 400ms linear;
    transition: top 400ms linear;
}
.timeTo {
	bottom: 10px;
    direction: ltr !important;
    font-family: Tahoma,Verdana,Aial,sans-serif;
    font-size: 28px;
    font-weight: bold;
    height: 32px;
    line-height: 108%;
    position: absolute;
    right: 14px;
}

.timeTo.has_caption {
    bottom: 28px;
}
@media (max-width: 969px) {
	.dmtcd_holder .timeTo {
		position: inherit;
    	right: 0;
    	text-align: center;
    	top: 5px;
	}
    
    .dmtbx_slider .timeTo {
        margin: 5px 0 0;
        position: relative;
        right: 0;
        text-align: center;
        top: 0;
    }
}
.timeTo span {
    float: left;
	color: #ffffff;
    line-height: 24px;
    vertical-align: top;
}
.timeTo.timeTo-black span {color:#000000}
.timeTo.timeTo-white span {color:#FFFFFF}
.timeTo.timeTo-white div {
	color: black;
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 38%, #cccccc 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(38%,#ffffff), color-stop(100%,#cccccc)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 38%,#cccccc 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 38%,#cccccc 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffffff 38%,#cccccc 100%); /* IE10+ */
    background: linear-gradient(to bottom, #ffffff 38%,#cccccc 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */
}
.timeTo.timeTo-black div {
	color: white;
    background: #45484d; /* Old browsers */
    background: -moz-linear-gradient(top, #45484d 0%, #000000 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#45484d), color-stop(100%,#000000)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #45484d 0%,#000000 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #45484d 0%,#000000 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #45484d 0%,#000000 100%); /* IE10+ */
    background: linear-gradient(to bottom, #45484d 0%,#000000 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}
.timeTo.timeTo-white-glass div {
    color: black;
    background: rgb(255,255,255); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(241,241,241,1) 50%, rgba(225,225,225,1) 51%, rgba(246,246,246,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(50%,rgba(241,241,241,1)), color-stop(51%,rgba(225,225,225,1)), color-stop(100%,rgba(246,246,246,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 ); /* IE6-9 */
}
.timeTo.timeTo-black-glass div {
    color: white;
    background: rgb(174,188,191); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(174,188,191,1) 0%, rgba(110,119,116,1) 50%, rgba(10,14,10,1) 51%, rgba(10,8,9,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(174,188,191,1)), color-stop(50%,rgba(110,119,116,1)), color-stop(51%,rgba(10,14,10,1)), color-stop(100%,rgba(10,8,9,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(174,188,191,1) 0%,rgba(110,119,116,1) 50%,rgba(10,14,10,1) 51%,rgba(10,8,9,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(174,188,191,1) 0%,rgba(110,119,116,1) 50%,rgba(10,14,10,1) 51%,rgba(10,8,9,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(174,188,191,1) 0%,rgba(110,119,116,1) 50%,rgba(10,14,10,1) 51%,rgba(10,8,9,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(174,188,191,1) 0%,rgba(110,119,116,1) 50%,rgba(10,14,10,1) 51%,rgba(10,8,9,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aebcbf', endColorstr='#0a0809',GradientType=0 ); /* IE6-9 */
}
.timeTo.timeTo-blue-glass div {
    color: white;
    background: rgb(30,87,153); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(30,87,153,1) 0%, rgba(41,137,216,1) 50%, rgba(32,124,202,1) 51%, rgba(125,185,232,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(30,87,153,1)), color-stop(50%,rgba(41,137,216,1)), color-stop(51%,rgba(32,124,202,1)), color-stop(100%,rgba(125,185,232,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(30,87,153,1) 0%,rgba(41,137,216,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(30,87,153,1) 0%,rgba(41,137,216,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(30,87,153,1) 0%,rgba(41,137,216,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(30,87,153,1) 0%,rgba(41,137,216,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#7db9e8',GradientType=0 ); /* IE6-9 */
}
.timeTo.timeTo-pink div {
    color: white;
    background: rgb(255,93,177); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(255,93,177,1) 0%, rgba(239,1,124,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,93,177,1)), color-stop(100%,rgba(239,1,124,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(255,93,177,1) 0%,rgba(239,1,124,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(255,93,177,1) 0%,rgba(239,1,124,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(255,93,177,1) 0%,rgba(239,1,124,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(255,93,177,1) 0%,rgba(239,1,124,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff5db1', endColorstr='#ef017c',GradientType=0 ); /* IE6-9 */
}
.timeTo.timeTo-red div {
    color: white;
    background: rgb(255,48,25); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(255,48,25,1) 0%, rgba(207,4,4,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,48,25,1)), color-stop(100%,rgba(207,4,4,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(255,48,25,1) 0%,rgba(207,4,4,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(255,48,25,1) 0%,rgba(207,4,4,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(255,48,25,1) 0%,rgba(207,4,4,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(255,48,25,1) 0%,rgba(207,4,4,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3019', endColorstr='#cf0404',GradientType=0 ); /* IE6-9 */
}
.timeTo.timeTo-orange div {
    color: black;
    background: rgb(255,168,76); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(255,168,76,1) 0%, rgba(255,123,13,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,168,76,1)), color-stop(100%,rgba(255,123,13,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(255,168,76,1) 0%,rgba(255,123,13,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(255,168,76,1) 0%,rgba(255,123,13,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(255,168,76,1) 0%,rgba(255,123,13,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(255,168,76,1) 0%,rgba(255,123,13,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa84c', endColorstr='#ff7b0d',GradientType=0 ); /* IE6-9 */
}
.timeTo.timeTo-black .timeTo-alert {
    background: #a74444; /* Old browsers */
    background: -moz-linear-gradient(top, #a74444 0%, #3f0000 67%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a74444), color-stop(67%,#3f0000)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #a74444 0%,#3f0000 67%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #a74444 0%,#3f0000 67%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #a74444 0%,#3f0000 67%); /* IE10+ */
    background: linear-gradient(to bottom, #a74444 0%,#3f0000 67%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a74444', endColorstr='#3f0000',GradientType=0 ); /* IE6-9 */
}
.timeTo.timeTo-white .timeTo-alert {
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 35%, #e17373 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(35%,#ffffff), color-stop(100%,#e17373)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 35%,#e17373 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 35%,#e17373 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffffff 35%,#e17373 100%); /* IE10+ */
    background: linear-gradient(to bottom, #ffffff 35%,#e17373 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e17373',GradientType=0 ); /* IE6-9 */
}
.timeTo figure {
	display: inline-block;
    float: left;
    margin: 0;
    padding: 0;
}
.timeTo figcaption {
    border-radius: 3px;
    float: left;
    font-family: tahoma;
    font-weight: normal;
    line-height: 10px;
    margin: 5px 0 0 2px;
    padding: 3px 0 7px;
    text-align: center;
    width: 54px;
}
.timeTo.timeTo-black figcaption {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
    color: #FFFFFF;
}
.timeTo.timeTo-white figcaption {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.5);
    color: #000000;
}
.timeTo div {
    border-radius: 3px;
	position: relative;
	display: inline-block;
	/*width: 25px;
	height: 30px;
	border-top: 1px solid silver;
	border-right: 1px solid silver;
	border-bottom: 1px solid silver;*/
	overflow: hidden;
	font-weight: normal;
	line-height: 26px;
    margin: 0 0 0 2px;
    float: left;
}
.timeTo div.first {
	/*border-left: 1px solid silver;*/
}
.timeTo ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	position: absolute;
	left: 3px;
}
.timeTo ul li {
    margin: 0 0 0 2px;
    padding: 0;
    list-style: none;
}