/*!
 * Ladda
 * http://lab.hakim.se/ladda
 * MIT licensed
 *
 * Copyright (C) 2014 Hakim El Hattab, http://hakim.se
 */
 

body{
	position:relative
}
.twdg_badge {
    position: fixed;
	z-index:999;
    bottom: 10px;
    width: 30px;
    left: 10px;
}
.twdg_badge .badge_img img{
	cursor: pointer;
	transition: 0.2s all linear;
  -webkit-transition: 0.2s all linear;
  -moz-transition: 0.2s all linear;
  -ms-transition: 0.2s all linear;
  -o-transition: 0.2s all linear;
}
.twdg_badge .badge_img:hover img {
    transform: scale(1.1,1.1);
    -webkit-transform: scale(1.1,1.1);
    -moz-transform: scale(1.1,1.1);
    -ms-transform: scale(1.1,1.1);
    -o-transform: scale(1.1,1.1);
}
.twdg_badge .dailouge-info-box {
		margin-bottom: 12px;
    position: absolute;
    bottom: 100%;
    left: 10px;
    width: 265px;
    display: none;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.298) 1px 1px 3px;
    border: 1px solid rgb(204, 204, 204);
	padding-bottom: 10px;
}
.twdg_badge .dialouge-hero-text h3 {
    margin: 0;
    color: #fff;
    font-weight: 600;
	padding-top: 0.2em;
    font-size: 16px;
}

.twdg_badge .dialouge-hero-text h3 a {
    color: #fff;
}

a.findout {
    background: #1862fe;
    color: #fff;
    width: 160px;
    padding: 12px 10px;
    margin: 0 auto;
    text-align: center;
    display: block;
    font-weight: bold;
    text-transform: uppercase;
}
a.findout:hover{
	background:#1c1463;
}

.twdg_badge .dialouge-hero-text {
    text-align: center;
    background-color: #1862fe;
    color: #fff;
    padding: 15px 0;
}
.twdg_badge .dialouge-hero-text p a {
    color: #fff;
}
.twdg_badge .dialouge-hero-text p {
    margin: 0;
}
.twdg_badge .dialouge-row h5 {
    margin: 0 0 3px;
    font-size: 13px;
    text-transform: none;
    letter-spacing: 0;
    font-weight: 600;
    color: #333;
    position: relative;
    top: 8px;
    transition: 0.2s all linear;
    -webkit-transition: 0.2s all linear;
    -moz-transition: 0.2s all linear;
    -ms-transition: 0.2s all linear;
    -o-transition: 0.2s all linear;
}
.twdg_badge .dialouge-row {
    padding: 10px 20px 10px 50px;
    position: relative;
    border-top: solid 1px #f5f5f5;
    display: block;
    color: #333;
    height: 52px;
    background-size: 24px 24px;
    background-repeat: no-repeat;
    background-position: 12px 13px;
}
.twdg_badge .dialouge-row p {
    line-height: 1;
    font-size: 10px;
    margin: 0px;
    color: #333;
    top: 7px;
    opacity: 0;
    transition: 0.2s all linear;
    -webkit-transition: 0.2s all linear;
    -moz-transition: 0.2s all linear;
    -ms-transition: 0.2s all linear;
    -o-transition: 0.2s all linear;
}
.twdg_badge .dialouge-row>img {
    position: absolute;
    right: 6px;
    top: 50%;
    opacity: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transition: 0.2s all linear;
    -webkit-transition: 0.2s all linear;
    -moz-transition: 0.2s all linear;
    -ms-transition: 0.2s all linear;
    -o-transition: 0.2s all linear;
}
.twdg_badge .dialouge-row:hover>img{
	opacity: 1;
}
.twdg_badge .dialouge-row:hover p {
    top: 0;
    opacity: 1;
}
.twdg_badge .dialouge-row:hover h5 {
    top: 0;
}
.twdg_badge .dialouge-row:hover h5 {
    top: 0;
}
.twdg_badge .dialouge-header img {
    max-width: auto;
    vertical-align: middle;
}
.twdg_badge .dialouge-header h4 {
    margin-bottom: 0;
    font-weight: 600;
    font-size: 12px;
    color: #fff;
}
.twdg_badge .dialouge-header {
    padding: 10px 80px 10px 7px;
    position: relative;
}
.twdg_badge .dialouge-header p {
    margin: 0;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 14px;
    padding: 12px;
}
.twdg_badge .btn {
    font-size: 12px;
    padding: 4px 8px;
    border: solid 1px #bbb;
    background-color: #eee;
    border-radius: 4px;
    color: #555;
}
.twdg_badge .close-btn {
    margin-left: 10px;
}
.twdg_badge .btn:hover {
    background-color: #ddd;
}

@media only screen and (max-width: 600px)  {
.twdg_badge {
display:none;
}
}
