#wrapper {
    width: 100%;
}

#page-wrapper {
    padding: 15px 15px;
    min-height: 568px;
    background-color: #f5f5f5;

}

@media(min-width:768px) {
    #page-wrapper {
        position: inherit;
        margin: 80px 0 0 280px;
        padding: 30px 30px;
    }
}

.nav {
    width: 100%;
}
nav ul li a {
    background: #fff;
}
.navbar-top-links {
    margin-right: 0;
}

.navbar-top-links li {
    display: inline-block;
}

.navbar-top-links li:last-child {
    margin-right: 15px;
}

.navbar-top-links li a {
    padding: 15px;
    min-height: 50px;
}

.navbar-top-links .dropdown-menu li {
    display: block;
}

.navbar-top-links .dropdown-menu li:last-child {
    margin-right: 0;
}

.navbar-top-links .dropdown-menu li a {
    padding: 3px 20px;
    min-height: 0;
}

.navbar-top-links .dropdown-menu li a div {
    white-space: normal;
}

.navbar-top-links .dropdown-messages,
.navbar-top-links .dropdown-tasks,
.navbar-top-links .dropdown-alerts {
    width: 310px;
    min-width: 0;
}

.navbar-top-links .dropdown-messages {
    margin-left: 5px;
}

.navbar-top-links .dropdown-tasks {
    margin-left: -59px;
}

.navbar-top-links .dropdown-alerts {
    margin-left: -123px;
}

.navbar-top-links .dropdown-user {
    right: 0;
    left: auto;
}

.sidebar .sidebar-nav.navbar-collapse {
    padding-right: 0;
    padding-left: 0;
}

.sidebar .sidebar-search {
    padding: 15px;
}
.sidebar-nav {
    background: #fff;
    z-index: 2;
}

.pseudo {
    background: transparent none repeat scroll 0 0;
    bottom: 0;
    box-shadow: 2px 2px 3px #ccc;
    position: fixed;
    top: 0;
    width: 280px;
    z-index: 1;
}
.pseudo2 {
    background: transparent none repeat scroll 0 0;
    box-shadow: 2px -3px 3px #ccc;
    position: fixed;
    height: 80px;
    width: 280px;
    z-index: -1;
}

.sidebar .arrow {
    float: right;
}

.sidebar .fa.arrow:before {
    content: "\f104";
}

.sidebar .active>a>.fa.arrow:before {
    content: "\f107";
}

.sidebar .nav-second-level li,
.sidebar .nav-third-level li {
    border-bottom: 0!important;
}

.sidebar .nav-second-level li a {
    padding-left: 52px;
}

.sidebar .nav-third-level li a {
    padding-left: 60px;
}
.sidebar-nav .logo {
    text-align: center;
    padding: 17px 0 12px 0;
}
#side-menu > li.desc {
    text-transform: uppercase;
    color: #cccccc;
    padding-left: 20px;
    font-size: 12px;
    margin: 14px 0 5px 0;
}
.sidebar ul li.beta {
    margin-top: 40px;
    text-align: center;
}

.fa-spinner.fa-pulse {
    font-size: 18px;
    color: #999;
    margin: 7px;
}
.panel.panel-pki {
    padding: 12px;
}
.panel.panel-pki > i {
    color: #4d99d9;
    opacity: 0.6;
    float: left;
}
.panel.panel-pki .pki_desc {
    color: #666;
}
.panel.panel-pki .pki_value {
    font-size: 20px;
    font-weight: 200;
}
.form-control-label {
    padding-left: 15px;
}
ul#Feaures {
    padding-left: 15px;
}

@media(min-width:768px) {
    .sidebar {
        z-index: 1;
        position: absolute;
        width: 280px;
    }

    .navbar-top-links .dropdown-messages,
    .navbar-top-links .dropdown-tasks,
    .navbar-top-links .dropdown-alerts {
        margin-left: auto;
    }
    
}
@media(max-width:768px) {
    #analyse-wrapper {
        margin: 70px 0 0 0 !important;
        padding: 0 !important;
    }
    #analyse-wrapper .col-xs-3:first-child {
        padding-left: 30px;
    }
    .navbar-default {
        padding-top: 10px;
        height: initial !important;
    }
    #page-wrapper {
        margin-top: 120px;
    }
}
@media (max-width: 480px) {
    .navbar-brand > img {
        max-width: 180px;
    }
}

.btn {
    border-radius: 4px;
    text-transform: uppercase;
}

.btn-outline {
    color: inherit;
    background-color: transparent;
    transition: all .5s;
}

.btn-primary {
    background: #fff;
    border: 1px solid #4d99d9;
    color: #fff;
}
.btn-primary.btn-outline {
    color: #4d99d9;
}

.btn-success.btn-outline {
    color: #5cb85c;
}

.btn-info.btn-outline {
    color: #5bc0de;
}

.btn-warning.btn-outline {
    color: #f0ad4e;
}

.btn-danger.btn-outline {
    color: #d9534f;
}

.btn-primary.btn-outline:hover,
.btn-success.btn-outline:hover,
.btn-info.btn-outline:hover,
.btn-warning.btn-outline:hover,
.btn-danger.btn-outline:hover {
    color: #fff;
}

.form-control {
    border-radius: 0;
}

.chat {
    margin: 0;
    padding: 0;
    list-style: none;
}

.chat li {
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px dotted #999;
}

.chat li.left .chat-body {
    margin-left: 60px;
}

.chat li.right .chat-body {
    margin-right: 60px;
}

.chat li .chat-body p {
    margin: 0;
}

.panel .slidedown .glyphicon,
.chat .glyphicon {
    margin-right: 5px;
}

.chat-panel .panel-body {
    height: 350px;
    overflow-y: scroll;
}

.login-panel {
    margin-top: 25%;
}

.flot-chart {
    display: block;
    height: 400px;
}

.flot-chart-content {
    width: 100%;
    height: 100%;
}

.btn-circle {
    width: 30px;
    height: 30px;
    padding: 6px 0;
    border-radius: 15px;
    text-align: center;
    font-size: 12px;
    line-height: 1.428571429;
}

.btn-circle.btn-lg {
    width: 50px;
    height: 50px;
    padding: 10px 16px;
    border-radius: 25px;
    font-size: 18px;
    line-height: 1.33;
}

.btn-circle.btn-xl {
    width: 70px;
    height: 70px;
    padding: 10px 16px;
    border-radius: 35px;
    font-size: 24px;
    line-height: 1.33;
}

.show-grid [class^=col-] {
    padding-top: 10px;
    padding-bottom: 10px;
    border: 1px solid #ddd;
    background-color: #eee!important;
}

.show-grid {
    margin: 15px 0;
}

.huge {
    font-size: 40px;
}

.panel-green {
    border-color: #5cb85c;
}

.panel-green .panel-heading {
    border-color: #5cb85c;
    color: #fff;
    background-color: #5cb85c;
}

.panel-green a {
    color: #5cb85c;
}

.panel-green a:hover {
    color: #3d8b3d;
}

.panel-red {
    border-color: #d9534f;
}

.panel-red .panel-heading {
    border-color: #d9534f;
    color: #fff;
    background-color: #d9534f;
}

.panel-red a {
    color: #d9534f;
}

.panel-red a:hover {
    color: #b52b27;
}

.panel-yellow {
    border-color: #f0ad4e;
}

.panel-yellow .panel-heading {
    border-color: #f0ad4e;
    color: #fff;
    background-color: #f0ad4e;
}

.panel-yellow a {
    color: #f0ad4e;
}

.panel-yellow a:hover {
    color: #df8a13;
}


.navbar-brand {
    padding: 5px 15px;
}

.navbar-default {
    height: 80px;
    top: 0;
    left: 0;
}

.navbar-static-top {
    border-bottom: 3px solid #f9af02;
    background-color: #fff;
}
    
.nav-second-level {
    background-color: #fafafa;
}

#analyse-wrapper {
    position: inherit;
    margin: 0 0 0 300px;
    padding-top: 12px;
}

.nav > li > a > i {
    margin-right: 10px;
}

.h1, h1 {
    font-size: 26px;
}

#page-wrapper .h2, #page-wrapper h2 {
    font-size: 18px;
}


/* Beta Button */

ul.btn-beta {
    margin: 10px 0 0 0;
    display: block;
}

@media(max-width:768px) {
    ul.btn-beta {
        background: #fff;
        margin-top: 15px;
    }
    ul.btn-beta li {
        display: block;
        margin: 0 !important;
    }
    ul.btn-beta li button {
        width: 100%;
    }
}

/* Home */

.home .navbar-default {
    height: 60px;
    margin: 0;
    padding: 0;
    width: 100%;
}

.home #analyse-wrapper, .home #page-wrapper {
    margin: 0;
}
.home #analyse-wrapper {
    width: 100%;
    height: 260px;
    position: absolute;
    bottom: 0;
    background: rgba(80,7,14,.5);
    padding-top: 30px;
}
@media(max-width:960px) {
    .home #analyse-wrapper {
        padding-top: 15px;
    }
}
.home #analyse-wrapper p {
    margin: 10px auto 20px auto;
    text-align: center;
    font-size: 24px;
    color: #fff;
}
@media(max-width:960px) {
    .home #analyse-wrapper p {
        font-size: 12px;
        margin: 10px auto 5px auto;
    }
}
.home #analyse-wrapper p.light {
    font-weight: 300;
}
.home #analyse-wrapper p.light:after {
    content: ' ';
    width: 43px;
    height: 35px;
    background: #fff;
    background: url(../../images/arrow.png);
    display: inline-block;
    position: absolute;
    margin: -10px 0 0 20px;
}
.home #analyse-wrapper .wrapper {
    width: 860px;
    margin: 0 auto;
}
@media(max-width:960px) {
    .home #analyse-wrapper .wrapper {
        width: 90%;
        margin: 0 auto;
    }
}

.home .header {
    height: 730px;
    background: url(../../images/bg_superpower.jpg) top center no-repeat;
    background-size: cover;
    position: relative;
    margin: 60px 0 0 0;
}
@media(max-width:768px) {
    .home .header {
        height: 580px;
    }
}
.home .headline {
    padding: 250px 0 0 0;
}
.home .header h2 {
    font-size: 60px;
    display: block;
    text-align: center;
    margin: 0;
    color: #fff;
    text-shadow: 0 2px 2px rgba(0,0,0,.3);
    font-weight: 400;
}
@media(max-width:768px) {
    .home .header h2 {
        font-size: 48px;
    }
}
@media(max-width:375px) {
    .home .header h2 {
        font-size: 36px;
    }
}
.home .header h2 span {
    font-size: 120px;
    display: block;
    text-align: center;
    color: #fff;
    text-shadow: 0 2px 2px rgba(0,0,0,.3);
    font-weight: 600;
}
@media(max-width:768px) {
    .home .header h2 span {
        font-size: 80px;
    }
}
@media(max-width:480px) {
    .home .header h2 span {
        font-size: 50px;
    }
}

.home .wrapper .btn {
    display: block;
    background: #4d99d9;
    border: 1px solid #4d99d9;
    width: 100%;
}

.scrolltour {
    text-align: center;
    padding: 25px 0 10px 0;
    border-bottom: 3px solid #efefef;
}
.scrolltour p:nth-child(1) {
    font-size: 24px;
}
.scrolltour p:nth-child(1) i {
    font-weight: 300;
}
.scrolltour p:nth-child(2) {
    font-size: 36px;
    font-weight: 600;
    text-transform: uppercase;
}
@media(max-width:375px) {
    .scrolltour p:nth-child(2) {
        font-size: 24px;
    }
}

.container {
    width: 100%;
    margin: 0 auto;
}
@media(max-width:960px) {
    .container {
        width: 90%;
    }
}
.container-inner {
    width: 1200px;
    margin: 0 auto;
}
@media(max-width:1200px) {
    .container-inner {
       width: 90%; 
    }
}
.container-inner img {
    max-width: 100%;
}
.container .row.bg-grey {
    background: #efefef;
    padding: 60px 0;
}
.container .row.bg-white {
    background: #fff;
    padding: 60px 0;
}
.container h2 {
    font-size: 36px;
    font-weight: 300;
    margin: 0;
}
.container h3 {
    font-size: 24px;
    font-weight: 600;
    margin-top: 10px;
}
.container p {
    font-size: 16px;
    line-height: 1.7;
    text-align: justify;
}
@media(max-width:768px) {
    .container p {
        line-height: 1.4;
    }
}
.home .footer {
    border-top: 1px solid #efefef;
}
.home .footer p {
    padding: 10px;
}

.home.gobeta {
    padding: 45px 0 45px 0;
    background: #efefef;
}
.home.gobeta p:nth-child(1) {
    font-size: 36px;
    font-weight: 300;
    margin: 0;
}
.home.gobeta p:nth-child(2) {
    font-size: 36px;
    font-weight: 600;
}

.hideme.left {
    opacity: 0;
    position: relative;
    left: -50px;
}
.hideme.right {
    opacity: 0;
    position: relative;
    right: -50px;
}


/*Slider Home*/
.logo-top {
    height: 48px;
    padding: 15px;
    float: left;
}
#amzslider {
    margin-top: 60px;
}
#amzslider .vertical {
    left: 50%;
    position: absolute;
    top: 48%;
    transform: translateX(-50%) translateY(-50%);
}
#amzslider .wrap {
    margin: 0 auto;
    width: 1170px;
    text-align: center;
    color: #fff;
}
#amzslider .wrap h2 {
    font-size: 120px;
    font-weight: 600;
    text-align: center;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
}
#amzslider .wrap h3 {
    font-size: 60px;
    font-weight: 400;
    margin: 0;
    text-align: center;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
}
.unslider-wrap.unslider-carousel > li {
    text-align: center;
    background: #000;
}

.unslider-nav {
    position: relative;
    bottom: 30px;
}
#input-wrapper {
    width: 100%;
    padding: 40px;
    position: absolute;
    bottom: 0;
    background: rgba(80,7,14,.5); 
}
#input-wrapper p {
    color: #fff;
    text-align: center;
}
#input-wrapper p.first {
    font-size: 24px;
    font-weight: normal;
    margin: 0 0 40px;
}
#input-wrapper p.first > span {
    font-style: italic;
    font-weight: lighter;
}
#input-wrapper p.last {
    font-size: 22px;
    font-weight: lighter;
    margin: 10px 0 0 0;
}
#input-wrapper .inner {
    margin: 0 auto;
    max-width: 860px;
}
.home #input-wrapper p.last::after {
    background: rgba(0, 0, 0, 0) url("../../images/arrow.png") repeat scroll 0 0;
    content: " ";
    display: inline-block;
    height: 35px;
    margin: -10px 0 0 20px;
    position: absolute;
    width: 43px;
}
.home #slideform .btn {
    background: #4d99d9 none repeat scroll 0 0;
    border: 1px solid #4d99d9;
    display: block;
    width: 100%;
    box-shadow: none;
    transition: all 0.4s ease;
}
.home #slideform .btn:hover {
    background: #4482cf none repeat scroll 0 0;
    border: 1px solid #4482cf;
}
.home .navbar-default {
    height: 60px;
    margin: 0;
    padding: 0;
    width: 100%;
}
.home .navbar-default {
    height: 60px;
    margin: 0;
    padding: 0;
    width: 100%;
}
.home .navbar-header {
    width: auto;
}
#slideform {
    margin: auto;
    max-width: 1170px;
}

@media(max-width:960px) {
    .home #analyse-wrapper .wrapper {
        width: 90%;
        margin: 0 auto;
    }
    #amzslider .wrap h2 {
        font-size: 90px ;
    }
    #amzslider .wrap h3 {
        font-size: 45px ;
    }
    .scrolltour p.first {
        font-size: 20px;
    }
    .scrolltour p.last {
        font-size: 18px;
    }
    #input-wrapper p.first {
        font-size: 22px;
    }
    #input-wrapper p.last {
        font-size: 20px;
    }
}
@media(max-width:768px) {
    #amzslider .wrap h2 {
        font-size: 60px ;
    }
    #amzslider .wrap h3 {
        font-size: 32px ;
    }
    #input-wrapper p.first {
        font-size: 20px;
    }
    #input-wrapper p.last {
        font-size: 18px;
    }
    ul.btn-beta {
        padding: 0 15px;
        margin-bottom: 20px;
    }
}
@media(max-width:480px) {
    #amzslider .wrap h2 {
        font-size: 32px ;
    }
    #amzslider .wrap h3 {
        font-size: 22px ;
    }
    .scrolltour p.first {
        font-size: 14px;
    }
    .scrolltour p.last {
        font-size: 16px;
    }
    #input-wrapper p.first {
        font-size: 14px;
    }
    #input-wrapper p.last {
        font-size: 16px;
    }
}

/* Tool */
.page-header {
    font-size: 1.4em;
    font-weight: 400;
    margin: 40px 0 20px;
}

.panel {
	border-top: 1px solid #eee;
}
.panel-default > .panel-heading {
    font-size: 1.4em;
    font-weight: 300;
	padding: 20px 15px 0
}

.navbar li.active {
	background: #efefef;
}
.navbar li.active i {
	box-shadow: 0 0 0 8px #ccc, inset 0 0 0 10px #ccc;
	border-radius: 100%;
}

/* PI Performance Indikator */

.panel-body.pi i.piicon {
	width: 50px;
	height: 50px;
	background: #4f9bd9;
	font-size: 1.4em;
	color: #fff;
	border-radius: 100%;
	padding: 17px 0 0 0;
	float: left;
	margin: 0 15px 0 0;
	transition: all 0.15s;
}
.panel-body.pi:hover i.piicon {
	background: #fff;
	box-shadow: inset 0 0 0 2px #4f9bd9;
	color: #4f9bd9;
}
.panel-body.pi h2 {
	margin: 0;
	font-weight: 300;
	padding: 0 0 11px 0;
	font-size: 1.4em;
}
.panel-body.pi h3 {
	margin: 0;
	display: inline-block;
	font-size: 1.4em;
}
.panel-body.pi p {
	text-align: right;
	position: absolute;
	bottom: 25px;
	right: 30px;
}
@media (max-width: 1199px) {
   .panel-body.pi p {
	bottom: 5px;
    } 
}
p.up:before {
	content: '\f139';
	font-family: 'fontawesome';
	color: #42a475;
	margin: 0 5px 0 0;
}
p.dw:before {
	content: '\f13a';
	font-family: 'fontawesome';
	color: #e74e40;
	margin: 0 5px 0 0;
}
p.nc:before {
	content: '\f056';
	font-family: 'fontawesome';
	color: #999;
	margin: 0 5px 0 0;
}

table.col-2.pi p.up, table.col-2.pi p.dw, table.col-2.pi p.nc {
	font-size: .9em;
	margin: 0;
	font-weight: 500;
}
.panel-body.table table.pi td {
	line-height: 18px;
	padding: 10px 15px 10px 15px;
}
.panel-body.table table.col-2.pi tr td:first-child {
	font-weight: 700;
}
.panel-body.table table.col-2.pi tr td:last-child  {
	text-align: right;
	color: #666;
	font-size: 1.4em;
	font-weight: 300;
	padding-top: 17px;
}

.panel-body.table {
	padding: 15px 0 0 0;
}
.panel-body.table table {
	margin: 0;
}
.panel-body.table table td {
	padding: 15px;
	border-top: 1px solid #efefef;
}
.panel-body.table table.col-2.info td {
	border-top: 1px solid #efefef;
}
.panel-body.table table.col-2.info tr td:first-child {
	font-weight: 700;
	line-height: 27px;
}
.panel-body.table table.col-2.info tr td:last-child {
	text-align: right;
	color: #666;
	font-size: 1.4em;
	font-weight: 300;
}
.panel-body.table table.col-3 th:nth-child(2), .panel-body.table table.col-3 td:nth-child(2) {
	text-align: center;
	width: 175px;
}
.panel-body.table table.col-3 th:nth-child(3), .panel-body.table table.col-3 td:nth-child(3) {
	text-align: center;
	width: 100px;
}
.panel-body.table table th {
	color: #999;
	font-weight: 300;
	border-bottom: 1px solid #ddd;
	padding: 0 15px 15px 15px;
}
.panel-body.table table.col-3.keywords td {
	border-top: 1px solid #efefef;
}


.panel-body.table tfoot a {
	text-transform: uppercase;
	font-weight: 700;
}

.panel-body.table table .progress {
	margin-bottom: 0;
}

.panel-footer {
	background: #fff;
	padding: 15px;
	border-top: 1px solid #efefef;
}
.panel-footer a {
	text-transform: uppercase;
	font-weight: 700;
	margin-right: 25px;
}


/* ONPAGE */

.panel-body.table table.onpage td {
	line-height: 22px;
}
.panel-body.table table.onpage td > div.row {
	line-height: 22px;
	padding: 15px;
	border-bottom: 1px solid #efefef;
}
.panel-body.table table.onpage td > div:nth-last-child(2), .panel-body.table table.onpage td > div:nth-last-child(1) {
	border-bottom: 0;
}
.panel-body.table table.onpage td > div.row > div:nth-child(2) {
	font-weight: 700;
	text-transform: uppercase;
}
.panel-body.table table.onpage td > div.row > div:nth-child(3) {
	
}
.panel-body.table table.onpage td > div.row > div:nth-child(4) {
	text-align: right;
	cursor: pointer;
}
.panel-body.table table.onpage td > div.row > div.hint {
	font-weight: 300;
	line-height: 22px;
	text-transform: initial;
	background: #efefef;
	padding: 15px;
	overflow: hidden;
	position: relative;
}

table.table.subtable {
	text-align: center;
	margin: 0 0 25px 0;
}
table.table.subtable th {
	font-weight: 700;
	background: #eee;
	color: #666;
	text-align: center;
	text-transform: uppercase;
	padding: 10px;
}
table.table.subtable td {
	background: #fafafa;
	padding: 10px;
}

/* iFrame */

.frame_laptop {
    width: 330px;
    height: 190px;
    display: inline-block;
    background: url(../img/frame_laptop.jpg) no-repeat;
    position: relative;
    float: left;
    margin: 0 0 25px 50px;
}
.frame_laptop iframe {
    width: 951px;
    height: 582px;
    position: absolute;
    top: 14px;
    left: 43px;
    transform: scale(.255);
    transform-origin: top left;
    border: 0;
}
.frame_laptop_block {
    width: 951px;
    height: 582px;
    position: absolute;
    top: 14px;
    left: 43px;
    transform: scale(.255);
    transform-origin: top left;
    border: 0;
    z-index: 9;
}

.frame_mobile {
    width: 100px;
    height: 190px;
    background: url(../img/frame_mobile.jpg) no-repeat;
    position: relative;
    float: right;
    margin: 0 75px 25px 0;
}
.frame_mobile iframe {
    width: 350px;
    height: 610px;
    position: absolute;
    top: 38px;
    left: 13px;
    transform: scale(.20);
    transform-origin: top left;
    border: 0;
}
.frame_mobile_block {
    width: 350px;
    height: 610px;
    position: absolute;
    top: 38px;
    left: 13px;
    transform: scale(.20);
    transform-origin: top left;
    border: 0;
    z-index: 9;
}

#ovitrend {
    height: 245px;
}

#facebookLikes div:nth-child(1), 
#facebookShares div:nth-child(1), 
#facebookComments div:nth-child(1), 
#twitterTweets div:nth-child(1), 
#googleplusComments div:nth-child(1), 
#linkedinComments div:nth-child(1) {
    width: 50%;
    display: inline-block;
}
#facebookLikes div:nth-child(2), 
#facebookShares div:nth-child(2), 
#facebookComments div:nth-child(2), 
#twitterTweets div:nth-child(2), 
#googleplusComments div:nth-child(2), 
#linkedinComments div:nth-child(2) {
    width: 80%;
    display: inline-block;
}
#facebookLikes div:nth-child(3), 
#facebookShares div:nth-child(3), 
#facebookComments div:nth-child(3), 
#twitterTweets div:nth-child(3), 
#googleplusComments div:nth-child(3), 
#linkedinComments div:nth-child(3) {
    float: right;
    font-weight: 700;
    padding: 4px 25px 0 0;
}

#onpage .panel-body {
    min-height: 460px;
}

#blog .panel-body {
    min-height: 355px;
}
#blog span.date {
    font-size: .8em;
    
}
#blog span.autor {
    font-size: .8em;
    text-transform: uppercase;
    color: #999;
}
#blog span.article {
    display: block;
}
#blog table td:last-child {
    text-align: right;
    color: #efefef;
    font-size: 2em;
    margin: 0 15px 0 0;
}

/* Help Buttons */
.panel-body button.help {
    position: absolute;
    top: 10px;
    right: 20px;
    transition: all .25s;
}
.panel-body button.help:hover {
    top: 5px;
    right: 15px;
}
.panel-body button.help i {
    background: none;
    color: #999;
    margin: 0;
    padding: 0;
    width: initial;
    height: initial;
    transition: all .25s;
}
.panel-body button.help:hover i {
    color: #666;
    font-size: 2em;
}

.tour img {
    margin: 20px 10px;
}