/*------------------------------------------------------------------
[Responsive Stylesheet]
[Table of contents]
1.  Responsive Max_319px
2.  Responsive Min_320px Max_479px
3.  Responsive Max_479px
4.  Responsive Min_480px Max_767px
5.  Responsive Max_600px
6.  Responsive Min_681px Max_1200px
7.  Responsive Max_767px
8.  Responsive Min_768px Max_990px
9.  Responsive Min_768px Max_992px
10. Responsive Min_768px Max_1023px
11. Responsive Max_990px
12. Responsive Max_992px
13. Responsive Min_991px Max_1024px
14. Responsive Min_992px and Max_1199px
15. Responsive Max_1000px
16. Responsive Max_1024px
17. Responsive Min_1025 Max_1367px
18. Responsive Max_1200px
19. Responsive Min_1367px
-------------------------------------------------------------------*/


@media only screen and (min-width: 1024px) {
    .megamenu-dropdown h2,
    .megamenu-dropdown-content a,
    .megamenu-dropdown-content ul a {
        height: 50px;
        line-height: 50px;
    }
    .megamenu-dropdown {
        position: absolute;
        top: 100%;
        height: auto;
        width: auto;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
        background-color: #ffffff;
        color: #111433;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
        opacity: 0;
        -webkit-transform: translateY(30px);
        -moz-transform: translateY(30px);
        -ms-transform: translateY(30px);
        -o-transform: translateY(30px);
        transform: translateY(30px);
        -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s, -webkit-transform 0.3s 0s;
        -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s, -moz-transform 0.3s 0s;
        transition: opacity 0.3s 0s, visibility 0s 0.3s, transform 0.3s 0s;
    }
    .open-to-left .megamenu-dropdown {
        right: 0;
        left: auto;
    }
    .megamenu-dropdown h2, .megamenu-dropdown .megamenu-close {
        display: none;
    }
    .megamenu-dropdown.dropdown-is-active {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
        -webkit-transition: opacity 0.3s 0s, visibility 0.3s 0s, -webkit-transform 0.3s 0s;
        -moz-transition: opacity 0.3s 0s, visibility 0.3s 0s, -moz-transform 0.3s 0s;
        transition: opacity 0.3s 0s, visibility 0.3s 0s, transform 0.3s 0s;
    }
    .megamenu-dropdown-content, .megamenu-dropdown-content ul {
        padding-top: 0;
        overflow: visible;
    }
    .megamenu-dropdown-content a, .megamenu-dropdown-content ul a {
        color: #111433;
        height: 50px;
        line-height: 50px;
        font-size: 14px;
        border-color: #ebebeb;
    }
    .megamenu-dropdown-content .megamenu-divider, .megamenu-dropdown-content ul .megamenu-divider {
        background-color: transparent;
        color: #b3b3b3;
        border-top: 1px solid #ebebeb;
    }
    .megamenu-dropdown-content .megamenu-divider + li > a, .megamenu-dropdown-content ul .megamenu-divider + li > a {
        border-top-width: 1px;
    }
    .megamenu-dropdown-content.is-hidden > li > a, .megamenu-dropdown-content.is-hidden > li > .megamenu-search, .megamenu-dropdown-content.is-hidden > .megamenu-divider, .megamenu-dropdown-content.move-out > li > a, .megamenu-dropdown-content.move-out > li > .megamenu-search, .megamenu-dropdown-content.move-out > .megamenu-divider, .megamenu-dropdown-content ul.is-hidden > li > a, .megamenu-dropdown-content ul.is-hidden > li > .megamenu-search, .megamenu-dropdown-content ul.is-hidden > .megamenu-divider, .megamenu-dropdown-content ul.move-out > li > a, .megamenu-dropdown-content ul.move-out > li > .megamenu-search, .megamenu-dropdown-content ul.move-out > .megamenu-divider {
        opacity: 1;
    }
    .megamenu-dropdown-content {
        /* reset mobile style */
        position: static;
        height: auto;
        width: 280px;
    }
    .megamenu-dropdown-content > li:last-of-type a {
        border-bottom: none;
    }
    .no-touch .megamenu-dropdown-content > li:not(.has-children) a:hover {
        color: #ffd500;
    }
    .megamenu-dropdown-content.move-out > li > a, .megamenu-dropdown-content.move-out > li > .megamenu-search, .megamenu-dropdown-content.move-out > .megamenu-divider {
        /* reset mobile style */
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
    .megamenu-dropdown-content .megamenu-secondary-dropdown, .megamenu-dropdown-content .megamenu-dropdown-gallery, .megamenu-dropdown-content .megamenu-dropdown-icons {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
        left: 100%;
        height: auto;
        background-color: #ffffff;
        box-shadow: 0 2px 14px rgba(0, 0, 0, 0.1);
    }
    .megamenu-dropdown-content .megamenu-secondary-dropdown::after, .megamenu-dropdown-content .megamenu-dropdown-gallery::after, .megamenu-dropdown-content .megamenu-dropdown-icons::after {
        clear: both;
        content: "";
        display: table;
    }
    .open-to-left .megamenu-dropdown-content .megamenu-secondary-dropdown, .open-to-left .megamenu-dropdown-content .megamenu-dropdown-gallery, .open-to-left .megamenu-dropdown-content .megamenu-dropdown-icons {
        /* use the .open-to-left class if you want to open the dropdown on the left */
        left: auto;
        right: 100%;
    }
    .megamenu-dropdown-content .megamenu-secondary-dropdown.is-hidden, .megamenu-dropdown-content .megamenu-dropdown-gallery.is-hidden, .megamenu-dropdown-content .megamenu-dropdown-icons.is-hidden {
        /* reset mobile style */
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
    .megamenu-dropdown-content .megamenu-secondary-dropdown.fade-in, .megamenu-dropdown-content .megamenu-dropdown-gallery.fade-in, .megamenu-dropdown-content .megamenu-dropdown-icons.fade-in {
        /* animate secondary dropdown items when hovering over of of the .megamenu-dropdown-content list items */
        -webkit-animation: megamenu-fade-in 0.2s;
        -moz-animation: megamenu-fade-in 0.2s;
        animation: megamenu-fade-in 0.2s;
    }
    .megamenu-dropdown-content .megamenu-secondary-dropdown.fade-out, .megamenu-dropdown-content .megamenu-dropdown-gallery.fade-out, .megamenu-dropdown-content .megamenu-dropdown-icons.fade-out {
        /* animate secondary dropdown items when hovering over of of the .megamenu-dropdown-content list items */
        -webkit-animation: megamenu-fade-out 0.2s;
        -moz-animation: megamenu-fade-out 0.2s;
        animation: megamenu-fade-out 0.2s;
    }
    .megamenu-dropdown-content .megamenu-secondary-dropdown > .go-back, .megamenu-dropdown-content .megamenu-dropdown-gallery > .go-back, .megamenu-dropdown-content .megamenu-dropdown-icons > .go-back {
        display: none;
    }
    .megamenu-dropdown-content .megamenu-secondary-dropdown > .see-all, .megamenu-dropdown-content .megamenu-dropdown-gallery > .see-all, .megamenu-dropdown-content .megamenu-dropdown-icons > .see-all {
        position: absolute;
        bottom: 20px;
        height: 45px;
        text-align: center;
    }
    .megamenu-dropdown-content .megamenu-secondary-dropdown > .see-all a, .megamenu-dropdown-content .megamenu-dropdown-gallery > .see-all a, .megamenu-dropdown-content .megamenu-dropdown-icons > .see-all a {
        margin: 0;
        height: 100%;
        line-height: 45px;
        background: #252525;
        pointer-events: auto;
        -webkit-transition: color 0.2s, background-color 0.2s;
        -moz-transition: color 0.2s, background-color 0.2s;
        transition: color 0.2s, background-color 0.2s;
    }
    .no-touch .megamenu-dropdown-content .megamenu-secondary-dropdown > .see-all a:hover, .no-touch .megamenu-dropdown-content .megamenu-dropdown-gallery > .see-all a:hover, .no-touch .megamenu-dropdown-content .megamenu-dropdown-icons > .see-all a:hover {
        color: #ffffff;
        background-color: #111433;
    }
    .megamenu-dropdown-content .megamenu-secondary-dropdown .megamenu-dropdown-item, .megamenu-dropdown-content .megamenu-secondary-dropdown a, .megamenu-dropdown-content .megamenu-dropdown-gallery .megamenu-dropdown-item, .megamenu-dropdown-content .megamenu-dropdown-gallery a, .megamenu-dropdown-content .megamenu-dropdown-icons .megamenu-dropdown-item, .megamenu-dropdown-content .megamenu-dropdown-icons a {
        border: none;
    }
    .megamenu-dropdown-content .megamenu-dropdown-gallery, .megamenu-dropdown-content .megamenu-dropdown-icons {
        padding: 20px;
    }
    .megamenu-dropdown-content .megamenu-dropdown-gallery > .see-all, .megamenu-dropdown-content .megamenu-dropdown-icons > .see-all {
        width: calc(100% - 60px);
    }
    .megamenu-dropdown-content .megamenu-dropdown-icons > li, .megamenu-dropdown-content .megamenu-secondary-dropdown > li {
        width: 50%;
        float: left;
    }
    .megamenu-dropdown-content .megamenu-secondary-dropdown {
        overflow: hidden;
        width: 550px;
        padding-bottom: 0px;
    }
    .megamenu-dropdown-content .megamenu-secondary-dropdown::before {
        /* this is the separation line in the middle of the .megamenu-secondary-dropdown element */
        position: absolute;
        content: '';
        top: 290px;
        left: 15px;
        height: 1px;
        width: 520px;
        background-color: #ebebeb;
    }
    .megamenu-dropdown-content .megamenu-secondary-dropdown > li > a {
        color: #252525;
        font-size: 14px;
        margin-bottom: 10px;
        line-height: 1.5;
        height: 30px;
        pointer-events: none;
    }
    .megamenu-dropdown-content .megamenu-secondary-dropdown > li > a::after, .megamenu-dropdown-content .megamenu-secondary-dropdown > li > a::before {
        /* hide the arrow */
        display: none;
    }
    .megamenu-dropdown-content .megamenu-secondary-dropdown.move-out > li > a {
        /* reset mobile style */
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
    .megamenu-dropdown-content .megamenu-secondary-dropdown > li {
        margin: 30px 0 0;
        border-right-width: 1px;
        border-color: #ebebeb;
        border-style: solid;
        padding: 0 30px;
        height: 250px;
    }
    .megamenu-dropdown-content .megamenu-secondary-dropdown > li:nth-of-type(2n) {
        border-right-width: 0;
    }
    .megamenu-dropdown-content .megamenu-secondary-dropdown > li > ul {
        /* reset mobile style */
        -webkit-transform: translate(0);
        -moz-transform: translate(0);
        -ms-transform: translate(0);
        -o-transform: translate(0);
        transform: translate(0);
        position: relative;
        height: auto;
    }
    .megamenu-dropdown-content .megamenu-secondary-dropdown > li > ul > .go-back {
        display: none;
    }
    .megamenu-dropdown-content .megamenu-secondary-dropdown a {
        line-height: 1.5;
        height: 25px;
        font-size: 14px;
        padding-left: 0;
    }
    .no-touch .megamenu-dropdown-content .megamenu-secondary-dropdown a:hover {
        color: #ffd500;
    }
    .megamenu-dropdown-content .megamenu-secondary-dropdown ul {
        padding-bottom: 25px;
        overflow: hidden;
        height: auto;
    }
    .megamenu-dropdown-content .megamenu-secondary-dropdown .go-back a {
        padding-left: 20px;
        color: transparent;
    }
    .no-touch .megamenu-dropdown-content .megamenu-secondary-dropdown .go-back a:hover {
        color: transparent;
    }
    .megamenu-dropdown-content .megamenu-secondary-dropdown .go-back a::before, .megamenu-dropdown-content .megamenu-secondary-dropdown .go-back a::after {
        left: 0;
    }
    .megamenu-dropdown-content .megamenu-secondary-dropdown .see-all {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
    }
    .megamenu-dropdown-content .megamenu-dropdown-gallery {
        width: 600px;
        padding-bottom: 30px;
    }
    .megamenu-dropdown-content .megamenu-dropdown-gallery > li {
        width: 48%;
        float: left;
        margin-left: 4%;
    }
    .megamenu-dropdown-content .megamenu-dropdown-gallery > li:nth-of-type(2n) {
        margin-left: 0;
    }
    .megamenu-dropdown-content .megamenu-dropdown-gallery .megamenu-dropdown-item {
        padding: 0;
        height: auto;
        line-height: normal;
        color: #252525;
        margin-bottom: 2em;
    }
    .megamenu-dropdown-content .megamenu-dropdown-gallery > li:nth-last-of-type(2) a,
    .megamenu-dropdown-content .megamenu-dropdown-gallery > li:last-of-type a {
        margin-bottom: 0;
    }
    .megamenu-dropdown-content .megamenu-dropdown-gallery img {
        position: static;
        height: auto;
        width: 100%;
        margin: 0 0 0.6em;
    }
    .megamenu-dropdown-content .megamenu-dropdown-icons {
        width: 600px;
    }
    .megamenu-dropdown-content .megamenu-dropdown-icons .megamenu-dropdown-item {
        height: 80px;
        line-height: 1.2;
        padding: 0px 15px;
    }
    .megamenu-dropdown-content .megamenu-dropdown-icons .megamenu-dropdown-item:hover {
        background: #ebebeb;
    }
    .megamenu-dropdown-content .megamenu-dropdown-icons .megamenu-dropdown-item h3 {
        color: #252525;
        font-weight: bold;
        font-size: 16px;
        margin-top: 10px;
    }
    .megamenu-dropdown-content .megamenu-dropdown-icons .megamenu-dropdown-item p {
        display: block;
        font-size: 14px;
    }
    .megamenu-dropdown-content .megamenu-dropdown-icons .megamenu-dropdown-item::before {
        left: 25px;
    }
    .megamenu-dropdown-content > .has-children > ul {
        visibility: hidden;
    }
    .megamenu-dropdown-content > .has-children > ul.is-active {
        /* when hover over .megamenu-dropdown-content items - show subnavigation */
        visibility: visible;
    }
    .megamenu-dropdown-content > .has-children > .megamenu-secondary-dropdown.is-active > li > ul {
        /* if .megamenu-secondary-dropdown is visible - show also subnavigation */
        visibility: visible;
    }
    .megamenu-dropdown-content a.is-active {
        /* hover effect for .megamenu-dropdown-content items with subnavigation */
        color: #252525;
        background-color: #f8f5f0;
    }
    .megamenu-dropdown-content > .has-children > a.is-active::before, .megamenu-dropdown-content > .has-children > a.is-active::after {
        background: #252525;
    }
    .open-to-left .megamenu-dropdown-content > .has-children > a.is-active {
        box-shadow: inset -2px 0 0 #ffd500;
    }
    .megamenu-search input[type="search"] {
        background-color: #ebebeb;
    }
    .megamenu-search input[type="search"]::-webkit-input-placeholder {
        color: #b3b3b3;
    }
    .megamenu-search input[type="search"]::-moz-placeholder {
        color: #b3b3b3;
    }
    .megamenu-search input[type="search"]:-moz-placeholder {
        color: #b3b3b3;
    }
    .megamenu-search input[type="search"]:-ms-input-placeholder {
        color: #b3b3b3;
    }
    .open-to-left .megamenu-dropdown-content > .has-children > a {
        padding-left: 40px;
        padding-right: 20px;
    }
    .open-to-left .megamenu-dropdown-content > .has-children > a::before, .open-to-left .megamenu-dropdown-content > .has-children > a::after {
        right: auto;
        left: 20px;
        -webkit-transform-origin: 1px 50%;
        -moz-transform-origin: 1px 50%;
        -ms-transform-origin: 1px 50%;
        -o-transform-origin: 1px 50%;
        transform-origin: 1px 50%;
    }
    .has-children > a::before, .has-children > a::after, .go-back a::before, .go-back a::after {
        background: #b3b3b3;
    }
} 
 @media only screen and (min-width: 1170px) {
	 /*
     .cssanimations .cd-timeline-block:nth-child(even) .cd-timeline-content.bounce-in{
        -webkit-animation:cd-bounce-2-inverse 0.6s;
        -moz-animation:cd-bounce-2-inverse 0.6s;
        animation:cd-bounce-2-inverse 0.6s;
    }
	*/
	.cssanimations .cd-timeline-block .cd-timeline-content.bounce-in{
        -webkit-animation:cd-bounce-2-inverse 0.6s;
        -moz-animation:cd-bounce-2-inverse 0.6s;
        animation:cd-bounce-2-inverse 0.6s;
    }
     .mt_shortcode_timeline_items.cd-timeline-block:first-child{
        text-align:left !important;
    }
     .mt_shortcode_timeline_items.cd-timeline-block:first-child .cd-read-more{
        float:right !important;
    }
     .mt_shortcode_timeline_items.cd-timeline-block:first-child .cd-date{
        text-align:right !important;
    }
     .mt_shortcode_timeline_items.cd-timeline-block:nth-child(2n+2){
        text-align:left !important;
    }
     .mt_shortcode_timeline_items.cd-timeline-block:nth-child(2n+2) .cd-read-more{
        float:right !important;
    }
     .mt_shortcode_timeline_items.cd-timeline-block:nth-child(2n+3){
        text-align:left !important;
    }
     .mt_shortcode_timeline_items.cd-timeline-block:nth-child(2n+3) .cd-read-more{
        float:right !important;
    }
     .mt_shortcode_timeline_items.cd-timeline-block:nth-child(2n+3) .cd-date{
        text-align:right !important;
    }
     .cd-timeline-content{
        margin-left:0;
        padding:1.6em;
        width:65%;
    }
     .cd-timeline-content::before{
        top:24px;
        left:100%;
        border-color:transparent;
        border-left-color:white;
    }
     .cd-timeline-content .cd-read-more{
        float:right;
    }
     .cd-timeline-content .cd-date{
        position:absolute;
        width:100%;
        left:122%;
        top:-22px;
        font-size:20px;
    }
	/*
     .cd-timeline-block:nth-child(even) .cd-timeline-content{
        float:right;
    }
     .cd-timeline-block:nth-child(even) .cd-timeline-content::before{
        top:24px;
        left:auto;
        right:100%;
        border-color:transparent;
        border-right-color:white;
    }
     .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-read-more{
        float:right;
    }
     .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-date{
        left:auto;
        right:122%;
        text-align:right;
    }*/
	.cd-timeline-block .cd-timeline-content{
        float:right;
    }
     .cd-timeline-block .cd-timeline-content::before{
        top:24px;
        left:auto;
        right:100%;
        border-color:transparent;
        border-right-color:white;
    }
     .cd-timeline-block .cd-timeline-content .cd-read-more{
        float:right;
    }
     .cd-timeline-block .cd-timeline-content .cd-date{
        left:auto;
        right:122%;
        text-align:right;
		padding:1em;
    }
     .cssanimations .cd-timeline-content.is-hidden{
        visibility:hidden;
    }
     .cssanimations .cd-timeline-content.bounce-in{
        visibility:visible;
        -webkit-animation:cd-bounce-2 0.6s;
        -moz-animation:cd-bounce-2 0.6s;
        animation:cd-bounce-2 0.6s;
    }
     .cd-timeline-img{
        width:60px;
        height:60px;
        left:30%;
        margin-left:-30px;
        -webkit-transform:translateZ(0);
        -webkit-backface-visibility:hidden;
    }
     .cssanimations .cd-timeline-img.is-hidden {
        visibility:hidden !important;
    }
     .cssanimations .cd-date.is-hidden {
        visibility:hidden !important;
    }
     .cssanimations .timeline_item_title.is-hidden {
        visibility:hidden !important;
    }
     .cssanimations .timeline_item_content.is-hidden {
        visibility:hidden !important;
    }
     .cssanimations .cd-timeline-img.bounce-in {
        visibility:visible;
        -webkit-animation:cd-bounce-1 0.6s;
        -moz-animation:cd-bounce-1 0.6s;
        animation:cd-bounce-1 0.6s;
    }
     .cd-timeline-block {
        margin:4em 0;
    }
     .cd-timeline-block:first-child {
        margin-top:0;
    }
     .cd-timeline-block:last-child {
        margin-bottom:0;
    }
    .cd-timeline-img img {
      width:35px !important;
      height:35px !important;
    }
     #cd-timeline{
        margin-top:3em;
        margin-bottom:3em;
    }
     #cd-timeline::before {
        left:30% !important;
        margin-left:-2px;
    }
}
@media(max-width: 1024px){
    .ico-details .details-token .btn {
        min-width: 215px;
    }
    main.cd-main-content.is-fixed .cd-tab-filter-wrapper {
      width: 100%;
      left: 0;
    }
    .cd-tab-filter ul.cd-filters {
      padding-left: 0;
    }
    .cd-filter-content.cd-filters.list,
    .cd-filter-block {
        display: inline;
    }
    .cd-filter-block .list li {
      display: inline;
      padding-right: 10px;
    }
    .cd-filter-block .cd-filter-content input[type="search"] {
      width: auto;
    }
    .cd-filter-content {
      display: inline;
    }
    .cd-filter-block .cd-filter-content .checkbox-label::before {
      top: 50%;
    }
    .cd-filter-block h4 {
      font-size: 18px !important;
    }
    main.cd-main-content.is-fixed .cd-filter {
      left: 0px;
      top: 10%;
      width: 100%;
      height: 90px;
    }
    .cd-gallery {
      margin-top: 30px;
    }
}
@media(max-width: 1170px){
    .cd-timeline-img img {
        left: 30%;
        top: 30%;
    }
}
@media(max-width: 1200px){
    #login-page {
      width: 100%;
      height: auto;
    }
    .amChartsButton,
    .amChartsButtonSelected {
        font-size: 10px;
    }
    .amChartsInputField {
        font-size: 12px;
        width: 75px !important;
    }
    .ico-listing .panel-body p {
        font-size: 14px;
    }
    .ico-listing h3 {
        font-size: 22px !important;
    }
    main.cd-main-content.is-fixed .cd-tab-filter-wrapper {
      width: 75%;
      left: 250px;
    }
    main.cd-main-content.is-fixed .cd-filter {
      left: 280px;
      top: 25%;
      width: 18%;
    }
}

#cd-timeline {
    position:relative;
    padding:2em 0;
    margin-top:2em;
    margin-bottom:2em;
}
 #cd-timeline::before {
    content:'';
    position:absolute;
    top:0;
    left:18px;
    height:100%;
    width:4px;
    background:#fdd600;
}
 .cd-timeline-block {
    position:relative;
    margin:2em 0;
}
 .cd-timeline-block:after {
    content:"";
    display:table;
    clear:both;
}
 .cd-timeline-block:first-child {
    margin-top:0;
}
 .cd-timeline-block:last-child {
    margin-bottom:0;
}
.cd-timeline-img {
    position:absolute;
    top:0;
    
    border-radius:50%;
    box-shadow:0 0 0 4px white, inset 0 2px 0 rgba(0, 0, 0, 0.08), 0 3px 0 4px rgba(0, 0, 0, 0.05);
}
 .cd-timeline-img img {
    display:block;
    width:40px;
    height:40px;
    position:relative;
    left:40%;
    top:40%;
    margin-left:-12px;
    margin-top:-12px;
}
 .cd-timeline-img.cd-picture {
    background:#252525;
}
 .cd-timeline-img.cd-movie {
    background:#c03b44;
}
 .cd-timeline-img.cd-location {
    background:#f0ca45;
}
 .cd-timeline-content{
    position:relative;
    margin-left: 60px;
    background:#f5f4ef;
    border-radius:0.25em;
    padding: 1em;
    box-shadow:0 3px 0 #fdd600;
}