@import url("../../vendors/fancy-fileupload/fancy_fileupload.css");
.auth_logo {
    padding: 25px 15px 0;
}

header .logo-wrapper a.brand-logo img {
    height: 28px;
    transition: all 0.2s ease-in-out;
}

header .brand-logo {
    padding: 18px 12px 18px 10px;
    display: flex;
    align-items: center;
}

.btn-dash-panel {
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn-dash-panel > a {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    width: 40px;
    height: 40px;
    border: solid 2px #787878;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    padding: 0 !important;
}

.btn-dash-panel > a i {
    line-height: 40px !important;
}

.app-email .content-area {
    width: auto !important;
    float: none !important;
    transition: margin-left 0.1s ease-in-out;
    margin-left: 0;
}

.app-email .content-area::before,
.app-email .content-area::after {
    content: "";
    display: block;
    clear: both;
}

.sidebar-left {
    position: fixed;
    /* top: auto; */
    left: 0.2rem;
    /* height: 90vh; */
    -moz-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    padding-bottom: 20px;
    background-color: #fff;
}

.sidebar-left::before {
    content: "";
    display: block;
    clear: both;
}

.sidebar-left.sidebar-left-show {
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

.sidebar-left .sidebar {
    height: 100%;
    position: relative;
}

.sidebar .sidebar-content .sidebar-menu#sidebar-list {
    height: 100%;
    margin-left: 0;
    overflow-y: auto;
}

.row .col.col-custom-left-panel {
    width: 66%;
}

#ul-horizontal-nav.ul-horizontal-nav-custom {
    width: 100%;
    align-items: center;
}

#ul-horizontal-nav > li > a {
    padding: 0 14px;
    font-size: 0.95rem;
}

.row .col.col-custom-right-panel {
    width: 34%;
}

.col-custom-right-panel-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: 64px;
    overflow: hidden;
}

.col-custom-right-panel-inner .panel-1 {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 80%;
}

.col-custom-right-panel-inner .panel-2 {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
    width: 20%;
}

.col-custom-right-panel-inner .panel-1 > figure {
    width: 78px;
    height: 60px;
    padding: 0;
    margin: 0 1rem 0 0;
    display: flex;
    align-items: center;
    overflow: hidden;
    box-shadow: 0 24px 38px 3px rgb(0 0 0 / 14%), 0 9px 46px 8px rgb(0 0 0 / 12%),
        0 11px 15px -7px rgb(0 0 0 / 20%);
}

.col-custom-right-panel-inner .panel-1 > div.projectInfo {
    width: auto;
}

.col-custom-right-panel-inner .panel-2 > section.projectSlider {
    width: 78px;
    height: 60px;
    display: flex;
    align-items: center;
    float: right;
    overflow: hidden;
    box-shadow: 0 24px 38px 3px rgb(0 0 0 / 14%), 0 9px 46px 8px rgb(0 0 0 / 12%),
        0 11px 15px -7px rgb(0 0 0 / 20%);
}

.card .card-content {
    padding: 14px;
}

aside.sidenav-main .sidenav-overlay-sidebar-custom {
    display: none;
}

.sidebar-menu .email-list li a i.custom-menu-icon {
    width: 28px;
    height: 28px;
    line-height: 33px;
    display: inline-block;
}

.custom-menu-icon img {
    width: 80%;
    height: auto;
}

.sidebar .sidebar-content .sidebar-menu ul li.active .custom-menu-icon img {
    filter: brightness(0) invert(1);
}

.custom-scroll {
    overflow-x: auto;
}

table.subscription-table-custom {
    width: 450px;
}

.subscription-table-custom .doughnut-chart-legend li {
    overflow: hidden;
    padding-left: 5px;
}

.subscription-table-custom .doughnut-chart-legend li > span.content {
    margin-left: 4px;
    float: left;
    display: block;
}

.status-inner {
    padding: 10px 14px;
}

.card.examples .cssProgress {
    margin-bottom: 0;
}

.space-inner {
    padding-left: 14px;
    padding-right: 14px;
}

/* 23.12.2021 */
.sidebar .sidebar-content .sidebar-menu ul a {
    display: block;
}

.sidebar .sidebar-content .sidebar-menu ul li.active {
    padding-left: 0;
    margin-left: 0;
    background: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    box-shadow: none;
}

.sidebar .sidebar-content .sidebar-menu ul li.active > a {
    border-top-right-radius: 2rem;
    border-bottom-right-radius: 2rem;
    background-color: #3f51b5 !important;
    box-shadow: 0 0 8px 0 #3f51b5;
}

.sidebar .sidebar-content .sidebar-menu ul a.collapsible-header {
    border: none;
}

.sidebar .sidebar-content .sidebar-menu ul a.collapsible-header:after {
    font-family: "Material Icons";
    font-size: 18px;
    position: absolute;
    right: 1rem;
    content: "keyboard_arrow_right";
    transition: transform 0.3s ease-in-out, opacity 0.25s ease-in-out 0.1s,
        -webkit-transform 0.3s ease-in-out;
    color: #afafaf;
}

.sidebar
.sidebar-content
.sidebar-menu
ul
li.active
a.collapsible-header:after {
    right: 2.5rem;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.email-list.display-grid .collapsible-body {
    padding: 0;
    border: none;
}

.email-list.display-grid .collapsible-body .collapsible.collapsible-sub {
    border: none;
    margin: 0;
    box-shadow: none;
    padding-left: 20px;
}

.email-list.display-grid .collapsible-body .collapsible.collapsible-sub li {
    margin-right: 0;
}

.email-list.display-grid .collapsible-body .collapsible.collapsible-sub li a {
    color: rgba(0, 0, 0, 0.87) !important;
    display: block;
}

.collapsible.collapsible-sub li a > i.material-icons {
    line-height: 18px;
    height: 18px;
    margin: 0;
    font-size: 0.7rem;
    float: none;
    width: 24px;
    color: rgba(0, 0, 0, 0.54);
}
/* 23.12.2021 */

/* Media query Section */

/* Min Width Condition */
@media only screen and (min-width: 1280px) {
    .hide-on-extra-large-only-custom {
        display: none !important;
    }
    .app-email .content-area.content-right-small {
        transition: margin-left 0.1s ease-in-out;
        margin-left: 280px;
    }

    .sidebar .sidebar-content .sidebar-menu ul li {
        padding-top: 0;
        padding-bottom: 0;
    }

    .sidebar .sidebar-content .sidebar-menu ul li.active > a {
        margin-left: -1.8rem;
        padding-left: 1.8rem;
    }

    .sidebar .sidebar-content .sidebar-menu ul li.active > a {
        color: #fff;
    }
}

@media only screen and (min-width: 1420px) {
    #ul-horizontal-nav > li > a {
        padding: 0 15px;
    }
}

@media only screen and (min-width: 1500px) {
    #ul-horizontal-nav > li > a {
        padding: 0 18px;
    }
}
/* Max With Condition */

@media only screen and (max-width: 1366px) {
    #ul-horizontal-nav > li > a {
        padding: 0 12px;
        font-size: 0.9rem;
    }
}

@media only screen and (max-width: 1279px) {
    .navbar .sideNav-lock .header-search-wrapper {
        width: calc(100% - 560px);
        margin: 10px auto 0 360px;
    }
    .hide-on-med-and-down-custom {
        display: none !important;
    }
    .navbar.navbar-fixed {
        margin-bottom: 0 !important;
    }
    header nav.navbar-color ul.left.custom-left {
        position: relative;
        top: -6px;
        left: 40px;
    }
    .sidenav-main {
        width: auto;
        height: 0;
    }
    .app-sidebar li > a {
        word-break: break-all;
        font-size: 13px;
        padding: 0 16px !important;
        display: block;
    }
    .sidenav-main .sidenav {
        width: 300px;
        padding-bottom: 0;
    }
    .col-custom-right-panel-mov {
        margin-top: 30px;
    }
    .col-custom-right-panel {
        padding: 0 1rem 2rem;
    }
    .col-custom-right-panel-inner {
        height: auto;
    }
    .col-custom-right-panel-inner .panel-1,
    .col-custom-right-panel-inner .panel-2 {
        width: 100%;
    }
    .col-custom-right-panel-inner .panel-1 > figure {
        width: auto;
        height: auto;
        margin-right: 0;
    }
    .col-custom-right-panel-inner .panel-2 {
        margin-top: 20px;
    }
    .col-custom-right-panel-inner .panel-2 > section.projectSlider {
        width: 100%;
        height: 260px;
        align-items: flex-start;
    }
    /* Dashboard Style for SideBar */
    .only-mov-padd {
        padding-top: 30px;
        position: relative;
    }
    .sidenav-trigger-custom {
        position: absolute;
        left: 18px;
        top: 10px;
        line-height: 1;
    }
    .sidebar-left {
        background-color: #fff;
        z-index: 996;
        left: 0;
    }
    .sidebar-left .sidebar {
        padding-right: 1.5rem;
        overflow: auto;
    }
    .sidebar-left .sidebar-overlay-sidebar-custom {
        content: "";
        background-color: rgba(0, 0, 0, 0.5);
        width: 500%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 100%;
        display: none;
        opacity: 0;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
    }
    .sidebar-left.sidebar-left-show .sidebar-overlay-sidebar-custom {
        display: block;
        opacity: 1;
        -webkit-animation: fadeinout 0.5s linear forwards;
        animation: fadeinout 0.5s linear forwards;
    }
    .sidebar .sidebar-content .sidebar-menu#sidebar-list {
        position: relative;
        top: auto;
        left: 0;
        width: 100%;
        height: auto !important;
        padding-left: 0;
    }
    .sidebar .sidebar-content .sidebar-menu#sidebar-list .app-sidebar {
        position: relative;
        top: auto;
        width: 100%;
        height: auto;
        padding-right: 0;
        padding-left: 0;
        -webkit-transform: none !important;
        -ms-transform: none !important;
        transform: none !important;
    }
    /* Dashboard Style for Side Bar */
    .sidebar .sidebar-content .sidebar-menu ul li.active > a {
        margin-right: 0;
    }

    .email-list.display-grid .collapsible-body {
        padding-top: 10px;
    }

    .email-list.display-grid .collapsible-body .collapsible.collapsible-sub li {
        padding-top: 0;
        padding-bottom: 0;
    }

    .email-list.display-grid .collapsible-body .collapsible.collapsible-sub li a {
        padding: 0 !important;
        margin-right: 0;
    }

    .collapsible.collapsible-sub li a > i.material-icons {
        line-height: 24px;
        height: 24px;
        float: left;
    }
}

@media only screen and (min-width: 993px) and (max-width: 1279px) {
    aside.sidenav-main .sidenav-overlay-sidebar-custom {
        content: "";
        background-color: rgba(0, 0, 0, 0.5);
        width: 100%;
        height: calc(100% - 64px);
        position: fixed;
        top: 64px;
        left: 0;
        display: none;
        opacity: 0;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
    }
    .sidenav-main .sidenav {
        top: 64px;
    }
    ul#slide-out.sidenav.sidenav-fixed {
        -webkit-transform: translateX(-105%) !important;
        -ms-transform: translateX(-105%) !important;
        transform: translateX(-105%) !important;
        -webkit-transition: all 300ms ease-in-out !important;
        -moz-transition: all 300ms ease-in-out !important;
        -ms-transition: all 300ms ease-in-out !important;
        -o-transition: all 300ms ease-in-out !important;
        transition: all 300ms ease-in-out !important;
    }
    .sidenav-overlay {
        background-color: rgba(0, 0, 0, 0.5) !important;
        -webkit-transition: all 300ms ease-in-out;
        -moz-transition: all 300ms ease-in-out;
        -ms-transition: all 300ms ease-in-out;
        -o-transition: all 300ms ease-in-out;
        transition: all 300ms ease-in-out;
    }
    aside.showSideNav ul#slide-out.sidenav.sidenav-fixed {
        -webkit-transform: translateX(0) !important;
        -ms-transform: translateX(0) !important;
        transform: translateX(0) !important;
    }
    aside.sidenav-main.showSideNav .sidenav-overlay-sidebar-custom {
        display: block;
        opacity: 1;
        -webkit-animation: fadeinout 0.5s linear forwards;
        animation: fadeinout 0.5s linear forwards;
    }
}

@media only screen and (max-width: 992px) {
    header nav.navbar-color ul.left.custom-left {
        left: 60px;
    }
}

@media only screen and (max-width: 900px) {
}

@-webkit-keyframes fadeinout {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes fadeinout {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}


/*// Risk Comments //*/

/* CSS Document */

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
}

.rt-container img{ border:none;}

.rt-container p{ margin:0; padding:0;}


.rt-container h1{

    font-size: 36px;

    font-weight:normal;
}


.rt-container h2 {
    border-bottom: 4px solid #DDDDDD;
    font-size: 22px;
    font-weight: normal;
    margin-bottom: 12px;
    padding-bottom: 6px;
    margin-top:15px;

}
.rt-container h3{
    border-bottom: 1px solid #CCCCCC;
    clear: both;

    display: block;
    font: 14px arial;
    margin-bottom: 10px;
    padding-bottom: 4px;
    padding-top: 10px;
    text-transform: uppercase;

}




/*Comments Reader*/

#reader {
    float: left;

}

#reader ol {
    margin: 0;
    padding: 0;
}

#reader li {
    list-style: none outside none;
    margin-bottom:6px;
}

#reader .comment_box {
    background: none repeat scroll 0 0 #F6F6F6;
    float: left;
    margin-bottom: 20px;
    padding: 5px;
    box-sizing: content-box;
    border: 1px solid #CCCCCC;
    width:100%;

}
#reader .arrow-down {
    width: 0; 
    height: 0; 
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;	
    border-top: 10px solid #CCCCCC;
    position:relative;
    top:42px;
}

#reader .comment_box:hover{
    border: 1px solid #127FBB;
}

#reader .comment_box img {
    border: 1px solid #C9C9C9;
    box-shadow: 0 2px 7px #DFDFDF;
    margin-right: 10px;
    padding: 3px;
    float:left;
    width:48px;
    height:48px;
}

#reader .comment_box img:hover{
    border: 1px solid #127FBB;
}

#reader .comment-meta {
    margin-bottom: 4px;
    overflow: auto;
}

#reader .commentsuser {
    float: left;
    font-size: 12px;
    color: #000000;
    font-weight:bold;
}
#reader .comment_date {
    float: right;
    font-size: 12px;
    color:#000;
}

#reader .comment-body {
    color: #848484;
    font-size: 12px;
}


#reader .reply a{   
    background: -moz-linear-gradient(center top , #EFEFEF 0%, #D1D1D1 100%) repeat scroll 0 0 transparent;
    border: 1px solid #CCCCCC;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 0 5px #CCCCCC;
    color: #183A52;
    cursor: pointer;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: -0.02em;
    padding: 5px;
    text-decoration: none;
    text-shadow: 0 1px 0 #FFFFFF;
    display:block; 
    float:right; 
}

#reader .reply a:hover{
    background: #e6f5fd; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U2ZjVmZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNhN2Q5ZjUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #e6f5fd 0%, #a7d9f5 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e6f5fd), color-stop(100%,#a7d9f5)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #e6f5fd 0%,#a7d9f5 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #e6f5fd 0%,#a7d9f5 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #e6f5fd 0%,#a7d9f5 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #e6f5fd 0%,#a7d9f5 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6f5fd', endColorstr='#a7d9f5',GradientType=0 ); /* IE6-8 */
    border-radius: 5px 5px 5px 5px;
    border: 1px solid #29B5EA;
    cursor:pointer;
    padding:5px;
    -moz-box-shadow: 0 0 5px #ccc; -webkit-box-shadow: 0 0 5px #ccc; 
    box-shadow: 0 0 5px #ccc; color: #183a52; font-size: 12px; font-weight: bold; letter-spacing: -0.02em; text-decoration: none; -moz-box-text-shadow: 0 1px 0 #fff; text-shadow: 0 1px 0 #fff;
}



/*Commment Reader Child*/

#reader ul{ margin:0; padding:0;}


#reader ol li ul li {
    float: left;
}


#reader ol li ul li .comment_box {
    margin-left: 5%;
    width: 95%;
}

#reader ol li ul ul li .comment_box {
    margin-left: 10%;
    width: 90%;
}


#reader ol li ul ul ul li .comment_box {
    margin-left: 15%;
    width: 85%;
}


#reader ol li ul ul ul ul li .comment_box {
    margin-left: 20%;
    width: 80%;
}



#respond{

    margin:0 auto;
}


#respond p{
    margin-bottom: 20px;
}

#respond .commentfields {
    float: left;
    margin-bottom: 10px;
    width: 100%;
}

#respond .cmxform{
    width:620px;
}

#respond span{
    color: #e91450;
}

#respond label.name{
    margin-right: 8px;
}
#respond label.email{
    margin-right: 12px;
}
#respond label.website{
    margin-right: 5px;
}
label.error { float: none; color: #E91450; padding-left: .5em; vertical-align: top; font-family: Verdana; font-size:11px;}



#respond .comment-input{
    background: rgb(237,241,244); /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VkZjFmNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmN2Y0ZjQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  rgba(237,241,244,1) 0%, rgba(247,244,244,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(237,241,244,1)), color-stop(100%,rgba(247,244,244,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(237,241,244,1) 0%,rgba(247,244,244,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(237,241,244,1) 0%,rgba(247,244,244,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(237,241,244,1) 0%,rgba(247,244,244,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(237,241,244,1) 0%,rgba(247,244,244,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#edf1f4', endColorstr='#f7f4f4',GradientType=0 ); /* IE6-8 */

    border: 1px solid #CCCCCC;
    border-radius: 5px 5px 5px 5px;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 12px;
    margin: 0;
    padding: 5px;
    width: 288px;
    height: 35px;
    line-height:35px;
}

#respond .comment-textarea {
    background: rgb(237,241,244); /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VkZjFmNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmN2Y0ZjQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  rgba(237,241,244,1) 0%, rgba(247,244,244,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(237,241,244,1)), color-stop(100%,rgba(247,244,244,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(237,241,244,1) 0%,rgba(247,244,244,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(237,241,244,1) 0%,rgba(247,244,244,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(237,241,244,1) 0%,rgba(247,244,244,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(237,241,244,1) 0%,rgba(247,244,244,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#edf1f4', endColorstr='#f7f4f4',GradientType=0 ); /* IE6-8 */


    border: 1px solid #CCCCCC;
    border-radius: 5px 5px 5px 5px;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 12px;
    margin: 0;
    overflow: hidden;
    padding: 5px;
    width: 100%;
    float:left;
    height:150px;
}

#respond .commentbtn{
    background: #efefef; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VmZWZlZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkMWQxZDEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #efefef 0%, #d1d1d1 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#efefef), color-stop(100%,#d1d1d1)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #efefef 0%,#d1d1d1 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #efefef 0%,#d1d1d1 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #efefef 0%,#d1d1d1 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #efefef 0%,#d1d1d1 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efefef', endColorstr='#d1d1d1',GradientType=0 ); /* IE6-8 */

    float:right;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    border-radius: 5px 5px 5px 5px;
    border: 1px solid #CCCCCC;
    cursor:pointer;
    padding:5px;
    -moz-box-shadow: 0 0 5px #ccc; -webkit-box-shadow: 0 0 5px #ccc; 
    box-shadow: 0 0 5px #ccc; color: #183a52; font-size: 12px; font-weight: bold; letter-spacing: -0.02em; text-decoration: none; -moz-box-text-shadow: 0 1px 0 #fff; text-shadow: 0 1px 0 #fff;

}

#respond .commentbtn:hover{
    background: #e6f5fd; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U2ZjVmZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNhN2Q5ZjUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #e6f5fd 0%, #a7d9f5 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e6f5fd), color-stop(100%,#a7d9f5)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #e6f5fd 0%,#a7d9f5 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #e6f5fd 0%,#a7d9f5 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #e6f5fd 0%,#a7d9f5 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #e6f5fd 0%,#a7d9f5 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6f5fd', endColorstr='#a7d9f5',GradientType=0 ); /* IE6-8 */
    border-radius: 5px 5px 5px 5px;
    border: 1px solid #29B5EA;
    cursor:pointer;
    padding:5px;
    -moz-box-shadow: 0 0 5px #ccc; -webkit-box-shadow: 0 0 5px #ccc; 
    box-shadow: 0 0 5px #ccc; color: #183a52; font-size: 12px; font-weight: bold; letter-spacing: -0.02em; text-decoration: none; -moz-box-text-shadow: 0 1px 0 #fff; text-shadow: 0 1px 0 #fff;
}

#respond .comment-input:hover,#respond .comment-textarea:hover{
    border: 1px solid #127FBB;
}

#respond .comment-input:focus,#respond .comment-textarea:focus  {
    background: #D4EDF6;
    border: 1px solid #127FBB;
}

@import url('https://fonts.googleapis.com/css?family=Raleway:400,500,600,700,800,900');



.rt-container a{
    font-family: "Raleway",sans-serif;
    text-decoration: none;
    outline: none;
}
.rt-container a:hover, .rt-container a:focus {
    color: #373e18;
}
.rt-container section {
    float: left;
    width: 100%;
    margin-top:3em;
    margin-bottom:2em;
}
.rt-container h2 {
    color: #1a0e0e;
    font-size: 26px;
    font-weight: 700;
    margin: 0;
    line-height: normal;
    text-transform:uppercase;
}
.rt-container h2 span {
    display: block;
    padding: 0;
    font-size: 18px;
    opacity: 0.7;
    margin-top: 5px;
    text-transform:uppercase;
}

#float-right{
    float:right;	
}

/* ******************************************************
        Header
*********************************************************/

.ScriptTop {
    background: #fff none repeat scroll 0 0;
    float: left;
    font-size: 0.69em;
    font-weight: 600;
    line-height: 2.2;
    padding: 12px 0;
    text-transform: uppercase;
    width: 100%;
}

/* To Navigation Style 1*/
.ScriptTop ul {
    margin: 24px 0;
    padding: 0;
    text-align: left;
}
.ScriptTop li{
    list-style:none;	
    display:inline-block;
}
.ScriptTop li a {
    background: #6a4aed none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    padding: 5px 18px;
    text-decoration: none;
    text-transform: capitalize;
}
.ScriptTop li a:hover{
    background:#000;
    color:#fff;
}


/* Header*/
.ScriptHeader {
    float: left;
    width: 100%;
    padding-top: 3em;
}
.rt-heading {
    padding-bottom: 10px;
    margin: 0 auto;
}

.ScriptHeader h1{
    color: #4a97ed;
    font-size: 26px;
    font-weight: 700;
    margin: 0;
    line-height: normal;
}
.ScriptHeader h2 {

    color: #2e7dd7;
    font-size: 24px;
    font-weight: 400;
    margin: 5px 0 0;
    line-height: normal;

}
.ScriptHeader h1 span {
    display: block;
    padding: 0;
    font-size: 22px;
    opacity: 0.7;
    margin-top: 5px;
    text-transform:uppercase;
}
.ScriptHeader span {
    display: block;
    padding: 0;
    font-size: 22px;
    opacity: 0.7;
    margin-top: 5px;
}




/* ******************************************************
        Live Demo
*********************************************************/





/* ******************************************************
        Responsive Grids
*********************************************************/

.rt-container {
    margin: 0 auto;
    padding-left:12px;
    padding-right:12px;
}
.rt-row:before, .rt-row:after {
    display: table;
    line-height: 0;
    content: "";
}

.rt-row:after {
    clear: both;
}
[class^="col-rt-"] {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    padding: 0 15px;
    min-height: 1px;
    position: relative;
}


@media (min-width: 768px) {
    .rt-container {
        width: 750px;
    }
    [class^="col-rt-"] {
        float: left;
        width: 49.9999999999%;
    }
    .col-rt-6, .col-rt-12 {
        width: 100%;
    }

}

@media (min-width: 1200px) {
    .rt-container {
        width: 1170px;
    }
    .col-rt-1 {
        width:16.6%;
    }
    .col-rt-2 {
        width:30.33%;
    }
    .col-rt-3 {
        width:50%;
    }
    .col-rt-4 {
        width: 67.664%;
    }
    .col-rt-5 {
        width: 83.33%;
    }


}

@media only screen and (min-width:240px) and (max-width: 768px){
    .ScriptTop h1, .ScriptTop ul {
        text-align: center;
    }
    .ScriptTop h1{
        margin-top:0;
        margin-bottom:15px;
    }
    .ScriptTop ul{
        margin-top:12px;		
    }

    .ScriptHeader h1,
    .ScriptHeader h2, 
    .scriptnav ul{
        text-align:center;	
    }
    .scriptnav ul{
        margin-top:12px;		
    }
    #float-right{
        float:none;	
    }

}
