@-webkit-keyframes typing {
from { width: 0 }
to { width:11.3em }
}
.qodef-vertical-align-containers .qodef-position-center:before, .qodef-vertical-align-containers .qodef-position-left:before, .qodef-vertical-align-containers .qodef-position-right:before {
margin-right: 0px;
}
@-moz-keyframes typing {
from { width: 0 }
to { width:11.3em }
}
@-webkit-keyframes blink-caret {
from, to { border-color: transparent }
50% { border-color: black }
}
@-moz-keyframes blink-caret {
from, to { border-color: transparent }
50% { border-color: black }
}
@keyframes type2{
0%{width: 0;}
50%{width: 0;}
100%{ width: 100; } 
} 
.qodef-vertical-align-containers{padding:0 100px;}
.qodef-slide-title .first-anim{
white-space:nowrap;
overflow:hidden;	
-webkit-animation: typing 8s infinite;
-moz-animation: typing 8s infinite;
font-weight:400 !important;
}
.qodef-slide-title .second-anim{
width:11.3em;
white-space:nowrap;
overflow:hidden;
-webkit-animation: type2 8s infinite;
animation: type2 8s infinite;
font-weight:800 !important;
}
.custom .wpb_image_grid .wpb_image_grid_ul .isotope-item:nth-child(2){display:none;}
.custom .wpb_image_grid .wpb_image_grid_ul:hover .isotope-item:nth-child(2){display:block;background-color:#7accfe;border-radius:50%;transform:none !important;}
.custom .wpb_image_grid .wpb_image_grid_ul:hover .isotope-item:nth-child(1){display:none; }
.custom .wpb_image_grid .wpb_image_grid_ul:hover .isotope-item:only-child{
display:block;
filter: grayscale(1);
-webkit-filter: grayscale(1); 
}
.custom .wpb_image_grid .wpb_image_grid_ul:hover .isotope-item{position:relative !important;top:0 !important; left:0 !important;}
.custom .wpb_image_grid .wpb_image_grid_ul .isotope-item img{border-radius:50%; width:540px;}
.custom .wpb_image_grid .wpb_image_grid_ul .isotope-item{margin: 0 30px 32px !important;}
*::-moz-selection{background: #2469a4 !important;}
@media (max-width:1280px){
.qodef-vertical-align-containers{padding:0 30px;}
.qodef-main-menu > ul > li > a span.item_inner{padding:0 15px;}
}