﻿@charset "utf-8";
/* CSS Document */
/* Slider Document */
.slide-image {
    position: relative;
	width: 100%;
    margin: auto;
    top: 6%;
	right: -60px;
}

    .slide-image img {
		position: absolute;
        width: 66%;
        margin: 30px auto;
        display: inherit;
    }

.tp-button1 {
    margin: 0px 0px 0 0;
}
/* Product Document */
#product {
    margin-top: 10px;
}

    #product .container {
        width: 100%;
    }

.panel {
    border-radius: 0px;
    border: 0px;
    margin-top: 25px;
    -webkit-box-shadow: 0px 0px 25px 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 25px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 25px 5px rgba(0, 0, 0, 0.1);
}

.panel-info > .panel-heading,
.panel-success > .panel-heading,
.panel-danger > .panel-heading {
    color: #ffffff;
    border-radius: 0px;
    height: 135px;
}

.panel-heading > p {
    line-height: 15px;
    font-size: 12px;
    margin: 0 5px 5px;
}

.panel-info > .panel-heading h3,
.panel-success > .panel-heading h3,
.panel-danger > .panel-heading h3 {
    color: #ffffff;
    font-size: 20px;
    margin-bottom: 5px;
    font-weight: 300;
	line-height: 24px;
}

.panel-info > .panel-heading {
    background: #00a0dc;
}

.panel-success > .panel-heading {
    background: #73c3ed;
}

.panel-danger > .panel-heading {
    background: #faa61a;
}

.panel-footer {
    padding: 15px;
    background: #ffffff;
}

.legalinx-bulletpoints {
    margin-left: 10px;
    margin-right: 10px;
}

.more-info {
    position: absolute;
	right: 0px;
	top: 15px;
    color: #d7d7d7;
    margin-right: 20px;
}

#product .list-group-item {
    padding: 15px 15px 1px;
}

.list-item-content {
	line-height: 18px;
    padding-bottom: 14px;
	padding-left: 35px;
	padding-right: 0px;
	height: 60px;
    border-bottom: 1px solid #d7d7d7;
}

ul.list-group.list-group-flush li {
  position: relative;
}
ul.list-group.list-group-flush li:before {
  content: ""; 
  position: absolute;
  width: 20px;
  height: 20px;
  left: 20px;
  background: url("/images/legalinx-bp.png") no-repeat 50% 50% / contain;
}
.international ul.list-group.list-group-flush li:last-child:before {
  display: none;
}

.list-item-content.text-center{
  padding-left: 0;
  padding-right: 0;
}
.popover {
    border: 0px;
    border-radius: 0px;
    -webkit-box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.2);
}

#product .button.medium.thin {
    width: 75%;
    margin-bottom: 20px;
}

#product .expand-info{
	font-size: 11px;
    line-height: 12px;
    margin-top: -6px;
    text-align: center;
}

.carousel {
    margin-left: -15px;
    margin-right: -15px;
}

.carousel-control {
    height: 44px;
    margin: auto;
    line-height: 44px;
    color: #ffffff;
    opacity: 0.8;
}
/* Product Carousel Document */
.carousel-showmanymoveone .carousel-control {
    width: 40px;
    background-image: none;
}
    .carousel-showmanymoveone .carousel-control:hover {
        width: 80px;

    }
.carousel-showmanymoveone .carousel-control:hover i{
    display: none;
}
    .carousel-showmanymoveone .carousel-control.left {
        margin-left: 0px;
        background: #faa61a;
    }

    .carousel-showmanymoveone .carousel-control.left:hover:after {
        display: block;
        content: "Previous";
        font-size: 14px;
        color: #fff;
        position: relative;
        box-shadow: none;
        width: 100px;
        margin-left: -10px;
    }

    .carousel-showmanymoveone .carousel-control.right {
        margin-right: 0px;
        background: #faa61a;
    }
        .carousel-showmanymoveone .carousel-control.right:hover:after {
            display: block;
            content: "Next";
            font-size: 14px;
            color: #fff;
            position: relative;
            box-shadow: none;
            width: 100px;
            margin-left: -10px;
        }


.carousel-showmanymoveone .cloneditem-1,
.carousel-showmanymoveone .cloneditem-2,
.carousel-showmanymoveone .cloneditem-3 {
    display: none;
}

@media all and (min-width: 768px) {
    .carousel {
        margin-left: 0px;
        margin-right: 0px;
    }

    .carousel-showmanymoveone .carousel-control.left {
        margin-left: -30px;
    }
    .carousel-showmanymoveone .carousel-control.left:hover {
        margin-left: -50px;
    }

    .carousel-showmanymoveone .carousel-control.right {
        margin-right: -30px;
    }
        .carousel-showmanymoveone .carousel-control.right:hover {
            margin-right: -50px;
        }
    .carousel-showmanymoveone .carousel-inner > .active.left,
    .carousel-showmanymoveone .carousel-inner > .prev {
        left: -50%;
    }

    .carousel-showmanymoveone .carousel-inner > .active.right,
    .carousel-showmanymoveone .carousel-inner > .next {
        left: 50%;
    }

    .carousel-showmanymoveone .carousel-inner > .left,
    .carousel-showmanymoveone .carousel-inner > .prev.right,
    .carousel-showmanymoveone .carousel-inner > .active {
        left: 0;
    }

    .carousel-showmanymoveone .carousel-inner .cloneditem-1 {
        display: block;
    }
	#product {
        margin-top: -160px;
    }
	
	.list-item-content {
		padding-right: 30px;
	}
	.slider-image {
		max-width: 300px;
	}
}

@media all and (min-width: 768px) and (transform-3d), all and (min-width: 768px) and (-webkit-transform-3d) {
    .carousel-showmanymoveone .carousel-inner > .item.active.right,
    .carousel-showmanymoveone .carousel-inner > .item.next {
        -webkit-transform: translate3d(50%, 0, 0);
        transform: translate3d(50%, 0, 0);
        left: 0;
    }

    .carousel-showmanymoveone .carousel-inner > .item.active.left,
    .carousel-showmanymoveone .carousel-inner > .item.prev {
        -webkit-transform: translate3d(-50%, 0, 0);
        transform: translate3d(-50%, 0, 0);
        left: 0;
    }

        .carousel-showmanymoveone .carousel-inner > .item.left,
        .carousel-showmanymoveone .carousel-inner > .item.prev.right,
        .carousel-showmanymoveone .carousel-inner > .item.active {
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
            left: 0;
        }
}

@media all and (min-width: 992px) {
    .carousel-showmanymoveone .carousel-inner > .active.left,
    .carousel-showmanymoveone .carousel-inner > .prev {
        left: -33.33%;
    }

    .carousel-showmanymoveone .carousel-inner > .active.right,
    .carousel-showmanymoveone .carousel-inner > .next {
        left: 33.33%;
    }

    .carousel-showmanymoveone .carousel-inner > .left,
    .carousel-showmanymoveone .carousel-inner > .prev.right,
    .carousel-showmanymoveone .carousel-inner > .active {
        left: 0;
    }

    .carousel-showmanymoveone .carousel-inner .cloneditem-2,
    .carousel-showmanymoveone .carousel-inner .cloneditem-3 {
        display: block;
    }
	.panel-info > .panel-heading,
	.panel-success > .panel-heading,
	.panel-danger > .panel-heading {
		height: 125px;
	}
	#product {
		margin-top: -149px;
	}
	.panel-info > .panel-heading h3, .panel-success > .panel-heading h3, .panel-danger > .panel-heading h3 {
		margin-bottom: 5px;
		
	}
}

@media all and (min-width: 992px) and (transform-3d), all and (min-width: 992px) and (-webkit-transform-3d) {
    .carousel-showmanymoveone .carousel-inner > .item.active.right,
    .carousel-showmanymoveone .carousel-inner > .item.next {
        -webkit-transform: translate3d(33.33%, 0, 0);
        transform: translate3d(33.33%, 0, 0);
        left: 0;
    }

    .carousel-showmanymoveone .carousel-inner > .item.active.left,
    .carousel-showmanymoveone .carousel-inner > .item.prev {
        -webkit-transform: translate3d(-33.33%, 0, 0);
        transform: translate3d(-33.33%, 0, 0);
        left: 0;
    }

        .carousel-showmanymoveone .carousel-inner > .item.left,
        .carousel-showmanymoveone .carousel-inner > .item.prev.right,
        .carousel-showmanymoveone .carousel-inner > .item.active {
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
            left: 0;
        }
}
@media all and (min-width: 1024px) {
	.panel-heading > p {
		line-height: 12px;
		font-size: 11px;
	}

}
@media all and (min-width: 1200px) {
	.panel-info > .panel-heading h3,
	.panel-success > .panel-heading h3,
	.panel-danger > .panel-heading h3 {
    	font-size: 25px;
		margin-bottom: 10px;
		line-height: 26px;
`	}
	.panel-heading > p {
		line-height: 15px;
		font-size: 12px;
		margin: 0 10px 10px;
	}
	.panel-info > .panel-heading,
	.panel-success > .panel-heading,
	.panel-danger > .panel-heading {
		color: #ffffff;
		border-radius: 0px;
		height: 135px;
	}
	#product {
		margin-top: -160px;
	}
	.list-item-content {
		height: 45px;
	}
	
}
@media all and (min-width: 1400px) {
	.panel-heading > p {
		line-height: 16px;
		font-size: 13px;
		margin: 0 10px 10px;
	}
}

/* Review */
#testimonial {
    background: #0087ae; /* For browsers that do not support gradients */
    background: url(/images/asset/quotebg.png), -webkit-linear-gradient(left right, #0087ae, #73c3ed 70%, #ffffff 70.01%, #ffffff); /* For Safari 5.1 to 6.0 */
    background: url(/images/asset/quotebg.png), -o-linear-gradient(left right, #0087ae, #73c3ed 70%, #ffffff 70.01%, #ffffff); /* For Opera 11.1 to 12.0 */
    background: url(/images/asset/quotebg.png), -moz-linear-gradient(left right, #0087ae, #73c3ed 70%, #ffffff 70.01%, #ffffff); /* For Firefox 3.6 to 15 */
    background: url(/images/asset/quotebg.png), linear-gradient(to right, #0087ae, #73c3ed 70%, #ffffff 70.01%, #ffffff); /* Standard syntax */
    padding-top: 100px;
    padding-bottom: 100px;
    background-repeat: no-repeat;
    background-position: left top;
}

    #testimonial h2 {
        color: #ffffff;
        font-size: 30px;
    }
	#testimonial p {
        line-height: 20px;
		font-size: 15px;
    }

.owl-carousel {
    position: relative;
}

    .owl-carousel .item {
		position: relative;
        background: #ffffff;
        margin: 10px 10px;
        padding: 25px;
        -webkit-box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.2);
        box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.2);
        height: 300px;
    }

    .owl-carousel .company-info {
        margin-bottom: 15px;
    }

        .owl-carousel .company-info img {
            width: 50px;
            height: 50px;
            border-radius: 50%;
            -webkit-box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.2);
            -moz-box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.2);
            box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.2);
        }

        .owl-carousel .company-info p {
            display: block;
            position: absolute;
            top: 45px;
            left: 110px;
            font-size: 16px;
            line-height: 20px;
        }

        .owl-carousel .company-info strong {
            color: #0087ae;
        }

.owl-carousel {
    overflow: visible;
}

.owl-theme .owl-controls .owl-buttons div {
    background: transparent;
    height: 44px;
    width: 44px;
    color: #ffffff;
}

.owl-prev {
    position: static;
    right: -20px;
}

.owl-next {
    position: static;
    left: -20px;
}

/* Why us*/
.fes15-title-32 {
    font-size: 30px;
    margin-bottom: 10px;
}

.fes1-main-title-cont {
    margin: 0;
}

.fes15-title-32 {
    font-size: 32px;
    line-height: 50px;
    margin-top: 30px;
}

.fes11-box {
    padding-left: 10px;
}

    .fes11-box h4 {
        font-weight: 800;
    }

    .fes11-box p {
        font-size: 16px;
        color: #707070;
    }


/****** career *****/

#call-to-action {
    background-color: #ebebeb;
    padding-top: 100px;
    padding-bottom: 100px;
    background-position: center 480px;
    background-repeat: no-repeat;
    background-size: contain;
}

#call-to-action h3 {
    font-size: 32px;
    line-height: 46px;
    color: #0088af;
    margin-bottom: 30px;
}

#call-to-action .bg-image {
    max-width: 50px;
    width: 100%;
    margin: 150px auto 120px;
}

#call-to-action .button {
    padding-left: 100px !important;
    padding-right: 100px !important;
    margin-top: 20px;
}

.key-points {
    position: absolute;
    color: #ffffff;
	font-size: 12px;
	line-height: 16px;
    text-align: center;
    padding-top: 22px;
    padding-left: 0px;
    padding-right: 0px;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    -webkit-box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.1);
}

.rate{
	background-color: #00a0dc;
	top: 130px;
    left: -20px;
}

.order{
	background-color: #73c3ed;
	top: 70px;
	right: -20px;
}
.tracking {
	background-color: #faa61a;
	top: 280px;
	right: 20px;
}
.subscription {
	    background-color: #faa61a;
		top: 40px;
		left: 50px;
	}
.live {
	background-color: #00a0dc;
	top: 230px;
	right: -30px;
}
.support {
	background-color: #0087ae;
	top: 280px;
	left: 40px;
}

@media only screen and (min-width: 375px) {
    .owl-carousel .item {
        height: 260px;
    }

    #call-to-action {
        background-position: center 430px;
    }
}

@media only screen and (min-width: 410px) {
    #call-to-action {
        background-position: center 400px;
    }
}

@media only screen and (min-width: 768px) {
    .slide-image {
		width: 100%;
        max-width: 400px;
        top: 9%;
        right: 50px;
    }

    #product .container {
        width: 740px;
    }

    .owl-carousel .item {
        height: 240px;
    }

    .local-scroll-cont {
        bottom: 150px;
    }


    #why-us .col-sm-8 {
        width: 100%;
    }

    #call-to-action {
        background-position: center 250px;
    }
	.key-points {	
		font-size: 14px;
		line-height: 18px;
		padding-top: 30px;
    	width: 100px;
		height: 100px;
	}
	.rate{
		top: 100px;
		left: 50px;
	}

	.order{
		top: 40px;
		right: 50px;
	}
	.tracking {
		top: 300px;
		right: 100px;
	}
	.subscription {
		top: -20px;
		left:100px;
	}
	.live {
		top: 220px;
		right: 50px;
	}
	.support {
		top: 300px;
		left: 130px;
	}
}

@media only screen and (min-width: 1024px) {

    .slide-image {
        right: -300px;
        top: 20%;
    }

    #product .container {
        width: 996px;
    }

    .legalinx-bulletpoints {
        margin-left: 15px;
        margin-right: 15px;
    }

    #testimonial {
        padding-bottom: 300px;
    }

    .owl-carousel {
        position: absolute;
        top: 120px;
        left: 30%;
    }

        .owl-carousel .item {
            height: 300px;
        }

    .owl-buttons {
        position: absolute;
        top: 50px;
        left: -200px;
    }

    .fes11-box {
        padding-left: 55px;
    }

    .fes15-title-32 {
        font-size: 32px;
    }

    #why-us .col-sm-8 {
        width: 66.666666%;
    }

    #call-to-action {
        background-position: center;
    }

        #call-to-action .bg-image {
            max-width: 100px;
            width: 100%;
            margin: 200px auto 480px;
        }

        #call-to-action .button {
            margin: 40px 10px 10px;
        }

    .rate{
		top: 300px;
		left: 120px;
	}

	.order{
		top: 100px;
		right: 120px;
	}
	.tracking {
		top: 500px;
		right: 250px;
	}
	.subscription {
		top: 0px;
		left: 180px;
	}
	.live {
		top: 300px;
		right: 130px;
	}
	.support {
		top: 500px;
		left: 300px;
	}
	
}

@media only screen and (min-width: 1200px) {
    .slide-image {
        top: 24%;
    }

    #product .container {
        width: 1200px;
    }

    .owl-buttons {
        left: -300px;
    }
}

@media only screen and (min-width: 1400px) {
    .slide-image {
        top: 20%;
    }

        .slide-image img {
            width: 80%;
            margin: 100px auto;
        }

    #product .container {
        width: 1380px;
    }
	.owl-carousel .item {
		padding: 30px;
	}

    .owl-carousel {
        left: 25%;
    }

    .owl-buttons {
        left: -10%;
    }
}

@media only screen and (min-width: 1600px) {
    .slide-image {
        top: 8%;
		right: -400px;
    }

    .owl-carousel .item {
        height: 240px;
    }

    .slide-image img {
        width: 100%;
        margin: 100px auto;
    }

    .owl-carousel {
        left: 30%;
    }

    .owl-buttons {
        left: -200px;
    }
}






/******* international animation *****/
.international-map {
    width: 100%;
    max-width: 1000px;
    margin: auto;
    top: 48%;
    position: relative;
}

.inter-country {
    position: absolute;
    z-index: 10;
}

.earth {
    animation: spin .3s linear;
    animation-fill-mode: forwards;
}

.inter-country > .info > h5 {
    color: #faa61a;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 18px;
    padding: 0;
    margin: 0;
}

.inter-country > .info {
    color: #ffffff;
    width: 250px;
    opacity: 0;
    animation: fadeInDown 1s linear forwards;
}

.european {
    top: 30px;
    right: -75px;
}

    .european > svg {
        position: absolute;
        width: 50px;
        left: 0;
        top: 30px;
    }

    .european > .info {
        float: left;
        margin-left: 60px;
        text-align: left;
    }

        .european > .info > p {
            padding-left: 30px;
			line-height: 20px;
        }

.asia {
    top: 0;
    left: 20px;
}

.austrialia {
    top: 70px;
    left: -90px;
}

.american {
    top: 180px;
    left: -200px;
}

    .asia > svg,
    .austrialia > svg,
    .american > svg {
        position: absolute;
        width: 50px;
        right: 0;
        bottom: 0;
    }

    .asia > .info,
    .austrialia > .info,
    .american > .info {
        float: right;
        margin-right: 55px;
        text-align: right;
    }

        .asia > .info > p,
        .austrialia > .info > p,
        .american > .info > p {
            padding-right: 30px;
        }

circle {
    fill: #faa61b;
    opacity: 0;
    animation: dots 2s linear forwards;
}

@keyframes dots {
    to {
        opacity: 1;
    }
}

@-webkit-keyframes dots {
    to {
        opacity: 1;
    }
}

@-moz-keyframes dots {
    to {
        opacity: 1;
    }
}

circle:nth-child(2) {
    fill: #faa61b;
    opacity: 0;
    animation: dots2 1s linear infinite;
    animation-delay: 1s;
}

@keyframes dots2 {
    to {
        opacity: 0.3;
    }
}

@-webkit-keyframes dots2 {
    to {
        opacity: 0.3;
    }
}

@-moz-keyframes dots2 {
    to {
        opacity: 0.3;
    }
}

line {
    stroke: #faa61a;
    opacity: 0;
    stroke-dasharray: 40;
    stroke-dashoffset: 1;
    animation: path 2s linear forwards;
}

@keyframes path {
    0% {
        opacity: 0;
        stroke-dashoffset: 40;
    }

    2% {
        opacity: 1;
        stroke-dashoffset: 40;
    }

    100% {
        opacity: 1;
        stroke-dashoffset: 0;
    }
}

@-webkit-keyframes path {
    0% {
        opacity: 0;
        stroke-dashoffset: 40;
    }

    2% {
        opacity: 1;
        stroke-dashoffset: 40;
    }

    100% {
        opacity: 1;
        stroke-dashoffset: 0;
    }
}

#earth {
    width: 80%;
    margin-left: 10%;
    animation: rotation 60s infinite linear;
    -moz-animation: rotation 60s infinite linear;
    -webkit-animation: rotation 60s infinite linear;
}

@keyframes rotation {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(359deg);
    }
}

@-webkit-keyframes rotation {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(359deg);
    }
}

@-moz-keyframes rotation {
    from {
        -moz-transform: rotate(0deg);
    }

    to {
        -moz-transform: rotate(359deg);
    }
}

@media only screen and (min-width: 768px) {
    .international-map {
        top: 55%;
    }

    .european {
        top: -50px;
        right: 40px;
    }

    .asia {
        top: -30px;
        left: 0px;
    }

    .austrialia {
        top: 80px;
        left: 0px;
    }

    .american {
        top: 180px;
        left: 80px;
    }
}

@media only screen and (min-width: 1024px) {
	.international-map{
        top: 45%;
    }

    .european {
        top: -20px;
        right: 40px;
    }

    .asia {
        top: -10px;
        left: 60px;
    }

    .austrialia {
        top: 60px;
        left: 0px;
    }

    .american {
        top: 140px;
        left: -80px;
    }
}

@media only screen and (min-width: 1200px) {
    #earth {
        width: 100%;
        margin-left: 0;
    }
	.international-map {
		top: 49%;
	}

    .european {
        top: 30px;
        right: -75px;
    }

    .asia {
        top: -10px;
        left: 50px;
    }

    .austrialia {
        top: 60px;
        left: -80px;
    }

    .american {
        top: 140px;
        left: -150px;
    }
}

@media only screen and (min-width: 1400px) {
    .asia {
        top: 0;
        left: 20px;
    }

    .austrialia {
        top: 70px;
        left: -90px;
    }

    .american {
        top: 180px;
        left: -200px;
    }
}

.well {
    min-height: 20px;
    padding: 0px 10px;
    margin-bottom: 5px;
    background-color: none;
    border: 0px;
    border-radius: 4px;
    text-align: center;
    font-size: 12px;
}

@media only screen and (min-width: 1600px) {
	.international-map{
        top: 55%;
    }
}

/****** person******/
.slide-text {
    text-align: center;
}

img.person {
    margin-top: 300px;
    margin-left: auto;
    margin-right: auto;
}

    img.person.search {
        position: absolute;
        z-index: 10;
        top: 0;
        -webkit-animation: myOrbit 4s linear infinite; /* Chrome, Safari 5 */
        -moz-animation: myOrbit 4s linear infinite; /* Firefox 5-15 */
        -o-animation: myOrbit 4s linear infinite; /* Opera 12+ */
        animation: myOrbit 4s linear infinite; /* Chrome, Firefox 16+, 
                                                      IE 10+, Safari 5 */
    }

@media only screen and (min-width: 768px) {
    img.person {
        margin-top: 400px;
        width: 100%;
        margin-left: 50px;
    }

        img.person.search {
            right: 10px;
        }
}

@media only screen and (min-width: 800px) {
    .slide-text {
        text-align: left;
    }

    img.person {
        margin-top: 400px;
        width: 100%;
        margin-left: 280px;
    }

        img.person.search {
            right: -280px;
        }
}

@media only screen and (min-width: 1024px) {

    img.person {
        margin-top: 0px;
        margin-left: -50px;
    }

        img.person.search {
            right: 60px;
        }
}


@media only screen and (min-width: 1400px) {
    .slide-text {
        text-align: left;
    }

    img.person {
        margin-top: 100px;
        margin-left: -50px;
    }
}

@media only screen and (min-width: 1600px) {
    .slide-text {
        text-align: left;
    }

    img.person {
        margin-top: 200px;
    }
}

@-webkit-keyframes myOrbit {
    from {
        -webkit-transform: rotate(0deg) translateX(10px) rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg) translateX(10px) rotate(-360deg);
    }
}

@-moz-keyframes myOrbit {
    from {
        -moz-transform: rotate(0deg) translateX(10px) rotate(0deg);
    }

    to {
        -moz-transform: rotate(360deg) translateX(10px) rotate(-360deg);
    }
}

@-o-keyframes myOrbit {
    from {
        -o-transform: rotate(0deg) translateX(10px) rotate(0deg);
    }

    to {
        -o-transform: rotate(360deg) translateX(10px) rotate(-360deg);
    }
}

@keyframes myOrbit {
    from {
        transform: rotate(0deg) translateX(10px) rotate(0deg);
    }

    to {
        transform: rotate(360deg) translateX(10px) rotate(-360deg);
    }
}




/**************product************/

.slide-uk {
    width: 100%;
    max-width: 600px;
    height: 100%;
    max-height: 505px;
    position: absolute;
    right: 0px;
    top: 160px;
    background-image: url(/images/slider-company-background.png);
    background-size: contain;
    background-repeat: no-repeat;
    -ms-transform: scale(0.6, 0.6); /* IE 9 */
    -webkit-transform: scale(0.6, 0.6); /* Safari */
    transform: scale(0.6, 0.6);
}

#cssSlider {
    width: 100%;
    max-width: 430px;
    height: 100%;
    max-height: 400px;
    overflow: hidden;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

#sliderImages {
    width: 4000px;
    height: 362px;
    overflow: hidden;
    /* animation duration: 16s : 5x ~3s display image + 5x ~0.2s slide */
    animation: slide 10s infinite ease;
    -moz-animation: slide 10s infinite ease;
    -webkit-animation: slide 10s infinite ease;
    -o-animation: slide 10s infinite ease;
}

    #sliderImages img {
        float: left;
    }

.magnify {
    position: absolute;
    z-index: 300;
    top: 0px;
    left: 0px;
    animation: search 10s infinite ease;
}

@media only screen and (min-width: 375px) {
    .slide-uk {
        top: 200px;
        -ms-transform: scale(0.7, 0.7); /* IE 9 */
        -webkit-transform: scale(0.7, 0.7); /* Safari */
        transform: scale(0.7, 0.7);
    }
}

@media only screen and (min-width: 768px) {
    .slide-uk {
        top: 390px;
        right: 100px;
        -ms-transform: scale(0.9,0.9); /* IE 9 */
        -webkit-transform: scale(0.9,0.9); /* Safari */
        transform: scale(0.9,0.9);
    }
}

@media only screen and (min-width: 1024px) {
    .slide-uk {
        right: -100px;
        top: 70px;
    }
}

@media only screen and (min-width: 1200px) {
    .slide-uk {
        top: 100px;
    }
}

@media only screen and (min-width: 1360px) {
    .slide-uk {
        right: 0;
        top: 180px;
        -ms-transform: scale(1,1); /* IE 9 */
        -webkit-transform: scale(1,1); /* Safari */
        transform: scale(1,1);
    }
}

@media only screen and (min-width: 1600px) {
    .slide-uk {
        right: 130px;
        top: 190px;
    }
}

@media only screen and (min-height: 1366px) {
    .slide-uk {
        right: -100px;
        top: 300px;
    }
	.slide-image {
		top : 35%;
	}
}

@keyframes slide {
    0% {
        margin-left: 430px;
    }

    3% {
        margin-left: 0px;
    }

    33% {
        margin-left: 0px;
    }

    36% {
        margin-left: -430px;
    }

    66% {
        margin-left: -430px;
    }

    69% {
        margin-left: -860px;
    }

    99% {
        margin-left: -860px;
    }

    100% {
        margin-left: -1100px;
    }
}

@-moz-keyframes slide {
    0% {
        margin-left: 430px;
    }

    3% {
        margin-left: 0px;
    }

    33% {
        margin-left: 0px;
    }

    36% {
        margin-left: -430px;
    }

    66% {
        margin-left: -430px;
    }

    69% {
        margin-left: -860px;
    }

    99% {
        margin-left: -860px;
    }

    100% {
        margin-left: -1100px;
    }
}

@-webkit-keyframes slide {
    0% {
        margin-left: 430px;
    }

    3% {
        margin-left: 0px;
    }

    33% {
        margin-left: 0px;
    }

    36% {
        margin-left: -430px;
    }

    66% {
        margin-left: -430px;
    }

    69% {
        margin-left: -860px;
    }

    99% {
        margin-left: -860px;
    }

    100% {
        margin-left: -1100px;
    }
}

@-o-keyframes slide {
    0% {
        margin-left: 430px;
    }

    3% {
        margin-left: 0px;
    }

    33% {
        margin-left: 0px;
    }

    36% {
        margin-left: -430px;
    }

    66% {
        margin-left: -430px;
    }

    69% {
        margin-left: -860px;
    }

    99% {
        margin-left: -860px;
    }

    100% {
        margin-left: -1100px;
    }
}

@keyframes search {
    0% {
        transform: translate(50px, 50px) scale(.8)
    }

    3% {
        transform: translate(200px, 200px) scale(.8);
    }

    33% {
        transform: translate(50px, 50px) scale(.8);
    }

    36% {
        transform: translate(200px, 200px) scale(.8)
    }

    66% {
        transform: translate(50px, 50px) scale(.8);
    }

    69% {
        transform: translate(200px, 200px) scale(.8);
    }

    99% {
        transform: translate(50px, 50px) scale(.8);
    }

    100% {
        transform: translate(200px, 200px) scale(.8);
    }
}

@-moz-keyframes search {
    0% {
        transform: translate(50px, 50px) scale(.8)
    }

    3% {
        transform: translate(200px, 200px) scale(.8);
    }

    33% {
        transform: translate(50px, 50px) scale(.8);
    }

    36% {
        transform: translate(200px, 200px) scale(.8)
    }

    66% {
        transform: translate(50px, 50px) scale(.8);
    }

    69% {
        transform: translate(200px, 200px) scale(.8);
    }

    99% {
        transform: translate(50px, 50px) scale(.8);
    }

    100% {
        transform: translate(200px, 200px) scale(.8);
    }
}

@-webkit-keyframes search {
    0% {
        transform: translate(50px, 50px) scale(.8)
    }

    3% {
        transform: translate(200px, 200px) scale(.8);
    }

    33% {
        transform: translate(50px, 50px) scale(.8);
    }

    36% {
        transform: translate(200px, 200px) scale(.8)
    }

    66% {
        transform: translate(50px, 50px) scale(.8);
    }

    69% {
        transform: translate(200px, 200px) scale(.8);
    }

    99% {
        transform: translate(50px, 50px) scale(.8);
    }

    100% {
        transform: translate(200px, 200px) scale(.8);
    }
}

@-o-keyframes search {
    0% {
        transform: translate(50px, 50px) scale(.8)
    }

    3% {
        transform: translate(200px, 200px) scale(.8);
    }

    33% {
        transform: translate(50px, 50px) scale(.8);
    }

    36% {
        transform: translate(200px, 200px) scale(.8)
    }

    66% {
        transform: translate(50px, 50px) scale(.8);
    }

    69% {
        transform: translate(200px, 200px) scale(.8);
    }

    99% {
        transform: translate(50px, 50px) scale(.8);
    }

    100% {
        transform: translate(200px, 200px) scale(.8);
    }
}

