/*  */
html, body{ overflow: hidden;width: 100%; height: 100%; margin: 0; }
body { overflow: hidden; margin: 0; border-left: 30px solid #4E00FF; border-right: 30px solid #4E00FF;  }

#wrapper .showContent { display: block !important; }

/* loading page */

.loading p { z-index: 1000000000; position: absolute; top: 45%; left: 0; width: 100%; font-size: 4em; color: #fff; font-weight: bold; text-align: center; letter-spacing: 0.2em }
.loading p span { display: block; font-size: 12px; text-align: center; width: 100%; }
.loading > span { position: fixed; z-index: 1000000000; left: 0; display: block; width: 17%; height: 100%; background-color: #4E00FF  }
.loading > span:nth-child(3) { left: 33.33333312%;  }
.loading > span:nth-child(4) { left: 49.99999999%; }
.loading > span:nth-child(5) { left: 66.66666666%; }
.loading > span:nth-child(6) { left: 83.33333331%; }
.loading > span:nth-child(7) { left: 99.99999997%; }
.loading > span:nth-child(2) { left: 16.66666666%; }


/* js nav */

#wrapper .navActive { color: #4E00FF; }
#wrapper .spanActive { top: 60.5%; opacity: 1; left: 0 }



/* #wrapper */

#wrapper { position: relative; height: 100%; }



/* header */

.whiteGradi { display: none }
svg { transition: 0.2s; -webkit-transition: 0.2s; -ms-transition: 0.2s; -moz-transition: 0.2s; -webkit-transform: translate(0, 0) rotate(0, 0); transform: translate(0, 0) rotate(0, 0); transition: -webkit-transform 3000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms, opacity 3000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms; transition: transform 3000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms, opacity 3000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;  }

header h1 { z-index: 2000; position: fixed; top: 6%; left: 7% }
nav a { z-index: 1000; position: fixed; left: 7%; top: 41.8%; width: 39px; font-size: 1.4em; color: #BBA2FF; transform: rotate(90deg); -webkit-transform: rotate(90deg); -ms-transform: rotate(90deg); -moz-transform: rotate(90deg); }
nav a:first-child { top: 30% }
nav a:nth-child(3) { top: 52% }
nav a:hover { color: #4E00FF; transition: 0.3s; -webkit-transition: 0.3s; -ms-transition: 0.3s; -moz-transition: 0.3s; }

nav a span { z-index: 1000; opacity: 0; top: 33.5%; left: 0; position: fixed; margin-left: -6px; width: 100%; height: 3px;  background-color: #4E00FF; transition: 0.4s; -webkit-transition: 0.4s; -ms-transition: 0.4s; -moz-transition: 0.4s;  }
nav a:nth-child(1) span { width: 75px; }
nav a:nth-child(2) span { width: 63px; }
nav a:nth-child(3) span { width: 92px; }

nav a:hover span { opacity: 1; top: 60.5%; transition: 0.4s; -webkit-transition: 0.4s; -ms-transition: 0.4s; -moz-transition: 0.4s;  }

header ul li a { z-index: 1000; position: fixed; }
header ul li:nth-child(1) a { left: 7%; bottom: 16%; margin-left: 10px }
header ul li:nth-child(2) a { left: 7%; bottom: 20%; margin-left: 11px }
header ul li:nth-child(3) a { right: 7%; top: 7%; }
header ul li:nth-child(4) a { position: fixed; right: 7.5%; top: 44%; display: inline-block; margin-right: -39px; font-size: 1.2em; color: #BBA2FF;   transform: rotate(90deg); -webkit-transform: rotate(90deg); -ms-transform: rotate(90deg); -moz-transform: rotate(90deg);}
header ul li:nth-child(4) a:hover { color: #4E00FF; }

header ul li:nth-child(3) a:hover { transform: rotate(90deg); -webkit-transform: rotate(90deg); -ms-transform: rotate(90deg); -moz-transform: rotate(90deg); }



/* header deco */

.cross > span { z-index: 700; opacity: 0.3; position: absolute; display: block; width: 17px; height: 17px; }
.cross > span span:nth-child(1) { position: absolute; top: 7.5px; display: inline-block; width: 100%; height: 3px; background-color: #4E00FF }
.cross > span span:nth-child(2) { position: absolute; left: 6.955556px; display: inline-block; width: 3px; height: 100%; background-color: #4E00FF }

.cross > span:nth-child(1) { top: 7%; left: 30% }
.cross > span:nth-child(2) { top: 7%; right: 30% }
.cross > span:nth-child(3) { bottom: 17%; left: 30% }
.cross > span:nth-child(4) { bottom: 17%; right: 30% }
 

/* section */

section {  position: absolute; opacity: 1; background-color: #fff; padding: 0 12%; width: 76%; height: 93%; margin-bottom: 1%; transition: 0.4s; -webkit-transition: 0.4s; -ms-transition: 0.4s; -moz-transition: 0.4s;  }


/* #about */

#about { top: 0 }
#about .groupping { position: relative; width: 100%; height: 100%;  }

.about1 { position: absolute; top: 37%; left: 37%; -webkit-transform: translate(0, 0) rotate(0, 0); transform: translate(0, 0) rotate(0, 0); transition: -webkit-transform 3000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms, opacity 3000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms; transition: transform 3000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms, opacity 3000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms; }
.about1 h1 { font-size: 3.6em; letter-spacing: 0.15em;  }
.about1 p { font-size: 1em; margin-top: -17px }


.seperLine { display: inline-block; width: 5px; height: 65px; background-color: #4E00FF }

#about .groupping > ul > li { position: absolute; width: 35%; -webkit-transform: translate(0, 0) rotate(0, 0); transform: translate(0, 0) rotate(0, 0); transition: -webkit-transform 3000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms, opacity 3000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms; transition: transform 3000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms, opacity 3000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms; }
#about .groupping > ul > li:first-child { top: 22%; left: 20%}
#about .groupping > ul > li:nth-child(2) { top: 54%; left: 60% }
#about .groupping > ul > li:nth-child(3) { top: 70%; left: 40% }

.program { float: left; display: inline-block; margin-right: 20px; -webkit-transform: translate(0, 0) rotate(0, 0); transform: translate(0, 0) rotate(0, 0); transition: -webkit-transform 3000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms, opacity 3000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms; transition: transform 3000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms, opacity 3000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;  }
.focus { float: left; display: inline-block; margin-right: 20px;-webkit-transform: translate(0, 0) rotate(0, 0); transform: translate(0, 0) rotate(0, 0); transition: -webkit-transform 3000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms, opacity 3000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms; transition: transform 3000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms, opacity 3000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;  }
.language { margin-left: 20px; display: inline-block; width: 120px; -webkit-transform: translate(0, 0) rotate(0, 0); transform: translate(0, 0) rotate(0, 0); transition: -webkit-transform 3000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms, opacity 3000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms; transition: transform 3000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms, opacity 3000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms; }
#about > ul ul { display: inline-block;-webkit-transform: translate(0, 0) rotate(0, 0); transform: translate(0, 0) rotate(0, 0); transition: -webkit-transform 3000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms, opacity 3000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms; transition: transform 3000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms, opacity 3000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;  }
#about ul ul li { height: 23px; }
#about .groupping > ul > li:nth-child(3) ul { float: left; text-align: right }
#about .language .seperLine { float: left; margin-right: 20px }

a.arrow { position: absolute; right: -7.8%; bottom: 10%;  }
/*a.arrow:hover { bottom: 9% }*/



.programSvgAni { opacity: 0 !important; transform: translate(-200%, -200%) rotateZ(-55deg); -webkit-transform: translate(-200%, -200%) rotateZ(-55deg); -ms-transform: translate(-200%, -200%) rotateZ(-55deg); -webkit-transform 3000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms, opacity 3000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms; transition: transform 3000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms, opacity 3000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms; }

.focusSvgAni { opacity: 0 !important; transform: translate(500%, -500%) rotateZ(55deg); -webkit-transform: translate(500%, -500%) rotateZ(55deg); -ms-transform: translate(500%, -500%) rotateZ(55deg); -webkit-transform 3000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms, opacity 3000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms; transition: transform 3000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms, opacity 3000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms; }

.languageSvgAni { opacity: 0 !important; transform: translate(-200%, 200%) rotateZ(-75deg); -webkit-transform: translate(-200%, 200%) rotateZ(-75deg); -ms-transform: translate(-200%, 200%) rotateZ(-75deg); -webkit-transform 3000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms, opacity 3000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms; transition: transform 3000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms, opacity 3000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms; }

.about1Ani { opacity: 0 !important; transform: translate(0, -154%) rotateZ(0deg); -webkit-transform: translate(0, -154%) rotateZ(0deg); -ms-transform: translate(0, -154%) rotateZ(0deg); -webkit-transform 3000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms, opacity 3000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms; transition: transform 3000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms, opacity 3000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms; }


#about .groupping > ul > li > ul { -webkit-transform: translate(0, 0) rotate(0, 0); transform: translate(0, 0) rotate(0, 0); transition: -webkit-transform 3000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms, opacity 3000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms; transition: transform 3000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms, opacity 3000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;  }


.fromLeft { opacity: 0 !important; transform: translate(-200%, 0%) rotateZ(90deg); -webkit-transform: translate(-200%, 0%) rotateZ(90deg); -ms-transform: translate(-200%, 0%) rotateZ(90deg); -webkit-transform 3000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms, opacity 3000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms; transition: transform 3000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms, opacity 3000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms; }

.fromRight { opacity: 0 !important; transform: translate(200%, 0%) rotateZ(90deg); -webkit-transform: translate(200%, 0%) rotateZ(90deg); -ms-transform: translate(200%, 0%) rotateZ(90deg); -webkit-transform 3000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms, opacity 3000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms; transition: transform 3000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms, opacity 3000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms; }

.fromRightBottom { opacity: 0 !important; transform: translate(200%, 0%) rotateZ(90deg); -webkit-transform:translate(200%, 200%) rotateZ(-75deg); -ms-transform:translate(200%, 200%) rotateZ(-75deg); -webkit-transform 3000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms, opacity 3000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms; transition: transform 3000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms, opacity 3000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms; }


.basicSetting { -webkit-transform: translate(0, 0) rotate(0, 0); transform: translate(0, 0) rotate(0, 0); transition: -webkit-transform 3000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms, opacity 3000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms; transition: transform 3000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms, opacity 3000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms; }

/* #about section animation */

#wrapper .aboutAni { opacity: 1; top: -100%; /*opacity: 0; */transition: 0.4s; -webkit-transition: 0.4s; -ms-transition: 0.4s; -moz-transition: 0.4s; }
#wrapper .workAni { opacity: 1; top: 0; transition: 0.4s; -webkit-transition: 0.4s; -ms-transition: 0.4s; -moz-transition: 0.4s;  }
#wrapper .contactAni { opacity: 1; top: 95%; transition: 0.4s; -webkit-transition: 0.4s; -ms-transition: 0.4s; -moz-transition: 0.4s;  }
#wrapper .lastAni { opacity: 1; top: 5%; transition: 0.4s; -webkit-transition: 0.4s; -ms-transition: 0.4s; -moz-transition: 0.4s;   }
#wrapper .lastAni2 { opacity: 1; top: -90%; transition: 0.4s; -webkit-transition: 0.4s; -ms-transition: 0.4s; -moz-transition: 0.4s;   }



#wrapper .minus100 { top: -100%; opacity: 0; transition: 0.4s; -webkit-transition: 0.4s; -ms-transition: 0.4s; -moz-transition: 0.4s; }
#wrapper .zero { top: 0; transition: 0.4s; -webkit-transition: 0.4s; -ms-transition: 0.4s; -moz-transition: 0.4s;  }
#wrapper .ninetyFive { top: 95%; transition: 0.4s; -webkit-transition: 0.4s; -ms-transition: 0.4s; -moz-transition: 0.4s;  }
#wrapper .five { top: 5%; transition: 0.4s; -webkit-transition: 0.4s; -ms-transition: 0.4s; -moz-transition: 0.4s;   }
#wrapper .lastAni2 { top: -90%; transition: 0.4s; -webkit-transition: 0.4s; -ms-transition: 0.4s; -moz-transition: 0.4s;   }


#wrapper #content .defaultSetting { top: -100%; opacity: 0; transition: 0.4s; -webkit-transition: 0.4s; -ms-transition: 0.4s; -moz-transition: 0.4s; }

/* work */

#work { top: 95%; }

#work .groupping { position: relative; width: 100%; height: 100% }
#work .group1 { position: absolute; left: 0; top: 17%; width: 100% }
#work .group1 > ul > li > a { display: inline-block; float: left; margin-right: 20px; color: #BBA2FF }
#work .group1 > ul > li > a:hover, #wrapper #work .workOn { color: #4e00ff }

.eachWork { z-index: 100; opacity: 0; position: absolute; margin-top: 6%; width: 28%; transition: 0.3s; -webkit-transition: 0.3s; -ms-transition: 0.3s; -moz-transition: 0.3s; }

.de1 h2 { font-size: 2.5em }
.de1 p { margin-top: -5px }
.de1 .underline, .de2 .underline { display: block; width: 30px; height: 1px; margin-top: 15px; background-color: #4E00FF }
.de1, .de2, .de3 { margin-bottom: 20px }
.de2 .dot { display: inline-block; width: 5px; height: 5px; background-color: #4E00FF; margin: 1px 10px  }
.de2 .dot.removeInBig { width: 0; height: 0; display: block }
.de2 p { line-height: 24px }
.de3 p { line-height: 24px; letter-spacing: 0.1em; width: 213px }
.de4 p { width: 170px }
.de4 p a { display: block; line-height: 30px; }
.eachWork .iconBg { float: left; margin-right: 10px; width: 23px; height: 20px; padding-top: 3px; display: inline-block; border-radius: 50%; border: 2px solid #4E00FF; text-align: center; line-height: 23px;  transition: 0.4s; -webkit-transition: 0.4s; -ms-transition: 0.4s; -moz-transition: 0.4s; }
.eachWork .de4 a:hover .iconBg { background-color: #4E00FF; transition: 0.4s; -webkit-transition: 0.4s; -ms-transition: 0.4s; -moz-transition: 0.4s;  }
.eachWork .iconBg.behan svg { margin-left: 2px; }

#wrapper #work .de4 a:hover .iconBg svg path { stroke: #fff !important; }
#wrapper #work .de4 a:hover .iconBg.behan svg path, #wrapper #work .de4 a:hover .iconBg.behan svg rect { fill: #fff !important; stroke: none !important; }


a.arrow.aboutArrow { position: absolute; right: -7.8%; bottom: 17%;  }
/*a.arrow.aboutArrow:hover { bottom: 19% }*/

#work ul li:first-child .eachWork { display: block }

#wrapper #work .eachOn { z-index: 150; opacity: 1; transition: 0.3s; -webkit-transition: 0.3s; -ms-transition: 0.3s; -moz-transition: 0.3s;  }



#workImgBg { z-index: 500; overflow: hidden; position: absolute; width: 60%; right: 0; margin-top: 7%; padding: 8% 7% 6% 7%; right: 0; transition: 0.2s; -webkit-transition: 0.2s; -ms-transition: 0.2s; -moz-transition: 0.2s; }
.workImgRel { position: relative; }

.navForImg { position: absolute; width: 100%; text-align: center; left: 0; top: -18%; }
.navForImg span { display: inline-block; width: 13px; height: 13px; background-color: #fff; border-radius: 50%; opacity: 0.5; transition: 0.3s; -webkit-transition: 0.3s; -ms-transition: 0.3s; -moz-transition: 0.3s; }
.navForImg span:first-child { margin-right: 4%; }
.navForImg span:hover, #wrapper .navForImgActive { cursor: pointer; opacity: 1; transition: 0.3s; -webkit-transition: 0.3s; -ms-transition: 0.3s; -moz-transition: 0.3s; }

.laptop { position: relative; text-align: center; height: 291px; width: 510px; margin: 0 auto;  transition: 0.3s; -webkit-transition: 0.3s; -ms-transition: 0.3s; -moz-transition: 0.3s; }
.laptop .top {  display: inline-block; width: 424px; height: 276px; background-color: #fff; border-top-left-radius: 10px; border-top-right-radius: 10px;  transition: 0.3s; -webkit-transition: 0.3s; -ms-transition: 0.3s; -moz-transition: 0.3s; }
.laptop .camera, .pad .camera, .phone .camera { display: block; width: 10px; height: 10px; background-color: #EEEFE1; border-radius: 50%; margin: 0 auto; margin-top: 10px; margin-bottom: 8px;  transition: 0.3s; -webkit-transition: 0.3s; -ms-transition: 0.3s; -moz-transition: 0.3s; }
.laptop .status { display: block; width: 403px; height: 12px; line-height: 12px; background-color: #efefef; margin: 0 auto; border: 1px solid #efefef; border-bottom: 0 none; text-align: left;  transition: 0.3s; -webkit-transition: 0.3s; -ms-transition: 0.3s; -moz-transition: 0.3s;}
.status span { display: inline-block; width: 4px; height: 4px; border-radius: 50%;  transition: 0.3s; -webkit-transition: 0.3s; -ms-transition: 0.3s; -moz-transition: 0.3s; }
.yellow { background-color: #FFCD12;  transition: 0.3s; -webkit-transition: 0.3s; -ms-transition: 0.3s; -moz-transition: 0.3s; }
.red { background-color: #FF6312; margin-left: 6px;  transition: 0.3s; -webkit-transition: 0.3s; -ms-transition: 0.3s; -moz-transition: 0.3s; }
.green { background-color: #7AFF12;  transition: 0.3s; -webkit-transition: 0.3s; -ms-transition: 0.3s; -moz-transition: 0.3s;}
.laptop #screen { display: inline-block; width: 403px; height: 237px; margin-top: -2px; border: 1px solid #efefef; border-bottom: 0 none; background: url('../imgs/workImgs.png') no-repeat; background-size: 3635px; transition: 0.3s; -webkit-transition: 0.3s; -ms-transition: 0.3s; -moz-transition: 0.3s; }

.laptop .btm { position: absolute; bottom: 0; left: 0; display: inline-block; width: 510px; height: 15px; background-color: #fff; border-bottom-left-radius: 108%; border-bottom-right-radius: 108%;  transition: 0.3s; -webkit-transition: 0.3s; -ms-transition: 0.3s; -moz-transition: 0.3s; }

.mobiles { display: none; height: 291px; transition: 0.3s; -webkit-transition: 0.3s; -ms-transition: 0.3s; -moz-transition: 0.3s; }



.prevNext { position: absolute; top: 0; margin-top: 4%; right: 0 }
.prevNext a:first-child { margin-right: 10px; }
.noPrev { cursor: default; opacity: 0.2 }


.pad { position: absolute; bottom: 9%; left: 11%; height: 233px; width: 340px; background-color: #fff; border-radius: 15px;  transition: 0.3s; -webkit-transition: 0.3s; -ms-transition: 0.3s; -moz-transition: 0.3s;}
.pad .searchBar { display: inline-block; height: 10px; width: 100px; border-radius: 2px; background-color: #fff; transition: 0.3s; -webkit-transition: 0.3s; -ms-transition: 0.3s; -moz-transition: 0.3s;  }
.pad .status { display: inline-block; width: 271px; padding: 2px 0; background-color: #efefef; text-align: center; margin-top: 6.5px;   border-right: 1px solid #efefef; border-left: 1px solid #efefef; transition: 0.3s; -webkit-transition: 0.3s; -ms-transition: 0.3s; -moz-transition: 0.3s;}
.pad .camera { float: left; margin: 33.5% 0 0 10px; margin-right: 10px; transition: 0.3s; -webkit-transition: 0.3s; -ms-transition: 0.3s; -moz-transition: 0.3s; }
.pad #screen {display: inline-block; width: 271px; height: 196px; background: url('../imgs/workImgs.png') no-repeat; background-size: 4125px; border: 1px solid #efefef; border-top: 0 none; background-position: 0 -272px;  transition: 0.3s; -webkit-transition: 0.3s; -ms-transition: 0.3s; -moz-transition: 0.3s; }
.pad .btn, .phone .btn { display: inline-block; width: 17px; height: 17px; background-color: #fff; border: 2px solid #EEEFE1; border-radius: 50%; margin-bottom: 28.5%; margin-left: 4px; transition: 0.3s; -webkit-transition: 0.3s; -ms-transition: 0.3s; -moz-transition: 0.3s; }


.phone { position: absolute; right: 11%; bottom: 17%; width: 105px; height: 187px; background-color: #fff; border-radius: 10px; text-align: center;  transition: 0.3s; -webkit-transition: 0.3s; -ms-transition: 0.3s; -moz-transition: 0.3s;}
.phone .camera { width: 6px; height: 6px; margin-top: 8px; margin-bottom: 8px;  transition: 0.3s; -webkit-transition: 0.3s; -ms-transition: 0.3s; -moz-transition: 0.3s;}
.phone .status { float: left; position: relative; display: inline-block; width: 90px; height: 10px; margin-left: 5px; background-color: #efefef; padding: 0px 2px; border-right: 1px solid #efefef; border-left: 1px solid #efefef; transition: 0.3s; -webkit-transition: 0.3s; -ms-transition: 0.3s; -moz-transition: 0.3s; }
.phone .searchBar { position: absolute; left: 2px; top: 3px; display: inline-block; width: 90px; height: 4px; background-color: #fff; border-radius: 1px;  transition: 0.3s; -webkit-transition: 0.3s; -ms-transition: 0.3s; -moz-transition: 0.3s; }
.phone #screen { float: left; display: inline-block; width: 94px; height: 138px; margin-left: 5px; background: url('../imgs/workImgs.png') no-repeat; background-size: 4131px; background-position: 0 -472px; border: 1px solid #efefef; border-top: 0 none;  transition: 0.3s; -webkit-transition: 0.3s; -ms-transition: 0.3s; -moz-transition: 0.3s; }
.phone .btn { width: 10px; height: 10px; text-align: center; border: 1px solid #EEEFE1; margin: 0 auto;  transition: 0.3s; -webkit-transition: 0.3s; -ms-transition: 0.3s; -moz-transition: 0.3s; }

/*
#wrapper .bgColour0 { 
transition: 0.3s; -webkit-transition: 0.3s; -ms-transition: 0.3s; -moz-transition: 0.3s;
background: #FBED6A; 
background: -moz-radial-gradient(bottom center, ellipse cover, #FFB800 9%, #FBED6A 69%); 
background: -webkit-radial-gradient(bottom center, ellipse cover, #FFB800 9%,#FBED6A 69%); 
background: radial-gradient(ellipse at bottom center, #FFB800 9%,#FBED6A 69%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFB800', endColorstr='#FBED6A',GradientType=1 );}


#wrapper .bgColour1 { 
transition: 0.3s; -webkit-transition: 0.3s; -ms-transition: 0.3s; -moz-transition: 0.3s;
background: #ff9fc9; 
background: -moz-radial-gradient(bottom center, ellipse cover, #7effff 9%, #ff9fc9 69%); 
background: -webkit-radial-gradient(bottom center, ellipse cover, #7effff 9%,#ff9fc9 69%); 
background: radial-gradient(ellipse at bottom center, #7effff 9%,#ff9fc9 69%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7effff', endColorstr='#ff9fc9',GradientType=1 ); }


#wrapper .bgColour2 { 
transition: 0.3s; -webkit-transition: 0.3s; -ms-transition: 0.3s; -moz-transition: 0.3s;
background: #FBED6A; 
background: -moz-radial-gradient(bottom center, ellipse cover, #FFB800 9%, #FBED6A 69%); 
background: -webkit-radial-gradient(bottom center, ellipse cover, #FFB800 9%,#FBED6A 69%); 
background: radial-gradient(ellipse at bottom center, #FFB800 9%,#FBED6A 69%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFB800', endColorstr='#FBED6A',GradientType=1 );}



#wrapper .bgColour3 { 
transition: 0.3s; -webkit-transition: 0.3s; -ms-transition: 0.3s; -moz-transition: 0.3s;
background: #ff9fc9;
background: -moz-radial-gradient(bottom center, ellipse cover, #7effff 9%, #ff9fc9 69%); 
background: -webkit-radial-gradient(bottom center, ellipse cover, #7effff 9%,#ff9fc9 69%); 
background: radial-gradient(ellipse at bottom center, #7effff 9%,#ff9fc9 69%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7effff', endColorstr='#ff9fc9',GradientType=1 ); }


#wrapper .bgColour4 { 
transition: 0.3s; -webkit-transition: 0.3s; -ms-transition: 0.3s; -moz-transition: 0.3s;
background: #ffe44f; 
background: -moz-radial-gradient(center center, ellipse cover, #ce5600 29%, #ffe44f 89%); 
background: -webkit-radial-gradient(center center, ellipse cover, #ce5600 29%,#ffe44f 89%); 
background: radial-gradient(ellipse at center center, #ce5600 29%,#ffe44f 89%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ce5600', endColorstr='#ffe44f',GradientType=1 ); }
*/


/*#wrapper .bgColour0 { background-color: #ffdf44 }*/

/*#wrapper .bgColour1 { background-color: #ffdfef }*/


#wrapper .bgColour3 { background-color: #d6d6d6 }
#wrapper .bgColour4 { background-color: #dfe6ef }

#wrapper .bgColour0 { background-color: #eaeaea }
#wrapper .bgColour1 { background-color: #d8efe6 }
#wrapper .bgColour2 { background-color: #efefef }
#wrapper .bgColour3 { background-color: #141329 }
#wrapper .bgColour4 { background-color: #ffdf44 }
#wrapper .bgColour5 { background-color: #dfe6ef}
/*#wrapper .bgColour5 { background-color: #efefef }*/


#wrapper .lapPos0 { background-position: 0px 0px; }
#wrapper .lapPos1 { background-position: -404px 0px; }
#wrapper .lapPos2 { background-position: -808px 0px; }
#wrapper .lapPos3 { background-position: -1212px 0px; }
#wrapper .lapPos4 { background-position: -1616px 0px; }
#wrapper .lapPos5 { background-position: -2020px 0px; }
#wrapper .lapPos6 { background-position: -2424px 0px; }
#wrapper .lapPos7 { background-position: -2828px 0px; }
#wrapper .lapPos8 { background-position: -3232px 0px; }


#wrapper .padPos0 { background-position: 0 -272px; }
#wrapper .padPos1 { background-position: -272px -272px; }
#wrapper .padPos2 { background-position: -544px -272px; }
#wrapper .padPos3 { background-position: -816px -272px; }
#wrapper .padPos4 { background-position: -1089px -272px; }
#wrapper .padPos5 { background-position: -1360px -272px; }
#wrapper .padPos6 { background-position: -1632px -272px; }
#wrapper .padPos7 { background-position: -1905px -272px; }
#wrapper .padPos8 { background-position: -2177px -272px; }


#wrapper .phonePos0 { background-position: 0 -472px; }
#wrapper .phonePos1 { background-position: -95px -472px; }
#wrapper .phonePos2 { background-position: -190px -472px; }
#wrapper .phonePos3 { background-position: -285px -472px; }
#wrapper .phonePos4 { background-position: -380px -472px; }
#wrapper .phonePos5 { background-position: -475px -472px; }
#wrapper .phonePos6 { background-position: -570px -472px; }
#wrapper .phonePos7 { background-position: -666px -472px; }
#wrapper .phonePos8 { background-position: -761px -472px; }


/* #cotnact */

#contact { top: 189% }

#contact .break { display: block; }
#contact .descript1 { position: absolute; right: 24%; top: 28%; width: 300px; line-height: 24px }
#contact .description h2 { position: absolute; font-size: 3em; right: 22%; top: 18%; }
#contact .descript1 a { display: block; padding: 5px }
.descript1 a:hover { color: #FF007D }
#contact h4.goodDay { margin-top: 20px; font-size: 1.5em }

.forPadding { padding-bottom: 20px; padding-top: 20px; }
.forpadding:first-child { padding-top: 0 }

a.arrow.contactArrow { position: absolute; right: 6%; bottom: 10%;  }
/*a.arrow.contactArrow:hover { bottom: 11% }
*/
.contactImg { position: absolute; top: 31%; right: 48%; padding: 15px 15px 15px 15px; width: 419px; height: 452px; background: url('../imgs/contactImg.jpg') no-repeat; background-size: 449px }
.contactImg span { display: inline-block; width: 399px; height: 467px; border: 10px solid #fff; }




/* footer */


footer { position: absolute; bottom: 3%; color: #fff; width: 100%; text-align: center; font-weight: bold; opacity: 0.7; font-size: 0.7em }


/*

.cross > span {

    -webkit-animation: rotate 4s infinite linear;
}

@-webkit-keyframes rotate {
    0%  {-webkit-transform: rotate(-180deg);}
    100% {-webkit-transform: rotate(180deg);}   
}

@-webkit-keyframes rotate {
    0%  {-webkit-transform: rotate(-180deg);}
    100% {-webkit-transform: rotate(180deg);}   
}

*/


header h1:hover { transform:scale(1.1, 1.1); -webkit-transform:scale(1.1, 1.1); -moz-transform:scale(1.1, 1.1); -ms-transform:scale(1.1, 1.1)   }


@-webkit-keyframes rotation1{
  0% {-webkit-transform:rotate(0deg); opacity: 0.1; }
  50% {-webkit-transform:rotate(180deg); opacity: 0.3 }
  100% {-webkit-transform:rotate(0deg); opacity: 0.1; }
}
@-moz-keyframes rotation1{
  0% {-moz-transform:rotate(0deg); opacity: 0.1; }
  50% {-moz-transform:rotate(180deg); opacity: 0.3}
  100% {-webkit-transform:rotate(0deg); opacity: 0.1; }
}
@-o-keyframes rotation1{
  0% {-o-transform:rotate(0deg); opacity: 0.1; }
  50% {-o-transform:rotate(180deg); opacity: 0.3}
  100% {-webkit-transform:rotate(0deg); opacity: 0.1; }
}
@keyframes rotation1{
  0% {transform:rotate(0deg); opacity: 0.1; }
  50% {transform:rotate(180deg); opacity: 0.3}
  100% {-webkit-transform:rotate(0deg); opacity: 0.1; }
  }
.cross > span {-moz-animation:rotation1 3s linear infinite;-o-animation:rotation1 3s linear infinite;-webkit-animation:rotation1 3s linear infinite;animation:rotation1 3s linear infinite}



@-webkit-keyframes rotation2{
  0% {-webkit-transform:translate(0, 0);}
  50% {-webkit-transform:translate(-30%, 0);}
  100% {-webkit-transform:translate(0, 0);}
}
@-moz-keyframes rotation2{
  0%{-moz-transform:translate(0, 0);}
  50% {-moz-transform:translate(-30%, 0);}
  100%{-moz-transform:translate(0, 0);}
}
@-o-keyframes rotation2{
  0%{-o-transform:translate(0, 0);}
  50% {-o-transform:translate(-30%, 0);}
  100%{-o-transform:translate(0, 0);}
}
@keyframes rotation2{
  0% {transform:translate(0, 0);}
  50% {transform:translate(-30%, 0);}
  100% {transform:translate(0, 0);}
  }

.program svg, .focus svg { -webkit-animation-delay: 10s; animation-delay: 10s; -moz-animation:rotation2 2s ease-in-out 5;-o-animation:rotation2 2s ease-in-out 5;-webkit-animation:rotation2 2s ease-in-out 5;animation:rotation2 2s ease-in-out 5; }


@-webkit-keyframes aboutUl{
  0% {-webkit-transform:translate(0, 0);}
  50% {-webkit-transform:translate(5%, 0);}
  100% {-webkit-transform:translate(0, 0);}
}
@-moz-keyframes aboutUl{
  0%{-moz-transform:translate(0, 0);}
  50% {-moz-transform:translate(5%, 0);}
  100%{-moz-transform:translate(0, 0);}
}
@-o-keyframes aboutUl{
  0%{-o-transform:translate(0, 0);}
  50% {-o-transform:translate(5%, 0);}
  100%{-o-transform:translate(0, 0);}
}
@keyframes aboutUl{
  0% {transform:translate(0, 0);}
  50% {transform:translate(5%, 0);}
  100% {transform:translate(0, 0);}
  }

#about .groupping > ul > li:nth-child(1) ul, #about .groupping > ul > li:nth-child(2) ul  {-moz-animation:aboutUl 2s ease-in-out 5;-o-animation:aboutUl 2s ease-in-out 5;-webkit-animation:aboutUl 2s ease-in-out 5;animation:aboutUl 2s ease-in-out 5; }


@-webkit-keyframes contactUl{
  0% {-webkit-transform:translate(0, 0);}
  50% {-webkit-transform:translate(-38%, 0);}
  100% {-webkit-transform:translate(0, 0);}
}
@-moz-keyframes contactUl{
  0%{-moz-transform:translate(0, 0);}
  50% {-moz-transform:translate(-38%, 0);}
  100%{-moz-transform:translate(0, 0);}
}
@-o-keyframes contactUl{
  0%{-o-transform:translate(0, 0);}
  50% {-o-transform:translate(-38%, 0);}
  100%{-o-transform:translate(0, 0);}
}
@keyframes contactUl{
  0% {transform:translate(0, 0);}
  50% {transform:translate(-38%, 0);}
  100% {transform:translate(0, 0);}
  }

#about .groupping > ul > li:nth-child(3) ul  {-moz-animation:contactUl 2s ease-in-out 5;-o-animation:contactUl 2s ease-in-out 5;-webkit-animation:contactUl 2s ease-in-out 5;animation:contactUl 2s ease-in-out 5; }




@-webkit-keyframes langSvg{
  0% {-webkit-transform:translate(0, 0);}
  50% {-webkit-transform:translate(30%, 0);}
  100% {-webkit-transform:translate(0, 0);}
}
@-moz-keyframes langSvg{
  0%{-moz-transform:translate(0, 0);}
  50% {-moz-transform:translate(30%, 0);}
  100%{-moz-transform:translate(0, 0);}
}
@-o-keyframes langSvg{
  0%{-o-transform:translate(0, 0);}
  50% {-o-transform:translate(30%, 0);}
  100%{-o-transform:translate(0, 0);}
}
@keyframes langSvg{
  0% {transform:translate(0, 0);}
  50% {transform:translate(30%, 0);}
  100% {transform:translate(0, 0);}
  }

.language svg {-moz-animation:langSvg 2s ease-in-out 5;-o-animation:langSvg 2s ease-in-out 5;-webkit-animation:langSvg 2s ease-in-out 5;animation:langSvg 2s ease-in-out 5; }

/*

@-webkit-keyframes focusSvg{
  0% {-webkit-transform:rotate(0) translate(0, 0);}
  25% {-webkit-transform:rotate(-35deg) translate(-5px, 0);}
  50% {-webkit-transform:rotate(0) translate(0, 0);}
  75% {-webkit-transform:rotate(35deg) translate(5px, 0);}
  100% {-webkit-transform:rotate(0) translate(0, 0);}
}
@-moz-keyframes focusSvg{
  0% {-moz-transform:rotate(0) translate(0, 0);}
  25% {-moz-transform:rotate(-35deg) translate(-5px, 0);}
  50% {-moz-transform:rotate(0) translate(0, 0);}
  75% {-moz-transform:rotate(35deg) translate(5px, 0);}
  100% {-moz-transform:rotate(0) translate(0, 0);}
}
@-o-keyframes focusSvg{
  0% {-o-transform:rotate(0) translate(0, 0);}
  25% {-o-transform:rotate(-35deg) translate(-5px, 0);}
  50% {-o-transform:rotate(0) translate(0, 0);}
  75% {-o-transform:rotate(35deg) translate(5px, 0);}
  100% {-o-transform:rotate(0) translate(0, 0);}
}
@keyframes focusSvg{
  0% {transform:rotate(0) translate(0, 0);}
  25% {transform:rotate(-35deg) translate(-5px,0);}
  50% {transform:rotate(0) translate(0, 0);}
  75% {transform:rotate(35deg) translate(5px,0);}
  100% {transform:rotate(0) translate(0, 0);}
  }

.focus svg {-moz-animation:focusSvg 3s ease-in-out infinite;-o-animation:focusSvg 3s ease-in-out infinite;-webkit-animation:focusSvg 3s ease-in-out infinite;animation:focusSvg 3s ease-in-out infinite}

*/





@-webkit-keyframes aboutAni{
  0% {-webkit-transform:translate(0, 0) scale(1);}
  50% {-webkit-transform:translate(0, 10px) scale(1.05);}
  100% {-webkit-transform:translate(0, 0) scale(1);}
}
@-moz-keyframes aboutAni{
  0%{-moz-transform:translate(0, 0) scale(1);}
  50% {-moz-transform:translate(0, 10px) scale(1.05);}
  100%{-moz-transform:translate(0, 0) scale(1);}
}
@-o-keyframes aboutAni{
  0%{-o-transform:translate(0, 0) scale(1);}
  50% {-o-transform:translate(0, 10px) scale(1.05);}
  100%{-o-transform:translate(0, 0) scale(1);}
}
@keyframes aboutAni{
  0% {transform:translate(0, 0) scale(1);}
  50% {transform:translate(0, 10px) scale(1.05);}
  100% {transform:translate(0, 0) scale(1);}
  }

.about1 {-moz-animation:aboutAni 2s ease-in-out 5;-o-animation:aboutAni 2s ease-in-out 5;-webkit-animation:aboutAni 2s ease-in-out 5;animation:aboutAni 2s ease-in-out 5}




@-webkit-keyframes arrowDownAni{
  0% {-webkit-transform:translate(0, 0) scale(1);}
  50% {-webkit-transform:translate(0, 10px) scale(1.1);}
  100% {-webkit-transform:translate(0, 0) scale(1);}
}
@-moz-keyframes arrowDownAni{
  0%{-moz-transform:translate(0, 0) scale(1);}
  50% {-moz-transform:translate(0, 10px) scale(1.1);}
  100%{-moz-transform:translate(0, 0) scale(1);}
}
@-o-keyframes arrowDownAni{
  0%{-o-transform:translate(0, 0) scale(1);}
  50% {-o-transform:translate(0, 10px) scale(1.1);}
  100%{-o-transform:translate(0, 0) scale(1);}
}
@keyframes arrowDownAni{
  0% {transform:translate(0, 0) scale(1);}
  50% {transform:translate(0, 10px) scale(1.1);}
  100% {transform:translate(0, 0) scale(1);}
  }

#about a.arrow, #work a:nth-child(2).arrow {-moz-animation:arrowDownAni 1s ease-in-out infinite;-o-animation:arrowDownAni 1s ease-in-out infinite;-webkit-animation:arrowDownAni 1s ease-in-out infinite;animation:arrowDownAni 1s ease-in-out infinite}


@-webkit-keyframes arrowUp{
  0% {-webkit-transform:translate(0, 0) scale(1);}
  50% {-webkit-transform:translate(0, -10px) scale(1.1);}
  100% {-webkit-transform:translate(0, 0) scale(1);}
}
@-moz-keyframes arrowUp{
  0%{-moz-transform:translate(0, 0) scale(1);}
  50% {-moz-transform:translate(0, -10px) scale(1.1);}
  100%{-moz-transform:translate(0, 0) scale(1);}
}
@-o-keyframes arrowUp{
  0%{-o-transform:translate(0, 0) scale(1);}
  50% {-o-transform:translate(0, -10px) scale(1.1);}
  100%{-o-transform:translate(0, 0) scale(1);}
}
@keyframes arrowUp{
  0% {transform:translate(0, 0) scale(1);}
  50% {transform:translate(0, -10px) scale(1.1);}
  100% {transform:translate(0, 0) scale(1);}
}
#work a.aboutArrow, #contact a.contactArrow{-moz-animation:arrowUp 1s ease-in-out infinite;-o-animation:arrowUp 1s ease-in-out infinite;-webkit-animation:arrowUp 1s ease-in-out infinite;animation:arrowUp 1s ease-in-out infinite}


/* media query */


/* bigger screen */

@media only screen and (max-width: 1799px) and (min-width: 1681px) {

	body, html { min-height: 950px }

}

@media only screen and (min-width: 1800px) {
	body, html { min-height: 900px; overflow: hidden }
	
	a.arrow img { height: 40px; width: 30px; }


	/* header */

	header ul li:nth-child(4) a { font-size: 1.4em; right: 7% }
	
	#wrapper header h1 svg { width: 45px; height: 45px; }
	
	#wrapper .emailMe svg { width: 43px; height: 32px }
	#wrapper .socialLinks svg { width: 22px; height: 22px }

	header ul li:nth-child(2) a { margin-left: 5px }
	header ul li:nth-child(1) a { margin-left: 4px }

	nav a { font-size: 1.6em }
	nav a:nth-child(1) span { width: 82px }
	nav a:nth-child(2) span { width: 70px }
	nav a:nth-child(3) span { width: 102px }


	/* #about */

	.about1 h1 { font-size: 4.4em }
	.about1 p { font-size: 1.3em }
	#about .groupping > ul > li { font-size: 1.5em }
	#about ul ul li { height: 30px }
	.seperLine { height: 84px }

	#wrapper #about svg { width: 90px; height: 79px }

	/* #work */
	#work .description { font-size: 1.15em }
	.de3 p { width: 224px }
	#work .group1 > ul > li > a { font-size: 1.2em }


	.prevNext a img { width: 40px; height: 20px; }
	.prevNext a:first-child { margin-right: 20px; }
	
	.navForImg { display: none }
	
	#workImgBg { padding-bottom: 7% }
	.laptop { margin: 0; }
	.mobiles { display: block !important; position: absolute; top: 0; left: 0; width: 100%} 
	.phone { bottom: 0; right: auto; left: 78%; -webkit-box-shadow: -25px 0px 46px -31px rgba(0,0,0,0.23); -moz-box-shadow: -25px 0px 46px -31px rgba(0,0,0,0.23); box-shadow: -25px 0px 46px -31px rgba(0,0,0,0.23); }
	.pad { left: 45%; bottom: 0;-webkit-box-shadow: -25px 0px 46px -31px rgba(0,0,0,0.23); -moz-box-shadow: -25px 0px 46px -31px rgba(0,0,0,0.23); box-shadow: -25px 0px 46px -31px rgba(0,0,0,0.23); }

	/* #contact */
	#contact .descript1 { font-size: 1.2em; width: 368px }
	.contactImg { top: 29% }

} 


@media only screen and (min-width: 1920px) {
	body, html { min-height: 950px; overflow: hidden }

	/* #work  */

	#workImgBg { padding-top: 7% }
}	


@media only screen and (min-width: 2020px) {
	body, html { min-height: 1000px; overflow: hidden }
	


	/* #work  */
	#work .group1 > ul > li > a { font-size: 1.4em }
	#work .description { font-size: 1.25em }
	.de3 p { width: 248px; }
	.contactImg { right: 46% }

}	


@media only screen and (min-width: 2133px) and (min-height: 1120px) {

	/* #work */
	#workImgBg { padding-top: 9%; padding-bottom: 8% }
	


	.contactImg { background-size: 530px; width: 500px; height: 518px; padding: 25px 25px; }

	.contactImg span { width: 457px; height: 552px; border: 14px solid #fff }

}

@media only screen and (min-width: 2133px) {
	
	/* header */

	header ul li:nth-child(4) a { font-size: 1.6em; }

	#wrapper .emailMe svg { width: 49px; height: 35px }
	#wrapper header h1 svg { width: 52px; height: 52px }
	
	header ul li:nth-child(1) a { margin-left: 6px }
	header ul li:nth-child(2) a { margin-left: 7px }
	

	/* #about */
	.about1 h1 { font-size: 4.7em }

	#about .groupping > ul > li:nth-child(2) { top: 53% }
	#about .groupping > ul > li:nth-child(3) { top: 68%; left: 36% }

	#about .groupping > ul > li { font-size: 1.7em }
	#about ul ul li { height: 35px }
	.seperLine { height: 101px }

	#wrapper #about svg { width: 135px; height: 94px }

	.language { width: 169px; margin-left: 40px }
	.focus { margin-right: 40px }
	.program { margin-right: 40px }



	/* #work */
	nav a { font-size: 2em }

	nav a:nth-child(1) span { width: 98px }
	nav a:nth-child(2) span { width: 83px }
	nav a:nth-child(3) span { width: 126px }

	#work .description { font-size: 1.45em }
	.de2 p { line-height: 30px }
	.de3 p { width: 278px; line-height: 30px }
	.de4 p { width: 216px }

	#work .group1 > ul > li > a { font-size: 1.7em; margin-right: 30px }

	
	/* #contact */
	#contact .description h2 { font-size: 3.3em; right: 23% }
	#contact .descript1 { left: 56%; right: auto; font-size: 1.4em; width: 390px; line-height: 32px }

}


@media only screen and (min-width: 2300px) {
	body, html { min-height: 1120px; overflow: hidden }

	a.arrow img { height: 59px; width: 57px }

	/* header */

	#wrapper header h1 svg { width: 65px; height: 65px }

	nav a { width: 100px; left: 6%; font-size: 2.3em; width: 100px; }
	#wrapper .socialLinks svg { width: 30px; height: 30px }
	header ul li:nth-child(1) a { margin-left: 15px }
	header ul li:nth-child(2) a { margin-left: 16px }

	nav a:nth-child(1) span { width: 109px; }
	nav a:nth-child(2) span { width: 92px; }
	nav a:nth-child(3) span { width: 142px; }

	#wrapper .emailMe svg { width: 60px; height: 44px }

	/* #about */
	header ul li:nth-child(4) a { font-size: 1.8em }


	/* #work */
	#work .group1 > ul > li > a { margin-right: 40px }
	#work .description { font-size: 1.55em }
	.de3 p { width: 311px; line-height: 35px }
	.de2 p { line-height: 35px }
	.de4 p a { margin-top: 10px }


	#contact .descript1, #contact .description h2 { position: static; }
	#contact .description { position: absolute; top: 23%; left: 50% }
	.contactImg { top: 24%; right: 52% }

	.prevNext a:first-child { margin-right: 40px }


}


@media only screen and (min-width: 2300px) and (min-height: 1250px) {
	#workImgBg { padding-top: 10% }
	.contactImg { top: 25%; background-size: 600px; width: 550px; height: 593px; }
	.contactImg span { width: 532px; height: 620px; }

	#contact .description { top: 27%; left: 52% }
}


@media only screen and (min-width: 2500px) and (min-height: 1300px) {

	#workImgBg  { padding-bottom: 10% } 

}





/* 1600px */


@media only screen and (max-width: 1680px) {

	body, html { min-height: 700px }

	#contact .descript1 { font-size: 0.9em; right: 25% }
	#contact .description h2 { font-size: 2.5em }
}



@media only screen and (max-width: 1680px) and (max-height: 900px) {
	
	
/*
	#workImgBg { padding: 6% 7% 4% 7%; }*/


	#work .group1 { top: 16% }

	
}

@media only screen and (max-width: 1680px) and (max-height: 850px) {
	#workImgBg { padding: 7.5% 7% 6% 7%; }

} 


@media only screen and (max-width: 1680px) and (max-height: 1000px) {

	.contactImg { width: 350px; height: 355px; background-size: 380px; }
	.contactImg span { width: 329px; height: 391px }

}

@media only screen and (max-width: 1480px) and (min-height: 900px) {
	#workImgBg { padding: 9% 7% 7% 7%; }
	
}

@media only screen and (max-width: 1680px) and (min-height: 1000px) {
	#workImgBg { padding: 10% 7% 9% 7%; }
	
}

@media only screen and (max-width: 1780px) and (min-height: 1050px) {
	#workImgBg { padding: 12% 7% 11% 7%; }
	
}

@media only screen and (max-width: 1540px) {
	#contact .descript1 { right: auto; left: 56%; } 
	.navForImg { top: -13% }
}


@media only screen and (max-width: 1400px) {
	.laptop { transform: scale(0.9, 0.9); -ms-transform: scale(0.9, 0.9); -moz-transform: scale(0.9, 0.9); -webkit-transform: scale(0.9, 0.9); }
	.phone { transform: scale(0.9, 0.9); -ms-transform: scale(0.9, 0.9); -moz-transform: scale(0.9, 0.9); -webkit-transform: scale(0.9, 0.9); right: 5% }
	.pad { transform: scale(0.9, 0.9); -ms-transform: scale(0.9, 0.9); -moz-transform: scale(0.9, 0.9); -webkit-transform: scale(0.9, 0.9); left: 5% }

	.de3 p { width: 195px } 
	.de1 h2 { font-size: 2.2em }
}

@media only screen and (max-width: 1350px) and (min-height: 1050px) {
	#workImgBg { padding: 12% 7% 11% 7%; margin-top: 9% }
	.eachWork { margin-top: 9% }
	.prevNext { margin-top: 5% }
}

@media only screen and (max-width: 1350px) {
	#contact .descript1 { left: 62%; } 
	.contactImg { right: 43% }
}

@media only screen and (max-width: 1300px) and (min-height: 950px) {
	#workImgBg { padding: 11% 7% 10% 7%; margin-top: 9% }
	.eachWork { margin-top: 9% }
	.prevNext { margin-top: 5% }
	.navForImg { top: -15% }
}  


@media only screen and (max-width: 1250px) {
	
	body, html { min-height: 820px }

	#workImgBg { padding-left: 5%; padding-right: 5% }
	#wrapper #work { font-size: 0.9em }
	.de3 p { width: 188px }
	
	body { border-left: 25px solid #4E00FF; border-right: 25px solid #4E00FF; }
	nav a, header ul li:nth-child(2) a, header ul li:nth-child(1) a, header h1 { left: 6% }
	header ul li:nth-child(3) a { right: 6%; top: 7% }

	a.arrow, a.arrow.aboutArrow { right: -8.8% }

	#workImgBg { padding: 9% 7% 8% 7%; margin-top: 9% }
	.eachWork { margin-top: 9% }
	.prevNext { margin-top: 5% }
	.navForImg { top: -24% }
	

	.laptop { transform: scale(1, 1); -ms-transform: scale(1, 1); -moz-transform: scale(1, 1); -webkit-transform: scale(1, 1); }
	.pad { transform: scale(1, 1); -ms-transform: scale(1, 1); -moz-transform: scale(1, 1); -webkit-transform: scale(1, 1); left: 5% }
	.phone { transform: scale(1, 1); -ms-transform: scale(1, 1); -moz-transform: scale(1, 1); -webkit-transform: scale(1, 1); right: 5% }
	
	
	.laptop .top { width: 339px; height: 221px }
	.laptop .status { width: 324px; height: 10px; line-height: 10px; }
	.laptop #screen { width: 324px; height: 190px; margin-top: 0; background-size: 2918px }
	.laptop .btm { width: 408px; height: 12px }

	.laptop .camera, .phone .camera { width: 8px; height: 8px; margin-top: 8px; margin-bottom: 6px }
	.pad .camera { width: 8px; height: 8px; margin-left: 8px; }

	.laptop { width: 409px; height: 233px; margin-top: 29px; margin-bottom: 29px;}

	.mobiles { height: 233px; margin-top: 29px; margin-bottom: 29px }

	.pad #screen { background-size: 3312px }
	.pad { width: 272px; height: 186px }
	.pad .status { width: 217px; height: 13px; line-height: 13px; }
	.pad .searchBar { width: 80px; height: 8px }
	.pad #screen { width: 217px; height: 157px; margin-top: -3px }
	.pad .btn { width: 13px; height: 13px; margin-left: -1px }

	.phone { width: 84px; height: 150px }
	.phone #screen { width: 76px; height: 111px; margin-left: 3px; background-size: 3352px }
	.phone .status { width: 72px; height: 8px; margin-left: 3px }
	.phone .searchBar { width: 72px; height: 3px; top: 2px; left: 1.5px }
	.phone .btn { width: 9px; height: 9px; }
	.phone .camera { width: 6px; height: 6px; margin: 0 auto; margin-top: 6px; margin-bottom: 6px }

	
	.cross > span { width: 15px; height: 15px; }
	.cross > span span:nth-child(1) { top: 6.5px; height: 2px }
	.cross > span span:nth-child(2) { left: 6.155556px; width: 2px }

	
	#wrapper .lapPos0 { background-position: 0px 0px; }
	#wrapper .lapPos1 { background-position: -324px 0px; }
	#wrapper .lapPos2 { background-position: -648px 0px; }
	#wrapper .lapPos3 { background-position: -972px 0px; }
	#wrapper .lapPos4 { background-position: -1297px 0px; }
	#wrapper .lapPos5 { background-position: -1621px 0px; }
	#wrapper .lapPos6 { background-position: -1945px 0px; }
	#wrapper .lapPos7 { background-position: -2270px 0px; }
	#wrapper .lapPos8 { background-position: -2594px 0px; }


	#wrapper .padPos0 { background-position: 0 -218px; }
	#wrapper .padPos1 { background-position: -219px -218px; }
	#wrapper .padPos2 { background-position: -437px -218px; }
	#wrapper .padPos3 { background-position: -656px -218px; }
	#wrapper .padPos4 { background-position: -874px -218px; }
	#wrapper .padPos5 { background-position: -1093px -218px; }
	#wrapper .padPos6 { background-position: -1311px -218px; }
	#wrapper .padPos7 { background-position: -1530px -218px; }
	#wrapper .padPos8 { background-position: -1748px -218px; }


	#wrapper .phonePos0 { background-position: 0 -383px; }
	#wrapper .phonePos1 { background-position: -77px -383px; }
	#wrapper .phonePos2 { background-position: -155px -383px; }
	#wrapper .phonePos3 { background-position: -232px -383px; }
	#wrapper .phonePos4 { background-position: -309px -383px; }
	#wrapper .phonePos5 { background-position: -386px -383px; }
	#wrapper .phonePos6 { background-position: -463px -383px; }
	#wrapper .phonePos7 { background-position: -540px -383px; }
	#wrapper .phonePos8 { background-position: -618px -383px; }


}


@media only screen and (max-width: 1120px) {

	body, html { min-height: 768px }

	nav a { font-size: 1.2em }
	nav a:nth-child(1) span { width: 65px }
	nav a:nth-child(2) span { width: 57px }
	nav a:nth-child(3) span { width: 84px }

	header ul li:nth-child(4) a { font-size: 1em }

	header h1 svg { width: 34px; height: 34px }

	.about1 h1 { font-size: 3em }
	.about1 p { margin-top: -9px }

	#workImgBg { padding-right: 5%; padding-left: 5% }

	.eachWork { font-size: 0.9em }

	.de1, .de2, .de3 { margin-bottom: 18px }
	.de3 p { line-height: 22px }

	.prevNext a:first-child { margin-right: 16px }

}

@media only screen and (max-width: 1120px) and (max-height: 768px) {
	#contact .description h2 { font-size: 2em }
	#workImgBg { padding-top: 8%; padding-bottom: 6% }
	.contactImg { width: 307px; height: 330px; background-size: 337px; top: 30% }
	.contactImg span { width: 288px; height: 339px }
	#contact .descript1 { line-height: 21px }

	#about .groupping > ul > li { font-size: 0.9em }



}


@media only screen and (max-width: 1119px) and (min-height: 800px) {
	#workImgBg { padding-top: 9%; padding-bottom: 7%; margin-top: 10% }
	.eachWork { margin-top: 10% }
	.prevNext { margin-top: 7% }


}

@media only screen and (max-width: 1119px) and (min-height: 900px) {
	#workImgBg { padding-top: 11%; padding-bottom: 10%; margin-top: 12%;  }

	.eachWork { margin-top: 12% }
	.prevNext { margin-top: 8% }


}

@media only screen and (max-width: 1119px) and (min-height: 1000px) {
	#workImgBg { padding-top: 12%; padding-bottom: 12%;  }


}








/* 1024 */

@media only screen and (max-width: 1024px) {




	.loading { display: none !important; }
	html { overflow-y: auto; }
	body, html { height: 2080px  }
	
	
	#wrapper .minus100 { top: 0; opacity: 0; transition: 0.2s; -webkit-transition: 0.2s; -ms-transition: 0.2s; -moz-transition: 0.2s; }
	#wrapper .zero { top: 0; transition: 0.2s; -webkit-transition: 0.2s; -ms-transition: 0.2s; -moz-transition: 0.2s;  }
	#wrapper .ninetyFive { top: 0; transition: 0.2s; -webkit-transition: 0.2s; -ms-transition: 0.2s; -moz-transition: 0.2s;  }
	#wrapper .five { top: 0; transition: 0.2s; -webkit-transition: 0.2s; -ms-transition: 0.2s; -moz-transition: 0.2s;   }
	#wrapper .lastAni2 { top: 0; transition: 0.2s; -webkit-transition: 0.2s; -ms-transition: 0.2s; -moz-transition: 0.2s;   }



	header ul li:nth-child(3) a:hover { transform: rotate(0deg); -webkit-transform: rotate(0deg); -ms-transform: rotate(0deg); -moz-transform: rotate(0deg); /*top: 6.5% */}


	section {  opacity: 1 !important; position: relative; height: 665px; width: 88%; padding-left: 6%; padding-right: 6%; margin-bottom: 0; border-bottom: 7px solid #4E00FF }
	#wrapper section .groupping { display: block !important;  -webkit-transition: 0s; -ms-transition: 0s; -moz-transition: 0s; transition: 0s; }
	footer { position: static; padding: 2% 0 }
	#wrapper nav a span { display: none !important; }
	header h1, header ul li:nth-child(3) a, header ul li:nth-child(2) a,header ul li:nth-child(4) a, header ul li:nth-child(1) a { position: absolute; bottom: auto; top: 5%}
	.cross > span { position: absolute; }
	.cross > span:nth-child(1) { top: 260px; left: 64px }
	.cross > span:nth-child(2) { top: 400px; left: 64px; right: auto }

	.cross > span:nth-child(3) { left: auto; right: 64px; top: 360px }
	.cross > span:nth-child(4) { right: 64px; top: 500px }



	header ul li:nth-child(4) a { transform: rotate(0deg); -webkit-transform: rotate(0deg); -ms-transform: rotate(0deg); -moz-transform: rotate(0deg); top: 74px; right: 220px }
	.removeLater { display: none }
	header ul li:nth-child(2) a { left: auto; right: 102px; top: 73px }
	header ul li:nth-child(1) a { left: auto; right: 142px; top: 74px }
	header ul li:nth-child(3) a { top: 74px; right: 59px }
	header ul li:nth-child(3) a:hover { top: 74px }
	header h1 { left: 59px }
	
	.emailMe a svg { width: 22px; height: 18px; }
	#wrapper header .emailMe a svg rect { stroke-width: 3px !important; }
	#wrapper header .emailMe a svg path { stroke-width: 3px !important; }

	#wrapper .behanceIcon a svg { width: 20px !important; height: 19px !important; } 
	
	
	header h1 { top: 64px }
	nav a { position: static; margin-right: 20px;     transform: rotate(0);
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    -moz-transform: rotate(0); }
	nav { z-index: 1000; position: absolute; left: 100px; top: 72px }
	
	#about .groupping > ul > li:first-child { top: 25%; left: 18% }
	.about1 { top: 41%; left: 34% }
	#about .groupping > ul > li:nth-child(3) { top: 75%; left: 35% }
	#about .groupping > ul > li:nth-child(2) { top: 58%; left: 58%; }

	a.arrow.contactArrow, a.arrow { display: none }

	#workImgBg { right: auto; left: 0; /*margin-top: 40px;*/ padding-top: 78px; padding-bottom: 70px; margin-top: 47px }
	.eachWork { left: 74% }
	#work ul li .eachWork { top: 0; margin-top: 48px }
	#contact .description h2 { position: static; margin-top: 0; padding-top: 100px; text-align: center; width: 100% }
	.navForImg span:first-child { margin-right: 40px }
	.prevNext { margin-top: 23px }

	.about1 h1 { font-size: 2.7em }


	#wrapper .program svg { width: 60px }
	#wrapper .language svg { width: 60px }
	#wrapper .focus svg { width: 60px }
	#about ul ul li { height: 21px }
	.seperLine { height: 59px }

	#wrapper .instaIcon svg path { stroke-width: 3.5px !important; }
	#wrapper .instaIcon svg circle { stroke-width: 3.5px !important; }

	#work .group1 > ul > li > a { position: absolute; top: -30px; font-weight: 300 }
	#wrapper #work .workOn { font-weight: bold }

	#work .group1 > ul > li:nth-child(1) > a { left: 0 }
	#work .group1 > ul > li:nth-child(2) > a { left: 76px; margin-left: 30px }
	#work .group1 > ul > li:nth-child(3) > a { left: 170px; margin-right: 0; margin-left: 30px }
	#work .group1 > ul > li:nth-child(4) > a { left: 225px; margin-left: 30px }
	#work .group1 > ul > li:nth-child(5) > a { left: 337px; margin-left: 30px }
	#work .group1 > ul > li:nth-child(6) > a { left: 393px; margin-left: 30px } 
	#work .group1 > ul > li.planetsList > a { width: 95px }
/*	#work .group1 > ul > li:nth-child(7) > a { left: 431px; margin-left: 30px } 
	#work .group1 > ul > li:nth-child(8) > a { left: 534px; margin-left: 30px; width: 107px } 
	#work .group1 > ul > li:nth-child(9) > a { left: 656px }*/ 

	.contactImg { width: 307px; height: 330px; background-size: 337px; top: 30% }
	#contact .description h2 { font-size: 2em }

	#contact .descript1 { line-height: 21px }
	.contactImg span { width: 288px; height: 339px }



	#wrapper nav, #wrapper h3, #wrapper .fixedOne , #wrapper nav a, #wrapper header a, header h1, #wrapper header ul li a { transition: 0s; -webkit-transition: 0s; -ms-transition: 0s; -moz-transition: 0s;   transition: -webkit-transform 0ms cubic-bezier(0, 0, 0, 0) 0ms, opacity 0ms cubic-bezier(0, 0, 0, 0) 0ms; transition: transform 0ms cubic-bezier(0, 0, 0, 0) 0ms, opacity 0ms cubic-bezier(0, 0, 0, 0) 0ms;}

	nav.fixedOne { position: fixed; left: 6%; top: 14px; margin-left: 75px  }
	.navBg.fixedOne { z-index: 980; position: fixed; display: block; width: 97%; left: 1.5%; height: 50px; background-color: #fff;   }
	.navUnderline.fixedOne { z-index: 990; position: fixed; left: 0; display: block; padding-left: 6%; width: 97%; height: 3px; top: 47px; background-color: #4E00FF }
	#wrapper header h1.fixedOne { top: 7px; position: fixed !important; margin-left: 15px; transform: scale(0.8, 0.8); -ms-transform: scale(0.8, 0.8); -moz-transform: scale(0.8, 0.8); -webkit-transform: scale(0.8, 0.8);  transition: -webkit-transform 0ms cubic-bezier(0, 0, 0, 0) 0ms, opacity 0ms cubic-bezier(0, 0, 0, 0) 0ms; transition: transform 0ms cubic-bezier(0, 0, 0, 0) 0ms, opacity 0ms cubic-bezier(0, 0, 0, 0) 0ms;}

	header h1, header ul li:nth-child(3) a.fixedOne, header ul li:nth-child(2) a.fixedOne, header ul li:nth-child(4) a.fixedOne, header ul li:nth-child(1) a.fixedOne { position: fixed; }
	header ul li:nth-child(3) a.fixedOne, header ul li:nth-child(2) a.fixedOne { top: 17px }
	header ul li:nth-child(1) a.fixedOne { top: 18px }
	header ul li:nth-child(4) a.fixedOne { top: 17px }
	header ul li:nth-child(3) a.fixedOne:hover { top: 17px }
	



	#wrapper header .nav1024Active { color: #4E00FF !important }
	#wrapper header .nav1024ActiveOff, .navActive { color: #BBA2FF !important }

	.de1 p { margin-top: 0 }


@-webkit-keyframes rotation1{
  from{-webkit-transform:rotate(0deg);}
  to{-webkit-transform:rotate(0deg);}
}
@-moz-keyframes rotation1{
  from{-moz-transform:rotate(0deg);}
  to{-moz-transform:rotate(0deg);}
}
@-o-keyframes rotation1{
  from{-o-transform:rotate(0deg);}
  to{-o-transform:rotate(0deg);}
}
@keyframes rotation1{
  from{transform:rotate(0deg);}
  to{transform:rotate(0deg);}
  }
.cross > span {-moz-animation:rotation1 0s linear;-o-animation:rotation1 0s linear;-webkit-animation:rotation1 0s linear;animation:rotation1 0s linear; animation-iteration-count: 0; -moz-animation-iteration-count: 0; -o-animation-iteration-count: 0; -webkit-animation-iteration-count: 0;}



@-webkit-keyframes rotation2{
  0% {-webkit-transform:translate(0, 0);}
  50% {-webkit-transform:translate(0, 0);}
  100% {-webkit-transform:translate(0, 0);}
}
@-moz-keyframes rotation2{
  0%{-moz-transform:translate(0, 0);}
  50% {-moz-transform:translate(0, 0);}
  100%{-moz-transform:translate(0, 0);}
}
@-o-keyframes rotation2{
  0%{-o-transform:translate(0, 0);}
  50% {-o-transform:translate(0, 0);}
  100%{-o-transform:translate(0, 0);}
}
@keyframes rotation2{
  0% {transform:translate(0, 0);}
  50% {transform:translate(0, 0);}
  100% {transform:translate(0, 0);}
  }

.program svg, .focus svg {-moz-animation:rotation2 0s ease-in-out;-o-animation:rotation2 0s ease-in-out;-webkit-animation:rotation2 0s ease-in-out;animation:rotation2 0s ease-in-out; animation-iteration-count: 0; -moz-animation-iteration-count: 0; -o-animation-iteration-count: 0; -webkit-animation-iteration-count: 0;}


@-webkit-keyframes aboutUl{
  0% {-webkit-transform:translate(0, 0);}
  50% {-webkit-transform:translate(0, 0);}
  100% {-webkit-transform:translate(0, 0);}
}
@-moz-keyframes aboutUl{
  0%{-moz-transform:translate(0, 0);}
  50% {-moz-transform:translate(0, 0);}
  100%{-moz-transform:translate(0, 0);}
}
@-o-keyframes aboutUl{
  0%{-o-transform:translate(0, 0);}
  50% {-o-transform:translate(0, 0);}
  100%{-o-transform:translate(0, 0);}
}
@keyframes aboutUl{
  0% {transform:translate(0, 0);}
  50% {transform:translate(0, 0);}
  100% {transform:translate(0, 0);}
  }

#about .groupping > ul > li:nth-child(1) ul, #about .groupping > ul > li:nth-child(2) ul  {-moz-animation:aboutUl 0s ease-in-out;-o-animation:aboutUl 0s ease-in-out;-webkit-animation:aboutUl 0s ease-in-out;animation:aboutUl 0s ease-in-out; animation-iteration-count: 0; -moz-animation-iteration-count: 0; -o-animation-iteration-count: 0; -webkit-animation-iteration-count: 0;}


@-webkit-keyframes contactUl{
  0% {-webkit-transform:translate(0, 0);}
  50% {-webkit-transform:translate(0, 0);}
  100% {-webkit-transform:translate(0, 0);}
}
@-moz-keyframes contactUl{
  0%{-moz-transform:translate(0, 0);}
  50% {-moz-transform:translate(0, 0);}
  100%{-moz-transform:translate(0, 0);}
}
@-o-keyframes contactUl{
  0%{-o-transform:translate(0, 0);}
  50% {-o-transform:translate(0, 0);}
  100%{-o-transform:translate(0, 0);}
}
@keyframes contactUl{
  0% {transform:translate(0, 0);}
  50% {transform:translate(0, 0);}
  100% {transform:translate(0, 0);}
  }

#about .groupping > ul > li:nth-child(3) ul  {-moz-animation:contactUl 0s ease-in-out;-o-animation:contactUl 0s ease-in-out;-webkit-animation:contactUl 0s ease-in-out;animation:contactUl 0s ease-in-out; animation-iteration-count: 0; -moz-animation-iteration-count: 0; -o-animation-iteration-count: 0; -webkit-animation-iteration-count: 0;}




@-webkit-keyframes langSvg{
  0% {-webkit-transform:translate(0, 0);}
  50% {-webkit-transform:translate(0, 0);}
  100% {-webkit-transform:translate(0, 0);}
}
@-moz-keyframes langSvg{
  0%{-moz-transform:translate(0, 0);}
  50% {-moz-transform:translate(0, 0);}
  100%{-moz-transform:translate(0, 0);}
}
@-o-keyframes langSvg{
  0%{-o-transform:translate(0, 0);}
  50% {-o-transform:translate(0, 0);}
  100%{-o-transform:translate(0, 0);}
}
@keyframes langSvg{
  0% {transform:translate(0, 0);}
  50% {transform:translate(0, 0);}
  100% {transform:translate(0, 0);}
  }

.language svg {-moz-animation:langSvg 0s ease-in-out;-o-animation:langSvg 0s ease-in-out;-webkit-animation:langSvg 0s ease-in-out;animation:langSvg 0s ease-in-out; animation-iteration-count: 0; -moz-animation-iteration-count: 0; -o-animation-iteration-count: 0; -webkit-animation-iteration-count: 0;}


@-webkit-keyframes aboutAni{
  0% {-webkit-transform:translate(0, 0) scale(1);}
  50% {-webkit-transform:translate(0, 0) scale(1);}
  100% {-webkit-transform:translate(0, 0) scale(1);}
}
@-moz-keyframes aboutAni{
  0%{-moz-transform:translate(0, 0) scale(1);}
  50% {-moz-transform:translate(0, 0) scale(1);}
  100%{-moz-transform:translate(0, 0) scale(1);}
}
@-o-keyframes aboutAni{
  0%{-o-transform:translate(0, 0) scale(1);}
  50% {-o-transform:translate(0, 0) scale(1);}
  100%{-o-transform:translate(0, 0) scale(1);}
}
@keyframes aboutAni{
  0% {transform:translate(0, 0) scale(1);}
  50% {transform:translate(0, 0) scale(1);}
  100% {transform:translate(0, 0) scale(1);}
  }

.about1 {-moz-animation:aboutAni 0s ease-in-out 0;-o-animation:aboutAni 0s ease-in-out 0;-webkit-animation:aboutAni 0s ease-in-out 0;animation:aboutAni 0s ease-in-out 0}



}


@media only screen and (max-width: 920px) {

	.whiteGradi {position: absolute; width: 107%; height: 30px; top: -35px; display: inline-block; width: 50px; height: 30px; background: url('../imgs/whiteGradi.png') repeat-y -50px 0; }
	.whiteGradi.first { display: none; left: 0; margin-left: -7% }
	.whiteGradi.second { right: 0%; margin-right: -7%; background-position: 0 0 }

	.whiteGradi span:first-child { display: none }

	.de1 h2 { font-size: 1.7em }

}


@media only screen and (max-width: 875px) {
/*	#workImgBg { padding: 9% 7% 8% 7%; margin-top: 9% }*/
	
	.about1 h1 { font-size: 2.4em }
	header ul li:nth-child(3) a:hover { top: 58px }
	nav { top: 55px }
	header h1 { top: 49px }
	header ul li:nth-child(4) a { top: 58px }
	header ul li:nth-child(2) a { top: 58px }
	header ul li:nth-child(1) a { top: 58px }
	header ul li:nth-child(3) a { top: 58px }
	/*body, html { height: 1880px }*/
	/*section { height: 600px }*/

	.navForImg { top: -37% }
	
	#workImgBg { width: 56%; padding-top: 94px; padding-bottom: 85px; margin-top: 8% }
	.eachWork { left: 71%; margin-top: 50px }
	
	
	.laptop .top { width: 271px; height: 176px }
	.laptop .status { width: 260px; height: 9px; line-height: 9px; }
	.laptop #screen { width: 260px; height: 152px; margin-top: 0; background-size: 2345px }
	.laptop .btm { width: 326px; height: 9px }

	.laptop .camera, .phone .camera { width: 6px; height: 6px; margin-top: 6px; margin-bottom: 4px }
	.pad .camera { width: 7px; height: 7px; margin-left: 7px; margin-right: 7px }

	.laptop { width: 327px; height: 184px; margin-top: 29px; margin-bottom: 29px;}

	.mobiles { height: 184px; margin-top: 29px; margin-bottom: 29px }

	.pad #screen { background-size: 3312px }
	.pad { width: 248px; height: 167px; left: 2%; border-radius: 10px; }
	.pad .status { width: 197px; height: 13px; line-height: 13px; margin-top: 5px }
	.pad .searchBar { width: 72px; height: 7px }
	.pad #screen { width: 197px; height: 142px; margin-top: -3px; background-size: 3012px; }
	.pad .btn { width: 13px; height: 13px; margin-left: -1px }


	.phone { width: 76px; height: 139px; right: 1%; border-radius: 8px; }
	.phone #screen { width: 68px; height: 101px; margin-left: 3px; background-size: 3027px }
	.phone .status { width: 64px; height: 7px; margin-left: 3px; margin-top: -3px }
	.phone .searchBar { width: 64px; height: 3px; top: 2px; left: 1.5px }
	.phone .btn { width: 9px; height: 9px; }
	.phone .camera { width: 6px; height: 6px; margin: 0 auto; margin-top: 6px; margin-bottom: 6px }

	
	.cross > span { width: 15px; height: 15px; }
	.cross > span span:nth-child(1) { top: 6.5px; height: 2px }
	.cross > span span:nth-child(2) { left: 6.155556px; width: 2px }
	
	#wrapper .lapPos0, #wrapper .lapPos1, #wrapper .lapPos2, #wrapper .lapPos3, #wrapper .lapPos4, #wrapper .lapPos5, #wrapper .lapPos6, #wrapper .lapPos7, #wrapper .lapPos8, #wrapper .padPos0, #wrapper .padPos1, #wrapper .padPos2, #wrapper .padPos3, #wrapper .padPos4, #wrapper .padPos5, #wrapper .padPos6, #wrapper .padPos7, #wrapper .padPos8, #wrapper .phonePos0,#wrapper .phonePos1,#wrapper .phonePos2,#wrapper .phonePos3, #wrapper .phonePos4,#wrapper .phonePos5,#wrapper .phonePos6,#wrapper .phonePos7,#wrapper .phonePos8 { -webkit-transition: 0.1s; -ms-transition: 0.1s; -moz-transition: 0.1s; transition: 0.1s; }
	
	#wrapper .lapPos0 { background-position: 0px 0px; }
	#wrapper .lapPos1 { background-position: -260px 0px; }
	#wrapper .lapPos2 { background-position: -521px 0px; }
	#wrapper .lapPos3 { background-position: -782px 0px; }
	#wrapper .lapPos4 { background-position: -1042px 0px; }
	#wrapper .lapPos5 { background-position: -1303px 0px; }
	#wrapper .lapPos6 { background-position: -1563px 0px; }
	#wrapper .lapPos7 { background-position: -1824px 0px; }
	#wrapper .lapPos8 { background-position: -2085px 0px; }


	#wrapper .padPos0 { background-position: 0 -199px; }
	#wrapper .padPos1 { background-position: -198px -199px; }
	#wrapper .padPos2 { background-position: -397px -199px; }
	#wrapper .padPos3 { background-position: -596px -199px; }
	#wrapper .padPos4 { background-position: -795px -199px; }
	#wrapper .padPos5 { background-position: -994px -199px; }
	#wrapper .padPos6 { background-position: -1193px -199px; }
	#wrapper .padPos7 { background-position: -1391px -199px; }
	#wrapper .padPos8 { background-position: -1590px -199px; }


	#wrapper .phonePos0 { background-position: 0 -346px; }
	#wrapper .phonePos1 { background-position: -70px -346px; }
	#wrapper .phonePos2 { background-position: -140px -346px; }
	#wrapper .phonePos3 { background-position: -210px -346px }
	#wrapper .phonePos4 { background-position: -279px -346px; }
	#wrapper .phonePos5 { background-position: -349px -346px; }
	#wrapper .phonePos6 { background-position: -418px -346px; }
	#wrapper .phonePos7 { background-position: -488px -346px; }
	#wrapper .phonePos8 { background-position: -558px -346px; }

	.contactImg { width: 265px; height: 286px; background-size: 295px; right: 48%; top: 32% }
	.contactImg span { width: 250px; height: 303px; border: 7px solid #fff; }

	#contact .descript1 { left: 57%; top: 23% }
	
	#contact .description h2 { font-size: 1.7em }


}



@media only screen and (max-width: 769px) {



	html, body { height: 2220px; }
	body { border-right: 15px solid #4E00FF; border-left: 15px solid #4E00FF }
	
	

	#wrapper section { position: static; height: 688px }
	#wrapper section .groupping { position: relative; }
	#work .group1 { top: auto; height: 100%; }

	#wrapper section#work { height: 760px; }

	#workImgBg { bottom: 60px; width: 90%; padding-top: 60px; padding-bottom: 38px }

	#work .group1 > ul > li > a { top: 70px }
	.whiteGradi { top: 65px }
	#wrapper #work .eachWork { width: 100%; left: 0; margin-top: 114px; font-size: 1em }
	.prevNext { width: 100%; margin-top: -15px }
	.de1 h2 { font-size: 2.5em }
	
	.de3 { float: left;  width: 65%; padding-right: 5%; border-right: 1px solid #4E00FF  }
	.de3 p { width: 100% }
	.de4 { float: right; width: 26%  }
	.de4 p { width: 100% }

	.prevNext a { position: absolute; top: 142px; z-index: 900; right: 0 }
	.prevNext a:first-child { left: 0;  right: auto }

	.de2 .dot.removeInBig { width: 5px; height: 5px;background-color: #4E00FF; display: inline-block; }
	.de1 .underline { display: block; margin: 0 auto; margin-top: 10px;  }
	.de1, .de2{ text-align: center; margin-bottom: 18px }
	.de1 p { margin-top: 0; margin-bottom: 15px }
		
	.de2 .underline { display: none } 
	.de2 p { margin-bottom: 26px }

	.de4 p a { margin-top: 2px }
	.navForImg { top: -46px }

	.pad { left: 9% }
	.phone { right: 14% }
	.contactImg { right: 53%; top: 172px; width: 208px; height: 251px; background-size: 263px; background-position: center top }
	.contactImg span { width: 195px; height: 263px; }
	#contact .descript1 { top: 210px; left: 15%; width: 70%; text-align: center }
	#contact .description h2 { padding-top: 89px }
	.about1 { position: static; width: 100%; padding-top: 169px; margin-bottom: 60px; text-align: center }

	#about ul li:nth-child(3) ul { float: none }
	#about .language .seperLine { float: none; margin-right: 0; }
	#wrapper #about .groupping > ul > li { position: static; width: 100%; height: 100px; text-align: center; margin-left: 0; display: inline-block; }
	.about1 p { margin-top: -2px }
	#about .groupping > ul > li:nth-child(3) ul { float: none; display: inline-block; }


	.language { float: none; width: 102px; margin-right: 25px; margin-left: 0 }
	.focus { float: none; width: 102px; margin-right: 25px; }
	.program { float: none; width: 102px; margin-right: 25px }
	#about ul ul li { text-align: left; height: 23px }
	#about .groupping > ul > li > ul { position: relative; width: 133px; height: 65px; display: inline-block; }
	#about .groupping > ul > li > ul li { position: absolute; }

	#about .groupping > ul > li > ul li:first-child { top: 2px; }
	#about .groupping > ul > li > ul li:nth-child(2) { top: 26px; }
	#about .groupping > ul > li > ul li:nth-child(3) { top: 50px; }
	.seperLine { height: 62px }

	.groupping > ul { text-align: center; width: 100%; }

	#wrapper .focus svg, #wrapper .language svg, #wrapper .program svg { margin: 0 15px }
	
	.cross { display: none }


	header h1 { left: 6% }
	nav { left: 6%; margin-left: 60px }

	header ul li:nth-child(3) a, header ul li:nth-child(1) a, header ul li:nth-child(2) a, header ul li:nth-child(4) a { right: 5% }
	header ul li:nth-child(2) a { margin-right: 40px }
	header ul li:nth-child(1) a { margin-right: 80px }
	header ul li:nth-child(4) a { margin-right: 120px }

	.contactImg { display: none }
	.noneLater { display: none }
	.desBg { position: absolute; display: block; width: 70%; height: 571px; background-color: #4E00FF; opacity: 0.05; left: 15%; top: 175px }
	#contact h4.goodDay { margin-top: 45px }



	
	/* hamburger menu */
	
	#wrapper header h3 { z-index: 2000; position: absolute; right: 0; top: 38px;  display: block; text-indent: -99999999px; background-color: #4E00FF; width: 60px; height: 50px; }
	#wrapper header h3 span span { position: absolute; display: block; top: 0; left: 19px; width: 25px; height: 2px; background-color: #fff; -webkit-transform: translate(0, 0) rotate(0, 0); transform: translate(0, 0) rotate(0, 0); transition: -webkit-transform 1000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms, opacity 1000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms; transition: transform 1000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms, opacity 1000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;}
	#wrapper header h3 span { cursor: pointer;  position: relative; display: block; width: 100%; height: 100% }

	#wrapper header h3 span span:nth-child(1) { top: 31% }
	#wrapper header h3 span span:nth-child(2) { top: 47.3% }
	#wrapper header h3 span span:nth-child(3) { top: 64% }


	#wrapper header h3:hover span span:nth-child(1) { -webkit-transform: translate(0%, -2px) rotateZ(0deg); transform: translate(0%, -2px) rotateZ(0deg); transition: -webkit-transform 1000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms, opacity 1000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms; transition: transform 1000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms, opacity 1000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;}
	#wrapper header h3:hover span span:nth-child(3) { -webkit-transform: translate(0%, 2px) rotateZ(0deg); transform: translate(0%, 2px) rotateZ(0deg); transition: -webkit-transform 1000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms, opacity 1000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms; transition: transform 1000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms, opacity 1000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;}

	#wrapper header ul li:nth-child(3) a, #wrapper header ul li:nth-child(1) a, #wrapper header ul li:nth-child(2) a, #wrapper header ul li:nth-child(4) a { position: static; margin-left: 0 }
	header ul { z-index: 1500; position: absolute; width: 50px; right: 5px; top: 90px; transition: 0.4s; -webkit-transition: 0.4s; -ms-transition: 0.2s; -moz-transition: 0.2s;  }
	header ul li a { display: block; width: 50px; height: 50px; text-align: center; background-color: #4E00FF; color: #fff; line-height: 50px; border-top: 1px solid #fff; opacity: 0.9 }
	header ul li:nth-child(4) a { color: #fff; margin-right: 0 }
	header ul li:nth-child(4) a:hover { color: #fff }

	#wrapper header ul.fixedOne { position: fixed; top: 53px; right: 19px; }
	#wrapper header h3.fixedOne { position: fixed; top: 0; right: 15px }


	nav.fixedOne { position: fixed; left: 6%; top: 14px; margin-left: 75px  }
	.navBg.fixedOne { z-index: 980; position: fixed; display: block; width: 89%; left: 1.5%; height: 50px; background-color: #fff;   }


	header ul li:nth-child(3) a, header ul li:nth-child(1) a, header ul li:nth-child(2) a { line-height: 62px }

	#wrapper .instaIcon svg circle, header ul .instaIcon a path, header ul li:nth-child(3) a path, header ul li:nth-child(3) a rect { stroke: #fff !important; }

	header ul li:nth-child(2) a path, header ul li:nth-child(2) a rect { fill: #fff !important;}
	.verRemove { display: none }
	header ul li a:hover { opacity: 1 }
	
	.eachWork .iconBg svg { margin-left: 0.5px !important }

	#wrapper .burger { opacity: 0; height: 0; overflow: hidden; transition: 0.2s; -webkit-transition: 0.2s; -ms-transition: 0.2s; -moz-transition: 0.2s;  }
	

	#wrapper header h3 span.activeTop, #wrapper header h3:hover span span.activeTop { top: 47.3% !important; transform: rotate(-45deg); -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -moz-transform: rotate(-45deg); }
	#wrapper header h3 span.activeMid, #wrapper header h3:hover span span.activeMid { opacity: 0; }
	#wrapper header h3 span.activeBtm, #wrapper header h3:hover span span.activeBtm { top: 47.3% !important; transform: rotate(45deg); -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); -moz-transform: rotate(45deg); }
	

}


@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait)and (-webkit-min-device-pixel-ratio: 2) {
	.contactImg { display: block; width: 96%; height: 333px; background-size: 340px; right: auto; text-align: center; background-position: 20% 0; }
	.contactImg span { display: none; width: 301px; height: 274px; border-bottom: 110px solid #fff }
	#wrapper section#contact { height: 940px }
	html, body { height:  2490px }
	.desBg { z-index: 500; top: 390px; height: 452px; left: 30%; width: 65%; opacity: 0.9; background-color:  #f6f3ff }
	#contact .descript1 { z-index: 700; top: 416px; left: 38%; text-align: left }
	.noneLater { display: block; }
}

/*
@media only screen and (max-width: 690px) and (min-height: 900px) and (max-height: 901px) {
	html, body { min-height: 700px }
}*/

@media only screen and (max-width: 670px) {

	.de3 { padding-right: 3%}
	.de4 { width: 28% }


}

@media only screen and (max-width: 600px) {

	.de3 { float: none;padding-right: 0; width: 100%; text-align: center; margin-top: 60px; border: 0 none; }
		
	.de4 { width: 100%; float: none; text-align: center; margin-top: 0; position: absolute; top: 133px;  }
	.de4 p a { display: inline-block; }

	.pad { left: 4% }
	.phone {right: 4% }

}


@media only screen and (max-width: 600px) {
	#contact .description h2 { font-size: 1.5em }
	#contact .descript1 { letter-spacing: 0.13em }
	.desBg { width: 74%; left: 13% } 



}

@media only screen and (max-width: 565px) {

#workImgBg { padding-top: 43px }

}



@media only screen and (max-width: 500px) {

	html, body { height: 2034px }
	
	#wrapper section#work { height: 710px }
	

	.about1 h1 { font-size: 2.2em }

	.de3 { text-align: center; margin-top: 336px;  }
		
	.de4 { top: 131px;  }
	.de4 p a { display: inline-block; }

	#workImgBg { bottom: auto; top: 262px; }

		
	.de1 h2 { font-size: 2.3em }



	.laptop { width: 261px; height: 147px; margin-top: 20px; margin-bottom: 5px;}

	.laptop .top { width: 217px; height: 141px;  border-top-left-radius: 7px; border-top-right-radius: 7px }
	.laptop .status { width: 209px; height: 8px; line-height: 8px; }
	.laptop #screen { width: 209px; height: 122px; margin-top: 0; background-size: 1888px }
	.laptop .btm { width: 261px; height: 7px }

	.laptop .camera, .phone .camera { width: 5px; height: 5px; margin-top: 5px; margin-bottom: 3px }
	.pad .camera { width: 5px; height: 5px; margin-left: 5px; margin-right: 6px }

	

	.mobiles { height: 147px; margin-top: 20px; margin-bottom: 5px }

	.pad { width: 198px; height: 133px; left: 2%; border-radius: 7px }
	.pad .status { width: 159px; height: 10px; line-height: 8px; margin-top: 4px }
	.pad .searchBar { width: 71px; height: 6px; border-radius: 1px }
	.pad #screen { width: 159px; height: 114px; margin-top: -4px; background-size: 2432px; }
	.pad .btn { width: 11px; height: 11px; margin-left: -3px }


	.phone { width: 61px; height: 114px; right: 1%; border-radius: 7px  }
	.phone #screen { width: 55px; height: 81px; margin-left: 2px; background-size: 2419px }
	.phone .status { width: 51px; height: 5px; margin-left: 2px; margin-top: -2px }
	.phone .searchBar { width: 53px; height: 1px; top: 2px; left: 1.5px }
	.phone .btn { width: 8px; height: 8px; }
	.phone .camera { width: 5px; height: 5px; margin: 0 auto; margin-top: 5px; margin-bottom: 5px }


	#wrapper .lapPos0 { background-position: 0px 0px; }
	#wrapper .lapPos1 { background-position: -210px 0px; }
	#wrapper .lapPos2 { background-position: -420px 0px; }
	#wrapper .lapPos3 { background-position: -630px 0px; }
	#wrapper .lapPos4 { background-position: -840px 0px; }
	#wrapper .lapPos5 { background-position: -1049px 0px; }
	#wrapper .lapPos6 { background-position: -1259px 0px; }
	#wrapper .lapPos7 { background-position: -1469px 0px; }
	#wrapper .lapPos8 { background-position: -1678px 0px; }


	#wrapper .padPos0 { background-position: 0 -161px; }
	#wrapper .padPos1 { background-position: -161px -161px; }
	#wrapper .padPos2 { background-position: -322px -161px; }
	#wrapper .padPos3 { background-position: -481px -161px; }
	#wrapper .padPos4 { background-position: -642px -161px; }
	#wrapper .padPos5 { background-position: -802px -161px; }
	#wrapper .padPos6 { background-position: -963px -161px; }
	#wrapper .padPos7 { background-position: -1124px -161px; }
	#wrapper .padPos8 { background-position: -1284px -161px; }


	#wrapper .phonePos0 { background-position: 0 -276px; }
	#wrapper .phonePos1 { background-position: -56px -276px; }
	#wrapper .phonePos2 { background-position: -112px -276px; }
	#wrapper .phonePos3 { background-position: -167px -276px }
	#wrapper .phonePos4 { background-position: -223px -276px; }
	#wrapper .phonePos5 { background-position: -279px -276px; }
	#wrapper .phonePos6 { background-position: -334px -276px; }
	#wrapper .phonePos7 { background-position: -390px -276px; }
	#wrapper .phonePos8 { background-position: -446px -276px; }

	.navForImg { top: -37px }
	
	nav { top: 59px; margin-left: 54px }
	nav a { margin-right: 10px; font-size: 1em }



	#contact .description h2 { margin: 0 auto; width: 230px }
	.desBg { height: 477px; width: 86%; left: 7%; top: 174px }
	#contact .descript1 { top: 190px; width: 80%; left: 10% }

	#wrapper section#contact { height: 637px }


	#wrapper header h3 { position: fixed; right: 15px; top: 0 }

	#wrapper header h1 { top: 6px !important; position: fixed !important; transform: scale(0.8, 0.8); -ms-transform: scale(0.8, 0.8); -moz-transform: scale(0.8, 0.8); -webkit-transform: scale(0.8, 0.8); }
	.navBg { z-index: 980; position: fixed; display: block; width: 89%; left: 1.5%; height: 50px; background-color: #fff; }
    .navUnderline { z-index: 990; position: fixed; left: 0; display: block; padding-left: 6%; width: 97%; height: 3px; top: 47px; background-color: #4E00FF; }
	nav, nav.fixedOne { position: fixed; top: 15px; margin-left: 43px }

	#wrapper section#about { height: 600px }

	.about1 { padding-top: 119px; margin-bottom: 55px }

	#contact .description h2 { padding-top: 75px }

	footer { padding: 15px 0; }

	#wrapper header ul { position: fixed; top: 53px; right: 19px; }

	#wrapper header h1.fixedOne, #wrapper header h1 { margin-left: -3px; transform: scale(0.7, 0.7); -ms-transform: scale(0.7, 0.7); -moz-transform: scale(0.7, 0.7); -webkit-transform: scale(0.7, 0.7); }
	nav a { margin-right: 12px; }
}



@media only screen and (max-width: 440px) {
	.desBg { width: 90%; left: 5% }
	#contact .descript1 { width: 86%; left: 7%  }
	.de4 { top: 127px;  }

	.de1 h2 { font-size: 2em }
	.de1 p { margin-top: 4px }
	.de2 .dot { margin: 1px 6px }


}


@media only screen and (max-width: 400px) {
	.desBg { width: 94%; left: 3% }
	#contact .descript1 { width: 86%; left: 7%  }




	.laptop { width: 209px; height: 117px; margin-top: 20px; margin-bottom: 0px;}

	.laptop .top { width: 174px; height: 113px; border-top-left-radius: 5px;  border-top-right-radius: 5px; }
	.laptop .status { width: 168px; height: 5px; line-height: 2px; }
	.status span { width: 3px; height: 3px; }
	.laptop #screen { width: 168px; height: 98px; margin-top: 0; background-size: 1525px }
	.laptop .btm { width: 209px; height: 5px }

	.laptop .camera, .phone .camera { width: 4px; height: 4px; margin-top: 4px; margin-bottom: 2px }
	.pad .camera { width: 4px; height: 4px; margin-left: 4px; margin-right: 5px }

	

	.mobiles { height: 117px; margin-top: 20px; margin-bottom: -10px; padding-top: 10px }

	.pad { width: 161px; height: 111px; left: 7%; border-radius: 5px }
	.pad .status { width: 130px; height: 5px; line-height: 4px; margin-top: 0px }
	.pad .searchBar { width: 57px; height: 5px; border-radius: 1px }
	.pad #screen { width: 130px; height: 92px; margin-top: -4px; background-size: 1992px; }
	.pad .btn { width: 9px; height: 9px; margin-left: -3px; border: 1px solid #EEEFE1 }


	.phone { width: 47px; height: 88px; right: 10%; border-radius: 5px }
	.phone #screen { width: 43px; height: 62px; margin-left: 1px; background-size: 1887px; margin-bottom: -3px }
	.phone .status { width: 39px; height: 5px; margin-left: 1px; margin-top: -2px }
	.phone .searchBar { width: 38px; height: 1px; top: 2px; left: 1.5px }
	.phone .btn { width: 6px; height: 6px; border: 1px solid #EEEFE1 }
	.phone .camera { width: 3px; height: 3px; margin: 0 auto; margin-top: 3px; margin-bottom: 5px }
	

	.navForImg span { width: 13px; height: 13px }

	#wrapper .lapPos0 { background-position: 0px 0px; }
	#wrapper .lapPos1 { background-position: -171px 0px; }
	#wrapper .lapPos2 { background-position: -340px 0px; }
	#wrapper .lapPos3 { background-position: -509px 0px; }
	#wrapper .lapPos4 { background-position: -678px 0px; }
	#wrapper .lapPos5 { background-position: -848px 0px; }
	#wrapper .lapPos6 { background-position: -1018px 0px; }
	#wrapper .lapPos7 { background-position: -1187px 0px; }
	#wrapper .lapPos8 { background-position: -1356px 0px; }


	#wrapper .padPos0 { background-position: 0 -132px; }
	#wrapper .padPos1 { background-position: -132px -132px; }
	#wrapper .padPos2 { background-position: -264px -132px; }
	#wrapper .padPos3 { background-position: -394px -132px; }
	#wrapper .padPos4 { background-position: -526px -132px; }
	#wrapper .padPos5 { background-position: -657px -132px; }
	#wrapper .padPos6 { background-position: -789px -132px; }
	#wrapper .padPos7 { background-position: -920px -132px; }
	#wrapper .padPos8 { background-position: -1052px -132px; }


	#wrapper .phonePos0 { background-position: 0 -216px; }
	#wrapper .phonePos1 { background-position: -44px -216px; }
	#wrapper .phonePos2 { background-position: -87px -216px; }
	#wrapper .phonePos3 { background-position: -130px -216px }
	#wrapper .phonePos4 { background-position: -174px -216px; }
	#wrapper .phonePos5 { background-position: -217px -216px; }
	#wrapper .phonePos6 { background-position: -261px -216px; }
	#wrapper .phonePos7 { background-position: -304px -216px; }
	#wrapper .phonePos8 { background-position: -348px -216px; }

	.de3 { margin-top: 300px }
	#wrapper section#work { height: 655px }
	html, body { height: 1920px }

	nav.fixedOne, nav { margin-left: 39px }

	.about1 { margin-bottom: 47px; padding-top: 105px }
	.about1 h1 { font-size: 2.1em }
	#wrapper section#about { height: 555px }

	footer { padding: 12px 0 }

	body { border-left: 12px solid #4E00FF; border-right: 12px solid #4E00FF; }
	#wrapper header h3, #wrapper header h3.fixedOne { right: 12px }
	#wrapper header ul, #wrapper header ul.fixedOne { right: 17px }
	#wrapper header h1.fixedOne, #wrapper header h1 { margin-left: -7px; }

	.whiteGradi.second { display: none }
}

@media only screen and (max-width: 380px) {
	.de2 .dot { width: 3px; height: 3px; margin: 1px 4px }
	.de2 .dot.removeInBig { width: 3px; height: 3px; }

	
}

@media only screen and (max-width: 375px) {
	html, body { height: 1894px }
	#wrapper section#contact { height: 600px }
	.forPadding { padding-top: 16px; padding-bottom: 16px }
	.forPadding span:nth-child(3) { display: inline-block; }
	#contact .descript1 { width: 82%; left: 9% }
	#wrapper header h1.fixedOne, #wrapper header h1 { transform: scale(0.7, 0.7); -ms-transform: scale(0.7, 0.7); -moz-transform: scale(0.7, 0.7); -webkit-transform: scale(0.7, 0.7); }
	nav.fixedOne, nav { margin-left: 36px }
	nav a { margin-right: 6px;  }
	.phone { right: 7% }
	.pad { left: 5% }

	.navForImg { top: -43px }

	
}


@media only screen and (max-width: 360px) {
	.de2 .dot { width: 3px; height: 3px; margin: 1px 4px }
	.de2 .dot.removeInBig { width: 3px; height: 3px; }
	.de2 { font-size: 0.85em }
	.de4 { top: 124px }

	
}

@media only screen and (max-width: 340px) {
	html, body { height: 1939px }
	#wrapper section#contact { height: 620px }
	#wrapper section#about { height: 530px; }
	
	.phone { right: 2% } 
	.about1 { padding-top: 90px }
	.about1 h1 { font-size: 1.9em }
	.about1 p { font-size: 0.9em }

	#wrapper .focus svg, #wrapper .language svg, #wrapper .program svg { margin: 0 9px 0 5px }
	.language, .program, .focus { width: 89px; margin-right: 13px }
	#about .groupping > ul > li > ul { width: 117px }

	html, body { height: 1885px }


}


