@import "normalize.css";
@import "basicss.css";
@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,700,600,800&subset=latin,latin-ext);
@import url(http://fonts.googleapis.com/css?family=Advent+Pro:100);
@font-face {
    font-family: 'Conv_Racer';
    src: url('../fonts/Racer.eot');
    src: local('☺'), url('../fonts/Racer.woff') format('woff'), url('../fonts/Racer.ttf') format('truetype'), url('../fonts/Racer.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
body{
    transition: background 500ms ease-in-out;
}
.logoText{
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background: #000;
    font-family: 'Conv_Racer';
    font-size: 70px;
    color: #fff000;
    transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    margin: 0 auto;
}
.zoomOut .logoText{
    width: 75px;
    height: 75px;
    font-size: 24px;
    margin-left: 15px;
}
.logoActive .logoText,.logoUst .logoText,.zoomOut .logoText{
    background: #fff000;
    color: #000;

}

.logoFirst{
    cursor: pointer;
}
.zoomOut .logoText p{
    top: 15px;
}
.logoText p{
    line-height: 1;
    position: relative;
    top: 28px;

}
.zoomOut h1
{width: 0}
html{
    background: #fdf120;
    height: 100%;
    overflow: hidden;
}
body{
    font-family: "Open Sans",sans-serif;
}
body,.main,.slider,.owl-wrapper-outer,.owl-wrapper,.owl-item{
    height: 100%;
}
h1,h2,h3{
    font-weight: normal;
}

.logo{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    font-family: 'Open Sans', sans-serif;
    text-align: center;
    z-index: 99999;
}
.logo img{
    margin-bottom: 25px;
}

.logo h1,.logo h2{
    opacity: 1;
    margin: 20px;
    transition: opacity 300ms ease-in-out;
}


.logo .fa{
    font-size: 45px;
    text-align: center;
    display: block;
    cursor: pointer;
    transition: opacity 300ms ease-in-out;
}

.langTr,.langEn,.langRu,.langFr,.langAr{
    display: none;
}
.langAr{
    text-align: right;
}
h1.opacity,
h2.opacity,
.opacity{
    opacity: 0;
    height: 50px;
    margin: 0;

}
.logo h1 span{
    display: none;
}

@-webkit-keyframes logoUst {
    0% {  }
    100% { top: 130px;  }
}

@-moz-keyframes logoUst {
    0% {  }
    100% { top: 130px; }
}

@-o-keyframes logoUst {
    0% {  }
    100% { top: 130px  }
}

@keyframes logoUst {
    0% { }
    100% { top: 130px; }
}
.zoomOut {
    top: 125px;
    position: absolute;
    -webkit-animation: zoomOut 500ms ease-out both;
    -moz-animation: zoomOut 500ms ease-out both;
    -o-animation: zoomOut 500ms ease-out both;
    animation: zoomOut 500ms ease-out both;

}
@-webkit-keyframes zoomOut {
    0% {  }
    100% { top: 100px;left: 95px;  }
}

@-moz-keyframes zoomOut {
    0% {  }
    100% { top: 100px;left: 95px;  }
}

@-o-keyframes zoomOut {
    0% {  }
    100% { top: 100px;left: 95px;  }
}

@keyframes zoomOut {
    0% { }
    100% { top: 100px;left: 95px;  }
}
.zoomOut .btn{
    position: relative;
    top: -35px;
    left: -15px;
}

.logoUst .btn{
    margin-top: -35px;
}
.logoUst {

    position: absolute;
    -webkit-animation: logoUst 500ms ease-out both;
    -moz-animation: logoUst 500ms ease-out both;
    -o-animation: logoUst 500ms ease-out both;
    animation: logoUst 500ms ease-out both;

}
.logoUst2 {
    top: 125px;


}
.btn{
    position: relative;
    z-index: 6666;
}
.btn .lang a {
    display: inline-block;
    text-align: center;
    font-weight: 600;
    font-size: 14px;
    line-height: 1;
    padding: 8px 0;
    width: 30px;
    height: 30px;
    margin-bottom: 5px;
    transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
}
a:active,
a:active:focus,
a:focus,
a:hover{
    text-decoration: none !important;
}
.btn .lang a:hover,
.logoActive .btn .lang a:hover,
.zoomOut .btn .lang a.current,
.zoomOut .btn .lang a:hover,
.logoUst .btn .lang a:hover,
.logoUst .btn .lang a.current,
.btn .lang a.current{
    border-radius: 50%;
    background: #000;
    color: #fff000;
    text-decoration: none;
}
.logoActive .btn .lang a,
.zoomOut .btn .lang a,
.logoUst .btn .lang a{
    background: #fff000;
    color: #000;
    border-radius: 50%;
}

/**/
.rowLeft h2{
    text-align: left;
}
.section ul{
    
    width: 700px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
.section ul li{
    display: inline-block;
    width: 357px;
    margin: 0 0 25px 0;
}
.section ul li.wAuto{
    width: auto;
}
.section ul li a{
    font-weight: bold;
    font-size: 18px;
    cursor: pointer;
    padding: 5px;
    transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
}
.section ul li a:hover{
    background-color: #fdf120;
    text-decoration: none;
}
.section ul li a:active
{
    text-decoration: none;
    color: #fdf120;
    background-color: #000;
}

.section1 h1{
    color: #fff;
    position: absolute;
    bottom: 150px;
    left: 200px;
    font-size: 48px;
    -webkit-text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
    -moz-text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
    text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
}

.item{
    width: 100%;
    height: 100%;
}

.img{
    width: 100%;

    position: absolute;
}

.section2 {
    background: #fff;
}

.section2 .text{
    margin-left: 160px;
    margin-right: 50px;

    width: 400px;
}
.section2 .list{
    padding: 20px 0;
}
.section2 .list{
    text-align: center;
}
.section2 .list li{
    margin: 0 50px 15px 0;
    display: inline-block;
}

.section2 .img1{
    width: 250px;
}
.section2 .img2{
    width: 400px;
}
.section2 .img3{
    width: 175px;
}
.section2 .img4{
    width: 615px;
}
.section2 .img5{
    width: 150px;
    height: 118px;
}

#sec26 .list li{
    margin-right: 0;
    margin-bottom: 0;
}
#sec26 .list li:first-child{
    margin-left: 4px;
}
#sec26 .list .img1{
    height: 200px;
}
.rowLeft{
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform:  translateY(-50%);
    -moz-transform:  translateY(-50%);
    transform:  translateY(-50%);
}
.rowRight {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
}


@media screen and (max-height:700px) and (min-height: 500px){
    .section ul{
        margin-top: 100px;
        margin-left: 25px;
    }
}
@media screen and (max-width:1025px){
    .section2 .text{
        margin-left: 50px;
    }
    .section ul{
        top: 55%;
    }
}
.pager{
    display: none;
}
.pager a{
    font-family: 'Advent Pro', sans-serif;
    font-weight: 100;
    font-size: 200px;
    color: #999;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
}

.pager a:first-child{

    left: 15px;
}
.pager a:last-child{
    right: 15px;

}
.pager a:hover,.pager a:focus,.pager a:active,
#angleDown:hover,#angleDown:focus, #angleDown:active{
    text-decoration: none;
}
#angleDown{
    position: absolute;
    bottom: 50px;
    color: #999;
    font-size: 28px;
    left: 50%;
}
.footLogo{
    width: 100px;
    margin: 0 auto;
}
.footLogo #goMain{
    display: inline-block;
    font-size: 12px;
    font-family: 'Conv_Racer';
    width: 35px;
    height: 35px;
    background-color: #fdf120;
    border-radius: 50%;
}
.footLogo #goMain span{
    position: relative;
    top: 6px;
    line-height: 1;
    height: 22px;
    display: block;
    left: 1px;
}
.footLogo .fa{
    position: relative;
    top: 5px;
    left: 1px;
    font-size: 24px;
    color: #999;

}
.logo .goContact{
    display: none;
}
 .goContact{
    display: inline-block;
    height: 35px;
    width: 35px;
    margin-left: 10px;
    position: relative;
    top: -1px;
    border-radius: 50%;
    transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
}
.goContact:hover{
    background-color: #fdf120;
}
.goContact:active{
    background-color: #000;
    color: #fdf120;
}


.owl-buttons a{
    font-size: 18px;
    font-weight: 600;
    color: #999;
    padding: 5px;
    transition: all 300ms ease-in-out;
    position: relative;
    top: 6px;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
}
.owl-buttons a:hover{
    background-color: #fdf120;
    color: #000;
}
.owl-buttons a:active
{
    background-color: #000;
    color: #fdf120;
}
.section2 .icon{
    position: absolute;
    bottom: 42px;
    left: 12%;
}
#sec8 .icon{
    left: 20px;
}
/* Icon */
.icon span{
    font-size: 48px;
    margin-right: 20px;
    color: #999;
}
.icon i{
    display: inline-block;
    background: url("../img/sprite.png") no-repeat;
    margin-right: 10px;
}

i.icon-apple{
    background-position: 0 0;
    width: 50px;
    height: 60px;
}
i.icon-android{
    background-position: -60px 0;
    width: 50px;
    height: 59px;
}
i.icon-windows{
    background-position: -120px -5px;
    width: 50px;
    height: 50px;
}
i.icon-glass{
    background-position: -235px -18px;
    width: 100px;
    height: 24px;
}
i.icon-swift{
    background-position: -180px -7px;
    width: 50px;
    height: 45px;
}
i.icon-java{
    background-position: -346px -4px;
    width: 30px;
    height: 55px;
}
i.icon-facebook{
    background-position: -100px -71px;
    width: 100px;
    height: 20px;
}
i.icon-twitter{
    background-position: -201px -71px;
    width: 99px;
    height: 20px;
}
i.icon-google{
    background-position: -307px -75px;
    width: 66px;
    height: 20px;
    position: relative;
    top: 5px;
}
i.icon-instagram{
    background-position: -6px -74px;
    width: 88px;
    height: 20px;
    position: relative;
    top: 5px;
}
i.icon-google-ads{
    background-position:  -148px -101px;
    width: 124px;
    height: 20px;
}
i.icon-google-analytic{
    background-position: -283px -101px;
    width: 114px;
    height: 20px;
}
i.icon-facebook-ads{
    background-position:  -6px -101px;
    width: 129px;
    height: 20px;
}
i.icon-schema{
    background-position: -6px -127px;
    width: 108px;
    height: 20px;
    position: relative;
    top: 4px;
}
i.icon-graph1{
    background-position: -122px -126px;
    width: 36px;
    height: 30px;
}
i.icon-graph2{
    background-position: -197px -126px;
    width: 24px;
    height: 30px;
}
i.icon-graph3{
    background-position:-161px -126px;
    width: 30px;
    height: 30px;
}
i.icon-iyzico{
    background-position: -349px -183px;
    width: 48px;
    height: 20px;
}
i.icon-magento{
    background-position: -6px -147px;
    width: 85px;
    height: 25px;
}
i.icon-opencart{
    background-position: -130px -179px;
    width: 103px;
    height: 20px;
}
i.icon-paypal{
    background-position: -240px -179px;
    width: 102px;
    height: 25px;
}
i.icon-payu{
    background-position: -312px -128px;
    width: 80px;
    height: 20px;
}
i.icon-woo{
    background-position: -1px -182px;
    width: 124px;
    height: 25px;
    position: relative;
    top: 3px;
}

/* Contact */

.contact{
    z-index: 99;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left:0;
    background: #fff;
    padding: 20px ;
}

.contact > div{
    position: absolute;
    width: 860px;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
.contact h1{
    font-size: 18px;
    margin-bottom: 20px;
}
.contactAddress,.contact .info{
    margin-bottom: 25px;
    font-size: 14px;
    height: 175px;

}
.contact .info{
    text-align: right
}
.contact .form-group{
    margin-bottom: 10px;
}
.contact .pull-left{
    width: 50%;
}
.contact .contactIcon{
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: 3px;
    font-size: 32px;
    cursor: pointer;
    font-family: 'Advent Pro', sans-serif;
    font-weight: 100;
}
.contact .contactIcon a{
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    color: #000;
    line-height: 1;
}
.contact .contactIcon a:hover{
    background: #fff000;
}
.contact .contactIcon a:active
{
    background: #000;
    color: #fff000;
}
.contact input,.contact textarea{
    border: 1px solid #dbdbdb;
    border-radius: 3px;
    padding: 5px;
    width: 250px;
    display: block;
    background: #fff000;
    color: #000;
}
.contact button{
    background: #000;
    color: #fff000;
    border: none;
    padding: 5px 10px;
    border-radius: 3px;
}
.contactAddress .langAr{
    text-align: inherit !important;
}

.contact form label{
    display: none;
}


 #PK {
     height: 285px;
     width: 345px;
 }
.gm-style-iw * {
    display: block;
    width: 100%;
}
.gm-style-iw h4, .gm-style-iw p {
    margin: 0;
    padding: 0;
}
.gm-style-iw a {
    color: #4272db;
}


.clear{
    clear: both;
}