/* Copyright (C) YOOtheme GmbH, http://www.gnu.org/licenses/gpl.html GNU/GPL */

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */

body {
    background-color: #eceff3;
    min-height: 100vh;
}
.pmi-header {
    background-color: #4a4d52;
}
.pmi-body {
    background-color: #eceff3;
}
.pmi-footer {
    background-color: #eceff3;
}
.pmi-header .tm-navbar {
    margin-bottom: 0px;
    background: #dddedf;
    background: -moz-linear-gradient(top, #dddedf 0%, #f4f4f5 50%, #ffffff 100%);
    background: -webkit-linear-gradient(top, #dddedf 0%,#f4f4f5 50%,#ffffff 100%);
    background: linear-gradient(to bottom, #dddedf 0%,#f4f4f5 50%,#ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dddedf', endColorstr='#ffffff',GradientType=0 );
}
.uk-article {
    padding: 10px;
    background-color: #fff;
}

.pmi-take-survey .uk-grid + .uk-grid {
    margin-top: 5px;
}
.tm-navbar {
    margin: 0px;
}
.uk-navbar-nav > li > a,.uk-navbar-nav > li  {
    line-height: 60px;
    height: 60px;
    color: #869198;
}
.uk-navbar-nav > li.uk-active > a,.uk-navbar-nav > li:hover > a {
    background-color: #6e195d;
    color: #fff;
}
blockquote {
    border-left: 5px solid #6e195d;
}
a, .uk-link,a:hover, .uk-link:hover {
    color: #6e195d;
}
#tm-content > h1 {
    display: none;
}
.Main-Slider {

}
.Main-Slider .uk-panel .uk-grid > .uk-width-1-1:first-child img {

}
.Main-Slider .uk-panel .uk-grid > .uk-width-1-1:first-child{
    width: 70%;
    height: 400px;
}
.Main-Slider .uk-panel .uk-grid > .uk-width-1-1:last-child{
    display: table;
    width: 30%;
    height: 400px;
}
.Main-Slider .uk-panel .uk-grid > .uk-width-1-1:last-child .uk-panel-body {
    display: table-cell;
    vertical-align: middle;
}

#tm-footer {
    color: #fff;
    background-color: #4a4d52;
    margin: 0;
    padding: 40px;
}

#tm-footer .pmi-footer-improve .uk-grid > * {
    padding-left: 0;
}
#tm-footer .pmi-footer-improve .uk-panel-title a {
    color: #fff;
}
#tm-footer .pmi-footer-improve .uk-panel-title a:hover {
    text-decoration: underline;
}
#tm-footer .pmi-footer-improve .uk-panel {
    color: #fff;
}
#tm-footer .pmi-footer-improve .uk-button {
    background-color: #ffba00;
    color: #fff !important;
}
#tm-footer .pmi-footer-improve .uk-panel a{
    color: #ffba00;
}
.copyright a {
    color: #ffba00;
}

.pmi-header .tm-headerbar {
    margin: 10px 0;
}

.pmi-header .tm-headerbar ul {
    float: right;
    list-style: none;
}
.pmi-header .tm-headerbar ul > li {
    display: inline-block;
    color: #fff;
    padding: 10px 20px;
    line-height: 80px;
}
.pmi-header .tm-headerbar .tm-logo img{
    height: 120px;
}
.pmi-header .tm-headerbar ul > li a{
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    text-decoration: none;
}
.modal_link,.modal_link:hover,.modal_link:active,.survey_link,.survey_link:hover {
    margin: 10px auto;
    background-color: #6C0E5A;
    display: block;
    min-width: 300px;
    height: 88px;
    line-height: 88px;
    text-align: center;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    font-size: 33px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.no_title #cboxClose {
    display: none;
}
#cboxLoadedContent {
    padding: 2px;
}

ul.ftrs {padding: 0 0 0 4px !important;}
ul.ftrs li:first-child {}
ul.ftrs li {
    color: #b6b9be;
    width: 100%;
    overflow: hidden;
    padding-top: 25px;
    height: auto !important;
    line-height: 16px !important;
}
ul.ftrs li.type1 > strong:first-child {background: #FF5a00; position: relative;}
ul.ftrs li.type2 > strong:first-child {background: #ffba00; position: relative;}
ul.ftrs li.type3 > strong:first-child {background: #aac900; position: relative;}
ul.ftrs li > strong:first-child {
    border-radius: 65px 65px 65px 65px;
    float: left;
    width: 65px;
    height: 65px;
    background: #b4b3b3;
    color: white;
    font-size: 34px;
    line-height: 65px;
    text-align: center;
    margin-right: 21px;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
ul.ftrs li a {
    font-size: 22px !important;
    line-height: 30px !important;
    text-decoration: none;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    background: none !important;
    padding: 0 !important;
}
ul.ftrs li p {padding-top: 1px;}
ul.ftrs li a:hover {color: #6E195D;}
.pmi-footer .uk-panel-title,.pmi-footer h3 {
    text-align: left;
    color: #ffba00
}