/*! HTML5 Boilerplate v5.0 | MIT License | http://h5bp.com/ */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}
/* ==========================================================================
   Author's custom styles
   ========================================================================== */
body {
    height: 122.5vw !important;
}
.clearfix:before, .clearfix:after {
    content: " ";
    display: table;
}
a {
    list-style: none;
    font-family: 'Roboto', sans-serif;
    font-weight: 800;
    text-decoration: none;
	font-family: 'Dosis', sans-serif;
}
ul, li {
    margin: 0;
    padding: 0;
    list-style: none;
	font-family: 'Dosis', sans-serif;
}
p {
	font-family: 'Dosis', sans-serif;
}
.wrapper {
    width: auto;
    margin: 0 auto;
    padding: 0 3.1%;
}
img {
    max-width: 100%;
    width: 100%;		
}
/*---------*/
header {
    background: rgb(255, 255, 255);
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 20;
}
/*----*/
header nav {
	display: none;
}
nav #menu a {
    text-decoration: none;
    transition: color 0.3s ease;
    color: #21aad2;
}
nav #menu a:hover
{
  color: #000;
}
#menuToggle {
    display: block;
    position: absolute;
    top: 30px;
    left: 4%;
    z-index: 43;
    -webkit-user-select: none;
    user-select: none;
    border-radius: 3px;
}
#menuToggle input
{
  display: block;
  width: 40px;
  height: 32px;
  position: absolute;
  top: -7px;
  left: -5px;  
  cursor: pointer;  
  opacity: 0; /* hide this */
  z-index: 2; /* and place it over the hamburger */  
  -webkit-touch-callout: none;
}
#menuToggle span
{
  display: block;
  width: 33px;
  height: 4px;
  margin-bottom: 5px;
  position: relative;  
  background: #2ab3db;
  border-radius: 3px;  
  z-index: 1;  
  transform-origin: 4px 0px;  
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              opacity 0.55s ease;
}
#menuToggle span:first-child	{  transform-origin: 0% 0%;	}
#menuToggle span:nth-last-child(2)	{	transform-origin: 0% 100%;	}
#menuToggle input:checked ~ span
{
  opacity: 1;
  transform: rotate(45deg) translate(-2px, -1px);
	background: #2ab3db;
}
#menuToggle input:checked ~ span:nth-last-child(3)
{
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}
#menuToggle input:checked ~ span:nth-last-child(2)
{
  transform: rotate(-45deg) translate(0, -1px);
}
#menu {
    position: absolute;
    width: 300px;
    margin: -100px 0 0 -50px;
    padding: 50px;
    padding-top: 125px;
    background: rgba(255, 255, 255, 0.85);
    list-style-type: none;
    -webkit-font-smoothing: antialiased;
    transform-origin: 0% 0%;
    transform: translate(-100%, 0);
    transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.66);
}
#menu li	{	padding: 10px 0;  font-size: 22px;	}
#menuToggle input:checked ~ ul	{  transform: none;	}
/*----*/
.sub-header {
    position: relative;
    padding-top: 0.5vw;
    padding-bottom: 0.5vw;
    background: #fff;
    z-index: 10;
		height: 3.2vw;
}
.logo {
    float: left;
    width: 8.3%;
}
.logo a {
    height: 0;
    overflow: hidden;
    display: block;
    background: url(../img/logo2.png) center no-repeat;
    background-size: contain;
    padding-top: 3.1vw;
    width: 100%;
}
.main-menu {
    width: 60%;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.main-menu li {
    float: left;
    text-align: center;
    margin: 0 1.5vw;
    width: auto;
}
.main-menu a {
    color: rgb(1, 179, 219);
    width: auto;
    display: block;
    padding: 0.9vw 0;
    font-size: 1.1vw;
    letter-spacing: 0.03vw;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
}
.main-menu a.port-menu, .main-menu a.web-menu {
    width: 7.8vw;
}
.top-contact {
    float: right;
}
.top-phone {
    margin-top: 0.1vw;
    margin-bottom: -0.3vw;
}
.top-phone a {
    color: rgb(1, 179, 219);
    font-size: 1.3vw;
    background: url(../img/phone.png) left center no-repeat;
    background-size: 0.8vw;
    padding-left: 1vw;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
}
.book a {
    font-size: 0.74vw;
    color: rgb(128, 128, 128);
    background: url(../img/calendar.png) left center no-repeat;
    background-size: 0.8vw;
    padding-left: 1.1vw;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
}
.bottom-border {
    background: url(../img/bottom-complete.png) center repeat-x;
    background-size: contain;
    padding-bottom: 4.7vw;
    position: absolute;
    left: -1%;
    right: 0;
    z-index: 11;
    bottom: -3.4vw;
}
/*---------------------*/
.fancybox-nav {
    top: 50%;
    width: 36px;
    height: 34px;
    margin-top: -18px;
}
/*---------------------*/
.divider {
    width: 100%;
    height: 0.5vw;
    background: url(../img/slide1/divider.png) center no-repeat;
    background-size: 101% 1.7vw;
}
/*---------------------*/
main {
    margin-top: 4vw;
}
section.slide1 {
    position: relative;
    display: block;
    height: 41vw;
    background-image: url(../img/slide1/slide1-bg.jpg);
    background-size: cover;
    background-attachment: fixed;
		overflow: hidden;
}
.layer1-left {
    position: absolute;
    left: -4vw;
    bottom: -3.4vw;
    width: 11vw;
	z-index: 5;
}
.layer1-right {
    position: absolute;
    right: -7.4vw;
    bottom: -4.3vw;
    width: 25vw;
	z-index: 5;
}
.layer1-top {
    position: absolute;
    top: -4.5vw;
    left: 0;
    width: 12.7vw;
	z-index: 5;
}
.keyboard {
    position: absolute;
    bottom: -1.2vw;
    left: -5vw;
    width: 60vw;
    z-index: 4;
}
.control {
    position: absolute;
    bottom: 3.8vw;
    left: 17.6vw;
    width: 15vw;
    z-index: 3;
}
.screen {
    position: absolute;
    left: 8vw;
    bottom: 6.1vw;
    width: 34vw;
    z-index: 10;
}
.back1 {
    position: absolute;
    width: 28vw;
    left: -0.4vw;
    top: -4.8vw;
}
.back2 {
    position: absolute;
    width: 28vw;
    left: 22.6vw;
    top: -7.6vw;
}
.clock {
    position: absolute;
    left: 14.9vw;
    top: 1.6vw;
    width: 10vw;
}
.frame {
    position: absolute;
    right: 0;
    bottom: 1.6vw;
    width: 21.3vw;
}
.title1 h1 {
    position: absolute;
    right: 12vw;
    top: 1.1vw;
    display: block;
    height: 0;
    overflow: hidden;
    background: url(../img/slide1/slide1-title.png) center no-repeat;
    background-size: contain;
    padding-top: 11.5vw;
    width: 26.3vw;
}
.earth {
    position: absolute;
    right: 12.4vw;
    top: 2.2vw;
    width: 10.9vw;
}
.text1 {
    text-transform: uppercase;
    position: absolute;
    right: 14.2vw;
    top: 13.3vw;
    width: 23.6vw;
}
.text1 h1 {
    font-family: tahoma;
    color: #333;
    font-size: 1.2vw;
    font-weight: 200;
    line-height: 1.5vw;
    text-transform: initial;
}
.text1 h1 strong {
		font-weight: 200;
}
.list1 {
    position: absolute;
    right: 20.7vw;
    top: 22.3vw;
    width: 17vw;
    font-size: 1.3vw;
    line-height: 1.2vw;
}
.list1 li {
    margin-bottom: 0.9vw;
    background: url(../img/slide1/bullet-slide1.png) left center no-repeat;
    background-size: 0.8vw;
    padding: 0vw 0 0.1vw 1.9vw;
}
.list1 li span {
    color: #23d4fc;
    font-weight: 900;
}

div#slides {
    position: absolute;
    top: 1.2vw;
    left: 0.9vw;
    z-index: 9999;
    height: 18.8vw;
    width: 32.2vw;
}
a.slidesjs-navigation {
    position: absolute;
    z-index: 99999;
    top: 8.3vw;
    height: 0;
    display: block;
    overflow: hidden;
    width: 3.2vw;
    padding-top: 3.4vw;
}
a.slidesjs-previous.slidesjs-navigation {
    left: 0;
		background: url(../img/arrow-left.png) center no-repeat;
		background-size: contain;
}
a.slidesjs-next.slidesjs-navigation {
    right: 0;
		background: url(../img/arrow-right.png) center no-repeat;
		background-size: contain;
}
.bbb {
    position: absolute;
    bottom: 8.5vw;
    z-index: 9999;
    width: 32.2vw;
    left: 0.9vw;
    color: #fff;
    background: rgba(0, 209, 255, 0.85);
}
.bbb img {
    width: 8.9vw;
    float: left;
    margin: 0.4vw 0 0.4vw 0.4vw;
}
.bbb p {
    font-family: arial;
    font-size: 0.95vw;
    line-height: 1vw;
    margin: 0.6vw 0 0 0.7vw;
    float: left;
}
/*-------*/
section.slide2 {
    position: relative;
    display: block;
    height: auto;
    overflow: hidden;
    background-image: url(../img/wood-texture.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-position: bottom center;
    padding: 0;
    background-color: #fff;
}
.portfolio-middle h2 {
    font-family: arial;
    font-size: 2.3vw;
    font-weight: 800;
    color: #ff50b9;
    margin: 0;
}
.portfolio-middle h3 {
    font-family: arial;
    font-size: 2vw;
    font-weight: 800;
    color: #fb72bc;
    margin: -0.6vw 0 -0.7vw 0;
}
.portfolio-middle h4 {
    font-family: arial;
    font-size: 1.8vw;
    font-weight: 800;
    color: #ff50b9;
    margin: 0;
}
.portfolio-middle img {
    width: 11.4vw;
}
.portfolio_row.clearfix {
    margin: 0 0 2vw 0;
}
.pi {
    background: url(../../img/portfolio/port-over.jpg) center no-repeat;
    background-size: cover;
    display: block;
    float: left;
    width: 13.666%;
    margin: 0px 1.5%;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-box-shadow: 2px 2px 5px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 2px 2px 5px 0px rgba(50, 50, 50, 0.75);
    box-shadow: 2px 2px 5px 0px rgba(50, 50, 50, 0.75);
    position: relative;
    z-index: 1;
    cursor: pointer;
}
.pi img{
	width: 100%;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.pi img:hover{
	opacity: 0;
}	
.pi.port-item02{ background: url(../../img/portfolio/01-h.jpg) center no-repeat; background-size: cover;	}
.pi.port-item01{ background: url(../../img/portfolio/02-h.jpg) center no-repeat; background-size: cover;	}
.pi.port-item03{ background: url(../../img/portfolio/03-h.jpg) center no-repeat; background-size: cover;	}
.pi.port-item12{ background: url(../../img/portfolio/12-h.jpg) center no-repeat; background-size: cover;	}
.pi.port-item05{ background: url(../../img/portfolio/05-h.jpg) center no-repeat; background-size: cover;	}
.pi.port-item06{ background: url(../../img/portfolio/06-h.jpg) center no-repeat; background-size: cover;	}
.pi.port-item07{ background: url(../../img/portfolio/07-h.jpg) center no-repeat; background-size: cover;	}
.pi.port-item09{ background: url(../../img/portfolio/09-h.jpg) center no-repeat; background-size: cover;	}
.pi.port-item10{ background: url(../../img/portfolio/10-h.jpg) center no-repeat; background-size: cover;	}
.pi.port-item11{ background: url(../../img/portfolio/11-h.jpg) center no-repeat; background-size: cover;	}
.pi.port-item04{ background: url(../../img/portfolio/04-h.jpg) center no-repeat; background-size: cover;	}
.pi.port-item13{ background: url(../../img/portfolio/13-h.jpg) center no-repeat; background-size: cover;	}

.fancybox-skin{
	padding: 0 !important;
}
.fancybox-nav span {
	visibility: visible;
}
a.read-more-portfolio {
    padding: 0.2vw 0 0.2vw 1vw;
    background: url(../../img/arrow-port.png) left center no-repeat;
    background-size: 0.7vw;
    font-size: 1vw;
    color: #ff74bc;
    position: relative;
    top: 0.6vw;
    font-family: arial;
}
.additional-details p {
    float: left;
    font-weight: 800;
    text-align: right;
    color: #ea3d97;
    line-height: 1vw;
    margin-top: 0.4vw;
    padding: 0 0.8vw 0 4vw;
    font-size: 1vw;
		font-family: arial;
}
.portfolio-middle {
    position: relative;
    padding: 1.2vw 1.6vw;
}
.additional-details {
    float: right;
}
img.logo-category {
    width: 16vw;
}
/*-----------*/
section.last.wrapper {
    padding-top: 6vw;
    padding-bottom: 4vw;
}
.screens, .contact-info, .banner, .info {
    width: calc(50% - 5px);
    float: left;
    text-align: center;
}
.screens img {
    width: 90%;
}
.banner {
    text-align: right;
		border-right: 5px solid #33d4fc;
}
.banner-pic {
    width: 15vw;
    height: 16vw;
    background: url(../img/banner.png) center no-repeat;
    background-size: contain;
    margin: 0 auto;
    position: relative;
    right: -1.9vw;
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
		cursor: vertical-text;
}
.banner-pic:hover {
    background: url(../img/banner2.png) center no-repeat;
    background-size: contain;    
}
.banner img {
    width: 15vw;
    padding-right: 2vw;
    border-right: 5px solid #33d4fc;
}
.info {
    text-align: left;
}
.info p {
    font-family: arial;
    font-weight: 600;
    font-size: 1.1vw;
    color: #a5a5a5;
    padding-left: 2vw;
}
.info p span {
		float: left;
}	
.info p a {
    color: #33d4fc;
    font-family: arial;
    display: -webkit-box;
    padding: 0 0 0 0.7vw;
    line-height: 1.1vw;
}
.contact-info.clearfix {
    padding-top: 2.9vw;
}
.mark-video, .livechat_button {
    width: 50%;
    float: left;
    text-align: center;
}
.mark-video img, .livechat_button img {
    width: 9.1vw;
}
.seo-text {
    position: absolute;
    top: 0.8vw;
    width: 68vw;
    right: 2vw;
    font-size: 0.9vw;
    line-height: 1.1vw;
    color: #eaeaea;
}
/*---*/
section.last.wrapper {
    padding-top: 10vw;
    padding-bottom: 10vw;
}
.copy.wrapper.clearfix {
    background: #28accc;
    color: #fff;
    position: relative;
    height: 4vw;
}
.social-icons.clearfix {
    width: 21vw;
    position: absolute;
    left: 14.3vw;
    top: 1.5vw;
}
.social-icons a {
    padding: 0px 4%;
    width: 12%;
    display: block;
    float: left;
}
.social-icons img {
    width: auto;
}
.copy2 a {
    color: #fff;
    font-size: 1.1vw;
    display: block;
    margin-bottom: -1.5vw;
}
.copy2 p {
    font-size: 0.9vw;
}
.copy2 {
    position: absolute;
    right: 22.2vw;
    top: -0.3vw;
}
/*-----*/
section.slide-ecom {
    position: relative;
    display: block;
    background-image: url(../../img/ecom-swm/gray-bg-min.png);
    background-size: cover;
    background-attachment: fixed;
    overflow: hidden;
}
.ecom {
    width: 32vw;
    text-align: justify;
    margin: 5vw 0 5vw 7vw;
}
.ecom h1 {
    background: #23d4fc;
    color: #fff;
    text-align: center;
    font-size: 2.6vw;
    margin: 0;
    line-height: 2.6vw;
    box-shadow: -1px 1px 2px 0px #00000036;
}
.ecom h2 {
    color: #23d4fc;
    font-size: 2.8vw;
    text-align: center;
    margin: 0.2vw 0 0.1vw 0;
    text-shadow: -1px 1px 2px #00000026;
    border-bottom: 0.4vw solid;
    line-height: 2.8vw;
}
.ecom img {
    display: block;
    width: 30.7vw;
    margin: 0 auto;
}

.ecom h3.ecom-word {
    text-shadow: 0 0;
    -webkit-text-stroke: 2px #23d4fc;
    font-size: 3.7vw;
    background: url(../../img/ecom-swm/kart.png) right 0vw no-repeat;
    background-size: 3.9vw;
    padding: 0 4.1vw 0 0;
    margin: 0 0 -0.7vw 0;
    font-weight: 800;
}
.ecom h3 {
    color: #fff;
    font-size: 1.8vw;
    text-align: center;
    margin: 0.3vw 0 0 0;
    text-shadow: -1px 1px 4px #0000006e;
}
.ecom h3 span {
    background: #23d4fc;
    padding: 0.1vw 0.2vw 0vw 0.3vw;
    border: 1px solid #575757;
    text-shadow: 0 0 black;
}
.ecom h4 {
    color: #23d4fc;
    font-size: 1.2vw;
    line-height: 1.4vw;
    text-shadow: -1px 1px 1px #00000033;
    margin: 0.5vw 0 0 0;
}
.ecom p {
    font-weight: 400;
    font-size: 1.2vw;
				font-family: 'Dosis', sans-serif;
}
.flotant {
    position: absolute;
}
.plant.flotant {
    top: 19.1vw;
    left: 0vw;
    width: 7.8vw;
}
.icons.flotant {
    top: 1.6vw;
    right: 34.7vw;
    width: 18vw;
}
.lamp01.flotant {
    top: 0vw;
    right: 0vw;
    width: 9.4vw;
}
.lamp02.flotant {
    top: 0vw;
    right: 5.8vw;
    width: 5vw;
}
.lamp03.flotant {
    right: 10.9vw;
    top: 0vw;
    width: 6.9vw;
}
.laptop02.flotant {
    top: 13.6vw;
    right: 1vw;
    width: 52vw;
}
.img-comp.flotant {
    top: 14.6vw;
    right: 7.9vw;
    width: 32.3vw;
}
.mouse02.flotant {
    top: 41.6vw;
    right: 1.4vw;
    width: 19.9vw;
}
.pen-case.flotant {
    top: 33.8vw;
    right: 0vw;
    width: 3.6vw;
}
.blue-strip {
    position: absolute;
    top: 31.2vw;
    right: 8.4vw;
    width: 31.4vw;
    z-index: 5;
    background: rgba(35, 212, 252, 0.79);
    color: #fff;
    font-weight: 600;
    font-size: 1vw;
    text-align: center;
    font-style: italic;
    line-height: 1.2vw;
    padding: 0.7vw 0;
}
.blue-strip p {
    margin: 0;
}
/*----*/
.full-screen-video, .fancybox-inner, a.fancybox-group, .fancybox-outer, .fancybox-skin, .fancybox-wrap, .fancybox-overlay, div, div div, iframe {
    animation-fill-mode: none !important;
}
/*----*/

.fancybox-wrap {
    width: 90% !important;
    left: 0 !important;
    right: 0 !important;
    margin: 0 auto !important;
}
.fancybox-inner {
    width: 100% !important;
}
/* #region portfolio-new */
.popup-portfolio {
    display: flex;
    position: fixed;
    z-index: -1;
    top: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    transition: all ease-in-out 1s;
    right: 100%;
    align-items: center;
    justify-content: center;
}
.popup-portfolio.popup-active {
    opacity: 1;
    z-index: 999999;
    right: 0%;
}
.popup-container {
    width: 92%;
    position: relative;
}
button.slick-next {
    position: absolute;
    right: 1%;
    top: 0;
    background: url(../../img/right-arrow.png) center no-repeat;
    background-size: contain;
    box-shadow: -4px 4px 3px black;
    border: 0;
    color: transparent;
    width: 55px;
    height: 55px;
    bottom: 0;
    margin: auto;
    z-index: 1000;
    border-radius: 10px;
}
button.slick-prev {
    position: absolute;
    left: 1%;
    top: 0;
    background: url(../../img/left-arrow.png) center no-repeat;
    background-size: contain;
    box-shadow: 4px 4px 3px black;
    border: 0;
    color: transparent;
    width: 55px;
    height: 55px;
    bottom: 0;
    margin: auto;
    z-index: 1000;
    border-radius: 10px;
}
.close-btn {
    background: #48d6fa;
    width: 60px;
    height: 60px;
    color: #fff;
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 55px;
    box-shadow: -4px 4px 5px black;
    border-radius: 3px;
    cursor: pointer;
}

/* ==========================================================================
   Media Queries
   ========================================================================== */
@media only screen and (min-width: 2200px) {
	section.slide1 {
    height: 47.1vw;
  }
	section.last.wrapper {
    padding-top: 11vw;
    padding-bottom: 11vw;
	}
}	
/*-----------------------------------*/
@media only screen and (max-width: 1450px) {
	section.slide1 {
    height: 52.1vw;
  }
	section.last.wrapper {
    padding-top: 14vw;
    padding-bottom: 14vw;
	}
}
/*-----------------------------------*/
@media only screen and (max-width: 1400px) {
	.sub-header {
    height: 3.6vw;
	}	
	.logo {
    width: 10vw;
	}
	.logo a {
    padding-top: 3.5vw;
	}
	.main-menu a {
    font-size: 1.3vw;
    letter-spacing: 0.02vw;
  }
	.top-phone  {
		margin-bottom: -1vw;
	}
	.top-phone a {
    font-size: 1.6vw;
    background: url(../img/phone.png) left center no-repeat;
    background-size: 1vw;
    padding-left: 1.2vw;
	}
	.book a {
    font-size: 0.87vw;
    background: url(../img/calendar.png) left center no-repeat;
    background-size: 1vw;
    padding-left: 1.6vw;
  }
	/*-----*/
	img.logo-category {
    width: 19vw;
	}
	.additional-details p {
    line-height: 1.3vw;
    margin-top: 0.1vw;
    padding: 0 1.1vw 0 4vw;
    font-size: 1.4vw;
  }
	a.read-more-portfolio {
    padding: 0.1vw 0 0.2vw 1.6vw;
    background: url(../../img/arrow-port.png) left center no-repeat;
    background-size: 0.8vw;
    font-size: 1.4vw;
    top: 0.3vw;
  }
	/*----*/
	.screens img {
    width: 100%;
	}
	.banner img {
    width: 17vw;
    padding-right: 2.3vw;
  }
	.info p {
    font-size: 1.4vw;
  }
	.info p a {
    line-height: 1.4vw;
	}
	.mark-video img, .livechat_button img {
    width: 11.2vw;
	}
	.copy.wrapper.clearfix {
    height: 4.4vw;
	}
	.social-icons.clearfix {
    width: 23vw;
    left: 10%;
    top: 1.4vw;
	}
	.copy2 a {
    font-size: 1.4vw;
    margin-bottom: -2vw;
    margin-top: 1vw;
	}
	.copy2 p {
    font-size: 1.1vw;
    margin: 0;
	}
	
}
/*--------------------------------------------*/
@media only screen and (max-width: 1024px) {
	.sub-header {
    height: auto;
    border-bottom: 5px solid #2ab3db;
    box-shadow: 0 0 9px black;
	}
	.main-menu {
    display: none;
  }
	header nav {
		display: block;
	}
	.logo a {
    padding-top: 57px;
	}
	.bottom-border {
    display: none;
	}
	.logo {
    width: 128px;
    float: none;
    margin: 0 auto;
	}
	.top-contact {
    float: none;
    width: 151px;
    margin: 0 auto;
	}
	.top-phone {
    margin-top: 0;
    margin-bottom: -8px;
	}
	.top-phone a {
    font-size: 21px;
    background: url(../img/phone.png) left center no-repeat;
    background-size: 13px;
    padding-left: 17px;
	}
	.book a {
    font-size: 12px;
    background: url(../img/calendar.png) left center no-repeat;
    background-size: 12px;
    padding-left: 17px;
	}
	/*----*/
	main {
    margin-top: 112px;
	}
	section.slide1 {
    height: auto;
  }
	.screen {
    margin: 0 auto;
    position: relative;
    left: 0;
    right: 0;
    top: -39px;
    bottom: auto !important;
    width: 420px;
  }
	div#slides {
    top: 17px;
    left: 15px;
    height: 228px;
    width: 392px;
	}	
	a.slidesjs-navigation {
    top: 86px;
    width: 48px;
    padding-top: 50px;
	}
	.bbb {
    bottom: 104px;
    width: 396px;
    left: 12px;
	}
	.bbb img {
    width: 122px;
    float: left;
    margin: 3px 0 4px 3px;
	}
	.bbb p {
    font-size: 12px;
    line-height: 13px;
    margin: 8px 0 0 5px;
  }
	.keyboard {
    position: relative;
    bottom: auto !important;
    top: 363px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 560px;
	}
	.title1 h1 {
    position: relative;
    right: 0;
    left: 0;
    top: -23px;
    padding-top: 124px;
    width: 225px;
    margin: 32px auto;
	}
	.earth {
    position: relative;
    right: 0;
    left: 66px;
    top: -169px;
    margin: 0 auto;
    width: 100px;
	}
	.text1 {
    position: relative;
    right: 0;
    left: 0;
    top: -117px;
    margin: 0 auto;
    width: 300px;
    font-size: 22px;
    line-height: 23px;
    text-align: center;
	}
	.text1 h1{
    font-size: 20px;
    line-height: 23px;
	}
	.list1 {
    position: relative;
    right: 0;
    top: -116px;
    width: 242px;
    font-size: 24px;
    line-height: 26px;
    left: 0;
    margin: 0 auto -97px auto;
    text-align: center;
	}
	.list1 li {
    margin-bottom: 5px;
    background: none;
    background-size: 0;
    padding: 0;
	}
	.layer1-top {
    width: 170px;
    top: 30px !important;
	}
	.back1 {
    width: 41%;
    left: 7%;
    top: -10px !important;
	}
	.back2 {
    width: 41%;
    left: auto;
    top: -90px !important;
    right: 0;
	}
	.clock {
    left: 16%;
    top: 17px;
    width: 140px;
	}
	.layer1-left {
    left: -20px;
    width: 140px;
    bottom: -30px !important;
	}
	.layer1-right {
    right: -20px;
    bottom: -20px !important;
    width: 240px;
  }
	.frame {
    right: 0;
    bottom: 30px;
    width: 220px;
	}
	/*----*/
	.portfolio-middle h2 {
    font-size: 32px;
    margin: 0 0 -20px 0;
    text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.28);
		z-index: 2;
    position: relative;
	}
	.portfolio-middle h3 {
    font-size: 30px;
    margin: 10px 0 -13px 0;
		z-index: 2;
    position: relative;
	}
	.portfolio-middle h4 {
    font-size: 26px;
		z-index: 2;
    position: relative;
  }
	
	.portfolio-middle img {
    width: 200px;
    margin-top: 23px;
    margin-bottom: -14px;
	}
	.pi {
    width: 23%;
    margin: 15px 5%;
  }
	img.logo-category {
    width: 260px;
	}
	.additional-details p {
    line-height: 18px;
    margin-top: 0;
    padding: 0 13px 0 0;
    font-size: 18px;
	}
	a.read-more-portfolio {
    padding: 0 0 1px 23px;
    background: url(../../img/arrow-port.png) left center no-repeat;
    background-size: 11px;
    font-size: 18px;
    top: 5px;
	}
	.portfolio-middle {
    position: relative;
    padding: 20px 5%;
	}
	/*---*/
	.screens {
    width: 100%;
	}
	.screens img {
    width: 70%;
	}
	.contact-info.clearfix {
    width: 100%;
	}
	.banner img {
    width: 200px;
    padding-right: 20px;
	}
	.banner-pic {
    width: 28vw;
    height: 29vw;
  }
	.info p {
    font-size: 16px;
    padding-left: 20px;
	}
	.info p a {
    line-height: 14px;
	}
	.mark-video, .livechat_button {
    width: 100%;
    text-align: left;
    margin: 9px 0 0 20px;
	}
	.mark-video img, .livechat_button img {
    width: 167px;
	}
	.copy.wrapper.clearfix {
    height: auto;
		text-align: center;
	}
	.social-icons.clearfix {
    width: 250px;
    left: 0;
    top: 0;
    position: relative;
    margin: 11px auto 0 auto;
	}
	.copy2 {
    position: relative;
    right: 0;
    top: 0;
	}
	.copy2 a {
    font-size: 16px;
    margin-bottom: -26px;
    margin-top: 5px;
	}
	.copy2 p {
    font-size: 15px;
    margin: 0;
    padding-bottom: 17px;
	}
	/*-----*/
	.ecom {
    width: 35.6vw;
    margin: 6.7vw 0 6.7vw 6vw;
	}
	.ecom h1 {
    font-size: 3vw;
    line-height: 3.1vw;
    padding: 0.2vw 0 0.1vw 0px;
	}
	.ecom h2 {
    font-size: 3.2vw;
    margin: 0.8vw 0;
    border-bottom: 0.5vw solid;
    line-height: 3.2vw;
	}
	ecom h3.ecom-word {
    font-size: 3.9vw;
    background: url(../../img/ecom-swm/kart.png) right -0.3vw no-repeat;
    background-size: 4.8vw;
    padding: 0 5.3vw 0 0;
 }
	.ecom img {
    width: 98%;
 }
	.ecom h3 {
    font-size: 2vw;
    margin: 1.4vw 0 0 0;
	}
	.ecom h4 {
    font-size: 1.9vw;
    line-height: 2.3vw;
    margin: 1.6vw 0 0 0;
    text-align: center;
	}
	.ecom p {
    font-size: 1.8vw;
    text-align: center;
    line-height: 2.3vw;
	}
	.plant.flotant {
    top: 39.1vw;
    width: 9.8vw;
	}	
	.pen-case.flotant {
    top: auto;
    width: 5.6vw;
    bottom: 2vw;
	}
	.mouse02.flotant {
    top: auto;
    right: 3.4vw;
    width: 25.9vw;
    bottom: 7vw;
	}
	.laptop02.flotant {
    top: auto;
    right: 1vw;
    width: 65vw;
    bottom: 18vw;
	}
	.img-comp.flotant {
    top: auto;
    right: 9.6vw;
    width: 40.6vw;
    bottom: 26.5vw;
    height: 25.9vw;
	}
	.blue-strip {
    top: 57.5vw;
    right: 10.2vw;
    width: 35.4vw;
    font-size: 2vw;
    line-height: 2.2vw;
    padding: 0.7vw 2vw;
	}
	.lamp01.flotant {
    top: 0vw;
    right: 0vw;
    width: 14.4vw;
	}
	.lamp03.flotant {
    right: 12.9vw;
    width: 10.9vw;
	}
	.lamp02.flotant {
    right: 7.9vw;
    width: 8vw;
	}
	.icons.flotant {
    top: 6.6vw;
    right: 21.7vw;
    width: 27vw;
	}
	
	
}
/*-----------------------------*/
@media only screen and (max-width: 800px) {
	.screen {
    width: 70%;
		top: -4vw;
	}
	.bbb {
    bottom: 16.2vw;
    width: 59.9vw;
    left: 2.2vw;
	}
	.bbb img {
    width: 18vw;
    float: left;
    margin: 0.5vw 0 0.5vw 0.7vw;
	}
	.bbb p {
    font-size: 1.8vw;
    line-height: 1.9vw;
    margin: 1vw 0 0 0.6vw;
	}
	div#slides {
    top: 2.6vw;
    left: 2.4vw;
    height: 34.3vw;
    width: 59.6vw;
	}
	a.slidesjs-navigation {
    top: 10.3vw;
    width: 7vw;
    padding-top: 7.3vw;
	}
	.keyboard {
    top: 53vw;
    width: 80%;
    z-index: 11;
	}
	.layer1-top {
    width: 20%;
  }
	.layer1-left {
    left: -2vw;
    width: 18vw;
    bottom: -5vw !important;
	}
	.layer1-right {
    right: -5vw;
    bottom: -2vw !important;
    width: 26vw;
	}
	.frame {
    right: 0;
    bottom: 3vw !important;
    width: 25vw;
	}
	/*----*/
	.additional-details {
    float: none;
    width: 100%;
    text-align: center;
	}
	.additional-details p {
    float: none;
	}
	.additional-details p {
    margin-top: 13px;
    padding: 0;
    float: none;
    text-align: center;
    margin-bottom: 0;
	}
	.portfolio-middle {
    text-align: center;
	}
	img.logo-category {
    width: 200px;
	}	
	/*---*/
	.ecom {
    width: 320px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    padding-bottom: 30px;
    padding-top: calc(40px + 42vw);
	}
	.icons.flotant {
    top: 6.6vw;
    right: auto;
    width: 28vw;
	}
	.laptop02.flotant {
    top: 7vw;
    right: 0;
    width: 65vw;
    bottom: auto;
    left: -8vw;
    margin: 0 auto;
	}
	.blue-strip {
    top: 34.9vw;
    right: 3vw;
    left: 0;
    width: 59.1vw;
    font-size: 2.8vw;
    line-height: 3.2vw;
    padding: 0.8vw 2vw;
    margin: 0 auto;
	}
	.img-comp.flotant {
    top: 8vw;
    right: 0;
    width: 40.6vw;
    bottom: auto;
    left: -0.5vw;
    margin: 0 auto;
	}
	.mouse02.flotant {
    top: 38vw;
    right: -0.6vw;
    width: 28.9vw;
    bottom: auto;
	}
	.ecom h1 {
    font-size: 26px;
    line-height: 28px;
    padding: 3px 0 2px 0px;
	}
	.ecom h2 {
    font-size: 29px;
    margin: 8px 0;
    border-bottom: 3px solid;
    line-height: 27px;
	}
	.ecom h3 {
    font-size: 18px;
    margin: 13px 0 0 0;
	}
	.ecom h3.ecom-word {
    font-size: 37px;
    background: url(../../img/ecom-swm/kart.png) right 0px no-repeat;
    background-size: 36px;
    padding: 0 40px 0 0;
    margin: -7px 0 -10px 0;
 }
	.ecom h4 {
    font-size: 17px;
    line-height: 19px;
    margin: 13px 0 0 0;
    text-align: center;
	}
	.ecom p {
    font-size: 14px;
    text-align: center;
    line-height: 20px;
	}
	
}
/*----------------------------------------*/
@media only screen and (max-width: 600px) {
	body {
    overflow-x: hidden;
	}
	.screen {
    width: 90%;
	}	
	/*---*/
	#slides2 a.slidesjs-navigation {
    display: none;
	}
	/*---*/	
	div#slides {
    top: 3vw;
    left: 2.4vw;
    height: 44.2vw;
    width: 76.2vw;
	}
	.bbb {
    bottom: 20.5vw;
    width: 76.7vw;
    left: 2.2vw;
	}
	.bbb img {
    width: 23vw;
  }
	.bbb p {
    font-size: 2.3vw;
    line-height: 2.5vw;
    margin: 1.4vw 0 0 0.8vw;
	}
	a.slidesjs-navigation {
    top: 17.2vw;
    width: 10vw;
    padding-top: 11.2vw;
	}
	.keyboard {
    top: 68vw;
    width: 100%;
	}
	.layer1-top {
    width: 14%;
  }
	.text1 {
    width: 90%;
  }
	/*---*/
	.portfolio-middle h2 {
    font-size: 24px;
  }
	.pi {
    width: 43%;
    margin: 11px 3.5%;
	}
	/*---*/
	.screens img {
    width: 100%;
	}
	.banner img {
    width: 250px;
    padding-right: 0;
    border: none;
		border-right: 0;
	}
	.banner, .info {
    width: 100%;
    text-align: center;
		border-right: 0;
	}
	.banner-pic {
    width: 250px;
    height: 250px;
	}
	.info p {
    padding: 0;
    width: 250px;
    margin: 7px auto;
    text-align: left;
	}
	.mark-video, .livechat_button {
    margin: 10px 0 0 0;
		text-align: center;
	}
	.copy {
    padding-bottom: 24px;
	}	
	
	
}
/*----------------------------------------*/
@media only screen and (min-width: 35em) {

}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {

}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}