/*
Theme Name: thelounge
Theme URI: http://thelounge.sitesnstores.com.au/
Template: passionate
Author: Daisy Themes
Author URI: http://thelounge.sitesnstores.com.au/
Description: thelounge is a professional multipurpose WordPress theme built with Bootstrap grid and is fully responsive for all the screen sizes. It can be used for Business, Portfolio, Personal, Blogging, Agency or any other types of site. thelounge theme comes with built-in widgets and widgets positions, customizer to customize and setup logo, color and layouts. Currently it have 10 widgets positions and 8 built-in widgets for Call to Action, Recent Posts, Image Slider, Clients Logos, Recent Works(Portfolio), Services Listing, Social Profiles Icons(13 different social icons) and Testimonial. It also includes wide and narrow layout and option to have top menu sticky. We are planning to have some more widgets in future theme updates. You can get support in http://daisythemes.com/support and check demo at http://demo.daisythemes.com/passionate/
Tags: one-column,two-columns,three-columns,right-sidebar,left-sidebar,custom-header,custom-background,custom-menu,custom-colors,threaded-comments,featured-images,post-formats,translation-ready,full-width-template,sticky-post
Version: 1.2.7.1482112617
Updated: 2016-12-19 11:56:57

*/

/* Sidebar styling */
aside#secondary > aside > h3 {
    border: 0;
    text-transform: none;
    display: block;
}
aside#secondary > aside > h3+div {
    border: 2px solid #ddd;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
aside#secondary > aside > h3+div ul {
    font-size: 14px;
    list-style: none;
    margin: 0;
    padding: 10px;
}

aside#secondary > aside > h3+div li i {
    width: 1.2em;
    height: 1em;
    text-align: center;
    margin-right: 0.5em;
    font-size: 1.1em;
}

/* FuseDesk Form Styling */
#fusedesk-contact input {
    display: block;
    width: 100%;
    margin: 0 0 26px;
}
#fusedesk-contact input[type=button] {
    width: auto;
}

#fusedesk-previous-cases table tr th:last-child, #fusedesk-previous-cases table tr td:last-child {
    display: none;
}
#fusedesk-previous-cases table {
    font-size: 12px;
}

/* General Form Styling */
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea, select {
  border: 1px solid #ddd !important; }

  input[type="text"]:focus,
  input[type="email"]:focus,
  input[type="url"]:focus,
  input[type="password"]:focus,
  input[type="search"]:focus,
  input[type="number"]:focus,
  input[type="tel"]:focus,
  input[type="range"]:focus,
  input[type="date"]:focus,
  input[type="month"]:focus,
  input[type="week"]:focus,
  input[type="time"]:focus,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:focus,
  input[type="color"]:focus,
  textarea:focus, select:focus {
    border-color: #999 !important;
}


#top_content {
    margin-bottom: 60px;
}
#top_content #top_main {
    text-align: center;
}
#top_content #top_main h1 {
    font-size: 3em;
    color: #fff;
}
#top_content #top_main .pagetitle {
    padding-top: 30px;
    padding-bottom: 30px;
}

.loginbox .panel-grid-cell {
    border: 1px solid #ebebeb;
    padding: 0 10px 10px !important;
}

#loginform .login-username label, #loginform .login-username input,
#loginform .login-password label, #loginform .login-password input,
#loginform .login-remember label,
#memb_password_send-3 #memb_password_send-3-block1 label, #memb_password_send-3 #memb_password_send-3-block1 input,
#memb_password_change-1 label, #memb_password_change-1 input { display: block; width: 100%; }
#memb_password_change-1 input[type="submit"] { width: auto; }
#loginform .login-submit {}
#memb_password_send-3-block1, #memb_password_send-3-block2, #memb_password_change-1 div {
    margin: 0 0 26px;
}
.password_change_message {
    color: #fff;
    background-color: #337ab7;
    padding: 5px 10px;
    margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
    #loginform .login-username, #loginform .login-password { width: 50%; float: left; }
    #loginform .login-username {padding-right: 10px;}
    #loginform .login-remember {clear: left;}
}

/* Top Slider/Hero Banner Styling */

.top-slider .sow-slider-base ul.sow-slider-images li {
    /*height: 35vh !important;*/
}
.top-slider .sow-slider-base ul.sow-slider-images .sow-slider-image-wrapper {
    min-height: 35vh !important;
}
.top-slider .sow-slider-base ul.sow-slider-images li img {
    background: #fff;
    background: rgba(255,255,255,0.8);
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    padding: 10px;
    -webkit-box-shadow: 2px 3px 3px 0 rgba(0,0,0,0.5);
    box-shadow: 2px 3px 3px 0 rgba(0,0,0,0.5);
}
@media screen and (max-width: 767px) {
    .top-slider .sow-slider-base ul.sow-slider-images li h1 {
        font-size: 28px !important;
    }
    .top-slider .sow-slider-base ul.sow-slider-images li p {
        font-size: 16px !important;
    }
}

/* default styling for lower levels - basic/lite */
.box-row {
    border: 2px solid #ddd;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 10px;
}
.box-row .box-row-title h3 {
    margin: 0;
    display: inline-block;
    border-bottom: 3px solid #ddd;
}

/* Specific styling for different membership levels */
/* Basic */
.Basic-member .show-basic {
    display: block;
}
.Basic-member .hide-basic, .Basic-member .show-lite, .Basic-member .show-red, .Basic-member .show-bronze, .Basic-member .show-silver, .Basic-member .show-gold {
    display: none !important;
    margin: 0;
}


/* Lite */
.Lite-member .show-lite {
    display: block;
}
.Lite-member .hide-lite, .Lite-member .show-basic, .Lite-member .show-red, .Lite-member .show-bronze, .Lite-member .show-silver, .Lite-member .show-gold {
    display: none !important;
    margin: 0;
}

/* Basic and Lite */
.Basic-member .show-lite-down, .Lite-member .show-lite-down {
    display: block;
}
.Red-member .show-lite-down, .Bronze-member .show-lite-down, .Silver-member .show-lite-down, .Gold-member .show-lite-down {
    display: none !important;
    margin: 0;
}


/* Red */
.Red-member .show-red {
    display: block;
}
.Red-member .hide-red, .Red-member .show-lite, .Red-member .show-basic, .Red-member .show-bronze, .Red-member .show-silver, .Red-member .show-gold {
    display: none !important;
    margin: 0;
}

.Red-member .box-row .box-row-title h3 {
    border-bottom: 3px solid #cd2027;
}
.Red-member .box-row .Red {
    color: #cd2027;
}

/* Bronze */
.Bronze-member .show-bronze {
    display: block;
}
.Bronze-member .hide-bronze, .Bronze-member .show-basic, .Bronze-member .show-lite, .Bronze-member .show-red, .Bronze-member .show-silver, .Bronze-member .show-gold {
    display: none !important;
    margin: 0;
}

.Bronze-member .box-row .box-row-title h3 {
    border-bottom: 3px solid #cf902c;
}
.Bronze-member .box-row .Bronze {
    color: #cf902c;
}

/* Silver */
.Silver-member .show-silver {
    display: block;
}
.Silver-member .hide-silver, .Silver-member .show-basic, .Silver-member .show-lite, .Silver-member .show-red, .Silver-member .show-bronze, .Silver-member .show-gold {
    display: none !important;
    margin: 0;
}

.Silver-member .box-row .box-row-title h3 {
    border-bottom: 3px solid #c6c6c6;
}
.Silver-member .box-row .Silver {
    color: #c6c6c6;
}

/* Gold */
.Gold-member .show-gold {
    display: block;
}
.Gold-member .hide-gold, .Gold-member .show-basic, .Gold-member .show-lite, .Gold-member .show-red, .Gold-member .show-bronze, .Gold-member .show-silver {
    display: none !important;
    margin: 0;
}

.Gold-member .box-row .box-row-title h3 {
    border-bottom: 3px solid #edc128;
}
.Gold-member .box-row .Gold {
    color: #edc128;
}


@media screen and (min-width: 781px) and (max-width: 899px) {
    .main-navigation li {
        margin-right: 10px !important;
        font-size: 13.5px;
    }
    .main-navigation .search-icon {
        margin-left: 0 !important;
    }
}

ul.rss-aggregator{
    list-style-type: none;
    margin: 0;
    padding: 0 !important;
}
ul.rss-aggregator li.feed-item {
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
}
li.feed-item > a{
    font-weight: bold;
}
.wprss-feed-excerpt{
    font-size: 14px;
}
.wprss-feed-excerpt a{
    font-weight: bold;
    display: block;
}
div.wprss-feed-meta {
    font-size: 12px;
}
div.wprss-time-ago {
    font-size: 13px;
}

.not-agreed-t-c nav#site-navigation {
    display: none !important;
}
.not-agreed-t-c .site-branding a {
    pointer-events: none !important;
}

/* End of Tim's custom styling */


body
{
    overflow-x;hidden;
}
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,700,800');
/*login page design*/
.page-template-login {
    text-align: center;
    background: url(images/bglogin.jpg) top center;
}

.page-template-login .dt-footer-cont {
    display: none;
}

.page-template-login h1, .page-template-login a, .page-template-login h2, .page-template-login h3, .page-template-login p {
    color: #fff;
    padding: 3px 0;
}

.page-template-login label {
    color: #000;
    font-weight: 400;
    padding-right: 5px;
    display: inline-block;
    background: rgb(222, 231, 255);
    padding: 6px;
    width: 18%;
}

.page-template-login input:focus {
    background: rgba(227, 235, 255, 0.69);
    border: 1px solid #ffa0a3;
    box-shadow: 0px -1px 1px #c91f25;
}

.page-template-login #loginform br {
    display: none;
}

.page-template-login .login-remember {
    display: none;
}

.page-template-login .top-bar, .page-template-login .needassistant {
    display: none !important;
}

.page-template-login input[type="text"], .page-template-login input[type="password"], .page-template-login input[type="email"] {
    padding-left: 18.3%;
}

.page-template-login input[type="submit"] {
    background: #dd3333;
    margin: 20px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    text-shadow: none;
    box-shadow: 0px 4px 3px 2px rgba(0, 0, 0, 0.4);
    padding: 10px 51px;
    min-width: 275px;
    position: relative;
}

.page-template-login input[type="submit"]:hover {
    background: #c91f25;
    box-shadow: 0px 0px 10px #fff;
}

.password_send_message {
    color: #fff;
}

#primary {
    min-height: 371px;
}

/*login page design-----------------------end ------------- */
body {
    font-family: 'Open Sans', sans-serif;
    line-height: 27px;
    font-size: 17px;
    font-weight: 400;
}



@keyframes slideInFromtop {
    0% {
        transform: translatey(-40%);
    }

    100% {
        transform: translatey(0);
    }
}

.top-bar {
    animation: 0.5s ease-out 0s 1 slideInFromtop;
    font-size: 13px;
    line-height: 1;
    color: #ed1c24;
    font-weight: 600;
    background: #fff;
    width: 100%;
    z-index: 2000;
    padding: 5px 0;
    box-shadow: 0px 1px 11px rgba(0, 0, 0, 0.45);
    background: #314689;
}

.top-bar label {
    width: 67%;
}

.top-bar .search-field {
    background: #ebebeb;
    font-weight: 300;
}

.top-bar .search-submit {
    background: #ed1c24;
    color: #fff;
    text-shadow: 1px 1px 1px #000;
    padding: 8px 10px;
    /*margin-left: -9px;*/
    line-height: 12px;
}

#shiftnav-toggle-main {
    box-shadow: 0px 1px 11px rgba(0, 0, 0, 0.45);
}

.shiftnav-inner .search-form .search-field {
    width: 100%;
    margin: 0 auto;
    padding: 5px 14px;
}

.shiftnav-inner .search-form .search-submit {
    width: 100px;
    background: #ed1c24;
    color: #fff;
    margin-left: -78px;
    padding: 12px;
    position: absolute;
    top: 3px;
    right: 4px;
}

.top-bar .logosmall {
    max-width: 50%;
    padding-top: 4px;
}

.top-bar .fa {
    margin: 0 9px;
    font-size: 17px;
    line-height: 1;
}

.top-bar form {
    padding-top: 4px;
}

.top-bar a {
    /*color: #ed1c24;*/
    color: #fff;
    font-size: 14px;
    line-height: 1;
}
.top-bar a:hover, .top-bar a:active {
    color: #ed1c24;
}

.header-right {
    color: #ed1c24;
    float: right;
}

.header-right a {
    color: #ed1c24;
    font-weight: 400;
    padding: 5px;
}

.top-bar #bp-login-widget-form {
    display: none;
}
.content-area ul {
    padding: 0 0 0 26px;
}
.content-area li {
    /*margin: inherit;*/
    margin: 0 0 10px;
}



.page-content, .entry-content, .entry-summary {
    margin: 0 auto;
}

.content-area a {
    opacity: 1;
    color: #374993;
    /* text-decoration: underline; */
}



body.home .entry-header, body.page-template-sanctuary .entry-header, body.page-template-unlimited .entry-header, body.page-template-knowledgebase .entry-header, body.page-template-resources .entry-header {
    display: none;
}




/*slider homepage style*/
.slider {
    color: #fff;
}

.slider hr {
    border-top: 3px solid #8a1116;
    margin: 20px -15px;
}

.ms-slide-info {
    color: #fff;
    margin: 0 auto;
    left: 0;
    right: 0;
    width: 100% !important;
    font-size: 13px;
    top: 44% !IMPORTANT;
    transform: translateY(-44%);
    /* background: rgba(0, 0, 0, 0.18); */
}

.ms-slide-info a, .btnfindout {
    background: #000 !important;
    display: inline-block;
    padding: 10px 20px;
    color: #fff;
    margin: 20px 0;
    font-size: 20px;
    transition: all 1s ease !important;
    border: 2px solid #4e4e4e !important;
}
.ms-slide-info h3
{
    color: #000;
}
.ms-slide-info a:hover, .ms-slide-info a:focus, .btnfindout:hover {
    background: #525252 !important;
    color: #cd2027 !Important;
    border: 2px solid #000000 !important;
}

.homebtn {
    border: 0 solid;
    box-shadow: inset 0 0 20px rgba(0, 52, 113, 0);
    outline: 1px solid;
    outline-color: rgba(255, 255, 255, 0.5);
    outline-offset: 0px;
    text-shadow: none;
    transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
}

.homebtn:hover {
    box-shadow: inset 0 0 20px rgba(255, 255, 253, 0.5), 0 0 20px rgba(255, 255, 253, 0.5);
    outline-color: rgba(255, 255, 255, 0);
    outline-offset: 15px;
    text-shadow: 1px 1px 2px #fff;
    border-radius: 0px !important;
}

/*Footer style*/

footer li {
    /*list-style: none;*/
}

footer li a {
    /*color: #fff !important;*/
}

.edit-link {
    display: none;
}

#copyright {
    padding-top: 26px;
    text-transform: none;
}



#back-to-top {
    font-size: 26px;
    position: fixed;
    z-index: 9999;
    right: 95px;
    bottom: 60px;
    width: 33px;
    height: 34px;
    padding-top: 0px;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    opacity: 0;
    color: #fff;
    border-radius: 50%;
    background: rgba(0, 0, 0, .35);
}

/*  ----------------------Sanctuary template stylesheet--------------------------------- */
.howehelp {
    font-size: 28px !important;
    font-weight: 300;
    width: 47%;
}

.sanctuarybiglogo {
    padding-top: 100px;
}

.page-template-sanctuary h1 {
    color: #003c00;
    font-family: 'Courgette', cursive;
    background: url(../../uploads/2017/01/h1bg.png) no-repeat 0% 32px;
    padding-bottom: 19px;
}

.page-template-sanctuary .bronze h1 {
    color: #7e4d1b;
    background-position: top right;
}

.page-template-sanctuary .bronze h1:before {
    content: url(../../uploads/bronze-icon.png);
    display: inline-block;
}

.page-template-sanctuary .content-area h2 {
    color: #70ab00;
    font-family: 'Courgette', cursive;
}

.leafbg {
    background: url(../../uploads/2017/01/leaf1.png) no-repeat 0px 0%, url(../../uploads/2017/01/leaf2.png) no-repeat 100% 99%;
}

.page-template-sanctuary h1 span {
    font-size: 25px;
}

/* ----------------media query ------------------------- */
@media (max-width: 767px) {


    footer {
        text-align: center;
    }


    .ms-info h2 {
        font-size: 24px;
        margin-top: 10px;
    }

    .ms-info p.hide-mobile {
        display: none;
    }

    .ms-info p {
        margin-bottom: 5px;
    }

    div.same-height {
        height: auto !important;
    }

    .social-media-button-container {
        text-align: center !important;
    }
}

@media screen and (min-width: 992px) {


    #buddypress #cover-image-container {
        margin: 0 -7.5px;
    }
}

@media screen and (max-width: 991px) {


    .needassistant {
        display: none;
    }

    .social-links {
        border-top: 1px solid rgba(0, 0, 0, .07);
        margin: 0;
        padding: 0;
        float: none !important;
    }

    .social-links .panel-grid-cell {
        display: block;
        clear: both;
        width: 100% !important;
    }

    .social-links .textwidget {
        padding: 0;
    }

    #buddypress #cover-image-container {
        margin: 0 -30px;
    }
}

@media screen and (min-width: 768px) {
    #pg-27-1 .panel-grid-cell + .panel-grid-cell > .panel-first-child {
        display: none;
    }

    div.same-height {
        margin-bottom: 50px;
    }
}

/* ----------------media query for sanctuary pages------------------------- */
@media screen and (max-width: 767px) {
    .selection {
        background-image: none !important;
    }
}

@media screen and (max-width: 991px) {
    .howehelp {
        width: auto;
    }
}

.so-widget-sow-contact-form-default-8a832793b9c0 .sow-contact-form {
    background: none;
}

body.page-template-unlimited div.selection {
    background: #fff;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.4), 0 1px 4px rgba(0, 0, 0, 0.3);
    margin: 0;
    padding: 20px 0;
    position: relative;
}

body.page-template-unlimited div.selection:before, body.page-template-unlimited div.selection:after {
    background: #e6e6e6;
    bottom: 15px;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.4);
    content: "";
    height: 10px;
    left: 10px;
    position: absolute;
    top: 80%;
    transform: rotate(-3deg);
    width: 50%;
    z-index: -1;
}

body.page-template-unlimited div.selection:after {
    left: auto;
    right: 10px;
    transform: rotate(3deg);
}

body.page-template-unlimited div.selection h4 {
    color: #ff0000;
    font-family: "Bangers", cursive;
    font-size: 2em;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
    text-align: center;
}

body.page-template-unlimited div.selection h4 strong {
    color: #000;
    font-size: 2em;
}

.btnunlimiteds {
    font-family: "Bangers", cursive;
    background: #000;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #000000), color-stop(1, #5c5c5c)) !important;
    background: -ms-linear-gradient(bottom, #000000, #5c5c5c) !important;
    background: -moz-linear-gradient(center bottom, #000000 0%, #5c5c5c 100%) !important;
    background: -o-linear-gradient(#000000, #5c5c5c) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#5c5c5c', GradientType=0) !important;
}

.btnunlimiteds:hover {
    background: #050505 !important;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #050505), color-stop(1, #050505)) !important;
    background: -ms-linear-gradient(bottom, #050505, #050505) !important;
    background: -moz-linear-gradient(center bottom, #050505 0%, #050505 100%) !important;
    background: -o-linear-gradient(#050505, #050505) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#050505', endColorstr='#050505', GradientType=0) !important;
}

body.page-template-unlimited h1 {
    font-family: "Bangers", cursive;
    color: #000;
    position: relative;
    font-size: 58px;
    -webkit-text-fill-color: #000;
    /* Will override color (regardless of order) */
    -webkit-text-stroke: 1px #fff;
    color: white;
    text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
    margin-top: 30px !important;
}

body.page-template-unlimited h1:before {
    position: absolute;
    left: -50px;
    top: -38px;
    z-index: -1;
    content: "";
    width: 185px;
    height: 124px;
    background: transparent url('/wp-content/themes/thelounge/images/unlimiteds-h1.png') 0 0 no-repeat;
}

.btn-noclick {
    cursor: default !important;
}

/* Woo Commerce Styling */
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    text-align: center;
}

/* ----------------style for knowledgebase pages------------------------- */
.hentry {
    margin-bottom: 0;
}

.entry-header {
    /*display: none;*/
}

footer {
    font-size: 13px;
}


footer .gform_wrapper ul li.gfield, footer .dt-sidebar input[type='text'] {
    margin-top: 0 !important;
    border-radius: 0 !important;
    width: calc(100% - 8px) !important;
}

footer label {
    display: none !important;
}

footer .ginput_container {
    margin-top: 0 !important;
}

footer .gform_wrapper .gform_footer {
    padding: 0;
    margin: 0;
    text-align: center;
}

.social-links {
    float: left;
    color: #fff !important;
    padding-left: 16px;
    padding-top: 10px;
    margin-top: 10px;
}

.social-links p {
    line-height: 1;
}

#copyright, #copyright a {
    color: #fff !important;
}

.footerafter {
    border-top: 1px solid #7c94f5;
}

.social-links a {
    color: #fff !important;
}

.ms-info {

padding: 12px;

float: left;

font-size:32px;

margin-left: 11%;

background: rgba(0, 0, 0, 0.18);
}

.ms-info h2 {
    font-style: italic;
    font-size: 1.3em;
    text-transform: uppercase;
    font-weight: 300;
    padding-bottom: 10px;
}

#searchrow h2 {
    font-size: 31px;
    font-style: italic;
    margin: 10px 0;
    padding: 0;
}

#searchrow h2 span {
    font-weight: 100;
}

#searchrow {
    color: #fff;
    position: relative;
    text-align: center;
    padding: 10px 0;
}

.search-form {
    position: relative;
}

#searchrow label {
    width: 100%;
    margin: 0 auto;
    padding: 0 0;
}

#searchrow .search-submit {
    width: 100px;
    background: #ed1c24;
    color: #fff;
    /*margin-left: -78px;*/
    padding: 15px;
    position: absolute;
    top: 0px;
    right: 0;
}

.home-featured .panel-grid-cell {
    position: relative;
}

#searchrow .search-field {
    background: #ebebeb;
    color: #000;
    font-weight: 300;
    padding: 10px;
}

.home-featured .icon {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 200;
    width: 125px;
    height: 125px;
    padding-top: 33px;
    pointer-events: none;
}

.home-featured .widget-title {
    text-align: center;
    color: #fff;
    background: #ed1c24;
    padding: 8px 0;
    font-weight: bold;
    font-size: 23px;
    width: 100%;
    max-width: 374px;
    display: block;
    margin: 0 auto;
    text-transform: uppercase;
    transition: .3s ease-in-out;
}

.hoverboxes .sow-image-container {
    overflow: hidden;
    max-width: 374px;
    margin: 0 auto;
}

.hoverboxes .imgmain img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;

    display: block !important;
}

.hoverboxes .imgmain:hover img {
    -webkit-transform: scale(1.3);
    transform: scale(1.4);
    overflow: hidden;
}

.hoverboxes .imgmain:hover .widget-title {
    background: #ed1c24;
    box-shadow: inset 0px 0px 8px 7px #cc0202;
}
.hoverboxes ul{
    padding:0 0;
    margin:0 0;
}
.hoverboxes li {
    list-style: none;
    display: block;
}

.hoverboxes li a {
    position: relative;
}

.hoverboxes li a:before {
    width: 30px;
    height: 30px;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 20px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    content: "\f101";
    color: #d73131;
    font-weight: 600;
    transition: 0.15s padding ease-out;
}

.hoverboxes li a:hover:before {
    padding-left: 5px;
}

.hoverboxes li a:hover:after {
    opacity: 1;
    width: 91%;
}

.hoverboxes li a:after {
    position: absolute;
    bottom: 0;
    left: 30px;
    width: 0;
    height: 1px;
    background: #ed1c24;
    content: '';
    opacity: 0;
    -webkit-transition: height 0.3s, opacity 0.3s, -webkit-transform 0.3s;
    -moz-transition: height 0.3s, opacity 0.3s, -moz-transform 0.3s;
    transition: width 0.3s, opacity 0.3s, transform 0.3s;
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    transform: translateY(7px);
}

.sidebarpost {
    /* margin-top: 347px; */
    background: #f7f7f7;
    color: #757575;
}

.sidebarpost #secondary {
    /* background: #fff; */
    margin: 20px;
    font-size: 15px;
    font-weight: 400;
    padding-left: 0;
}

.single-post .sow-sub-headline {
    color: #b9b9b9 !important;
    font-weight: 300 !important;
}

.sow-carousel-wrapper ul.sow-carousel-items li.sow-carousel-item h3 a {
    font-weight: bold;
    color: #000;
    font-size: 15px;
    line-height: 2;
}

.sow-carousel-title .widget-title {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 20px;
    border-bottom: 1px solid #000;
    line-height: 2;
    position: relative;
}

.sow-carousel-title .widget-title:before {
    padding: 0;
    margin: 0;
    display: block;
    /* not really needed */
    content: "";
    width: 50%;
    height: 1px;
    background-color: white;
    position: absolute;
    right: 0;
    bottom: -1px;
}

.needassistant {
    position: fixed;
    left: -3px;
    top: 50%;
}


.sidebarpost .dt-sidebar ul li {
    border-bottom: 1px solid #ccc;
    list-style: none;
    padding: 5px 20px;
}

.pagetitle {
    padding: 50px 0;
    -webkit-box-shadow: inset 10px 10px 5px 200px rgba(0, 0, 0, 0.64);
    -moz-box-shadow: inset 10px 10px 5px 200px rgba(0,0,0,0.64);
    box-shadow: inset 10px 10px 5px 200px rgba(0, 0, 0, 0.64);
}

.pagetitle img {
    float: left;
    margin-right: 20px;
}

.pagetitle .widget-title {
    font-size: 2em;
    color: #ed1c24;
    text-shadow: 0px 4px 3px #fefefe;
    font-weight: 600;
}

.pagetitle h1 {
    font-size: 3em;
    color: #ffffff;
    font-weight: 600;
    text-align: center;
}

.pagetitle .sow-icon span {
    font-size: 5em;
}

.fusedeskform form {
    margin: 20px;
    font-size: 16px;
    color: #000;
    font-weight: 400;
}

.fusedeskform form input[type="text"], .fusedeskform form input[type="email"], .fusedeskform form input[type="url"], .fusedeskform form input[type="number"], .fusedeskform form input[type="password"], .fusedeskform form input[type="search"], .fusedeskform form textarea, select {
    padding: 4px;
    margin-bottom: 24px;
    width: 100%;
}

.fusedeskform form input[type="button"] {
    clear: both;
    width: 100%;
    background: #374993;
    color: #fff;
    text-shadow: 2px 2px 2px #000;
    text-transform: uppercase;
    font-size: 21px;
}

.list-group {
    margin-bottom: 20px;
    padding-left: 0;
}

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #ffffff;
    border: 1px solid #dddddd;
}

.list-group-item:first-child {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
}

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}

a.list-group-item, button.list-group-item {
    color: #555555;
}

.sidebarpost .widget {
    margin-bottom: 30px;
    padding: 20px;
    background: #fff;
}

a.list-group-item .list-group-item-heading, button.list-group-item .list-group-item-heading {
    color: #333333;
}

a.list-group-item:hover, button.list-group-item:hover, a.list-group-item:focus, button.list-group-item:focus {
    text-decoration: none;
    color: #555555;
    background-color: #f5f5f5;
}

button.list-group-item {
    width: 100%;
    text-align: left;
}

.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
    background-color: #eeeeee;
    color: #777777;
    cursor: not-allowed;
}

.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
    color: inherit;
}

.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
    color: #777777;
}

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
    z-index: 2;
    color: #ffffff;
    background-color: #337ab7;
    border-color: #337ab7;
}

.list-group-item.active .list-group-item-heading, .list-group-item.active:hover .list-group-item-heading, .list-group-item.active:focus .list-group-item-heading, .list-group-item.active .list-group-item-heading > small, .list-group-item.active:hover .list-group-item-heading > small, .list-group-item.active:focus .list-group-item-heading > small, .list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading > .small {
    color: inherit;
}

.list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
    color: #c7ddef;
}

.list-group-item-success {
    color: #3c763d;
    background-color: #dff0d8;
}

a.list-group-item-success, button.list-group-item-success {
    color: #3c763d;
}

a.list-group-item-success .list-group-item-heading, button.list-group-item-success .list-group-item-heading {
    color: inherit;
}

a.list-group-item-success:hover, button.list-group-item-success:hover, a.list-group-item-success:focus, button.list-group-item-success:focus {
    color: #3c763d;
    background-color: #d0e9c6;
}

a.list-group-item-success.active, button.list-group-item-success.active, a.list-group-item-success.active:hover, button.list-group-item-success.active:hover, a.list-group-item-success.active:focus, button.list-group-item-success.active:focus {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d;
}

.list-group-item-info {
    color: #31708f;
    background-color: #d9edf7;
}

a.list-group-item-info, button.list-group-item-info {
    color: #31708f;
}

a.list-group-item-info .list-group-item-heading, button.list-group-item-info .list-group-item-heading {
    color: inherit;
}

a.list-group-item-info:hover, button.list-group-item-info:hover, a.list-group-item-info:focus, button.list-group-item-info:focus {
    color: #31708f;
    background-color: #c4e3f3;
}

a.list-group-item-info.active, button.list-group-item-info.active, a.list-group-item-info.active:hover, button.list-group-item-info.active:hover, a.list-group-item-info.active:focus, button.list-group-item-info.active:focus {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f;
}

.list-group-item-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
}

a.list-group-item-warning, button.list-group-item-warning {
    color: #8a6d3b;
}

a.list-group-item-warning .list-group-item-heading, button.list-group-item-warning .list-group-item-heading {
    color: inherit;
}

a.list-group-item-warning:hover, button.list-group-item-warning:hover, a.list-group-item-warning:focus, button.list-group-item-warning:focus {
    color: #8a6d3b;
    background-color: #faf2cc;
}

a.list-group-item-warning.active, button.list-group-item-warning.active, a.list-group-item-warning.active:hover, button.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus, button.list-group-item-warning.active:focus {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b;
}

.list-group-item-danger {
    color: #a94442;
    background-color: #f2dede;
}

a.list-group-item-danger, button.list-group-item-danger {
    color: #a94442;
}

a.list-group-item-danger .list-group-item-heading, button.list-group-item-danger .list-group-item-heading {
    color: inherit;
}

a.list-group-item-danger:hover, button.list-group-item-danger:hover, a.list-group-item-danger:focus, button.list-group-item-danger:focus {
    color: #a94442;
    background-color: #ebcccc;
}

a.list-group-item-danger.active, button.list-group-item-danger.active, a.list-group-item-danger.active:hover, button.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus, button.list-group-item-danger.active:focus {
    color: #fff;
    background-color: #a94442;
    border-color: #a94442;
}

.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px;
}

.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3;
}

.shortcodes-ultimate .widget-title {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 20px;
    border-bottom: 1px solid #000;
    line-height: 2;
    position: relative;
    display: inline-block;
    padding-right: 15px;
    margin: 10px 0px;
}

.car-h3-title a {
    font-weight: bold;
}

.single-post .post-title {
    display: block;
    background: url(/wp-content/uploads/bgsearchknowledge.jpg);
    color: #fff;
    text-align: center;
    padding: 1.5em 0;
    font-size: 28px;
    margin-bottom: 20px;
    background-size: cover;
    line-height: 30px;
}

.fusedeskform td {
    word-break: break-all;
    padding: 4px;
}

#mycase td:last-child {
    display: none;
}

.shiftnav-inner .logout {
    padding-left: 23px;
}

.shiftnav-inner .memb_logout_link:before {
}

.shiftnav-inner .search-form .search-field {
    background: #fff;
    line-height: 2;
    margin: 4px;
}

.shiftnav-inner .search-form .search-submit {
    background: #ed1c24;
}

.logout a {
    font-size: 20px;
    color: #fff;
}

/*.memb_logout_link:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    content: "\f08b";
    padding-right: 5px;
}*/

#shiftnav-toggle-main .shiftnav-main-toggle-content-before {
    float: left;
    max-width: 177px;
    padding: 10px;
}

.btn {
    background: #c91f25;
    color: #fff !important;
    font-size: 20px;
    display: inline-block;
    width: 32%;
    text-align: center;
    padding: 10px;
    max-width: 100%;
    margin-bottom: 10px;
    box-shadow: 0px 5px 2px #ccc;
}

.btn2 {
    background: #c91f25;
    color: #fff !important;
    font-size: 20px;
    display: block;
    text-align: center;
    padding: 10px;
    width: 70%;
    margin: 57px auto;
    box-shadow: 0px 5px 2px #ccc;
}
.top-bar #sow-image-6
{
    position: fixed;
    bottom: 45px;
    right: 4px;
}

/* ------------------------------media query for knowledgebase------------------------------ */
@media screen and (max-width: 1200px) {
    .home-featured .icon {
        /*top: 4%;*/
    }

    .ms-info {
        font-size: inherit;
    }

    .ms-info h2 {
        font-size: inherit;
        margin: 0 0;
    }
}

@media screen and (max-width: 768px) {
    h1, .h1 {
        font-size: 20px;
    }

    .home-featured .icon {
        /*padding-top: 10%;*/
    }

    .ms-info {
        display: none;
    }

    .top-bar {
        display: none;
    }

    .header-right {
        display: none;
    }


    .ms-parent-id-2 {
        display: none;
    }

    #searchrow h2 {
        font-size: 20px;
        padding: 0;
        margin: 0;
    }

    #searchrow label {
        padding: 2px;
    }

    #searchrow .search-submit {
        top: 2px;
    }

    .btn, .btn2 {
        width: 100%;
    }

    /*#loginform label, #memb_password_send-1-block1 label {
        position: relative !important;
        width: inherit;
        background: none;
        color: #fff;
        padding: 0;
    }*/

    .slick-slide img {
        margin: 0 auto;
    }

    .slick-prev {
        left: -12px !important;
    }

    .slick-next {
        right: -12px !important;
    }

    .pagetitle {
        padding: 25px 0;
    }

    .pagetitle h1, .pagetitle .sow-icon span {
        font-size: 2em;
    }

    .pagetitle .sow-icon span {
        font-size: 3em;
    }
}

/* login form */
#loginform p, #memb_password_send-1-block1 {
    /*position: relative;*/
}

#loginforminput {
    width: 100%;
}

#loginform label, #memb_password_send-1-block1 label {
    /*position: absolute;*/
}

.search-results .cat-links {
    font-weight: bold;
}

.type-post .entry-content a:before {
    width: 24px;
    height: 21px;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 16px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    content: "\f0c1";
    color: #d73131;
    font-weight: 600;
}
.contains-image:before
{
    display: none !important;

}
.type-post .entry-content a {
    display: block;
    word-break: break-all;
    color: #de3333;
}

.type-post .entry-content a:hover {
    color: #304584;
    text-shadow: -2px 1px 2px #b4b4b4;
}

@media screen and (max-width: 1199px) and (min-width: 992px) {
  .home-featured > div div.widget_sow-image.panel-first-child .so-widget-sow-image .sow-image-container .so-widget-image {
    width: 100px;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .home-featured > div div.widget_sow-image.panel-first-child .so-widget-sow-image .sow-image-container .so-widget-image {
    width: 75px;
  }
  .hoverboxes li a {
    font-size: 14px;
  }
  .hoverboxes ul {
    padding-left: 10px;
  }
  .hoverboxes li a:before {
    width: 20px;
  }
}

body.search-results header.entry-header-search .entry-meta .tags-links {
  display: none;
}


/* Boostrap Stuff */

@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}


.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}


.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}

/* Bootstrap Tables */

table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #dddddd;
}
.table .table {
  background-color: #ffffff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dddddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
