@charset "UTF-8";
.menu-mobile {
display: none;
padding: 12px;
font-size: 16px;
color: #fff;
}
.menu-mobile:hover {
color: #fff;
}
.menu-mobile:after {
content: "\f0c9";
color: #fff;
font-size: 29px;
padding: 0;
position: relative;
top: 5px;
-webkit-transform: translateY(-25%);
-ms-transform: translateY(-25%);
transform: translateY(-25%);
}
.menu-dropdown-icon:before {
content: "\f067";
display: none;
cursor: pointer;
padding: 8px 15px;
background: #fff;
color: #333;
}
.menu-dropdown-icon.active:before {
content: "\f068"}
.menu {
float: right;
margin-top: 34px;
transition: all .3s linear 0s;
-webkit-transition: all .3s linear 0s;
}
.menu>ul {
width: 100%;
list-style: none;
padding: 0;
}
.menu>ul>li {
float: left;
padding: 0;
margin: 0;
position: relative;
}
.menu>ul>li:nth-child(2) {
position: static;
}
.menu>ul>li:nth-child(2)>ul {
left: 15px;
right: 15px;
width: auto;
}
.menu>ul>li a {
font-size: 16px;
color: #5d5d5d;
padding: 8px 12px;
display: block;
}
.menu>ul li:hover>a, .menu>ul>li>a:hover {
background: #189baf;
color: #fff;
}
.menu>ul>li>ul {
display: none;
width: 100%;
background: #fcfdfe;
border-bottom: 2px solid #189baf;
border-top: 2px solid #189baf;
padding: 10px 0 0;
position: absolute;
z-index: 99;
left: 0;
margin: 0;
list-style: none;
box-sizing: border-box;
box-shadow: 0 3px 5px #4d4d4d;
}
.menu>ul>li:hover ul {
display: block;
}
.menu>ul>li>ul>li {
margin: 0;
padding: 0 14px;
border-left: 1px solid #ccc;
list-style: none;
width: 20%;
background: 0 0;
float: left;
}
.menu>ul>li>ul>li:first-child {
border: 0;
}
.menu>ul>li>ul>li>a:first-child {
color: #189baf;
padding: 0;
display: block;
font-size: 18px;
}
.menu>ul>li>ul>li>ul {
display: block;
padding: 0;
margin: 5px 0 10px;
list-style: none;
box-sizing: border-box;
}
.menu>ul>li>ul>li>ul:after, .menu>ul>li>ul>li>ul:before {
content: "";
display: table;
}
.menu>ul>li>ul>li>ul>li {
float: left;
width: 100%;
padding: 0;
margin: 0;
}
.menu>ul>li>ul>li>ul>li a {
border: 0;
font-size: 15px;
padding: 5px 0;
border-bottom: 1px dotted #e0e0e0;
}
.menu>ul li ul li a:hover, .menu>ul li ul li:hover>a {
color: #189baf;
background: 0 0;
}
.menu>ul>li>ul.normal-sub {
width: 250px;
left: auto;
padding: 10px 0;
}
.menu>ul>li>ul.normal-sub li a {
color: #5d5d5d;
}
.menu>ul>li>ul.normal-sub li a:hover {
color: #189baf;
}
.menu>ul>li>ul.normal-sub>li {
width: 100%;
border: 0;
}
.menu>ul>li>ul.normal-sub>li a {
border: 0;
padding: 5px 0;
font-size: 15px;
}
#header .container {
position: relative;
}
.owl-carousel .animated {
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
z-index: 0;
}
.owl-carousel .owl-animated-out {
z-index: 1;
}
.owl-carousel .fadeOut {
-webkit-animation-name: fadeOut;
animation-name: fadeOut;
}
@-webkit-keyframes fadeOut {
0% {
opacity: 1;
}
100% {
opacity: 0;
}
}@keyframes fadeOut {
0% {
opacity: 1;
}
100% {
opacity: 0;
}
}.owl-height {
-webkit-transition: height .5s ease-in-out;
-moz-transition: height .5s ease-in-out;
-ms-transition: height .5s ease-in-out;
-o-transition: height .5s ease-in-out;
transition: height .5s ease-in-out;
}
.owl-carousel {
display: none;
width: 100%;
position: relative;
z-index: 1;
}
.owl-carousel .owl-stage {
position: relative;
-ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
content: ".";
display: block;
clear: both;
visibility: hidden;
line-height: 0;
height: 0;
}
.owl-carousel .owl-stage-outer {
position: relative;
overflow: hidden;
-webkit-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-controls .owl-dot, .owl-carousel .owl-controls .owl-nav .owl-next, .owl-carousel .owl-controls .owl-nav .owl-prev {
cursor: pointer;
cursor: hand;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.owl-carousel.owl-loaded {
display: block;
}
.owl-carousel.owl-loading {
opacity: 0;
display: block;
}
.owl-carousel.owl-hidden {
opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
display: none;
}
.owl-carousel a, .owl-carousel a:active, .owl-carousel a:hover {
color: #fff;
}
.owl-carousel .owl-item {
position: relative;
min-height: 1px;
float: left;
-webkit-backface-visibility: hidden;
-webkit-touch-callout: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.owl-carousel .owl-item img {
display: block;
width: 100%}
.owl-carousel.owl-text-select-on .owl-item {
-webkit-user-select: auto;
-moz-user-select: auto;
-ms-user-select: auto;
user-select: auto;
}
.owl-carousel .owl-grab {
cursor: move;
cursor: -webkit-grab;
cursor: -o-grab;
cursor: -ms-grab;
cursor: grab;
}
.owl-carousel.owl-rtl {
direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
float: right;
}
.no-js .owl-carousel {
display: block;
}
.owl-carousel .owl-item .owl-lazy {
opacity: 0;
-webkit-transition: opacity .4s ease;
-moz-transition: opacity .4s ease;
-ms-transition: opacity .4s ease;
-o-transition: opacity .4s ease;
transition: opacity .4s ease;
}
.owl-carousel .owl-video-wrapper {
position: relative;
height: 100%;
background: #000;
}
.owl-carousel .owl-video-play-icon {
position: absolute;
height: 80px;
width: 80px;
left: 50%;
top: 50%;
margin-left: -40px;
margin-top: -40px;
background: url(//www.filter-concept.com/wp-content/themes/filterconcept/css/owl.video.play.png) no-repeat;
cursor: pointer;
z-index: 1;
-webkit-backface-visibility: hidden;
-webkit-transition: scale .1s ease;
-moz-transition: scale .1s ease;
-ms-transition: scale .1s ease;
-o-transition: scale .1s ease;
transition: scale .1s ease;
}
.owl-carousel .owl-video-play-icon:hover {
-webkit-transition: scale(1.3, 1.3);
-moz-transition: scale(1.3, 1.3);
-ms-transition: scale(1.3, 1.3);
-o-transition: scale(1.3, 1.3);
transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
display: none;
}
.owl-carousel .owl-video-tn {
opacity: 0;
height: 100%;
background-position: center center;
background-repeat: no-repeat;
-webkit-background-size: contain;
-moz-background-size: contain;
-o-background-size: contain;
background-size: contain;
-webkit-transition: opacity .4s ease;
-moz-transition: opacity .4s ease;
-ms-transition: opacity .4s ease;
-o-transition: opacity .4s ease;
transition: opacity .4s ease;
}
.owl-carousel .owl-video-frame {
position: relative;
z-index: 1;
}
.sliderArea {
position: relative;
}
.sliderArea .overlay {
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
background: -moz-linear-gradient(top, rgba(25, 155, 173, 1) 0, rgba(25, 155, 173, 1) 1%, rgba(25, 155, 173, .18) 100%);
background: -webkit-linear-gradient(top, rgba(25, 155, 173, 1) 0, rgba(25, 155, 173, 1) 1%, rgba(25, 155, 173, .18) 100%);
background: linear-gradient(to bottom, rgba(25, 155, 173, 1) 0, rgba(25, 155, 173, 1) 1%, rgba(25, 155, 173, .18) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#199bad', endColorstr='#2e199bad', GradientType=0);
}
.sliderArea .overlay .slideInfo {
padding-top: 130px;
width: 60%}
.sliderArea .overlay p {
font-size: 50px;
line-height: 60px;
color: #fff;
font-family: lane_-_narrowregular;
}
.sliderArea .overlay .knowMore {
line-height: 35px;
border: 3px solid #fff;
padding: 0 25px;
font-size: 18px;
color: #fff;
font-family: source_sans_probold;
text-transform: none;
display: inline-block;
}
.sliderArea .overlay .knowMore:hover {
background: #fff;
color: #189bad;
}
.searchArea {
position: absolute;
left: 0;
top: 70px;
width: 100%;
z-index: 2;
}
.searchArea .topSearch {
position: relative;
width: 315px;
float: right;
}
.searchArea .topSearch .input {
height: 45px;
width: 100%;
background: #fff;
color: #5d5d5d;
font-size: 22px;
font-family: source_sans_prolight;
padding: 10px 68px 10px 15px;
border: 0;
}
.searchArea .topSearch .searchBtn {
position: absolute;
border: 0;
right: 0;
top: 0;
height: 45px;
width: 45px;
text-indent: -9999px;
display: inline-block;
background: url(//www.filter-concept.com/wp-content/themes/filterconcept/css/../images/search-icon.jpg) no-repeat;
}
.search-large {
position: fixed;
width: 100%;
height: 100%;
background: rgba(255, 255, 255, .95);
left: 0;
top: 0;
z-index: -1;
}
body.openSearch {
overflow: hidden;
}
.search-wrap {
top: 120px;
position: absolute;
-webkit-transform: translate(-50%, 0);
transform: translate(-50%, 0);
left: 50%;
width: 90%}
.search-large fieldset {
border-bottom: 2px dotted #189cac;
}
.search-large input.imd-search {
color: #189cac;
border: 0;
box-shadow: none;
width: 90%;
text-align: left;
padding: 0;
font-size: 45px;
line-height: 90px;
height: 90px;
background: 0 0;
}
.search-large span.text {
line-height: 90px;
font-size: 2em;
}
.search-large button.button.search-submit {
background: #189cac;
font-size: 24px;
color: #fff;
-webkit-transition: all .3s ease-In;
transition: all .3s ease-In;
cursor: pointer;
float: right;
line-height: 70px;
margin-top: 10px;
height: auto;
border-radius: 0;
border: 0;
width: 70px;
padding: 0;
}
.search-large button.button.search-submit:hover {
color: #fff;
background: #625e5d;
}
.search-large input.imd-search:focus {
border: 0;
box-shadow: none;
color: #189cac;
}
.search-large form.search {
-webkit-transform: scale(.8);
transform: scale(.8);
-webkit-transition: all .5s ease-in-out;
transition: all .5s ease-in-out;
}
.openSearch .search-large form.search {
-webkit-transform: scale(1);
transform: scale(1);
}
.search-large-close {
display: inline-block;
width: 10%;
color: #eee;
}
a.search-close {
width: 40px;
height: 40px;
background: url(//www.filter-concept.com/wp-content/themes/filterconcept/css/../images/close.png) no-repeat;
position: absolute;
color: #fff;
-webkit-transform: rotate(0);
transform: rotate(0);
right: 40px;
top: 40px;
-webkit-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
}
a.search-close:hover {
-webkit-transform: rotate(90deg);
transform: rotate(90deg);
}
.search-large, .search-wrap {
opacity: 0;
visibility: hidden;
display: none;
}
.search-large .search-wrap, .search-large form.search, .search-large.open-search {
visibility: visible;
opacity: 1;
display: block;
}
.search-large.open-search {
z-index: 9999;
}
.productList {
background: #f1f2f2;
overflow: hidden;
}
.productList, .productList .item {
height: 439px;
}
.productList .item {
padding: 40px 0 90px;
background: #fff;
text-align: center;
position: relative;
}
.productList .item .overlay {
position: absolute;
left: 0;
bottom: 0;
width: 100%;
height: 9px;
text-align: center;
-webkit-transition: all .5s ease-in-out;
transition: all .5s ease-in-out;
}
.productList .item:hover .overlay {
height: 100%}
.productList .item .overlay .inner {
padding: 25px;
}
.productList .owl-item:nth-child(1) .item .overlay, .productList .owl-item:nth-child(11) .item .overlay, .productList .owl-item:nth-child(16) .item .overlay, .productList .owl-item:nth-child(21) .item .overlay, .productList .owl-item:nth-child(6) .item .overlay {
background: rgba(123, 226, 244, .89);
}
.productList .owl-item:nth-child(12) .item .overlay, .productList .owl-item:nth-child(17) .item .overlay, .productList .owl-item:nth-child(2) .item .overlay, .productList .owl-item:nth-child(22) .item .overlay, .productList .owl-item:nth-child(7) .item .overlay {
background: rgba(249, 178, 52, .89);
}
.productList .owl-item:nth-child(13) .item .overlay, .productList .owl-item:nth-child(18) .item .overlay, .productList .owl-item:nth-child(23) .item .overlay, .productList .owl-item:nth-child(3) .item .overlay, .productList .owl-item:nth-child(8) .item .overlay {
background: rgba(17, 160, 154, .89);
}
.productList .owl-item:nth-child(14) .item .overlay, .productList .owl-item:nth-child(19) .item .overlay, .productList .owl-item:nth-child(24) .item .overlay, .productList .owl-item:nth-child(4) .item .overlay, .productList .owl-item:nth-child(9) .item .overlay {
background: rgba(163, 24, 91, .89);
}
.productList .owl-item:nth-child(10) .item .overlay, .productList .owl-item:nth-child(15) .item .overlay, .productList .owl-item:nth-child(20) .item .overlay, .productList .owl-item:nth-child(25) .item .overlay, .productList .owl-item:nth-child(5) .item .overlay {
background: rgba(15, 113, 184, .89);
}
.productList .item h3 {
font-size: 20px;
color: #fff;
font-family: source_sans_probold;
margin: 10px 0;
height: 42px;
overflow: hidden;
}
.productList .item p, .productList h2 {
font-family: source_sans_prolight;
}
.productList .item p {
color: #fff;
font-size: 22px;
margin-bottom: 20px;
line-height: 30px;
padding: 0;
height: 270px;
overflow: hidden;
}
.productList .item .readMore {
background: url(//www.filter-concept.com/wp-content/themes/filterconcept/css/../images/readmore-arrow.png) no-repeat;
display: inline-block;
text-indent: -9999px;
height: 44px;
width: 44px;
transition: all .3s linear 0s;
-webkit-transition: all .3s linear 0s;
-webkit-transform: scale(1);
transform: scale(1);
}
.productList .item .readMore:hover {
-webkit-transform: scale(1.2);
transform: scale(1.2);
}
.productList h2 {
color: #0f0e0e;
font-size: 21px;
padding: 0 15px;
margin-bottom: 30px;
}
.aboutFC h2, .boxLarge h2, .boxSmall h2, .certification h2, .innerBanner .overlay p, .ourCoreBusiness p {
font-family: lane_-_narrowregular;
}
.productList .imgHolder {
text-align: center;
vertical-align: bottom;
display: inline-block;
width: 100%;
line-height: 260px;
height: 260px;
}
.productList .imgHolder img {
display: inline-block;
vertical-align: bottom;
max-width: 100%;
width: auto;
}
.productList .owl-next, .productList .owl-prev {
position: absolute;
top: 50%;
width: 40px;
height: 40px;
margin-top: -15px;
background: url(//www.filter-concept.com/wp-content/themes/filterconcept/css/../images/slider-arrow.png) no-repeat rgba(79, 79, 79, .6);
display: inline-block;
text-indent: -9999px;
transition: all .2s linear 0s;
-webkit-transition: all .2s linear 0s;
}
.productList .owl-next:hover, .productList .owl-prev:hover {
background: url(//www.filter-concept.com/wp-content/themes/filterconcept/css/../images/slider-arrow.png) no-repeat rgba(79, 79, 79, 1);
}
.productList .owl-next:hover {
background-position: -40px 0;
}
.productList .owl-prev {
left: 0;
background-position: 0 0;
}
.productList .owl-next {
right: 0;
background-position: -40px 0;
}
.productList .owl-controls {
opacity: 0;
visibility: hidden;
transition: all .2s linear 0s;
-webkit-transition: all .2s linear 0s;
}
.productList:hover .owl-controls {
opacity: 1;
visibility: visible;
}
.awardRow {
padding: 90px 0;
background: url(//www.filter-concept.com/wp-content/themes/filterconcept/css/../images/award-bg.jpg) center center no-repeat fixed;
background-size: 100%}
.awardRow .leftCol {
float: left;
width: 66%}
.awardRow .rightCol {
float: left;
width: 34%;
padding-left: 16px;
}
.certification {
background: #f2f2f2;
padding: 30px;
}
.certification ul li {
float: left;
width: 50%;
text-align: center;
list-style: none;
padding: 17px;
}
.certification h2 {
color: #4f4c4d;
font-size: 55px;
text-align: center;
margin-top: 58px;
float: left;
width: 100%;
line-height: 60px;
}
.boxLarge {
width: 100%}
.boxLarge h2, .boxSmall h2 {
color: #fff;
font-size: 37px;
line-height: 37px;
position: absolute;
left: 0;
bottom: 0;
padding: 0 0 10px 35px;
transition: all .2s linear 0s;
-webkit-transition: all .2s linear 0s;
}
.boxLarge:hover h2, .boxSmall:hover h2 {
left: 25px;
}
.boxRow2 {
margin: 0 -8px;
padding: 8px 0;
}
.boxSmall {
width: 50%;
float: left;
padding: 8px;
}
.videoRow .box {
float: left;
width: 533px;
position: relative;
}
.videoRow .box:after {
position: absolute;
right: 0;
top: 0;
z-index: 2;
width: 2px;
height: 100%;
background: #fff;
content: ""}
.videoRow .box:last-child:after {
display: none;
}
.videoRow .box .imgHolder {
position: relative;
z-index: 2;
}
.videoRow .box .imgHolder img {
width: 100%;
visibility: hidden;
}
.videoRow .box h2 {
position: absolute;
left: 0;
bottom: 0;
width: 100%;
background: url(//www.filter-concept.com/wp-content/themes/filterconcept/css/../images/video-bg.png) 0 bottom repeat-x;
text-align: center;
padding: 20px 10px;
font-size: 21px;
color: #fff;
line-height: 30px;
}
.videoRow .box .play {
position: absolute;
left: 50%;
top: 50%;
margin: -44px 0 0 -44px;
background: url(//www.filter-concept.com/wp-content/themes/filterconcept/css/../images/play-icon.png) no-repeat;
width: 89px;
height: 89px;
opacity: .5;
transition: all .2s linear 0s;
-webkit-transition: all .2s linear 0s;
display: inline-block;
text-indent: -9999px;
}
.aboutFC .readMore:after, .aboutFC .readMore:before {
bottom: -3px;
content: "";
height: 1px;
}
.videoRow .box .play:hover, .videoRow .box:hover .play {
opacity: 1;
}
.aboutFC {
padding: 66px 0;
background: url(//www.filter-concept.com/wp-content/themes/filterconcept/css/../images/about-bg.jpg) bottom center no-repeat fixed;
background-size: 100%;
text-align: center;
}
.aboutFC .inner {
margin: 0 auto;
max-width: 712px;
width: 100%}
.aboutFC h2 {
color: #fff;
font-size: 55px;
line-height: 65px;
margin-bottom: 30px;
}
.aboutFC p {
color: #fff;
font-size: 22px;
font-family: source_sans_prolight;
line-height: 30px;
padding: 0;
margin-bottom: 50px;
}
.aboutFC .readMore {
color: #fff;
font-size: 22px;
font-family: source_sans_probold;
position: relative;
display: inline-block;
}
.video-js .vjs-big-play-button, .video-js .vjs-captions-button, .video-js .vjs-chapters-button, .video-js .vjs-fullscreen-control, .video-js .vjs-mouse-display, .video-js .vjs-mute-control, .video-js .vjs-mute-control.vjs-vol-0, .video-js .vjs-mute-control.vjs-vol-1, .video-js .vjs-mute-control.vjs-vol-2, .video-js .vjs-play-control, .video-js .vjs-play-control.vjs-playing, .video-js .vjs-play-progress, .video-js .vjs-subtitles-button, .video-js .vjs-volume-level, .video-js .vjs-volume-menu-button, .video-js .vjs-volume-menu-button.vjs-vol-0, .video-js .vjs-volume-menu-button.vjs-vol-1, .video-js .vjs-volume-menu-button.vjs-vol-2, .video-js.vjs-fullscreen .vjs-fullscreen-control, .vjs-icon-audio-description, .vjs-icon-captions, .vjs-icon-chapters, .vjs-icon-circle, .vjs-icon-circle-inner-circle, .vjs-icon-circle-outline, .vjs-icon-cog, .vjs-icon-fullscreen-enter, .vjs-icon-fullscreen-exit, .vjs-icon-pause, .vjs-icon-play, .vjs-icon-play-circle, .vjs-icon-share, .vjs-icon-spinner, .vjs-icon-square, .vjs-icon-subtitles, .vjs-icon-volume-high, .vjs-icon-volume-low, .vjs-icon-volume-mid, .vjs-icon-volume-mute {
font-family: VideoJS;
font-weight: 400;
font-style: normal;
}
.aboutFC .readMore:before {
background: #fff;
position: absolute;
left: 0;
width: 100%}
.aboutFC .readMore:after {
display: block;
left: 50%;
position: absolute;
background: #f9b234;
transition: width .3s ease 0s, left .3s ease 0s;
-webkit-transition: width .3s ease 0s, left .3s ease 0s;
width: 0;
}
.aboutFC .readMore:hover:after {
width: 100%;
left: 0;
}
.aboutFC .readMore:hover {
color: #f9b234;
}
#footer {
background: #000;
padding: 60px 0;
}
#footer p {
color: #b3b3b3;
font-size: 16px;
margin: 0;
padding: 0;
float: left;
}
.socialGroup {
float: right;
}
.socialGroup ul li {
display: inline-block;
padding: 0 8px;
}
.socialGroup ul li .fa {
width: 35px;
height: 35px;
display: block;
color: #b9b9b9;
font-size: 23px;
border-radius: 50%;
text-align: center;
padding: 5px 0;
transition: all .2s linear 0s;
-webkit-transition: all .2s linear 0s;
}
.socialGroup ul li a:hover .fa-facebook {
background: #2b4173;
}
.socialGroup ul li a:hover .fa-twitter {
background: #0eb1f2;
}
.socialGroup ul li a:hover .fa-google-plus {
background: #c63e24;
}
.socialGroup ul li a:hover .fa-linkedin {
background: #0775ce;
}
.socialGroup ul li a:hover .fa {
color: #fff;
}
.video-js, .vjs-no-js {
color: #fff;
background-color: #000;
}
.video-js .vjs-big-play-button:before, .video-js .vjs-control:before {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
text-align: center;
}
@font-face {
font-family: VideoJS;
src: url(//www.filter-concept.com/wp-content/themes/filterconcept/css/fonts/vjs.eot?) format('eot');
}
@font-face {
font-family: VideoJS;
src: url(data:application/font-woff;
charset=utf-8;
base64, d09GRgABAAAAAAi0AAoAAAAADnwAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABPUy8yAAAA9AAAAD0AAABWQLpNY2NtYXAAAAE0AAAAOgAAAUriJhC2Z2x5ZgAAAXAAAATAAAAH/CNovTZoZWFkAAAGMAAAACwAAAA2BEqUO2hoZWEAAAZcAAAAGAAAACQELwIWaG10eAAABnQAAAAPAAAAVCoAAABsb2NhAAAGhAAAACwAAAAsEBQSZm1heHAAAAawAAAAHwAAACABJgBkbmFtZQAABtAAAAElAAACCtXH9aBwb3N0AAAH+AAAALsAAAElJXNJs3icY2BkYmCcwMDKwMHowpjGwMDgDqW/MkgytDAwMDGwMjNgBQFprikMDh8ZP4owgbh6TBBhRhABAFl1B6YAAAB4nGNgYGBmgGAZBkYGEHAB8hjBfBYGDSDNBqQZGZgYGD6K/P8PUvCREUTzM0DVAwEjG8OIBwCEVQbLAAB4nIVVzW/jRBSf5zieJE2bOPVH0jRpEidxsZumW8f20orWi6C7rKoKqSQUVUjdQ6RVAkekHi047AEOvbSqxIFed8OBO3voDSE4gRohLmi1N/Z/SHljp90uJSLRvJn5vZn3Pc8ECP7gBE4IR8is6A7+huPR8JhEAnwIQ8RnyBwhm6C7M0CLoG6AuwyRZdBxgdsZuPB9c/+Q4w73Q/rgEcc9ehDQs4ODL67x/cPRl1cMpEwj6vBRd4RQQlxL1CzREv12e9DugzEagkH44Mw5nBOBZEiF1HDXquuy6rgSRYJmyEWoUVWTLdVWBSo7rupGqAoHhWwL7KmSDLB7r7k2+inf7bb7+8rcUmUpf95oACk0kk2b0uJc+a2VrW56KbX9Tb7r94/2xdhSYt7Mw4eNRqA+IB0YkCjGCPWI9LjT64Hn96HTJ2M/vka+QJK4YjZtQC04iHAhmy2MXrT7/UDj98nGp+N7kbFvz1FukuSuZKvMv43ALwn9CcLt4fVfmCC7ubbWvLeLPo3Ve6HMP9D6x9uppXR3a6uLYvnrvEbJFBGJivHFENmabtlIIVzLFk7HRs8zDK8HxOsZnmdc9IwTz7gkRu8c0Qmy2EUtlDgbSHRttul7KAzF+HjTMHoDr+cbvdHQM3zcMzFhrAYYqxSZxVUZa0rEKiqjmyKWVVksg39JMlmAbAbG8yWmAO+wxWsGlgeKEq7rlGIMZ0melMgiRtKtaxWBqjXMBdYG1qzdiuozIEuqxWrYtahirTqu/nNXyervze9ANP3u8s7vZ5/NFUcvdueK/Nm3DNB2x+zSD9Gc+qTSvC8+kX8sfGAoyhGjssyQI8YjrDoCW0LfVLRlIfRQFiWFeWiLrXrUkjVVsy02bBwwGD3LZNGlDtLRaaczHA59Rm85/Mxsm6ZpmNd1w/ToZPO2DqoFybDkGTChUn8HWs46rCoLcIVLAsN1ewMYLrMnn8nlMmAgfV4yzRIk4148GRA4ZkC4DOFblh1PeVMKO95hRHljd52jc+gH73xqHB2socCaIA5q2S7LOGwknhn82mCOLsLxyvBN/CMdmObVezzHnFcIqQlUd1q6q6w6rTqmXFIpTpKy6qqCLAUo+DnxlONOMna16lQhXNiZU67aqlafQvoTmqZ7YtWtVucp3UvjmfQepXkNozWu199Ql0s81MZUOU2op6COFKOYAjQAt8ICCKgbJ2UTMNQKRnYTsBnh1tHpMuZgVZEE+A6gIfBGNOakpRgX6+CQ0nacN3mhEbBMPm7fYv1awhdqGK8SSkITYg9pRJ6O3Y3H78am5Qh9GBO0SYxZYPc843UfY29lCl/IVSfHV2HeaNFAbrTyq/ca3sGcwYRPwBu3bn4A4GJi+7/xjWGyS5Olo4mVOovfRDUxwKyx5E5U9zTP+FWmkoaNCA7INFGwW6yRbfIR+Rgr0naKHEUjBE1fcbE9OHUqK6riuKx/1HVNUdEeSRgjaKEmISL/FxK1NoFVtyprL+vrxhzH36lJufxKthjhSgX4PJ7gE0llOg6RRAoy84k4n5gGeSbGJ1L/2o1q72e8O+vJxa/+BL7gVBddHuDtrFIow2PO5VIx0cxVWxmBz6zMlx35fwF1Hgp/7dwn/wCHsUmOeJxjYGRgYADi2RquW+L5bb4ycDMxgMDFaZpbkGkmBsZrQIqDASwNAAmYCNZ4nGNgZGBgYgACPTAJYjMyoAJRAAXjAEx4nGNiYGBgojIGAAeMACsAAAAAAAAMAD4AUACSAKIAvgDsARIBOAFgAaYB2gIyAloCkAL2AxADPgN6A/54nGNgZGBgEGWIYGBnAAEmIOYCQgaG/2A+AwATugGLAHicXZBNaoNAGIZfE5PQCKFQ2lUps2oXBfOzzAESyDKBQJdGR2NQR3QSSE/QE/QEPUUPUHqsvsrXjTMw83zPvPMNCuAWP3DQDAejdm1GjzwS7pMmwi75XngAD4/CQ/oX4TFe4Qt7uMMbOzjuDc0EmXCP/C7cJ38Iu+RP4QEe8CU8pP8WHmOPX2EPz87TPo202ey2OjlnQSXV/6arOjWFmvszMWtd6CqwOlKHq6ovycLaWMWVydXKFFZnmVFlZU46tP7R2nI5ncbi/dDkfDtFBA2DDXbYkhKc+V0Bqs5Zt9JM1HQGBRTm/EezTmZNKtpcAMs9Yu6AK9caF76zoLWIWcfMGOSkVduvSWechqZsz040Ib2PY3urxBJTzriT95lipz+TN1fmAAAAeJxtjlkOwjAMRDNAy1KgrMfIoUJqqKU0KVlYbk+hReKD+bCfrdHYYiR6ZeK/jkJghDEmyJBjihnmWKDAEiusUWKDLXbY44DjpDXqWbyL1Oy1oaxVKVBxcyY1JJsUaTGwcfcvNlx9HTVf6s05GRO0J7KSbCRf/i4eHPNwTcrTNLRsLfl5SKfI0VCYadVGdraDuiPyIQt15xxrd8n7h9Z9ky5Fw5b2w/gJGn7eqlSxkxV1J/mTJ8QLQRVRWgA=) format('woff'), url(data: application/x-font-ttf;
charset=utf-8;
base64, AAEAAAAKAIAAAwAgT1MvMkC6TWMAAAEoAAAAVmNtYXDiJhC2AAAB1AAAAUpnbHlmI2i9NgAAA0wAAAf8aGVhZARKlDsAAADQAAAANmhoZWEELwIWAAAArAAAACRobXR4KgAAAAAAAYAAAABUbG9jYRAUEmYAAAMgAAAALG1heHABJgBkAAABCAAAACBuYW1l1cf1oAAAC0gAAAIKcG9zdCVzSbMAAA1UAAABJQABAAACAAAAAC4CAAAAAAACAAABAAAAAAAAAAAAAAAAAAAAFQABAAAAAQAAmyhx5F8PPPUACwIAAAAAANGWKbQAAAAA0ZYptAAAAAACAAHWAAAACAACAAAAAAAAAAEAAAAVAFgABwAAAAAAAgAAAAoACgAAAP8AAAAAAAAAAQIAAZAABQAIAUQBZgAAAEcBRAFmAAAA9QAZAIQAAAIABQMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUGZFZABA8QHxFAIAAAAALgIAAAAAAAABAAAAAAAAAgAAAAIAAAACAAAAAgAAAAIAAAACAAAAAgAAAAIAAAACAAAAAgAAAAIAAAACAAAAAgAAAAIAAAACAAAAAgAAAAIAAAACAAAAAgAAAAIAAAACAAAAAAAAAwAAAAMAAAAcAAEAAAAAAEQAAwABAAAAHAAEACgAAAAGAAQAAQACAADxFP//AAAAAPEB//8AAA8AAAEAAAAAAAAAAAEGAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAPgBQAJIAogC+AOwBEgE4AWABpgHaAjICWgKQAvYDEAM+A3oD/gABAAAAAAGWAZYAAgAAExE3q+oBlf7WlQADAAAAAAHWAdYAAgAOABoAAD8BJzcOAQceARc+ATcuAQMuASc+ATceARcOAdWAgCtbeAICeFtbeAICeFtIYQICYUhIYQICYaBgYHUCeFtbeAICeFtbeP6CAmFISGECAmFISGEAAgAAAAABgAGWAAMABwAANzMRIzMRMxGAVVWrVWsBKv7WASoABAAAAAABwAHAAAYAEgAiACUAAAE0JicVFzY3FAcXNjcuAScVHgElBxcjFTMXNRcGBxU2Nxc3AwcXAWAdGDQBNQsgFQEBU0EvOv7HG2VlVWtbFhosIiwbwC0tAQAdLQwvNQcHHhohKTBGZRAsD0yMG2WAa5BbEQgsChwrGwFQLS0AAAAAAQAAAAABVgGrAAUAABMVMxcRB5VWamoBQIBrAVZrAAACAAAAAAGLAasABgAMAAABLgEnFT4BJRUzFxEHAYsBHRgYHf7hVWtrAQAdLQysDC1dgGsBVmsAAAMAAAAAAcABvAAFAAwAGQAAExUzFxEHFzQmJxU+AScVHgEUBgcVPgE3LgFAVWtryx0YGB01Lzo6L0FTAQFTAUCAawFWa0AdLQysDC3YLA9MaEwPLBBlRkZlAAAABAAAAAABlgGWAAUACwARABcAADcjFTM1IyczNTM1IwEjFTM1IycVMxUzNZUqakAqKkBqAQBAaipAQCrVaiqWQCr/ACpqwCpAagAAAAQAAAAAAZYBlgAFAAsAEQAXAAA3MxUzNSM3IxUzNSMTMzUzNSM3NSMVMzVrQCpqQEBqKoAqQGoqKmqrQGqAKmr+1kAqgEBqKgAAAAACAAAAAAGrAasADwATAAABIQ4BBxEeARchPgE3ES4BAyERIQGA/wASGAEBGBIBABIYAQEYEv8AAQABqwEYEv8AEhgBARgSAQASGP7WAQAAAAYAAAAAAdYB1gAHAAwAEwAbACAAKAAAEzcmIyIGBxclLgEnBxcjFz4BNTQFJw4BFRQXMwceARc3MwcWMzI2NyfJZRYYJ0QcTgEFEEIuTtOgbBoe/uFTGh4EoJsQQi5OI1MWGCdEHE4BILAFGReHIi9HEYcVux1JKhYWkB1JKhYVFS9HEYeQBRkXhwAABQAAAAAB1gGrAA8AEwAXABsAHwAAASEOARURFBYXIT4BNRE0JgUzFSMXIzUzFyM1MzUjNTMBq/6qEhgYEgFWEhgY/phWVtbW1oBWVtbWAasBGBL/ABIYAQEYEgEAEhiqK1UrKysqKwADAAAAAAHAAasADwAnAD8AAAEhDgEVERQWFyE+ATURNCYHIzUjFTM1MxUOASsBIiY9ATQ2OwEyFh8BIzUjFTM1MxUUBisBIiYnNT4BOwEyFhUBlf7WEhkZEgEqEhkZvCArKyABDAlACQwMCUAJDAGVICsrIAwJQAkMAQEMCUAJDAGrARgS/wASGAEBGBIBABIYlQtACxYJDAwJVgkMDAkWC0ALFgkMDAlWCQwMCQAAAAYAAAAAAcABawADAAcACwAPABMAFwAANzM1IxUzNSM1MzUjFyE1IRUhNSE1FSE1QCsrKysrK1UBK/7VASv+1QEr6yqAK4ArgCqAK6srKwAAAQAAAAABwAHWACIAACUGByc2NCc3FjI2NCYiBgcUFwcmIgYUFjI3FwYVFBYyNjQmAYAZEZgCApYSNSQkNiQBApYSNSQkNRKYAiQ0JCSpARBZBxAHWBEkNyQkHAcHWBAkNiQQWAcHGyMjNSMAAgAAAAAB0gHWADcAQAAAJTY0Jzc2LwEmDwEmLwEmKwEiDwEGBycmDwEGHwEGFBcHBh8BFj8BFh8BFjsBMj8BNjcXFj8BNicHLgE0NjIWFAYBnwEBLQYEKgUINhAUCAIIVggCCBQQNQkEKwQGLQEBLQYEKwQJNRAUCAIIVggCCBQQNQkEKwQGzCAqKkAqKusKFgojBghKBwMVDQg4CQk4CA0VAwdKCAYjChYKIwYISgcDFQ0IOAkJOAgNFQMHSggGEwEqQCoqQCoAAAAAAQAAAAAB1gHWAAsAABMeARc+ATcuAScOASsCeFtbeAICeFtbeAEAW3gCAnhbW3gCAngAAAIAAAAAAdYB1gALABcAAAEOAQceARc+ATcuAQMuASc+ATceARcOAQEAW3gCAnhbW3gCAnhbSGECAmFISGECAmEB1QJ4W1t4AgJ4W1t4/oICYUhIYQICYUhIYQAAAwAAAAAB1gHWAAsAFwAgAAABDgEHHgEXPgE3LgEDLgEnPgE3HgEXDgEnDgEiJjQ2MhYBAFt4AgJ4W1t4AgJ4W0hhAgJhSEhhAgJhCAEkNiQkNiQB1QJ4W1t4AgJ4W1t4/oICYUhIYQICYUhIYakbJCQ2JCQAAAAABwAAAAACAAFgAA0AFgAoADoATABUAFcAADc1Nh4CBw4BBwYjJzA3MjY3NiYHFRYXFjY3PgE1NCYnIxYXHgEXFAYXFjY3PgE1LgEnIxQXHgEVFAYXFjY3PgE1LgEnIxQXHgEVFAYFMz8BFTM1IxcVI+MmOyoaAgQxJRQZGzAYHgMCIB0BbQkKBAoMFg0JAQMKDwESHAoJBAoNARUOCAQKDxIcCgkECg0BFQ4IBAoPEv4lRRJAMTsMKIPaAQQdNiQoNwQBATkYFh0hAWgCNwIPCBErGSQ0EgYEEjAcITYVAg8IESsZJDQSBgQSMBwhNhUCDwgRKxkkNBIGBBIwHCE2FxwBHd9ORwAAAAAQAMYAAQAAAAAAAQAHAAAAAQAAAAAAAgAHAAcAAQAAAAAAAwAHAA4AAQAAAAAABAAHABUAAQAAAAAABQALABwAAQAAAAAABgAHACcAAQAAAAAACgArAC4AAQAAAAAACwATAFkAAwABBAkAAQAOAGwAAwABBAkAAgAOAHoAAwABBAkAAwAOAIgAAwABBAkABAAOAJYAAwABBAkABQAWAKQAAwABBAkABgAOALoAAwABBAkACgBWAMgAAwABBAkACwAmAR5WaWRlb0pTUmVndWxhclZpZGVvSlNWaWRlb0pTVmVyc2lvbiAxLjBWaWRlb0pTR2VuZXJhdGVkIGJ5IHN2ZzJ0dGYgZnJvbSBGb250ZWxsbyBwcm9qZWN0Lmh0dHA6Ly9mb250ZWxsby5jb20AVgBpAGQAZQBvAEoAUwBSAGUAZwB1AGwAYQByAFYAaQBkAGUAbwBKAFMAVgBpAGQAZQBvAEoAUwBWAGUAcgBzAGkAbwBuACAAMQAuADAAVgBpAGQAZQBvAEoAUwBHAGUAbgBlAHIAYQB0AGUAZAAgAGIAeQAgAHMAdgBnADIAdAB0AGYAIABmAHIAbwBtACAARgBvAG4AdABlAGwAbABvACAAcAByAG8AagBlAGMAdAAuAGgAdAB0AHAAOgAvAC8AZgBvAG4AdABlAGwAbABvAC4AYwBvAG0AAAACAAAAAAAAAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABUAAAECAQMBBAEFAQYBBwEIAQkBCgELAQwBDQEOAQ8BEAERARIBEwEUARUEcGxheQtwbGF5LWNpcmNsZQVwYXVzZQt2b2x1bWUtbXV0ZQp2b2x1bWUtbG93CnZvbHVtZS1taWQLdm9sdW1lLWhpZ2gQZnVsbHNjcmVlbi1lbnRlcg9mdWxsc2NyZWVuLWV4aXQGc3F1YXJlB3NwaW5uZXIJc3VidGl0bGVzCGNhcHRpb25zCGNoYXB0ZXJzBXNoYXJlA2NvZwZjaXJjbGUOY2lyY2xlLW91dGxpbmUTY2lyY2xlLWlubmVyLWNpcmNsZRFhdWRpby1kZXNjcmlwdGlvbgAAAAAA) format('truetype');
font-weight: 400;
font-style: normal;
}
.video-js .vjs-big-play-button:before, .video-js .vjs-play-control:before, .vjs-icon-play:before {
content: '\f101'}
.vjs-icon-play-circle:before {
content: '\f102'}
.video-js .vjs-play-control.vjs-playing:before, .vjs-icon-pause:before {
content: '\f103'}
.video-js .vjs-mute-control.vjs-vol-0:before, .video-js .vjs-volume-menu-button.vjs-vol-0:before, .vjs-icon-volume-mute:before {
content: '\f104'}
.video-js .vjs-mute-control.vjs-vol-1:before, .video-js .vjs-volume-menu-button.vjs-vol-1:before, .vjs-icon-volume-low:before {
content: '\f105'}
.video-js .vjs-mute-control.vjs-vol-2:before, .video-js .vjs-volume-menu-button.vjs-vol-2:before, .vjs-icon-volume-mid:before {
content: '\f106'}
.video-js .vjs-mute-control:before, .video-js .vjs-volume-menu-button:before, .vjs-icon-volume-high:before {
content: '\f107'}
.video-js .vjs-fullscreen-control:before, .vjs-icon-fullscreen-enter:before {
content: '\f108'}
.video-js.vjs-fullscreen .vjs-fullscreen-control:before, .vjs-icon-fullscreen-exit:before {
content: '\f109'}
.vjs-icon-square:before {
content: '\f10a'}
.vjs-icon-spinner:before {
content: '\f10b'}
.video-js .vjs-subtitles-button:before, .vjs-icon-subtitles:before {
content: '\f10c'}
.video-js .vjs-captions-button:before, .vjs-icon-captions:before {
content: '\f10d'}
.video-js .vjs-chapters-button:before, .vjs-icon-chapters:before {
content: '\f10e'}
.vjs-icon-share:before {
content: '\f10f'}
.vjs-icon-cog:before {
content: '\f110'}
.video-js .vjs-mouse-display:before, .video-js .vjs-play-progress:before, .video-js .vjs-volume-level:before, .vjs-icon-circle:before {
content: '\f111'}
.vjs-icon-circle-outline:before {
content: '\f112'}
.vjs-icon-circle-inner-circle:before {
content: '\f113'}
.vjs-icon-audio-description:before {
content: '\f114'}
.video-js {
display: block;
vertical-align: top;
box-sizing: border-box;
position: relative;
padding: 0;
font-size: 10px;
line-height: 1;
font-weight: 400;
font-style: normal;
font-family: Arial, Helvetica, sans-serif;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.video-js:-moz-full-screen {
position: absolute;
}
.video-js:-webkit-full-screen {
width: 100% !important;
height: 100% !important;
}
.video-js .vjs-tech, .video-js.vjs-fill {
height: 100%;
width: 100%}
.video-js *, .video-js:after, .video-js:before {
box-sizing: inherit;
}
.video-js ul {
font-family: inherit;
font-size: inherit;
line-height: inherit;
list-style-position: outside;
margin: 0;
}
.video-js.vjs-16-9, .video-js.vjs-4-3, .video-js.vjs-fluid {
width: 100%;
max-width: 100%;
height: 0;
}
.video-js.vjs-16-9 {
padding-top: 56.25%}
.video-js.vjs-4-3 {
padding-top: 75%}
.video-js .vjs-tech {
position: absolute;
top: 0;
left: 0;
}
body.vjs-full-window {
padding: 0;
margin: 0;
height: 100%;
overflow-y: auto;
}
.vjs-full-window .video-js.vjs-fullscreen {
position: fixed;
overflow: hidden;
z-index: 1000;
left: 0;
top: 0;
bottom: 0;
right: 0;
}
.video-js.vjs-fullscreen {
width: 100% !important;
height: 100% !important;
padding-top: 0 !important;
}
.video-js.vjs-fullscreen.vjs-user-inactive {
cursor: none;
}
.vjs-hidden {
display: none !important;
}
.vjs-lock-showing {
display: block !important;
opacity: 1;
visibility: visible;
}
.vjs-no-js {
padding: 20px;
font-size: 18px;
font-family: Arial, Helvetica, sans-serif;
text-align: center;
width: 300px;
height: 150px;
margin: 0 auto;
}
.vjs-no-js a, .vjs-no-js a:visited {
color: #66a8cc;
}
.video-js .vjs-big-play-button {
font-size: 3em;
line-height: 1.5em;
height: 1.5em;
width: 3em;
display: block;
z-index: 2;
position: absolute;
top: 10px;
left: 10px;
padding: 0;
cursor: pointer;
opacity: 1;
border: .06666em solid #fff;
background-color: #2b333f;
background-color: rgba(43, 51, 63, .7);
-webkit-border-radius: .3em;
-moz-border-radius: .3em;
border-radius: .3em;
-webkit-transition: all .4s;
-moz-transition: all .4s;
-o-transition: all .4s;
transition: all .4s;
}
.vjs-big-play-centered .vjs-big-play-button {
top: 50%;
left: 50%;
margin-top: -.75em;
margin-left: -1.5em;
}
.video-js .vjs-big-play-button:focus, .video-js:hover .vjs-big-play-button {
outline: 0;
border-color: #fff;
background-color: #73859f;
background-color: rgba(115, 133, 159, .5);
-webkit-transition: all 0s;
-moz-transition: all 0s;
-o-transition: all 0s;
transition: all 0s;
}
.vjs-controls-disabled .vjs-big-play-button, .vjs-error .vjs-big-play-button, .vjs-has-started .vjs-big-play-button, .vjs-using-native-controls .vjs-big-play-button {
display: none;
}
.video-js button {
background: 0 0;
border: 0;
color: inherit;
display: inline-block;
overflow: visible;
font-size: inherit;
line-height: inherit;
text-transform: none;
transition: none;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
.vjs-menu-button {
cursor: pointer;
}
.vjs-menu .vjs-menu-content {
display: block;
padding: 0;
margin: 0;
overflow: auto;
}
.vjs-scrubbing .vjs-menu-button:hover .vjs-menu {
display: none;
}
.vjs-menu li {
list-style: none;
margin: 0;
padding: .2em 0;
line-height: 1.4em;
font-size: 1.2em;
text-align: center;
text-transform: lowercase;
}
.vjs-menu li:focus, .vjs-menu li:hover {
outline: 0;
background-color: #73859f;
background-color: rgba(115, 133, 159, .5);
}
.vjs-menu li.vjs-selected, .vjs-menu li.vjs-selected:focus, .vjs-menu li.vjs-selected:hover {
background-color: #fff;
color: #2b333f;
}
.vjs-menu li.vjs-menu-title {
text-align: center;
text-transform: uppercase;
font-size: 1em;
line-height: 2em;
padding: 0;
margin: 0 0 .3em;
font-weight: 700;
cursor: default;
}
.vjs-menu-button-popup .vjs-menu {
display: none;
position: absolute;
bottom: 0;
width: 10em;
left: -3em;
height: 0;
margin-bottom: 1.5em;
border-top-color: rgba(43, 51, 63, .7);
}
.vjs-menu-button-popup .vjs-menu ul {
background-color: #2b333f;
background-color: rgba(43, 51, 63, .7);
position: absolute;
width: 100%;
bottom: 1.5em;
max-height: 15em;
}
.vjs-menu-button-popup .vjs-menu.vjs-lock-showing, .vjs-menu-button-popup:hover .vjs-menu {
display: block;
}
.video-js .vjs-menu-button-inline {
-webkit-transition: all .4s;
-moz-transition: all .4s;
-o-transition: all .4s;
transition: all .4s;
overflow: hidden;
}
.video-js .vjs-menu-button-inline:before {
width: 2.222222222em;
}
.video-js .vjs-menu-button-inline.vjs-slider-active, .video-js .vjs-menu-button-inline:focus, .video-js .vjs-menu-button-inline:hover, .video-js.vjs-no-flex .vjs-menu-button-inline {
width: 12em;
}
.video-js .vjs-menu-button-inline.vjs-slider-active {
-webkit-transition: none;
-moz-transition: none;
-o-transition: none;
transition: none;
}
.vjs-menu-button-inline .vjs-menu {
opacity: 0;
height: 100%;
width: auto;
position: absolute;
left: 2.2222222em;
top: 0;
padding: 0;
margin: 0;
-webkit-transition: all .4s;
-moz-transition: all .4s;
-o-transition: all .4s;
transition: all .4s;
}
.vjs-menu-button-inline.vjs-slider-active .vjs-menu, .vjs-menu-button-inline:focus .vjs-menu, .vjs-menu-button-inline:hover .vjs-menu {
display: block;
opacity: 1;
}
.vjs-no-flex .vjs-menu-button-inline .vjs-menu {
display: block;
opacity: 1;
position: relative;
width: auto;
}
.vjs-no-flex .vjs-menu-button-inline.vjs-slider-active .vjs-menu, .vjs-no-flex .vjs-menu-button-inline:focus .vjs-menu, .vjs-no-flex .vjs-menu-button-inline:hover .vjs-menu {
width: auto;
}
.vjs-menu-button-inline .vjs-menu-content {
width: auto;
height: 100%;
margin: 0;
overflow: hidden;
}
.video-js .vjs-control-bar {
display: none;
width: 100%;
position: absolute;
bottom: 0;
left: 0;
right: 0;
height: 3em;
background-color: #2b333f;
background-color: rgba(43, 51, 63, .7);
}
.vjs-has-started .vjs-control-bar {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
visibility: visible;
opacity: 1;
-webkit-transition: visibility .1s, opacity .1s;
-moz-transition: visibility .1s, opacity .1s;
-o-transition: visibility .1s, opacity .1s;
transition: visibility .1s, opacity .1s;
}
.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
visibility: hidden;
opacity: 0;
-webkit-transition: visibility 1s, opacity 1s;
-moz-transition: visibility 1s, opacity 1s;
-o-transition: visibility 1s, opacity 1s;
transition: visibility 1s, opacity 1s;
}
.vjs-controls-disabled .vjs-control-bar, .vjs-error .vjs-control-bar, .vjs-using-native-controls .vjs-control-bar {
display: none !important;
}
.vjs-audio.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
opacity: 1;
visibility: visible;
}
@media \0screen {
.vjs-user-inactive.vjs-playing .vjs-control-bar: before {
content: ""}
}.vjs-has-started.vjs-no-flex .vjs-control-bar {
display: table;
}
.video-js .vjs-control {
outline: 0;
position: relative;
text-align: center;
margin: 0;
padding: 0;
height: 100%;
width: 4em;
-webkit-box-flex: none;
-moz-box-flex: none;
-webkit-flex: none;
-ms-flex: none;
flex: none;
}
.video-js .vjs-control:before {
font-size: 1.8em;
line-height: 1.67;
}
.video-js .vjs-control:focus, .video-js .vjs-control:focus:before, .video-js .vjs-control:hover:before {
text-shadow: 0 0 1em #fff;
}
.video-js .vjs-control-text {
border: 0;
clip: rect(0 0 0 0);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
width: 1px;
}
.vjs-no-flex .vjs-control {
display: table-cell;
vertical-align: middle;
}
.video-js .vjs-custom-control-spacer {
display: none;
}
.video-js .vjs-progress-control {
-webkit-box-flex: auto;
-moz-box-flex: auto;
-webkit-flex: auto;
-ms-flex: auto;
flex: auto;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
.vjs-live .vjs-progress-control {
display: none;
}
.video-js .vjs-progress-holder {
-webkit-box-flex: auto;
-moz-box-flex: auto;
-webkit-flex: auto;
-ms-flex: auto;
flex: auto;
-webkit-transition: all .2s;
-moz-transition: all .2s;
-o-transition: all .2s;
transition: all .2s;
height: .3em;
}
.video-js .vjs-progress-control:hover .vjs-progress-holder {
font-size: 1.6666666667em;
}
.video-js .vjs-progress-control:hover .vjs-mouse-display:after, .video-js .vjs-progress-control:hover .vjs-play-progress:after {
display: block;
font-size: .6em;
}
.video-js .vjs-progress-holder .vjs-load-progress, .video-js .vjs-progress-holder .vjs-load-progress div, .video-js .vjs-progress-holder .vjs-play-progress {
position: absolute;
display: block;
height: .3em;
margin: 0;
padding: 0;
width: 0;
left: 0;
top: 0;
}
.video-js .vjs-mouse-display:before {
display: none;
}
.video-js .vjs-play-progress {
background-color: #fff;
}
.video-js .vjs-play-progress:before {
position: absolute;
top: -.3333333333em;
right: -.5em;
font-size: .9em;
}
.video-js .vjs-mouse-display:after, .video-js .vjs-play-progress:after {
display: none;
position: absolute;
top: -2.4em;
right: -1.5em;
font-size: .9em;
color: #000;
content: attr(data-current-time);
padding: .2em .5em;
background-color: #fff;
background-color: rgba(255, 255, 255, .8);
-webkit-border-radius: .3em;
-moz-border-radius: .3em;
border-radius: .3em;
}
.video-js .vjs-play-progress:after, .video-js .vjs-play-progress:before {
z-index: 1;
}
.video-js .vjs-load-progress {
background: ligthen(#73859f, 25%);
background: rgba(115, 133, 159, .5);
}
.video-js .vjs-load-progress div {
background: ligthen(#73859f, 50%);
background: rgba(115, 133, 159, .75);
}
.video-js.vjs-no-flex .vjs-progress-control {
width: auto;
}
.video-js .vjs-progress-control .vjs-mouse-display {
display: none;
position: absolute;
width: 1px;
height: 100%;
background-color: #000;
z-index: 1;
}
.vjs-no-flex .vjs-progress-control .vjs-mouse-display {
z-index: 0;
}
.video-js .vjs-progress-control:hover .vjs-mouse-display {
display: block;
}
.video-js.vjs-user-inactive .vjs-progress-control .vjs-mouse-display, .video-js.vjs-user-inactive .vjs-progress-control .vjs-mouse-display:after {
visibility: hidden;
opacity: 0;
-webkit-transition: visibility 1s, opacity 1s;
-moz-transition: visibility 1s, opacity 1s;
-o-transition: visibility 1s, opacity 1s;
transition: visibility 1s, opacity 1s;
}
.video-js.vjs-user-inactive.vjs-no-flex .vjs-progress-control .vjs-mouse-display, .video-js.vjs-user-inactive.vjs-no-flex .vjs-progress-control .vjs-mouse-display:after {
display: none;
}
.video-js .vjs-progress-control .vjs-mouse-display:after {
color: #fff;
background-color: #000;
background-color: rgba(0, 0, 0, .8);
}
.video-js .vjs-slider {
outline: 0;
position: relative;
cursor: pointer;
padding: 0;
margin: 0 .45em;
background-color: #73859f;
background-color: rgba(115, 133, 159, .5);
}
.video-js .vjs-slider:focus {
text-shadow: 0 0 1em #fff;
-webkit-box-shadow: 0 0 1em #fff;
-moz-box-shadow: 0 0 1em #fff;
box-shadow: 0 0 1em #fff;
}
.video-js .vjs-mute-control, .video-js .vjs-volume-menu-button {
cursor: pointer;
-webkit-box-flex: none;
-moz-box-flex: none;
-webkit-flex: none;
-ms-flex: none;
flex: none;
}
.video-js .vjs-volume-control {
width: 5em;
-webkit-box-flex: none;
-moz-box-flex: none;
-webkit-flex: none;
-ms-flex: none;
flex: none;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
.video-js .vjs-volume-bar {
margin: 1.35em;
}
.vjs-volume-bar.vjs-slider-horizontal {
width: 5em;
height: .3em;
}
.vjs-volume-bar.vjs-slider-vertical {
width: .3em;
height: 5em;
}
.video-js .vjs-volume-level {
position: absolute;
bottom: 0;
left: 0;
background-color: #fff;
}
.video-js .vjs-volume-level:before {
position: absolute;
font-size: .9em;
}
.vjs-slider-vertical .vjs-volume-level {
width: .3em;
}
.vjs-slider-vertical .vjs-volume-level:before {
top: -.5em;
left: -.3em;
}
.vjs-slider-horizontal .vjs-volume-level {
height: .3em;
}
.vjs-slider-horizontal .vjs-volume-level:before {
top: -.3em;
right: -.5em;
}
.vjs-volume-bar.vjs-slider-vertical .vjs-volume-level {
height: 100%}
.vjs-volume-bar.vjs-slider-horizontal .vjs-volume-level {
width: 100%}
.vjs-menu-button-popup.vjs-volume-menu-button .vjs-menu {
display: block;
width: 0;
height: 0;
border-top-color: transparent;
}
.vjs-menu-button-popup.vjs-volume-menu-button-vertical .vjs-menu {
left: .5em;
}
.vjs-menu-button-popup.vjs-volume-menu-button-horizontal .vjs-menu {
left: -2em;
}
.vjs-menu-button-popup.vjs-volume-menu-button .vjs-menu-content {
height: 0;
width: 0;
overflow-x: hidden;
overflow-y: hidden;
}
.vjs-volume-menu-button-vertical .vjs-lock-showing .vjs-menu-content, .vjs-volume-menu-button-vertical:hover .vjs-menu-content {
height: 8em;
width: 2.9em;
}
.vjs-volume-menu-button-horizontal .vjs-lock-showing .vjs-menu-content, .vjs-volume-menu-button-horizontal:hover .vjs-menu-content {
height: 2.9em;
width: 8em;
}
.vjs-error .vjs-error-display, .vjs-poster {
position: absolute;
left: 0;
top: 0;
height: 100%}
.vjs-volume-menu-button.vjs-menu-button-inline .vjs-menu-content {
background-color: transparent !important;
}
.vjs-poster {
display: inline-block;
vertical-align: middle;
background-repeat: no-repeat;
background-position: 50% 50%;
background-size: contain;
cursor: pointer;
margin: 0;
padding: 0;
right: 0;
bottom: 0;
}
.video-item, .video-page-container {
background-size: cover;
-ms-behavior: url(//www.filter-concept.com/wp-content/themes/filterconcept/css/backgroundsize.min.htc);
}
.vjs-poster img {
display: block;
vertical-align: middle;
margin: 0 auto;
max-height: 100%;
padding: 0;
width: 100%}
.vjs-has-started .vjs-poster {
display: none;
}
.vjs-audio.vjs-has-started .vjs-poster {
display: block;
}
.vjs-controls-disabled .vjs-poster, .vjs-using-native-controls .vjs-poster {
display: none;
}
.video-js .vjs-live-control {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: flex-start;
-webkit-align-items: flex-start;
-ms-flex-align: flex-start;
align-items: flex-start;
-webkit-box-flex: auto;
-moz-box-flex: auto;
-webkit-flex: auto;
-ms-flex: auto;
flex: auto;
font-size: 1em;
line-height: 3em;
}
.vjs-no-flex .vjs-live-control {
display: table-cell;
width: auto;
text-align: left;
}
.video-js .vjs-current-time, .video-js .vjs-duration, .vjs-live .vjs-time-control, .vjs-live .vjs-time-divider, .vjs-no-flex .vjs-current-time, .vjs-no-flex .vjs-duration {
display: none;
}
.video-js .vjs-time-control {
-webkit-box-flex: none;
-moz-box-flex: none;
-webkit-flex: none;
-ms-flex: none;
flex: none;
font-size: 1em;
line-height: 3em;
}
.vjs-time-divider {
display: none;
line-height: 3em;
}
.video-js .vjs-play-control {
cursor: pointer;
-webkit-box-flex: none;
-moz-box-flex: none;
-webkit-flex: none;
-ms-flex: none;
flex: none;
}
.vjs-text-track-display {
position: absolute;
bottom: 3em;
left: 0;
right: 0;
top: 0;
pointer-events: none;
}
.video-js.vjs-user-inactive.vjs-playing .vjs-text-track-display {
bottom: 1em;
}
.video-js .vjs-text-track {
font-size: 1.4em;
text-align: center;
margin-bottom: .1em;
background-color: #000;
background-color: rgba(0, 0, 0, .5);
}
.vjs-subtitles {
color: #fff;
}
.vjs-captions {
color: #fc6;
}
.vjs-tt-cue {
display: block;
}
.video-js .vjs-fullscreen-control {
width: 3.8em;
cursor: pointer;
-webkit-box-flex: none;
-moz-box-flex: none;
-webkit-flex: none;
-ms-flex: none;
flex: none;
}
.vjs-playback-rate .vjs-playback-rate-value {
font-size: 1.5em;
line-height: 2;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
text-align: center;
}
.vjs-playback-rate .vjs-menu {
width: 4em;
left: 0;
}
.vjs-error-display {
display: none;
}
.vjs-error .vjs-error-display {
display: block;
width: 100%}
.vjs-error .vjs-error-display:before {
content: 'X';
font-family: Arial, Helvetica, sans-serif;
font-size: 4em;
color: #fff;
line-height: 1;
text-shadow: .05em .05em .1em #000;
text-align: center;
vertical-align: middle;
position: absolute;
left: 0;
top: 50%;
margin-top: -.5em;
width: 100%}
.vjs-error-display div {
position: absolute;
bottom: 1em;
right: 0;
left: 0;
font-size: 1.4em;
text-align: center;
padding: 3px;
background-color: #000;
background-color: rgba(0, 0, 0, .5);
}
.vjs-error-display a, .vjs-error-display a:visited {
color: #66a8cc;
}
.vjs-loading-spinner {
display: none;
position: absolute;
top: 50%;
left: 50%;
margin: -25px 0 0 -25px;
opacity: .85;
text-align: left;
border: 6px solid rgba(43, 51, 63, .7);
box-sizing: border-box;
background-clip: padding-box;
width: 50px;
height: 50px;
border-radius: 25px;
}
.vjs-seeking .vjs-loading-spinner, .vjs-waiting .vjs-loading-spinner {
display: block;
}
.vjs-loading-spinner:after, .vjs-loading-spinner:before {
content: "";
position: absolute;
margin: -6px;
box-sizing: inherit;
width: inherit;
height: inherit;
border-radius: inherit;
opacity: 1;
border: inherit;
border-color: #fff transparent transparent;
}
.vjs-seeking .vjs-loading-spinner:after, .vjs-seeking .vjs-loading-spinner:before, .vjs-waiting .vjs-loading-spinner:after, .vjs-waiting .vjs-loading-spinner:before {
-webkit-animation: vjs-spinner-spin 1.1s cubic-bezier(.6, .2, 0, .8) infinite, vjs-spinner-fade 1.1s linear infinite;
animation: vjs-spinner-spin 1.1s cubic-bezier(.6, .2, 0, .8) infinite, vjs-spinner-fade 1.1s linear infinite;
}
.vjs-seeking .vjs-loading-spinner:before, .vjs-waiting .vjs-loading-spinner:before {
border-top-color: #fff;
}
.vjs-seeking .vjs-loading-spinner:after, .vjs-waiting .vjs-loading-spinner:after {
border-top-color: #fff;
-webkit-animation-delay: .44s;
animation-delay: .44s;
}
@keyframes vjs-spinner-spin {
100% {
transform: rotate(360deg);
}
}@-webkit-keyframes vjs-spinner-spin {
100% {
-webkit-transform: rotate(360deg);
}
}@keyframes vjs-spinner-fade {
0%, 100%, 20%, 60% {
border-top-color: #73859f;
}
35% {
border-top-color: #fff;
}
}@-webkit-keyframes vjs-spinner-fade {
0%, 100%, 20%, 60% {
border-top-color: #73859f;
}
35% {
border-top-color: #fff;
}
}.vjs-chapters-button .vjs-menu {
left: -10em;
width: 0;
}
.vjs-chapters-button .vjs-menu ul {
width: 24em;
}
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-custom-control-spacer {
-webkit-box-flex: auto;
-moz-box-flex: auto;
-webkit-flex: auto;
-ms-flex: auto;
flex: auto;
}
.stop-scrolling {
height: 100%;
overflow: hidden;
}
.video-js.vjs-layout-tiny:not(.vjs-fullscreen).vjs-no-flex .vjs-custom-control-spacer {
width: auto;
}
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-captions-button, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-chapters-button, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-current-time, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-duration, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-mute-control, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-playback-rate, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-remaining-time, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-subtitles-button, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-time-divider, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-volume-control, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-captions-button, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-chapters-button, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-current-time, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-duration, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-mute-control, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-playback-rate, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-progress-control, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-remaining-time, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-subtitles-button, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-time-divider, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-volume-control, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-volume-menu-button, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-captions-button, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-chapters-button, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-current-time, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-duration, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-fullscreen-control, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-mute-control, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-playback-rate, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-remaining-time, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-subtitles-button, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-time-divider, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-volume-button, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-volume-control {
display: none;
}
.vjs-caption-settings {
position: relative;
top: 1em;
background-color: #2b333f;
background-color: rgba(43, 51, 63, .75);
color: #fff;
margin: 0 auto;
padding: .5em;
height: 15em;
font-size: 12px;
width: 40em;
}
.vjs-caption-settings .vjs-tracksettings {
top: 0;
bottom: 2em;
left: 0;
right: 0;
position: absolute;
overflow: auto;
}
.vjs-caption-settings .vjs-tracksettings-colors, .vjs-caption-settings .vjs-tracksettings-font {
float: left;
}
.vjs-caption-settings .vjs-tracksettings-controls {
position: absolute;
bottom: 1em;
right: 1em;
}
.vjs-caption-settings .vjs-tracksetting {
margin: 5px;
padding: 3px;
min-height: 40px;
}
.vjs-caption-settings .vjs-tracksetting label {
display: block;
width: 100px;
margin-bottom: 5px;
}
.vjs-caption-settings .vjs-tracksetting span {
display: inline;
margin-left: 5px;
}
.no-opacity .video-page-container .tint, .video-item .video-player, body>.video-page-container .content {
display: none;
}
.vjs-caption-settings .vjs-tracksetting>div {
margin-bottom: 5px;
min-height: 20px;
}
.vjs-caption-settings .vjs-tracksetting>div:last-child {
margin-bottom: 0;
padding-bottom: 0;
min-height: 0;
}
.vjs-caption-settings label>input {
margin-right: 10px;
}
.vjs-caption-settings input[type=button] {
width: 40px;
height: 40px;
}
.visuallyhidden {
border: 0;
clip: rect(0 0 0 0);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
width: 1px;
}
.video-page-container {
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%;
z-index: 1;
background-position: center center;
}
.video-page-container.active {
z-index: 9999;
}
.module__videos {
background-color: #000;
}
.video-item {
position: relative;
float: left;
text-align: center;
background-position: top left;
background-repeat: no-repeat;
background-color: #333;
}
.video-page-container .close, .video-player .close {
background-position: center center;
border: 0 !important;
background-repeat: no-repeat;
}
.video-page-container .content {
padding: 40px;
position: relative;
z-index: 2;
}
.video-page-container .content, .video-page-container .tint {
-webkit-transition: opacity .3s linear;
transition: opacity .3s linear;
}
.video-page-container .tint {
z-index: 1;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: #000;
opacity: .3;
background-image: none;
}
.video-page-container p {
font-size: 14px;
color: #fff;
font-weight: 400;
text-align: left;
margin-bottom: 30px;
}
.video-page-container .content p {
max-width: 400px;
}
.video-item.half {
width: 50%;
height: 400px;
}
.video-item.narrow {
width: 33.3%;
height: 268px;
}
.video-item.narrow .content p {
max-width: inherit;
}
.innovativeProducts .rightCol img, .mCustomScrollBox, .videoSlider {
max-width: 100%}
.video-page-container .close {
width: 31px;
height: 29px;
position: absolute;
right: 20px;
top: 20px;
background-image: url(//www.filter-concept.com/wp-content/themes/filterconcept/css/img/vid-close.png);
-webkit-transition: opacity .3s ease;
transition: opacity .3s ease;
z-index: 9;
padding: 0 !important;
opacity: .5;
}
.video-page-container .close:hover {
opacity: 1;
cursor: pointer;
}
.video-page-container .video-player {
top: 0;
height: 100%;
width: 100%;
position: absolute;
z-index: 99999;
background-color: #000;
}
.video-page-container .content h2 {
margin-top: 0;
font-size: 28px;
color: #fff;
font-weight: 200;
text-align: left;
line-height: 1.3em;
-webkit-transition: all .3s linear;
transition: all .3s linear;
}
.video-player .close {
opacity: .6;
width: 31px;
height: 29px;
position: absolute;
right: 20px;
top: 20px;
background-image: url(//www.filter-concept.com/wp-content/themes/filterconcept/css/../images/vid-close.png);
-webkit-transition: opacity .3s ease;
transition: opacity .3s ease;
z-index: 9;
padding: 0 !important;
}
.vjs-big-play-button {
display: none !important;
}
.mCustomScrollbar {
-ms-touch-action: pinch-zoom;
touch-action: pinch-zoom;
}
.mCustomScrollbar.mCS_no_scrollbar, .mCustomScrollbar.mCS_touch_action {
-ms-touch-action: auto;
touch-action: auto;
}
.mCustomScrollBox {
position: relative;
overflow: hidden;
height: 100%;
outline: 0;
direction: ltr;
}
.mCSB_container {
overflow: hidden;
width: auto;
height: auto;
}
.mCSB_inside>.mCSB_container {
margin-right: 30px;
}
.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
margin-right: 0;
}
.mCS-dir-rtl>.mCSB_inside>.mCSB_container {
margin-right: 0;
margin-left: 30px;
}
.mCS-dir-rtl>.mCSB_inside>.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
margin-left: 0;
}
.mCSB_scrollTools {
position: absolute;
z-index: 2;
width: 16px;
height: auto;
left: auto;
top: 0;
right: 0;
bottom: 0;
opacity: .75;
filter: "alpha(opacity=75)";
-ms-filter: "alpha(opacity=75)"}
.mCSB_outside+.mCSB_scrollTools {
right: -26px;
}
.mCS-dir-rtl>.mCSB_inside>.mCSB_scrollTools, .mCS-dir-rtl>.mCSB_outside+.mCSB_scrollTools {
right: auto;
left: 0;
}
.mCS-dir-rtl>.mCSB_outside+.mCSB_scrollTools {
left: -26px;
}
.mCSB_scrollTools .mCSB_draggerContainer {
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
height: auto;
}
.mCSB_scrollTools a+.mCSB_draggerContainer {
margin: 20px 0;
}
.mCSB_scrollTools .mCSB_draggerRail {
width: 2px;
height: 100%;
margin: 0 auto;
-webkit-border-radius: 16px;
-moz-border-radius: 16px;
border-radius: 16px;
}
.mCSB_scrollTools .mCSB_dragger {
cursor: pointer;
width: 100%;
height: 30px;
z-index: 1;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
position: relative;
width: 4px;
height: 100%;
margin: 0 auto;
-webkit-border-radius: 16px;
-moz-border-radius: 16px;
border-radius: 16px;
text-align: center;
}
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
width: 12px;
}
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail, .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
width: 8px;
}
.mCSB_scrollTools .mCSB_buttonDown, .mCSB_scrollTools .mCSB_buttonUp {
display: block;
position: absolute;
height: 20px;
width: 100%;
overflow: hidden;
margin: 0 auto;
cursor: pointer;
}
.mCSB_scrollTools .mCSB_buttonDown {
bottom: 0;
}
.mCSB_horizontal.mCSB_inside>.mCSB_container {
margin-right: 0;
}
.mCSB_horizontal.mCSB_outside>.mCSB_container {
min-height: 100%}
.mCSB_horizontal>.mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden {
margin-bottom: 0;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal {
width: auto;
height: 16px;
top: auto;
right: 0;
bottom: 0;
left: 0;
}
.mCustomScrollBox+.mCSB_scrollTools+.mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCustomScrollBox+.mCSB_scrollTools.mCSB_scrollTools_horizontal {
bottom: -26px;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal a+.mCSB_draggerContainer {
margin: 0 20px;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
width: 100%;
height: 2px;
margin: 7px 0;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger {
width: 30px;
height: 100%;
left: 0;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
width: 100%;
height: 4px;
margin: 6px auto;
}
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
height: 12px;
margin: 2px auto;
}
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail, .mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
height: 8px;
margin: 4px 0;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft, .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
display: block;
position: absolute;
width: 20px;
height: 100%;
overflow: hidden;
margin: 0 auto;
cursor: pointer;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft {
left: 0;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
right: 0;
}
.mCSB_container_wrapper {
position: absolute;
height: auto;
width: auto;
overflow: hidden;
top: 0;
left: 0;
right: 0;
bottom: 0;
margin-right: 30px;
margin-bottom: 30px;
}
.mCSB_container_wrapper>.mCSB_container {
padding-right: 30px;
padding-bottom: 30px;
box-sizing: border-box;
}
.mCSB_vertical_horizontal>.mCSB_scrollTools.mCSB_scrollTools_vertical {
bottom: 20px;
}
.mCSB_vertical_horizontal>.mCSB_scrollTools.mCSB_scrollTools_horizontal {
right: 20px;
}
.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden+.mCSB_scrollTools.mCSB_scrollTools_vertical {
bottom: 0;
}
.mCS-dir-rtl>.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden+.mCSB_scrollTools~.mCSB_scrollTools.mCSB_scrollTools_horizontal {
right: 0;
}
.mCS-dir-rtl>.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_scrollTools.mCSB_scrollTools_horizontal {
left: 20px;
}
.mCS-dir-rtl>.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden+.mCSB_scrollTools~.mCSB_scrollTools.mCSB_scrollTools_horizontal {
left: 0;
}
.mCS-dir-rtl>.mCSB_inside>.mCSB_container_wrapper {
margin-right: 0;
margin-left: 30px;
}
.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden>.mCSB_container {
padding-right: 0;
}
.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden>.mCSB_container {
padding-bottom: 0;
}
.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden {
margin-right: 0;
margin-left: 0;
}
.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden {
margin-bottom: 0;
}
.mCSB_scrollTools, .mCSB_scrollTools .mCSB_buttonDown, .mCSB_scrollTools .mCSB_buttonLeft, .mCSB_scrollTools .mCSB_buttonRight, .mCSB_scrollTools .mCSB_buttonUp, .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
-webkit-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
-moz-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
-o-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
}
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail, .mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar, .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail, .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar {
-webkit-transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
-moz-transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
-o-transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
}
.mCS-autoHide>.mCustomScrollBox>.mCSB_scrollTools, .mCS-autoHide>.mCustomScrollBox~.mCSB_scrollTools {
opacity: 0;
filter: "alpha(opacity=0)";
-ms-filter: "alpha(opacity=0)"}
.mCS-autoHide:hover>.mCustomScrollBox>.mCSB_scrollTools, .mCS-autoHide:hover>.mCustomScrollBox~.mCSB_scrollTools, .mCustomScrollBox:hover>.mCSB_scrollTools, .mCustomScrollBox:hover~.mCSB_scrollTools, .mCustomScrollbar>.mCustomScrollBox>.mCSB_scrollTools.mCSB_scrollTools_onDrag, .mCustomScrollbar>.mCustomScrollBox~.mCSB_scrollTools.mCSB_scrollTools_onDrag {
opacity: 1;
filter: "alpha(opacity=100)";
-ms-filter: "alpha(opacity=100)"}
.mCSB_scrollTools .mCSB_draggerRail {
background-color: #000;
background-color: rgba(0, 0, 0, .4);
filter: "alpha(opacity=40)";
-ms-filter: "alpha(opacity=40)"}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
background-color: #fff;
background-color: rgba(255, 255, 255, .75);
filter: "alpha(opacity=75)";
-ms-filter: "alpha(opacity=75)"}
.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
background-color: #fff;
background-color: rgba(255, 255, 255, .85);
filter: "alpha(opacity=85)";
-ms-filter: "alpha(opacity=85)"}
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
background-color: #fff;
background-color: rgba(255, 255, 255, .9);
filter: "alpha(opacity=90)";
-ms-filter: "alpha(opacity=90)"}
.mCSB_scrollTools .mCSB_buttonDown, .mCSB_scrollTools .mCSB_buttonLeft, .mCSB_scrollTools .mCSB_buttonRight, .mCSB_scrollTools .mCSB_buttonUp {
background-image: url(//www.filter-concept.com/wp-content/themes/filterconcept/css/mCSB_buttons.png);
background-repeat: no-repeat;
opacity: .4;
filter: "alpha(opacity=40)";
-ms-filter: "alpha(opacity=40)"}
.mCSB_scrollTools .mCSB_buttonUp {
background-position: 0 0;
}
.mCSB_scrollTools .mCSB_buttonDown {
background-position: 0 -20px;
}
.mCSB_scrollTools .mCSB_buttonLeft {
background-position: 0 -40px;
}
.mCSB_scrollTools .mCSB_buttonRight {
background-position: 0 -56px;
}
.mCSB_scrollTools .mCSB_buttonDown:hover, .mCSB_scrollTools .mCSB_buttonLeft:hover, .mCSB_scrollTools .mCSB_buttonRight:hover, .mCSB_scrollTools .mCSB_buttonUp:hover {
opacity: .75;
filter: "alpha(opacity=75)";
-ms-filter: "alpha(opacity=75)"}
.mCSB_scrollTools .mCSB_buttonDown:active, .mCSB_scrollTools .mCSB_buttonLeft:active, .mCSB_scrollTools .mCSB_buttonRight:active, .mCSB_scrollTools .mCSB_buttonUp:active {
opacity: .9;
filter: "alpha(opacity=90)";
-ms-filter: "alpha(opacity=90)"}
.mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
background-color: #000;
background-color: rgba(0, 0, 0, .15);
}
.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
background-color: #000;
background-color: rgba(0, 0, 0, .75);
}
.mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
background-color: rgba(0, 0, 0, .85);
}
.mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
background-color: rgba(0, 0, 0, .9);
}
.mCS-dark.mCSB_scrollTools .mCSB_buttonUp {
background-position: -80px 0;
}
.mCS-dark.mCSB_scrollTools .mCSB_buttonDown {
background-position: -80px -20px;
}
.mCS-dark.mCSB_scrollTools .mCSB_buttonLeft {
background-position: -80px -40px;
}
.mCS-dark.mCSB_scrollTools .mCSB_buttonRight {
background-position: -80px -56px;
}
.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail, .mCS-light-2.mCSB_scrollTools .mCSB_draggerRail {
width: 4px;
background-color: #fff;
background-color: rgba(255, 255, 255, .1);
-webkit-border-radius: 1px;
-moz-border-radius: 1px;
border-radius: 1px;
}
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-light-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
width: 4px;
background-color: #fff;
background-color: rgba(255, 255, 255, .75);
-webkit-border-radius: 1px;
-moz-border-radius: 1px;
border-radius: 1px;
}
.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-light-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-light-2.mCSB_scrollTools_horizontal .mCSB_draggerRail {
width: 100%;
margin: 6px auto;
}
.mCS-light-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
background-color: #fff;
background-color: rgba(255, 255, 255, .85);
}
.mCS-light-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-light-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
background-color: #fff;
background-color: rgba(255, 255, 255, .9);
}
.mCS-light-2.mCSB_scrollTools .mCSB_buttonUp {
background-position: -32px 0;
}
.mCS-light-2.mCSB_scrollTools .mCSB_buttonDown {
background-position: -32px -20px;
}
.mCS-light-2.mCSB_scrollTools .mCSB_buttonLeft {
background-position: -40px -40px;
}
.mCS-light-2.mCSB_scrollTools .mCSB_buttonRight {
background-position: -40px -56px;
}
.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail {
background-color: #000;
background-color: rgba(0, 0, 0, .1);
-webkit-border-radius: 1px;
-moz-border-radius: 1px;
border-radius: 1px;
}
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
-webkit-border-radius: 1px;
-moz-border-radius: 1px;
border-radius: 1px;
}
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-dark-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
background-color: #000;
background-color: rgba(0, 0, 0, .9);
}
.mCS-dark-2.mCSB_scrollTools .mCSB_buttonUp {
background-position: -112px 0;
}
.mCS-dark-2.mCSB_scrollTools .mCSB_buttonDown {
background-position: -112px -20px;
}
.mCS-dark-2.mCSB_scrollTools .mCSB_buttonLeft {
background-position: -120px -40px;
}
.mCS-dark-2.mCSB_scrollTools .mCSB_buttonRight {
background-position: -120px -56px;
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail, .mCS-light-thick.mCSB_scrollTools .mCSB_draggerRail {
width: 4px;
background-color: #fff;
background-color: rgba(255, 255, 255, .1);
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-light-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
width: 6px;
background-color: #fff;
background-color: rgba(255, 255, 255, .75);
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
}
.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail {
width: 100%;
height: 4px;
margin: 6px 0;
}
.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
width: 100%;
height: 6px;
margin: 5px auto;
}
.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
background-color: #fff;
background-color: rgba(255, 255, 255, .85);
}
.mCS-light-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-light-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
background-color: #fff;
background-color: rgba(255, 255, 255, .9);
}
.mCS-light-thick.mCSB_scrollTools .mCSB_buttonUp {
background-position: -16px 0;
}
.mCS-light-thick.mCSB_scrollTools .mCSB_buttonDown {
background-position: -16px -20px;
}
.mCS-light-thick.mCSB_scrollTools .mCSB_buttonLeft {
background-position: -20px -40px;
}
.mCS-light-thick.mCSB_scrollTools .mCSB_buttonRight {
background-position: -20px -56px;
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail {
background-color: #000;
background-color: rgba(0, 0, 0, .1);
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
background-color: #000;
background-color: rgba(0, 0, 0, .75);
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
background-color: #000;
background-color: rgba(0, 0, 0, .85);
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
background-color: #000;
background-color: rgba(0, 0, 0, .9);
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonUp {
background-position: -96px 0;
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonDown {
background-position: -96px -20px;
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonLeft {
background-position: -100px -40px;
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonRight {
background-position: -100px -56px;
}
.mCS-light-thin.mCSB_scrollTools .mCSB_draggerRail {
background-color: #fff;
background-color: rgba(255, 255, 255, .1);
}
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-light-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
width: 2px;
}
.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail {
width: 100%}
.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
width: 100%;
height: 2px;
margin: 7px auto;
}
.mCS-dark-thin.mCSB_scrollTools .mCSB_draggerRail {
background-color: #000;
background-color: rgba(0, 0, 0, .15);
}
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
background-color: #000;
background-color: rgba(0, 0, 0, .75);
}
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
background-color: #000;
background-color: rgba(0, 0, 0, .85);
}
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
background-color: #000;
background-color: rgba(0, 0, 0, .9);
}
.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonUp {
background-position: -80px 0;
}
.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonDown {
background-position: -80px -20px;
}
.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonLeft {
background-position: -80px -40px;
}
.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonRight {
background-position: -80px -56px;
}
.mCS-rounded.mCSB_scrollTools .mCSB_draggerRail {
background-color: #fff;
background-color: rgba(255, 255, 255, .15);
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger, .mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger, .mCS-rounded.mCSB_scrollTools .mCSB_dragger {
height: 14px;
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
width: 14px;
margin: 0 1px;
}
.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger, .mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger, .mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger, .mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger {
width: 14px;
}
.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
height: 14px;
margin: 1px 0;
}
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
width: 16px;
height: 16px;
margin: -1px 0;
}
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail, .mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail, .mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail, .mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
width: 4px;
}
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
height: 16px;
width: 16px;
margin: 0 -1px;
}
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail, .mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail, .mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail, .mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
height: 4px;
margin: 6px 0;
}
.mCS-rounded.mCSB_scrollTools .mCSB_buttonUp {
background-position: 0 -72px;
}
.mCS-rounded.mCSB_scrollTools .mCSB_buttonDown {
background-position: 0 -92px;
}
.mCS-rounded.mCSB_scrollTools .mCSB_buttonLeft {
background-position: 0 -112px;
}
.mCS-rounded.mCSB_scrollTools .mCSB_buttonRight {
background-position: 0 -128px;
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
background-color: #000;
background-color: rgba(0, 0, 0, .75);
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_draggerRail {
background-color: #000;
background-color: rgba(0, 0, 0, .15);
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
background-color: #000;
background-color: rgba(0, 0, 0, .85);
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
background-color: #000;
background-color: rgba(0, 0, 0, .9);
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonUp {
background-position: -80px -72px;
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonDown {
background-position: -80px -92px;
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonLeft {
background-position: -80px -112px;
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonRight {
background-position: -80px -128px;
}
.mCS-rounded-dots-dark.mCSB_scrollTools_vertical .mCSB_draggerRail, .mCS-rounded-dots.mCSB_scrollTools_vertical .mCSB_draggerRail {
width: 4px;
}
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail, .mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail {
background-color: transparent;
background-position: center;
}
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail {
background-image: url(data:image/png;
base64, iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAANElEQVQYV2NkIAAYiVbw//9/Y6DiM1ANJoyMjGdBbLgJQAX/kU0DKgDLkaQAvxW4HEvQFwCRcxIJK1XznAAAAABJRU5ErkJggg==);
background-repeat: repeat-y;
opacity: .3;
filter: "alpha(opacity=30)";
-ms-filter: "alpha(opacity=30)"}
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail {
height: 4px;
margin: 6px 0;
background-repeat: repeat-x;
}
.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonUp {
background-position: -16px -72px;
}
.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonDown {
background-position: -16px -92px;
}
.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonLeft {
background-position: -20px -112px;
}
.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonRight {
background-position: -20px -128px;
}
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail {
background-image: url(data:image/png;
base64, iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAALElEQVQYV2NkIAAYSVFgDFR8BqrBBEifBbGRTfiPZhpYjiQFBK3A6l6CvgAAE9kGCd1mvgEAAAAASUVORK5CYII=);
}
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonUp {
background-position: -96px -72px;
}
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonDown {
background-position: -96px -92px;
}
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonLeft {
background-position: -100px -112px;
}
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonRight {
background-position: -100px -128px;
}
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
background-repeat: repeat-y;
background-image: -moz-linear-gradient(left, rgba(255, 255, 255, .5) 0, rgba(255, 255, 255, 0) 100%);
background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(255, 255, 255, .5)), color-stop(100%, rgba(255, 255, 255, 0)));
background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, .5) 0, rgba(255, 255, 255, 0) 100%);
background-image: -o-linear-gradient(left, rgba(255, 255, 255, .5) 0, rgba(255, 255, 255, 0) 100%);
background-image: -ms-linear-gradient(left, rgba(255, 255, 255, .5) 0, rgba(255, 255, 255, 0) 100%);
background-image: linear-gradient(to right, rgba(255, 255, 255, .5) 0, rgba(255, 255, 255, 0) 100%);
}
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
background-repeat: repeat-x;
background-image: -moz-linear-gradient(top, rgba(255, 255, 255, .5) 0, rgba(255, 255, 255, 0) 100%);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255, 255, 255, .5)), color-stop(100%, rgba(255, 255, 255, 0)));
background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, .5) 0, rgba(255, 255, 255, 0) 100%);
background-image: -o-linear-gradient(top, rgba(255, 255, 255, .5) 0, rgba(255, 255, 255, 0) 100%);
background-image: -ms-linear-gradient(top, rgba(255, 255, 255, .5) 0, rgba(255, 255, 255, 0) 100%);
background-image: linear-gradient(to bottom, rgba(255, 255, 255, .5) 0, rgba(255, 255, 255, 0) 100%);
}
.mCS-3d-dark.mCSB_scrollTools_vertical .mCSB_dragger, .mCS-3d.mCSB_scrollTools_vertical .mCSB_dragger {
height: 70px;
}
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger, .mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger {
width: 70px;
}
.mCS-3d-dark.mCSB_scrollTools, .mCS-3d.mCSB_scrollTools {
opacity: 1;
filter: "alpha(opacity=30)";
-ms-filter: "alpha(opacity=30)"}
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_draggerRail {
-webkit-border-radius: 16px;
-moz-border-radius: 16px;
border-radius: 16px;
}
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-3d.mCSB_scrollTools .mCSB_draggerRail {
width: 8px;
background-color: #000;
background-color: rgba(0, 0, 0, .2);
box-shadow: inset 1px 0 1px rgba(0, 0, 0, .5), inset -1px 0 1px rgba(255, 255, 255, .2);
}
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
background-color: #555;
}
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
width: 8px;
}
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-3d.mCSB_scrollTools_horizontal .mCSB_draggerRail {
width: 100%;
height: 8px;
margin: 4px 0;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .5), inset 0 -1px 1px rgba(255, 255, 255, .2);
}
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
width: 100%;
height: 8px;
margin: 4px auto;
}
.mCS-3d.mCSB_scrollTools .mCSB_buttonUp {
background-position: -32px -72px;
}
.mCS-3d.mCSB_scrollTools .mCSB_buttonDown {
background-position: -32px -92px;
}
.mCS-3d.mCSB_scrollTools .mCSB_buttonLeft {
background-position: -40px -112px;
}
.mCS-3d.mCSB_scrollTools .mCSB_buttonRight {
background-position: -40px -128px;
}
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail {
background-color: #000;
background-color: rgba(0, 0, 0, .1);
box-shadow: inset 1px 0 1px rgba(0, 0, 0, .1);
}
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .1);
}
.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonUp {
background-position: -112px -72px;
}
.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonDown {
background-position: -112px -92px;
}
.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonLeft {
background-position: -120px -112px;
}
.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonRight {
background-position: -120px -128px;
}
.mCS-3d-thick-dark.mCSB_scrollTools, .mCS-3d-thick.mCSB_scrollTools {
opacity: 1;
filter: "alpha(opacity=30)";
-ms-filter: "alpha(opacity=30)"}
.mCS-3d-thick-dark.mCSB_scrollTools, .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer, .mCS-3d-thick.mCSB_scrollTools, .mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer {
-webkit-border-radius: 7px;
-moz-border-radius: 7px;
border-radius: 7px;
}
.mCSB_inside+.mCS-3d-thick-dark.mCSB_scrollTools_vertical, .mCSB_inside+.mCS-3d-thick.mCSB_scrollTools_vertical {
right: 1px;
}
.mCS-3d-thick-dark.mCSB_scrollTools_vertical, .mCS-3d-thick.mCSB_scrollTools_vertical {
box-shadow: inset 1px 0 1px rgba(0, 0, 0, .1), inset 0 0 14px rgba(0, 0, 0, .5);
}
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal, .mCS-3d-thick.mCSB_scrollTools_horizontal {
bottom: 1px;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .1), inset 0 0 14px rgba(0, 0, 0, .5);
}
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
box-shadow: inset 1px 0 0 rgba(255, 255, 255, .4);
width: 12px;
margin: 2px;
position: absolute;
height: auto;
top: 0;
bottom: 0;
left: 0;
right: 0;
}
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
box-shadow: inset 0 1px 0 rgba(255, 255, 255, .4);
height: 12px;
width: auto;
}
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
background-color: #555;
}
.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer {
background-color: #000;
background-color: rgba(0, 0, 0, .05);
box-shadow: inset 1px 1px 16px rgba(0, 0, 0, .1);
}
.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerRail {
background-color: transparent;
}
.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonUp {
background-position: -32px -72px;
}
.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonDown {
background-position: -32px -92px;
}
.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonLeft {
background-position: -40px -112px;
}
.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonRight {
background-position: -40px -128px;
}
.mCS-3d-thick-dark.mCSB_scrollTools {
box-shadow: inset 0 0 14px rgba(0, 0, 0, .2);
}
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal {
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .1), inset 0 0 14px rgba(0, 0, 0, .2);
}
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
box-shadow: inset 1px 0 0 rgba(255, 255, 255, .4), inset -1px 0 0 rgba(0, 0, 0, .2);
}
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
box-shadow: inset 0 1px 0 rgba(255, 255, 255, .4), inset 0 -1px 0 rgba(0, 0, 0, .2);
}
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
background-color: #777;
}
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer {
background-color: #fff;
background-color: rgba(0, 0, 0, .05);
box-shadow: inset 1px 1px 16px rgba(0, 0, 0, .1);
}
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-minimal-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-minimal.mCSB_scrollTools .mCSB_draggerRail {
background-color: transparent;
}
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonUp {
background-position: -112px -72px;
}
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonDown {
background-position: -112px -92px;
}
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonLeft {
background-position: -120px -112px;
}
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonRight {
background-position: -120px -128px;
}
.mCSB_outside+.mCS-minimal-dark.mCSB_scrollTools_vertical, .mCSB_outside+.mCS-minimal.mCSB_scrollTools_vertical {
right: 0;
margin: 12px 0;
}
.mCustomScrollBox.mCS-minimal+.mCSB_scrollTools+.mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCustomScrollBox.mCS-minimal+.mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCustomScrollBox.mCS-minimal-dark+.mCSB_scrollTools+.mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCustomScrollBox.mCS-minimal-dark+.mCSB_scrollTools.mCSB_scrollTools_horizontal {
bottom: 0;
margin: 0 12px;
}
.mCS-dir-rtl>.mCSB_outside+.mCS-minimal-dark.mCSB_scrollTools_vertical, .mCS-dir-rtl>.mCSB_outside+.mCS-minimal.mCSB_scrollTools_vertical {
left: 0;
right: auto;
}
.mCS-minimal-dark.mCSB_scrollTools_vertical .mCSB_dragger, .mCS-minimal.mCSB_scrollTools_vertical .mCSB_dragger {
height: 50px;
}
.mCS-minimal-dark.mCSB_scrollTools_horizontal .mCSB_dragger, .mCS-minimal.mCSB_scrollTools_horizontal .mCSB_dragger {
width: 50px;
}
.mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
background-color: #fff;
background-color: rgba(255, 255, 255, .2);
filter: "alpha(opacity=20)";
-ms-filter: "alpha(opacity=20)"}
.mCS-minimal.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-minimal.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
background-color: #fff;
background-color: rgba(255, 255, 255, .5);
filter: "alpha(opacity=50)";
-ms-filter: "alpha(opacity=50)"}
.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
background-color: #000;
background-color: rgba(0, 0, 0, .2);
filter: "alpha(opacity=20)";
-ms-filter: "alpha(opacity=20)"}
.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
background-color: #000;
background-color: rgba(0, 0, 0, .5);
filter: "alpha(opacity=50)";
-ms-filter: "alpha(opacity=50)"}
.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail, .mCS-light-3.mCSB_scrollTools .mCSB_draggerRail {
width: 6px;
background-color: #000;
background-color: rgba(0, 0, 0, .2);
}
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-light-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
width: 6px;
}
.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-light-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-light-3.mCSB_scrollTools_horizontal .mCSB_draggerRail {
width: 100%;
height: 6px;
margin: 5px 0;
}
.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail, .mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail, .mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail, .mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
width: 12px;
}
.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail, .mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail, .mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail, .mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
height: 12px;
margin: 2px 0;
}
.mCS-light-3.mCSB_scrollTools .mCSB_buttonUp {
background-position: -32px -72px;
}
.mCS-light-3.mCSB_scrollTools .mCSB_buttonDown {
background-position: -32px -92px;
}
.mCS-light-3.mCSB_scrollTools .mCSB_buttonLeft {
background-position: -40px -112px;
}
.mCS-light-3.mCSB_scrollTools .mCSB_buttonRight {
background-position: -40px -128px;
}
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
background-color: #000;
background-color: rgba(0, 0, 0, .75);
}
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
background-color: #000;
background-color: rgba(0, 0, 0, .85);
}
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-dark-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
background-color: #000;
background-color: rgba(0, 0, 0, .9);
}
.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
background-color: #000;
background-color: rgba(0, 0, 0, .1);
}
.mCS-dark-3.mCSB_scrollTools .mCSB_buttonUp {
background-position: -112px -72px;
}
.mCS-dark-3.mCSB_scrollTools .mCSB_buttonDown {
background-position: -112px -92px;
}
.mCS-dark-3.mCSB_scrollTools .mCSB_buttonLeft {
background-position: -120px -112px;
}
.mCS-dark-3.mCSB_scrollTools .mCSB_buttonRight {
background-position: -120px -128px;
}
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset.mCSB_scrollTools .mCSB_draggerRail {
width: 12px;
background-color: #000;
background-color: rgba(0, 0, 0, .2);
}
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
width: 6px;
margin: 3px 5px;
position: absolute;
height: auto;
top: 0;
bottom: 0;
left: 0;
right: 0;
}
.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-inset.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
height: 6px;
margin: 5px 3px;
position: absolute;
width: auto;
top: 0;
bottom: 0;
left: 0;
right: 0;
}
.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-inset.mCSB_scrollTools_horizontal .mCSB_draggerRail {
width: 100%;
height: 12px;
margin: 2px 0;
}
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonUp, .mCS-inset-3.mCSB_scrollTools .mCSB_buttonUp, .mCS-inset.mCSB_scrollTools .mCSB_buttonUp {
background-position: -32px -72px;
}
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonDown, .mCS-inset-3.mCSB_scrollTools .mCSB_buttonDown, .mCS-inset.mCSB_scrollTools .mCSB_buttonDown {
background-position: -32px -92px;
}
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonLeft, .mCS-inset-3.mCSB_scrollTools .mCSB_buttonLeft, .mCS-inset.mCSB_scrollTools .mCSB_buttonLeft {
background-position: -40px -112px;
}
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonRight, .mCS-inset-3.mCSB_scrollTools .mCSB_buttonRight, .mCS-inset.mCSB_scrollTools .mCSB_buttonRight {
background-position: -40px -128px;
}
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
background-color: #000;
background-color: rgba(0, 0, 0, .75);
}
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, .mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
background-color: #000;
background-color: rgba(0, 0, 0, .85);
}
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-inset-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
background-color: #000;
background-color: rgba(0, 0, 0, .9);
}
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail {
background-color: #000;
background-color: rgba(0, 0, 0, .1);
}
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonUp, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonUp, .mCS-inset-dark.mCSB_scrollTools .mCSB_buttonUp {
background-position: -112px -72px;
}
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonDown, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonDown, .mCS-inset-dark.mCSB_scrollTools .mCSB_buttonDown {
background-position: -112px -92px;
}
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonLeft, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonLeft, .mCS-inset-dark.mCSB_scrollTools .mCSB_buttonLeft {
background-position: -120px -112px;
}
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonRight, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonRight, .mCS-inset-dark.mCSB_scrollTools .mCSB_buttonRight {
background-position: -120px -128px;
}
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail {
background-color: transparent;
border-width: 1px;
border-style: solid;
border-color: #fff;
border-color: rgba(255, 255, 255, .2);
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail {
border-color: #000;
border-color: rgba(0, 0, 0, .2);
}
.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail {
background-color: #fff;
background-color: rgba(255, 255, 255, .6);
}
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
background-color: #000;
background-color: rgba(0, 0, 0, .6);
}
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
background-color: #000;
background-color: rgba(0, 0, 0, .75);
}
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
background-color: #000;
background-color: rgba(0, 0, 0, .85);
}
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-inset-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
background-color: #000;
background-color: rgba(0, 0, 0, .9);
}
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
background-color: #fff;
background-color: rgba(255, 255, 255, .75);
}
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
background-color: #fff;
background-color: rgba(255, 255, 255, .85);
}
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
background-color: #fff;
background-color: rgba(255, 255, 255, .9);
}
.mCSB_horizontal.mCSB_inside>.mCSB_container {
margin-bottom: 0 !important;
}
.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-light-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-light-2.mCSB_scrollTools_horizontal .mCSB_draggerRail {
height: 10px !important;
}
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
background-color: #fff;
}
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
background-color: #999;
}
.mCustomScrollBox>.mCSB_scrollTools {
opacity: 1 !important;
}
.mCustomScrollBox:hover .mCSB_dragger_bar {
background-color: #999 !important;
}
.mCustomScrollBox:hover .mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail {
background-color: rgba(0, 0, 0, .1) !important;
}
.innerBanner {
position: relative;
}
.innerBanner img {
width: 100%}
.innerBanner .overlay {
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%}
.breadcrumb, .photoRow .photoCol {
position: relative;
}
.innerBanner .overlay .bannerInfo {
padding-top: 70px;
width: 70%}
.innerBanner .overlay p {
font-size: 35px;
line-height: 38px;
color: #fff;
}
.breadcrumb {
background: rgba(0, 0, 0, .46);
padding: 10px 0;
margin-top: -45px;
z-index: 5;
}
.breadcrumb li, .breadcrumb li a {
font-size: 18px;
color: #fff;
display: inline-block;
}
.breadcrumb li a {
margin-right: 12px;
padding-right: 12px;
border-right: 1px solid #fff;
line-height: 13px;
}
.breadcrumb li a:hover {
color: #1dabbd;
}
.ourCoreBusiness {
background: #ededee;
padding: 100px 0;
text-align: center;
}
.ourCoreBusiness p {
font-size: 55px;
line-height: 70px;
color: #199cad;
margin-bottom: 40px;
}
.ourCoreBusiness .button {
line-height: 79px;
font-size: 24px;
color: #fff;
font-family: source_sans_probold;
padding: 0 60px;
border: 2px solid #199cad;
text-transform: uppercase;
display: inline-block;
}
.internationalClient p, .photoRow .photoCol .title, .photoRow p {
font-family: source_sans_prolight;
}
.ourCoreBusiness .button:hover {
color: #199cad;
}
.photoRow {
padding: 100px 0;
background: #fff;
}
.photoRow .leftCol {
float: left;
width: 50%}
.photoRow .photoCol img {
width: 100%}
.photoRow .photoCol .title {
position: absolute;
left: 0;
bottom: 0;
padding: 40px 0;
width: 100%;
text-align: center;
color: #fff;
font-size: 22px;
text-shadow: 2px 2px #000;
}
.photoRow .rightCol {
float: left;
width: 50%;
padding-left: 55px;
}
.photoRow .contentCol {
width: 530px;
}
.photoRow p {
color: #0f0e0e;
font-size: 21px;
line-height: 30px;
padding-bottom: 30px;
}
.photoRow p:last-child {
padding: 0;
}
.internationalClient {
background: url(//www.filter-concept.com/wp-content/themes/filterconcept/css/../images/internationa-client-bg.jpg) center center no-repeat fixed;
background-size: 100%;
padding: 90px 0;
}
.internationalClient p {
text-align: center;
color: #fff;
padding-bottom: 80px;
font-size: 22px;
line-height: 33px;
}
.internationalClient .owl-carousel .item {
text-align: center;
}
.internationalClient .owl-carousel .owl-item img {
width: auto;
display: inline-block;
}
.internationalClient .owl-controls .owl-next, .internationalClient .owl-controls .owl-prev {
position: absolute;
top: 50%;
width: 24px;
height: 40px;
background: url(//www.filter-concept.com/wp-content/themes/filterconcept/css/../images/client-slider-arrow.png) no-repeat;
margin-top: -20px;
display: inline-block;
text-indent: -9999px;
transition: all .2s linear 0s;
-webkit-transition: all .2s linear 0s;
}
.internationalClient .owl-controls .owl-next:hover, .internationalClient .owl-controls .owl-prev:hover {
opacity: .6;
}
.internationalClient .owl-controls .owl-prev {
left: -150px;
background-position: 0 0;
}
.internationalClient .owl-controls .owl-next {
right: -150px;
background-position: -32px 0;
}
.globalNetwork {
background: url(//www.filter-concept.com/wp-content/themes/filterconcept/css/../images/global-network-map.jpg) center center no-repeat #ededee;
padding: 65px 0;
height: 600px;
position: relative;
}
.globalNetwork h2 {
text-align: center;
text-transform: uppercase;
font-size: 24px;
color: #1e1916;
font-family: source_sans_probold;
}
.globalNetwork p, .ourCustomer p {
font-family: source_sans_prolight;
font-size: 22px;
line-height: 30px;
}
.globalNetwork p {
color: #0f0e0e;
text-align: center;
padding: 0;
position: absolute;
left: 0;
bottom: 76px;
width: 100%}
.certificationRow {
background: #fff;
padding: 80px 0;
text-align: center;
}
.certificationRow ul li {
display: inline-block;
width: auto;
text-align: center;
list-style: none;
padding: 0 19px;
}
.ourCustomer {
background: #ededef;
text-align: center;
padding: 60px 0;
}
.ourCustomer p {
color: #0f0f0f;
}
.productNav {
margin-top: 50px;
padding-bottom: 50px;
position: relative;
}
.productNav ul {
text-align: center;
}
.productNav ul li {
display: inline-block;
width: 16.4%}
.productNav ul>li>a {
display: block;
position: relative;
line-height: 26px;
font-size: 20px;
color: #000;
padding: 20px 8px;
border-bottom: 6px solid #e6e7e8;
}
.productNav ul>li>h2>a {
display: block;
position: relative;
line-height: 26px;
font-size: 20px;
color: #000;
padding: 20px 8px;
border-bottom: 6px solid #e6e7e8;
}
.productNav ul>li>h1>a {
display: block;
position: relative;
line-height: 26px;
font-size: 20px;
color: #000;
padding: 20px 8px;
border-bottom: 6px solid #e6e7e8;
}
.productNav ul>li>a:after {
bottom: -6px;
content: "";
display: block;
height: 6px;
left: 50%;
position: absolute;
background: #199bae;
transition: width .3s ease 0s, left .3s ease 0s;
-webkit-transition: width .3s ease 0s, left .3s ease 0s;
width: 0;
}
.productNav ul>li>h2>a:after {
bottom: -6px;
content: "";
display: block;
height: 6px;
left: 50%;
position: absolute;
background: #199bae;
transition: width .3s ease 0s, left .3s ease 0s;
-webkit-transition: width .3s ease 0s, left .3s ease 0s;
width: 0;
}
.productNav ul>li>h1>a:after {
bottom: -6px;
content: "";
display: block;
height: 6px;
left: 50%;
position: absolute;
background: #199bae;
transition: width .3s ease 0s, left .3s ease 0s;
-webkit-transition: width .3s ease 0s, left .3s ease 0s;
width: 0;
}
.productNav ul ul, .productNav ul>li>a.active:after, .productNav ul>li>a:hover:after {
left: 0;
width: 100%}
.productNav ul>li>a.active, .productNav ul>li>a:hover {
color: #199bae;
}
.productNav ul>li>a.active {
font-family: source_sans_probold;
}
.productNav ul ul, .productNav ul>li>h2>a.active:after, .productNav ul>li>h2>a:hover:after {
left: 0;
width: 100%}
.productNav ul ul, .productNav ul>li>h1>a.active:after, .productNav ul>li>h1>a:hover:after {
left: 0;
width: 100%}
.productNav ul>li>h2>a.active, .productNav ul>li>h2>a:hover {
color: #199bae;
}
.productNav ul>li>h2>a.active {
font-family: source_sans_probold;
}
.productNav ul>li>h1>a.active, .productNav ul>li>h1>a:hover {
color: #199bae;
}
.productNav ul>li>h1>a.active {
font-family: source_sans_probold;
}
.productNav ul ul {
position: absolute;
bottom: 0;
border-bottom: 1px solid #ccc;
text-align: left;
}
.productNav ul ul li {
display: inline-block;
width: auto;
padding: 0 20px;
position: relative;
}
.productNav ul ul li a:after, .productNav ul ul li:last-child:last-child:after {
display: none;
}
.productNav ul ul li:after {
height: 17px;
width: 1px;
background: #ccc;
position: absolute;
right: 0;
top: 50%;
margin-top: -8px;
content: ""}
.productNav ul ul li:first-child {
padding-left: 0;
}
.productNav ul ul li:last-child {
padding-right: 0;
}
.productNav ul ul li a {
font-size: 16px;
padding: 0;
line-height: 50px;
border: 0;
color: #000;
font-family: source_sans_prolight;
}
.productNav ul ul li a.active, .productNav ul ul li a:hover {
color: #199bae;
}
.productNav ul ul li a.active {
font-family: source_sans_probold;
}
.productsList {
margin: 0 -22px 50px;
}
.productsList .box {
float: left;
width: 50%;
padding: 22px;
}
.productsList .productBox {
position: relative;
padding: 20px;
border: 1px solid #d9d9d9;
}
.productsList .productBox .imgHolder {
float: left;
width: 150px;
text-align: center;
padding-right: 15px;
}
.productsList .productBox .imgHolder img {
max-width: 100%;
display: inline-block;
}
.productsList .productBox .rightCol {
padding-left: 150px;
}
.productsList .productBox h3 {
font-size: 20px;
color: #199bae;
font-family: source_sans_prosemibold;
border-bottom: 1px solid #d9d9d9;
margin-bottom: 12px;
padding-bottom: 15px;
}
.productsList .productBox .overlay h3 a span, .productsList .productBox h3 span {
font-size: 16px;
}
.productsList .productBox p {
font-size: 17px;
color: #5d5d5d;
font-family: source_sans_prolight;
margin: 0;
padding: 0;
overflow: hidden;
height: 116px;
line-height: 23px;
}
.productsList .productBox .overlay {
overflow: hidden;
position: absolute;
left: -1px;
top: -1px;
right: -1px;
bottom: -1px;
background: rgba(46, 163, 180, .95);
transition: all .3s linear 0s;
-webkit-transition: all .3s linear 0s;
text-align: center;
padding: 30px 25px;
opacity: 0;
visibility: hidden;
}
.productsList .productBox:hover .overlay {
opacity: 1;
visibility: visible;
}
.resTab .r-tabs-accordion-title.r-tabs-state-disabled, .resTab .tabNav .r-tabs-state-disabled {
opacity: .5;
}
.productsList .productBox .overlay h3 {
border: 0;
margin: 35px 0 45px;
padding: 0;
}
.productsList .productBox .overlay h3 a {
color: #fff;
border: 1px solid #fff;
padding: 10px 15px;
transition: all .2s linear 0s;
-webkit-transition: all .2s linear 0s;
display: inline-block;
}
.productsList .productBox .overlay h3 a:hover {
background: #fff;
color: #2ea3b4;
border: 1px solid #fff;
}
.productsList .productBox .overlay ul li {
display: inline-block;
position: relative;
padding: 0 12px;
}
.productsList .productBox .overlay ul li a {
text-transform: uppercase;
color: #fff;
font-size: 16px;
font-family: source_sans_probold;
display: inline-block;
position: relative;
}
.productsList .productBox .overlay ul li a:after {
bottom: -3px;
content: "";
display: block;
height: 1px;
left: 50%;
position: absolute;
background: #fff;
transition: width .3s ease 0s, left .3s ease 0s;
-webkit-transition: width .3s ease 0s, left .3s ease 0s;
width: 0;
}
.productsList .productBox .overlay ul li a:hover:after {
width: 100%;
left: 0;
}
.productsList .productBox .overlay ul li:after {
position: absolute;
right: -2px;
top: 4px;
height: 12px;
width: 1px;
background: #fff;
content: ""}
.resTab, .tabNav li a {
position: relative;
}
.productsList .productBox .overlay ul li:last-child:after {
display: none;
}
.productImgArea {
margin: 45px 0;
}
.productImgArea .leftCol {
width: 60%;
float: left;
padding-right: 80px;
}
.productImgArea .rightCol {
width: 40%;
float: left;
}
.productImgArea h3 {
font-size: 36px;
color: #199bae;
font-family: source_sans_prosemibold;
margin-bottom: 20px;
line-height: 46px;
}
.productImgArea h1 {
font-size: 36px;
color: #199bae;
font-family: source_sans_prosemibold;
margin-bottom: 20px;
line-height: 46px;
}
.productImgArea p {
font-size: 16px;
color: #5d5d5d;
font-family: source_sans_prolight;
line-height: 24px;
}
.productImgArea h4 {
font-size: 24px;
color: #000;
font-family: source_sans_probold;
margin-bottom: 20px;
}
.productImgArea .devider {
border-bottom: 1px solid #ccc;
margin: 25px 0 40px;
}
.productImgArea .imgHolder {
text-align: center;
margin-bottom: 20px;
}
.productImgArea .proFitureNav ul {
border: 1px solid #c7c7c7;
display: inline-block;
}
.productImgArea .proFitureNav ul li {
float: left;
}
.productImgArea .proFitureNav ul li a {
font-size: 16px;
color: #000;
font-family: source_sans_prolight;
padding: 0 11px;
line-height: 37px;
border-right: 1px solid #c7c7c7;
display: block;
}
.productImgArea .proFitureNav ul li:last-child a {
border: 0;
}
.productImgArea .proFitureNav ul li a:hover {
color: #fff;
background: #3d9db1;
}
.productImgArea .proFitureNav ul li .fa {
margin-right: 10px;
font-size: 14px;
color: #4c4c4c;
transition: all .2s linear 0s;
-webkit-transition: all .2s linear 0s;
}
.productImgArea .proFitureNav ul li a:hover .fa {
color: #fff;
}
.productVideoGallery {
background: url(//www.filter-concept.com/wp-content/themes/filterconcept/css/../images/video-gallery-bg.jpg) center top no-repeat;
background-size: cover;
padding: 75px 0;
}
.productVideoGallery .productVideo {
max-width: 850px;
width: 100%;
margin: 0 auto;
}
#cboxWrapper, .cboxPhoto {
max-width: none;
}
.productVideoGallery .productVideo iframe {
width: 100%;
height: 480px;
}
[data-spzoom] img {
vertical-align: top;
}
.spzoom-zoom {
z-index: 1;
border: 1px solid rgba(0, 0, 0, .2);
background-color: #fff;
box-shadow: 0 0 10px rgba(0, 0, 0, .2);
width: 250px;
height: 250px;
}
.spzoom-tracker {
border-width: 1px;
border-style: solid;
background-color: #fff;
border-color: #ccc;
z-index: 97;
}
.spzoom-title {
display: none;
font-size: 10px;
color: #fff;
background-color: #222;
padding: 3px 5px;
line-height: 14px;
}
.spzoom-loader {
width: 24px;
height: 24px;
background: url(//www.filter-concept.com/wp-content/themes/filterconcept/css/../spzoom-loader.gif) 50% 50% no-repeat #fff;
border: 1px solid #ccc;
}
.resTab .tabNav .r-tabs-state-active a {
color: #199bae;
text-shadow: none;
font-family: source_sans_probold;
}
.resTab .tabContent {
padding: 35px 0;
display: none;
}
.resTab .r-tabs-panel.r-tabs-state-active {
display: block;
}
.resTab .r-tabs-accordion-title {
display: none;
}
.resTab .r-tabs-accordion-title .r-tabs-anchor {
display: block;
padding: 10px;
background-color: #199bae;
color: #fff;
font-weight: 700;
text-decoration: none;
}
.resTab .r-tabs-accordion-title.r-tabs-state-active .r-tabs-anchor {
color: #199bae;
text-shadow: none;
}
.tabNav li {
display: inline-block;
}
.tabNav li a {
display: block;
line-height: 26px;
font-size: 20px;
color: #000;
padding: 35px 30px;
border-bottom: 6px solid #e6e7e8;
}
.tabNav li a:after {
bottom: -6px;
content: "";
display: block;
height: 6px;
left: 50%;
position: absolute;
background: #199bae;
transition: width .3s ease 0s, left .3s ease 0s;
-webkit-transition: width .3s ease 0s, left .3s ease 0s;
width: 0;
}
.resTab .tabNav .r-tabs-state-active a:after, .tabNav li a.active:after, .tabNav li a:hover:after {
width: 100%;
left: 0;
}
.tabNav li a:hover {
color: #199bae;
}
ul.bulletText {
list-style: none;
padding-bottom: 25px;
}
ul.bulletText li ul {
padding: 0;
}
ul.bulletText li {
color: #5d5d5d;
font-size: 18px;
font-family: source_sans_prolight;
background: url(//www.filter-concept.com/wp-content/themes/filterconcept/css/../images/bullet-text-arrow.png) left 14px no-repeat;
padding: 6px 0 6px 35px;
list-style: none;
line-height: 1.5;
}
.featuresBenefits {
background: url(//www.filter-concept.com/wp-content/themes/filterconcept/css/../images/features-benefits-bg.jpg) right bottom no-repeat;
}
.tableOut {
overflow-y: hidden;
overflow-x: auto;
}
.tableData, table {
border-collapse: separate;
border-spacing: 0;
width: 100%;
empty-cells: show;
border: 0;
border-top: 1px solid #e9e9ea;
border-left: 1px solid #e9e9ea;
border-bottom: 3px solid #e9e9ea;
}
.tableData table, table table {
margin: 0;
}
.tableData td, .tableData th, td, th {
border: 0;
padding: 12px 10px;
text-align: left;
border-bottom: 1px solid #ececed;
border-right: 1px solid #ececed;
font-size: 15px;
}
.tableRowOdd, table tr:nth-child(odd) td {
background-color: #f7f7f7;
}
caption, td, th {
font-weight: 400;
background: #fff;
}
.tableData th, th {
background: #199bae;
color: #fff;
font-family: source_sans_probold;
padding: 12px 10px;
font-size: 16px;
}
#cboxContent, #cboxLoadingOverlay, .cboxIframe {
background: #fff;
}
#cboxOverlay, #cboxWrapper, #colorbox {
position: absolute;
top: 0;
left: 0;
z-index: 9999;
overflow: hidden;
-webkit-transform: translate3d(0, 0, 0);
}
#cboxOverlay {
position: fixed;
width: 100%;
height: 100%;
background: #000;
opacity: .5;
filter: alpha(opacity=50);
}
#cboxBottomLeft, #cboxMiddleLeft {
clear: left;
}
#cboxTitle {
margin: 0;
position: absolute;
left: 0;
color: #000;
}
#cboxLoadingGraphic, #cboxLoadingOverlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%}
.cboxPhoto {
float: left;
margin: auto;
border: 0;
display: block;
-ms-interpolation-mode: bicubic;
}
.cboxIframe {
width: 100%;
height: 100%;
display: block;
border: 0;
padding: 0;
margin: 0;
}
#cboxContent, #cboxLoadedContent, #colorbox {
box-sizing: content-box;
-moz-box-sizing: content-box;
-webkit-box-sizing: content-box;
box-shadow: 0 0 5px #000;
}
#cboxClose:active, #cboxNext:active, #cboxPrevious:active, #cboxSlideshow:active, #colorbox {
outline: 0;
}
#cboxContent {
position: relative;
margin-top: 0;
overflow: visible;
}
#cboxError {
padding: 50px;
border: 1px solid #ccc;
}
#cboxLoadedContent {
overflow: auto;
-webkit-overflow-scrolling: touch;
background: #fff;
padding: 20px;
}
#cboxLoadingGraphic {
background: url(//www.filter-concept.com/wp-content/themes/filterconcept/css/../images/loading.gif) center center no-repeat;
}
#cboxCurrent {
position: absolute;
top: -22px;
right: 205px;
text-indent: -9999px;
}
#cboxClose, #cboxNext, #cboxPrevious, #cboxSlideshow {
cursor: pointer;
border: 0;
padding: 0;
margin: 0;
overflow: visible;
text-indent: -9999px;
width: 20px;
height: 20px;
position: absolute;
top: 2px;
background: url(//www.filter-concept.com/wp-content/themes/filterconcept/css/../images/controls.png) no-repeat;
}
#cboxNext, #cboxPrevious {
border: 0;
padding: 0;
margin: -18px 0 0;
overflow: visible;
text-indent: -9999px;
width: 36px;
height: 36px;
position: absolute;
top: 50%;
border-radius: 3px;
background: url(//www.filter-concept.com/wp-content/themes/filterconcept/css/../images/controls.png) no-repeat #fff;
}
.enquiryForm .fieldCol input[type=text], .enquiryForm .fieldCol textarea {
border: 1px solid #ccc;
width: 100%}
#cboxPrevious {
background-position: 10px 8px;
left: 0;
}
#cboxPrevious:hover {
background-position: 10px -17px;
}
#cboxNext {
background-position: -19px 8px;
right: 0;
}
#cboxNext:hover {
background-position: -19px -17px;
}
#cboxClose {
background-position: -50px 0;
right: 2px;
}
#cboxClose:hover {
background-position: -50px -25px;
}
.cboxSlideshow_off #cboxPrevious, .cboxSlideshow_on #cboxPrevious {
right: 66px;
}
.cboxSlideshow_on #cboxSlideshow {
background-position: -75px -25px;
right: 44px;
}
.cboxSlideshow_on #cboxSlideshow:hover {
background-position: -100px -25px;
}
.cboxSlideshow_off #cboxSlideshow {
background-position: -100px 0;
right: 44px;
}
.cboxSlideshow_off #cboxSlideshow:hover {
background-position: -75px -25px;
}
.enquiryForm h2 {
font-size: 25px;
color: #199bae;
font-family: source_sans_prosemibold;
margin-bottom: 20px;
line-height: 32px;
border-bottom: 1px solid #ccc;
padding-bottom: 10px;
}
.enquiryForm ul li {
margin: 0 -20px;
}
.enquiryForm .fieldCol {
float: left;
width: 50%;
padding: 0 20px;
margin-bottom: 20px;
}
.enquiryForm .fieldCol.full {
width: 100%}
.enquiryForm .fieldCol label {
display: block;
font-size: 16px;
padding-bottom: 5px;
}
.enquiryForm .fieldCol textarea {
height: 70px;
padding: 5px;
color: #625e5d;
font-family: source_sans_proregular;
font-size: 14px;
}
.enquiryForm .btnCol {
padding: 0 20px;
}
.enquiryForm .button {
border: 1px solid #1a9cae;
cursor: pointer;
float: right;
}
.productGallery {
display: none;
border: 0;
}
.commonBlueRow .button, .commonGrayRow .button {
display: inline-block;
text-transform: none;
}
.commonGrayRow {
background: #ededee;
padding: 45px 0;
text-align: center;
}
.commonGrayRow h2 {
font-size: 55px;
line-height: 65px;
color: #199cad;
font-family: lane_-_narrowregular;
margin-bottom: 25px;
}
.commonGrayRow p {
color: #5d5d5d;
font-size: 22px;
font-family: source_sans_prolight;
padding-bottom: 20px;
line-height: 32px;
}
.commonGrayRow .button {
font-size: 24px;
color: #fff;
font-family: source_sans_probold;
line-height: 79px;
padding: 0 55px;
background: #199cad;
border: 2px solid #199cad;
}
.commonGrayRow .button:hover {
background: #fff;
color: #199cad;
}
.commonBlueRow {
background: #199cad;
padding: 45px 0;
text-align: center;
}
.commonBlueRow p a {
color: #fff;
}
.commonBlueRow h2 {
font-size: 55px;
line-height: 65px;
color: #fff;
font-family: lane_-_narrowregular;
margin-bottom: 25px;
}
.commonBlueRow p {
color: #fff;
font-size: 22px;
font-family: source_sans_prolight;
padding-bottom: 20px;
line-height: 32px;
}
.commonBlueRow .button {
font-size: 24px;
color: #199cad;
font-family: source_sans_probold;
line-height: 55px;
padding: 0 45px;
background: #fff;
border: 2px solid #fff;
}
.commonImgListViewBlue ul li:after, .commonImgListViewWhite ul li:after, .commonListView ul li:after {
height: 8px;
border-radius: 50%;
left: 0;
top: 11px;
content: ""}
.commonBlueRow .button:hover {
background: #199cad;
color: #fff;
}
.commonTab {
background: #fff;
padding: 50px 0;
}
.commonTab p {
font-size: 22px;
font-family: source_sans_prolight;
padding-bottom: 20px;
line-height: 32px;
text-align: center;
}
.commonListView {
background: #199cad;
padding: 70px 0;
}
.commonListView h2 {
font-size: 55px;
line-height: 65px;
color: #fff;
font-family: lane_-_narrowregular;
margin-bottom: 50px;
text-align: center;
}
.commonListView ul li {
color: #fff;
font-size: 22px;
font-family: source_sans_prolight;
padding: 0 0 30px 32px;
position: relative;
line-height: 32px;
}
.commonListView ul li:after {
width: 8px;
background: #fff;
position: absolute;
}
.commonImgListViewBlue {
background: #199cad;
padding: 70px 0;
}
.commonImgListViewBlue .leftCol {
float: right;
width: 65%;
padding-right: 45px;
}
.commonImgListViewBlue .rightCol .imgHolder img {
width: 100%}
.commonImgListViewBlue .leftCol .inner {
width: 740px;
float: right;
}
.commonImgListViewBlue .rightCol {
float: right;
width: 34.6878%}
.commonImgListViewBlue .rightCol .inner {
width: 740px;
}
.commonImgListViewBlue h2 {
font-size: 55px;
line-height: 65px;
color: #fff;
font-family: lane_-_narrowregular;
margin-bottom: 50px;
text-align: center;
}
.commonImgListViewBlue ul li {
color: #fff;
font-size: 22px;
font-family: source_sans_prolight;
padding: 0 0 30px 32px;
position: relative;
line-height: 32px;
}
.commonImgListViewBlue ul li:after {
width: 8px;
background: #fff;
position: absolute;
}
.commonImgListViewWhite {
background: #fff;
padding: 70px 0;
}
.commonImgListViewWhite .leftCol {
float: left;
width: 34.6878%}
.commonImgListViewWhite .leftCol .imgHolder img {
width: 100%}
.commonImgListViewWhite .rightCol {
float: left;
width: 65%;
padding-left: 45px;
}
.commonImgListViewWhite .rightCol .inner {
width: 740px;
float: left;
}
.commonImgListViewWhite h2 {
font-size: 55px;
line-height: 65px;
color: #199cad;
font-family: lane_-_narrowregular;
margin-bottom: 50px;
text-align: center;
}
.commonImgListViewWhite ul li {
color: #5d5d5d;
font-size: 22px;
font-family: source_sans_prolight;
padding: 0 0 30px 32px;
position: relative;
line-height: 32px;
}
.commonImgListViewWhite ul li:after {
width: 8px;
background: #000;
position: absolute;
}
.commonBoxList .inner, .commonGallery .galleryBox {
position: relative;
}
.grayRow {
background: #ededee;
padding: 80px 0;
}
.commonBoxList ul {
margin: 0;
}
.commonBoxList ul li {
width: 25%;
float: left;list-style: none;
padding: 14px;
transition: all .3s linear 0s;
-webkit-transition: all .3s linear 0s;
}
.press-gallery .commonBoxList ul li {
width: 33% !important;
}
.commonBoxList ul li:hover {
background: #fff;
box-shadow: 0 0 5px #ccc;
}
.commonBoxList .imgHolder {
width: 100%;
margin-bottom: 15px;
overflow: hidden;
}
.commonBoxList .imgHolder img {
width: 100%;
display: block;
transition: all .3s linear 0s;
-webkit-transition: all .3s linear 0s;
}
.commonBoxList ul li:hover .imgHolder img {
transform: scale(1.1);
-webkit-transform: scale(1.1);
}
.commonBoxList h2 {
font-size: 26px;
color: #000;
font-family: source_sans_proregular;
line-height: 32px;
margin-bottom: 35px;
transition: all .3s linear 0s;
-webkit-transition: all .3s linear 0s;
}
.commonBoxList ul li:hover h2 {
color: #199cad;
}
.commonBoxList p {
color: #5d5d5d;
font-size: 16px;
font-family: source_sans_prolight;
padding: 0;
overflow: hidden;
}
.commonBoxList .readMore {
font-size: 18px;
color: #199cad;
font-family: source_sans_prosemibold;
text-decoration: underline;
}
.commonBoxList .readMore:hover, .commonBoxList ul li:hover .readMore {
color: #5d5d5d;
}
.innovativeProducts {
padding: 80px 0;
background: url(//www.filter-concept.com/wp-content/themes/filterconcept/css/../images/innovative-products-bg.jpg) center center no-repeat fixed;
background-size: cover;
}
.innovativeProducts .leftCol {
float: left;
width: 50%;
padding-right: 40px;
}
.innovativeProducts .rightCol {
float: right;
width: 50%}
.innovativeProducts h2 {
color: #27a1b1;
font-size: 55px;
line-height: 65px;
font-family: lane_-_narrowregular;
margin-bottom: 20px;
}
.innovativeProducts p {
color: #ededee;
font-size: 18px;
line-height: 24px;
font-family: source_sans_prolight;
padding-bottom: 30px;
}
.innovativeProducts .button {
font-size: 18px;
color: #fff;
font-family: source_sans_probold;
text-transform: uppercase;
line-height: 66px;
padding: 0 50px;
background: #199cad;
border: 2px solid #199cad;
display: inline-block;
}
.innovativeProducts .button:hover {
background: #fff;
color: #199cad;
}
.commonGallery {
padding: 70px 0;
background: #fff;
text-align: center;
}
.commonGallery h2 {
color: #27a1b1;
font-size: 55px;
line-height: 65px;
font-family: lane_-_narrowregular;
margin-bottom: 20px;
}
.commonBoxRow .box h3, .commonBoxRow .box p, .commonGallery .galleryBox h3, .commonGallery p {
font-family: source_sans_prolight;
}
.commonGallery p {
color: #5d5d5d;
font-size: 18px;
line-height: 24px;
padding-bottom: 40px;
}
.commonGallery ul {
margin: 0 -10px;
}
.commonGallery ul li {
float: left;
width: 25%;
padding: 10px;
}
.commonGallery .galleryBox .imgHolder {
display: block;
overflow: hidden;
}
.commonGallery .galleryBox .imgHolder img {
width: 100%;
display: block;
transition: all .3s linear 0s;
-webkit-transition: all .3s linear 0s;
}
.commonGallery .galleryBox:hover .imgHolder img {
transform: scale(1.1);
-webkit-transform: scale(1.1);
}
.commonGallery .galleryBox h3 {
text-align: center;
color: #0f0e0e;
font-size: 18px;
line-height: 24px;
margin: 12px 0;
padding: 0 20px;
transition: all .3s linear 0s;
-webkit-transition: all .3s linear 0s;
overflow: hidden;
}
.commonGallery .galleryBox:hover h3 {
color: #27a1b1;
}
.commonGallery .productGallery {
display: none;
}
.commonWhiteRow {
background: #fff;
padding: 70px 0;
}
.commonBoxRow {
margin: 0 -22px;
}
.commonBoxRow li {
float: left;
width: 50%;
padding: 22px;
}
.commonBoxRow .box {
background: #fff;
padding: 30px 15px;
transition: all .3s linear 0s;
-webkit-transition: all .3s linear 0s;
}
.commonBoxRow .box:hover {
box-shadow: 0 0 10px #bbb;
}
.commonBoxRow .box .imgHolder {
width: 103px;
float: left;
}
.commonBoxRow .box .rightCol {
padding-left: 132px;
}
.commonBoxRow .box h3 {
color: #199cad;
font-size: 28px;
line-height: 28px;
height: 30px;
overflow: hidden;
margin-bottom: 14px;
}
.commonBoxRow .box p {
color: #5d5d5d;
overflow: hidden;
height: 74px;
font-size: 18px;
line-height: 24px;
padding: 0;
margin-bottom: 20px;
}
.commonImgListViewBlue2 ul li:after, .commonImgListViewWhite2 ul li:after, .commonListView2 ul li:after {
height: 8px;
border-radius: 50%;
left: 0;
top: 11px;
content: ""}
.commonBoxRow .box .readMore {
font-size: 18px;
color: #199cad;
font-family: source_sans_prosemibold;
text-decoration: underline;
}
.commonBoxRow .box .readMore:hover, .commonBoxRow .box:hover .readMore {
color: #5d5d5d;
}
.commonListView2 {
background: #ededee;
padding: 70px 0;
}
.commonListView2 h2 {
font-size: 55px;
line-height: 65px;
color: #000;
font-family: lane_-_narrowregular;
margin-bottom: 50px;
text-align: center;
}
.commonListView2 ul li {
color: #5d5d5d;
font-size: 22px;
font-family: source_sans_prolight;
padding: 0 0 30px 32px;
position: relative;
line-height: 32px;
}
.commonListView2 ul li:after {
width: 8px;
background: #000;
position: absolute;
}
.commonImgListViewBlue2 {
background: #199cad;
padding: 70px 0;
}
.commonImgListViewBlue2 .leftCol {
float: left;
width: 34.6878%}
.commonImgListViewBlue2 .leftCol .imgHolder img {
width: 100%}
.commonImgListViewBlue2 .rightCol {
float: left;
width: 65%;
padding-left: 45px;
}
.commonImgListViewBlue2 .rightCol .inner {
width: 740px;
}
.commonImgListViewBlue2 h2 {
font-size: 55px;
line-height: 65px;
color: #fff;
font-family: lane_-_narrowregular;
margin-bottom: 50px;
text-align: center;
}
.commonImgListViewBlue2 ul li {
color: #fff;
font-size: 22px;
font-family: source_sans_prolight;
padding: 0 0 30px 32px;
position: relative;
line-height: 32px;
}
.commonImgListViewBlue2 ul li:after {
width: 8px;
background: #fff;
position: absolute;
}
.commonImgListViewWhite2 {
background: #fff;
padding: 70px 0;
}
.commonImgListViewWhite2 .rightCol {
float: right;
width: 34.6878%}
.commonImgListViewWhite2 .rightCol .imgHolder img {
width: 100%}
.commonImgListViewWhite2 .leftCol {
float: right;
width: 65%;
padding-right: 45px;
}
.commonImgListViewWhite2 .leftCol .inner {
width: 740px;
float: right;
}
.commonImgListViewWhite2 h2 {
font-size: 55px;
line-height: 65px;
color: #199cad;
font-family: lane_-_narrowregular;
margin-bottom: 50px;
text-align: center;
}
.commonImgListViewWhite2 ul li {
color: #5d5d5d;
font-size: 22px;
font-family: source_sans_prolight;
padding: 0 0 30px 32px;
position: relative;
line-height: 32px;
}
.commonImgListViewWhite2 ul li:after {
width: 8px;
background: #000;
position: absolute;
}
.footerNav {
margin: 0 0 3px;
padding: 0;
}
.footerNav li {
display: inline-block;
position: relative;
padding: 0 5px;
}
.footerNav li:first-child {
padding-left: 0;
}
.footerNav li:after {
position: absolute;
right: -2px;
top: 3px;
background: #1a99ac;
width: 1px;
height: 13px;
content: ""}
.footerNav li:last-child:after {
display: none;
}
.footerNav li a {
font-size: 16px;
}
.commonBlueRow ul li, .commonGrayRow ul li {
font-size: 18px;
font-family: source_sans_prolight;
background: url(//www.filter-concept.com/wp-content/themes/filterconcept/css/../images/bullet-text-arrow.png) left 14px no-repeat;
list-style: none;
line-height: 1.5;
}
article ul {
list-style: outside none none;
padding-bottom: 25px;
}
article ul li {
padding: 6px 0 6px 35px;
}
article p {
margin-bottom: 0 !important;
}
article h2 {
margin-bottom: 20px !important;
}
article ul li {
font-size: 18px;
font-family: source_sans_prolight;
background: url(//www.filter-concept.com/wp-content/themes/filterconcept/css/../images/bullet-text-arrow.png) left 14px no-repeat;
list-style: none;
line-height: 1.5;
}
.commonImgListViewBlue2 .rightCol p, .commonImgListViewBlue2 p a, .footerNav li a:hover {
color: #fff;
}
.commonGrayRow ul {
list-style: none;
padding-bottom: 25px;
}
.commonGrayRow ul ul {
padding: 0;
}
.commonGrayRow ul li {
color: #5d5d5d;
padding: 6px 0 6px 35px;
}
.commonBlueRow ul {
list-style: none;
padding-bottom: 25px;
}
.commonBlueRow ul ul {
padding: 0;
}
.commonBlueRow ul li {
color: #5d5d5d;
padding: 6px 0 6px 35px;
}
.commonBoxList h2 {
height: 65px;
overflow: hidden;
}
#ari-client-sec .icon-item .logo-title {
margin: 10px 0;
padding: 0 !important;
}
.tabContent p {
color: #5d5d5d;
font-family: source_sans_prolight;
font-size: 22px;
line-height: 32px;
padding-bottom: 25px;
}
.commonGallery .galleryBox h3 {
height: 74px;
}
.blockimage {
margin: 0 0 20px;
height: 150px;
}
.client-desc h2 {
color: #199cad !important;
font-family: lane_-_narrowregular;
font-size: 55px;
line-height: 65px;
margin-bottom: 50px;
}
.sliderArea .searchArea {
top: 140px !important;
}
.mobile-table {
border: 0 solid #ccc;
overflow-x: scroll;
padding: 0;
width: 100%}
.award-year {
font-weight: 700;
font-size: 17px !important;
padding-bottom: 5px;
}
.animated {
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}
.animated.infinite {
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
}
.animated.hinge {
-webkit-animation-duration: 2s;
animation-duration: 2s;
}
.animated.bounceIn, .animated.bounceOut, .animated.flipOutX, .animated.flipOutY {
-webkit-animation-duration: .75s;
animation-duration: .75s;
}
@-webkit-keyframes bounce {
20%, 53%, 80%, from, to {
-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
animation-timing-function: cubic-bezier(.215, .61, .355, 1);
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
40%, 43% {
-webkit-animation-timing-function: cubic-bezier(.755, .050, .855, .060);
animation-timing-function: cubic-bezier(.755, .050, .855, .060);
-webkit-transform: translate3d(0, -30px, 0);
transform: translate3d(0, -30px, 0);
}
70% {
-webkit-animation-timing-function: cubic-bezier(.755, .050, .855, .060);
animation-timing-function: cubic-bezier(.755, .050, .855, .060);
-webkit-transform: translate3d(0, -15px, 0);
transform: translate3d(0, -15px, 0);
}
90% {
-webkit-transform: translate3d(0, -4px, 0);
transform: translate3d(0, -4px, 0);
}
}@keyframes bounce {
20%, 53%, 80%, from, to {
-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
animation-timing-function: cubic-bezier(.215, .61, .355, 1);
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
40%, 43% {
-webkit-animation-timing-function: cubic-bezier(.755, .050, .855, .060);
animation-timing-function: cubic-bezier(.755, .050, .855, .060);
-webkit-transform: translate3d(0, -30px, 0);
transform: translate3d(0, -30px, 0);
}
70% {
-webkit-animation-timing-function: cubic-bezier(.755, .050, .855, .060);
animation-timing-function: cubic-bezier(.755, .050, .855, .060);
-webkit-transform: translate3d(0, -15px, 0);
transform: translate3d(0, -15px, 0);
}
90% {
-webkit-transform: translate3d(0, -4px, 0);
transform: translate3d(0, -4px, 0);
}
}.bounce {
-webkit-animation-name: bounce;
animation-name: bounce;
-webkit-transform-origin: center bottom;
transform-origin: center bottom;
}
@-webkit-keyframes flash {
50%, from, to {
opacity: 1;
}
25%, 75% {
opacity: 0;
}
}@keyframes flash {
50%, from, to {
opacity: 1;
}
25%, 75% {
opacity: 0;
}
}.flash {
-webkit-animation-name: flash;
animation-name: flash;
}
@-webkit-keyframes pulse {
from, to {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
50% {
-webkit-transform: scale3d(1.05, 1.05, 1.05);
transform: scale3d(1.05, 1.05, 1.05);
}
}@keyframes pulse {
from, to {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
50% {
-webkit-transform: scale3d(1.05, 1.05, 1.05);
transform: scale3d(1.05, 1.05, 1.05);
}
}.pulse {
-webkit-animation-name: pulse;
animation-name: pulse;
}
@-webkit-keyframes rubberBand {
from, to {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
30% {
-webkit-transform: scale3d(1.25, .75, 1);
transform: scale3d(1.25, .75, 1);
}
40% {
-webkit-transform: scale3d(.75, 1.25, 1);
transform: scale3d(.75, 1.25, 1);
}
50% {
-webkit-transform: scale3d(1.15, .85, 1);
transform: scale3d(1.15, .85, 1);
}
65% {
-webkit-transform: scale3d(.95, 1.05, 1);
transform: scale3d(.95, 1.05, 1);
}
75% {
-webkit-transform: scale3d(1.05, .95, 1);
transform: scale3d(1.05, .95, 1);
}
}@keyframes rubberBand {
from, to {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
30% {
-webkit-transform: scale3d(1.25, .75, 1);
transform: scale3d(1.25, .75, 1);
}
40% {
-webkit-transform: scale3d(.75, 1.25, 1);
transform: scale3d(.75, 1.25, 1);
}
50% {
-webkit-transform: scale3d(1.15, .85, 1);
transform: scale3d(1.15, .85, 1);
}
65% {
-webkit-transform: scale3d(.95, 1.05, 1);
transform: scale3d(.95, 1.05, 1);
}
75% {
-webkit-transform: scale3d(1.05, .95, 1);
transform: scale3d(1.05, .95, 1);
}
}.rubberBand {
-webkit-animation-name: rubberBand;
animation-name: rubberBand;
}
@-webkit-keyframes shake {
from, to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
10%, 30%, 50%, 70%, 90% {
-webkit-transform: translate3d(-10px, 0, 0);
transform: translate3d(-10px, 0, 0);
}
20%, 40%, 60%, 80% {
-webkit-transform: translate3d(10px, 0, 0);
transform: translate3d(10px, 0, 0);
}
}@keyframes shake {
from, to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
10%, 30%, 50%, 70%, 90% {
-webkit-transform: translate3d(-10px, 0, 0);
transform: translate3d(-10px, 0, 0);
}
20%, 40%, 60%, 80% {
-webkit-transform: translate3d(10px, 0, 0);
transform: translate3d(10px, 0, 0);
}
}.shake {
-webkit-animation-name: shake;
animation-name: shake;
}
@-webkit-keyframes headShake {
0% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
6.5% {
-webkit-transform: translateX(-6px) rotateY(-9deg);
transform: translateX(-6px) rotateY(-9deg);
}
18.5% {
-webkit-transform: translateX(5px) rotateY(7deg);
transform: translateX(5px) rotateY(7deg);
}
31.5% {
-webkit-transform: translateX(-3px) rotateY(-5deg);
transform: translateX(-3px) rotateY(-5deg);
}
43.5% {
-webkit-transform: translateX(2px) rotateY(3deg);
transform: translateX(2px) rotateY(3deg);
}
50% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
}@keyframes headShake {
0% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
6.5% {
-webkit-transform: translateX(-6px) rotateY(-9deg);
transform: translateX(-6px) rotateY(-9deg);
}
18.5% {
-webkit-transform: translateX(5px) rotateY(7deg);
transform: translateX(5px) rotateY(7deg);
}
31.5% {
-webkit-transform: translateX(-3px) rotateY(-5deg);
transform: translateX(-3px) rotateY(-5deg);
}
43.5% {
-webkit-transform: translateX(2px) rotateY(3deg);
transform: translateX(2px) rotateY(3deg);
}
50% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
}.headShake {
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
-webkit-animation-name: headShake;
animation-name: headShake;
}
@-webkit-keyframes swing {
20% {
-webkit-transform: rotate3d(0, 0, 1, 15deg);
transform: rotate3d(0, 0, 1, 15deg);
}
40% {
-webkit-transform: rotate3d(0, 0, 1, -10deg);
transform: rotate3d(0, 0, 1, -10deg);
}
60% {
-webkit-transform: rotate3d(0, 0, 1, 5deg);
transform: rotate3d(0, 0, 1, 5deg);
}
80% {
-webkit-transform: rotate3d(0, 0, 1, -5deg);
transform: rotate3d(0, 0, 1, -5deg);
}
to {
-webkit-transform: rotate3d(0, 0, 1, 0deg);
transform: rotate3d(0, 0, 1, 0deg);
}
}@keyframes swing {
20% {
-webkit-transform: rotate3d(0, 0, 1, 15deg);
transform: rotate3d(0, 0, 1, 15deg);
}
40% {
-webkit-transform: rotate3d(0, 0, 1, -10deg);
transform: rotate3d(0, 0, 1, -10deg);
}
60% {
-webkit-transform: rotate3d(0, 0, 1, 5deg);
transform: rotate3d(0, 0, 1, 5deg);
}
80% {
-webkit-transform: rotate3d(0, 0, 1, -5deg);
transform: rotate3d(0, 0, 1, -5deg);
}
to {
-webkit-transform: rotate3d(0, 0, 1, 0deg);
transform: rotate3d(0, 0, 1, 0deg);
}
}.swing {
-webkit-transform-origin: top center;
transform-origin: top center;
-webkit-animation-name: swing;
animation-name: swing;
}
@-webkit-keyframes tada {
from, to {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
10%, 20% {
-webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
}
30%, 50%, 70%, 90% {
-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
}
40%, 60%, 80% {
-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
}
}@keyframes tada {
from, to {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
10%, 20% {
-webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
}
30%, 50%, 70%, 90% {
-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
}
40%, 60%, 80% {
-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
}
}.tada {
-webkit-animation-name: tada;
animation-name: tada;
}
@-webkit-keyframes wobble {
from, to {
-webkit-transform: none;
transform: none;
}
15% {
-webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
}
30% {
-webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
}
45% {
-webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
}
60% {
-webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
}
75% {
-webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
}
}@keyframes wobble {
from, to {
-webkit-transform: none;
transform: none;
}
15% {
-webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
}
30% {
-webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
}
45% {
-webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
}
60% {
-webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
}
75% {
-webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
}
}.wobble {
-webkit-animation-name: wobble;
animation-name: wobble;
}
@-webkit-keyframes jello {
11.1%, from, to {
-webkit-transform: none;
transform: none;
}
22.2% {
-webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
transform: skewX(-12.5deg) skewY(-12.5deg);
}
33.3% {
-webkit-transform: skewX(6.25deg) skewY(6.25deg);
transform: skewX(6.25deg) skewY(6.25deg);
}
44.4% {
-webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
transform: skewX(-3.125deg) skewY(-3.125deg);
}
55.5% {
-webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
transform: skewX(1.5625deg) skewY(1.5625deg);
}
66.6% {
-webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
transform: skewX(-.78125deg) skewY(-.78125deg);
}
77.7% {
-webkit-transform: skewX(.390625deg) skewY(.390625deg);
transform: skewX(.390625deg) skewY(.390625deg);
}
88.8% {
-webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
transform: skewX(-.1953125deg) skewY(-.1953125deg);
}
}@keyframes jello {
11.1%, from, to {
-webkit-transform: none;
transform: none;
}
22.2% {
-webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
transform: skewX(-12.5deg) skewY(-12.5deg);
}
33.3% {
-webkit-transform: skewX(6.25deg) skewY(6.25deg);
transform: skewX(6.25deg) skewY(6.25deg);
}
44.4% {
-webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
transform: skewX(-3.125deg) skewY(-3.125deg);
}
55.5% {
-webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
transform: skewX(1.5625deg) skewY(1.5625deg);
}
66.6% {
-webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
transform: skewX(-.78125deg) skewY(-.78125deg);
}
77.7% {
-webkit-transform: skewX(.390625deg) skewY(.390625deg);
transform: skewX(.390625deg) skewY(.390625deg);
}
88.8% {
-webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
transform: skewX(-.1953125deg) skewY(-.1953125deg);
}
}.jello {
-webkit-animation-name: jello;
animation-name: jello;
-webkit-transform-origin: center;
transform-origin: center;
}
@-webkit-keyframes bounceIn {
20%, 40%, 60%, 80%, from, to {
-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
animation-timing-function: cubic-bezier(.215, .61, .355, 1);
}
0% {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
20% {
-webkit-transform: scale3d(1.1, 1.1, 1.1);
transform: scale3d(1.1, 1.1, 1.1);
}
40% {
-webkit-transform: scale3d(.9, .9, .9);
transform: scale3d(.9, .9, .9);
}
60% {
opacity: 1;
-webkit-transform: scale3d(1.03, 1.03, 1.03);
transform: scale3d(1.03, 1.03, 1.03);
}
80% {
-webkit-transform: scale3d(.97, .97, .97);
transform: scale3d(.97, .97, .97);
}
to {
opacity: 1;
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}@keyframes bounceIn {
20%, 40%, 60%, 80%, from, to {
-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
animation-timing-function: cubic-bezier(.215, .61, .355, 1);
}
0% {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
20% {
-webkit-transform: scale3d(1.1, 1.1, 1.1);
transform: scale3d(1.1, 1.1, 1.1);
}
40% {
-webkit-transform: scale3d(.9, .9, .9);
transform: scale3d(.9, .9, .9);
}
60% {
opacity: 1;
-webkit-transform: scale3d(1.03, 1.03, 1.03);
transform: scale3d(1.03, 1.03, 1.03);
}
80% {
-webkit-transform: scale3d(.97, .97, .97);
transform: scale3d(.97, .97, .97);
}
to {
opacity: 1;
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}.bounceIn {
-webkit-animation-name: bounceIn;
animation-name: bounceIn;
}
@-webkit-keyframes bounceInDown {
60%, 75%, 90%, from, to {
-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
animation-timing-function: cubic-bezier(.215, .61, .355, 1);
}
0% {
opacity: 0;
-webkit-transform: translate3d(0, -3000px, 0);
transform: translate3d(0, -3000px, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(0, 25px, 0);
transform: translate3d(0, 25px, 0);
}
75% {
-webkit-transform: translate3d(0, -10px, 0);
transform: translate3d(0, -10px, 0);
}
90% {
-webkit-transform: translate3d(0, 5px, 0);
transform: translate3d(0, 5px, 0);
}
to {
-webkit-transform: none;
transform: none;
}
}@keyframes bounceInDown {
60%, 75%, 90%, from, to {
-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
animation-timing-function: cubic-bezier(.215, .61, .355, 1);
}
0% {
opacity: 0;
-webkit-transform: translate3d(0, -3000px, 0);
transform: translate3d(0, -3000px, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(0, 25px, 0);
transform: translate3d(0, 25px, 0);
}
75% {
-webkit-transform: translate3d(0, -10px, 0);
transform: translate3d(0, -10px, 0);
}
90% {
-webkit-transform: translate3d(0, 5px, 0);
transform: translate3d(0, 5px, 0);
}
to {
-webkit-transform: none;
transform: none;
}
}.bounceInDown {
-webkit-animation-name: bounceInDown;
animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
60%, 75%, 90%, from, to {
-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
animation-timing-function: cubic-bezier(.215, .61, .355, 1);
}
0% {
opacity: 0;
-webkit-transform: translate3d(-3000px, 0, 0);
transform: translate3d(-3000px, 0, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(25px, 0, 0);
transform: translate3d(25px, 0, 0);
}
75% {
-webkit-transform: translate3d(-10px, 0, 0);
transform: translate3d(-10px, 0, 0);
}
90% {
-webkit-transform: translate3d(5px, 0, 0);
transform: translate3d(5px, 0, 0);
}
to {
-webkit-transform: none;
transform: none;
}
}@keyframes bounceInLeft {
60%, 75%, 90%, from, to {
-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
animation-timing-function: cubic-bezier(.215, .61, .355, 1);
}
0% {
opacity: 0;
-webkit-transform: translate3d(-3000px, 0, 0);
transform: translate3d(-3000px, 0, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(25px, 0, 0);
transform: translate3d(25px, 0, 0);
}
75% {
-webkit-transform: translate3d(-10px, 0, 0);
transform: translate3d(-10px, 0, 0);
}
90% {
-webkit-transform: translate3d(5px, 0, 0);
transform: translate3d(5px, 0, 0);
}
to {
-webkit-transform: none;
transform: none;
}
}.bounceInLeft {
-webkit-animation-name: bounceInLeft;
animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
60%, 75%, 90%, from, to {
-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
animation-timing-function: cubic-bezier(.215, .61, .355, 1);
}
from {
opacity: 0;
-webkit-transform: translate3d(3000px, 0, 0);
transform: translate3d(3000px, 0, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(-25px, 0, 0);
transform: translate3d(-25px, 0, 0);
}
75% {
-webkit-transform: translate3d(10px, 0, 0);
transform: translate3d(10px, 0, 0);
}
90% {
-webkit-transform: translate3d(-5px, 0, 0);
transform: translate3d(-5px, 0, 0);
}
to {
-webkit-transform: none;
transform: none;
}
}@keyframes bounceInRight {
60%, 75%, 90%, from, to {
-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
animation-timing-function: cubic-bezier(.215, .61, .355, 1);
}
from {
opacity: 0;
-webkit-transform: translate3d(3000px, 0, 0);
transform: translate3d(3000px, 0, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(-25px, 0, 0);
transform: translate3d(-25px, 0, 0);
}
75% {
-webkit-transform: translate3d(10px, 0, 0);
transform: translate3d(10px, 0, 0);
}
90% {
-webkit-transform: translate3d(-5px, 0, 0);
transform: translate3d(-5px, 0, 0);
}
to {
-webkit-transform: none;
transform: none;
}
}.bounceInRight {
-webkit-animation-name: bounceInRight;
animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
60%, 75%, 90%, from, to {
-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
animation-timing-function: cubic-bezier(.215, .61, .355, 1);
}
from {
opacity: 0;
-webkit-transform: translate3d(0, 3000px, 0);
transform: translate3d(0, 3000px, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(0, -20px, 0);
transform: translate3d(0, -20px, 0);
}
75% {
-webkit-transform: translate3d(0, 10px, 0);
transform: translate3d(0, 10px, 0);
}
90% {
-webkit-transform: translate3d(0, -5px, 0);
transform: translate3d(0, -5px, 0);
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}@keyframes bounceInUp {
60%, 75%, 90%, from, to {
-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
animation-timing-function: cubic-bezier(.215, .61, .355, 1);
}
from {
opacity: 0;
-webkit-transform: translate3d(0, 3000px, 0);
transform: translate3d(0, 3000px, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(0, -20px, 0);
transform: translate3d(0, -20px, 0);
}
75% {
-webkit-transform: translate3d(0, 10px, 0);
transform: translate3d(0, 10px, 0);
}
90% {
-webkit-transform: translate3d(0, -5px, 0);
transform: translate3d(0, -5px, 0);
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}.bounceInUp {
-webkit-animation-name: bounceInUp;
animation-name: bounceInUp;
}
@-webkit-keyframes bounceOut {
20% {
-webkit-transform: scale3d(.9, .9, .9);
transform: scale3d(.9, .9, .9);
}
50%, 55% {
opacity: 1;
-webkit-transform: scale3d(1.1, 1.1, 1.1);
transform: scale3d(1.1, 1.1, 1.1);
}
to {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
}@keyframes bounceOut {
20% {
-webkit-transform: scale3d(.9, .9, .9);
transform: scale3d(.9, .9, .9);
}
50%, 55% {
opacity: 1;
-webkit-transform: scale3d(1.1, 1.1, 1.1);
transform: scale3d(1.1, 1.1, 1.1);
}
to {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
}.bounceOut {
-webkit-animation-name: bounceOut;
animation-name: bounceOut;
}
@-webkit-keyframes bounceOutDown {
20% {
-webkit-transform: translate3d(0, 10px, 0);
transform: translate3d(0, 10px, 0);
}
40%, 45% {
opacity: 1;
-webkit-transform: translate3d(0, -20px, 0);
transform: translate3d(0, -20px, 0);
}
to {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
}@keyframes bounceOutDown {
20% {
-webkit-transform: translate3d(0, 10px, 0);
transform: translate3d(0, 10px, 0);
}
40%, 45% {
opacity: 1;
-webkit-transform: translate3d(0, -20px, 0);
transform: translate3d(0, -20px, 0);
}
to {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
}.bounceOutDown {
-webkit-animation-name: bounceOutDown;
animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
20% {
opacity: 1;
-webkit-transform: translate3d(20px, 0, 0);
transform: translate3d(20px, 0, 0);
}
to {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
}@keyframes bounceOutLeft {
20% {
opacity: 1;
-webkit-transform: translate3d(20px, 0, 0);
transform: translate3d(20px, 0, 0);
}
to {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
}.bounceOutLeft {
-webkit-animation-name: bounceOutLeft;
animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
20% {
opacity: 1;
-webkit-transform: translate3d(-20px, 0, 0);
transform: translate3d(-20px, 0, 0);
}
to {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
}@keyframes bounceOutRight {
20% {
opacity: 1;
-webkit-transform: translate3d(-20px, 0, 0);
transform: translate3d(-20px, 0, 0);
}
to {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
}.bounceOutRight {
-webkit-animation-name: bounceOutRight;
animation-name: bounceOutRight;
}
@-webkit-keyframes bounceOutUp {
20% {
-webkit-transform: translate3d(0, -10px, 0);
transform: translate3d(0, -10px, 0);
}
40%, 45% {
opacity: 1;
-webkit-transform: translate3d(0, 20px, 0);
transform: translate3d(0, 20px, 0);
}
to {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
}@keyframes bounceOutUp {
20% {
-webkit-transform: translate3d(0, -10px, 0);
transform: translate3d(0, -10px, 0);
}
40%, 45% {
opacity: 1;
-webkit-transform: translate3d(0, 20px, 0);
transform: translate3d(0, 20px, 0);
}
to {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
}.bounceOutUp {
-webkit-animation-name: bounceOutUp;
animation-name: bounceOutUp;
}
@-webkit-keyframes fadeIn {
from {
opacity: 0;
}
to {
opacity: 1;
}
}@keyframes fadeIn {
from {
opacity: 0;
}
to {
opacity: 1;
}
}.fadeIn {
-webkit-animation-name: fadeIn;
animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
from {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}@keyframes fadeInDown {
from {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}.fadeInDown {
-webkit-animation-name: fadeInDown;
animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
from {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}@keyframes fadeInDownBig {
from {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}.fadeInDownBig {
-webkit-animation-name: fadeInDownBig;
animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
from {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}@keyframes fadeInLeft {
from {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}.fadeInLeft {
-webkit-animation-name: fadeInLeft;
animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
from {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}@keyframes fadeInLeftBig {
from {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}.fadeInLeftBig {
-webkit-animation-name: fadeInLeftBig;
animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
from {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}@keyframes fadeInRight {
from {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}.fadeInRight {
-webkit-animation-name: fadeInRight;
animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
from {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}@keyframes fadeInRightBig {
from {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}.fadeInRightBig {
-webkit-animation-name: fadeInRightBig;
animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
from {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}@keyframes fadeInUp {
from {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}.fadeInUp {
-webkit-animation-name: fadeInUp;
animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
from {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}@keyframes fadeInUpBig {
from {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}.fadeInUpBig {
-webkit-animation-name: fadeInUpBig;
animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeOut {
from {
opacity: 1;
}
to {
opacity: 0;
}
}@keyframes fadeOut {
from {
opacity: 1;
}
to {
opacity: 0;
}
}.fadeOut {
-webkit-animation-name: fadeOut;
animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
}@keyframes fadeOutDown {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
}.fadeOutDown {
-webkit-animation-name: fadeOutDown;
animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutDownBig {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
}@keyframes fadeOutDownBig {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
}.fadeOutDownBig {
-webkit-animation-name: fadeOutDownBig;
animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeft {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
}@keyframes fadeOutLeft {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
}.fadeOutLeft {
-webkit-animation-name: fadeOutLeft;
animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutLeftBig {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
}@keyframes fadeOutLeftBig {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
}.fadeOutLeftBig {
-webkit-animation-name: fadeOutLeftBig;
animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRight {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
}@keyframes fadeOutRight {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
}.fadeOutRight {
-webkit-animation-name: fadeOutRight;
animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutRightBig {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
}@keyframes fadeOutRightBig {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
}.fadeOutRightBig {
-webkit-animation-name: fadeOutRightBig;
animation-name: fadeOutRightBig;
}
@-webkit-keyframes fadeOutUp {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
}@keyframes fadeOutUp {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
}.fadeOutUp {
-webkit-animation-name: fadeOutUp;
animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutUpBig {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
}@keyframes fadeOutUpBig {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
}.fadeOutUpBig {
-webkit-animation-name: fadeOutUpBig;
animation-name: fadeOutUpBig;
}
@-webkit-keyframes flip {
from {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
40% {
-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
50% {
-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
80% {
-webkit-transform: perspective(400px) scale3d(.95, .95, .95);
transform: perspective(400px) scale3d(.95, .95, .95);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
to {
-webkit-transform: perspective(400px);
transform: perspective(400px);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
}@keyframes flip {
from {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
40% {
-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
50% {
-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
80% {
-webkit-transform: perspective(400px) scale3d(.95, .95, .95);
transform: perspective(400px) scale3d(.95, .95, .95);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
to {
-webkit-transform: perspective(400px);
transform: perspective(400px);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
}.animated.flip {
-webkit-backface-visibility: visible;
backface-visibility: visible;
-webkit-animation-name: flip;
animation-name: flip;
}
@-webkit-keyframes flipInX {
from {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
opacity: 0;
}
40% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
60% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
opacity: 1;
}
80% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
}
to {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
}@keyframes flipInX {
from {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
opacity: 0;
}
40% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
60% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
opacity: 1;
}
80% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
}
to {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
}.flipInX {
-webkit-backface-visibility: visible !important;
backface-visibility: visible !important;
-webkit-animation-name: flipInX;
animation-name: flipInX;
}
.flipInY, .flipOutX {
-webkit-backface-visibility: visible !important;
}
@-webkit-keyframes flipInY {
from {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
opacity: 0;
}
40% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
60% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
opacity: 1;
}
80% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
}
to {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
}@keyframes flipInY {
from {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
opacity: 0;
}
40% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
60% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
opacity: 1;
}
80% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
}
to {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
}.flipInY {
backface-visibility: visible !important;
-webkit-animation-name: flipInY;
animation-name: flipInY;
}
@-webkit-keyframes flipOutX {
from {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
30% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
opacity: 1;
}
to {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
opacity: 0;
}
}@keyframes flipOutX {
from {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
30% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
opacity: 1;
}
to {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
opacity: 0;
}
}.flipOutX {
-webkit-animation-name: flipOutX;
animation-name: flipOutX;
backface-visibility: visible !important;
}
@-webkit-keyframes flipOutY {
from {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
30% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
opacity: 1;
}
to {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
opacity: 0;
}
}@keyframes flipOutY {
from {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
30% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
opacity: 1;
}
to {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
opacity: 0;
}
}.flipOutY {
-webkit-backface-visibility: visible !important;
backface-visibility: visible !important;
-webkit-animation-name: flipOutY;
animation-name: flipOutY;
}
@-webkit-keyframes lightSpeedIn {
from {
-webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
transform: translate3d(100%, 0, 0) skewX(-30deg);
opacity: 0;
}
60% {
-webkit-transform: skewX(20deg);
transform: skewX(20deg);
opacity: 1;
}
80% {
-webkit-transform: skewX(-5deg);
transform: skewX(-5deg);
opacity: 1;
}
to {
-webkit-transform: none;
transform: none;
opacity: 1;
}
}@keyframes lightSpeedIn {
from {
-webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
transform: translate3d(100%, 0, 0) skewX(-30deg);
opacity: 0;
}
60% {
-webkit-transform: skewX(20deg);
transform: skewX(20deg);
opacity: 1;
}
80% {
-webkit-transform: skewX(-5deg);
transform: skewX(-5deg);
opacity: 1;
}
to {
-webkit-transform: none;
transform: none;
opacity: 1;
}
}.lightSpeedIn {
-webkit-animation-name: lightSpeedIn;
animation-name: lightSpeedIn;
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOut {
from {
opacity: 1;
}
to {
-webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
transform: translate3d(100%, 0, 0) skewX(30deg);
opacity: 0;
}
}@keyframes lightSpeedOut {
from {
opacity: 1;
}
to {
-webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
transform: translate3d(100%, 0, 0) skewX(30deg);
opacity: 0;
}
}.lightSpeedOut {
-webkit-animation-name: lightSpeedOut;
animation-name: lightSpeedOut;
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
@-webkit-keyframes rotateIn {
from {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: rotate3d(0, 0, 1, -200deg);
transform: rotate3d(0, 0, 1, -200deg);
opacity: 0;
}
to {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}@keyframes rotateIn {
from {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: rotate3d(0, 0, 1, -200deg);
transform: rotate3d(0, 0, 1, -200deg);
opacity: 0;
}
to {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}.rotateIn {
-webkit-animation-name: rotateIn;
animation-name: rotateIn;
}
@-webkit-keyframes rotateInDownLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}@keyframes rotateInDownLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}.rotateInDownLeft {
-webkit-animation-name: rotateInDownLeft;
animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInDownRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}@keyframes rotateInDownRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}.rotateInDownRight {
-webkit-animation-name: rotateInDownRight;
animation-name: rotateInDownRight;
}
@-webkit-keyframes rotateInUpLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}@keyframes rotateInUpLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}.rotateInUpLeft {
-webkit-animation-name: rotateInUpLeft;
animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInUpRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, -90deg);
transform: rotate3d(0, 0, 1, -90deg);
opacity: 0;
}
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}@keyframes rotateInUpRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, -90deg);
transform: rotate3d(0, 0, 1, -90deg);
opacity: 0;
}
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}.rotateInUpRight {
-webkit-animation-name: rotateInUpRight;
animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateOut {
from {
-webkit-transform-origin: center;
transform-origin: center;
opacity: 1;
}
to {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: rotate3d(0, 0, 1, 200deg);
transform: rotate3d(0, 0, 1, 200deg);
opacity: 0;
}
}@keyframes rotateOut {
from {
-webkit-transform-origin: center;
transform-origin: center;
opacity: 1;
}
to {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: rotate3d(0, 0, 1, 200deg);
transform: rotate3d(0, 0, 1, 200deg);
opacity: 0;
}
}.rotateOut {
-webkit-animation-name: rotateOut;
animation-name: rotateOut;
}
@-webkit-keyframes rotateOutDownLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
opacity: 1;
}
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
}@keyframes rotateOutDownLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
opacity: 1;
}
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
}.rotateOutDownLeft {
-webkit-animation-name: rotateOutDownLeft;
animation-name: rotateOutDownLeft;
}
@-webkit-keyframes rotateOutDownRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
opacity: 1;
}
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
}@keyframes rotateOutDownRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
opacity: 1;
}
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
}.rotateOutDownRight {
-webkit-animation-name: rotateOutDownRight;
animation-name: rotateOutDownRight;
}
@-webkit-keyframes rotateOutUpLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
opacity: 1;
}
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
}@keyframes rotateOutUpLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
opacity: 1;
}
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
}.rotateOutUpLeft {
-webkit-animation-name: rotateOutUpLeft;
animation-name: rotateOutUpLeft;
}
@-webkit-keyframes rotateOutUpRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
opacity: 1;
}
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, 90deg);
transform: rotate3d(0, 0, 1, 90deg);
opacity: 0;
}
}@keyframes rotateOutUpRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
opacity: 1;
}
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, 90deg);
transform: rotate3d(0, 0, 1, 90deg);
opacity: 0;
}
}.rotateOutUpRight {
-webkit-animation-name: rotateOutUpRight;
animation-name: rotateOutUpRight;
}
@-webkit-keyframes hinge {
0% {
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
20%, 60% {
-webkit-transform: rotate3d(0, 0, 1, 80deg);
transform: rotate3d(0, 0, 1, 80deg);
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
40%, 80% {
-webkit-transform: rotate3d(0, 0, 1, 60deg);
transform: rotate3d(0, 0, 1, 60deg);
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
opacity: 1;
}
to {
-webkit-transform: translate3d(0, 700px, 0);
transform: translate3d(0, 700px, 0);
opacity: 0;
}
}@keyframes hinge {
0% {
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
20%, 60% {
-webkit-transform: rotate3d(0, 0, 1, 80deg);
transform: rotate3d(0, 0, 1, 80deg);
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
40%, 80% {
-webkit-transform: rotate3d(0, 0, 1, 60deg);
transform: rotate3d(0, 0, 1, 60deg);
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
opacity: 1;
}
to {
-webkit-transform: translate3d(0, 700px, 0);
transform: translate3d(0, 700px, 0);
opacity: 0;
}
}.hinge {
-webkit-animation-name: hinge;
animation-name: hinge;
}
@-webkit-keyframes rollIn {
from {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}@keyframes rollIn {
from {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}.rollIn {
-webkit-animation-name: rollIn;
animation-name: rollIn;
}
@-webkit-keyframes rollOut {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
}
}@keyframes rollOut {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
}
}.rollOut {
-webkit-animation-name: rollOut;
animation-name: rollOut;
}
@-webkit-keyframes zoomIn {
from {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
50% {
opacity: 1;
}
}@keyframes zoomIn {
from {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
50% {
opacity: 1;
}
}.zoomIn {
-webkit-animation-name: zoomIn;
animation-name: zoomIn;
}
@-webkit-keyframes zoomInDown {
from {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
animation-timing-function: cubic-bezier(.55, .055, .675, .19);
}
60% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
animation-timing-function: cubic-bezier(.175, .885, .32, 1);
}
}@keyframes zoomInDown {
from {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
animation-timing-function: cubic-bezier(.55, .055, .675, .19);
}
60% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
animation-timing-function: cubic-bezier(.175, .885, .32, 1);
}
}.zoomInDown {
-webkit-animation-name: zoomInDown;
animation-name: zoomInDown;
}
@-webkit-keyframes zoomInLeft {
from {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
animation-timing-function: cubic-bezier(.55, .055, .675, .19);
}
60% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
animation-timing-function: cubic-bezier(.175, .885, .32, 1);
}
}@keyframes zoomInLeft {
from {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
animation-timing-function: cubic-bezier(.55, .055, .675, .19);
}
60% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
animation-timing-function: cubic-bezier(.175, .885, .32, 1);
}
}.zoomInLeft {
-webkit-animation-name: zoomInLeft;
animation-name: zoomInLeft;
}
@-webkit-keyframes zoomInRight {
from {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
animation-timing-function: cubic-bezier(.55, .055, .675, .19);
}
60% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
animation-timing-function: cubic-bezier(.175, .885, .32, 1);
}
}@keyframes zoomInRight {
from {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
animation-timing-function: cubic-bezier(.55, .055, .675, .19);
}
60% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
animation-timing-function: cubic-bezier(.175, .885, .32, 1);
}
}.zoomInRight {
-webkit-animation-name: zoomInRight;
animation-name: zoomInRight;
}
@-webkit-keyframes zoomInUp {
from {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
animation-timing-function: cubic-bezier(.55, .055, .675, .19);
}
60% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
animation-timing-function: cubic-bezier(.175, .885, .32, 1);
}
}@keyframes zoomInUp {
from {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
animation-timing-function: cubic-bezier(.55, .055, .675, .19);
}
60% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
animation-timing-function: cubic-bezier(.175, .885, .32, 1);
}
}.zoomInUp {
-webkit-animation-name: zoomInUp;
animation-name: zoomInUp;
}
@-webkit-keyframes zoomOut {
from {
opacity: 1;
}
50% {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
to {
opacity: 0;
}
}@keyframes zoomOut {
from {
opacity: 1;
}
50% {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
to {
opacity: 0;
}
}.zoomOut {
-webkit-animation-name: zoomOut;
animation-name: zoomOut;
}
@-webkit-keyframes zoomOutDown {
40% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
animation-timing-function: cubic-bezier(.55, .055, .675, .19);
}
to {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
-webkit-transform-origin: center bottom;
transform-origin: center bottom;
-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
animation-timing-function: cubic-bezier(.175, .885, .32, 1);
}
}@keyframes zoomOutDown {
40% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
animation-timing-function: cubic-bezier(.55, .055, .675, .19);
}
to {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
-webkit-transform-origin: center bottom;
transform-origin: center bottom;
-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
animation-timing-function: cubic-bezier(.175, .885, .32, 1);
}
}.zoomOutDown {
-webkit-animation-name: zoomOutDown;
animation-name: zoomOutDown;
}
@-webkit-keyframes zoomOutLeft {
40% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
}
to {
opacity: 0;
-webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
transform: scale(.1) translate3d(-2000px, 0, 0);
-webkit-transform-origin: left center;
transform-origin: left center;
}
}@keyframes zoomOutLeft {
40% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
}
to {
opacity: 0;
-webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
transform: scale(.1) translate3d(-2000px, 0, 0);
-webkit-transform-origin: left center;
transform-origin: left center;
}
}.zoomOutLeft {
-webkit-animation-name: zoomOutLeft;
animation-name: zoomOutLeft;
}
@-webkit-keyframes zoomOutRight {
40% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
}
to {
opacity: 0;
-webkit-transform: scale(.1) translate3d(2000px, 0, 0);
transform: scale(.1) translate3d(2000px, 0, 0);
-webkit-transform-origin: right center;
transform-origin: right center;
}
}@keyframes zoomOutRight {
40% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
}
to {
opacity: 0;
-webkit-transform: scale(.1) translate3d(2000px, 0, 0);
transform: scale(.1) translate3d(2000px, 0, 0);
-webkit-transform-origin: right center;
transform-origin: right center;
}
}.zoomOutRight {
-webkit-animation-name: zoomOutRight;
animation-name: zoomOutRight;
}
@-webkit-keyframes zoomOutUp {
40% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
animation-timing-function: cubic-bezier(.55, .055, .675, .19);
}
to {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
-webkit-transform-origin: center bottom;
transform-origin: center bottom;
-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
animation-timing-function: cubic-bezier(.175, .885, .32, 1);
}
}@keyframes zoomOutUp {
40% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
animation-timing-function: cubic-bezier(.55, .055, .675, .19);
}
to {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
-webkit-transform-origin: center bottom;
transform-origin: center bottom;
-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
animation-timing-function: cubic-bezier(.175, .885, .32, 1);
}
}.zoomOutUp {
-webkit-animation-name: zoomOutUp;
animation-name: zoomOutUp;
}
@-webkit-keyframes slideInDown {
from {
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}@keyframes slideInDown {
from {
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}.slideInDown {
-webkit-animation-name: slideInDown;
animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
from {
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}@keyframes slideInLeft {
from {
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}.slideInLeft {
-webkit-animation-name: slideInLeft;
animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
from {
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}@keyframes slideInRight {
from {
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}.slideInRight {
-webkit-animation-name: slideInRight;
animation-name: slideInRight;
}
@-webkit-keyframes slideInUp {
from {
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}@keyframes slideInUp {
from {
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}.slideInUp {
-webkit-animation-name: slideInUp;
animation-name: slideInUp;
}
@-webkit-keyframes slideOutDown {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
}@keyframes slideOutDown {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
}.slideOutDown {
-webkit-animation-name: slideOutDown;
animation-name: slideOutDown;
}
@-webkit-keyframes slideOutLeft {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
}@keyframes slideOutLeft {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
}.slideOutLeft {
-webkit-animation-name: slideOutLeft;
animation-name: slideOutLeft;
}
@-webkit-keyframes slideOutRight {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
}@keyframes slideOutRight {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
}.slideOutRight {
-webkit-animation-name: slideOutRight;
animation-name: slideOutRight;
}
@-webkit-keyframes slideOutUp {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
}@keyframes slideOutUp {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
}.slideOutUp {
-webkit-animation-name: slideOutUp;
animation-name: slideOutUp;
}
@font-face {
font-family: 'lane_-_narrowregular';
src: url(//www.filter-concept.com/wp-content/themes/filterconcept/fonts/lanenar_.woff2) format('woff2'), url(//www.filter-concept.com/wp-content/themes/filterconcept/fonts/lanenar_.woff) format('woff');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'source_sans_probold';
src: url(//www.filter-concept.com/wp-content/themes/filterconcept/fonts/sourcesanspro-bold.woff2) format('woff2'), url(//www.filter-concept.com/wp-content/themes/filterconcept/fonts/sourcesanspro-bold.woff) format('woff');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'source_sans_prolight';
src: url(//www.filter-concept.com/wp-content/themes/filterconcept/fonts/sourcesanspro-light.woff2) format('woff2'), url(//www.filter-concept.com/wp-content/themes/filterconcept/fonts/sourcesanspro-light.woff) format('woff');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'source_sans_proregular';
src: url(//www.filter-concept.com/wp-content/themes/filterconcept/fonts/sourcesanspro-regular.woff2) format('woff2'), url(//www.filter-concept.com/wp-content/themes/filterconcept/fonts/sourcesanspro-regular.woff) format('woff');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'source_sans_prosemibold';
src: url(//www.filter-concept.com/wp-content/themes/filterconcept/fonts/sourcesanspro-semibold.woff2) format('woff2'), url(//www.filter-concept.com/wp-content/themes/filterconcept/fonts/sourcesanspro-semibold.woff) format('woff');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'FontAwesome';
src: url(//www.filter-concept.com/wp-content/themes/filterconcept/fonts/fontawesome-webfont.eot?v=4.3.0);
src: url(//www.filter-concept.com/wp-content/themes/filterconcept/fonts/fontawesome-webfont.eot?#iefix&v=4.3.0) format('embedded-opentype'), url(//www.filter-concept.com/wp-content/themes/filterconcept/fonts/fontawesome-webfont.woff2?v=4.3.0) format('woff2'), url(//www.filter-concept.com/wp-content/themes/filterconcept/fonts/fontawesome-webfont.woff?v=4.3.0) format('woff'), url(//www.filter-concept.com/wp-content/themes/filterconcept/fonts/fontawesome-webfont.ttf?v=4.3.0) format('truetype'), url(//www.filter-concept.com/wp-content/themes/filterconcept/fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular) format('svg');
font-weight: normal;
font-style: normal;
}
.fa {
display: inline-block;
font: normal normal normal 14px/1 FontAwesome;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
transform: translate(0, 0);
}
.fa-lg {
font-size: 1.33333333em;
line-height: .75em;
vertical-align: -15%}
.fa-2x {
font-size: 2em;
}
.fa-3x {
font-size: 3em;
}
.fa-4x {
font-size: 4em;
}
.fa-5x {
font-size: 5em;
}
.fa-fw {
width: 1.28571429em;
text-align: center;
}
.fa-ul {
padding-left: 0;
margin-left: 2.14285714em;
list-style-type: none;
}
.fa-ul>li {
position: relative;
}
.fa-li {
position: absolute;
left: -2.14285714em;
width: 2.14285714em;
top: .14285714em;
text-align: center;
}
.fa-li.fa-lg {
left: -1.85714286em;
}
.fa-border {
padding: .2em .25em .15em;
border: solid .08em #eee;
border-radius: .1em;
}
.pull-right {
float: right;
}
.pull-left {
float: left;
}
.fa.pull-left {
margin-right: .3em;
}
.fa.pull-right {
margin-left: .3em;
}
.fa-spin {
-webkit-animation: fa-spin 2s infinite linear;
animation: fa-spin 2s infinite linear;
}
.fa-pulse {
-webkit-animation: fa-spin 1s infinite steps(8);
animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(359deg);
transform: rotate(359deg);
}
}@keyframes fa-spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(359deg);
transform: rotate(359deg);
}
}.fa-rotate-90 {
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
}
.fa-rotate-180 {
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
-webkit-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg);
}
.fa-rotate-270 {
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
-webkit-transform: rotate(270deg);
-ms-transform: rotate(270deg);
transform: rotate(270deg);
}
.fa-flip-horizontal {
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
-webkit-transform: scale(-1, 1);
-ms-transform: scale(-1, 1);
transform: scale(-1, 1);
}
.fa-flip-vertical {
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
-webkit-transform: scale(1, -1);
-ms-transform: scale(1, -1);
transform: scale(1, -1);
}
:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical {
filter: none;
}
.fa-stack {
position: relative;
display: inline-block;
width: 2em;
height: 2em;
line-height: 2em;
vertical-align: middle;
}
.fa-stack-1x, .fa-stack-2x {
position: absolute;
left: 0;
width: 100%;
text-align: center;
}
.fa-stack-1x {
line-height: inherit;
}
.fa-stack-2x {
font-size: 2em;
}
.fa-inverse {
color: #fff;
}
.fa-glass:before {
content: "\f000"}
.fa-music:before {
content: "\f001"}
.fa-search:before {
content: "\f002"}
.fa-envelope-o:before {
content: "\f003"}
.fa-heart:before {
content: "\f004"}
.fa-star:before {
content: "\f005"}
.fa-star-o:before {
content: "\f006"}
.fa-user:before {
content: "\f007"}
.fa-film:before {
content: "\f008"}
.fa-th-large:before {
content: "\f009"}
.fa-th:before {
content: "\f00a"}
.fa-th-list:before {
content: "\f00b"}
.fa-check:before {
content: "\f00c"}
.fa-remove:before, .fa-close:before, .fa-times:before {
content: "\f00d"}
.fa-search-plus:before {
content: "\f00e"}
.fa-search-minus:before {
content: "\f010"}
.fa-power-off:before {
content: "\f011"}
.fa-signal:before {
content: "\f012"}
.fa-gear:before, .fa-cog:before {
content: "\f013"}
.fa-trash-o:before {
content: "\f014"}
.fa-home:before {
content: "\f015"}
.fa-file-o:before {
content: "\f016"}
.fa-clock-o:before {
content: "\f017"}
.fa-road:before {
content: "\f018"}
.fa-download:before {
content: "\f019"}
.fa-arrow-circle-o-down:before {
content: "\f01a"}
.fa-arrow-circle-o-up:before {
content: "\f01b"}
.fa-inbox:before {
content: "\f01c"}
.fa-play-circle-o:before {
content: "\f01d"}
.fa-rotate-right:before, .fa-repeat:before {
content: "\f01e"}
.fa-refresh:before {
content: "\f021"}
.fa-list-alt:before {
content: "\f022"}
.fa-lock:before {
content: "\f023"}
.fa-flag:before {
content: "\f024"}
.fa-headphones:before {
content: "\f025"}
.fa-volume-off:before {
content: "\f026"}
.fa-volume-down:before {
content: "\f027"}
.fa-volume-up:before {
content: "\f028"}
.fa-qrcode:before {
content: "\f029"}
.fa-barcode:before {
content: "\f02a"}
.fa-tag:before {
content: "\f02b"}
.fa-tags:before {
content: "\f02c"}
.fa-book:before {
content: "\f02d"}
.fa-bookmark:before {
content: "\f02e"}
.fa-print:before {
content: "\f02f"}
.fa-camera:before {
content: "\f030"}
.fa-font:before {
content: "\f031"}
.fa-bold:before {
content: "\f032"}
.fa-italic:before {
content: "\f033"}
.fa-text-height:before {
content: "\f034"}
.fa-text-width:before {
content: "\f035"}
.fa-align-left:before {
content: "\f036"}
.fa-align-center:before {
content: "\f037"}
.fa-align-right:before {
content: "\f038"}
.fa-align-justify:before {
content: "\f039"}
.fa-list:before {
content: "\f03a"}
.fa-dedent:before, .fa-outdent:before {
content: "\f03b"}
.fa-indent:before {
content: "\f03c"}
.fa-video-camera:before {
content: "\f03d"}
.fa-photo:before, .fa-image:before, .fa-picture-o:before {
content: "\f03e"}
.fa-pencil:before {
content: "\f040"}
.fa-map-marker:before {
content: "\f041"}
.fa-adjust:before {
content: "\f042"}
.fa-tint:before {
content: "\f043"}
.fa-edit:before, .fa-pencil-square-o:before {
content: "\f044"}
.fa-share-square-o:before {
content: "\f045"}
.fa-check-square-o:before {
content: "\f046"}
.fa-arrows:before {
content: "\f047"}
.fa-step-backward:before {
content: "\f048"}
.fa-fast-backward:before {
content: "\f049"}
.fa-backward:before {
content: "\f04a"}
.fa-play:before {
content: "\f04b"}
.fa-pause:before {
content: "\f04c"}
.fa-stop:before {
content: "\f04d"}
.fa-forward:before {
content: "\f04e"}
.fa-fast-forward:before {
content: "\f050"}
.fa-step-forward:before {
content: "\f051"}
.fa-eject:before {
content: "\f052"}
.fa-chevron-left:before {
content: "\f053"}
.fa-chevron-right:before {
content: "\f054"}
.fa-plus-circle:before {
content: "\f055"}
.fa-minus-circle:before {
content: "\f056"}
.fa-times-circle:before {
content: "\f057"}
.fa-check-circle:before {
content: "\f058"}
.fa-question-circle:before {
content: "\f059"}
.fa-info-circle:before {
content: "\f05a"}
.fa-crosshairs:before {
content: "\f05b"}
.fa-times-circle-o:before {
content: "\f05c"}
.fa-check-circle-o:before {
content: "\f05d"}
.fa-ban:before {
content: "\f05e"}
.fa-arrow-left:before {
content: "\f060"}
.fa-arrow-right:before {
content: "\f061"}
.fa-arrow-up:before {
content: "\f062"}
.fa-arrow-down:before {
content: "\f063"}
.fa-mail-forward:before, .fa-share:before {
content: "\f064"}
.fa-expand:before {
content: "\f065"}
.fa-compress:before {
content: "\f066"}
.fa-plus:before {
content: "\f067"}
.fa-minus:before {
content: "\f068"}
.fa-asterisk:before {
content: "\f069"}
.fa-exclamation-circle:before {
content: "\f06a"}
.fa-gift:before {
content: "\f06b"}
.fa-leaf:before {
content: "\f06c"}
.fa-fire:before {
content: "\f06d"}
.fa-eye:before {
content: "\f06e"}
.fa-eye-slash:before {
content: "\f070"}
.fa-warning:before, .fa-exclamation-triangle:before {
content: "\f071"}
.fa-plane:before {
content: "\f072"}
.fa-calendar:before {
content: "\f073"}
.fa-random:before {
content: "\f074"}
.fa-comment:before {
content: "\f075"}
.fa-magnet:before {
content: "\f076"}
.fa-chevron-up:before {
content: "\f077"}
.fa-chevron-down:before {
content: "\f078"}
.fa-retweet:before {
content: "\f079"}
.fa-shopping-cart:before {
content: "\f07a"}
.fa-folder:before {
content: "\f07b"}
.fa-folder-open:before {
content: "\f07c"}
.fa-arrows-v:before {
content: "\f07d"}
.fa-arrows-h:before {
content: "\f07e"}
.fa-bar-chart-o:before, .fa-bar-chart:before {
content: "\f080"}
.fa-twitter-square:before {
content: "\f081"}
.fa-facebook-square:before {
content: "\f082"}
.fa-camera-retro:before {
content: "\f083"}
.fa-key:before {
content: "\f084"}
.fa-gears:before, .fa-cogs:before {
content: "\f085"}
.fa-comments:before {
content: "\f086"}
.fa-thumbs-o-up:before {
content: "\f087"}
.fa-thumbs-o-down:before {
content: "\f088"}
.fa-star-half:before {
content: "\f089"}
.fa-heart-o:before {
content: "\f08a"}
.fa-sign-out:before {
content: "\f08b"}
.fa-linkedin-square:before {
content: "\f08c"}
.fa-thumb-tack:before {
content: "\f08d"}
.fa-external-link:before {
content: "\f08e"}
.fa-sign-in:before {
content: "\f090"}
.fa-trophy:before {
content: "\f091"}
.fa-github-square:before {
content: "\f092"}
.fa-upload:before {
content: "\f093"}
.fa-lemon-o:before {
content: "\f094"}
.fa-phone:before {
content: "\f095"}
.fa-square-o:before {
content: "\f096"}
.fa-bookmark-o:before {
content: "\f097"}
.fa-phone-square:before {
content: "\f098"}
.fa-twitter:before {
content: "\f099"}
.fa-facebook-f:before, .fa-facebook:before {
content: "\f09a"}
.fa-github:before {
content: "\f09b"}
.fa-unlock:before {
content: "\f09c"}
.fa-credit-card:before {
content: "\f09d"}
.fa-rss:before {
content: "\f09e"}
.fa-hdd-o:before {
content: "\f0a0"}
.fa-bullhorn:before {
content: "\f0a1"}
.fa-bell:before {
content: "\f0f3"}
.fa-certificate:before {
content: "\f0a3"}
.fa-hand-o-right:before {
content: "\f0a4"}
.fa-hand-o-left:before {
content: "\f0a5"}
.fa-hand-o-up:before {
content: "\f0a6"}
.fa-hand-o-down:before {
content: "\f0a7"}
.fa-arrow-circle-left:before {
content: "\f0a8"}
.fa-arrow-circle-right:before {
content: "\f0a9"}
.fa-arrow-circle-up:before {
content: "\f0aa"}
.fa-arrow-circle-down:before {
content: "\f0ab"}
.fa-globe:before {
content: "\f0ac"}
.fa-wrench:before {
content: "\f0ad"}
.fa-tasks:before {
content: "\f0ae"}
.fa-filter:before {
content: "\f0b0"}
.fa-briefcase:before {
content: "\f0b1"}
.fa-arrows-alt:before {
content: "\f0b2"}
.fa-group:before, .fa-users:before {
content: "\f0c0"}
.fa-chain:before, .fa-link:before {
content: "\f0c1"}
.fa-cloud:before {
content: "\f0c2"}
.fa-flask:before {
content: "\f0c3"}
.fa-cut:before, .fa-scissors:before {
content: "\f0c4"}
.fa-copy:before, .fa-files-o:before {
content: "\f0c5"}
.fa-paperclip:before {
content: "\f0c6"}
.fa-save:before, .fa-floppy-o:before {
content: "\f0c7"}
.fa-square:before {
content: "\f0c8"}
.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
content: "\f0c9"}
.fa-list-ul:before {
content: "\f0ca"}
.fa-list-ol:before {
content: "\f0cb"}
.fa-strikethrough:before {
content: "\f0cc"}
.fa-underline:before {
content: "\f0cd"}
.fa-table:before {
content: "\f0ce"}
.fa-magic:before {
content: "\f0d0"}
.fa-truck:before {
content: "\f0d1"}
.fa-pinterest:before {
content: "\f0d2"}
.fa-pinterest-square:before {
content: "\f0d3"}
.fa-google-plus-square:before {
content: "\f0d4"}
.fa-google-plus:before {
content: "\f0d5"}
.fa-money:before {
content: "\f0d6"}
.fa-caret-down:before {
content: "\f0d7"}
.fa-caret-up:before {
content: "\f0d8"}
.fa-caret-left:before {
content: "\f0d9"}
.fa-caret-right:before {
content: "\f0da"}
.fa-columns:before {
content: "\f0db"}
.fa-unsorted:before, .fa-sort:before {
content: "\f0dc"}
.fa-sort-down:before, .fa-sort-desc:before {
content: "\f0dd"}
.fa-sort-up:before, .fa-sort-asc:before {
content: "\f0de"}
.fa-envelope:before {
content: "\f0e0"}
.fa-linkedin:before {
content: "\f0e1"}
.fa-rotate-left:before, .fa-undo:before {
content: "\f0e2"}
.fa-legal:before, .fa-gavel:before {
content: "\f0e3"}
.fa-dashboard:before, .fa-tachometer:before {
content: "\f0e4"}
.fa-comment-o:before {
content: "\f0e5"}
.fa-comments-o:before {
content: "\f0e6"}
.fa-flash:before, .fa-bolt:before {
content: "\f0e7"}
.fa-sitemap:before {
content: "\f0e8"}
.fa-umbrella:before {
content: "\f0e9"}
.fa-paste:before, .fa-clipboard:before {
content: "\f0ea"}
.fa-lightbulb-o:before {
content: "\f0eb"}
.fa-exchange:before {
content: "\f0ec"}
.fa-cloud-download:before {
content: "\f0ed"}
.fa-cloud-upload:before {
content: "\f0ee"}
.fa-user-md:before {
content: "\f0f0"}
.fa-stethoscope:before {
content: "\f0f1"}
.fa-suitcase:before {
content: "\f0f2"}
.fa-bell-o:before {
content: "\f0a2"}
.fa-coffee:before {
content: "\f0f4"}
.fa-cutlery:before {
content: "\f0f5"}
.fa-file-text-o:before {
content: "\f0f6"}
.fa-building-o:before {
content: "\f0f7"}
.fa-hospital-o:before {
content: "\f0f8"}
.fa-ambulance:before {
content: "\f0f9"}
.fa-medkit:before {
content: "\f0fa"}
.fa-fighter-jet:before {
content: "\f0fb"}
.fa-beer:before {
content: "\f0fc"}
.fa-h-square:before {
content: "\f0fd"}
.fa-plus-square:before {
content: "\f0fe"}
.fa-angle-double-left:before {
content: "\f100"}
.fa-angle-double-right:before {
content: "\f101"}
.fa-angle-double-up:before {
content: "\f102"}
.fa-angle-double-down:before {
content: "\f103"}
.fa-angle-left:before {
content: "\f104"}
.fa-angle-right:before {
content: "\f105"}
.fa-angle-up:before {
content: "\f106"}
.fa-angle-down:before {
content: "\f107"}
.fa-desktop:before {
content: "\f108"}
.fa-laptop:before {
content: "\f109"}
.fa-tablet:before {
content: "\f10a"}
.fa-mobile-phone:before, .fa-mobile:before {
content: "\f10b"}
.fa-circle-o:before {
content: "\f10c"}
.fa-quote-left:before {
content: "\f10d"}
.fa-quote-right:before {
content: "\f10e"}
.fa-spinner:before {
content: "\f110"}
.fa-circle:before {
content: "\f111"}
.fa-mail-reply:before, .fa-reply:before {
content: "\f112"}
.fa-github-alt:before {
content: "\f113"}
.fa-folder-o:before {
content: "\f114"}
.fa-folder-open-o:before {
content: "\f115"}
.fa-smile-o:before {
content: "\f118"}
.fa-frown-o:before {
content: "\f119"}
.fa-meh-o:before {
content: "\f11a"}
.fa-gamepad:before {
content: "\f11b"}
.fa-keyboard-o:before {
content: "\f11c"}
.fa-flag-o:before {
content: "\f11d"}
.fa-flag-checkered:before {
content: "\f11e"}
.fa-terminal:before {
content: "\f120"}
.fa-code:before {
content: "\f121"}
.fa-mail-reply-all:before, .fa-reply-all:before {
content: "\f122"}
.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
content: "\f123"}
.fa-location-arrow:before {
content: "\f124"}
.fa-crop:before {
content: "\f125"}
.fa-code-fork:before {
content: "\f126"}
.fa-unlink:before, .fa-chain-broken:before {
content: "\f127"}
.fa-question:before {
content: "\f128"}
.fa-info:before {
content: "\f129"}
.fa-exclamation:before {
content: "\f12a"}
.fa-superscript:before {
content: "\f12b"}
.fa-subscript:before {
content: "\f12c"}
.fa-eraser:before {
content: "\f12d"}
.fa-puzzle-piece:before {
content: "\f12e"}
.fa-microphone:before {
content: "\f130"}
.fa-microphone-slash:before {
content: "\f131"}
.fa-shield:before {
content: "\f132"}
.fa-calendar-o:before {
content: "\f133"}
.fa-fire-extinguisher:before {
content: "\f134"}
.fa-rocket:before {
content: "\f135"}
.fa-maxcdn:before {
content: "\f136"}
.fa-chevron-circle-left:before {
content: "\f137"}
.fa-chevron-circle-right:before {
content: "\f138"}
.fa-chevron-circle-up:before {
content: "\f139"}
.fa-chevron-circle-down:before {
content: "\f13a"}
.fa-html5:before {
content: "\f13b"}
.fa-css3:before {
content: "\f13c"}
.fa-anchor:before {
content: "\f13d"}
.fa-unlock-alt:before {
content: "\f13e"}
.fa-bullseye:before {
content: "\f140"}
.fa-ellipsis-h:before {
content: "\f141"}
.fa-ellipsis-v:before {
content: "\f142"}
.fa-rss-square:before {
content: "\f143"}
.fa-play-circle:before {
content: "\f144"}
.fa-ticket:before {
content: "\f145"}
.fa-minus-square:before {
content: "\f146"}
.fa-minus-square-o:before {
content: "\f147"}
.fa-level-up:before {
content: "\f148"}
.fa-level-down:before {
content: "\f149"}
.fa-check-square:before {
content: "\f14a"}
.fa-pencil-square:before {
content: "\f14b"}
.fa-external-link-square:before {
content: "\f14c"}
.fa-share-square:before {
content: "\f14d"}
.fa-compass:before {
content: "\f14e"}
.fa-toggle-down:before, .fa-caret-square-o-down:before {
content: "\f150"}
.fa-toggle-up:before, .fa-caret-square-o-up:before {
content: "\f151"}
.fa-toggle-right:before, .fa-caret-square-o-right:before {
content: "\f152"}
.fa-euro:before, .fa-eur:before {
content: "\f153"}
.fa-gbp:before {
content: "\f154"}
.fa-dollar:before, .fa-usd:before {
content: "\f155"}
.fa-rupee:before, .fa-inr:before {
content: "\f156"}
.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
content: "\f157"}
.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
content: "\f158"}
.fa-won:before, .fa-krw:before {
content: "\f159"}
.fa-bitcoin:before, .fa-btc:before {
content: "\f15a"}
.fa-file:before {
content: "\f15b"}
.fa-file-text:before {
content: "\f15c"}
.fa-sort-alpha-asc:before {
content: "\f15d"}
.fa-sort-alpha-desc:before {
content: "\f15e"}
.fa-sort-amount-asc:before {
content: "\f160"}
.fa-sort-amount-desc:before {
content: "\f161"}
.fa-sort-numeric-asc:before {
content: "\f162"}
.fa-sort-numeric-desc:before {
content: "\f163"}
.fa-thumbs-up:before {
content: "\f164"}
.fa-thumbs-down:before {
content: "\f165"}
.fa-youtube-square:before {
content: "\f166"}
.fa-youtube:before {
content: "\f167"}
.fa-xing:before {
content: "\f168"}
.fa-xing-square:before {
content: "\f169"}
.fa-youtube-play:before {
content: "\f16a"}
.fa-dropbox:before {
content: "\f16b"}
.fa-stack-overflow:before {
content: "\f16c"}
.fa-instagram:before {
content: "\f16d"}
.fa-flickr:before {
content: "\f16e"}
.fa-adn:before {
content: "\f170"}
.fa-bitbucket:before {
content: "\f171"}
.fa-bitbucket-square:before {
content: "\f172"}
.fa-tumblr:before {
content: "\f173"}
.fa-tumblr-square:before {
content: "\f174"}
.fa-long-arrow-down:before {
content: "\f175"}
.fa-long-arrow-up:before {
content: "\f176"}
.fa-long-arrow-left:before {
content: "\f177"}
.fa-long-arrow-right:before {
content: "\f178"}
.fa-apple:before {
content: "\f179"}
.fa-windows:before {
content: "\f17a"}
.fa-android:before {
content: "\f17b"}
.fa-linux:before {
content: "\f17c"}
.fa-dribbble:before {
content: "\f17d"}
.fa-skype:before {
content: "\f17e"}
.fa-foursquare:before {
content: "\f180"}
.fa-trello:before {
content: "\f181"}
.fa-female:before {
content: "\f182"}
.fa-male:before {
content: "\f183"}
.fa-gittip:before, .fa-gratipay:before {
content: "\f184"}
.fa-sun-o:before {
content: "\f185"}
.fa-moon-o:before {
content: "\f186"}
.fa-archive:before {
content: "\f187"}
.fa-bug:before {
content: "\f188"}
.fa-vk:before {
content: "\f189"}
.fa-weibo:before {
content: "\f18a"}
.fa-renren:before {
content: "\f18b"}
.fa-pagelines:before {
content: "\f18c"}
.fa-stack-exchange:before {
content: "\f18d"}
.fa-arrow-circle-o-right:before {
content: "\f18e"}
.fa-arrow-circle-o-left:before {
content: "\f190"}
.fa-toggle-left:before, .fa-caret-square-o-left:before {
content: "\f191"}
.fa-dot-circle-o:before {
content: "\f192"}
.fa-wheelchair:before {
content: "\f193"}
.fa-vimeo-square:before {
content: "\f194"}
.fa-turkish-lira:before, .fa-try:before {
content: "\f195"}
.fa-plus-square-o:before {
content: "\f196"}
.fa-space-shuttle:before {
content: "\f197"}
.fa-slack:before {
content: "\f198"}
.fa-envelope-square:before {
content: "\f199"}
.fa-wordpress:before {
content: "\f19a"}
.fa-openid:before {
content: "\f19b"}
.fa-institution:before, .fa-bank:before, .fa-university:before {
content: "\f19c"}
.fa-mortar-board:before, .fa-graduation-cap:before {
content: "\f19d"}
.fa-yahoo:before {
content: "\f19e"}
.fa-google:before {
content: "\f1a0"}
.fa-reddit:before {
content: "\f1a1"}
.fa-reddit-square:before {
content: "\f1a2"}
.fa-stumbleupon-circle:before {
content: "\f1a3"}
.fa-stumbleupon:before {
content: "\f1a4"}
.fa-delicious:before {
content: "\f1a5"}
.fa-digg:before {
content: "\f1a6"}
.fa-pied-piper:before {
content: "\f1a7"}
.fa-pied-piper-alt:before {
content: "\f1a8"}
.fa-drupal:before {
content: "\f1a9"}
.fa-joomla:before {
content: "\f1aa"}
.fa-language:before {
content: "\f1ab"}
.fa-fax:before {
content: "\f1ac"}
.fa-building:before {
content: "\f1ad"}
.fa-child:before {
content: "\f1ae"}
.fa-paw:before {
content: "\f1b0"}
.fa-spoon:before {
content: "\f1b1"}
.fa-cube:before {
content: "\f1b2"}
.fa-cubes:before {
content: "\f1b3"}
.fa-behance:before {
content: "\f1b4"}
.fa-behance-square:before {
content: "\f1b5"}
.fa-steam:before {
content: "\f1b6"}
.fa-steam-square:before {
content: "\f1b7"}
.fa-recycle:before {
content: "\f1b8"}
.fa-automobile:before, .fa-car:before {
content: "\f1b9"}
.fa-cab:before, .fa-taxi:before {
content: "\f1ba"}
.fa-tree:before {
content: "\f1bb"}
.fa-spotify:before {
content: "\f1bc"}
.fa-deviantart:before {
content: "\f1bd"}
.fa-soundcloud:before {
content: "\f1be"}
.fa-database:before {
content: "\f1c0"}
.fa-file-pdf-o:before {
content: "\f1c1"}
.fa-file-word-o:before {
content: "\f1c2"}
.fa-file-excel-o:before {
content: "\f1c3"}
.fa-file-powerpoint-o:before {
content: "\f1c4"}
.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
content: "\f1c5"}
.fa-file-zip-o:before, .fa-file-archive-o:before {
content: "\f1c6"}
.fa-file-sound-o:before, .fa-file-audio-o:before {
content: "\f1c7"}
.fa-file-movie-o:before, .fa-file-video-o:before {
content: "\f1c8"}
.fa-file-code-o:before {
content: "\f1c9"}
.fa-vine:before {
content: "\f1ca"}
.fa-codepen:before {
content: "\f1cb"}
.fa-jsfiddle:before {
content: "\f1cc"}
.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
content: "\f1cd"}
.fa-circle-o-notch:before {
content: "\f1ce"}
.fa-ra:before, .fa-rebel:before {
content: "\f1d0"}
.fa-ge:before, .fa-empire:before {
content: "\f1d1"}
.fa-git-square:before {
content: "\f1d2"}
.fa-git:before {
content: "\f1d3"}
.fa-hacker-news:before {
content: "\f1d4"}
.fa-tencent-weibo:before {
content: "\f1d5"}
.fa-qq:before {
content: "\f1d6"}
.fa-wechat:before, .fa-weixin:before {
content: "\f1d7"}
.fa-send:before, .fa-paper-plane:before {
content: "\f1d8"}
.fa-send-o:before, .fa-paper-plane-o:before {
content: "\f1d9"}
.fa-history:before {
content: "\f1da"}
.fa-genderless:before, .fa-circle-thin:before {
content: "\f1db"}
.fa-header:before {
content: "\f1dc"}
.fa-paragraph:before {
content: "\f1dd"}
.fa-sliders:before {
content: "\f1de"}
.fa-share-alt:before {
content: "\f1e0"}
.fa-share-alt-square:before {
content: "\f1e1"}
.fa-bomb:before {
content: "\f1e2"}
.fa-soccer-ball-o:before, .fa-futbol-o:before {
content: "\f1e3"}
.fa-tty:before {
content: "\f1e4"}
.fa-binoculars:before {
content: "\f1e5"}
.fa-plug:before {
content: "\f1e6"}
.fa-slideshare:before {
content: "\f1e7"}
.fa-twitch:before {
content: "\f1e8"}
.fa-yelp:before {
content: "\f1e9"}
.fa-newspaper-o:before {
content: "\f1ea"}
.fa-wifi:before {
content: "\f1eb"}
.fa-calculator:before {
content: "\f1ec"}
.fa-paypal:before {
content: "\f1ed"}
.fa-google-wallet:before {
content: "\f1ee"}
.fa-cc-visa:before {
content: "\f1f0"}
.fa-cc-mastercard:before {
content: "\f1f1"}
.fa-cc-discover:before {
content: "\f1f2"}
.fa-cc-amex:before {
content: "\f1f3"}
.fa-cc-paypal:before {
content: "\f1f4"}
.fa-cc-stripe:before {
content: "\f1f5"}
.fa-bell-slash:before {
content: "\f1f6"}
.fa-bell-slash-o:before {
content: "\f1f7"}
.fa-trash:before {
content: "\f1f8"}
.fa-copyright:before {
content: "\f1f9"}
.fa-at:before {
content: "\f1fa"}
.fa-eyedropper:before {
content: "\f1fb"}
.fa-paint-brush:before {
content: "\f1fc"}
.fa-birthday-cake:before {
content: "\f1fd"}
.fa-area-chart:before {
content: "\f1fe"}
.fa-pie-chart:before {
content: "\f200"}
.fa-line-chart:before {
content: "\f201"}
.fa-lastfm:before {
content: "\f202"}
.fa-lastfm-square:before {
content: "\f203"}
.fa-toggle-off:before {
content: "\f204"}
.fa-toggle-on:before {
content: "\f205"}
.fa-bicycle:before {
content: "\f206"}
.fa-bus:before {
content: "\f207"}
.fa-ioxhost:before {
content: "\f208"}
.fa-angellist:before {
content: "\f209"}
.fa-cc:before {
content: "\f20a"}
.fa-shekel:before, .fa-sheqel:before, .fa-ils:before {
content: "\f20b"}
.fa-meanpath:before {
content: "\f20c"}
.fa-buysellads:before {
content: "\f20d"}
.fa-connectdevelop:before {
content: "\f20e"}
.fa-dashcube:before {
content: "\f210"}
.fa-forumbee:before {
content: "\f211"}
.fa-leanpub:before {
content: "\f212"}
.fa-sellsy:before {
content: "\f213"}
.fa-shirtsinbulk:before {
content: "\f214"}
.fa-simplybuilt:before {
content: "\f215"}
.fa-skyatlas:before {
content: "\f216"}
.fa-cart-plus:before {
content: "\f217"}
.fa-cart-arrow-down:before {
content: "\f218"}
.fa-diamond:before {
content: "\f219"}
.fa-ship:before {
content: "\f21a"}
.fa-user-secret:before {
content: "\f21b"}
.fa-motorcycle:before {
content: "\f21c"}
.fa-street-view:before {
content: "\f21d"}
.fa-heartbeat:before {
content: "\f21e"}
.fa-venus:before {
content: "\f221"}
.fa-mars:before {
content: "\f222"}
.fa-mercury:before {
content: "\f223"}
.fa-transgender:before {
content: "\f224"}
.fa-transgender-alt:before {
content: "\f225"}
.fa-venus-double:before {
content: "\f226"}
.fa-mars-double:before {
content: "\f227"}
.fa-venus-mars:before {
content: "\f228"}
.fa-mars-stroke:before {
content: "\f229"}
.fa-mars-stroke-v:before {
content: "\f22a"}
.fa-mars-stroke-h:before {
content: "\f22b"}
.fa-neuter:before {
content: "\f22c"}
.fa-facebook-official:before {
content: "\f230"}
.fa-pinterest-p:before {
content: "\f231"}
.fa-whatsapp:before {
content: "\f232"}
.fa-server:before {
content: "\f233"}
.fa-user-plus:before {
content: "\f234"}
.fa-user-times:before {
content: "\f235"}
.fa-hotel:before, .fa-bed:before {
content: "\f236"}
.fa-viacoin:before {
content: "\f237"}
.fa-train:before {
content: "\f238"}
.fa-subway:before {
content: "\f239"}
.fa-medium:before {
content: "\f23a"}
@media screen and (max-width:1400px) {
.internationalClient .owl-controls .owl-prev {
left: -70px;
}
.internationalClient .owl-controls .owl-next {
right: -70px;
}
}@media screen and (max-width:1300px) {
.internationalClient .owl-controls .owl-prev {
left: -40px;
}
.internationalClient .owl-controls .owl-next {
right: -40px;
}
}@media screen and (max-width:1200px) {
.globalNetwork, .videoRow .box .play {
background-size: 100%}
.innerBanner .overlay .bannerInfo {
padding-top: 40px;
}
.certification h2 {
margin-top: 49px;
}
.videoRow .box .play {
width: 60px;
height: 60px;
}
.commonImgListViewBlue .leftCol .inner, .commonImgListViewBlue2 .leftCol .inner, .commonImgListViewWhite .rightCol .inner, .commonImgListViewWhite2 .rightCol .inner, .photoRow .contentCol {
width: 100%}
.videoRow .box h2 {
font-size: 19px;
line-height: 23px;
}
.photoRow .rightCol {
padding: 0 40px;
}
.internationalClient .owl-controls .owl-prev {
left: 0;
}
.internationalClient .owl-controls .owl-next {
right: 0;
}
.tabNav li a {
padding: 35px 20px;
}
.commonImgListViewBlue .leftCol, .commonImgListViewBlue2 .leftCol, .commonImgListViewWhite .rightCol, .commonImgListViewWhite2 .rightCol {
padding: 0 15px;
}
}@media screen and (max-width:1024px) {
.menu, .menu>ul>li>ul>li {
width: 100%;
margin-top: 0;
}
.menu ul li, .menu>ul, .menu>ul>li:nth-child(2), .menu>ul>li>ul {
position: relative;
}
.menu>ul li ul li a:hover, .menu>ul li ul li:hover>a, .menu>ul>li>ul.normal-sub li a, .menu>ul>li>ul.normal-sub li a:hover, .menu>ul>li>ul>li>a:first-child {
color: #fff;
}
.container {
max-width: 800px;
}
#header {
padding: 20px 0 0;
transition: all 0s linear 0s;
-webkit-transition: all 0s linear 0s;
}
#header .container {
padding: 0;
max-width: 100%}
#logo {
width: 100%;
text-align: center;
}
.menu {
background: #028496;
}
.menu>ul>li>ul, .menu>ul>li>ul.normal-sub {
background: #199bad;
box-shadow: 0 0 0 #000;
}
.menu-container {
width: 100%}
.menu-dropdown-icon-sub:before, .menu-dropdown-icon:before, .menu-mobile {
display: block;
}
.menu>ul {
display: none;
}
.menu .show-on-mobile, .menu>ul>li, .menu>ul>li a {
display: block;
}
.menu>ul>li:nth-child(2)>ul {
width: 100%;
left: 0;
right: 0;
}
.menu>ul>li {
width: 100%;
float: none;
}
.menu>ul>li a {
padding: 8px 15px;
width: 100%;
color: #fff;
}
.menu>ul>li>ul {
border: 0;
}
.menu>ul>li>ul.normal-sub {
width: 100%;
margin: 0;
padding: 0;
}
.menu>ul>li>ul>li {
float: none;
border-left: 0;
}
.menu>ul>li>ul>li:first-child {
margin: 0;
}
.menu>ul>li>ul>li>ul {
position: relative;
margin: 0;
}
.menu>ul>li>ul>li>ul>li {
float: none;
}
.commonGallery p br, .globalNetwork p br {
float: left;
}
.menu>ul>li>ul>li>ul, .productsList .productBox .overlay h3, .productsList .productBox .overlay ul li a:after, a.meanmenu-reveal {
display: none;
}
.menu>ul>li a, .menu>ul>li>ul.normal-sub>li a, .menu>ul>li>ul>li>a:first-child, .menu>ul>li>ul>li>ul>li a {
border-bottom: 1px dotted #fff;
}
.menu>ul>li a:hover, .menu>ul>li>ul.normal-sub>li a:hover, .menu>ul>li>ul>li>a:first-child:hover, .menu>ul>li>ul>li>ul>li a:hover {
background: #158b9b;
}
.show-on-mobile {
border-top: 1px dotted #fff;
}
.menu>ul>li>ul, .menu>ul>li>ul>li {
padding: 0;
}
.menu>ul>li>ul>li>a:first-child {
font-size: 16px;
padding: 8px 25px;
}
.menu>ul>li>ul>li>ul>li a {
padding: 8px 35px;
}
.aboutFC h2, .boxLarge h2, .boxSmall h2, .certification h2 {
font-size: 35px;
line-height: 35px;
}
.certification {
padding: 15px;
}
.certification ul li {
padding: 0;
}
.awardRow {
padding: 20px 0 0;
}
#footer, .aboutFC {
padding: 20px 0;
}
.aboutFC h2 {
margin-bottom: 10px;
}
.aboutFC p {
margin-bottom: 20px;
}
#footer p {
padding: 6px 0 0;
}
.productList .owl-controls {
visibility: visible;
opacity: 1;
}
.certification h2 {
margin: 9px 0 0;
}
.innerBanner .overlay p, .sliderArea .overlay p {
font-size: 25px;
line-height: 27px;
}
.innerBanner .overlay .bannerInfo {
padding-top: 20px;
}
.sliderArea .overlay .knowMore {
padding: 0 20px;
line-height: 40px;
font-size: 16px;
}
.aboutFC .readMore {
font-size: 18px;
}
#wrapper {
padding: 0;
}
#header {
position: static;
}
.certificationRow, .globalNetwork, .internationalClient, .ourCoreBusiness, .ourCustomer, .photoRow {
padding: 30px 0;
}
.ourCoreBusiness p {
font-size: 32px;
line-height: 41px;
margin: 0;
}
.ourCoBuss-p-to-h1 {
font-size: 32px !important;
line-height: 41px !important;
margin: 0 !important;
}
.ourCoreBusiness .button {
line-height: 59px;
padding: 0 40px;
}
.photoRow .photoCol .title {
padding: 20px 0;
font-size: 18px;
}
.photoRow p {
font-size: 18px;
line-height: 24px;
padding-bottom: 15px;
}
.internationalClient p {
padding-bottom: 30px;
}
.internationalClient .owl-controls .owl-prev {
left: -20px;
}
.internationalClient .owl-controls .owl-next {
right: -20px;
}
.globalNetwork {
height: 350px;
}
.globalNetwork p {
bottom: 15px;
padding: 0 170px;
}
.internationalClient {
background-attachment: inherit;
}
.productNav {
margin-top: 20px;
}
.productNav ul li a {
font-size: 16px;
line-height: 21px;
padding: 10px 8px;
}
.productNav ul li h2 a {
font-size: 16px;
line-height: 21px;
padding: 10px 8px;
}
.productNav ul li h1 a {
font-size: 16px;
line-height: 21px;
padding: 10px 8px;
}
.productNav ul li {
width: 33%}
.productsList {
margin: 20px 0;
}
.productsList .box {
padding: 10px 0;
width: 100%}
.productsList .productBox p {
height: 90px;
margin-bottom: 10px;
}
.productsList .productBox .overlay {
position: static;
opacity: 1;
visibility: visible;
text-align: left;
background: 0 0;
border: 0;
padding: 0;
margin: 0;
}
.commonTab .tabNav, .proFitureNav {
text-align: center;
}
.productsList .productBox .overlay ul li:after {
background: #5d5d5d;
}
.productsList .productBox .overlay ul li:first-child {
padding-left: 0;
}
.productsList .productBox .overlay ul li a {
color: #5d5d5d;
font-size: 14px;
}
.productsList .productBox .overlay ul li a:hover {
color: #2ea3b4;
}
.mean-bar {
width: 100%;
position: relative;
padding: 0;
z-index: 998;
min-height: 40px;
}
a.meanmenu-reveal {
width: 30px;
padding: 0;
position: absolute;
top: 7px;
right: 20px !important;
cursor: pointer;
color: #fff;
text-decoration: none;
text-indent: -9999em;
line-height: 22px;
font-size: 1px;
display: block;
font-weight: 700;
}
a.meanmenu-reveal span {
display: block;
background: #fff;
height: 3px;
margin-top: 5px;
}
.menu ul li a.mean-expand {
width: 35px;
height: 35px;
border: 0 !important;
padding: 7px !important;
text-align: center;
position: absolute;
right: 0;
top: 0;
z-index: 2;
font-weight: 400;
font-size: 23px !important;
color: #333 !important;
font-family: Arial, Helvetica, sans-serif;
background: #fff !important;
}
.menuName {
font-size: 16px;
color: #fff;
line-height: 40px;
padding-left: 15px;
}
#navbar-wrap {
margin: 20px 0 0;
width: 100%;
padding: 0;
max-width: 100%;
position: static;
background: #00788a;
float: left;
}
.menu>ul>li:hover ul {
display: none;
}
.productImgArea .leftCol {
width: 100%;
padding: 0;
margin-bottom: 20px;
}
.productImgArea .rightCol {
width: 100%}
.productImgArea h3 {
font-size: 26px;
line-height: 30px;
margin-bottom: 10px;
}
.productImgArea h1 {
font-size: 26px;
line-height: 30px;
margin-bottom: 10px;
}
.productImgArea .devider {
margin: 5px 0 20px;
}
.productImgArea {
margin: 25px 0 0;
}
.tabNav li a {
padding: 10px 8px;
font-size: 16px;
}
.resTab .tabContent {
padding: 15px 0;
}
.featuresBenefits {
background: 0 0;
}
.productVideoGallery {
padding: 35px 0;
}
.productVideoGallery .productVideo {
max-width: 590px;
}
.productVideoGallery .productVideo iframe {
height: 330px;
}
.commonBoxRow .box h3, .commonBoxRow .box p {
height: auto;
overflow: visible;
}
.spzoom-zoom {
display: none !important;
}
.productImgArea .imgHolder img {
max-width: 100%}
.commonBlueRow, .commonGallery, .commonGrayRow, .commonImgListViewBlue, .commonImgListViewBlue2, .commonImgListViewWhite, .commonImgListViewWhite2, .commonListView, .commonListView2, .commonTab, .commonWhiteRow, .grayRow, .innovativeProducts {
padding: 30px 0;
}
.commonBlueRow h2, .commonGallery h2, .commonGrayRow h2, .commonImgListViewBlue h2, .commonImgListViewBlue2 h2, .commonImgListViewWhite h2, .commonImgListViewWhite2 h2, .commonListView h2, .commonListView2 h2, .commonWhiteRow h2, .innovativeProducts h2 {
font-size: 35px;
line-height: 45px;
margin-bottom: 20px;
}
.commonBlueRow p, .commonGrayRow p, .commonTab p {
font-size: 19px;
line-height: 28px;
padding-bottom: 25px;
}
.commonBlueRow .button, .commonGrayRow .button {
font-size: 18px;
line-height: 42px;
padding: 0 35px;
}
.commonImgListViewBlue ul li, .commonImgListViewBlue2 ul li, .commonImgListViewWhite ul li, .commonImgListViewWhite2 ul li, .commonListView ul li, .commonListView2 ul li {
font-size: 19px;
line-height: 28px;
padding-bottom: 15px;
}
.commonImgListViewBlue ul li, .commonImgListViewBlue2 ul li, .commonImgListViewWhite ul li, .commonImgListViewWhite2 ul li {
text-align: left;
}
.commonImgListViewBlue .leftCol, .commonImgListViewWhite .rightCol {
width: 40%;
padding: 0 20px;
}
.commonImgListViewBlue .rightCol, .commonImgListViewWhite .leftCol {
width: 60%;
padding: 0 20px;
}
.commonImgListViewBlue .rightCol .inner, .commonImgListViewWhite .leftCol .inner {
width: 100%}
.commonImgListViewBlue2 .leftCol, .commonImgListViewWhite2 .rightCol {
width: 40%;
padding: 0 20px;
}
.commonImgListViewBlue2 .rightCol, .commonImgListViewWhite2 .leftCol {
width: 60%;
padding: 0 20px;
}
.commonImgListViewBlue2 .rightCol .inner, .commonImgListViewWhite2 .leftCol .inner {
width: 100%}
.commonBoxList ul li {
width: 50%}
.press-gallery .commonBoxList ul li {
width: 50% !important;
}
.commonBoxList h2 {
font-size: 20px;
line-height: 28px;
margin-bottom: 15px;
}
.innovativeProducts .button {
line-height: 39px;
font-size: 15px;
padding: 0 25px;
}
.commonGallery ul li {
width: 33.33333333%}
.commonBoxRow {
margin: 0;
}
.commonBoxRow li {
padding: 15px 0;
width: 100%}
.commonBoxRow .box {
padding: 15px;
}
.commonBoxRow .box h3 {
font-size: 23px;
}
.commonBoxRow .box .readMore {
font-size: 15px;
}
.commonGallery .galleryBox h3 {
padding: 0;
}
.commonBoxList p {
height: 95px;
}
.footerNav li {
padding: 0 3px;
}
}@media screen and (max-width:900px) {
.mfp-arrow {
-webkit-transform: scale(.75);
transform: scale(.75);
}
.mfp-arrow-left {
-webkit-transform-origin: 0 0;
transform-origin: 0 0;
}
.mfp-arrow-right {
-webkit-transform-origin: 100%;
transform-origin: 100%}
.mfp-container {
padding-left: 6px;
padding-right: 6px;
}
}@media screen and (max-width:800px) {
.aboutFC, .awardRow {
background-attachment: scroll;
}
.boxLarge h2 br, .boxSmall h2 br, .innerBanner .overlay p br, .internationalClient p br, .ourCoreBusiness p br, .ourCustomer p br {
float: left;
}
.footerNav, .innerBanner .overlay, .photoRow .rightCol, .sliderArea .overlay {
text-align: center;
}
.awardRow .leftCol {
width: 100%}
.awardRow .rightCol {
width: 100%;
padding: 0;
}
.certification ul li {
width: 25%}
.awardRow {
background-repeat: repeat;
padding: 15px 0;
}
.videoRow .box h2 {
font-size: 16px;
line-height: 20px;
padding: 5px 10px;
background: rgba(0, 0, 0, .6);
height: 65px;
overflow: hidden;
}
.videoRow .box .play {
width: 40px;
height: 40px;
margin: -44px 0 0 -20px;
}
.searchArea {
top: 0;
}
.innerBanner .overlay p {
padding: 0;
}
.searchArea .topSearch .input {
padding: 10px 68px 10px 20px;
font-size: 19px;
height: 48px;
}
.searchArea .topSearch .searchBtn {
width: 45px;
height: 45px;
background-position: 0 2px;
}
.innerBanner .overlay p, .sliderArea .overlay p {
font-size: 22px;
}
.innerBanner .overlay .bannerInfo, .sliderArea .overlay .slideInfo {
padding: 15px;
width: 100%;
position: absolute;
bottom: 0;
left: 0;
}
.search-large button.button.search-submit {
line-height: 50px;
width: 50px;
font-size: 18px;
}
.search-large input.imd-search {
font-size: 30px;
height: 50px;
line-height: 50px;
}
a.search-close {
background-size: 100%;
width: 25px;
height: 25px;
}
.productList .item p {
font-size: 18px;
height: 200px;
line-height: 24px;
}
.productList .item h3 {
height: auto;
}
.productList, .productList .item {
height: 380px;
}
.aboutFC h2, .boxLarge h2, .boxSmall h2, .certification h2 {
font-size: 30px;
}
.aboutFC p {
font-size: 20px;
line-height: 24px;
}
.video-player .close {
background: url(//www.filter-concept.com/wp-content/themes/filterconcept/css/../images/vid-close.png) no-repeat rgba(0, 0, 0, .6);
top: 5px;
right: 5px;
}
#footer p {
padding-bottom: 15px;
}
#footer p, .socialGroup {
width: 100%;
text-align: center;
}
.innerBanner .overlay .bannerInfo {
padding: 15px 15px 45px;
}
.photoRow .leftCol {
float: none;
margin: 0 auto;
width: 65%}
.photoRow .rightCol {
padding: 20px 30px 0;
width: 100%}
.photoRow .photoCol .title {
padding: 20px 10px;
}
.internationalClient .clientLogoSlider {
padding: 0 40px;
}
.internationalClient .owl-controls .owl-prev {
left: 0;
}
.internationalClient .owl-controls .owl-next {
right: 0;
}
.globalNetwork p {
padding: 0 20px;
}
.enquiryForm ul li {
margin: 0 -10px;
}
.enquiryForm .btnCol, .enquiryForm .fieldCol {
padding: 0 10px;
}
.tabNav li a {
padding: 10px 5px;
}
.footerNav li {
padding: 0 10px;
line-height: 24px;
}
.footerNav li:after {
top: 7px;
}
}@media screen and (max-width:767px) {
.r-tabs .r-tabs-nav {
display: none;
}
.resTab .r-tabs-accordion-title.r-tabs-state-active .r-tabs-anchor {
color: #fff;
}
.resTab .tabContent {
padding: 15px;
border: 1px solid #ccc;
border-top: 0;
}
.proDetailTab {
margin-bottom: 20px;
}
.r-tabs .r-tabs-accordion-title {
display: block;
margin: 8px 0 0;
}
.commonImgListViewBlue .leftCol .imgHolder, .commonImgListViewWhite .rightCol .imgHolder {
max-width: 400px;
margin: 0 auto 20px;
}
.commonImgListViewBlue .rightCol, .commonImgListViewWhite .leftCol {
width: 100%}
.commonImgListViewBlue .leftCol, .commonImgListViewWhite .rightCol {
width: 100%;
text-align: center;
margin-top: 20px;
}
.commonImgListViewBlue2 .leftCol .imgHolder, .commonImgListViewWhite2 .rightCol .imgHolder {
max-width: 400px;
margin: 0 auto 20px;
}
.commonImgListViewBlue2 .rightCol, .commonImgListViewWhite2 .leftCol {
width: 100%}
.commonImgListViewBlue2 .leftCol, .commonImgListViewWhite2 .rightCol {
width: 100%;
text-align: center;
margin-top: 20px;
}
.searchArea {
position: static;
height: 48px;
}
.searchArea .container {
padding: 0;
}
.innerBanner .overlay {
height: auto;
top: auto;
bottom: 10px;
}
.searchArea .topSearch {
width: 100%}
}@media screen and (max-width:700px) {
.search-wrap {
top: 60px;
}
a.search-close {
top: 15px;
right: 15px;
}
.aboutFC h2, .boxLarge h2, .boxSmall h2, .certification h2 {
font-size: 28px;
}
.boxLarge h2, .boxSmall h2 {
padding: 0 0 10px 10px;
}
.boxLarge:hover h2, .boxSmall:hover h2 {
left: 0;
}
.innovativeProducts {
text-align: center;
}
.innovativeProducts .leftCol, .innovativeProducts .rightCol {
width: 100%;
padding: 0;
}
.innovativeProducts .rightCol {
margin-bottom: 15px;
}
.innovativeProducts h2 {
margin-bottom: 10px;
}
.responsiveTable, .responsiveTable td, .responsiveTable td:before, .responsiveTable tr {
display: block;
text-align: left;
border: 0;
}
.responsiveTable, .responsiveTable td:last-child, .responsiveTable tr {
border-bottom: 0;
}
.responsiveTable thead, .responsiveTable tr th {
position: absolute;
top: -1000em;
left: -1000em;
}
.responsiveTable tr {
border: 1px solid #c6c6c6;
border-bottom: 2px solid #c6c6c6;
margin: 0 0 20px;
}
.responsiveTable tr td:nth-child(1) {
border-left: 0;
}
.responsiveTable tr td:last-child {
border-right: 0;
}
.responsiveTable td, .responsiveTable tr:last-child .td {
border-bottom: 1px solid #c6c6c6;
}
.responsiveTable td:before {
font-weight: 700;
padding-right: 20px;
line-height: 27px;
color: #174471;
content: ""attr(data-label)""}
.wob .responsiveTable td:before {
color: #fff;
}
.responsiveTable tbody {
display: block;
}
.responsiveTable tr td {
padding: 5px 10px;
width: auto !important;
}
.responsiveTable tr:first-child {
display: none;
}
}@media screen and (max-width:640px) {
.videoRow .box h2 {
font-size: 15px;
padding: 10px 15px 20px;
height: auto;
line-height: 20px;
}
.videoRow .box .play {
height: 60px;
width: 60px;
margin: -44px 0 0 -30px;
}
.sliderArea .overlay .knowMore {
font-size: 14px;
line-height: 30px;
}
.searchArea .topSearch .input {
font-size: 18px;
padding: 10px 68px 10px 20px;
height: 48px;
}
.searchArea .topSearch .searchBtn {
height: 45px;
width: 45px;
background-position: 0 2px;
}
.searchArea .topSearch {
width: 100%}
.aboutFC, .awardRow {
background-size: auto;
}
.search-large input.imd-search {
width: 80%}
.videoRow .box {
width: 350px;
}
.ourCoreBusiness p {
font-size: 25px;
line-height: 31px;
}
.ourCoBuss-p-to-h1 {
font-size: 25px !important;
line-height: 31px !important;
}
.ourCoreBusiness .button {
line-height: 40px;
padding: 0 20px;
font-size: 20px;
}
.globalNetwork p, .internationalClient p, .ourCustomer p {
font-size: 20px;
line-height: 24px;
}
.globalNetwork {
height: 270px;
}
.ourCustomer p {
padding: 0;
}
.innerBanner .searchArea {
position: relative;
top: 0;
}
.productsList .productBox .overlay ul li a {
font-size: 13px;
}
.productsList .productBox .overlay ul li {
padding: 0 6px;
}
.productNav ul ul li {
padding: 0 5px;
}
.productNav ul ul li:after {
right: -2px;
}
.productNav ul ul li a {
font-size: 14px;
}
.productVideoGallery .productVideo {
max-width: 470px;
}
.productVideoGallery .productVideo iframe {
height: 253px;
}
.productImgArea .proFitureNav ul {
border: 0;
text-align: center;
display: block;
}
.productImgArea .proFitureNav ul li {
display: inline-block;
float: none;
padding: 8px 0;
}
.productImgArea .proFitureNav ul li a {
line-height: 15px;
font-size: 15px;
}
.productImgArea .proFitureNav ul li a:hover, .productImgArea .proFitureNav ul li a:hover .fa {
background: 0 0;
color: #3d9db1;
}
.commonBlueRow, .commonGallery, .commonGrayRow, .commonImgListViewBlue, .commonImgListViewBlue2, .commonImgListViewWhite, .commonImgListViewWhite2, .commonListView, .commonListView2, .commonTab, .commonWhiteRow, .grayRow, .innovativeProducts {
padding: 30px 0;
}
.commonBlueRow h2, .commonGallery h2, .commonGrayRow h2, .commonImgListViewBlue h2, .commonImgListViewBlue2 h2, .commonImgListViewWhite h2, .commonImgListViewWhite2 h2, .commonListView h2, .commonListView2 h2, .commonWhiteRow h2, .innovativeProducts h2 {
font-size: 27px;
line-height: 35px;
margin-bottom: 10px;
}
.commonBlueRow p, .commonGrayRow p, .commonTab p {
font-size: 17px;
line-height: 25px;
padding-bottom: 15px;
}
.commonBlueRow .button, .commonGrayRow .button {
font-size: 16px;
line-height: 35px;
padding: 0 25px;
}
.commonBoxList h2 {
font-size: 16px;
line-height: 24px;
}
.commonBoxList .readMore {
font-size: 15px;
}
.commonGallery ul li {
width: 50%}
.commonBoxRow li {
padding: 10px 0;
}
}@media screen and (max-width:550px) {
.commonBoxList p, .productsList .productBox p {
height: auto;
}
.productsList .productBox .imgHolder {
float: none;
margin: 0 auto 15px;
padding: 0;
}
.productsList .productBox .rightCol {
padding: 0;
text-align: center;
}
.productsList .productBox .overlay {
text-align: center;
}
.productsList .productBox h3 {
font-size: 18px;
padding-bottom: 10px;
}
.productsList .productBox {
padding: 14px;
}
.productNav ul li {
width: 49%}
.commonBoxList ul li {
width: 100%}
.press-gallery .commonBoxList ul li {
width: 100% !important;
}
.innerBanner .overlay {
display: none;
}
}@media screen and (max-width:480px) {
.commonBoxRow .box, .productNav ul ul {
text-align: center;
}
.productList, .productList .item, .productList .item p {
height: auto;
}
.productList .imgHolder {
height: 200px;
line-height: 200px;
}
.boxRow2 {
margin: 0;
padding: 0;
}
.boxSmall {
width: 100%;
padding: 16px 0 0;
}
.awardRow .rightCol {
padding-top: 16px;
}
.innerBanner .overlay p, .sliderArea .overlay p {
font-size: 21px;
line-height: 22px;
padding-bottom: 10px;
}
.search-large input.imd-search {
font-size: 25px;
line-height: 30px;
height: 30px;
}
.search-large button.button.search-submit {
line-height: 40px;
width: 40px;
}
.search-large span.text {
line-height: 60px;
}
.certification ul li {
width: 33.33333333%}
.breadcrumb li, .breadcrumb li a {
font-size: 14px;
}
.breadcrumb li a {
padding-right: 6px;
margin-right: 6px;
}
.internationalClient {
background-size: 100% 100%}
.photoRow .rightCol {
padding: 20px 15px 0;
}
.photoRow .leftCol {
width: 100%;
padding: 0 15px;
}
.photoRow .photoCol .title {
background: rgba(0, 0, 0, .5);
bottom: 5px;
padding: 10px;
}
.enquiryForm ul li {
margin: 0;
}
.enquiryForm .fieldCol {
padding: 0;
width: 100%;
margin-bottom: 10px;
}
.enquiryForm .btnCol {
padding: 0;
}
.productNav ul li {
width: 100%}
.productNav ul li a br {
float: left;
}
.productNav ul li h2 a br {
float: left;
}
.productNav ul li h1 a br {
float: left;
}
.productNav ul ul {
position: static;
padding: 10px 0;
}
.productNav ul ul li a {
line-height: 28px;
}
.productVideoGallery .productVideo {
max-width: 350px;
}
.productVideoGallery .productVideo iframe {
height: 191px;
}
.commonGallery ul {
max-width: 360px;
margin: 0 auto;
}
.commonGallery ul li {
width: 100%}
.commonBoxRow .box .imgHolder {
width: 100%;
float: none;
}
.commonBoxRow .box .rightCol {
padding: 10px 0 0;
}
.commonImgListViewBlue ul li, .commonImgListViewBlue2 ul li, .commonImgListViewWhite ul li, .commonImgListViewWhite2 ul li, .commonListView ul li, .commonListView2 ul li {
padding: 0 0 20px 20px;
}
.commonBoxRow .box h3 {
font-size: 20px;
}
.commonGallery .galleryBox h3 {
height: auto;
}
}@media screen and (max-width:375px) {
.productNav ul ul li: after, .productsList .productBox .overlay ul li:after {
display: none;
}
.certification ul li {
width: 50%}
.sliderArea .overlay .knowMore {
border: 2px solid #fff;
padding: 0 15px;
line-height: 27px;
}
.sliderArea .overlay p {
font-size: 19px;
line-height: 21px;
}
.aboutFC h2, .boxLarge h2, .boxSmall h2, .certification h2 {
font-size: 24px;
}
.aboutFC p {
font-size: 18px;
line-height: 21px;
}
.videoRow .box {
width: 280px;
}
.videoRow .box .play {
height: 30px;
margin: -40px 0 0 -15px;
width: 30px;
}
.productNav ul li, .productNav ul ul li {
width: 100%}
.breadcrumb {
padding: 5px 0;
bottom: -12px;
}
.innerBanner .overlay p {
padding: 0;
font-size: 15px;
line-height: 17px;
}
.productsList .productBox .overlay ul li {
padding: 3px 0;
width: 100%}
.productNav ul {
text-align: left;
}
.productNav ul li a br {
float: left;
}
.productNav ul li a:after {
height: 2px;
bottom: -2px;
}
.productNav ul li a {
border-width: 2px;
padding: 7px 0;
}
.productNav ul li h2 a br {
float: left;
}
.productNav ul li h2 a br {
float: left;
}
.productNav ul li h1 a:after {
height: 2px;
bottom: -2px;
}
.productNav ul li h2 a {
border-width: 2px;
padding: 7px 0;
}
.productNav ul li h1 a {
border-width: 2px;
padding: 7px 0;
}
.productNav ul ul {
text-align: left;
padding: 10px;
}
.productVideoGallery .productVideo {
max-width: 300px;
}
.productVideoGallery .productVideo iframe {
height: 161px;
}
}@media screen and (max-width:1023px) {
#ari-client-sec .icon-item {
margin: 0 34px 38px 0 !important;
}
}@media screen and (max-width:789px) {
#ari-client-sec .icon-item {
margin: 0 19px 38px 0 !important;
}
}@media screen and (max-width:321px) {
#ari-client-sec .icon-item {
margin: 0 18px 22px 0 !important;
}
}.sing-press-title {
margin: 25px 0 20px 0;
}
.sing-press-con-img img {
float: left;
margin: 10px 20px 4px 0;
}
#ari-client-sec .icon-item {
background-color: #fff;
text-align: left;
float: left;
width: 190px;
height: 190px;
line-height: 190px;
padding: 0 30px;
margin: 0 38px 38px 0;
position: relative;
text-align: center;
}
#ari-client-sec .icon-item img {
vertical-align: middle;
display: inline-block;
}
@media only screen and (max-width:767px) {
#ari-client-sec .icon-item {
width: 150px;
height: 150px;
line-height: 150px;
padding: 0 15px;
margin: 0 22px 22px 0;
}
}#ari-client-sec .module__lead-info .container.icon-container {
padding-right: 0;
}
#ari-client-sec .module__lead-info .container {
padding: 40px 20px;
}
#ari-client-sec .module__lead-info header>.container {
max-width: 768px;
padding: 100px 40px 10px 40px;
}
@media only screen and (max-width:767px) {
#ari-client-sec .module__lead-info header>.container {
padding-top: 60px;
}
}@media only screen and (max-width:767px) {
#ari-client-sec .module__lead-info .container {
padding-top: 0;
padding-bottom: 0;
}
}#ari-client-sec .module__lead-info.extra__padding-bottom h2 {
font-weight: 200;
}
#ari-client-sec .extra__padding-bottom {
padding-bottom: 80px !important;
}
@media only screen and (max-width:767px) {
#ari-client-sec .extra__padding-bottom {
padding-bottom: 60px !important;
}
}#ari-client-sec .module__lead-info.extra__padding-bottom h2 {
font-weight: 200;
}
#ari-client-sec .bg-light-grey {
background-color: #f5f5f5 !important;
color: #666 !important;
}
#ari-client-sec .bg-white h2, .bg-white h3, .bg-white p, .bg-white .two-column-item, .bg-grey h2, .bg-grey h3, .bg-grey p, .bg-grey .two-column-item, .bg-light-grey h2, .bg-light-grey h3, .bg-light-grey p, .bg-light-grey .two-column-item {
color: #666 !important;
}
#ari-client-sec .container {
max-width: 1162px;
margin: 0 auto;
}
#ari-client-sec section .container {
padding: 0 20px;
}
#ari-client-sec .container:before, #ari-client-sec .container:after, #ari-client-sec .clearfix:before, #ari-client-sec .clearfix:after {
content: " ";
display: table;
}
#ari-client-sec .container:after, #ari-client-sec .clearfix:after {
clear: both;
}
#ari-client-sec img {
display: block;
max-width: 100%;
height: auto;
}
#ari-client-sec .module__lead-info .client-desc {
color: #666;
font-size: 18px;
font-weight: 400;
line-height: 30px;
text-align: center;
}
.all-form {
text-align: left;
}
.all-form p {
font-size: 18px;
line-height: 33px;
}
.all-form p input[type="text"] {
background-color: #f5f5f5 !important;
border: 0 none !important;
font-size: 15px !important;
height: 40px !important;
padding: 0 10px !important;
width: 300px !important;
}
.all-form p textarea {
background: #f5f5f5 none repeat scroll 0 0;
border: medium none;
font-family: 'source_sans_proregular';
overflow: auto;
font-size: 15px;
font-weight: 400;
padding: 13px 15px;
color: #625e5d;
width: 300px;
height: 105px;
}
.all-form p input[type="submit"] {
background-color: #1a9bae;
border: 0 none;
border-radius: 3px;
color: #fff;
font-size: 15px;
font-weight: 400;
height: auto;
margin: 20px 0;
padding: 13px 15px;
width: auto;
cursor: pointer;
}
.all-form p input[type="reset"] {
background-color: #1a9bae;
border: 0 none;
border-radius: 3px;
color: #fff;
font-size: 15px;
font-weight: 400;
height: auto;
margin: 20px 0;
padding: 13px 15px;
width: auto;
cursor: pointer;
}
.module__generic.search-results {
background-color: #fff !important;
border-top: 1px solid #d9d9d9 !important;
}
.module__generic.search-results .container {
max-width: 1162px !important;
padding: 10px 20px 10px !important;
}
.module__generic.search-results header .container {
float: none !important;
padding-top: 50px !important;
}
.module__generic header .container div {
max-width: 760px !important;
}
.module__generic header h2 {
margin: 0 !important;
line-height: normal;
}
.module__generic h2 {
color: #666 !important;
font-size: 45px !important;
font-weight: 200 !important;
text-align: left !important;
}
.search-term {
color: #999 !important;
}
.module__generic.search-results article {
padding-bottom: 10px !important;
margin-top: 30px;
}
.search-results h4 {
font-size: 18px !important;
font-weight: 400 !important;
margin-bottom: 10px !important;
max-width: 760px !important;
}
.module__generic article a {
color: #199cad !important;
text-decoration: none !important;
}
#cboxTitle {
bottom: 0;
}
.ari-press-single .module__article .container {
padding: 20px 20px 40px;
}
.ari-press-single .container {
margin: 0 auto;
max-width: 1162px;
}
.ari-press-single .module__article header h2 {
margin: 0;
}
.ari-press-single .module__article h2 {
color: #666;
font-size: 33px;
font-weight: bold;
margin-top: 0;
text-align: left;
line-height: normal;
font-family: source_sans_prolight;
}
.ari-press-single .module__article aside {
float: left;
width: 280px;
}
.ari-press-single .module__article aside h4 {
color: #666;
font-size: 21px;
font-weight: 400;
}
.ari-press-single .module__article aside p {
color: #999;
font-size: 21px;
font-weight: 400;
margin: 6px 0 30px;
padding: 0;
}
.ari-press-single .social-fb {
background-image: url(//www.filter-concept.com/wp-content/themes/filterconcept/images/facebook.png);
}
.ari-press-single .social-tw {
background-image: url(//www.filter-concept.com/wp-content/themes/filterconcept/images/twitter.png);
}
.ari-press-single .social-li {
background-image: url(//www.filter-concept.com/wp-content/themes/filterconcept/images/linkedin.png);
}
.ari-press-single .social-em {
background-image: url(//www.filter-concept.com/wp-content/themes/filterconcept/images/google-plus.png);
}
.ari-press-single .share {
background-position: 0 0;
background-repeat: no-repeat;
display: block;
float: left;
height: 32px !important;
margin-right: 5px;
width: 32px !important;
}
.ari-press-single .module__article article {
margin-left: 280px;
padding-bottom: 20px;
}
.ari-press-single .module__article article p {
color: #666;
font-size: 21px;
font-weight: 400;
margin-bottom: 30px;
font-family: source_sans_prolight;
line-height: 30px;
}
.ari-press-single .module__article figure {
margin: 0;
padding: 20px 0 40px;
}
.ari-press-single img {
display: block;
height: auto;
max-width: 100%}
@media only screen and (max-width:1200px) {
.ari-press-single .module__article aside {
float: left;
width: 180px;
}
.ari-press-single .module__article article {
margin-left: 180px;
}
.ari-press-single .module__article h2 {
font-size: 40px;
}
}@media only screen and (max-width:767px) {
.ari-press-single .module__article .container {
padding-bottom: 0;
}
.ari-press-single .module__article aside {
float: none;
width: 100%;
height: 100px;
}
.ari-press-single .module__article aside div {
float: left;
width: 50%}
.ari-press-single .module__article article {
margin-left: 0;
clear: both;
}
.ari-press-single .module__article article p {
font-size: 21px;
}
}@media(-webkit-min-device-pixel-ratio:2), (min-resolution:192dpi), (min-resolution:2dppx) {
.ari-press-single .module__article figcaption {
background-image: url(//www.filter-concept.com/wp-content/themes/filterconcept/images/icon-photo-caption@2x.png);
background-size: 18px 18px;
}
.ari-press-single .social-fb {
background-image: url(//www.filter-concept.com/wp-content/themes/filterconcept/images/facebook.png);
background-size: 25px 18px;
}
.ari-press-single .social-tw {
background-image: url(//www.filter-concept.com/wp-content/themes/filterconcept/images/twitter.png);
background-size: 36px 18px;
}
.ari-press-single .social-li {
background-image: url(//www.filter-concept.com/wp-content/themes/filterconcept/images/linkedin.png);
background-size: 40px;
}
.ari-press-single .social-em {
background-image: url(//www.filter-concept.com/wp-content/themes/filterconcept/images/google-plus.png);
background-size: 32px 18px;
}
}@media only screen and (min-width:701px) {
.all-form p {
display: inline-table;
width: 48%}
}.widget-area .widget-title {
font-size: 25px;
font-weight: bold;
padding-bottom: 15px;
padding-top: 15px;
}
.widget-area ul li a {
font-size: 18px;
line-height: 27px;
}
.blog-container {
padding-top: 80px;
}
.blog-container .main-row {
width: 100%;
display: inline-flex;
}
.main-row .blog-list {
width: 100%;
padding-bottom: 20px;
}
.blog-list .blog-title {
color: #199cad;
font-size: 28px;
line-height: 28px;
margin-bottom: 14px;
font-family: source_sans_prolight;
}
.blog-list .readMore {
color: #199cad;
font-size: 18px;
text-decoration: underline;
padding-bottom: 20px;
font-family: source_sans_prosemibold;
float: right;
padding-right: 50px;
}
.main-row .sidebar {
width: 30%;
margin-left: 10px;
}
.blog-short-content {
color: #666;
font-family: source_sans_prolight;
font-size: 21px;
font-weight: 400;
line-height: 30px;
margin-bottom: 30px;
}
.ari-press-single .module__article .blog-single {
padding: 25px 20px 1px;
}
.blog-title a {
color: #666;
font-family: source_sans_prolight;
font-size: 33px;
font-weight: bold;
line-height: normal;
}
.blog-category-title {
padding-bottom: 20px;
line-height: normal;
}
.blog-archive-title {
padding-bottom: 20px;
line-height: normal;
}
#recent-posts-2, #categories-2, #tag_cloud-2, #archives-2 {
margin-bottom: 20px;
}
.tagcloud a {
font-size: 18px !important;
}
.ari-press-single {
min-height: 550px;
}
.side-bar-position {
display: table !important;
}
.side-bar-position .change-posite {
display: table-footer-group !important;
}
@media only screen and (max-width:700px) {
.main-row {
display: inline-block !important;
}
.main-row .sidebar {
width: 100% !important;
}
}@media only screen and (max-width:350px) {
.change-posite h4 {
font-size: 15px !important;
}
}.wp-pagenavi {
margin-top: 30px;
line-height: normal;
}
.white-bg {
background: #fff !important;
}
.icon-container article {
border: 1px solid #e8e8e8;
}
.award-year {
font-weight: bold;
padding-bottom: 5px;
}
.mobile-table table tbody tr td {
font-size: 22px;
font-family: source_sans_prolight;
}
.serch-res-sty {
padding-top: 50px;
padding-bottom: 30px;
}
.search-result-content .no-break {
display: none;
}
.site-map li {
text-align: left;
}
.site-map ul li ul li ul li a {
font-size: 18px;
}
.site-map ul li ul li a {
font-size: 18px;
font-weight: bold;
}
.site-map .product-class ul li a {
font-size: 20px;
font-weight: bold;
}
.site-map .product-class ul li ul li a {
font-size: 18px;
font-weight: bold;
}
.site-map ul li a {
font-size: 22px;
font-weight: bold;
}
.commonGrayRow .site-map ul {
padding-bottom: 1px;
}
.site-map ul {
overflow: hidden;
}
.site-map li {
width: 50%;
line-height: 1.5em;
float: left;
display: inline;
}
.site-map ul li {
width: 100%}
.site-map ul li ul li {
width: 50%}
.site-map .product-class ul li {
width: 100%}
.site-map .product-class ul li ul li {
width: 50%}
.site-map-main .commonGrayRow {
padding-top: 1px !important;
}
.sitemap-top-coman .ourCoreBusiness {
padding-bottom: 1px !important;
}
.site-map .site-map-menu .menu-item-530 {
display: none;
}
.commonBoxList h2 {
height: 100px !important;
margin-bottom: 0 !important;
font-size: 24px !important;
}
.productImgArea p {
color: #3d3d3d !important;
}
.all-form .captcha {
width: 48%}
@media only screen and (min-width:701px) {
.all-form .resume {
float: right;
}
}@media only screen and (min-width:701px) and (max-width:1024px) {
.all-form .resume {
margin-right: 32px;
}
}@media only screen and (min-width:1025px) {
.all-form .resume {
margin-right: 45px;
}
}@media only screen and (min-width:1025px) {
.wp-pagenavi {
padding-left: 20px;
}
}.home-read-more {
display: table !important;
margin: 0 auto !important;
padding-top: 40px !important;
}
.h2-to-h1 {
color: #199cad;
font-family: lane_-_narrowregular;
font-size: 55px;
line-height: 65px;
margin-bottom: 25px;
}
.boxLarge h4, .boxSmall h4 {
font-family: lane_-_narrowregular;
bottom: 0;
color: #fff;
font-size: 37px;
left: 0;
line-height: 37px;
padding-bottom: 10px;
padding-left: 35px;
padding-right: 0;
padding-top: 0;
position: absolute;
transition-delay: 0s;
transition-duration: .2s;
transition-property: all;
transition-timing-function: linear;
}
.certification h4 {
font-family: lane_-_narrowregular;
color: #4f4c4d;
float: left;
font-size: 55px;
line-height: 60px;
margin-top: 58px;
text-align: center;
width: 100%}
.aboutFC h4, .aboutFC h1, .aboutFC h2 {
font-family: lane_-_narrowregular;
color: #fff;
font-size: 55px;
line-height: 65px;
margin-bottom: 30px;
}
.aboutFC .inner1 {
margin: 0 auto;
width: 100%}
.aboutFC .inner1 p {
margin-bottom: 25px !important;
}
.enquiryForm h4 {
border-bottom-color: #ccc;
border-bottom-style: solid;
border-bottom-width: 1px;
color: #199bae;
font-family: source_sans_prosemibold;
font-size: 25px;
line-height: 32px;
margin-bottom: 20px;
padding-bottom: 10px;
}
.display-inline-class {
display: inline;
}
.ourCoBuss-p-to-h1 {
font-family: lane_-_narrowregular;
color: #199cad;
font-size: 55px;
line-height: 70px;
margin-bottom: 40px;
}
.photoRow .photoCol .title h1 {
font-family: source_sans_prolight;
bottom: 0;
color: #fff;
font-size: 22px;
left: 0;
padding-bottom: 40px;
padding-left: 0;
padding-right: 0;
padding-top: 40px;
position: absolute;
text-align: center;
text-shadow: 2px 2px #000;
width: 100%}
.mobile-table h2 {
font-family: source_sans_prolight;
font-size: 22px;
color: #625e5d;
margin: 0;
padding: 0;
line-height: normal;
}
.down-h2-table table tr td h2 {
font-family: 'Open Sans';
font-size: 15px;
color: #625e5d;
margin: 0;
padding: 0;
line-height: normal;
}
.container .search-res-no-found {
text-align: center !important;
padding: 20px;
}
.sep-ul-p-font-set ol li {
font-family: source_sans_prolight;
font-size: 21px;
font-weight: 400;
line-height: 30px;
}
.sep-ul-p-font-set p {
padding-top: 6px;
padding-bottom: 30px;
}
.incress-font-size p {
font-size: 18px !important;
}
article .press-gallery ul li {
background: none !important;
}
#habla_window_div {
right: 145px !important;
}
#glt-translate-trigger {
padding: 7px 20px !important;
}
.blog-sing-h1-title {
color: #666;
font-family: source_sans_prolight;
font-size: 33px;
font-weight: bold;
line-height: normal;
text-align: left;
}
.container article ol li {
font-family: source_sans_prolight;
font-size: 18px;
line-height: 1.5;
list-style-type: block;
}
.container article ol li {
padding-bottom: 6px;
padding-left: 10px;
padding-right: 0;
padding-top: 6px;
}
.container article ol {
padding-inline-start: 20px;
margin-bottom: 20px;
}
@media screen and (min-width:1024px) {
.app-two-column-menu: hover .sub-menu {
display: inline-block;
width: 500px !important;
}
.app-two-column-menu:hover .sub-menu li {
width: 50% !important;
}
.app-two-column-menu:hover .sub-menu li:nth-child(even) {
float: right;
}
.grayRow .commonBoxRow .box {
min-height: 182px !important;
}
}.footerNav li {
padding-right: 2px;
}
#glt-translate-trigger {
margin-right: 180px !important;
}
.marquee {
font-size: 18px;
padding: 7px 0 10px;
}
.sep {
padding: 0 15px;
}
.ari-press-single .module__article h1 {
color: #666;
font-family: source_sans_prolight;
font-size: 33px;
font-weight: bold;
line-height: normal;
margin-top: 0;
text-align: left;
}
.breadcrumb li h1 {
color: #fff;
display: inline-block;
font-size: 18px;
}
.mainhone, .commonGrayRow h1 {
color: #199cad;
font-family: lane_-_narrowregular;
font-size: 55px;
line-height: 65px;
margin-bottom: 25px;
}
.btn1 {
background-color: #1a9bae;
border: 0 none;
border-radius: 3px;
color: #fff;
cursor: pointer;
font-size: 15px;
font-weight: 400;
height: auto;
margin: 20px 0;
padding: 13px 15px;
width: auto;
}
.footermenusection {
border-top: 1px solid #ccc;
}
.footermenusection h2 {
font-size: 18px;
padding: 0;
margin: 0;
font-family: source_sans_proregular;
color: #625e5d;
line-height: normal;
}
.footer-menu3 .footer-menu {
display: inline-table;
width: 100%}
.footer-menu3 .footer-menu ul {
padding-bottom: 0;
}
.footer-menu3 .footer-menu ul li {
background: none;
line-height: normal;
padding: 4px 0 4px 0;
}
@media only screen and (min-width:701px) {
.footer-menu3 .footer-menu {
display: inline-table;
width: 24%}
}.footer-menu {
padding: 0 10px;
}
.ulp-window-bottom-left {
bottom: 22px !important;
left: 16px !important;
}
.sliderArea .overlay h3 {
color: #fff;
font-family: lane_-_narrowregular;
font-size: 50px;
line-height: 60px;
padding-bottom: 20px;
}
.videoRow .box h3 {
background: rgba(0, 0, 0, 0) url(//www.filter-concept.com/wp-content/themes/filterconcept/css/../images/video-bg.png) repeat-x scroll 0 bottom;
bottom: 0;
color: #fff;
font-size: 21px;
left: 0;
line-height: 30px;
padding: 20px 10px;
position: absolute;
text-align: center;
width: 100%}
.exibition .tableRowOdd, .exibition tr:nth-child(2n+1) td {
background-color: #ededef !important;
}
.exibition {
background-color: #ededef !important;
}
.wpcf7-date {
border: 1px solid #625e5d !important;
border-radius: 0 !important;
background: #fff !important;
padding: 0 12px !important;
line-height: 33px !important;
color: #625e5d !important;
height: 35px !important;
}
#glt-toolbar {
display: none;
}
#glt-translate-trigger {
position: fixed;
bottom: 0;
top: auto;
right: 20px;
z-index: 200002;
padding: 6px 20px 3px;
font-size: 16px;
font-family: Arial;
font-weight: 700;
color: #fff;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
text-decoration: none;
text-align: center;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
-webkit-border-top-left-radius: 5px;
-webkit-border-top-right-radius: 5px;
-moz-border-top-left-radius: 5px;
-moz-border-top-right-radius: 5px;
box-shadow: 0 0 9px rgba(0, 0, 0, 0.3) -webkit-box-shadow:0 0 9px rgba(0, 0, 0, 0.3);
-moz-box-shadow: 0 0 9px rgba(0, 0, 0, 0.3);
box-sizing: content-box !important;
-webkit-box-sizing: content-box !important;
-moz-box-sizing: content-box !important;
background: linear-gradient(center top, #fbb450, #f89406);
background: -webkit-gradient(linear, center top, center bottom, from(#fbb450), to(#f89406));
background: -webkit-linear-gradient(#fbb450, #f89406);
background: -moz-linear-gradient(#fbb450, #f89406);
background: -o-linear-gradient(#fbb450, #f89406);
background: -ms-linear-gradient(#fbb450, #f89406);
background: linear-gradient(#fbb450, #f89406);
background: -o-linear-gradientcenter(center top, #fbb450, #f89406);
}
.tool-container {
background-color: #d0cbcb;
background: -webkit-gradient(linear, left top, left bottom, color-stop(14%, #d0cbcb), color-stop(100%, #e9e5e5));
background: -moz-linear-gradient(top, #d0cbcb 14%, #e9e5e5 100%);
background: -ms-linear-gradient(top, #d0cbcb 14%, #e9e5e5 100%);
background: linear-gradient(to bottom, #d0cbcb 14%, #e9e5e5 100%);
background: url(data:image/svg+xml;
base64, PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxNCUiIHN0b3AtY29sb3I9IiNkMGNiY2IiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZTllNWU1IiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d0cbcb', endColorstr='#e9e5e5', GradientType=0);
background-size: 100% 100%;
border-radius: 3px;
box-shadow: 0 0 15px #000;
position: absolute;
}
.tool-container.tool-top, .tool-container.tool-bottom {
border-bottom: 1px solid #beb8b8;
}
.tool-items {
height: 100%}
.tool-top .tool-item, .tool-bottom .tool-item {
float: left;
}
.tool-left .tool-item, .tool-right .tool-item {
height: 34px;
border-top: 1px solid #e2dfdf;
border-bottom: 1px solid #9f9898;
}
.tool-item {
height: 100%;
display: block;
width: 34px;
text-align: center;
}
.tool-item:first-child {
border-left: 0;
}
.tool-left .tool-item:first-child, .tool-right .tool-item:first-child {
border-top: 1px solid transparent;
}
.tool-item:last-child {
border-right: 0;
border-bottom: 0;
}
.tool-item.selected, .tool-item:hover {
background: #a79f9f;
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #a79f9f), color-stop(93%, #e2dfdf));
background: -moz-linear-gradient(top, #a79f9f 0, #e2dfdf 93%);
background: -ms-linear-gradient(top, #a79f9f 0, #e2dfdf 93%);
background: linear-gradient(to bottom, #a79f9f 0, #e2dfdf 93%);
background: url(data:image/svg+xml;
base64, PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2E3OWY5ZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjkzJSIgc3RvcC1jb2xvcj0iI2UyZGZkZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a79f9f', endColorstr='#e2dfdf', GradientType=0);
}
.tool-top .tool-item:last-child:hover, .tool-bottom .tool-item:last-child:hover {
border-top-right-radius: 4px;
border-bottom-right-radius: 4px;
}
.tool-top .tool-item:first-child:hover, .tool-bottom .tool-item:first-child:hover {
border-top-left-radius: 4px;
border-bottom-left-radius: 4px;
}
.tool-left .tool-item:last-child:hover, .tool-right .tool-item:last-child:hover {
border-bottom-right-radius: 4px;
border-bottom-left-radius: 4px;
}
.tool-left .tool-item:first-child:hover, .tool-right .tool-item:first-child:hover {
border-top-right-radius: 4px;
border-top-left-radius: 4px;
}
.tool-container .arrow {
width: 0;
height: 0;
position: absolute;
border-width: 7px;
border-style: solid;
}
.tool-container.tool-top .arrow {
border-color: #e9e5e5 transparent transparent;
left: 50%;
bottom: -14px;
margin-left: -7px;
}
.tool-container.tool-bottom .arrow {
border-color: transparent transparent #e9e5e5;
left: 50%;
top: -14px;
margin-left: -7px;
}
.tool-container.tool-left .arrow {
border-color: transparent transparent transparent #e9e5e5;
top: 50%;
right: -14px;
margin-top: -7px;
}
.tool-container.tool-right .arrow {
border-color: transparent #e9e5e5 transparent transparent;
top: 50%;
left: -14px;
margin-top: -7px;
}
.demo-link {
color: #89cde4;
text-decoration: underline;
cursor: pointer;
margin-left: 30px;
}
.demo-link:hover {
text-decoration: none;
cursor: pointer;
}
#glt-footer, #glt-footer #google_language_translator {
display: none !important;
}
.box-right {
clear: right;
}
a.wp-studio-logo:focus, a.wp-helpdesk-logo:focus {
box-shadow: none !important;
-webkit-box-shadow: none !important;
-moz-box-shadow: none !important;
}
.goog-te-gadget-simple {
margin: 4px 0;
}
select.goog-te-combo {
width: 143px !important;
background: #fff;
box-shadow: none !important;
-moz-box-shadow: none !important;
-webkit-box-shadow: none !important;
padding: 3px !important;
height: auto !important;
border: 1px solid lightgray !important;
border-radius: 0 !important;
-webkit-border-radius: 0;
-moz-border-radius: 0 !important;
-o-border-radius: 0 !important;
}
#flags {
overflow: hidden;
}
#flags ul {
margin: 0;
}
#flags li {
float: left !important;
margin-bottom: 0 !important;
padding: 0 !important;
border: 0 !important;
list-style: none !important;
content: none !important;
}
#flags li:before {
content: none !important;
border: 0 !important;
background: none !important;
}
#flags a, .tool-container .tool-items a {
cursor: pointer;
}
#flags.size24 a {
width: 24px !important;
height: 18px !important;
}
#flags.size22 a {
width: 22px !important;
height: 17px !important;
}
#flags.size20 a {
width: 20px !important;
height: 14px !important;
}
#flags.size18 a {
width: 18px !important;
height: 14px !important;
}
#flags.size16 a {
width: 16px !important;
height: 12px !important;
}
.tool-container .tool-items a {
display: inline-block;
margin: 3px 5px 3px;
width: 24px !important;
height: 18px !important;
}
.goog-te-gadget {
color: #444;
font-size: 11px;
font-family: "Arial", sans, sans-serif;
}
.goog-te-gadget img {
vertical-align: middle;
}
select.goog-te-combo:focus {
box-shadow: none !important;
-moz-box-shadow: none !important;
-webkit-box-shadow: none !important;
}
.metabox-holder {
width: 65%;
float: left;
}
.metabox-holder h2 {
margin-bottom: 18px;
}
.submit {
padding: 0;
}
.form-table th {
width: 50%}
td.advanced {
padding-top: 0;
padding-bottom: 0;
}
p.hello {
font-size: 12px;
color: darkgray;
}
.flag {
padding: 1px 0;
}
a.nturl {
cursor: pointer;
}
.flag img, .alt_flag img {
border: 0 !important;
margin-top: 2px !important;
padding: 0 !important;
}
.attribution {
width: 152px;
line-height: 1em;
margin-top: 4px;
}
span.goog-branding {
font-size: 11px;
font-family: arial;
color: #666;
white-space: nowrap;
padding-top: 4px;
text-align: left;
width: 150px;
margin-top: 2px;
left: 170px;
z-index: 9999;
float: right;
}
.goog-logo-link, .goog-logo-link:link, .goog-logo-link:visited, .goog-logo-link:hover, .goog-logo-link:active {
font-size: 12px;
font-weight: bold;
color: #444;
text-decoration: none;
line-height: .8em;
}
span.goog-branding img {
float: left;
margin: 0;
width: 37px;
}
span.vertical-translator {
position: auto;
float: none !important;
font-size: 11px;
font-family: arial;
color: #666;
white-space: nowrap;
vertical-align: middle;
padding-top: 4px;
text-align: left;
width: 150px;
margin-top: 2px;
right: -50px;
z-index: 9999;
}
.tool-container .tool-items .flag img {
width: 24px !important;
height: 24px !important;
margin-top: 1px !important;
}
.tool-items .flag {
padding: 0 !important;
}
.tool-container {
line-height: 1;
}
#footer-instance {
display: none !important;
}
code {
border: 1px solid lightgray;
}
#flags.size22 a[title="Afrikaans"], .tool-container .tool-items a[title="Afrikaans"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags22.png) -1px -3px no-repeat;
}
#flags.size22 a[title="Albanian"], .tool-container .tool-items a[title="Albanian"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags22.png) -30px -3px no-repeat;
}
#flags.size22 a[title="Amharic"], .tool-container .tool-items a[title="Amharic"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags22.png) -1px -467px no-repeat;
}
#flags.size22 a[title="Arabic"], .tool-container .tool-items a[title="Arabic"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags22.png) -59px -3px no-repeat;
}
#flags.size22 a[title="Armenian"], .tool-container .tool-items a[title="Armenian"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags22.png) -88px -3px no-repeat;
}
#flags.size22 a[title="Azerbaijani"], .tool-container .tool-items a[title="Azerbaijani"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags22.png) -117px -3px no-repeat;
}
#flags.size22 a[title="Basque"], .tool-container .tool-items a[title="Basque"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags22.png) -146px -3px no-repeat;
}
#flags.size22 a[title="Belarusian"], .tool-container .tool-items a[title="Belarusian"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags22.png) -1px -32px no-repeat;
}
#flags.size22 a[title="Bengali"], .tool-container .tool-items a[title="Bengali"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags22.png) -30px -32px no-repeat;
}
#flags.size22 a[title="Bosnian"], .tool-container .tool-items a[title="Bosnian"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags22.png) -59px -32px no-repeat;
}
#flags.size22 a[title="Bulgarian"], .tool-container .tool-items a[title="Bulgarian"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags22.png) -88px -32px no-repeat;
}
#flags.size22 a[title="Catalan"], .tool-container .tool-items a[title="Catalan"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags22.png) -117px -32px no-repeat;
}
#flags.size22 a[title="Cebuano"], .tool-container .tool-items a[title="Cebuano"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags22.png) -146px -32px no-repeat;
}
#flags.size22 a[title="Chichewa"], .tool-container .tool-items a[title="Chichewa"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags22.png) -88px -409px no-repeat;
}
#flags.size22 a[title="Chinese (Simplified)"], .tool-container .tool-items a[title="Chinese (Simplified)"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags22.png) -1px -61px no-repeat;
}
#flags.size22 a[title="Chinese (Traditional)"], .tool-container .tool-items a[title="Chinese (Traditional)"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags22.png) -30px -61px no-repeat;
}
#flags.size22 a[title="Corsican"], .tool-container .tool-items a[title="Corsican"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags22.png) -117px -90px no-repeat;
}
#flags.size22 a[title="Croatian"], .tool-container .tool-items a[title="Croatian"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags22.png) -59px -61px no-repeat;
}
#flags.size22 a[title="Czech"], .tool-container .tool-items a[title="Czech"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags22.png) -88px -61px no-repeat;
}
#flags.size22 a[title="Danish"], .tool-container .tool-items a[title="Danish"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags22.png) -117px -61px no-repeat;
}
#flags.size22 a[title="Dutch"], .tool-container .tool-items a[title="Dutch"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags22.png) -146px -61px no-repeat;
}
#flags.size22 a[title="English"], .tool-container .tool-items a[title="English"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags22.png) -88px -351px no-repeat;
}
#flags.size22 a.united-states[title="English"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags22.png) -117px -351px no-repeat;
}
#flags.size22 a.canada[title="English"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags22.png) -88px -438px no-repeat;
}
#flags.size22 a[title="Esperanto"], .tool-container .tool-items a[title="Esperanto"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags22.png) -1px -90px no-repeat;
}
#flags.size22 a[title="Estonian"], .tool-container .tool-items a[title="Estonian"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags22.png) -30px -90px no-repeat;
}
#flags.size22 a[title="Filipino"], .tool-container .tool-items a[title="Filipino"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags22.png) -59px -90px no-repeat;
}
#flags.size22 a[title="Finnish"], .tool-container .tool-items a[title="Finnish"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags22.png) -88px -90px no-repeat;
}
#flags.size22 a[title="French"], .tool-container .tool-items a[title="French"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags22.png) -117px -90px no-repeat;
}
#flags.size22 a[title="Frisian"], .tool-container .tool-items a[title="Frisian"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags22.png) -146px -61px no-repeat;
}
#flags.size22 a[title="Galician"], .tool-container .tool-items a[title="Galician"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags22.png) -146px -90px no-repeat;
}
#flags.size22 a[title="Georgian"], .tool-container .tool-items a[title="Georgian"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags22.png) -1px -119px no-repeat;
}
#flags.size22 a[title="German"], .tool-container .tool-items a[title="German"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags22.png) -30px -119px no-repeat;
}
#flags.size22 a[title="Greek"], .tool-container .tool-items a[title="Greek"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags22.png) -59px -119px no-repeat;
}
#flags.size22 a[title="Gujarati"], .tool-container .tool-items a[title="Gujarati"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags22.png) -88px -119px no-repeat;
}
#flags.size22 a[title="Haitian"], .tool-container .tool-items a[title="Haitian"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags22.png) -117px -119px no-repeat;
}
#flags.size22 a[title="Hausa"], .tool-container .tool-items a[title="Hausa"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags22.png) -146px -119px no-repeat;
}
#flags.size22 a[title="Hebrew"], .tool-container .tool-items a[title="Hebrew"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags22.png) -1px -148px no-repeat;
}
#flags.size22 a[title="Hindi"], .tool-container .tool-items a[title="Hindi"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags22.png) -30px -148px no-repeat;
}
#flags.size22 a[title="Hmong"], .tool-container .tool-items a[title="Hmong"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags22.png) -59px -148px no-repeat;
}
#flags.size22 a[title="Hungarian"], .tool-container .tool-items a[title="Hungarian"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags22.png) -88px -148px no-repeat;
}
#flags.size22 a[title="Hawaiian"], .tool-container .tool-items a[title="Hawaiian"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags22.png) -88px -467px no-repeat;
}
#flags.size22 a[title="Icelandic"], .tool-container .tool-items a[title="Icelandic"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags22.png) -117px -148px no-repeat;
}
#flags.size22 a[title="Igbo"], .tool-container .tool-items a[title="Igbo"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags22.png) -146px -148px no-repeat;
}
#flags.size22 a[title="Indonesian"], .tool-container .tool-items a[title="Indonesian"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags22.png) -1px -177px no-repeat;
}
#flags.size22 a[title="Irish"], .tool-container .tool-items a[title="Irish"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags22.png) -30px -177px no-repeat;
}
#flags.size22 a[title="Italian"], .tool-container .tool-items a[title="Italian"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags22.png) -59px -177px no-repeat;
}
#flags.size22 a[title="Japanese"], .tool-container .tool-items a[title="Japanese"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags22.png) -88px -177px no-repeat;
}
#flags.size22 a[title="Javanese"], .tool-container .tool-items a[title="Javanese"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags22.png) -117px -177px no-repeat;
}
#flags.size22 a[title="Kannada"], .tool-container .tool-items a[title="Kannada"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags22.png) -146px -177px no-repeat;
}
#flags.size22 a[title="Kazakh"], .tool-container .tool-items a[title="Kazakh"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags22.png) -1px -409px no-repeat;
}
#flags.size22 a[title="Khmer"], .tool-container .tool-items a[title="Khmer"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags22.png) -1px -206px no-repeat;
}
#flags.size22 a[title="Kurdish"], .tool-container .tool-items a[title="Kurdish"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags22.png) -117px -467px no-repeat;
}
#flags.size22 a[title="Korean"], .tool-container .tool-items a[title="Korean"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags22.png) -30px -206px no-repeat;
}
#flags.size22 a[title="Kyrgyz"], .tool-container .tool-items a[title="Kyrgyz"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags22.png) -146px -467px no-repeat;
}
#flags.size22 a[title="Lao"], .tool-container .tool-items a[title="Lao"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags22.png) -59px -206px no-repeat;
}
#flags.size22 a[title="Latin"], .tool-container .tool-items a[title="Latin"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags22.png) -88px -206px no-repeat;
}
#flags.size22 a[title="Latvian"], .tool-container .tool-items a[title="Latvian"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags22.png) -117px -206px no-repeat;
}
#flags.size22 a[title="Lithuanian"], .tool-container .tool-items a[title="Lithuanian"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags22.png) -146px -206px no-repeat;
}
#flags.size22 a[title="Luxembourgish"], .tool-container .tool-items a[title="Luxembourgish"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags22.png) -1px -496px no-repeat;
}
#flags.size22 a[title="Macedonian"], .tool-container .tool-items a[title="Macedonian"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags22.png) -1px -235px no-repeat;
}
#flags.size22 a[title="Malagasy"], .tool-container .tool-items a[title="Malagasy"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags22.png) -59px -409px no-repeat;
}
#flags.size22 a[title="Malay"], .tool-container .tool-items a[title="Malay"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags22.png) -30px -235px no-repeat;
}
#flags.size22 a[title="Malayalam"], .tool-container .tool-items a[title="Malayalam"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags22.png) -117px -409px no-repeat;
}
#flags.size22 a[title="Maltese"], .tool-container .tool-items a[title="Maltese"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags22.png) -59px -235px no-repeat;
}
#flags.size22 a[title="Maori"], .tool-container .tool-items a[title="Maori"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags22.png) -88px -235px no-repeat;
}
#flags.size22 a[title="Marathi"], .tool-container .tool-items a[title="Marathi"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags22.png) -117px -235px no-repeat;
}
#flags.size22 a[title="Mongolian"], .tool-container .tool-items a[title="Mongolian"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags22.png) -146px -235px no-repeat;
}
#flags.size22 a[title="Myanmar (Burmese)"], .tool-container .tool-items a[title="Myanmar (Burmese)"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags22.png) -146px -409px no-repeat;
}
#flags.size22 a[title="Nepali"], .tool-container .tool-items a[title="Nepali"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags22.png) -1px -264px no-repeat;
}
#flags.size22 a[title="Norwegian"], .tool-container .tool-items a[title="Norwegian"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags22.png) -30px -264px no-repeat;
}
#flags.size22 a[title="Pashto"], .tool-container .tool-items a[title="Pashto"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags22.png) -30px -496px no-repeat;
}
#flags.size22 a[title="Persian"], .tool-container .tool-items a[title="Persian"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags22.png) -59px -264px no-repeat;
}
#flags.size22 a[title="Polish"], .tool-container .tool-items a[title="Polish"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags22.png) -88px -264px no-repeat;
}
#flags.size22 a[title="Portuguese"], .tool-container .tool-items a[title="Portuguese"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags22.png) -117px -264px no-repeat;
}
#flags.size22 a.brazil[title="Portuguese"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags22.png) -146px -438px no-repeat;
}
#flags.size22 a[title="Punjabi"], .tool-container .tool-items a[title="Punjabi"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags22.png) -146px -264px no-repeat;
}
#flags.size22 a[title="Romanian"], .tool-container .tool-items a[title="Romanian"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags22.png) -1px -293px no-repeat;
}
#flags.size22 a[title="Russian"], .tool-container .tool-items a[title="Russian"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags22.png) -30px -293px no-repeat;
}
#flags.size22 a[title="Samoan"], .tool-container .tool-items a[title="Samoan"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags22.png) -30px -467px no-repeat;
}
#flags.size22 a[title="Scots Gaelic"], .tool-container .tool-items a[title="Scots Gaelic"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags22.png) -59px -467px no-repeat;
}
#flags.size22 a[title="Serbian"], .tool-container .tool-items a[title="Serbian"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags22.png) -59px -293px no-repeat;
}
#flags.size22 a[title="Sesotho"], .tool-container .tool-items a[title="Sesotho"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags22.png) -30px -409px no-repeat;
}
#flags.size22 a[title="Sindhi"], .tool-container .tool-items a[title="Sindhi"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags22.png) -146px -351px no-repeat;
}
#flags.size22 a[title="Sinhala"], .tool-container .tool-items a[title="Sinhala"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags22.png) -1px -438px no-repeat;
}
#flags.size22 a[title="Shona"], .tool-container .tool-items a[title="Shona"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags22.png) -59px -496px no-repeat;
}
#flags.size22 a[title="Slovak"], .tool-container .tool-items a[title="Slovak"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags22.png) -88px -293px no-repeat;
}
#flags.size22 a[title="Slovenian"], .tool-container .tool-items a[title="Slovenian"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags22.png) -117px -293px no-repeat;
}
#flags.size22 a[title="Somali"], .tool-container .tool-items a[title="Somali"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags22.png) -146px -293px no-repeat;
}
#flags.size22 a[title="Spanish"], .tool-container .tool-items a[title="Spanish"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags22.png) -1px -322px no-repeat;
}
#flags.size22 a.mexico[title="Spanish"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags22.png) -117px -438px no-repeat;
}
#flags.size22 a[title="Sundanese"], .tool-container .tool-items a[title="Sundanese"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags22.png) -146px -380px no-repeat;
}
#flags.size22 a[title="Swahili"], .tool-container .tool-items a[title="Swahili"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags22.png) -30px -322px no-repeat;
}
#flags.size22 a[title="Swedish"], .tool-container .tool-items a[title="Swedish"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags22.png) -59px -322px no-repeat;
}
#flags.size22 a[title="Tajik"], .tool-container .tool-items a[title="Tajik"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags22.png) -30px -438px no-repeat;
}
#flags.size22 a[title="Tamil"], .tool-container .tool-items a[title="Tamil"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags22.png) -88px -322px no-repeat;
}
#flags.size22 a[title="Telugu"], .tool-container .tool-items a[title="Telugu"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags22.png) -117px -322px no-repeat;
}
#flags.size22 a[title="Thai"], .tool-container .tool-items a[title="Thai"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags22.png) -146px -322px no-repeat;
}
#flags.size22 a[title="Turkish"], .tool-container .tool-items a[title="Turkish"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags22.png) -30px -351px no-repeat;
}
#flags.size22 a[title="Ukrainian"], .tool-container .tool-items a[title="Ukrainian"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags22.png) -59px -351px no-repeat;
}
#flags.size22 a[title="Uzbek"], .tool-container .tool-items a[title="Uzbek"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags22.png) -59px -438px no-repeat;
}
#flags.size22 a[title="Urdu"], .tool-container .tool-items a[title="Urdu"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags22.png) -146px -351px no-repeat;
}
#flags.size22 a[title="Vietnamese"], .tool-container .tool-items a[title="Vietnamese"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags22.png) -1px -380px no-repeat;
}
#flags.size22 a[title="Welsh"], .tool-container .tool-items a[title="Welsh"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags22.png) -30px -380px no-repeat;
}
#flags.size22 a[title="Xhosa"], .tool-container .tool-items a[title="Xhosa"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags22.png) -1px -3px no-repeat;
}
#flags.size22 a[title="Yiddish"], .tool-container .tool-items a[title="Yiddish"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags22.png) -59px -380px no-repeat;
}
#flags.size22 a[title="Yoruba"], .tool-container .tool-items a[title="Yoruba"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags22.png) -88px -380px no-repeat;
}
#flags.size22 a[title="Zulu"], .tool-container .tool-items a[title="Zulu"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags22.png) -117px -380px no-repeat;
}
#flags.size18 a[title="Afrikaans"], .tool-container .tool-items a[title="Afrikaans"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags18.png) -2px -4px no-repeat;
}
#flags.size18 a[title="Albanian"], .tool-container .tool-items a[title="Albanian"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags18.png) -31px -4px no-repeat;
}
#flags.size18 a[title="Amharic"], .tool-container .tool-items a[title="Amharic"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags18.png) -2px -468px no-repeat;
}
#flags.size18 a[title="Arabic"], .tool-container .tool-items a[title="Arabic"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags18.png) -60px -4px no-repeat;
}
#flags.size18 a[title="Armenian"], .tool-container .tool-items a[title="Armenian"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags18.png) -89px -4px no-repeat;
}
#flags.size18 a[title="Azerbaijani"], .tool-container .tool-items a[title="Azerbaijani"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags18.png) -118px -4px no-repeat;
}
#flags.size18 a[title="Basque"], .tool-container .tool-items a[title="Basque"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags18.png) -147px -4px no-repeat;
}
#flags.size18 a[title="Belarusian"], .tool-container .tool-items a[title="Belarusian"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags18.png) -2px -33px no-repeat;
}
#flags.size18 a[title="Bengali"], .tool-container .tool-items a[title="Bengali"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags18.png) -31px -33px no-repeat;
}
#flags.size18 a[title="Bosnian"], .tool-container .tool-items a[title="Bosnian"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags18.png) -60px -33px no-repeat;
}
#flags.size18 a[title="Bulgarian"], .tool-container .tool-items a[title="Bulgarian"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags18.png) -89px -33px no-repeat;
}
#flags.size18 a[title="Catalan"], .tool-container .tool-items a[title="Catalan"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags18.png) -118px -33px no-repeat;
}
#flags.size18 a[title="Cebuano"], .tool-container .tool-items a[title="Cebuano"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags18.png) -147px -33px no-repeat;
}
#flags.size18 a[title="Chichewa"], .tool-container .tool-items a[title="Chichewa"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags18.png) -89px -410px no-repeat;
}
#flags.size18 a[title="Chinese (Simplified)"], .tool-container .tool-items a[title="Chinese (Simplified)"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags18.png) -2px -62px no-repeat;
}
#flags.size18 a[title="Chinese (Traditional)"], .tool-container .tool-items a[title="Chinese (Traditional)"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags18.png) -31px -62px no-repeat;
}
#flags.size18 a[title="Corsican"], .tool-container .tool-items a[title="Corsican"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags18.png) -118px -91px no-repeat;
}
#flags.size18 a[title="Croatian"], .tool-container .tool-items a[title="Croatian"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags18.png) -60px -62px no-repeat;
}
#flags.size18 a[title="Czech"], .tool-container .tool-items a[title="Czech"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags18.png) -89px -62px no-repeat;
}
#flags.size18 a[title="Danish"], .tool-container .tool-items a[title="Danish"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags18.png) -118px -62px no-repeat;
}
#flags.size18 a[title="Dutch"], .tool-container .tool-items a[title="Dutch"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags18.png) -147px -62px no-repeat;
}
#flags.size18 a[title="English"], .tool-container .tool-items a[title="English"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags18.png) -89px -352px no-repeat;
}
#flags.size18 a.united-states[title="English"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags18.png) -118px -352px no-repeat;
}
#flags.size18 a.canada[title="English"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags18.png) -89px -439px no-repeat;
}
#flags.size18 a[title="Esperanto"], .tool-container .tool-items a[title="Esperanto"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags18.png) -2px -91px no-repeat;
}
#flags.size18 a[title="Estonian"], .tool-container .tool-items a[title="Estonian"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags18.png) -31px -91px no-repeat;
}
#flags.size18 a[title="Filipino"], .tool-container .tool-items a[title="Filipino"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags18.png) -60px -91px no-repeat;
}
#flags.size18 a[title="Finnish"], .tool-container .tool-items a[title="Finnish"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags18.png) -89px -91px no-repeat;
}
#flags.size18 a[title="French"], .tool-container .tool-items a[title="French"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags18.png) -118px -91px no-repeat;
}
#flags.size18 a[title="Frisian"], .tool-container .tool-items a[title="Frisian"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags18.png) -147px -62px no-repeat;
}
#flags.size18 a[title="Galician"], .tool-container .tool-items a[title="Galician"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags18.png) -147px -91px no-repeat;
}
#flags.size18 a[title="Georgian"], .tool-container .tool-items a[title="Georgian"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags18.png) -2px -120px no-repeat;
}
#flags.size18 a[title="German"], .tool-container .tool-items a[title="German"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags18.png) -31px -120px no-repeat;
}
#flags.size18 a[title="Greek"], .tool-container .tool-items a[title="Greek"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags18.png) -60px -120px no-repeat;
}
#flags.size18 a[title="Gujarati"], .tool-container .tool-items a[title="Gujarati"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags18.png) -89px -120px no-repeat;
}
#flags.size18 a[title="Haitian"], .tool-container .tool-items a[title="Haitian"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags18.png) -118px -120px no-repeat;
}
#flags.size18 a[title="Hausa"], .tool-container .tool-items a[title="Hausa"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags18.png) -147px -120px no-repeat;
}
#flags.size18 a[title="Hebrew"], .tool-container .tool-items a[title="Hebrew"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags18.png) -2px -149px no-repeat;
}
#flags.size18 a[title="Hindi"], .tool-container .tool-items a[title="Hindi"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags18.png) -31px -149px no-repeat;
}
#flags.size18 a[title="Hmong"], .tool-container .tool-items a[title="Hmong"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags18.png) -60px -149px no-repeat;
}
#flags.size18 a[title="Hungarian"], .tool-container .tool-items a[title="Hungarian"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags18.png) -89px -149px no-repeat;
}
#flags.size18 a[title="Hawaiian"], .tool-container .tool-items a[title="Hawaiian"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags18.png) -89px -468px no-repeat;
}
#flags.size18 a[title="Icelandic"], .tool-container .tool-items a[title="Icelandic"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags18.png) -118px -149px no-repeat;
}
#flags.size18 a[title="Igbo"], .tool-container .tool-items a[title="Igbo"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags18.png) -147px -149px no-repeat;
}
#flags.size18 a[title="Indonesian"], .tool-container .tool-items a[title="Indonesian"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags18.png) -2px -178px no-repeat;
}
#flags.size18 a[title="Irish"], .tool-container .tool-items a[title="Irish"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags18.png) -31px -178px no-repeat;
}
#flags.size18 a[title="Italian"], .tool-container .tool-items a[title="Italian"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags18.png) -60px -178px no-repeat;
}
#flags.size18 a[title="Japanese"], .tool-container .tool-items a[title="Japanese"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags18.png) -89px -178px no-repeat;
}
#flags.size18 a[title="Javanese"], .tool-container .tool-items a[title="Javanese"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags18.png) -118px -178px no-repeat;
}
#flags.size18 a[title="Kannada"], .tool-container .tool-items a[title="Kannada"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags18.png) -147px -178px no-repeat;
}
#flags.size18 a[title="Kazakh"], .tool-container .tool-items a[title="Kazakh"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags18.png) -2px -410px no-repeat;
}
#flags.size18 a[title="Khmer"], .tool-container .tool-items a[title="Khmer"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags18.png) -2px -207px no-repeat;
}
#flags.size18 a[title="Korean"], .tool-container .tool-items a[title="Korean"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags18.png) -31px -207px no-repeat;
}
#flags.size18 a[title="Kurdish"], .tool-container .tool-items a[title="Kurdish"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags18.png) -118px -468px no-repeat;
}
#flags.size18 a[title="Kyrgyz"], .tool-container .tool-items a[title="Kyrgyz"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags18.png) -147px -468px no-repeat;
}
#flags.size18 a[title="Lao"], .tool-container .tool-items a[title="Lao"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags18.png) -60px -207px no-repeat;
}
#flags.size18 a[title="Latin"], .tool-container .tool-items a[title="Latin"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags18.png) -89px -207px no-repeat;
}
#flags.size18 a[title="Latvian"], .tool-container .tool-items a[title="Latvian"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags18.png) -118px -207px no-repeat;
}
#flags.size18 a[title="Lithuanian"], .tool-container .tool-items a[title="Lithuanian"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags18.png) -147px -207px no-repeat;
}
#flags.size18 a[title="Luxembourgish"], .tool-container .tool-items a[title="Luxembourgish"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags18.png) -2px -496px no-repeat;
}
#flags.size18 a[title="Macedonian"], .tool-container .tool-items a[title="Macedonian"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags18.png) -2px -236px no-repeat;
}
#flags.size18 a[title="Malagasy"], .tool-container .tool-items a[title="Malagasy"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags18.png) -60px -410px no-repeat;
}
#flags.size18 a[title="Malay"], .tool-container .tool-items a[title="Malay"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags18.png) -31px -236px no-repeat;
}
#flags.size18 a[title="Malayalam"], .tool-container .tool-items a[title="Malayalam"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags18.png) -118px -410px no-repeat;
}
#flags.size18 a[title="Maltese"], .tool-container .tool-items a[title="Maltese"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags18.png) -60px -236px no-repeat;
}
#flags.size18 a[title="Maori"], .tool-container .tool-items a[title="Maori"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags18.png) -89px -236px no-repeat;
}
#flags.size18 a[title="Marathi"], .tool-container .tool-items a[title="Marathi"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags18.png) -118px -236px no-repeat;
}
#flags.size18 a[title="Mongolian"], .tool-container .tool-items a[title="Mongolian"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags18.png) -147px -236px no-repeat;
}
#flags.size18 a[title="Myanmar (Burmese)"], .tool-container .tool-items a[title="Myanmar (Burmese)"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags18.png) -147px -410px no-repeat;
}
#flags.size18 a[title="Nepali"], .tool-container .tool-items a[title="Nepali"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags18.png) -2px -265px no-repeat;
}
#flags.size18 a[title="Norwegian"], .tool-container .tool-items a[title="Norwegian"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags18.png) -31px -265px no-repeat;
}
#flags.size18 a[title="Pashto"], .tool-container .tool-items a[title="Pashto"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags18.png) -31px -496px no-repeat;
}
#flags.size18 a[title="Persian"], .tool-container .tool-items a[title="Persian"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags18.png) -60px -265px no-repeat;
}
#flags.size18 a[title="Polish"], .tool-container .tool-items a[title="Polish"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags18.png) -89px -265px no-repeat;
}
#flags.size18 a[title="Portuguese"], .tool-container .tool-items a[title="Portuguese"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags18.png) -118px -265px no-repeat;
}
#flags.size18 a.brazil[title="Portuguese"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags18.png) -147px -439px no-repeat;
}
#flags.size18 a[title="Punjabi"], .tool-container .tool-items a[title="Punjabi"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags18.png) -147px -265px no-repeat;
}
#flags.size18 a[title="Romanian"], .tool-container .tool-items a[title="Romanian"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags18.png) -2px -294px no-repeat;
}
#flags.size18 a[title="Russian"], .tool-container .tool-items a[title="Russian"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags18.png) -31px -294px no-repeat;
}
#flags.size18 a[title="Samoan"], .tool-container .tool-items a[title="Samoan"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags18.png) -31px -468px no-repeat;
}
#flags.size18 a[title="Scots Gaelic"], .tool-container .tool-items a[title="Scots Gaelic"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags18.png) -60px -468px no-repeat;
}
#flags.size18 a[title="Serbian"], .tool-container .tool-items a[title="Serbian"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags18.png) -60px -294px no-repeat;
}
#flags.size18 a[title="Sesotho"], .tool-container .tool-items a[title="Sesotho"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags18.png) -31px -410px no-repeat;
}
#flags.size18 a[title="Shona"], .tool-container .tool-items a[title="Shona"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags18.png) -60px -496px no-repeat;
}
#flags.size18 a[title="Sindhi"], .tool-container .tool-items a[title="Sindhi"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags18.png) -147px -352px no-repeat;
}
#flags.size18 a[title="Sinhala"], .tool-container .tool-items a[title="Sinhala"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags18.png) -2px -439px no-repeat;
}
#flags.size18 a[title="Slovak"], .tool-container .tool-items a[title="Slovak"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags18.png) -89px -294px no-repeat;
}
#flags.size18 a[title="Slovenian"], .tool-container .tool-items a[title="Slovenian"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags18.png) -118px -294px no-repeat;
}
#flags.size18 a[title="Somali"], .tool-container .tool-items a[title="Somali"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags18.png) -147px -294px no-repeat;
}
#flags.size18 a[title="Spanish"], .tool-container .tool-items a[title="Spanish"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags18.png) -2px -323px no-repeat;
}
#flags.size18 a.mexico[title="Spanish"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags18.png) -118px -439px no-repeat;
}
#flags.size18 a[title="Sundanese"], .tool-container .tool-items a[title="Sundanese"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags18.png) -147px -381px no-repeat;
}
#flags.size18 a[title="Swahili"], .tool-container .tool-items a[title="Swahili"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags18.png) -31px -323px no-repeat;
}
#flags.size18 a[title="Swedish"], .tool-container .tool-items a[title="Swedish"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags18.png) -60px -323px no-repeat;
}
#flags.size18 a[title="Tajik"], .tool-container .tool-items a[title="Tajik"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags18.png) -31px -439px no-repeat;
}
#flags.size18 a[title="Tamil"], .tool-container .tool-items a[title="Tamil"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags18.png) -89px -323px no-repeat;
}
#flags.size18 a[title="Telugu"], .tool-container .tool-items a[title="Telugu"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags18.png) -118px -323px no-repeat;
}
#flags.size18 a[title="Thai"], .tool-container .tool-items a[title="Thai"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags18.png) -147px -323px no-repeat;
}
#flags.size18 a[title="Turkish"], .tool-container .tool-items a[title="Turkish"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags18.png) -31px -352px no-repeat;
}
#flags.size18 a[title="Ukrainian"], .tool-container .tool-items a[title="Ukrainian"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags18.png) -60px -352px no-repeat;
}
#flags.size18 a[title="Urdu"], .tool-container .tool-items a[title="Urdu"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags18.png) -147px -352px no-repeat;
}
#flags.size18 a[title="Uzbek"], .tool-container .tool-items a[title="Uzbek"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags18.png) -60px -439px no-repeat;
}
#flags.size18 a[title="Vietnamese"], .tool-container .tool-items a[title="Vietnamese"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags18.png) -2px -381px no-repeat;
}
#flags.size18 a[title="Welsh"], .tool-container .tool-items a[title="Welsh"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags18.png) -31px -381px no-repeat;
}
#flags.size18 a[title="Xhosa"], .tool-container .tool-items a[title="Xhosa"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags18.png) -2px -4px no-repeat;
}
#flags.size18 a[title="Yiddish"], .tool-container .tool-items a[title="Yiddish"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags18.png) -60px -381px no-repeat;
}
#flags.size18 a[title="Yoruba"], .tool-container .tool-items a[title="Yoruba"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags18.png) -89px -381px no-repeat;
}
#flags.size18 a[title="Zulu"], .tool-container .tool-items a[title="Zulu"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags18.png) -118px -381px no-repeat;
}
#flags.size20 a[title="Afrikaans"], .tool-container .tool-items a[title="Afrikaans"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags20.png) -2px -4px no-repeat;
}
#flags.size20 a[title="Albanian"], .tool-container .tool-items a[title="Albanian"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags20.png) -31px -4px no-repeat;
}
#flags.size20 a[title="Amharic"], .tool-container .tool-items a[title="Amharic"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags20.png) -2px -468px no-repeat;
}
#flags.size20 a[title="Arabic"], .tool-container .tool-items a[title="Arabic"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags20.png) -60px -4px no-repeat;
}
#flags.size20 a[title="Armenian"], .tool-container .tool-items a[title="Armenian"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags20.png) -89px -4px no-repeat;
}
#flags.size20 a[title="Azerbaijani"], .tool-container .tool-items a[title="Azerbaijani"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags20.png) -118px -4px no-repeat;
}
#flags.size20 a[title="Basque"], .tool-container .tool-items a[title="Basque"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags20.png) -147px -4px no-repeat;
}
#flags.size20 a[title="Belarusian"], .tool-container .tool-items a[title="Belarusian"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags20.png) -2px -33px no-repeat;
}
#flags.size20 a[title="Bengali"], .tool-container .tool-items a[title="Bengali"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags20.png) -31px -33px no-repeat;
}
#flags.size20 a[title="Bosnian"], .tool-container .tool-items a[title="Bosnian"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags20.png) -60px -33px no-repeat;
}
#flags.size20 a[title="Bulgarian"], .tool-container .tool-items a[title="Bulgarian"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags20.png) -89px -33px no-repeat;
}
#flags.size20 a[title="Catalan"], .tool-container .tool-items a[title="Catalan"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags20.png) -118px -33px no-repeat;
}
#flags.size20 a[title="Cebuano"], .tool-container .tool-items a[title="Cebuano"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags20.png) -147px -33px no-repeat;
}
#flags.size20 a[title="Chichewa"], .tool-container .tool-items a[title="Chichewa"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags20.png) -89px -410px no-repeat;
}
#flags.size20 a[title="Chinese (Simplified)"], .tool-container .tool-items a[title="Chinese (Simplified)"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags20.png) -2px -62px no-repeat;
}
#flags.size20 a[title="Chinese (Traditional)"], .tool-container .tool-items a[title="Chinese (Traditional)"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags20.png) -31px -62px no-repeat;
}
#flags.size20 a[title="Corsican"], .tool-container .tool-items a[title="Corsican"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags20.png) -118px -91px no-repeat;
}
#flags.size20 a[title="Croatian"], .tool-container .tool-items a[title="Croatian"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags20.png) -60px -62px no-repeat;
}
#flags.size20 a[title="Czech"], .tool-container .tool-items a[title="Czech"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags20.png) -89px -62px no-repeat;
}
#flags.size20 a[title="Danish"], .tool-container .tool-items a[title="Danish"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags20.png) -118px -62px no-repeat;
}
#flags.size20 a[title="Dutch"], .tool-container .tool-items a[title="Dutch"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags20.png) -147px -62px no-repeat;
}
#flags.size20 a[title="English"], .tool-container .tool-items a[title="English"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags20.png) -89px -352px no-repeat;
}
#flags.size20 a.united-states[title="English"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags20.png) -118px -352px no-repeat;
}
#flags.size20 a.canada[title="English"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags20.png) -89px -439px no-repeat;
}
#flags.size20 a[title="Esperanto"], .tool-container .tool-items a[title="Esperanto"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags20.png) -2px -91px no-repeat;
}
#flags.size20 a[title="Estonian"], .tool-container .tool-items a[title="Estonian"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags20.png) -31px -91px no-repeat;
}
#flags.size20 a[title="Filipino"], .tool-container .tool-items a[title="Filipino"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags20.png) -60px -91px no-repeat;
}
#flags.size20 a[title="Finnish"], .tool-container .tool-items a[title="Finnish"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags20.png) -89px -91px no-repeat;
}
#flags.size20 a[title="French"], .tool-container .tool-items a[title="French"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags20.png) -118px -91px no-repeat;
}
#flags.size20 a[title="Frisian"], .tool-container .tool-items a[title="Frisian"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags20.png) -147px -62px no-repeat;
}
#flags.size20 a[title="Galician"], .tool-container .tool-items a[title="Galician"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags20.png) -147px -91px no-repeat;
}
#flags.size20 a[title="Georgian"], .tool-container .tool-items a[title="Georgian"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags20.png) -2px -120px no-repeat;
}
#flags.size20 a[title="German"], .tool-container .tool-items a[title="German"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags20.png) -31px -120px no-repeat;
}
#flags.size20 a[title="Greek"], .tool-container .tool-items a[title="Greek"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags20.png) -60px -120px no-repeat;
}
#flags.size20 a[title="Gujarati"], .tool-container .tool-items a[title="Gujarati"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags20.png) -89px -120px no-repeat;
}
#flags.size20 a[title="Haitian"], .tool-container .tool-items a[title="Haitian"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags20.png) -118px -120px no-repeat;
}
#flags.size20 a[title="Hausa"], .tool-container .tool-items a[title="Hausa"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags20.png) -147px -120px no-repeat;
}
#flags.size20 a[title="Hebrew"], .tool-container .tool-items a[title="Hebrew"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags20.png) -2px -149px no-repeat;
}
#flags.size20 a[title="Hindi"], .tool-container .tool-items a[title="Hindi"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags20.png) -31px -149px no-repeat;
}
#flags.size20 a[title="Hmong"], .tool-container .tool-items a[title="Hmong"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags20.png) -60px -149px no-repeat;
}
#flags.size20 a[title="Hungarian"], .tool-container .tool-items a[title="Hungarian"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags20.png) -89px -149px no-repeat;
}
#flags.size20 a[title="Hawaiian"], .tool-container .tool-items a[title="Hawaiian"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags20.png) -89px -468px no-repeat;
}
#flags.size20 a[title="Icelandic"], .tool-container .tool-items a[title="Icelandic"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags20.png) -118px -149px no-repeat;
}
#flags.size20 a[title="Igbo"], .tool-container .tool-items a[title="Igbo"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags20.png) -147px -149px no-repeat;
}
#flags.size20 a[title="Indonesian"], .tool-container .tool-items a[title="Indonesian"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags20.png) -2px -178px no-repeat;
}
#flags.size20 a[title="Irish"], .tool-container .tool-items a[title="Irish"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags20.png) -31px -178px no-repeat;
}
#flags.size20 a[title="Italian"], .tool-container .tool-items a[title="Italian"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags20.png) -60px -178px no-repeat;
}
#flags.size20 a[title="Japanese"], .tool-container .tool-items a[title="Japanese"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags20.png) -89px -178px no-repeat;
}
#flags.size20 a[title="Javanese"], .tool-container .tool-items a[title="Javanese"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags20.png) -118px -178px no-repeat;
}
#flags.size20 a[title="Kannada"], .tool-container .tool-items a[title="Kannada"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags20.png) -147px -178px no-repeat;
}
#flags.size20 a[title="Kazakh"], .tool-container .tool-items a[title="Kazakh"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags20.png) -2px -410px no-repeat;
}
#flags.size20 a[title="Khmer"], .tool-container .tool-items a[title="Khmer"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags20.png) -2px -207px no-repeat;
}
#flags.size20 a[title="Korean"], .tool-container .tool-items a[title="Korean"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags20.png) -31px -207px no-repeat;
}
#flags.size20 a[title="Kurdish"], .tool-container .tool-items a[title="Kurdish"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags20.png) -118px -468px no-repeat;
}
#flags.size20 a[title="Kyrgyz"], .tool-container .tool-items a[title="Kyrgyz"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags20.png) -147px -468px no-repeat;
}
#flags.size20 a[title="Lao"], .tool-container .tool-items a[title="Lao"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags20.png) -60px -207px no-repeat;
}
#flags.size20 a[title="Latin"], .tool-container .tool-items a[title="Latin"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags20.png) -89px -207px no-repeat;
}
#flags.size20 a[title="Latvian"], .tool-container .tool-items a[title="Latvian"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags20.png) -118px -207px no-repeat;
}
#flags.size20 a[title="Lithuanian"], .tool-container .tool-items a[title="Lithuanian"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags20.png) -147px -207px no-repeat;
}
#flags.size20 a[title="Luxembourgish"], .tool-container .tool-items a[title="Luxembourgish"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags20.png) -2px -497px no-repeat;
}
#flags.size20 a[title="Macedonian"], .tool-container .tool-items a[title="Macedonian"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags20.png) -2px -236px no-repeat;
}
#flags.size20 a[title="Malagasy"], .tool-container .tool-items a[title="Malagasy"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags20.png) -60px -410px no-repeat;
}
#flags.size20 a[title="Malay"], .tool-container .tool-items a[title="Malay"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags20.png) -31px -236px no-repeat;
}
#flags.size20 a[title="Maltese"], .tool-container .tool-items a[title="Maltese"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags20.png) -60px -236px no-repeat;
}
#flags.size20 a[title="Malayalam"], .tool-container .tool-items a[title="Malayalam"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags20.png) -118px -410px no-repeat;
}
#flags.size20 a[title="Maori"], .tool-container .tool-items a[title="Maori"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags20.png) -89px -236px no-repeat;
}
#flags.size20 a[title="Marathi"], .tool-container .tool-items a[title="Marathi"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags20.png) -118px -236px no-repeat;
}
#flags.size20 a[title="Mongolian"], .tool-container .tool-items a[title="Mongolian"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags20.png) -147px -236px no-repeat;
}
#flags.size20 a[title="Myanmar (Burmese)"], .tool-container .tool-items a[title="Myanmar (Burmese)"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags20.png) -147px -410px no-repeat;
}
#flags.size20 a[title="Nepali"], .tool-container .tool-items a[title="Nepali"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags20.png) -2px -265px no-repeat;
}
#flags.size20 a[title="Norwegian"], .tool-container .tool-items a[title="Norwegian"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags20.png) -31px -265px no-repeat;
}
#flags.size20 a[title="Pashto"], .tool-container .tool-items a[title="Pashto"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags20.png) -31px -497px no-repeat;
}
#flags.size20 a[title="Persian"], .tool-container .tool-items a[title="Persian"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags20.png) -60px -265px no-repeat;
}
#flags.size20 a[title="Polish"], .tool-container .tool-items a[title="Polish"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags20.png) -89px -265px no-repeat;
}
#flags.size20 a[title="Portuguese"], .tool-container .tool-items a[title="Portuguese"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags20.png) -118px -265px no-repeat;
}
#flags.size20 a.brazil[title="Portuguese"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags20.png) -147px -439px no-repeat;
}
#flags.size20 a[title="Punjabi"], .tool-container .tool-items a[title="Punjabi"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags20.png) -147px -265px no-repeat;
}
#flags.size20 a[title="Romanian"], .tool-container .tool-items a[title="Romanian"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags20.png) -2px -294px no-repeat;
}
#flags.size20 a[title="Russian"], .tool-container .tool-items a[title="Russian"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags20.png) -31px -294px no-repeat;
}
#flags.size20 a[title="Samoan"], .tool-container .tool-items a[title="Samoan"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags20.png) -31px -468px no-repeat;
}
#flags.size20 a[title="Scots Gaelic"], .tool-container .tool-items a[title="Scots Gaelic"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags20.png) -60px -468px no-repeat;
}
#flags.size20 a[title="Serbian"], .tool-container .tool-items a[title="Serbian"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags20.png) -60px -294px no-repeat;
}
#flags.size20 a[title="Sesotho"], .tool-container .tool-items a[title="Sesotho"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags20.png) -31px -410px no-repeat;
}
#flags.size20 a[title="Shona"], .tool-container .tool-items a[title="Shona"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags20.png) -60px -497px no-repeat;
}
#flags.size20 a[title="Sindhi"], .tool-container .tool-items a[title="Sindhi"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags20.png) -147px -352px no-repeat;
}
#flags.size20 a[title="Sinhala"], .tool-container .tool-items a[title="Sinhala"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags20.png) -2px -439px no-repeat;
}
#flags.size20 a[title="Slovak"], .tool-container .tool-items a[title="Slovak"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags20.png) -89px -294px no-repeat;
}
#flags.size20 a[title="Slovenian"], .tool-container .tool-items a[title="Slovenian"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags20.png) -118px -294px no-repeat;
}
#flags.size20 a[title="Somali"], .tool-container .tool-items a[title="Somali"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags20.png) -147px -294px no-repeat;
}
#flags.size20 a[title="Spanish"], .tool-container .tool-items a[title="Spanish"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags20.png) -2px -323px no-repeat;
}
#flags.size20 a.mexico[title="Spanish"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags20.png) -118px -439px no-repeat;
}
#flags.size20 a[title="Sundanese"], .tool-container .tool-items a[title="Sundanese"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags20.png) -147px -381px no-repeat;
}
#flags.size20 a[title="Swahili"], .tool-container .tool-items a[title="Swahili"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags20.png) -31px -323px no-repeat;
}
#flags.size20 a[title="Swedish"], .tool-container .tool-items a[title="Swedish"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags20.png) -60px -323px no-repeat;
}
#flags.size20 a[title="Tajik"], .tool-container .tool-items a[title="Tajik"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags20.png) -31px -439px no-repeat;
}
#flags.size20 a[title="Tamil"], .tool-container .tool-items a[title="Tamil"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags20.png) -89px -323px no-repeat;
}
#flags.size20 a[title="Telugu"], .tool-container .tool-items a[title="Telugu"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags20.png) -118px -323px no-repeat;
}
#flags.size20 a[title="Thai"], .tool-container .tool-items a[title="Thai"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags20.png) -147px -323px no-repeat;
}
#flags.size20 a[title="Turkish"], .tool-container .tool-items a[title="Turkish"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags20.png) -31px -352px no-repeat;
}
#flags.size20 a[title="Ukrainian"], .tool-container .tool-items a[title="Ukrainian"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags20.png) -60px -352px no-repeat;
}
#flags.size20 a[title="Urdu"], .tool-container .tool-items a[title="Urdu"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags20.png) -147px -352px no-repeat;
}
#flags.size20 a[title="Uzbek"], .tool-container .tool-items a[title="Uzbek"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags20.png) -60px -439px no-repeat;
}
#flags.size20 a[title="Vietnamese"], .tool-container .tool-items a[title="Vietnamese"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags20.png) -2px -381px no-repeat;
}
#flags.size20 a[title="Welsh"], .tool-container .tool-items a[title="Welsh"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags20.png) -31px -381px no-repeat;
}
#flags.size20 a[title="Xhosa"], .tool-container .tool-items a[title="Xhosa"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags20.png) -2px -4px no-repeat;
}
#flags.size20 a[title="Yiddish"], .tool-container .tool-items a[title="Yiddish"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags20.png) -60px -381px no-repeat;
}
#flags.size20 a[title="Yoruba"], .tool-container .tool-items a[title="Yoruba"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags20.png) -89px -381px no-repeat;
}
#flags.size20 a[title="Zulu"], .tool-container .tool-items a[title="Zulu"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags20.png) -118px -381px no-repeat;
}
#flags.size16 a[title="Afrikaans"], .tool-container .tool-items a[title="Afrikaans"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags16.png) -4px -5px no-repeat;
}
#flags.size16 a[title="Albanian"], .tool-container .tool-items a[title="Albanian"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags16.png) -33px -5px no-repeat;
}
#flags.size16 a[title="Amharic"], .tool-container .tool-items a[title="Amharic"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags16.png) -4px -469px no-repeat;
}
#flags.size16 a[title="Arabic"], .tool-container .tool-items a[title="Arabic"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags16.png) -62px -5px no-repeat;
}
#flags.size16 a[title="Armenian"], .tool-container .tool-items a[title="Armenian"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags16.png) -91px -5px no-repeat;
}
#flags.size16 a[title="Azerbaijani"], .tool-container .tool-items a[title="Azerbaijani"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags16.png) -120px -5px no-repeat;
}
#flags.size16 a[title="Basque"], .tool-container .tool-items a[title="Basque"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags16.png) -149px -5px no-repeat;
}
#flags.size16 a[title="Belarusian"], .tool-container .tool-items a[title="Belarusian"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags16.png) -4px -34px no-repeat;
}
#flags.size16 a[title="Bengali"], .tool-container .tool-items a[title="Bengali"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags16.png) -33px -34px no-repeat;
}
#flags.size16 a[title="Bosnian"], .tool-container .tool-items a[title="Bosnian"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags16.png) -62px -34px no-repeat;
}
#flags.size16 a[title="Bulgarian"], .tool-container .tool-items a[title="Bulgarian"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags16.png) -91px -34px no-repeat;
}
#flags.size16 a[title="Catalan"], .tool-container .tool-items a[title="Catalan"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags16.png) -120px -34px no-repeat;
}
#flags.size16 a[title="Cebuano"], .tool-container .tool-items a[title="Cebuano"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags16.png) -149px -34px no-repeat;
}
#flags.size16 a[title="Chichewa"], .tool-container .tool-items a[title="Chichewa"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags16.png) -91px -411px no-repeat;
}
#flags.size16 a[title="Chinese (Simplified)"], .tool-container .tool-items a[title="Chinese (Simplified)"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags16.png) -4px -63px no-repeat;
}
#flags.size16 a[title="Chinese (Traditional)"], .tool-container .tool-items a[title="Chinese (Traditional)"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags16.png) -33px -63px no-repeat;
}
#flags.size16 a[title="Corsican"], .tool-container .tool-items a[title="Corsican"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags16.png) -120px -92px no-repeat;
}
#flags.size16 a[title="Croatian"], .tool-container .tool-items a[title="Croatian"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags16.png) -62px -63px no-repeat;
}
#flags.size16 a[title="Czech"], .tool-container .tool-items a[title="Czech"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags16.png) -91px -63px no-repeat;
}
#flags.size16 a[title="Danish"], .tool-container .tool-items a[title="Danish"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags16.png) -120px -63px no-repeat;
}
#flags.size16 a[title="Dutch"], .tool-container .tool-items a[title="Dutch"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags16.png) -149px -63px no-repeat;
}
#flags.size16 a[title="English"], .tool-container .tool-items a[title="English"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags16.png) -91px -353px no-repeat;
}
#flags.size16 a.united-states[title="English"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags16.png) -120px -353px no-repeat;
}
#flags.size16 a.canada[title="English"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags16.png) -91px -440px no-repeat;
}
#flags.size16 a[title="Esperanto"], .tool-container .tool-items a[title="Esperanto"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags16.png) -4px -92px no-repeat;
}
#flags.size16 a[title="Estonian"], .tool-container .tool-items a[title="Estonian"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags16.png) -33px -92px no-repeat;
}
#flags.size16 a[title="Filipino"], .tool-container .tool-items a[title="Filipino"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags16.png) -62px -92px no-repeat;
}
#flags.size16 a[title="Finnish"], .tool-container .tool-items a[title="Finnish"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags16.png) -91px -92px no-repeat;
}
#flags.size16 a[title="French"], .tool-container .tool-items a[title="French"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags16.png) -120px -92px no-repeat;
}
#flags.size16 a[title="Frisian"], .tool-container .tool-items a[title="Frisian"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags16.png) -149px -63px no-repeat;
}
#flags.size16 a[title="Galician"], .tool-container .tool-items a[title="Galician"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags16.png) -149px -92px no-repeat;
}
#flags.size16 a[title="Georgian"], .tool-container .tool-items a[title="Georgian"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags16.png) -4px -121px no-repeat;
}
#flags.size16 a[title="German"], .tool-container .tool-items a[title="German"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags16.png) -33px -121px no-repeat;
}
#flags.size16 a[title="Greek"], .tool-container .tool-items a[title="Greek"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags16.png) -62px -121px no-repeat;
}
#flags.size16 a[title="Gujarati"], .tool-container .tool-items a[title="Gujarati"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags16.png) -91px -121px no-repeat;
}
#flags.size16 a[title="Haitian"], .tool-container .tool-items a[title="Haitian"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags16.png) -120px -121px no-repeat;
}
#flags.size16 a[title="Hausa"], .tool-container .tool-items a[title="Hausa"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags16.png) -149px -121px no-repeat;
}
#flags.size16 a[title="Hebrew"], .tool-container .tool-items a[title="Hebrew"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags16.png) -4px -150px no-repeat;
}
#flags.size16 a[title="Hindi"], .tool-container .tool-items a[title="Hindi"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags16.png) -33px -150px no-repeat;
}
#flags.size16 a[title="Hmong"], .tool-container .tool-items a[title="Hmong"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags16.png) -62px -150px no-repeat;
}
#flags.size16 a[title="Hungarian"], .tool-container .tool-items a[title="Hungarian"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags16.png) -91px -150px no-repeat;
}
#flags.size16 a[title="Hawaiian"], .tool-container .tool-items a[title="Hawaiian"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags16.png) -91px -469px no-repeat;
}
#flags.size16 a[title="Icelandic"], .tool-container .tool-items a[title="Icelandic"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags16.png) -120px -150px no-repeat;
}
#flags.size16 a[title="Igbo"], .tool-container .tool-items a[title="Igbo"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags16.png) -149px -150px no-repeat;
}
#flags.size16 a[title="Indonesian"], .tool-container .tool-items a[title="Indonesian"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags16.png) -4px -179px no-repeat;
}
#flags.size16 a[title="Irish"], .tool-container .tool-items a[title="Irish"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags16.png) -33px -179px no-repeat;
}
#flags.size16 a[title="Italian"], .tool-container .tool-items a[title="Italian"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags16.png) -62px -179px no-repeat;
}
#flags.size16 a[title="Japanese"], .tool-container .tool-items a[title="Japanese"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags16.png) -91px -179px no-repeat;
}
#flags.size16 a[title="Javanese"], .tool-container .tool-items a[title="Javanese"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags16.png) -120px -179px no-repeat;
}
#flags.size16 a[title="Kannada"], .tool-container .tool-items a[title="Kannada"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags16.png) -149px -179px no-repeat;
}
#flags.size16 a[title="Kazakh"], .tool-container .tool-items a[title="Kazakh"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags16.png) -4px -411px no-repeat;
}
#flags.size16 a[title="Khmer"], .tool-container .tool-items a[title="Khmer"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags16.png) -4px -208px no-repeat;
}
#flags.size16 a[title="Korean"], .tool-container .tool-items a[title="Korean"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags16.png) -33px -208px no-repeat;
}
#flags.size16 a[title="Kurdish"], .tool-container .tool-items a[title="Kurdish"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags16.png) -120px -469px no-repeat;
}
#flags.size16 a[title="Kyrgyz"], .tool-container .tool-items a[title="Kyrgyz"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags16.png) -149px -469px no-repeat;
}
#flags.size16 a[title="Lao"], .tool-container .tool-items a[title="Lao"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags16.png) -62px -208px no-repeat;
}
#flags.size16 a[title="Latin"], .tool-container .tool-items a[title="Latin"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags16.png) -91px -208px no-repeat;
}
#flags.size16 a[title="Latvian"], .tool-container .tool-items a[title="Latvian"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags16.png) -120px -208px no-repeat;
}
#flags.size16 a[title="Lithuanian"], .tool-container .tool-items a[title="Lithuanian"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags16.png) -149px -208px no-repeat;
}
#flags.size16 a[title="Luxembourgish"], .tool-container .tool-items a[title="Luxembourgish"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags16.png) -4px -498px no-repeat;
}
#flags.size16 a[title="Macedonian"], .tool-container .tool-items a[title="Macedonian"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags16.png) -4px -237px no-repeat;
}
#flags.size16 a[title="Malay"], .tool-container .tool-items a[title="Malay"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags16.png) -33px -237px no-repeat;
}
#flags.size16 a[title="Malagasy"], .tool-container .tool-items a[title="Malagasy"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags16.png) -62px -411px no-repeat;
}
#flags.size16 a[title="Malayalam"], .tool-container .tool-items a[title="Malayalam"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags16.png) -120px -411px no-repeat;
}
#flags.size16 a[title="Maltese"], .tool-container .tool-items a[title="Maltese"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags16.png) -62px -237px no-repeat;
}
#flags.size16 a[title="Maori"], .tool-container .tool-items a[title="Maori"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags16.png) -91px -237px no-repeat;
}
#flags.size16 a[title="Marathi"], .tool-container .tool-items a[title="Marathi"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags16.png) -120px -237px no-repeat;
}
#flags.size16 a[title="Mongolian"], .tool-container .tool-items a[title="Mongolian"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags16.png) -149px -237px no-repeat;
}
#flags.size16 a[title="Myanmar (Burmese)"], .tool-container .tool-items a[title="Myanmar (Burmese)"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags16.png) -149px -411px no-repeat;
}
#flags.size16 a[title="Nepali"], .tool-container .tool-items a[title="Nepali"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags16.png) -4px -266px no-repeat;
}
#flags.size16 a[title="Norwegian"], .tool-container .tool-items a[title="Norwegian"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags16.png) -33px -266px no-repeat;
}
#flags.size16 a[title="Pashto"], .tool-container .tool-items a[title="Pashto"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags16.png) -33px -498px no-repeat;
}
#flags.size16 a[title="Persian"], .tool-container .tool-items a[title="Persian"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags16.png) -62px -266px no-repeat;
}
#flags.size16 a[title="Polish"], .tool-container .tool-items a[title="Polish"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags16.png) -91px -266px no-repeat;
}
#flags.size16 a[title="Portuguese"], .tool-container .tool-items a[title="Portuguese"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags16.png) -120px -266px no-repeat;
}
#flags.size16 a.brazil[title="Portuguese"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags16.png) -149px -440px no-repeat;
}
#flags.size16 a[title="Punjabi"], .tool-container .tool-items a[title="Punjabi"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags16.png) -149px -266px no-repeat;
}
#flags.size16 a[title="Romanian"], .tool-container .tool-items a[title="Romanian"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags16.png) -4px -295px no-repeat;
}
#flags.size16 a[title="Russian"], .tool-container .tool-items a[title="Russian"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags16.png) -33px -295px no-repeat;
}
#flags.size16 a[title="Samoan"], .tool-container .tool-items a[title="Samoan"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags16.png) -33px -469px no-repeat;
}
#flags.size16 a[title="Scots Gaelic"], .tool-container .tool-items a[title="Scots Gaelic"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags16.png) -62px -469px no-repeat;
}
#flags.size16 a[title="Serbian"], .tool-container .tool-items a[title="Serbian"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags16.png) -62px -295px no-repeat;
}
#flags.size16 a[title="Sesotho"], .tool-container .tool-items a[title="Sesotho"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags16.png) -33px -411px no-repeat;
}
#flags.size16 a[title="Shona"], .tool-container .tool-items a[title="Shona"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags16.png) -62px -498px no-repeat;
}
#flags.size16 a[title="Sindhi"], .tool-container .tool-items a[title="Sindhi"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags16.png) -149px -353px no-repeat;
}
#flags.size16 a[title="Sinhala"], .tool-container .tool-items a[title="Sinhala"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags16.png) -4px -440px no-repeat;
}
#flags.size16 a[title="Slovak"], .tool-container .tool-items a[title="Slovak"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags16.png) -91px -295px no-repeat;
}
#flags.size16 a[title="Slovenian"], .tool-container .tool-items a[title="Slovenian"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags16.png) -120px -295px no-repeat;
}
#flags.size16 a[title="Somali"], .tool-container .tool-items a[title="Somali"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags16.png) -149px -295px no-repeat;
}
#flags.size16 a[title="Spanish"], .tool-container .tool-items a[title="Spanish"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags16.png) -4px -324px no-repeat;
}
#flags.size16 a.mexico[title="Spanish"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags16.png) -120px -440px no-repeat;
}
#flags.size16 a[title="Swahili"], .tool-container .tool-items a[title="Swahili"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags16.png) -33px -324px no-repeat;
}
#flags.size16 a[title="Swedish"], .tool-container .tool-items a[title="Swedish"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags16.png) -62px -324px no-repeat;
}
#flags.size16 a[title="Sundanese"], .tool-container .tool-items a[title="Sundanese"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags16.png) -149px -382px no-repeat;
}
#flags.size16 a[title="Tajik"], .tool-container .tool-items a[title="Tajik"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags16.png) -33px -440px no-repeat;
}
#flags.size16 a[title="Tamil"], .tool-container .tool-items a[title="Tamil"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags16.png) -91px -324px no-repeat;
}
#flags.size16 a[title="Telugu"], .tool-container .tool-items a[title="Telugu"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags16.png) -120px -324px no-repeat;
}
#flags.size16 a[title="Thai"], .tool-container .tool-items a[title="Thai"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags16.png) -149px -324px no-repeat;
}
#flags.size16 a[title="Turkish"], .tool-container .tool-items a[title="Turkish"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags16.png) -33px -353px no-repeat;
}
#flags.size16 a[title="Ukrainian"], .tool-container .tool-items a[title="Ukrainian"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags16.png) -62px -353px no-repeat;
}
#flags.size16 a[title="Urdu"], .tool-container .tool-items a[title="Urdu"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags16.png) -149px -353px no-repeat;
}
#flags.size16 a[title="Uzbek"], .tool-container .tool-items a[title="Uzbek"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags16.png) -62px -440px no-repeat;
}
#flags.size16 a[title="Vietnamese"], .tool-container .tool-items a[title="Vietnamese"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags16.png) -4px -382px no-repeat;
}
#flags.size16 a[title="Welsh"], .tool-container .tool-items a[title="Welsh"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags16.png) -33px -382px no-repeat;
}
#flags.size16 a[title="Xhosa"], .tool-container .tool-items a[title="Xhosa"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags16.png) -4px -5px no-repeat;
}
#flags.size16 a[title="Yiddish"], .tool-container .tool-items a[title="Yiddish"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags16.png) -62px -382px no-repeat;
}
#flags.size16 a[title="Yoruba"], .tool-container .tool-items a[title="Yoruba"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags16.png) -91px -382px no-repeat;
}
#flags.size16 a[title="Zulu"], .tool-container .tool-items a[title="Zulu"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags16.png) -120px -382px no-repeat;
}
#flags.size24 a[title="Afrikaans"], .tool-container .tool-items a[title="Afrikaans"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags.png) 0 -3px no-repeat;
}
#flags.size24 a[title="Albanian"], .tool-container .tool-items a[title="Albanian"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags.png) -29px -3px no-repeat;
}
#flags.size24 a[title="Amharic"], .tool-container .tool-items a[title="Amharic"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags.png) 0 -467px no-repeat;
}
#flags.size24 a[title="Arabic"], .tool-container .tool-items a[title="Arabic"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags.png) -58px -3px no-repeat;
}
#flags.size24 a[title="Armenian"], .tool-container .tool-items a[title="Armenian"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags.png) -87px -3px no-repeat;
}
#flags.size24 a[title="Azerbaijani"], .tool-container .tool-items a[title="Azerbaijani"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags.png) -116px -3px no-repeat;
}
#flags.size24 a[title="Basque"], .tool-container .tool-items a[title="Basque"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags.png) -145px -3px no-repeat;
}
#flags.size24 a[title="Belarusian"], .tool-container .tool-items a[title="Belarusian"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags.png) 0 -32px no-repeat;
}
#flags.size24 a[title="Bengali"], .tool-container .tool-items a[title="Bengali"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags.png) -29px -32px no-repeat;
}
#flags.size24 a[title="Bosnian"], .tool-container .tool-items a[title="Bosnian"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags.png) -58px -32px no-repeat;
}
#flags.size24 a[title="Bulgarian"], .tool-container .tool-items a[title="Bulgarian"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags.png) -87px -32px no-repeat;
}
#flags.size24 a[title="Catalan"], .tool-container .tool-items a[title="Catalan"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags.png) -116px -32px no-repeat;
}
#flags.size24 a[title="Cebuano"], .tool-container .tool-items a[title="Cebuano"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags.png) -145px -32px no-repeat;
}
#flags.size24 a[title="Chichewa"], .tool-container .tool-items a[title="Chichewa"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags.png) -87px -409px no-repeat;
}
#flags.size24 a[title="Chinese (Simplified)"], .tool-container .tool-items a[title="Chinese (Simplified)"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags.png) 0 -61px no-repeat;
}
#flags.size24 a[title="Chinese (Traditional)"], .tool-container .tool-items a[title="Chinese (Traditional)"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags.png) -29px -61px no-repeat;
}
#flags.size24 a[title="Corsican"], .tool-container .tool-items a[title="Corsican"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags.png) -116px -90px no-repeat;
}
#flags.size24 a[title="Croatian"], .tool-container .tool-items a[title="Croatian"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags.png) -58px -61px no-repeat;
}
#flags.size24 a[title="Czech"], .tool-container .tool-items a[title="Czech"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags.png) -87px -61px no-repeat;
}
#flags.size24 a[title="Danish"], .tool-container .tool-items a[title="Danish"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags.png) -116px -61px no-repeat;
}
#flags.size24 a[title="Dutch"], .tool-container .tool-items a[title="Dutch"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags.png) -145px -61px no-repeat;
}
#flags.size24 a[title="English"], .tool-container .tool-items a[title="English"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags.png) -87px -351px no-repeat;
}
#flags.size24 a.united-states[title="English"], .tool-container a.united-states[title="English"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags.png) -116px -351px no-repeat !important;
}
#flags.size24 a.canada[title="English"], .tool-container a.canada[title="English"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags.png) -87px -438px no-repeat !important;
}
#flags.size24 a[title="Esperanto"], .tool-container .tool-items a[title="Esperanto"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags.png) 0 -90px no-repeat;
}
#flags.size24 a[title="Estonian"], .tool-container .tool-items a[title="Estonian"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags.png) -29px -90px no-repeat;
}
#flags.size24 a[title="Filipino"], .tool-container .tool-items a[title="Filipino"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags.png) -58px -90px no-repeat;
}
#flags.size24 a[title="Finnish"], .tool-container .tool-items a[title="Finnish"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags.png) -87px -90px no-repeat;
}
#flags.size24 a[title="French"], .tool-container .tool-items a[title="French"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags.png) -116px -90px no-repeat;
}
#flags.size24 a[title="Frisian"], .tool-container .tool-items a[title="Frisian"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags.png) -145px -61px no-repeat;
}
#flags.size24 a[title="Galician"], .tool-container .tool-items a[title="Galician"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags.png) -145px -90px no-repeat;
}
#flags.size24 a[title="Georgian"], .tool-container .tool-items a[title="Georgian"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags.png) 0 -119px no-repeat;
}
#flags.size24 a[title="German"], .tool-container .tool-items a[title="German"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags.png) -29px -119px no-repeat;
}
#flags.size24 a[title="Greek"], .tool-container .tool-items a[title="Greek"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags.png) -58px -119px no-repeat;
}
#flags.size24 a[title="Gujarati"], .tool-container .tool-items a[title="Gujarati"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags.png) -87px -119px no-repeat;
}
#flags.size24 a[title="Haitian"], .tool-container .tool-items a[title="Haitian"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags.png) -116px -119px no-repeat;
}
#flags.size24 a[title="Hausa"], .tool-container .tool-items a[title="Hausa"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags.png) -145px -119px no-repeat;
}
#flags.size24 a[title="Hebrew"], .tool-container .tool-items a[title="Hebrew"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags.png) 0 -148px no-repeat;
}
#flags.size24 a[title="Hindi"], .tool-container .tool-items a[title="Hindi"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags.png) -29px -148px no-repeat;
}
#flags.size24 a[title="Hmong"], .tool-container .tool-items a[title="Hmong"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags.png) -58px -148px no-repeat;
}
#flags.size24 a[title="Hungarian"], .tool-container .tool-items a[title="Hungarian"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags.png) -87px -148px no-repeat;
}
#flags.size24 a[title="Hawaiian"], .tool-container .tool-items a[title="Hawaiian"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags.png) -87px -467px no-repeat;
}
#flags.size24 a[title="Icelandic"], .tool-container .tool-items a[title="Icelandic"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags.png) -116px -148px no-repeat;
}
#flags.size24 a[title="Igbo"], .tool-container .tool-items a[title="Igbo"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags.png) -145px -148px no-repeat;
}
#flags.size24 a[title="Indonesian"], .tool-container .tool-items a[title="Indonesian"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags.png) 0 -177px no-repeat;
}
#flags.size24 a[title="Irish"], .tool-container .tool-items a[title="Irish"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags.png) -29px -177px no-repeat;
}
#flags.size24 a[title="Italian"], .tool-container .tool-items a[title="Italian"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags.png) -58px -177px no-repeat;
}
#flags.size24 a[title="Japanese"], .tool-container .tool-items a[title="Japanese"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags.png) -87px -177px no-repeat;
}
#flags.size24 a[title="Javanese"], .tool-container .tool-items a[title="Javanese"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags.png) -116px -177px no-repeat;
}
#flags.size24 a[title="Kannada"], .tool-container .tool-items a[title="Kannada"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags.png) -145px -177px no-repeat;
}
#flags.size24 a[title="Kazakh"], .tool-container .tool-items a[title="Kazakh"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags.png) 0 -409px no-repeat;
}
#flags.size24 a[title="Khmer"], .tool-container .tool-items a[title="Khmer"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags.png) 0 -206px no-repeat;
}
#flags.size24 a[title="Korean"], .tool-container .tool-items a[title="Korean"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags.png) -29px -206px no-repeat;
}
#flags.size24 a[title="Kurdish"], .tool-container .tool-items a[title="Kurdish"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags.png) -116px -467px no-repeat;
}
#flags.size24 a[title="Kyrgyz"], .tool-container .tool-items a[title="Kyrgyz"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags.png) -145px -467px no-repeat;
}
#flags.size24 a[title="Lao"], .tool-container .tool-items a[title="Lao"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags.png) -58px -206px no-repeat;
}
#flags.size24 a[title="Latin"], .tool-container .tool-items a[title="Latin"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags.png) -87px -206px no-repeat;
}
#flags.size24 a[title="Latvian"], .tool-container .tool-items a[title="Latvian"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags.png) -116px -206px no-repeat;
}
#flags.size24 a[title="Lithuanian"], .tool-container .tool-items a[title="Lithuanian"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags.png) -145px -206px no-repeat;
}
#flags.size24 a[title="Luxembourgish"], .tool-container .tool-items a[title="Luxembourgish"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags.png) 0 -496px no-repeat;
}
#flags.size24 a[title="Macedonian"], .tool-container .tool-items a[title="Macedonian"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags.png) 0 -235px no-repeat;
}
#flags.size24 a[title="Malagasy"], .tool-container .tool-items a[title="Malagasy"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags.png) -58px -409px no-repeat;
}
#flags.size24 a[title="Malay"], .tool-container .tool-items a[title="Malay"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags.png) -29px -235px no-repeat;
}
#flags.size24 a[title="Malayalam"], .tool-container .tool-items a[title="Malayalam"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags.png) -116px -409px no-repeat;
}
#flags.size24 a[title="Maltese"], .tool-container .tool-items a[title="Maltese"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags.png) -58px -235px no-repeat;
}
#flags.size24 a[title="Maori"], .tool-container .tool-items a[title="Maori"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags.png) -87px -235px no-repeat;
}
#flags.size24 a[title="Marathi"], .tool-container .tool-items a[title="Marathi"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags.png) -116px -235px no-repeat;
}
#flags.size24 a[title="Mongolian"], .tool-container .tool-items a[title="Mongolian"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags.png) -145px -235px no-repeat;
}
#flags.size24 a[title="Myanmar (Burmese)"], .tool-container .tool-items a[title="Myanmar (Burmese)"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags.png) -145px -409px no-repeat;
}
#flags.size24 a[title="Nepali"], .tool-container .tool-items a[title="Nepali"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags.png) 0 -264px no-repeat;
}
#flags.size24 a[title="Norwegian"], .tool-container .tool-items a[title="Norwegian"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags.png) -29px -264px no-repeat;
}
#flags.size24 a[title="Pashto"], .tool-container .tool-items a[title="Pashto"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags.png) -29px -496px no-repeat;
}
#flags.size24 a[title="Persian"], .tool-container .tool-items a[title="Persian"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags.png) -58px -264px no-repeat;
}
#flags.size24 a[title="Polish"], .tool-container .tool-items a[title="Polish"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags.png) -87px -264px no-repeat;
}
#flags.size24 a[title="Portuguese"], .tool-container .tool-items a[title="Portuguese"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags.png) -116px -264px no-repeat;
}
#flags.size24 a.brazil[title="Portuguese"], .tool-container a.brazil[title="Portuguese"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags.png) -145px -438px no-repeat !important;
}
#flags.size24 a[title="Punjabi"], .tool-container .tool-items a[title="Punjabi"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags.png) -145px -264px no-repeat;
}
#flags.size24 a[title="Romanian"], .tool-container .tool-items a[title="Romanian"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags.png) 0 -293px no-repeat;
}
#flags.size24 a[title="Russian"], .tool-container .tool-items a[title="Russian"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags.png) -29px -293px no-repeat;
}
#flags.size24 a[title="Samoan"], .tool-container .tool-items a[title="Samoan"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags.png) -29px -467px no-repeat;
}
#flags.size24 a[title="Scots Gaelic"], .tool-container .tool-items a[title="Scots Gaelic"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags.png) -58px -467px no-repeat;
}
#flags.size24 a[title="Serbian"], .tool-container .tool-items a[title="Serbian"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags.png) -58px -293px no-repeat;
}
#flags.size24 a[title="Sesotho"], .tool-container .tool-items a[title="Sesotho"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags.png) -29px -409px no-repeat;
}
#flags.size24 a[title="Sindhi"], .tool-container .tool-items a[title="Sindhi"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags.png) -145px -351px no-repeat;
}
#flags.size24 a[title="Sinhala"], .tool-container .tool-items a[title="Sinhala"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags.png) 0 -438px no-repeat;
}
#flags.size24 a[title="Shona"], .tool-container .tool-items a[title="Shona"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags.png) -58px -496px no-repeat;
}
#flags.size24 a[title="Slovak"], .tool-container .tool-items a[title="Slovak"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags.png) -87px -293px no-repeat;
}
#flags.size24 a[title="Slovenian"], .tool-container .tool-items a[title="Slovenian"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags.png) -116px -293px no-repeat;
}
#flags.size24 a[title="Somali"], .tool-container .tool-items a[title="Somali"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags.png) -145px -293px no-repeat;
}
#flags.size24 a[title="Spanish"], .tool-container .tool-items a[title="Spanish"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags.png) 0 -322px no-repeat;
}
#flags.size24 a.mexico[title="Spanish"], .tool-container a.mexico[title="Spanish"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags.png) -116px -438px no-repeat !important;
}
#flags.size24 a[title="Sundanese"], .tool-container .tool-items a[title="Sundanese"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags.png) -145px -380px no-repeat;
}
#flags.size24 a[title="Swahili"], .tool-container .tool-items a[title="Swahili"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags.png) -29px -322px no-repeat;
}
#flags.size24 a[title="Swedish"], .tool-container .tool-items a[title="Swedish"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags.png) -58px -322px no-repeat;
}
#flags.size24 a[title="Tajik"], .tool-container .tool-items a[title="Tajik"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags.png) -29px -438px no-repeat;
}
#flags.size24 a[title="Tamil"], .tool-container .tool-items a[title="Tamil"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags.png) -87px -322px no-repeat;
}
#flags.size24 a[title="Telugu"], .tool-container .tool-items a[title="Telugu"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags.png) -116px -322px no-repeat;
}
#flags.size24 a[title="Thai"], .tool-container .tool-items a[title="Thai"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags.png) -145px -322px no-repeat;
}
#flags.size24 a[title="Turkish"], .tool-container .tool-items a[title="Turkish"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags.png) -29px -351px no-repeat;
}
#flags.size24 a[title="Ukrainian"], .tool-container .tool-items a[title="Ukrainian"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags.png) -58px -351px no-repeat;
}
#flags.size24 a[title="Urdu"], .tool-container .tool-items a[title="Urdu"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags.png) -145px -351px no-repeat;
}
#flags.size24 a[title="Uzbek"], .tool-container .tool-items a[title="Uzbek"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags.png) -58px -438px no-repeat;
}
#flags.size24 a[title="Vietnamese"], .tool-container .tool-items a[title="Vietnamese"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags.png) 0 -380px no-repeat;
}
#flags.size24 a[title="Welsh"], .tool-container .tool-items a[title="Welsh"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags.png) -29px -380px no-repeat;
}
#flags.size24 a[title="Xhosa"], .tool-container .tool-items a[title="Xhosa"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags.png) 0 -3px no-repeat;
}
#flags.size24 a[title="Yiddish"], .tool-container .tool-items a[title="Yiddish"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags.png) -58px -380px no-repeat;
}
#flags.size24 a[title="Yoruba"], .tool-container .tool-items a[title="Yoruba"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags.png) -87px -380px no-repeat;
}
#flags.size24 a[title="Zulu"], .tool-container .tool-items a[title="Zulu"] {
background: url(//www.filter-concept.com/wp-content/plugins/google-language-translator/css/../images/flags.png) -116px -380px no-repeat;
}
.glt-controls {
margin-bottom: 15px;
background: #f0f0f0;
padding: 10px;
}
@media only screen and (max-width:767px) {
.metabox-holder {
float: none !important;
width: 100% !important;
}
.flagdisplay {
float: none !important;
width: 100% !important;
}
.flagdisplay div {
margin-bottom: 10px;
}
}div.wpcf7 {
margin: 0;
padding: 0;
}
div.wpcf7-response-output {
margin: 2em .5em 1em;
padding: .2em 1em;
}
div.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
height: 1px;
width: 1px;
margin: 0;
padding: 0;
border: 0;
}
div.wpcf7-mail-sent-ok {
border: 2px solid #398f14;
}
div.wpcf7-mail-sent-ng {
border: 2px solid red;
}
div.wpcf7-spam-blocked {
border: 2px solid orange;
}
div.wpcf7-validation-errors {
border: 2px solid #f7e700;
}
.wpcf7-form-control-wrap {
position: relative;
}
span.wpcf7-not-valid-tip {
color: #f00;
font-size: 1em;
display: block;
}
.use-floating-validation-tip span.wpcf7-not-valid-tip {
position: absolute;
top: 20%;
left: 20%;
z-index: 100;
border: 1px solid red;
background: #fff;
padding: .2em .8em;
}
span.wpcf7-list-item {
margin-left: .5em;
}
.wpcf7-display-none {
display: none;
}
div.wpcf7 img.ajax-loader {
border: 0;
vertical-align: middle;
margin-left: 4px;
}
div.wpcf7 div.ajax-error {
display: none;
}
div.wpcf7 .placeheld {
color: #888;
}
.stButton .stFb, .stButton .stTwbutton, .stButton .stMainServices {
height: 22px !important;
}
.stButton .stButton_gradient {
height: 22px !important;
}
.wp-pagenavi {
clear: both;
}
.wp-pagenavi a, .wp-pagenavi span {
text-decoration: none;
border: 1px solid #bfbfbf;
padding: 3px 5px;
margin: 2px;
}
.wp-pagenavi a:hover, .wp-pagenavi span.current {
border-color: #000;
}
.wp-pagenavi span.current {
font-weight: bold;
}
.sing-press-title {
margin: 25px 0 20px 0;
}
.sing-press-con-img img {
float: left;
margin: 10px 20px 4px 0;
}
#ari-client-sec .icon-item {
background-color: #fff;
text-align: left;
float: left;
width: 190px;
height: 190px;
line-height: 190px;
padding: 0 30px;
margin: 0 38px 38px 0;
position: relative;
text-align: center;
}
#ari-client-sec .icon-item img {
vertical-align: middle;
display: inline-block;
}
@media only screen and (max-width:767px) {
#ari-client-sec .icon-item {
width: 150px;
height: 150px;
line-height: 150px;
padding: 0 15px;
margin: 0 22px 22px 0;
}
}#ari-client-sec .module__lead-info .container.icon-container {
padding-right: 0;
}
#ari-client-sec .module__lead-info .container {
padding: 40px 20px;
}
#ari-client-sec .module__lead-info header>.container {
max-width: 768px;
padding: 100px 40px 10px 40px;
}
@media only screen and (max-width:767px) {
#ari-client-sec .module__lead-info header>.container {
padding-top: 60px;
}
}@media only screen and (max-width:767px) {
#ari-client-sec .module__lead-info .container {
padding-top: 0;
padding-bottom: 0;
}
}#ari-client-sec .module__lead-info.extra__padding-bottom h2 {
font-weight: 200;
}
#ari-client-sec .extra__padding-bottom {
padding-bottom: 80px !important;
}
@media only screen and (max-width:767px) {
#ari-client-sec .extra__padding-bottom {
padding-bottom: 60px !important;
}
}#ari-client-sec .module__lead-info.extra__padding-bottom h2 {
font-weight: 200;
}
#ari-client-sec .bg-light-grey {
background-color: #f5f5f5 !important;
color: #666 !important;
}
#ari-client-sec .bg-white h2, .bg-white h3, .bg-white p, .bg-white .two-column-item, .bg-grey h2, .bg-grey h3, .bg-grey p, .bg-grey .two-column-item, .bg-light-grey h2, .bg-light-grey h3, .bg-light-grey p, .bg-light-grey .two-column-item {
color: #666 !important;
}
#ari-client-sec .container {
max-width: 1162px;
margin: 0 auto;
}
#ari-client-sec section .container {
padding: 0 20px;
}
#ari-client-sec .container:before, #ari-client-sec .container:after, #ari-client-sec .clearfix:before, #ari-client-sec .clearfix:after {
content: " ";
display: table;
}
#ari-client-sec .container:after, #ari-client-sec .clearfix:after {
clear: both;
}
#ari-client-sec img {
display: block;
max-width: 100%;
height: auto;
}
#ari-client-sec .module__lead-info .client-desc {
color: #666;
font-size: 18px;
font-weight: 400;
line-height: 30px;
text-align: center;
}
.all-form {
text-align: left;
}
.all-form p {
font-size: 18px;
line-height: 33px;
}
.all-form p input[type="text"] {
background-color: #f5f5f5 !important;
border: 0 none !important;
font-size: 15px !important;
height: 40px !important;
padding: 0 10px !important;
width: 300px !important;
}
.all-form p textarea {
background: #f5f5f5 none repeat scroll 0 0;
border: medium none;
font-family: 'source_sans_proregular';
overflow: auto;
font-size: 15px;
font-weight: 400;
padding: 13px 15px;
color: #625e5d;
width: 300px;
height: 105px;
}
.all-form p input[type="submit"] {
background-color: #1a9bae;
border: 0 none;
border-radius: 3px;
color: #fff;
font-size: 15px;
font-weight: 400;
height: auto;
margin: 20px 0;
padding: 13px 15px;
width: auto;
cursor: pointer;
}
.all-form p input[type="reset"] {
background-color: #1a9bae;
border: 0 none;
border-radius: 3px;
color: #fff;
font-size: 15px;
font-weight: 400;
height: auto;
margin: 20px 0;
padding: 13px 15px;
width: auto;
cursor: pointer;
}
.module__generic.search-results {
background-color: #fff !important;
border-top: 1px solid #d9d9d9 !important;
}
.module__generic.search-results .container {
max-width: 1162px !important;
padding: 10px 20px 10px !important;
}
.module__generic.search-results header .container {
float: none !important;
padding-top: 50px !important;
}
.module__generic header .container div {
max-width: 760px !important;
}
.module__generic header h2 {
margin: 0 !important;
line-height: normal;
}
.module__generic h2 {
color: #666 !important;
font-size: 45px !important;
font-weight: 200 !important;
text-align: left !important;
}
.search-term {
color: #999 !important;
}
.module__generic.search-results article {
padding-bottom: 10px !important;
margin-top: 30px;
}
.search-results h4 {
font-size: 18px !important;
font-weight: 400 !important;
margin-bottom: 10px !important;
max-width: 760px !important;
}
.module__generic article a {
color: #199cad !important;
text-decoration: none !important;
}
#cboxTitle {
bottom: 0;
}
.ari-press-single .module__article .container {
padding: 20px 20px 40px;
}
.ari-press-single .container {
margin: 0 auto;
max-width: 1162px;
}
.ari-press-single .module__article header h2 {
margin: 0;
}
.ari-press-single .module__article h2 {
color: #666;
font-size: 33px;
font-weight: bold;
margin-top: 0;
text-align: left;
line-height: normal;
font-family: source_sans_prolight;
}
.ari-press-single .module__article aside {
float: left;
width: 280px;
}
.ari-press-single .module__article aside h4 {
color: #666;
font-size: 21px;
font-weight: 400;
}
.ari-press-single .module__article aside p {
color: #999;
font-size: 21px;
font-weight: 400;
margin: 6px 0 30px;
padding: 0;
}
.ari-press-single .social-fb {
background-image: url(//www.filter-concept.com/wp-content/themes/filterconcept/images/facebook.png);
}
.ari-press-single .social-tw {
background-image: url(//www.filter-concept.com/wp-content/themes/filterconcept/images/twitter.png);
}
.ari-press-single .social-li {
background-image: url(//www.filter-concept.com/wp-content/themes/filterconcept/images/linkedin.png);
}
.ari-press-single .social-em {
background-image: url(//www.filter-concept.com/wp-content/themes/filterconcept/images/google-plus.png);
}
.ari-press-single .share {
background-position: 0 0;
background-repeat: no-repeat;
display: block;
float: left;
height: 32px !important;
margin-right: 5px;
width: 32px !important;
}
.ari-press-single .module__article article {
margin-left: 280px;
padding-bottom: 20px;
}
.ari-press-single .module__article article p {
color: #666;
font-size: 21px;
font-weight: 400;
margin-bottom: 30px;
font-family: source_sans_prolight;
line-height: 30px;
}
.ari-press-single .module__article figure {
margin: 0;
padding: 20px 0 40px;
}
.ari-press-single img {
display: block;
height: auto;
max-width: 100%}
@media only screen and (max-width:1200px) {
.ari-press-single .module__article aside {
float: left;
width: 180px;
}
.ari-press-single .module__article article {
margin-left: 180px;
}
.ari-press-single .module__article h2 {
font-size: 40px;
}
}@media only screen and (max-width:767px) {
.ari-press-single .module__article .container {
padding-bottom: 0;
}
.ari-press-single .module__article aside {
float: none;
width: 100%;
height: 100px;
}
.ari-press-single .module__article aside div {
float: left;
width: 50%}
.ari-press-single .module__article article {
margin-left: 0;
clear: both;
}
.ari-press-single .module__article article p {
font-size: 21px;
}
}@media(-webkit-min-device-pixel-ratio:2), (min-resolution:192dpi), (min-resolution:2dppx) {
.ari-press-single .module__article figcaption {
background-image: url(//www.filter-concept.com/wp-content/themes/filterconcept/images/icon-photo-caption@2x.png);
background-size: 18px 18px;
}
.ari-press-single .social-fb {
background-image: url(//www.filter-concept.com/wp-content/themes/filterconcept/images/facebook.png);
background-size: 25px 18px;
}
.ari-press-single .social-tw {
background-image: url(//www.filter-concept.com/wp-content/themes/filterconcept/images/twitter.png);
background-size: 36px 18px;
}
.ari-press-single .social-li {
background-image: url(//www.filter-concept.com/wp-content/themes/filterconcept/images/linkedin.png);
background-size: 40px;
}
.ari-press-single .social-em {
background-image: url(//www.filter-concept.com/wp-content/themes/filterconcept/images/google-plus.png);
background-size: 32px 18px;
}
}@media only screen and (min-width:701px) {
.all-form p {
display: inline-table;
width: 48%}
}.widget-area .widget-title {
font-size: 25px;
font-weight: bold;
padding-bottom: 15px;
padding-top: 15px;
}
.widget-area ul li a {
font-size: 18px;
line-height: 27px;
}
.blog-container {
padding-top: 80px;
}
.blog-container .main-row {
width: 100%;
display: inline-flex;
}
.main-row .blog-list {
width: 100%;
padding-bottom: 20px;
}
.blog-list .blog-title {
color: #199cad;
font-size: 28px;
line-height: 28px;
margin-bottom: 14px;
font-family: source_sans_prolight;
}
.blog-list .readMore {
color: #199cad;
font-size: 18px;
text-decoration: underline;
padding-bottom: 20px;
font-family: source_sans_prosemibold;
float: right;
padding-right: 50px;
}
.main-row .sidebar {
width: 30%;
margin-left: 10px;
}
.blog-short-content {
color: #666;
font-family: source_sans_prolight;
font-size: 21px;
font-weight: 400;
line-height: 30px;
margin-bottom: 30px;
}
.ari-press-single .module__article .blog-single {
padding: 25px 20px 1px;
}
.blog-title a {
color: #666;
font-family: source_sans_prolight;
font-size: 33px;
font-weight: bold;
line-height: normal;
}
.blog-category-title {
padding-bottom: 20px;
line-height: normal;
}
.blog-archive-title {
padding-bottom: 20px;
line-height: normal;
}
#recent-posts-2, #categories-2, #tag_cloud-2, #archives-2 {
margin-bottom: 20px;
}
.tagcloud a {
font-size: 18px !important;
}
.ari-press-single {
min-height: 550px;
}
.side-bar-position {
display: table !important;
}
.side-bar-position .change-posite {
display: table-footer-group !important;
}
@media only screen and (max-width:700px) {
.main-row {
display: inline-block !important;
}
.main-row .sidebar {
width: 100% !important;
}
}@media only screen and (max-width:350px) {
.change-posite h4 {
font-size: 15px !important;
}
}.wp-pagenavi {
margin-top: 30px;
line-height: normal;
}
.white-bg {
background: #fff !important;
}
.icon-container article {
border: 1px solid #e8e8e8;
}
.award-year {
font-weight: bold;
padding-bottom: 5px;
}
.mobile-table table tbody tr td {
font-size: 22px;
font-family: source_sans_prolight;
}
.serch-res-sty {
padding-top: 50px;
padding-bottom: 30px;
}
.search-result-content .no-break {
display: none;
}
.site-map li {
text-align: left;
}
.site-map ul li ul li ul li a {
font-size: 18px;
}
.site-map ul li ul li a {
font-size: 18px;
font-weight: bold;
}
.site-map .product-class ul li a {
font-size: 20px;
font-weight: bold;
}
.site-map .product-class ul li ul li a {
font-size: 18px;
font-weight: bold;
}
.site-map ul li a {
font-size: 22px;
font-weight: bold;
}
.commonGrayRow .site-map ul {
padding-bottom: 1px;
}
.site-map ul {
overflow: hidden;
}
.site-map li {
width: 50%;
line-height: 1.5em;
float: left;
display: inline;
}
.site-map ul li {
width: 100%}
.site-map ul li ul li {
width: 50%}
.site-map .product-class ul li {
width: 100%}
.site-map .product-class ul li ul li {
width: 50%}
.site-map-main .commonGrayRow {
padding-top: 1px !important;
}
.sitemap-top-coman .ourCoreBusiness {
padding-bottom: 1px !important;
}
.site-map .site-map-menu .menu-item-530 {
display: none;
}
.commonBoxList h2 {
height: 100px !important;
margin-bottom: 0 !important;
font-size: 24px !important;
}
.productImgArea p {
color: #3d3d3d !important;
}
.all-form .captcha {
width: 48%}
@media only screen and (min-width:701px) {
.all-form .resume {
float: right;
}
}@media only screen and (min-width:701px) and (max-width:1024px) {
.all-form .resume {
margin-right: 32px;
}
}@media only screen and (min-width:1025px) {
.all-form .resume {
margin-right: 45px;
}
}@media only screen and (min-width:1025px) {
.wp-pagenavi {
padding-left: 20px;
}
}.home-read-more {
display: table !important;
margin: 0 auto !important;
padding-top: 40px !important;
}
.h2-to-h1 {
color: #199cad;
font-family: lane_-_narrowregular;
font-size: 55px;
line-height: 65px;
margin-bottom: 25px;
}
.boxLarge h4, .boxSmall h4 {
font-family: lane_-_narrowregular;
bottom: 0;
color: #fff;
font-size: 37px;
left: 0;
line-height: 37px;
padding-bottom: 10px;
padding-left: 35px;
padding-right: 0;
padding-top: 0;
position: absolute;
transition-delay: 0s;
transition-duration: .2s;
transition-property: all;
transition-timing-function: linear;
}
.certification h4 {
font-family: lane_-_narrowregular;
color: #4f4c4d;
float: left;
font-size: 55px;
line-height: 60px;
margin-top: 58px;
text-align: center;
width: 100%}
.aboutFC h4, .aboutFC h1, .aboutFC h2 {
font-family: lane_-_narrowregular;
color: #fff;
font-size: 55px;
line-height: 65px;
margin-bottom: 30px;
}
.aboutFC .inner1 {
margin: 0 auto;
width: 100%}
.aboutFC .inner1 p {
margin-bottom: 25px !important;
}
.enquiryForm h4 {
border-bottom-color: #ccc;
border-bottom-style: solid;
border-bottom-width: 1px;
color: #199bae;
font-family: source_sans_prosemibold;
font-size: 25px;
line-height: 32px;
margin-bottom: 20px;
padding-bottom: 10px;
}
.display-inline-class {
display: inline;
}
.ourCoBuss-p-to-h1 {
font-family: lane_-_narrowregular;
color: #199cad;
font-size: 55px;
line-height: 70px;
margin-bottom: 40px;
}
.photoRow .photoCol .title h1 {
font-family: source_sans_prolight;
bottom: 0;
color: #fff;
font-size: 22px;
left: 0;
padding-bottom: 40px;
padding-left: 0;
padding-right: 0;
padding-top: 40px;
position: absolute;
text-align: center;
text-shadow: 2px 2px #000;
width: 100%}
.mobile-table h2 {
font-family: source_sans_prolight;
font-size: 22px;
color: #625e5d;
margin: 0;
padding: 0;
line-height: normal;
}
.down-h2-table table tr td h2 {
font-family: 'Open Sans';
font-size: 15px;
color: #625e5d;
margin: 0;
padding: 0;
line-height: normal;
}
.container .search-res-no-found {
text-align: center !important;
padding: 20px;
}
.sep-ul-p-font-set ol li {
font-family: source_sans_prolight;
font-size: 21px;
font-weight: 400;
line-height: 30px;
}
.sep-ul-p-font-set p {
padding-top: 6px;
padding-bottom: 30px;
}
.incress-font-size p {
font-size: 18px !important;
}
article .press-gallery ul li {
background: none !important;
}
#habla_window_div {
right: 145px !important;
}
#glt-translate-trigger {
padding: 7px 20px !important;
}
.blog-sing-h1-title {
color: #666;
font-family: source_sans_prolight;
font-size: 33px;
font-weight: bold;
line-height: normal;
text-align: left;
}
.container article ol li {
font-family: source_sans_prolight;
font-size: 18px;
line-height: 1.5;
list-style-type: block;
}
.container article ol li {
padding-bottom: 6px;
padding-left: 10px;
padding-right: 0;
padding-top: 6px;
}
.container article ol {
padding-inline-start: 20px;
margin-bottom: 20px;
}
@media screen and (min-width:1024px) {
.app-two-column-menu: hover .sub-menu {
display: inline-block;
width: 500px !important;
}
.app-two-column-menu:hover .sub-menu li {
width: 50% !important;
}
.app-two-column-menu:hover .sub-menu li:nth-child(even) {
float: right;
}
.grayRow .commonBoxRow .box {
min-height: 182px !important;
}
}.footerNav li {
padding-right: 2px;
}
#glt-translate-trigger {
margin-right: 180px !important;
}
.marquee {
font-size: 18px;
padding: 7px 0 10px;
}
.sep {
padding: 0 15px;
}
.ari-press-single .module__article h1 {
color: #666;
font-family: source_sans_prolight;
font-size: 33px;
font-weight: bold;
line-height: normal;
margin-top: 0;
text-align: left;
}
.breadcrumb li h1 {
color: #fff;
display: inline-block;
font-size: 18px;
}
.mainhone, .commonGrayRow h1 {
color: #199cad;
font-family: lane_-_narrowregular;
font-size: 55px;
line-height: 65px;
margin-bottom: 25px;
}
.btn1 {
background-color: #1a9bae;
border: 0 none;
border-radius: 3px;
color: #fff;
cursor: pointer;
font-size: 15px;
font-weight: 400;
height: auto;
margin: 20px 0;
padding: 13px 15px;
width: auto;
}
.footermenusection {
border-top: 1px solid #ccc;
}
.footermenusection h2 {
font-size: 18px;
padding: 0;
margin: 0;
font-family: source_sans_proregular;
color: #625e5d;
line-height: normal;
}
.footer-menu3 .footer-menu {
display: inline-table;
width: 100%}
.footer-menu3 .footer-menu ul {
padding-bottom: 0;
}
.footer-menu3 .footer-menu ul li {
background: none;
line-height: normal;
padding: 4px 0 4px 0;
}
@media only screen and (min-width:701px) {
.footer-menu3 .footer-menu {
display: inline-table;
width: 24%}
}.footer-menu {
padding: 0 10px;
}
.ulp-window-bottom-left {
bottom: 22px !important;
left: 16px !important;
}
.sliderArea .overlay h3 {
color: #fff;
font-family: lane_-_narrowregular;
font-size: 50px;
line-height: 60px;
padding-bottom: 20px;
}
.videoRow .box h3 {
background: rgba(0, 0, 0, 0) url(//www.filter-concept.com/wp-content/themes/filterconcept/css/../images/video-bg.png) repeat-x scroll 0 bottom;
bottom: 0;
color: #fff;
font-size: 21px;
left: 0;
line-height: 30px;
padding: 20px 10px;
position: absolute;
text-align: center;
width: 100%}
.exibition .tableRowOdd, .exibition tr:nth-child(2n+1) td {
background-color: #ededef !important;
}
.exibition {
background-color: #ededef !important;
}
.wpcf7-date {
border: 1px solid #625e5d !important;
border-radius: 0 !important;
background: #fff !important;
padding: 0 12px !important;
line-height: 33px !important;
color: #625e5d !important;
height: 35px !important;
}
.ulp-overlay {
position: fixed!important;
z-index: 1000000;
top: 0;
left: 0;
height: 100%;
width: 100%;
display: none;
animation-duration: 1000ms!important;
-webkit-animation-duration: 1000ms!important;
-ms-animation-duration: 1000ms!important;
-moz-animation-duration: 1000ms!important;
animation-delay: 0!important;
-webkit-animation-delay: 0!important;
-ms-animation-delay: 0!important;
-moz-animation-delay: 0!important;
background: center center;
}
.ulp-window {
position: fixed!important;
z-index: 1000001;
text-align: left;
display: none;
}
.ulp-window-top-left {
top: 16px!important;
left: 16px!important;
transform: translate(0, 0);
-ms-transform: translate(0, 0);
-webkit-transform: translate(0, 0);
}
.ulp-window-top-center {
top: 16px!important;
left: 50%!important;
transform: translate(-50%, 0);
-ms-transform: translate(-50%, 0);
-webkit-transform: translate(-50%, 0);
}
.ulp-window-top-right {
top: 16px!important;
right: 16px!important;
transform: translate(0, 0);
-ms-transform: translate(0, 0);
-webkit-transform: translate(0, 0);
}
.ulp-window-middle-left {
left: 16px!important;
top: 50%!important;
transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
-webkit-transform: translate(0, -50%);
}
.ulp-window-middle-center {
left: 50%!important;
top: 50%!important;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
}
.ulp-window-middle-right {
right: 16px!important;
top: 50%!important;
transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
-webkit-transform: translate(0, -50%);
}
.ulp-window-bottom-left {
bottom: 16px!important;
left: 16px!important;
transform: translate(0, 0);
-ms-transform: translate(0, 0);
-webkit-transform: translate(0, 0);
}
.ulp-window-bottom-center {
bottom: 16px!important;
left: 50%!important;
transform: translate(-50%, 0);
-ms-transform: translate(-50%, 0);
-webkit-transform: translate(-50%, 0);
}
.ulp-window-bottom-right {
bottom: 16px!important;
right: 16px!important;
transform: translate(0, 0);
-ms-transform: translate(0, 0);
-webkit-transform: translate(0, 0);
}
.ulp-inline-window {
text-align: left;
display: none;
margin: 0 auto;
direction: ltr;
}
.ulp-content {
position: relative;
}
.ulp-layer {
position: absolute;
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
-o-box-sizing: border-box;
-khtml-box-sizing: border-box;
text-align: justify;
line-height: 1.475;
letter-spacing: 0;
background: center center;
}
.ulp-layer a {
transition-duration: .3s;
-moz-transition-duration: .3s;
-webkit-transition-duration: .3s;
-o-transition-duration: .3s;
-khtml-transition-duration: .3s;
}
.ulp-layer a i {
color: inherit!important;
}
.ulp-layer #fbLikeButton span {
text-align: left!important;
}
.ulp-layer img {
max-width: 100%!important;
min-width: 0!important;
margin: 0!important;
padding: 0!important;
border: none!important;
box-shadow: none!important;
-webkit-box-shadow: none!important;
-moz-box-shadow: none!important;
-ms-box-shadow: none!important;
-o-box-shadow: none!important;
}
.ulp-layer .fa {
font-family: FontAwesome!important;
}
.ulp-input {
-moz-border-radius: 2px!important;
-webkit-border-radius: 2px!important;
-o-border-radius: 2px!important;
-ms-border-radius: 2px!important;
-khtml-border-radius: 2px!important;
border-radius: 2px!important;
vertical-align: middle!important;
border-width: 1px!important;
border-style: solid!important;
border-color: #888;
border-spacing: 0!important;
clear: both!important;
width: 100%!important;
margin: 0!important;
-moz-box-sizing: border-box!important;
-webkit-box-sizing: border-box!important;
-ms-box-sizing: border-box!important;
box-sizing: border-box!important;
height: 100%!important;
background: #fff;
margin: 0!important;
padding: .3em 1em!important;
line-height: 1.5!important;
background: hsla(0, 0, 100%, .8);
-moz-box-shadow: none!important;
-webkit-box-shadow: none!important;
-o-box-shadow: none!important;
-ms-box-shadow: none!important;
box-shadow: none!important;
font-size: inherit!important;
min-width: 0!important;
max-width: 100%!important;
outline: none!important;
letter-spacing: 0!important;
background-image: none;
}
.ulp-input-error {
border-color: red!important;
background: url(//www.filter-concept.com/wp-content/plugins/layered-popups/css/../images/error.png) no-repeat 100% 50%}
div.ulp-input-error {
background: 50% 50%}
.ulp-submit, .ulp-submit:visited, .ulp-submit-button, .ulp-submit-button:visited {
text-decoration: none!important;
font-size: inherit!important;
letter-spacing: inherit!important;
background-color: #019ad2;
background-repeat: repeat-x;
background-image: -moz-linear-gradient(#33bcef, #019ad2);
background-image: -ms-linear-gradient(#33bcef, #019ad2);
background-image: -webkit-linear-gradient(#33bcef, #019ad2);
background-image: -o-linear-gradient(#33bcef, #019ad2);
background-image: linear-gradient(#33bcef, #019ad2);
transition-duration: .3s;
-moz-transition-duration: .3s;
-webkit-transition-duration: .3s;
-o-transition-duration: .3s;
-khtml-transition-duration: .3s;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#33bcef", endColorstr="#019ad2", GradientType=0);
border: 1px solid #019ad2;
width: auto;
white-space: nowrap;
height: auto;
position: relative;
display: inline-block;
padding: 5px 20px;
line-height: 1.5;
cursor: pointer;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
-o-border-radius: 2px;
-ms-border-radius: 2px;
-khtml-border-radius: 2px;
border-radius: 2px;
margin: 0;
-webkit-box-shadow: none;
-moz-box-shadow: none;
-o-box-shadow: none;
-ms-box-shadow: none;
box-shadow: none;
}
.ulp-submit::after, .ulp-submit::before {
box-sizing: content-box!important;
}
.ulp-content a {
text-decoration: none!important;
outline: none!important;
}
.ulp-submit:hover, .ulp-submit:active, .ulp-submit-button:hover, .ulp-submit-button:active {
background-color: #0271bf;
background-repeat: repeat-x;
background-image: -moz-linear-gradient(#2daddc, #0271bf);
background-image: -ms-linear-gradient(#2daddc, #0271bf);
background-image: -webkit-linear-gradient(#2daddc, #0271bf);
background-image: -o-linear-gradient(#2daddc, #0271bf);
background-image: linear-gradient(#2daddc, #0271bf);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#2daddc", endColorstr="#0271bf", GradientType=0);
border: 1px solid #019ad2;
-webkit-box-shadow: none;
-moz-box-shadow: none;
-o-box-shadow: none;
-ms-box-shadow: none;
box-shadow: none;
}
.ulp-buynow-blue, .ulp-buynow-blue:visited {
background-color: #019ad2;
background-repeat: repeat-x;
background-image: linear-gradient(#33bcef, #019ad2);
transition-duration: .3s;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#33bcef", endColorstr="#019ad2", GradientType=0);
border: 1px solid #019ad2;
width: auto;
white-space: nowrap;
height: auto;
display: inline-block;
padding: 5px 20px;
border-radius: 5px;
margin: 0;
box-shadow: none;
}
.ulp-buynow-blue:hover, .ulp-buynow-blue:active {
background-color: #0271bf;
background-repeat: repeat-x;
background-image: linear-gradient(#2daddc, #0271bf);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#2daddc", endColorstr="#0271bf", GradientType=0);
box-shadow: none;
}
.ulp-fa-input-table {
position: absolute;
top: 0;
left: 0;
vertical-align: middle;
height: 100%;
line-height: 100%;
display: table;
}
.ulp-fa-input-cell {
display: table-cell;
vertical-align: middle;
text-align: center!important;
opacity: .7;
width: 2.6em;
}
.ulp-fa-input-cell .fa {
font-size: 1.1em!important;
}
.ulp-social-button {
overflow: hidden;
display: inline-block;
vertical-align: top;
}
.ulp-social-button-google-plusone {
padding-top: 2px;
}
.ulp-social-button-facebook-like {
padding-top: 1px;
}
.ulp-spinner-classic {
background: url(//www.filter-concept.com/wp-content/plugins/layered-popups/css/../images/spinner.gif) no-repeat center center #fff;
opacity: .5;
height: 60px;
width: 60px;
box-shadow: 0 0 8px rgba(0, 0, 0, .5);
-webkit-box-shadow: 0 0 18px rgba(0, 0, 0, .5);
-moz-box-shadow: 0 0 18px rgba(0, 0, 0, .5);
-ms-box-shadow: 0 0 18px rgba(0, 0, 0, .5);
-o-box-shadow: 0 0 18px rgba(0, 0, 0, .5);
border-radius: 100px;
-webkit-border-radius: 100px;
-moz-border-radius: 100px;
-ms-border-radius: 100px;
-o-border-radius: 100px;
}
.ulp-inline-spinner {
width: 90px;
margin: 20px auto;
}
.ulp-loader {
width: 90px;
height: 90px;
position: relative;
z-index: 1000000;
position: fixed;
}
.ulp-loader-container {
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
}
.ulp-loader-top-left {
top: 20px;
left: 20px;
}
.ulp-loader-top-center {
top: 20px;
left: 50%;
margin: 0 0 0 -45px;
}
.ulp-loader-top-right {
top: 20px;
right: 20px;
}
.ulp-loader-middle-left {
left: 20px;
top: 50%;
margin: -45px 0 0;
}
.ulp-loader-middle-center {
left: 50%;
top: 50%;
margin: -45px 0 0 -45px;
}
.ulp-loader-middle-right {
right: 20px;
top: 50%;
margin: -45px 0 0;
}
.ulp-loader-bottom-left {
bottom: 20px;
left: 20px;
}
.ulp-loader-bottom-center {
bottom: 20px;
left: 50%;
margin: 0 0 0 -45px;
}
.ulp-loader-bottom-right {
bottom: 20px;
right: 20px;
}
.ulp-inherited {
display: block!important;
height: 100%!important;
white-space: nowrap;
box-sizing: border-box!important;
padding: 0!important;
}
.ulp-inherited:before {
content: "";
display: inline-block;
height: 100%;
vertical-align: middle;
padding-top: 3px;
}
.ulp-checkbox {
width: 100%;
height: 100%;
position: relative;
border-style: solid;
box-sizing: border-box;
}
.ulp-checkbox input[type=checkbox] {
visibility: hidden;
}
.ulp-checkbox label {
cursor: pointer;
position: absolute;
left: 25%;
top: 25%;
bottom: 25%;
right: 25%}
.ulp-checkbox label:after {
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter: alpha(opacity=0);
opacity: 0;
content: "";
width: 100%;
height: 100%;
position: absolute;
border-radius: 100px;
}
.ulp-checkbox label:hover::after {
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
filter: alpha(opacity=30);
opacity: .3;
}
.ulp-checkbox input[type=checkbox]:checked+label:after {
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
filter: alpha(opacity=100);
opacity: 1;
}
.ulp-recaptcha {
border: 2px solid transparent;
box-sizing: border-box;
}
.ulp-ul {
margin: 0!important;
padding: 0!important;
list-style: none!important;
}
.ulp-ul li {
padding: 0!important;
margin: 0!important;
text-indent: 0!important;
line-height: 1.7!important;
}
.ulp-ul li:before {
margin-right: .6em!important;
color: #d33;
font: 1.1em FontAwesome!important;
}
.ulp-ul .ulp-ul-li:before {
content: "â—"}
ul.ulp-ul-red li:before {
color: #b20000;
}
ul.ulp-ul-green li:before {
color: #307818;
}
ul.ulp-ul-blue li:before {
color: #306090;
}
ul.ulp-ul-yellow li:before {
color: #e5a904;
}
ul.ulp-ul-orange li:before {
color: #e56e0d;
}
ul.ulp-ul-pink li:before {
color: #cc026a;
}
ul.ulp-ul-black li:before {
color: #000;
}
ul.ulp-ul-white li:before {
color: #fff;
}
.ulp-input::-webkit-input-placeholder {
color: inherit!important;
opacity: .9;
}
.ulp-input::-moz-placeholder {
color: inherit!important;
opacity: .9;
}
.ulp-input:-moz-placeholder {
color: inherit!important;
opacity: .9;
}
.ulp-input:-ms-input-placeholder {
color: inherit!important;
}
#ulp-ready {
width: 1px!important;
}
.ulp-link-button, .ulp-link-button:hover, .ulp-link-button:active, .ulp-link-button:focus, .ulp-link-button:visited {
text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.2) !important;
text-decoration: none !important;
display: block !important;
height: 100% !important;
box-sizing: border-box !important;
border-radius: 5px !important;
box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.3), inset 0px 0px 3px rgba(255, 255, 255, 0.5), 0 1px 1px rgba(0, 0, 0, 0.3) !important;
transition-duration: .5s !important;
-moz-transition-duration: .5s !important;
-webkit-transition-duration: .5s !important;
-o-transition-duration: .5s !important;
-ms-transition-duration: .5s !important;
}
.ulp-link-button:before {
content: '';
display: inline-block;
height: 100%;
vertical-align: middle;
padding-top: 3px;
}
.ulp-link-button-red, .ulp-link-button-red:visited {
border: 1px solid #b20000;
background-color: rgb(255, 48, 25);
background-image: -moz-linear-gradient(top, rgba(255, 48, 25, 1) 0%, rgba(207, 4, 4, 1) 100%);
background-image: -webkit-linear-gradient(top, rgba(255, 48, 25, 1) 0%, rgba(207, 4, 4, 1) 100%);
background-image: -o-linear-gradient(top, rgba(255, 48, 25, 1) 0%, rgba(207, 4, 4, 1) 100%);
background-image: -ms-linear-gradient(top, rgba(255, 48, 25, 1) 0%, rgba(207, 4, 4, 1) 100%);
background-image: linear-gradient(to bottom, rgba(255, 48, 25, 1) 0%, rgba(207, 4, 4, 1) 100%);
}
.ulp-link-button-green, .ulp-link-button-green:visited {
border: 1px solid #307818;
background-color: rgb(72, 180, 36);
background-image: linear-gradient(to bottom, rgba(72, 180, 36, 1) 0%, rgba(48, 120, 24, 1) 100%);
background-image: -moz-linear-gradient(top, rgba(72, 180, 36, 1) 0%, rgba(48, 120, 24, 1) 100%);
background-image: -webkit-linear-gradient(top, rgba(72, 180, 36, 1) 0%, rgba(48, 120, 24, 1) 100%);
background-image: -o-linear-gradient(top, rgba(72, 180, 36, 1) 0%, rgba(48, 120, 24, 1) 100%);
background-image: -ms-linear-gradient(top, rgba(72, 180, 36, 1) 0%, rgba(48, 120, 24, 1) 100%);
}
.ulp-link-button-blue, .ulp-link-button-blue:visited {
border: 1px solid #306090;
background-color: rgb(40, 80, 200);
background-image: linear-gradient(to bottom, rgba(40, 80, 200, 1) 0%, rgba(30, 47, 144, 1) 100%);
background-image: -moz-linear-gradient(top, rgba(40, 80, 200, 1) 0%, rgba(30, 47, 144, 1) 100%);
background-image: -webkit-linear-gradient(top, rgba(40, 80, 200, 1) 0%, rgba(30, 47, 144, 1) 100%);
background-image: -o-linear-gradient(top, rgba(40, 80, 200, 1) 0%, rgba(30, 47, 144, 1) 100%);
background-image: -ms-linear-gradient(top, rgba(40, 80, 200, 1) 0%, rgba(30, 47, 144, 1) 100%);
}
.ulp-link-button-yellow, .ulp-link-button-yellow:visited {
border: 1px solid #e5a904;
background-color: rgb(255, 210, 90);
background-image: linear-gradient(to bottom, rgba(255, 210, 90, 1) 0%, rgba(255, 190, 0, 1) 100%);
background-image: -moz-linear-gradient(top, rgba(255, 210, 90, 1) 0%, rgba(255, 190, 0, 1) 100%);
background-image: -webkit-linear-gradient(top, rgba(255, 210, 90, 1) 0%, rgba(255, 190, 0, 1) 100%);
background-image: -o-linear-gradient(top, rgba(255, 210, 90, 1) 0%, rgba(255, 190, 0, 1) 100%);
background-image: -ms-linear-gradient(top, rgba(255, 210, 90, 1) 0%, rgba(255, 190, 0, 1) 100%);
}
.ulp-link-button-orange, .ulp-link-button-orange:visited {
border: 1px solid #e56e0d;
background-color: rgb(255, 170, 78);
background-image: linear-gradient(to bottom, rgba(255, 170, 78, 1) 0%, rgba(255, 120, 10, 1) 100%);
background-image: -moz-linear-gradient(top, rgba(255, 170, 78, 1) 0%, rgba(255, 120, 10, 1) 100%);
background-image: -webkit-linear-gradient(top, rgba(255, 170, 78, 1) 0%, rgba(255, 120, 10, 1) 100%);
background-image: -o-linear-gradient(top, rgba(255, 170, 78, 1) 0%, rgba(255, 120, 10, 1) 100%);
background-image: -ms-linear-gradient(top, rgba(255, 170, 78, 1) 0%, rgba(255, 120, 10, 1) 100%);
}
.ulp-link-button-pink, .ulp-link-button-pink:visited {
border: 1px solid #cc026a;
background-color: rgb(255, 90, 170);
background-image: linear-gradient(to bottom, rgba(255, 90, 170, 1) 0%, rgba(240, 0, 120, 1) 100%);
background-image: -moz-linear-gradient(top, rgba(255, 90, 170, 1) 0%, rgba(240, 0, 120, 1) 100%);
background-image: -webkit-linear-gradient(top, rgba(255, 90, 170, 1) 0%, rgba(240, 0, 120, 1) 100%);
background-image: -o-linear-gradient(top, rgba(255, 90, 170, 1) 0%, rgba(240, 0, 120, 1) 100%);
background-image: -ms-linear-gradient(top, rgba(255, 90, 170, 1) 0%, rgba(240, 0, 120, 1) 100%);
}
.ulp-link-button-black, .ulp-link-button-black:visited {
border: 1px solid #000;
background-color: rgb(72, 72, 72);
background-image: -moz-linear-gradient(top, rgba(72, 72, 72, 1) 0%, rgba(10, 10, 10, 1) 100%);
background-image: -webkit-linear-gradient(top, rgba(72, 72, 72, 1) 0%, rgba(10, 10, 10, 1) 100%);
background-image: -o-linear-gradient(top, rgba(72, 72, 72, 1) 0%, rgba(10, 10, 10, 1) 100%);
background-image: -ms-linear-gradient(top, rgba(72, 72, 72, 1) 0%, rgba(10, 10, 10, 1) 100%);
background-image: linear-gradient(to bottom, rgba(72, 72, 72, 1) 0%, rgba(10, 10, 10, 1) 100%);
}
.ulp-link-button-red:hover, .ulp-link-button-red:focus, .ulp-link-button-red:active, .ulp-link-button-green:hover, .ulp-link-button-green:focus, .ulp-link-button-green:active, .ulp-link-button-blue:hover, .ulp-link-button-blue:focus, .ulp-link-button-blue:active, .ulp-link-button-yellow:hover, .ulp-link-button-yellow:focus, .ulp-link-button-yellow:active, .ulp-link-button-pink:hover, .ulp-link-button-pink:focus, .ulp-link-button-pink:active, .ulp-link-button-black:hover, .ulp-link-button-black:focus, .ulp-link-button-black:active, .ulp-link-button-orange:hover, .ulp-link-button-orange:focus, .ulp-link-button-orange:active {
background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.01) 0%, rgba(255, 255, 255, 0.01) 100%);
background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.01) 0%, rgba(255, 255, 255, 0.01) 100%);
background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.01) 0%, rgba(255, 255, 255, 0.01) 100%);
background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.01) 0%, rgba(255, 255, 255, 0.01) 100%);
background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0.01) 0%, rgba(255, 255, 255, 0.01) 100%);
}
  .ulp-animated {
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}
.ulp-animated.ulp-infinite {
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
}
.ulp-animated.ulp-hinge {
-webkit-animation-duration: 2s;
animation-duration: 2s;
}
@-webkit-keyframes ulp-bounce {
0%, 20%, 53%, 80%, 100% {
-webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
40%, 43% {
-webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
-webkit-transform: translate3d(0, -30px, 0);
transform: translate3d(0, -30px, 0);
}
70% {
-webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
-webkit-transform: translate3d(0, -15px, 0);
transform: translate3d(0, -15px, 0);
}
90% {
-webkit-transform: translate3d(0, -4px, 0);
transform: translate3d(0, -4px, 0);
}
}
@keyframes ulp-bounce {
0%, 20%, 53%, 80%, 100% {
-webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
-webkit-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
40%, 43% {
-webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
-webkit-transform: translate3d(0, -30px, 0);
-ms-transform: translate3d(0, -30px, 0);
transform: translate3d(0, -30px, 0);
}
70% {
-webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
-webkit-transform: translate3d(0, -15px, 0);
-ms-transform: translate3d(0, -15px, 0);
transform: translate3d(0, -15px, 0);
}
90% {
-webkit-transform: translate3d(0, -4px, 0);
-ms-transform: translate3d(0, -4px, 0);
transform: translate3d(0, -4px, 0);
}
}
.ulp-bounce {
-webkit-animation-name: ulp-bounce;
animation-name: ulp-bounce;
-webkit-transform-origin: center bottom;
-ms-transform-origin: center bottom;
transform-origin: center bottom;
}
@-webkit-keyframes ulp-flash {
0%, 50%, 100% {
opacity: 1;
}
25%, 75% {
opacity: 0;
}
}
@keyframes flash {
0%, 50%, 100% {
opacity: 1;
}
25%, 75% {
opacity: 0;
}
}
.ulp-flash {
-webkit-animation-name: ulp-flash;
animation-name: ulp-flash;
}
@-webkit-keyframes ulp-pulse {
0% {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
50% {
-webkit-transform: scale3d(1.05, 1.05, 1.05);
transform: scale3d(1.05, 1.05, 1.05);
}
100% {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
@keyframes ulp-pulse {
0% {
-webkit-transform: scale3d(1, 1, 1);
-ms-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
50% {
-webkit-transform: scale3d(1.05, 1.05, 1.05);
-ms-transform: scale3d(1.05, 1.05, 1.05);
transform: scale3d(1.05, 1.05, 1.05);
}
100% {
-webkit-transform: scale3d(1, 1, 1);
-ms-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
.ulp-pulse {
-webkit-animation-name: ulp-pulse;
animation-name: ulp-pulse;
}
@-webkit-keyframes ulp-rubberBand {
0% {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
30% {
-webkit-transform: scale3d(1.25, 0.75, 1);
transform: scale3d(1.25, 0.75, 1);
}
40% {
-webkit-transform: scale3d(0.75, 1.25, 1);
transform: scale3d(0.75, 1.25, 1);
}
50% {
-webkit-transform: scale3d(1.15, 0.85, 1);
transform: scale3d(1.15, 0.85, 1);
}
65% {
-webkit-transform: scale3d(.95, 1.05, 1);
transform: scale3d(.95, 1.05, 1);
}
75% {
-webkit-transform: scale3d(1.05, .95, 1);
transform: scale3d(1.05, .95, 1);
}
100% {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
@keyframes ulp-rubberBand {
0% {
-webkit-transform: scale3d(1, 1, 1);
-ms-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
30% {
-webkit-transform: scale3d(1.25, 0.75, 1);
-ms-transform: scale3d(1.25, 0.75, 1);
transform: scale3d(1.25, 0.75, 1);
}
40% {
-webkit-transform: scale3d(0.75, 1.25, 1);
-ms-transform: scale3d(0.75, 1.25, 1);
transform: scale3d(0.75, 1.25, 1);
}
50% {
-webkit-transform: scale3d(1.15, 0.85, 1);
-ms-transform: scale3d(1.15, 0.85, 1);
transform: scale3d(1.15, 0.85, 1);
}
65% {
-webkit-transform: scale3d(.95, 1.05, 1);
-ms-transform: scale3d(.95, 1.05, 1);
transform: scale3d(.95, 1.05, 1);
}
75% {
-webkit-transform: scale3d(1.05, .95, 1);
-ms-transform: scale3d(1.05, .95, 1);
transform: scale3d(1.05, .95, 1);
}
100% {
-webkit-transform: scale3d(1, 1, 1);
-ms-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
.ulp-rubberBand {
-webkit-animation-name: ulp-rubberBand;
animation-name: ulp-rubberBand;
}
@-webkit-keyframes ulp-shake {
0%, 100% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
10%, 30%, 50%, 70%, 90% {
-webkit-transform: translate3d(-10px, 0, 0);
transform: translate3d(-10px, 0, 0);
}
20%, 40%, 60%, 80% {
-webkit-transform: translate3d(10px, 0, 0);
transform: translate3d(10px, 0, 0);
}
}
@keyframes ulp-shake {
0%, 100% {
-webkit-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
10%, 30%, 50%, 70%, 90% {
-webkit-transform: translate3d(-10px, 0, 0);
-ms-transform: translate3d(-10px, 0, 0);
transform: translate3d(-10px, 0, 0);
}
20%, 40%, 60%, 80% {
-webkit-transform: translate3d(10px, 0, 0);
-ms-transform: translate3d(10px, 0, 0);
transform: translate3d(10px, 0, 0);
}
}
.ulp-shake {
-webkit-animation-name: ulp-shake;
animation-name: ulp-shake;
}
@-webkit-keyframes ulp-swing {
20% {
-webkit-transform: rotate3d(0, 0, 1, 15deg);
transform: rotate3d(0, 0, 1, 15deg);
}
40% {
-webkit-transform: rotate3d(0, 0, 1, -10deg);
transform: rotate3d(0, 0, 1, -10deg);
}
60% {
-webkit-transform: rotate3d(0, 0, 1, 5deg);
transform: rotate3d(0, 0, 1, 5deg);
}
80% {
-webkit-transform: rotate3d(0, 0, 1, -5deg);
transform: rotate3d(0, 0, 1, -5deg);
}
100% {
-webkit-transform: rotate3d(0, 0, 1, 0deg);
transform: rotate3d(0, 0, 1, 0deg);
}
}
@keyframes ulp-swing {
20% {
-webkit-transform: rotate3d(0, 0, 1, 15deg);
-ms-transform: rotate3d(0, 0, 1, 15deg);
transform: rotate3d(0, 0, 1, 15deg);
}
40% {
-webkit-transform: rotate3d(0, 0, 1, -10deg);
-ms-transform: rotate3d(0, 0, 1, -10deg);
transform: rotate3d(0, 0, 1, -10deg);
}
60% {
-webkit-transform: rotate3d(0, 0, 1, 5deg);
-ms-transform: rotate3d(0, 0, 1, 5deg);
transform: rotate3d(0, 0, 1, 5deg);
}
80% {
-webkit-transform: rotate3d(0, 0, 1, -5deg);
-ms-transform: rotate3d(0, 0, 1, -5deg);
transform: rotate3d(0, 0, 1, -5deg);
}
100% {
-webkit-transform: rotate3d(0, 0, 1, 0deg);
-ms-transform: rotate3d(0, 0, 1, 0deg);
transform: rotate3d(0, 0, 1, 0deg);
}
}
.ulp-swing {
-webkit-transform-origin: top center;
-ms-transform-origin: top center;
transform-origin: top center;
-webkit-animation-name: ulp-swing;
animation-name: ulp-swing;
}
@-webkit-keyframes ulp-tada {
0% {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
10%, 20% {
-webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
}
30%, 50%, 70%, 90% {
-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
}
40%, 60%, 80% {
-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
}
100% {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
@keyframes ulp-tada {
0% {
-webkit-transform: scale3d(1, 1, 1);
-ms-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
10%, 20% {
-webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
-ms-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
}
30%, 50%, 70%, 90% {
-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
-ms-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
}
40%, 60%, 80% {
-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
-ms-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
}
100% {
-webkit-transform: scale3d(1, 1, 1);
-ms-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
.ulp-tada {
-webkit-animation-name: ulp-tada;
animation-name: ulp-tada;
}
@-webkit-keyframes ulp-wobble {
0% {
-webkit-transform: none;
transform: none;
}
15% {
-webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
}
30% {
-webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
}
45% {
-webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
}
60% {
-webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
}
75% {
-webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
}
100% {
-webkit-transform: none;
transform: none;
}
}
@keyframes ulp-wobble {
0% {
-webkit-transform: none;
-ms-transform: none;
transform: none;
}
15% {
-webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
-ms-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
}
30% {
-webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
-ms-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
}
45% {
-webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
-ms-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
}
60% {
-webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
-ms-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
}
75% {
-webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
-ms-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
}
100% {
-webkit-transform: none;
-ms-transform: none;
transform: none;
}
}
.ulp-wobble {
-webkit-animation-name: ulp-wobble;
animation-name: ulp-wobble;
}
@-webkit-keyframes ulp-bounceIn {
0%, 20%, 40%, 60%, 80%, 100% {
-webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
0% {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
20% {
-webkit-transform: scale3d(1.1, 1.1, 1.1);
transform: scale3d(1.1, 1.1, 1.1);
}
40% {
-webkit-transform: scale3d(.9, .9, .9);
transform: scale3d(.9, .9, .9);
}
60% {
opacity: 1;
-webkit-transform: scale3d(1.03, 1.03, 1.03);
transform: scale3d(1.03, 1.03, 1.03);
}
80% {
-webkit-transform: scale3d(.97, .97, .97);
transform: scale3d(.97, .97, .97);
}
100% {
opacity: 1;
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
@keyframes ulp-bounceIn {
0%, 20%, 40%, 60%, 80%, 100% {
-webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
0% {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
-ms-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
20% {
-webkit-transform: scale3d(1.1, 1.1, 1.1);
-ms-transform: scale3d(1.1, 1.1, 1.1);
transform: scale3d(1.1, 1.1, 1.1);
}
40% {
-webkit-transform: scale3d(.9, .9, .9);
-ms-transform: scale3d(.9, .9, .9);
transform: scale3d(.9, .9, .9);
}
60% {
opacity: 1;
-webkit-transform: scale3d(1.03, 1.03, 1.03);
-ms-transform: scale3d(1.03, 1.03, 1.03);
transform: scale3d(1.03, 1.03, 1.03);
}
80% {
-webkit-transform: scale3d(.97, .97, .97);
-ms-transform: scale3d(.97, .97, .97);
transform: scale3d(.97, .97, .97);
}
100% {
opacity: 1;
-webkit-transform: scale3d(1, 1, 1);
-ms-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
.ulp-bounceIn {
-webkit-animation-name: ulp-bounceIn;
animation-name: ulp-bounceIn;
-webkit-animation-duration: .75s;
animation-duration: .75s;
}
@-webkit-keyframes ulp-bounceInDown {
0%, 60%, 75%, 90%, 100% {
-webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
0% {
opacity: 0;
-webkit-transform: translate3d(0, -3000px, 0);
transform: translate3d(0, -3000px, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(0, 25px, 0);
transform: translate3d(0, 25px, 0);
}
75% {
-webkit-transform: translate3d(0, -10px, 0);
transform: translate3d(0, -10px, 0);
}
90% {
-webkit-transform: translate3d(0, 5px, 0);
transform: translate3d(0, 5px, 0);
}
100% {
-webkit-transform: none;
transform: none;
}
}
@keyframes ulp-bounceInDown {
0%, 60%, 75%, 90%, 100% {
-webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
0% {
opacity: 0;
-webkit-transform: translate3d(0, -3000px, 0);
-ms-transform: translate3d(0, -3000px, 0);
transform: translate3d(0, -3000px, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(0, 25px, 0);
-ms-transform: translate3d(0, 25px, 0);
transform: translate3d(0, 25px, 0);
}
75% {
-webkit-transform: translate3d(0, -10px, 0);
-ms-transform: translate3d(0, -10px, 0);
transform: translate3d(0, -10px, 0);
}
90% {
-webkit-transform: translate3d(0, 5px, 0);
-ms-transform: translate3d(0, 5px, 0);
transform: translate3d(0, 5px, 0);
}
100% {
-webkit-transform: none;
-ms-transform: none;
transform: none;
}
}
.ulp-bounceInDown {
-webkit-animation-name: ulp-bounceInDown;
animation-name: ulp-bounceInDown;
}
@-webkit-keyframes ulp-bounceInLeft {
0%, 60%, 75%, 90%, 100% {
-webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
0% {
opacity: 0;
-webkit-transform: translate3d(-3000px, 0, 0);
transform: translate3d(-3000px, 0, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(25px, 0, 0);
transform: translate3d(25px, 0, 0);
}
75% {
-webkit-transform: translate3d(-10px, 0, 0);
transform: translate3d(-10px, 0, 0);
}
90% {
-webkit-transform: translate3d(5px, 0, 0);
transform: translate3d(5px, 0, 0);
}
100% {
-webkit-transform: none;
transform: none;
}
}
@keyframes ulp-bounceInLeft {
0%, 60%, 75%, 90%, 100% {
-webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
0% {
opacity: 0;
-webkit-transform: translate3d(-3000px, 0, 0);
-ms-transform: translate3d(-3000px, 0, 0);
transform: translate3d(-3000px, 0, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(25px, 0, 0);
-ms-transform: translate3d(25px, 0, 0);
transform: translate3d(25px, 0, 0);
}
75% {
-webkit-transform: translate3d(-10px, 0, 0);
-ms-transform: translate3d(-10px, 0, 0);
transform: translate3d(-10px, 0, 0);
}
90% {
-webkit-transform: translate3d(5px, 0, 0);
-ms-transform: translate3d(5px, 0, 0);
transform: translate3d(5px, 0, 0);
}
100% {
-webkit-transform: none;
-ms-transform: none;
transform: none;
}
}
.ulp-bounceInLeft {
-webkit-animation-name: ulp-bounceInLeft;
animation-name: ulp-bounceInLeft;
}
@-webkit-keyframes ulp-bounceInRight {
0%, 60%, 75%, 90%, 100% {
-webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
0% {
opacity: 0;
-webkit-transform: translate3d(3000px, 0, 0);
transform: translate3d(3000px, 0, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(-25px, 0, 0);
transform: translate3d(-25px, 0, 0);
}
75% {
-webkit-transform: translate3d(10px, 0, 0);
transform: translate3d(10px, 0, 0);
}
90% {
-webkit-transform: translate3d(-5px, 0, 0);
transform: translate3d(-5px, 0, 0);
}
100% {
-webkit-transform: none;
transform: none;
}
}
@keyframes ulp-bounceInRight {
0%, 60%, 75%, 90%, 100% {
-webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
0% {
opacity: 0;
-webkit-transform: translate3d(3000px, 0, 0);
-ms-transform: translate3d(3000px, 0, 0);
transform: translate3d(3000px, 0, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(-25px, 0, 0);
-ms-transform: translate3d(-25px, 0, 0);
transform: translate3d(-25px, 0, 0);
}
75% {
-webkit-transform: translate3d(10px, 0, 0);
-ms-transform: translate3d(10px, 0, 0);
transform: translate3d(10px, 0, 0);
}
90% {
-webkit-transform: translate3d(-5px, 0, 0);
-ms-transform: translate3d(-5px, 0, 0);
transform: translate3d(-5px, 0, 0);
}
100% {
-webkit-transform: none;
-ms-transform: none;
transform: none;
}
}
.ulp-bounceInRight {
-webkit-animation-name: ulp-bounceInRight;
animation-name: ulp-bounceInRight;
}
@-webkit-keyframes ulp-bounceInUp {
0%, 60%, 75%, 90%, 100% {
-webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
0% {
opacity: 0;
-webkit-transform: translate3d(0, 3000px, 0);
transform: translate3d(0, 3000px, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(0, -20px, 0);
transform: translate3d(0, -20px, 0);
}
75% {
-webkit-transform: translate3d(0, 10px, 0);
transform: translate3d(0, 10px, 0);
}
90% {
-webkit-transform: translate3d(0, -5px, 0);
transform: translate3d(0, -5px, 0);
}
100% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes ulp-bounceInUp {
0%, 60%, 75%, 90%, 100% {
-webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
0% {
opacity: 0;
-webkit-transform: translate3d(0, 3000px, 0);
-ms-transform: translate3d(0, 3000px, 0);
transform: translate3d(0, 3000px, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(0, -20px, 0);
-ms-transform: translate3d(0, -20px, 0);
transform: translate3d(0, -20px, 0);
}
75% {
-webkit-transform: translate3d(0, 10px, 0);
-ms-transform: translate3d(0, 10px, 0);
transform: translate3d(0, 10px, 0);
}
90% {
-webkit-transform: translate3d(0, -5px, 0);
-ms-transform: translate3d(0, -5px, 0);
transform: translate3d(0, -5px, 0);
}
100% {
-webkit-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.ulp-bounceInUp {
-webkit-animation-name: ulp-bounceInUp;
animation-name: ulp-bounceInUp;
}
@-webkit-keyframes ulp-bounceOut {
20% {
-webkit-transform: scale3d(.9, .9, .9);
transform: scale3d(.9, .9, .9);
}
50%, 55% {
opacity: 1;
-webkit-transform: scale3d(1.1, 1.1, 1.1);
transform: scale3d(1.1, 1.1, 1.1);
}
100% {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
}
@keyframes ulp-bounceOut {
20% {
-webkit-transform: scale3d(.9, .9, .9);
-ms-transform: scale3d(.9, .9, .9);
transform: scale3d(.9, .9, .9);
}
50%, 55% {
opacity: 1;
-webkit-transform: scale3d(1.1, 1.1, 1.1);
-ms-transform: scale3d(1.1, 1.1, 1.1);
transform: scale3d(1.1, 1.1, 1.1);
}
100% {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
-ms-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
}
.ulp-bounceOut {
-webkit-animation-name: ulp-bounceOut;
animation-name: ulp-bounceOut;
-webkit-animation-duration: .75s;
animation-duration: .75s;
}
@-webkit-keyframes ulp-bounceOutDown {
20% {
-webkit-transform: translate3d(0, 10px, 0);
transform: translate3d(0, 10px, 0);
}
40%, 45% {
opacity: 1;
-webkit-transform: translate3d(0, -20px, 0);
transform: translate3d(0, -20px, 0);
}
100% {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
}
@keyframes ulp-bounceOutDown {
20% {
-webkit-transform: translate3d(0, 10px, 0);
-ms-transform: translate3d(0, 10px, 0);
transform: translate3d(0, 10px, 0);
}
40%, 45% {
opacity: 1;
-webkit-transform: translate3d(0, -20px, 0);
-ms-transform: translate3d(0, -20px, 0);
transform: translate3d(0, -20px, 0);
}
100% {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
-ms-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
}
.ulp-bounceOutDown {
-webkit-animation-name: ulp-bounceOutDown;
animation-name: ulp-bounceOutDown;
}
@-webkit-keyframes ulp-bounceOutLeft {
20% {
opacity: 1;
-webkit-transform: translate3d(20px, 0, 0);
transform: translate3d(20px, 0, 0);
}
100% {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
}
@keyframes ulp-bounceOutLeft {
20% {
opacity: 1;
-webkit-transform: translate3d(20px, 0, 0);
-ms-transform: translate3d(20px, 0, 0);
transform: translate3d(20px, 0, 0);
}
100% {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
-ms-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
}
.ulp-bounceOutLeft {
-webkit-animation-name: ulp-bounceOutLeft;
animation-name: ulp-bounceOutLeft;
}
@-webkit-keyframes ulp-bounceOutRight {
20% {
opacity: 1;
-webkit-transform: translate3d(-20px, 0, 0);
transform: translate3d(-20px, 0, 0);
}
100% {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
}
@keyframes ulp-bounceOutRight {
20% {
opacity: 1;
-webkit-transform: translate3d(-20px, 0, 0);
-ms-transform: translate3d(-20px, 0, 0);
transform: translate3d(-20px, 0, 0);
}
100% {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
-ms-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
}
.ulp-bounceOutRight {
-webkit-animation-name: ulp-bounceOutRight;
animation-name: ulp-bounceOutRight;
}
@-webkit-keyframes ulp-bounceOutUp {
20% {
-webkit-transform: translate3d(0, -10px, 0);
transform: translate3d(0, -10px, 0);
}
40%, 45% {
opacity: 1;
-webkit-transform: translate3d(0, 20px, 0);
transform: translate3d(0, 20px, 0);
}
100% {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
}
@keyframes ulp-bounceOutUp {
20% {
-webkit-transform: translate3d(0, -10px, 0);
-ms-transform: translate3d(0, -10px, 0);
transform: translate3d(0, -10px, 0);
}
40%, 45% {
opacity: 1;
-webkit-transform: translate3d(0, 20px, 0);
-ms-transform: translate3d(0, 20px, 0);
transform: translate3d(0, 20px, 0);
}
100% {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
-ms-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
}
.ulp-bounceOutUp {
-webkit-animation-name: ulp-bounceOutUp;
animation-name: ulp-bounceOutUp;
}
@-webkit-keyframes ulp-fadeIn {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@keyframes ulp-fadeIn {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
.ulp-fadeIn {
-webkit-animation-name: ulp-fadeIn;
animation-name: ulp-fadeIn;
}
@-webkit-keyframes ulp-fadeInDown {
0% {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes ulp-fadeInDown {
0% {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
-ms-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
-ms-transform: none;
transform: none;
}
}
.ulp-fadeInDown {
-webkit-animation-name: ulp-fadeInDown;
animation-name: ulp-fadeInDown;
}
@-webkit-keyframes ulp-fadeInDownBig {
0% {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes ulp-fadeInDownBig {
0% {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
-ms-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
-ms-transform: none;
transform: none;
}
}
.ulp-fadeInDownBig {
-webkit-animation-name: ulp-fadeInDownBig;
animation-name: ulp-fadeInDownBig;
}
@-webkit-keyframes ulp-fadeInLeft {
0% {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes ulp-fadeInLeft {
0% {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0);
-ms-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
-ms-transform: none;
transform: none;
}
}
.ulp-fadeInLeft {
-webkit-animation-name: ulp-fadeInLeft;
animation-name: ulp-fadeInLeft;
}
@-webkit-keyframes ulp-fadeInLeftBig {
0% {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes ulp-fadeInLeftBig {
0% {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
-ms-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
-ms-transform: none;
transform: none;
}
}
.ulp-fadeInLeftBig {
-webkit-animation-name: ulp-fadeInLeftBig;
animation-name: ulp-fadeInLeftBig;
}
@-webkit-keyframes ulp-fadeInRight {
0% {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes ulp-fadeInRight {
0% {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
-ms-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
-ms-transform: none;
transform: none;
}
}
.ulp-fadeInRight {
-webkit-animation-name: ulp-fadeInRight;
animation-name: ulp-fadeInRight;
}
@-webkit-keyframes ulp-fadeInRightBig {
0% {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes ulp-fadeInRightBig {
0% {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
-ms-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
-ms-transform: none;
transform: none;
}
}
.ulp-fadeInRightBig {
-webkit-animation-name: ulp-fadeInRightBig;
animation-name: ulp-fadeInRightBig;
}
@-webkit-keyframes ulp-fadeInUp {
0% {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes ulp-fadeInUp {
0% {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
-ms-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
-ms-transform: none;
transform: none;
}
}
.ulp-fadeInUp {
-webkit-animation-name: ulp-fadeInUp;
animation-name: ulp-fadeInUp;
}
@-webkit-keyframes ulp-fadeInUpBig {
0% {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes ulp-fadeInUpBig {
0% {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
-ms-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
-ms-transform: none;
transform: none;
}
}
.ulp-fadeInUpBig {
-webkit-animation-name: ulp-fadeInUpBig;
animation-name: ulp-fadeInUpBig;
}
@-webkit-keyframes ulp-fadeOut {
0% {
opacity: 1;
}
100% {
opacity: 0;
}
}
@keyframes ulp-fadeOut {
0% {
opacity: 1;
}
100% {
opacity: 0;
}
}
.ulp-fadeOut {
-webkit-animation-name: ulp-fadeOut;
animation-name: ulp-fadeOut;
}
@-webkit-keyframes ulp-fadeOutDown {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
}
@keyframes ulp-fadeOutDown {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
-ms-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
}
.ulp-fadeOutDown {
-webkit-animation-name: ulp-fadeOutDown;
animation-name: ulp-fadeOutDown;
}
@-webkit-keyframes ulp-fadeOutDownBig {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
}
@keyframes ulp-fadeOutDownBig {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
-ms-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
}
.ulp-fadeOutDownBig {
-webkit-animation-name: ulp-fadeOutDownBig;
animation-name: ulp-fadeOutDownBig;
}
@-webkit-keyframes ulp-fadeOutLeft {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
}
@keyframes ulp-fadeOutLeft {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0);
-ms-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
}
.ulp-fadeOutLeft {
-webkit-animation-name: ulp-fadeOutLeft;
animation-name: ulp-fadeOutLeft;
}
@-webkit-keyframes ulp-fadeOutLeftBig {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
}
@keyframes ulp-fadeOutLeftBig {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
-ms-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
}
.ulp-fadeOutLeftBig {
-webkit-animation-name: ulp-fadeOutLeftBig;
animation-name: ulp-fadeOutLeftBig;
}
@-webkit-keyframes ulp-fadeOutRight {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
}
@keyframes ulp-fadeOutRight {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
-ms-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
}
.ulp-fadeOutRight {
-webkit-animation-name: ulp-fadeOutRight;
animation-name: ulp-fadeOutRight;
}
@-webkit-keyframes ulp-fadeOutRightBig {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
}
@keyframes ulp-fadeOutRightBig {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
-ms-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
}
.ulp-fadeOutRightBig {
-webkit-animation-name: ulp-fadeOutRightBig;
animation-name: ulp-fadeOutRightBig;
}
@-webkit-keyframes ulp-fadeOutUp {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
}
@keyframes ulp-fadeOutUp {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
-ms-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
}
.ulp-fadeOutUp {
-webkit-animation-name: ulp-fadeOutUp;
animation-name: ulp-fadeOutUp;
}
@-webkit-keyframes ulp-fadeOutUpBig {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
}
@keyframes ulp-fadeOutUpBig {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
-ms-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
}
.ulp-fadeOutUpBig {
-webkit-animation-name: ulp-fadeOutUpBig;
animation-name: ulp-fadeOutUpBig;
}
@-webkit-keyframes ulp-flip {
0% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
40% {
-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
50% {
-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
80% {
-webkit-transform: perspective(400px) scale3d(.95, .95, .95);
transform: perspective(400px) scale3d(.95, .95, .95);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
100% {
-webkit-transform: perspective(400px);
transform: perspective(400px);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
}
@keyframes ulp-flip {
0% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
-ms-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
40% {
-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
-ms-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
50% {
-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
-ms-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
80% {
-webkit-transform: perspective(400px) scale3d(.95, .95, .95);
-ms-transform: perspective(400px) scale3d(.95, .95, .95);
transform: perspective(400px) scale3d(.95, .95, .95);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
100% {
-webkit-transform: perspective(400px);
-ms-transform: perspective(400px);
transform: perspective(400px);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
}
.ulp-animated.ulp-flip {
-webkit-backface-visibility: visible;
-ms-backface-visibility: visible;
backface-visibility: visible;
-webkit-animation-name: ulp-flip;
animation-name: ulp-flip;
}
@-webkit-keyframes ulp-flipInX {
0% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
-webkit-transition-timing-function: ease-in;
transition-timing-function: ease-in;
opacity: 0;
}
40% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
-webkit-transition-timing-function: ease-in;
transition-timing-function: ease-in;
}
60% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
opacity: 1;
}
80% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
}
100% {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
}
@keyframes ulp-flipInX {
0% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
-ms-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
-webkit-transition-timing-function: ease-in;
transition-timing-function: ease-in;
opacity: 0;
}
40% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
-ms-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
-webkit-transition-timing-function: ease-in;
transition-timing-function: ease-in;
}
60% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
-ms-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
opacity: 1;
}
80% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
-ms-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
}
100% {
-webkit-transform: perspective(400px);
-ms-transform: perspective(400px);
transform: perspective(400px);
}
}
.ulp-flipInX {
-webkit-backface-visibility: visible !important;
-ms-backface-visibility: visible !important;
backface-visibility: visible !important;
-webkit-animation-name: ulp-flipInX;
animation-name: ulp-flipInX;
}
@-webkit-keyframes ulp-flipInY {
0% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
-webkit-transition-timing-function: ease-in;
transition-timing-function: ease-in;
opacity: 0;
}
40% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
-webkit-transition-timing-function: ease-in;
transition-timing-function: ease-in;
}
60% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
opacity: 1;
}
80% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
}
100% {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
}
@keyframes ulp-flipInY {
0% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
-ms-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
-webkit-transition-timing-function: ease-in;
transition-timing-function: ease-in;
opacity: 0;
}
40% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
-ms-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
-webkit-transition-timing-function: ease-in;
transition-timing-function: ease-in;
}
60% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
-ms-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
opacity: 1;
}
80% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
-ms-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
}
100% {
-webkit-transform: perspective(400px);
-ms-transform: perspective(400px);
transform: perspective(400px);
}
}
.ulp-flipInY {
-webkit-backface-visibility: visible !important;
-ms-backface-visibility: visible !important;
backface-visibility: visible !important;
-webkit-animation-name: ulp-flipInY;
animation-name: ulp-flipInY;
}
@-webkit-keyframes ulp-flipOutX {
0% {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
30% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
opacity: 1;
}
100% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
opacity: 0;
}
}
@keyframes ulp-flipOutX {
0% {
-webkit-transform: perspective(400px);
-ms-transform: perspective(400px);
transform: perspective(400px);
}
30% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
-ms-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
opacity: 1;
}
100% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
-ms-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
opacity: 0;
}
}
.ulp-flipOutX {
-webkit-animation-name: ulp-flipOutX;
animation-name: ulp-flipOutX;
-webkit-animation-duration: .75s;
animation-duration: .75s;
-webkit-backface-visibility: visible !important;
-ms-backface-visibility: visible !important;
backface-visibility: visible !important;
}
@-webkit-keyframes ulp-flipOutY {
0% {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
30% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
opacity: 1;
}
100% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
opacity: 0;
}
}
@keyframes ulp-flipOutY {
0% {
-webkit-transform: perspective(400px);
-ms-transform: perspective(400px);
transform: perspective(400px);
}
30% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
-ms-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
opacity: 1;
}
100% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
-ms-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
opacity: 0;
}
}
.ulp-flipOutY {
-webkit-backface-visibility: visible !important;
-ms-backface-visibility: visible !important;
backface-visibility: visible !important;
-webkit-animation-name: ulp-flipOutY;
animation-name: ulp-flipOutY;
-webkit-animation-duration: .75s;
animation-duration: .75s;
}
@-webkit-keyframes ulp-lightSpeedIn {
0% {
-webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
transform: translate3d(100%, 0, 0) skewX(-30deg);
opacity: 0;
}
60% {
-webkit-transform: skewX(20deg);
transform: skewX(20deg);
opacity: 1;
}
80% {
-webkit-transform: skewX(-5deg);
transform: skewX(-5deg);
opacity: 1;
}
100% {
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@keyframes ulp-lightSpeedIn {
0% {
-webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
-ms-transform: translate3d(100%, 0, 0) skewX(-30deg);
transform: translate3d(100%, 0, 0) skewX(-30deg);
opacity: 0;
}
60% {
-webkit-transform: skewX(20deg);
-ms-transform: skewX(20deg);
transform: skewX(20deg);
opacity: 1;
}
80% {
-webkit-transform: skewX(-5deg);
-ms-transform: skewX(-5deg);
transform: skewX(-5deg);
opacity: 1;
}
100% {
-webkit-transform: none;
-ms-transform: none;
transform: none;
opacity: 1;
}
}
.ulp-lightSpeedIn {
-webkit-animation-name: ulp-lightSpeedIn;
animation-name: ulp-lightSpeedIn;
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
@-webkit-keyframes ulp-lightSpeedOut {
0% {
opacity: 1;
}
100% {
-webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
transform: translate3d(100%, 0, 0) skewX(30deg);
opacity: 0;
}
}
@keyframes ulp-lightSpeedOut {
0% {
opacity: 1;
}
100% {
-webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
-ms-transform: translate3d(100%, 0, 0) skewX(30deg);
transform: translate3d(100%, 0, 0) skewX(30deg);
opacity: 0;
}
}
.ulp-lightSpeedOut {
-webkit-animation-name: ulp-lightSpeedOut;
animation-name: ulp-lightSpeedOut;
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
@-webkit-keyframes ulp-rotateIn {
0% {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: rotate3d(0, 0, 1, -200deg);
transform: rotate3d(0, 0, 1, -200deg);
opacity: 0;
}
100% {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@keyframes ulp-rotateIn {
0% {
-webkit-transform-origin: center;
-ms-transform-origin: center;
transform-origin: center;
-webkit-transform: rotate3d(0, 0, 1, -200deg);
-ms-transform: rotate3d(0, 0, 1, -200deg);
transform: rotate3d(0, 0, 1, -200deg);
opacity: 0;
}
100% {
-webkit-transform-origin: center;
-ms-transform-origin: center;
transform-origin: center;
-webkit-transform: none;
-ms-transform: none;
transform: none;
opacity: 1;
}
}
.ulp-rotateIn {
-webkit-animation-name: ulp-rotateIn;
animation-name: ulp-rotateIn;
}
@-webkit-keyframes ulp-rotateInDownLeft {
0% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
100% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@keyframes ulp-rotateInDownLeft {
0% {
-webkit-transform-origin: left bottom;
-ms-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
-ms-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
100% {
-webkit-transform-origin: left bottom;
-ms-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: none;
-ms-transform: none;
transform: none;
opacity: 1;
}
}
.ulp-rotateInDownLeft {
-webkit-animation-name: ulp-rotateInDownLeft;
animation-name: ulp-rotateInDownLeft;
}
@-webkit-keyframes ulp-rotateInDownRight {
0% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
100% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@keyframes ulp-rotateInDownRight {
0% {
-webkit-transform-origin: right bottom;
-ms-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
-ms-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
100% {
-webkit-transform-origin: right bottom;
-ms-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: none;
-ms-transform: none;
transform: none;
opacity: 1;
}
}
.ulp-rotateInDownRight {
-webkit-animation-name: ulp-rotateInDownRight;
animation-name: ulp-rotateInDownRight;
}
@-webkit-keyframes ulp-rotateInUpLeft {
0% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
100% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@keyframes ulp-rotateInUpLeft {
0% {
-webkit-transform-origin: left bottom;
-ms-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
-ms-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
100% {
-webkit-transform-origin: left bottom;
-ms-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: none;
-ms-transform: none;
transform: none;
opacity: 1;
}
}
.ulp-rotateInUpLeft {
-webkit-animation-name: ulp-rotateInUpLeft;
animation-name: ulp-rotateInUpLeft;
}
@-webkit-keyframes ulp-rotateInUpRight {
0% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, -90deg);
transform: rotate3d(0, 0, 1, -90deg);
opacity: 0;
}
100% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@keyframes ulp-rotateInUpRight {
0% {
-webkit-transform-origin: right bottom;
-ms-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, -90deg);
-ms-transform: rotate3d(0, 0, 1, -90deg);
transform: rotate3d(0, 0, 1, -90deg);
opacity: 0;
}
100% {
-webkit-transform-origin: right bottom;
-ms-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: none;
-ms-transform: none;
transform: none;
opacity: 1;
}
}
.ulp-rotateInUpRight {
-webkit-animation-name: ulp-rotateInUpRight;
animation-name: ulp-rotateInUpRight;
}
@-webkit-keyframes ulp-rotateOut {
0% {
-webkit-transform-origin: center;
transform-origin: center;
opacity: 1;
}
100% {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: rotate3d(0, 0, 1, 200deg);
transform: rotate3d(0, 0, 1, 200deg);
opacity: 0;
}
}
@keyframes ulp-rotateOut {
0% {
-webkit-transform-origin: center;
-ms-transform-origin: center;
transform-origin: center;
opacity: 1;
}
100% {
-webkit-transform-origin: center;
-ms-transform-origin: center;
transform-origin: center;
-webkit-transform: rotate3d(0, 0, 1, 200deg);
-ms-transform: rotate3d(0, 0, 1, 200deg);
transform: rotate3d(0, 0, 1, 200deg);
opacity: 0;
}
}
.ulp-rotateOut {
-webkit-animation-name: ulp-rotateOut;
animation-name: ulp-rotateOut;
}
@-webkit-keyframes ulp-rotateOutDownLeft {
0% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
opacity: 1;
}
100% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
}
@keyframes ulp-rotateOutDownLeft {
0% {
-webkit-transform-origin: left bottom;
-ms-transform-origin: left bottom;
transform-origin: left bottom;
opacity: 1;
}
100% {
-webkit-transform-origin: left bottom;
-ms-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
-ms-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
}
.ulp-rotateOutDownLeft {
-webkit-animation-name: ulp-rotateOutDownLeft;
animation-name: ulp-rotateOutDownLeft;
}
@-webkit-keyframes ulp-rotateOutDownRight {
0% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
opacity: 1;
}
100% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
}
@keyframes ulp-rotateOutDownRight {
0% {
-webkit-transform-origin: right bottom;
-ms-transform-origin: right bottom;
transform-origin: right bottom;
opacity: 1;
}
100% {
-webkit-transform-origin: right bottom;
-ms-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
-ms-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
}
.ulp-rotateOutDownRight {
-webkit-animation-name: ulp-rotateOutDownRight;
animation-name: ulp-rotateOutDownRight;
}
@-webkit-keyframes ulp-rotateOutUpLeft {
0% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
opacity: 1;
}
100% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
}
@keyframes ulp-rotateOutUpLeft {
0% {
-webkit-transform-origin: left bottom;
-ms-transform-origin: left bottom;
transform-origin: left bottom;
opacity: 1;
}
100% {
-webkit-transform-origin: left bottom;
-ms-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
-ms-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
}
.ulp-rotateOutUpLeft {
-webkit-animation-name: ulp-rotateOutUpLeft;
animation-name: ulp-rotateOutUpLeft;
}
@-webkit-keyframes ulp-rotateOutUpRight {
0% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
opacity: 1;
}
100% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, 90deg);
transform: rotate3d(0, 0, 1, 90deg);
opacity: 0;
}
}
@keyframes ulp-rotateOutUpRight {
0% {
-webkit-transform-origin: right bottom;
-ms-transform-origin: right bottom;
transform-origin: right bottom;
opacity: 1;
}
100% {
-webkit-transform-origin: right bottom;
-ms-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, 90deg);
-ms-transform: rotate3d(0, 0, 1, 90deg);
transform: rotate3d(0, 0, 1, 90deg);
opacity: 0;
}
}
.ulp-rotateOutUpRight {
-webkit-animation-name: ulp-rotateOutUpRight;
animation-name: ulp-rotateOutUpRight;
}
@-webkit-keyframes ulp-hinge {
0% {
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
20%, 60% {
-webkit-transform: rotate3d(0, 0, 1, 80deg);
transform: rotate3d(0, 0, 1, 80deg);
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
40%, 80% {
-webkit-transform: rotate3d(0, 0, 1, 60deg);
transform: rotate3d(0, 0, 1, 60deg);
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
opacity: 1;
}
100% {
-webkit-transform: translate3d(0, 700px, 0);
transform: translate3d(0, 700px, 0);
opacity: 0;
}
}
@keyframes ulp-hinge {
0% {
-webkit-transform-origin: top left;
-ms-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
20%, 60% {
-webkit-transform: rotate3d(0, 0, 1, 80deg);
-ms-transform: rotate3d(0, 0, 1, 80deg);
transform: rotate3d(0, 0, 1, 80deg);
-webkit-transform-origin: top left;
-ms-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
40%, 80% {
-webkit-transform: rotate3d(0, 0, 1, 60deg);
-ms-transform: rotate3d(0, 0, 1, 60deg);
transform: rotate3d(0, 0, 1, 60deg);
-webkit-transform-origin: top left;
-ms-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
opacity: 1;
}
100% {
-webkit-transform: translate3d(0, 700px, 0);
-ms-transform: translate3d(0, 700px, 0);
transform: translate3d(0, 700px, 0);
opacity: 0;
}
}
.ulp-hinge {
-webkit-animation-name: ulp-hinge;
animation-name: ulp-hinge;
}
@-webkit-keyframes ulp-rollIn {
0% {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes ulp-rollIn {
0% {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
-ms-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
}
100% {
opacity: 1;
-webkit-transform: none;
-ms-transform: none;
transform: none;
}
}
.ulp-rollIn {
-webkit-animation-name: ulp-rollIn;
animation-name: ulp-rollIn;
}
@-webkit-keyframes ulp-rollOut {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
}
}
@keyframes ulp-rollOut {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
-ms-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
}
}
.ulp-rollOut {
-webkit-animation-name: ulp-rollOut;
animation-name: ulp-rollOut;
}
@-webkit-keyframes ulp-zoomIn {
0% {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
50% {
opacity: 1;
}
}
@keyframes ulp-zoomIn {
0% {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
-ms-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
50% {
opacity: 1;
}
}
.ulp-zoomIn {
-webkit-animation-name: ulp-zoomIn;
animation-name: ulp-zoomIn;
}
@-webkit-keyframes ulp-zoomInDown {
0% {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
@keyframes ulp-zoomInDown {
0% {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
-ms-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
-ms-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.ulp-zoomInDown {
-webkit-animation-name: ulp-zoomInDown;
animation-name: ulp-zoomInDown;
}
@-webkit-keyframes ulp-zoomInLeft {
0% {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
@keyframes ulp-zoomInLeft {
0% {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
-ms-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
-ms-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.ulp-zoomInLeft {
-webkit-animation-name: ulp-zoomInLeft;
animation-name: ulp-zoomInLeft;
}
@-webkit-keyframes ulp-zoomInRight {
0% {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
@keyframes ulp-zoomInRight {
0% {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
-ms-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
-ms-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.ulp-zoomInRight {
-webkit-animation-name: ulp-zoomInRight;
animation-name: ulp-zoomInRight;
}
@-webkit-keyframes ulp-zoomInUp {
0% {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
@keyframes ulp-zoomInUp {
0% {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
-ms-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
-ms-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.ulp-zoomInUp {
-webkit-animation-name: ulp-zoomInUp;
animation-name: ulp-zoomInUp;
}
@-webkit-keyframes ulp-zoomOut {
0% {
opacity: 1;
}
50% {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
100% {
opacity: 0;
}
}
@keyframes ulp-zoomOut {
0% {
opacity: 1;
}
50% {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
-ms-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
100% {
opacity: 0;
}
}
.ulp-zoomOut {
-webkit-animation-name: ulp-zoomOut;
animation-name: ulp-zoomOut;
}
@-webkit-keyframes ulp-zoomOutDown {
40% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
100% {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
-webkit-transform-origin: center bottom;
transform-origin: center bottom;
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
@keyframes ulp-zoomOutDown {
40% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
-ms-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
100% {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
-ms-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
-webkit-transform-origin: center bottom;
-ms-transform-origin: center bottom;
transform-origin: center bottom;
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.ulp-zoomOutDown {
-webkit-animation-name: ulp-zoomOutDown;
animation-name: ulp-zoomOutDown;
}
@-webkit-keyframes ulp-zoomOutLeft {
40% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
}
100% {
opacity: 0;
-webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
transform: scale(.1) translate3d(-2000px, 0, 0);
-webkit-transform-origin: left center;
transform-origin: left center;
}
}
@keyframes ulp-zoomOutLeft {
40% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
-ms-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
}
100% {
opacity: 0;
-webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
-ms-transform: scale(.1) translate3d(-2000px, 0, 0);
transform: scale(.1) translate3d(-2000px, 0, 0);
-webkit-transform-origin: left center;
-ms-transform-origin: left center;
transform-origin: left center;
}
}
.ulp-zoomOutLeft {
-webkit-animation-name: ulp-zoomOutLeft;
animation-name: ulp-zoomOutLeft;
}
@-webkit-keyframes ulp-zoomOutRight {
40% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
}
100% {
opacity: 0;
-webkit-transform: scale(.1) translate3d(2000px, 0, 0);
transform: scale(.1) translate3d(2000px, 0, 0);
-webkit-transform-origin: right center;
transform-origin: right center;
}
}
@keyframes ulp-zoomOutRight {
40% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
-ms-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
}
100% {
opacity: 0;
-webkit-transform: scale(.1) translate3d(2000px, 0, 0);
-ms-transform: scale(.1) translate3d(2000px, 0, 0);
transform: scale(.1) translate3d(2000px, 0, 0);
-webkit-transform-origin: right center;
-ms-transform-origin: right center;
transform-origin: right center;
}
}
.ulp-zoomOutRight {
-webkit-animation-name: ulp-zoomOutRight;
animation-name: ulp-zoomOutRight;
}
@-webkit-keyframes ulp-zoomOutUp {
40% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
100% {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
-webkit-transform-origin: center bottom;
transform-origin: center bottom;
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
@keyframes ulp-zoomOutUp {
40% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
-ms-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
100% {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
-ms-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
-webkit-transform-origin: center bottom;
-ms-transform-origin: center bottom;
transform-origin: center bottom;
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.ulp-zoomOutUp {
-webkit-animation-name: ulp-zoomOutUp;
animation-name: ulp-zoomOutUp;
}
.ulp-tab {
font-family: arial, verdana!important;
display: none;
position: fixed;
z-index: 100000;
-moz-box-sizing: border-box!important;
-webkit-box-sizing: border-box!important;
-o-box-sizing: border-box!important;
-ms-box-sizing: border-box!important;
-khtml-box-sizing: border-box!important;
box-sizing: border-box!important;
line-height: 1.475!important;
-moz-border-radius: 2px!important;
-webkit-border-radius: 2px!important;
-o-border-radius: 2px!important;
-ms-border-radius: 2px!important;
-khtml-border-radius: 2px!important;
border-radius: 2px!important;
cursor: pointer;
opacity: 1;
}
.ulp-tab:hover {
opacity: .97;
}
.ulp-tab-image img {
-moz-box-shadow: none!important;
-webkit-box-shadow: none!important;
-o-box-shadow: none!important;
-ms-box-shadow: none!important;
-khtml-box-shadow: none!important;
box-shadow: none!important;
-moz-border-radius: 0!important;
-webkit-border-radius: 0!important;
-o-border-radius: 0!important;
-ms-border-radius: 0!important;
-khtml-border-radius: 0!important;
border-radius: 0!important;
border-width: 0!important;
margin: 0!important;
padding: 0!important;
max-width: 100%!important;
min-width: 0!important;
max-height: 100%!important;
min-height: 0!important;
}
.ulp-tab-content {
padding: .6em 1em;
white-space: nowrap;
text-align: center;
}
.ulp-tab-content i {
margin-right: .5em;
width: 1em;
text-align: center;
}
.ulp-tab-right-top, .ulp-tab-right-middle, .ulp-tab-right-bottom {
right: 0;
top: 0;
-ms-transform-origin: 100% 100%;
-webkit-transform-origin: 100% 100%;
-o-transform-origin: 100% 100%;
-khtml-transform-origin: 100% 100%;
transform-origin: 100% 100%;
-ms-transform: rotate(-90deg);
-webkit-transform: rotate(-90deg);
-o-transform: rotate(-90deg);
-khtml-transform: rotate(-90deg);
transform: rotate(-90deg);
}
.ulp-tab-left-top, .ulp-tab-left-middle, .ulp-tab-left-bottom {
left: 0;
top: 0;
-ms-transform-origin: 0 0;
-webkit-transform-origin: 0 0;
-o-transform-origin: 0 0;
-khtml-transform-origin: 0 0;
transform-origin: 0 0;
-ms-transform: rotate(-90deg);
-webkit-transform: rotate(-90deg);
-o-transform: rotate(-90deg);
-khtml-transform: rotate(-90deg);
transform: rotate(-90deg);
}
.ulp-tab-bottom-left, .ulp-tab-bottom-center, .ulp-tab-bottom-right {
left: 0;
bottom: 0;
}
.ulp-tab-top-left, .ulp-tab-top-center, .ulp-tab-top-right {
left: 0;
top: 0;
}
.ulp-tab-no-icon {
display: none;
font-style: normal!important;
font-weight: 400;
}
.ulp-tab-icon-only, .ulp-no-turn {
-ms-transform: none!important;
-webkit-transform: none!important;
-o-transform: none!important;
-khtml-transform: none!important;
transform: none!important;
}
.ulp-tab-icon-only .ulp-tab-no-icon {
display: block;
}
.ulp-tab-icon-only .ulp-tab-content {
padding: 0!important;
}
.ulp-tab-icon-only i {
font-size: 1.2em!important;
margin: .5em!important;
width: 1em;
text-align: center;
}
.ulp-tab-icon-only span {
display: none!important;
}
#ulp-tabs-ready {
width: 1px!important;
}
.solar-energy .h2-title{
color: #4ebcc1 !important;
font-size: 30px !important;
}
.solar-energy .h3-title{
color: #000 !important;
font-size: 25px !important;
}
.solar-energy .key-feature-title{
color: #4ebcc1 !important;
font-size: 17px !important;
}
.solar-energy ul{
list-style-position: inside;
}
.solar-energy img{
margin-top:0 !important;
}
@media only screen and (max-width: 600px) {
.solar-energy img {
margin: 0 !important;
width: 100% !important;
}
.container{
max-width: 100% !important;
}
.footercol1{
width:100% !important;
}
#containerfooter .row1{
margin-left:0 !important;
}
.footercredits{
padding-bottom:110px !important;
}
.footercredits img {
width: 20% !important;
}
header .container {
width: 100% !important;
padding: 0 !important;
}
header #megaMenu #megaMenuToggle{
padding: 12px 30px !important;
}
.solar-energy .h3-title img {
margin-bottom: 30px !important;
}
}