/*
Theme Name: SRBC
Theme URI: http://www.srbc.com
Author: Anthony
Author URI: http://www.srbc.com
Description: This is Custom Style.
*/

@-webkit-keyframes image-pulse {
  0% {
    -webkit-transform: scale(1.01); }
  100% {
    -webkit-transform: scale(1.15); } }
@-moz-keyframes image-pulse {
  0% {
    -moz-transform: scale(1.01); }
  100% {
    -moz-transform: scale(1.15); } }
@keyframes image-pulse {
  0% {
    -webkit-transform: scale(1.01);
    -moz-transform: scale(1.01);
    -ms-transform: scale(1.01);
    -o-transform: scale(1.01);
    transform: scale(1.01); }
  100% {
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
    transform: scale(1.15); } }
@-webkit-keyframes fadein {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-moz-keyframes fadein {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes fadein {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-webkit-keyframes fadein-images {
  0% {
    opacity: 0; }
  100% {
    opacity: 0.6; } }
@-moz-keyframes fadein-images {
  0% {
    opacity: 0; }
  100% {
    opacity: 0.6; } }
@keyframes fadein-images {
  0% {
    opacity: 0; }
  100% {
    opacity: 0.6; } }
@-webkit-keyframes movein {
  0% {
    -webkit-transform: translateY(10px); }
  100% {
    -webkit-transform: translateY(0); } }
@-moz-keyframes movein {
  0% {
    -moz-transform: translateY(10px); }
  100% {
    -moz-transform: translateY(0); } }
@keyframes movein {
  0% {
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px); }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); } }
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: inherit; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

.clear:before, 
.clear:after, 
.entry-content:before, 
.entry-content:after, 
.comment-content:before, 
.comment-content:after, 
.site-header:before, 
.site-header:after, 
.site-content:before, 
.site-content:after, 
.site-footer:before, 
.site-footer:after,
.bs-row:before, 
.bs-row:after, 
.container:before, 
.container:after {
    content: "";
    display: table;
}

.clear:after, 
.entry-content:after, 
.comment-content:after, 
.site-header:after, 
.site-content:after,
.container:after,
.bs-row:after,
.site-footer:after {
    clear: both;
}

/*--------------------------------------------------------------
# Normalize End
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Main Style
--------------------------------------------------------------*/
body,
input,
select,
textarea {
  color: #666;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5; 
}

img {
    width: 100%;
    height: auto;
    display: block;
}

h1, h2, h3, button {
  font-family: 'EB Garamond', serif;
  clear: both;
  line-height: 1;
  color: #666;
  margin: 0;
  margin-bottom: 14px;
}

p{
  margin: 0;
  margin-bottom: 14px;
}

h1 {
  font-size: 40px;
}

h2{
  font-size: 30px;
}

h3 {
  font-size: 26px;
}

h4{
  font-size: 22px;
  margin: 0;
  margin-bottom: 14px;
}

.container {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
  position: relative;
}

.site-header {
    position: relative;
    width: 100%;
    padding: 20px 0 25px;
    margin-bottom: 0;
    background: #fff;
}

.site-branding {
    text-align: center;
    display: block; 
}

.site-branding h1 {
    font-size: 40px;
    color: #4c575e;
    font-weight: 400; 
}

.home-row-01 {
  background: url(https://ca.rbcwealthmanagement.com/documents/681922/681936/thomas-chan-1IxbvNXx5QA-unsplash.jpg);
}

.home-row-01 .one-half,
.appr-row-01 .one-half,
.workben-list-row .one-half {
  width: 50%;
  margin-right: 0;
}

.one-half {
    width: 48%;
    float: left;
    margin-right: 4%;
}

.start-journey {
    padding: 70px 34px 70px;
}

@media only screen and (min-width: 1200px) {
	
	.start-journey {
    padding: 52px 34px 52px;
}

.process-margin { margin-left: 59px !important; }
}

.start-journey h2 {
  font-size: 35px;
  color: #4c575e;
  text-align: center;
  font-weight: 400;
  margin-bottom: 24px;
}

.start-journey p {
  font-family: 'EB Garamond', serif;
  color: #66727d;
  font-size: 16px;
  line-height: 1.3;
}

.btn-appr {
  text-align: center;
  margin-top: 36px;
}

.btn-olive-top {
  font-family: 'EB Garamond', serif;
  font-size: 21px !important;
  background: #897432;
  color: #fff;
  text-decoration: none !important;
  padding: 9px 36px 14px;
  border-radius: 60px;
  margin-left: 39.04% !important
}

@media only screen and (max-width: 1023px) {
.btn-olive-top {
  margin-left: 0% !important
}
}

.btn-olive {
  font-family: 'EB Garamond', serif;
  font-size: 21px !important;
  background: #897432;
  color: #fff;
  text-decoration: none !important;
  padding: 9px 36px 14px;
  border-radius: 60px;
  margin-left: 349px !important
}

.btn-olive-home {
  font-family: 'EB Garamond', serif;
  font-size: 21px !important;
  background: #897432;
  color: #fff;
  text-decoration: none !important;
  padding: 9px 36px 14px;
  border-radius: 60px;
  margin-left: 349px !important
}

@media only screen and (min-width: 1px) and (max-width: 699px) {
.btn-olive-home {
  margin-left: -5px !important
}
}

@media only screen and (min-width: 700px) and (max-width: 768px) {
.btn-olive-home {
  margin-left: 178px !important
}
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
.btn-olive-home {
  margin-left: 308px !important
}
}
.btn-olive-process {
  font-family: 'EB Garamond', serif;
  font-size: 21px !important;
  background: #897432;
  color: #fff;
  text-decoration: none !important;
  padding: 9px 36px 14px;
  border-radius: 60px;
  margin-left: 408px !important
}

@media only screen and (max-width: 1169px) {
.btn-olive {
  margin-left: 29.83% !important
}

btn-olive-process {
  margin-left: 34.871% !important
}
}

.one-half-last {
  margin-right: 0;
}

.home-row-02 {
  background: url(https://ca.rbcwealthmanagement.com/documents/681922/681936/thomas-chan-1IxbvNXx5QA-unsplash.jpg);
  padding: 48px 60px 0px;
  margin-top: 40px;
  background-size: cover;
}

.what-client-say h2,
.team-title h2 {
  font-family: "Lato", sans-serif;
  font-size: 36px;
  color: #fff;
  text-align: center;
  font-weight: 300;
  text-shadow: 0px 0px 4px #996f28;
  margin-bottom: 10px;
}

.what-client-say p {
  font-family: "Lato", sans-serif;
  font-size: 18px;
  color: #fff;
  font-weight: 400;
  text-shadow: 0px 0px 4px #996f28;
  line-height: 1.2;
  font-style: italic;
  padding-bottom: 248px;
}

.what-client-say-div {
  font-family: "Lato", sans-serif;
  font-size: 18px;
  color: #fff;
  font-weight: 400;
  text-shadow: 0px 0px 4px #996f28;
  line-height: 1.2;
  font-style: italic;
  padding-bottom: 248px;
}

.wcsay-col .btn-appr {
    margin-bottom: -12px;
}

.wcsay-col .btn-olive, .btn-appr .btn-contact {
    font-size: 20px;
    padding: 11px 28px 12px;
}

.team-row {
  padding-top: 70px;
}

.team-row .team-title h2 {
  color: #4f575e;
  text-shadow: none;
  margin-bottom: 0;
}

.team-title {
  padding-bottom: 14px;
}

.team-row .team-title h4 {
  color: #897432;
  font-family: "Lato", sans-serif;
  text-align: center;
  font-weight: 300;
  line-height: 1.2;
}

.one-sixth {
  width: 16.666%;
  float: left;
}

.one-sixth-last .member-photo {
  border-right: 0px;
}

.wealth-team {
  background: #f8f8f8;
  border-right: 1px solid #fff;
  padding-bottom: 20px;

}

.member-photo {
    background: #e9e9e9;
    padding: 20px;
    margin-bottom: 6px;
}

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

.member-info h4 { font-family: "Lato", sans-serif !important; }

.member-name {
 font-family: "Lato", sans-serif !important;
  color: #4e575e;
  font-size: 20px;
  margin-bottom: 0px;
  font-weight: 300;
  line-height: 1.2;
}

.member-name h4 { font-family: "Lato", sans-serif !important; }

@media only screen and (min-width: 1081px) {
	.member-name { padding-top: 17px !important; }
}

.member-position {
  color: #0651a3;
  font-size: 16px;
  margin-bottom: 0px;
  font-weight: 300;
  line-height: 1.2;
}

.page-single .site-header, .page-single .site-footer {
    height: 76px;
    padding: 0;
}

.page-single .bs-row:last-child {
  padding-bottom: 10px;
}

.appr-row-01, .workben-list-row {
    padding: 40px;
    display: flex;
}

.appr-row-01 .one-half {
  border: 14px solid #e5e5e5;
}

.appr-today {
  padding: 0px 20px;
      align-items: center;
    justify-content: center;
    display: flex;
    height: 100%;
}

.appr-today h2 {
    text-align: center;
    font-weight: 400;
    color: #4c575e;
    padding: 20px 0;
    border-top: 3px dotted #f2f2f2;
    border-bottom: 3px dotted #f2f2f2;
    line-height: 1.1;
    font-size: 32px;
}

.appr-row-01 .one-half-last {
  border: 0px solid #e5e5e5;
  background: #f4f4f4;
}

.appr-today-right {
    padding: 30px 34px 26px;
    font-size: 20px;
    font-weight: 300;
    line-height: 1.2;
    color: #4d575e;
}

.workben-title-row {
  padding: 30px 0;
}

.workben-title h2 {
  font-size: 28px;
  font-weight: 400;
  color: #887332;
  margin-bottom: 0;
  text-align: center;
}

.workben-list-row {
  padding: 
}

.workben-col-01 {
  background: #f0ead5;
}

.workben-col-02 {
  background: #f5f1e2;
}

.workben-lists {
    padding: 30px 34px 26px;
    font-size: 17px;
    font-weight: 300;
    line-height: 1.2;
    color: #4e575e;
}

.workben-lists span {
	font-weight:bold !important;
}

.workben-lists .fa-check {
  font-size: 14px;
}

.appr-exp-title h2 {
  color: #897432;
  margin-bottom: 14px;
}

.appr-exp-title p {
  font-size: 18px;
  color: #66727d;
  font-weight: 300;
  line-height: 1.2;
}

.padlr-80 {
  padding-left: 80px;
  padding-right: 80px;
}

.padd-40 {
  padding: 40px;
}

.pross-num-row .one-sixth {
  position: relative;
  overflow: hidden;
}

.pross-number:before {
  content: url(https://ca.rbcwealthmanagement.com/documents/681922/1533369/process-cus-sep.png);
  position: absolute;
  left: 0px;
  height: 100%;
}

.pross-number.pross-number-first:before {
  display: none;
}


/*@media only screen and (max-width: 600px) {
    .one-sixth {
        width: 100%;
    }*/
@media only screen and (max-width: 767px) {	
	.container-mobile {
width: 100% !important;
max-width: 370px !important;
margin: 0 auto !important;
/*position: relative !important;*/
overflow: hidden !important;
}
}
	
@media only screen and (max-width: 767px) {
    .page-single .site-header, .page-single .site-footer {
    height: 46px;
    padding: 0;
   }

    .site-header {
        padding: 20px 0 14px;
    }
    
    .site-branding h1, .mt-24 h2 {
        font-size: 24px;
    }
    
    .start-journey {
        padding: 30px 20px;
    }
    
    .what-client-say h2, .team-title h2 {
    font-size: 20px;
    }
    
    .team-row .team-title h4 {
    line-height: 1;
    font-size: 16px;
    }
    
    .what-client-say p {
    font-size: 15px;
    padding-bottom: 28px;
    }
	
	.what-client-say-div {
    font-size: 15px;
    padding-bottom: 28px;
    }
    
    .wcsay-col .btn-appr {
    margin-bottom: -34px;
    }
    
    .member-name {
    font-size: 16px;
    }

    .member-position {
    font-size: 14px;
    }
    
    .mpadd-20 {
        padding: 20px;
    }
    
    .mpadd-10 {
        padding: 10px;
    }
    
    .fs-16 {
        font-size: 16px;
    }
    
    .bs-col {
        width: 100% !important;
        margin-right: 0 !important;
    }
    
    .one-sixth {
        width: 50%;
    }
    
    .appr-row-01, .workben-list-row {
    padding: 10px;
    display: block;
    }
    
    .appr-row-01 .one-half {
    border: 0px solid #e5e5e5;
    }
    
    .appr-today {
    padding: 0px 15px;
    border: 8px solid #e5e5e5;
    }
    
    .appr-today h2 {
    padding: 15px 0;
    margin: 30px 0;
    }

    .padlr-80 {
    padding-left: 20px;
    padding-right: 20px;
    }
    
    .pross-num-row .one-sixth {
    position: relative;
    overflow: hidden;
    margin-bottom: 5px;
    }
    
    .one-sixth .pross-number:before {
    content: "";
    border-left: 1px solid #d7c893;
    }
    
    .one-sixth:nth-child(3) .pross-number:before,
    .one-sixth:nth-child(5) .pross-number:before {
    display: none;
    }

}

@media only screen and (min-width: 768px) and (max-width: 1080px) {
    .page-single .site-header, .page-single .site-footer {
    height: 66px;
    padding: 0;
   }

    .site-header {
        padding: 20px 0 14px;
    }
    
    .site-branding h1, .mt-24 h2 {
        font-size: 28px;
    }
    
    .start-journey {
        padding: 30px 20px;
    }
    
    .what-client-say p {
    padding-bottom: 128px;
    }
	
    .what-client-say-div {
    padding-bottom: 128px;
    }
    
    .wcsay-col .btn-appr {
    margin-bottom: -34px;
    }
    
    .member-photo {
    padding: 10px;
    }
    
    .member-info {
    min-height: 55px;
    }
    
    .member-name {
    font-size: 16px;
    }

    .member-position {
    font-size: 13px;
    }
    
    .mpadd-20 {
        padding: 20px;
    }
    
    .mpadd-10 {
        padding: 20px;
    }
    
    .fs-16 {
        font-size: 16px;
    }
    
    .appr-row-01, .workben-list-row {
    padding: 20px;
    }
    
    .appr-today {
    padding: 0px 15px;
    }

    .padlr-80 {
    padding-left: 30px;
    padding-right: 30px;
    }

}



#da-portlet-wrapper .portlet .btn { 

padding: 4px 12px;
    line-height: 18px;
    background-image: none !important;
    border: none !important;
    font-family: "Lato", Arial, sans-serif;
    width: auto;
    height: auto;
    margin-left: auto;
    margin-right: auto !important;
    box-shadow: none !important;

}


.btn:hover { 

padding: 4px 12px;
    line-height: 18px;
    background-image: none !important;
	background: none !important;
	background-color: none !important;
    border: none !important;
    font-family: "Lato", Arial, sans-serif;
    width: auto;
    height: auto;
    margin-left: auto;
    margin-right: auto !important;
    box-shadow: none !important;

}




/*.portlet-content {overflow: none !important }*/

.test-position { 
position: relative; 
padding-bottom: 348px;
}

.test {
    /*width: 100%;*/
    height: 100%;
    position: absolute;
	top: 0;
    -webkit-animation: fademove 40s infinite; /* Safari 4.0 - 8.0 */
    animation: testmove 40s infinite;
    animation-delay: 2s;
    animation-fill-mode: backwards;
}

.test2 {
    /*width: 100%;*/
    height: 100%;
    position: absolute;
	top: 0;
    -webkit-animation: testmove2 40s infinite; /* Safari 4.0 - 8.0 */
    animation: testmove2 40s infinite;
    animation-delay: 10s;
    animation-fill-mode: backwards;
}

.test3 {
    /*width: 100%;*/
    height: 100%;
    position: absolute;
	top: 0;
    -webkit-animation: testmove3 40s infinite; /* Safari 4.0 - 8.0 */
    animation: testmove3 40s infinite;
    animation-delay: 20s;
    animation-fill-mode: backwards;
}

.test4 {
    /*width: 100%;*/
    height: 100%;
    position: absolute;
	top: 0;
    -webkit-animation: testmove4 40s infinite; /* Safari 4.0 - 8.0 */
    animation: testmove4 40s infinite;
    animation-delay: 30s;
    animation-fill-mode: backwards;
}

/* Safari 4.0 - 8.0 */
@-webkit-keyframes testmove {
   0% {
    opacity: 0;
	left: 300px; top: 0px;
  }
  
        5% {
    opacity: 1;
	left: 0px; top: 0px;
  }
  
        20% {
    opacity: 1;
	left: 0px; top: 0px;
  }
  
        25% {
    opacity: 0;
	left: 0px; top: 0px;
  }
  
  50% {
    opacity: 0;
	left: 0px; 
  }
  60% {
    opacity: 0;
	left: 0px; 
  }
  70% {
    opacity: 0;
	left: 0px; 
  }
  80% {
    opacity: 0;
	left: 0px; 
  }
  90% {
    opacity: 0;
	left: 0px; 
  }
  100% {
    opacity: 0;
	left: 0px; 
  }
}

@keyframes testmove {
   0% {
    opacity: 0;
	left: 300px; top: 0px;
  }
  
        5% {
    opacity: 1;
	left: 0px; top: 0px;
  }
  
        20% {
    opacity: 1;
	left: 0px; top: 0px;
  }
  
        25% {
    opacity: 0;
	left: 0px; top: 0px;
  }
  
  50% {
    opacity: 0;
	left: 0px; 
  }
  60% {
    opacity: 0;
	left: 0px; 
  }
  70% {
    opacity: 0;
	left: 0px; 
  }
  80% {
    opacity: 0;
	left: 0px; 
  }
  90% {
    opacity: 0;
	left: 0px; 
  }
  100% {
    opacity: 0;
	left: 0px; 
  }
}

@-webkit-keyframes testmove2 {
   0% {
    opacity: 0;
	left: 300px; top: 0px;
  }
  
        5% {
    opacity: 1;
	left: 0px; top: 0px;
  }
  
        25% {
    opacity: 1;
	left: 0px; top: 0px;
  }
  
        30% {
    opacity: 0;
	left: 0px; top: 0px;
  }
  
  50% {
    opacity: 0;
	left: 0px; 
  }
  60% {
    opacity: 0;
	left: 0px; 
  }
  70% {
    opacity: 0;
	left: 0px; 
  }
  80% {
    opacity: 0;
	left: 0px; 
  }
  90% {
    opacity: 0;
	left: 0px; 
  }
  100% {
    opacity: 0;
	left: 0px; 
  }
}

@keyframes testmove2 {
   0% {
    opacity: 0;
	left: 300px; top: 0px;
  }
  
        5% {
    opacity: 1;
	left: 0px; top: 0px;
  }
  
        25% {
    opacity: 1;
	left: 0px; top: 0px;
  }
  
        30% {
    opacity: 0;
	left: 0px; top: 0px;
  }
  
  50% {
    opacity: 0;
	left: 0px; 
  }
  60% {
    opacity: 0;
	left: 0px; 
  }
  70% {
    opacity: 0;
	left: 0px; 
  }
  80% {
    opacity: 0;
	left: 0px; 
  }
  90% {
    opacity: 0;
	left: 0px; 
  }
  100% {
    opacity: 0;
	left: 0px; 
  }
}

@-webkit-keyframes testmove3 {
   0% {
    opacity: 0;
	left: 300px; top: 0px;
  }
  
        5% {
    opacity: 1;
	left: 0px; top: 0px;
  }
  
        25% {
    opacity: 1;
	left: 0px; top: 0px;
  }
  
        30% {
    opacity: 0;
	left: 0px; top: 0px;
  }
  
  50% {
    opacity: 0;
	left: 0px; 
  }
  60% {
    opacity: 0;
	left: 0px; 
  }
  70% {
    opacity: 0;
	left: 0px; 
  }
  80% {
    opacity: 0;
	left: 0px; 
  }
  90% {
    opacity: 0;
	left: 0px; 
  }
  100% {
    opacity: 0;
	left: 0px; 
  }
}

@keyframes testmove3 {
   0% {
    opacity: 0;
	left: 300px; top: 0px;
  }
  
        5% {
    opacity: 1;
	left: 0px; top: 0px;
  }
  
        25% {
    opacity: 1;
	left: 0px; top: 0px;
  }
  
        30% {
    opacity: 0;
	left: 0px; top: 0px;
  }
  
  50% {
    opacity: 0;
	left: 0px; 
  }
  60% {
    opacity: 0;
	left: 0px; 
  }
  70% {
    opacity: 0;
	left: 0px; 
  }
  80% {
    opacity: 0;
	left: 0px; 
  }
  90% {
    opacity: 0;
	left: 0px; 
  }
  100% {
    opacity: 0;
	left: 0px; 
  }
}

@-webkit-keyframes testmove4 {
    0% {
    opacity: 0;
	left: 300px; top: 0px;
  }
  
        5% {
    opacity: 1;
	left: 0px; top: 0px;
  }
  
        25% {
    opacity: 1;
	left: 0px; top: 0px;
  }
  
        30% {
    opacity: 0;
	left: 0px; top: 0px;
  }
  
  50% {
    opacity: 0;
	left: 0px; 
  }
  60% {
    opacity: 0;
	left: 0px; 
  }
  70% {
    opacity: 0;
	left: 0px; 
  }
  80% {
    opacity: 0;
	left: 0px; 
  }
  90% {
    opacity: 0;
	left: 0px; 
  }
  100% {
    opacity: 0;
	left: 0px; 
  }
}

@keyframes testmove4 {
   0% {
    opacity: 0;
	left: 300px; top: 0px;
  }
  
        5% {
    opacity: 1;
	left: 0px; top: 0px;
  }
  
        25% {
    opacity: 1;
	left: 0px; top: 0px;
  }
  
        30% {
    opacity: 0;
	left: 0px; top: 0px;
  }
  
  50% {
    opacity: 0;
	left: 0px; 
  }
  60% {
    opacity: 0;
	left: 0px; 
  }
  70% {
    opacity: 0;
	left: 0px; 
  }
  80% {
    opacity: 0;
	left: 0px; 
  }
  90% {
    opacity: 0;
	left: 0px; 
  }
  100% {
    opacity: 0;
	left: 0px; 
  }
}




#da-message { display: none !important; }