#grid {
    -moz-transform: translate(1px, 0px);
    -ms-transform: translate(1px, 0px);
    -webkit-transform: translate(1px, 0px);
    transform: translate(1px, 0px);
}

#graph-1 {
    stroke: url(#gradient-1);
    stroke-width: 1.5;
    fill: transparent;
    stroke-linecap: round;
    stroke-linejoin: round;
    -moz-animation: lineani 1.3s linear forwards;
    -webkit-animation: lineani 1.3s linear forwards;
    animation: lineani 1.3s linear forwards;
}

#graph-2 {
    stroke: url(#gradient-2);
    stroke-width: 1.5;
    fill: transparent;
    stroke-linecap: round;
    stroke-linejoin: round;
    -moz-animation: lineani 1.3s linear forwards;
    -webkit-animation: lineani 1.3s linear forwards;
    animation: lineani 1.3s linear forwards;
}

#poly-1 {
    fill: url(#gradient-3);
}

#poly-2 {
    fill: url(#gradient-4);
}

@-moz-keyframes lineani {
    to {
        stroke-dashoffset: 0;
    }
}

@-webkit-keyframes lineani {
    to {
        stroke-dashoffset: 0;
    }
}

@keyframes lineani {
    to {
        stroke-dashoffset: 0;
    }
}

.underlay {
    stroke-width: 5;
    fill: transparent;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke: #ebedee;
}

#circle-graph-1 {
    stroke: url(#gradient-1);
    stroke-width: 5;
    fill: transparent;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.chart-circle {
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

#circle-graph-2 {
    stroke: url(#gradient-2);
    stroke-width: 5;
    fill: transparent;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.charts-container {
    padding: 0px;
    width: 100%;
    max-width: 1024px;
    display: inline-block;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.chart {
    color: #ea5f40;
    text-align: left;
    position: relative;
    height: auto;
    background-color: #FFF;
    display: inline-block;
    float: left;
    position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 10px !important;
    padding: 15px 20px 65px 20px;
}

.chart.circle {
    padding: 15px 20px 40px 20px;
}

@media screen and (max-width:700px) {
    .chart {
        width: calc(100% - 20px);
    }
}

@media screen and (min-width:700px) {
    .chart {
        width: calc(50% - 20px);
    }
}

.title {
    font-size: 18px;
    margin-bottom: 12px;
}

.chart-circle {
    display: inline-block;
    position: relative;
}

.chart-svg {
    position: relative;
}

.circle-percentage {
    position: absolute;
    color: #ea5f40;
    font-size: 48px;
    left: 50%;
    top: 50%;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

@media screen and (max-width:480px) {
    .circle-percentage {
        font-size: 32px;
    }
}

.align-center {
    text-align: center;
}

.chart-line {
    width: 80%;
}

.valueX {
    font-size: 14px;
}

.chart-values {
    text-align: right;
    font-size: 16px;
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 15px;
}

.h-value {
    -moz-transition: ease-in-out 700ms;
    -o-transition: ease-in-out 700ms;
    -webkit-transition: ease-in-out 700ms;
    transition: ease-in-out 700ms;
    opacity: 0;
}

.h-value.visible {
    opacity: 1;
}

.percentage-value {
    -moz-transition: ease-in-out 700ms;
    -o-transition: ease-in-out 700ms;
    -webkit-transition: ease-in-out 700ms;
    transition: ease-in-out 700ms;
    color: #48c15e;
    margin-top: 2px;
    opacity: 0;
}

.percentage-value.negative {
    color: #ef6670;
}

.percentage-value.visible {
    opacity: 1;
}

.total-gain {
    color: #ea5f40;
    font-size: 48px;
}

.triangle {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 28px 0 0 28px;
    position: absolute;
    left: 0;
    bottom: 0;
}

.triangle.red {
    border-color: transparent transparent transparent #ef6670;
}

.triangle.green {
    border-color: transparent transparent transparent #48c15e;
}

.triangle.blue {
    border-color: transparent transparent transparent #FFF;
}

.horizontal,
.vertical {
    stroke-width: 0.1;
    stroke: #ebedee;
}

.cf:before,
.cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}

.followlinks {
    position: fixed;
    right: 35px;
    bottom: 15px;
    display: table;
}

.followlinks a {
    display: table-cell;
    vertical-align: middle;
    padding-left: 10px;
    color: #ea5f40;
}

.followlinks a svg path {
    fill: #ea5f40;
}

.heartIt {
    margin-top: 50px;
    margin-bottom: 80px;
}

.heartIt p {
    font-size: 24px;
    line-height: 40px;
}

.heartIt img {
    width: 64px;
    height: auto;
    opacity: 0.7;
    -webkit-filter: invert(100%);
    filter: invert(100%);
}

.original {
    color: #ef6670;
    font-size: 14px;
}

.slick-slide:focus,
.slick-slide:active,
.slick-slide,
blockquote {
    outline: 0;
    border: none;
    -moz-outline-style: none;
}

.ui-widget.ui-widget-content {
    border: 1px solid #c5c5c5;
    margin-left: 0.75em !important;
    border-left: .75em solid transparent;
    border-top: none;
    border-bottom: none;
    border-right: none;
}

.ui-widget-content {
    background: transparent;
}

.ui-menu .ui-menu-item {
    background: #FFF;

    font-family: "Montserrat", sans-serif;
}

.ui-menu .ui-menu-item-wrapper {
    padding: 8px 0.75em!important;
    font-family: "Montserrat", sans-serif;
    font-size: 0.9em;
    color: #222;
    font-weight: bold;
    border: 1px solid #ebedee;

}
.ui-menu .ui-menu-item-wrapper:hover, .ui-menu .ui-menu-item-wrapper:active, .ui-menu .ui-menu-item-wrapper:focus{
    background: #88c5e8;
    border: 1px solid #88c5e8;
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
}
.ui-widget.ui-widget-content{
    border: none;
}
.ui-widget-content{
    background: transparent;
}
.ui-menu .ui-menu-item{
    width: 96%;
    margin: auto;
}

#sentFormNew input[type="text"] {
    padding-left: 1.5em;
}

.slider-img {
    height: 100px;
}

.slider {
    width: 100%;
    margin: 0 auto;
    height: 150px;
}

.slider-div {
    height: 150px;
    background: #FFF;
    max-width: 240px;
    white-space: nowrap;
    text-align: center;
    padding: 5px 30px
}

.helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.slider-div img {
    vertical-align: middle;
    max-height: 140px;
    max-width: 180px;
    display: inline-block;
    height: auto;
}

.slick-list {
    margin-right: 30px;
    margin-left: 30px;
    background: #FFF;
}

.slider-div a {
    cursor: context-menu;
}

.slick-prev,
.slick-next {
    width: 30px;
    height: 30px;
}

.slick-prev:before,
.slick-next:before {
    font-size: 0;
}

/*#loader1{position:absolute;top:65px;left:0;width:100%;background:white;z-index:50000;}*/

.image-loader {
    border: 12px solid #f3f3f3;
    border-radius: 50%;
    border-top: 12px solid #88c5e8;
    width: 80px;
    height: 80px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    margin: auto;
    margin-top: 70px !important;
}

.slick-slide:focus,
.slick-slide:active,
.slick-slide,
blockquote {
    outline: 0;
    border: none;
    -moz-outline-style: none;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

::-moz-selection {
    color: #808080;
    background: #FFF;
}

::selection {
    color: #808080;
    background: #FFF;
}

.at-section__title {
    margin: 0 0 70px;
    color: #000;
    font-family: 'Roboto', sans-serif;
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 2.625rem;
    text-align: center;
}

.at-grid {
    /*    display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        background: #FFF;*/
}


.at-column {
    width: 25%;
    height: 320px;
    position: relative;
    background: #FFF;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    border: 1px solid #E2E9ED;
    padding: 0px;
    box-sizing: border-box;
    transition: box-shadow 0.2s ease, -webkit-transform 0.2s ease;
    transition: box-shadow 0.2s ease, transform 0.2s ease;
    transition: box-shadow 0.2s ease, transform 0.2s ease, -webkit-transform 0.2s ease;
    margin: 15px;
    overflow: hidden;

}

.at-column-empty {
    z-index: 0;
    position: relative;
    background: #FFF;
    padding: 0px;
    box-sizing: border-box;
    transition: box-shadow 0.2s ease, z-index 0s 0.2s ease, -webkit-transform 0.2s ease;
    transition: box-shadow 0.2s ease, transform 0.2s ease, z-index 0s 0.2s ease;
    transition: box-shadow 0.2s ease, transform 0.2s ease, z-index 0s 0.2s ease, -webkit-transform 0.2s ease;
}

.at-column:before {
    content: "";
    display: block;
    padding-top: 100%;
}

.at-column:hover {
    z-index: 1;
    /*box-shadow: 0 8px 50px rgba(0, 0, 0, 0.2);*/
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    transition: box-shadow 0.2s ease, z-index 0s 0s ease, -webkit-transform 0.2s ease;
    transition: box-shadow 0.2s ease, transform 0.2s ease, z-index 0s 0s ease;
    transition: box-shadow 0.2s ease, transform 0.2s ease, z-index 0s 0s ease, -webkit-transform 0.2s ease;
}



.at-user {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    text-align: center;
}

.at-user__avatar {
    width: 130px;
    height: 130px;
    border-radius: 100%;
    margin: 0 auto 20px;
    overflow: hidden;
}

.at-user__avatar img {
    display: block;
    width: 100%;
    max-width: 100%;
}

.at-user__name {
    color: #313435;
    font-family: montserrat-regular, 'Quicksand', sans-serif;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 2.625rem;
}

.at-user__title {
    color: #4f514f;
    font-family: montserrat-regular, 'Quicksand', sans-serif;
    font-size: 12px;
    line-height: 2.375rem;
    margin-top: -10px;
}

hr {
    border-width: 1px 0 0;
    border-style: solid;
    border-color: #969795;
    margin-top: 25px;
}

.at-read-more {
    color: #181445;
    font-family: montserrat-regular, 'Quicksand', sans-serif;
    font-size: 0.875rem;
    line-height: 2.375rem;
    margin-top: 25px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    background: #FFF;
    position: relative;
    top: 10px;
    text-transform: uppercase;
}

.at-read-more:focus {
    background: #FFF !important;
    color: #808080;
}

.at-read-more:active,
.at-read-more:hover,
.at-read-more:focus,
.at-read-more:visited,
.at-read-more:link {
    background: #FFF !important;
    color: #808080;
}

a.at-read-more:active {
    background: #FFF !important;
    color: #808080;
}

.at-social {
    margin: 0 0 -18px;
    opacity: 1;
    transition: margin 0.2s ease, opacity 0.2s ease;
}

.at-social__item {
    display: inline-block;
    margin: 0 10px;
}

.at-social__item a {
    display: block;
}

.at-social__item svg {
    fill: #515F65;
    display: block;
    height: 18px;
    transition: fill 0.2s ease;
}

.at-social__item svg:hover {
    fill: #788D96;
}

.at-info {
    width: 100%;
    height: 320px;
    overflow: auto;
    padding: 10px 30px;
    background-color: #FFF;
    text-align: center;
    color: #000;
    font-family: 'Quicksand', sans-serif;
    position: absolute;
    top: 320px;
}

.at-info {
    font-size: 15px;
    line-height: 25px;
}

.at-user__avatar {
    width: 120px;
    height: 120px;
    border-radius: 100%;
    margin: 0 auto 20px;
    overflow: hidden;
}

@media (max-width:640px) {
    .at-user__avatar {
        width: 100px;
        height: 100px;
        border-radius: 100%;
        margin: 0 auto 20px;
        overflow: hidden;
    }
}

.link-btn {
    position: relative;
    top: 12px;
    left: 5px;
}

.info {
    opacity: 0;
}

a {
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}


.inputContainer i {
    position: absolute;
    right: 0px;
}
.inputContainer {
    width: 100%;
}
.icon {
    padding: 11px 14px;
    color: #88c5e8;
    width: 100px;
    font-size: 20px;
    background: #FFF;
    border-radius: 0 50% 50% 0;
    border-left: 1px solid #d3d3d3;
    cursor: pointer;
}

@media (max-width:598px) {
    .icon {
        width: 60px;

    } 
}