  /*
 Theme Name: jdesign20201217
 Description: Child Theme For twentytwenty
 Author: Robin Löfström / lofstrom.digital
 Template: twentytwenty
 Version: 1.0
 */


/* ====================================================================================================================
 * BASE
 100% black = rgba(28,28,27,1)
 60% = rgba(133,134,138,1)
 20% = rgba(216,216,218,1)
 5% = rgba(245,245,245,1)
 WARMGRAY = rgba(232,229,225,1)
 * ====================================================================================================================*/
@font-face { font-family: dala; src: url(assets/daladesc/DalaFlodaMedium.otf); }

.caseinfo .desc h1{
  font-family: "dala", serif;text-transform: none !important;font-size: 40px;
}

html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*, *:before, *:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
  }
*{padding: 0;margin: 0;}

body{width: 100%;}

body{
background-color: rgba(232,229,225,1);
color:  rgba(28,28,27,1);
font-family: "Lato",sans-serif;
font-size: 100%;
line-height: normal;
font-weight: normal;
-webkit-font-smoothing: antialiased;
background-position: 50% 50%;
background-repeat: no-repeat;
background-size: cover;
}
a{color: inherit;
  cursor: pointer;
  text-decoration: none;
  -o-transition: all .3s;
  -ms-transition: all .3s;
  -moz-transition: all .3s;
  -webkit-transition: all .3s;
  transition: all .3s;
  letter-spacing: 0.5px;
  opacity: 1;
  display: block;
}
a:hover{opacity: 0.6;}

button{
  cursor: pointer;
    -o-transition: all .3s;
  -ms-transition: all .3s;
  -moz-transition: all .3s;
  -webkit-transition: all .3s;
  transition: all .3s;
}

input, a:hover, a:active, a:focus, input, *:focus {outline: medium none;}
hr {
  background: rgba(43,46,52,1);
  border: 0 none;
  height: 1px;
  margin: 10px 0 10px 20px;
  width: 45px;
}
h1 {font-size: 2.5rem;font-size: 25px;}
h2 {font-size: 2.2rem;font-size: 22px;}
h3 {font-size: 1.7rem;font-size: 17px;}

p {font-size: 16px;}
h1,h2,h3{text-transform: uppercase;font-weight: normal;letter-spacing: 2px;}
h1,h2,h3,p{margin:0 0 10px;padding: 0 20px;}
strong{font-weight:900;}

.nomarg{margin: 0 !important;}

ul {height: auto;list-style: outside none none;width: 100%;}
li {}
li a{text-transform: uppercase;}
img {
  float: left;
  width: 100%;
}
header {
  background: white none repeat scroll 0 0;
  top: 0;
  display: inline-block;
  height: 46px;
  left: 0;
  position: fixed;
  width: 100%;
  z-index: 9000;
}
footer {
  background: white none repeat scroll 0 0;
  bottom: 0;
  display: inline-block;
  height: 46px;
  left: 0;
  position: fixed;
  width: 100%;
  z-index: 9000;
}

.last{margin: 0 !important;}

#preloader { 
  position: fixed; 
  left: 0; 
  top: 0; 
  z-index: 9998; 
  width: 100%; 
  height: 100%; 
  overflow: visible; 
  background-color: white; 
}
#preloader img {
 -webkit-animation: rotation 0.5s infinite alternate;
    -moz-animation: rotation 0.5s infinite alternate;
    -o-animation: rotation 0.5s infinite alternate;
    animation: rotation 0.5s infinite alternate;
width: 45px;
margin: 0;
opacity: 0.1;
height: auto;
position: fixed;
top: 50%;
left: 50%;
 z-index: 9999; 
 margin: -32px 0 0 -22.5px;
}
@-webkit-keyframes rotation {
    from {opacity: 0.1;}
    to {opacity: 0.9;}
}
@-moz-keyframes rotation {
    from {opacity: 0.1;}
    to {opacity: 0.9;}
}
@-o-keyframes rotation {
    from {opacity: 0.1;}
    to {opacity: 0.9;}
}
@keyframes rotation {
    from {opacity: 0.1;}
    to {opacity: 0.9;}
}
/* ====================================================================================================================
 * NAVIGATION
 * ====================================================================================================================*/
.desktop_nav {
  float: left;
  height: 45px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  overflow: hidden;
  z-index: 9100;
}
.centernav {
  display: table;
  height: 45px;
  margin: 0 auto;
  text-align: center;
  width: auto;
}
.centernav > ul{display: table-cell;vertical-align: middle;}



.centernav > ul li {
  float: left;
  font-size: 11px;
  letter-spacing: 0.5px;
  margin: 0 20px;
}

.swc{  display: table;height: 100%;width: 100%;max-width: 680px;margin:0 auto;}
.center{display: table-cell;vertical-align: middle;}

.company {
  float: right;
  font-size: 10px;
  letter-spacing: 0.5px;
  margin: 16px 45px 0 0;
  opacity: 0.6;
  text-align: center;
    -o-transition: all .3s;
  -ms-transition: all .3s;
  -moz-transition: all .3s;
  -webkit-transition: all .3s;
  transition: all .3s;
  width: auto;
}
.company:hover {
opacity: 1;
}
.main_logo {
  float: left;
  height: auto;
  left: 50%;
  margin: 0 0 0 -10px;
  position: absolute;
  top: 9px;
  width: 20px;
  z-index: 9200;
}
.main_logo a:hover{opacity: 1;}
.logo{width: 100%;float: left;}

.symbol_jdesign_outline_hover{
  opacity: 0;
  position: absolute;
    left: 0;
    top: 0;
}

.social {
  float: right;
  height: 25px;
  overflow: hidden;
  position: relative;
  width: 200px;
  z-index: 9200;
  margin: 10px 0 0;
}
.social:hover .showshare{top:25px;}
.social:hover .socialmedia {top: 0px;}

.socialmedia {
  float: right;
  height: 30px;
  position: relative;
  right: 0;
  top: -25px;
  width: auto;
  -o-transition: all .3s;
  -ms-transition: all .3s;
  -moz-transition: all .3s;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.socialmedia li {
  float: left;
  font-size: 13px;
  margin: 5px 5px 0;
}
.showshare {
  text-transform: uppercase;
  position: relative;
  letter-spacing: 2px;
  right: 45px;
  height: 25px;
  float: right;
  font-size: 9px;
  margin: 0;
  top: 0;
  line-height: 25px;
  opacity: 1;      
  -o-transition: all .3s;
  -ms-transition: all .3s;
  -moz-transition: all .3s;
  -webkit-transition: all .3s;
  transition: all .3s;
  cursor: pointer;
}

.backtostart {
  display: inline-block;
  font-size: 9px;
  height: 45px;
  left: 45px;
  letter-spacing: 2px;
  line-height: 45px;
  position: fixed;
  text-transform: uppercase;
  top: 0;
  width: 45px;
  z-index: 9300;
}
/* ====================================================================================================================
 * SEKTIONER
 100% black = rgba(28,28,27,1)
 60% = rgba(133,134,138,1)
 20% = rgba(216,216,218,1)
 5% = rgba(245,245,245,1)
 WARMGRAY = rgba(232,229,225,1)
 * ====================================================================================================================*/

 #index{color: rgba(28,28,27,1);text-align: center;background-color:rgba(245,245,245,0.8);}
 #work{background-color:rgba(245,245,245,1);border-bottom:1px solid white;border-top:1px solid white;}
 #contact{background-color: rgba(133,134,138,1);color: white;background-image: url("assets/img/jdesign_kontor.jpg");background-position: bottom center}

#map{background-color:rgba(133,134,138,1);border-top: 2px solid white;}
#clients {  background-color: rgba(232,229,225,1);  padding: 90px 0;}
#whatwedo { background-color:rgba(232,229,225,1);}
#about,#signup{background-color:white;}

#between {background-color:rgba(245,245,245,0.8);}
.parraWcontent {
  z-index: 10;
  position: relative;
  width: 100%;
  height: auto;
  left: 0;
  top: 0;
}
#between h2 {
  max-width: 1100px;
  display: table;
  margin: 0 auto;
  width: 100%;
  padding:10% 20px;
}
#between img {
  width: 80%;
}
 .breadcrumbs{display: none;}
.btn {
  border: 1px solid white;
  display: inline-block;
  font-size: 9px;
  margin: 10px 0 0;
  padding: 12px 22.5px;
  letter-spacing: 1px;
}
.btn:hover {
color: #8f847b;
background-color: rgba(255,255,255,1);
opacity: 1;
}
#initialize {
    width: 100%;
    height: auto;
    float: left;
}
.main{ border-left: 46px solid #fff;border-right: 46px solid #fff;display: inline-block; position: relative;z-index: 100;float: left;width: 100%;}

.sensum,.clinton-friedman,.panos-emporio,.jim-x-judy{background-color: #f5f4f2 !important;}

.blackwindow{
width: 100%;
height: 100%;
top: 0;
left: 0;
position: absolute;
z-index: 100;
float: left;
background-color: rgba(28,28,27,0);
display: none;
border: 2px solid white;
}
.soonup{display: table;width: 100%;height: 100%;}
.soonup span {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  color: white;
  text-transform: uppercase;
  opacity: 0;
  background-color:rgba(28,28,27,0.5);
    -o-transition: all .3s;
  -ms-transition: all .3s;
  -moz-transition: all .3s;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.soonup span:hover{opacity: 1;}
.soonup span p {
  font-size: inherit;
  border: 1px solid white;
  width: auto;
  margin: 0 auto;
  display: table;
  padding: 12px 22.5px;
  font-size: 13px;
letter-spacing: 1px;
}
.ready .blackwindow {display: none;}
.notready .blackwindow {display: inline-block;}

section{background-position: 50% 50%;
background-repeat: no-repeat;
background-size: cover;
width: 100%;
float: left;
position: relative;}


.client-list {
  display: table;
  margin: 0 auto;
  max-width: 1300px;
}
.client-list > li {
  float: left;
  width: 20%;
}
.client-list > li div{
  padding: 45px;
}
.col {
  float: left;
  width: 33.333%;
}
#whatwedo .col{width: 25%;}
#whatwedo h2 {
  text-align: center;margin: 0 0 45px;
}
#whatwedo .swc{ max-width: 1100px;}
#contact .swc{ max-width: 1100px;}

#contact .center {
    vertical-align: bottom;
}
#contact .col {
  padding: 0 0 90px;
}
#contact p {
  margin: 0;
}
#clients > h2{text-align: center;}
#map-canvas {
    height: 100%;
    margin: 0;
    padding: 0;
    z-index: 1;
        float: left;
    width: 100%;
}
.last{margin: 0;}
#index h1{margin: 0;}
.intro_logo {
  width: 140px;
  display: inline-block;
  float: none;
  margin: 0 0 0 -70px;
  position: absolute;
  bottom: 10%;
  left: 50%;
}

.parallaxParent{overflow: hidden;}
.parracontent {
  position: relative;
  width: 100%;
  z-index: 3;
  float: left;
  height: 100%;
}
.parra_item {
background-position: top center;
background-repeat: no-repeat;
background-size: auto auto;
position: absolute;
width: 100%;
height: 200%;
z-index: 2;
-webkit-transform: translateZ(0);-webkit-backface-visibility: hidden;-webkit-perspective: 1000;
}



#about .swc {padding: 180px 0;}
#index .swc {
  max-width: 750px;
}
#index p {
  letter-spacing: 4px;font-size:11px;text-transform: uppercase;line-height: 22px;
}

.scrdown img {
   width: 45px;
  display: inline-block;
  float: none;
}
.newsletter {
  display: table;
  margin: 0 auto;
  padding: 180px 0;
  text-align: center;
}
.vjs-control-bar{opacity: 0;display:none;}
#big-video-wrap {
  background: black none repeat scroll 0 0;
  height: 100%;
  left: 0;
  overflow: hidden;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1;
}

.item{}

.grid-sizer {width:16.67%;}
.grid_1x1 {width: 16.67%;}
.grid_2x2 {width: 33.34%;}
.grid_1x2 {width: 33.33%;}
/*
.avvepress:hover{
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
}
*/
.avvepress{
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position:relative;
  display: block;
  text-align: center;
  width: 100%;
  height: 100%;
  overflow: hidden;

}
.borderSalut{
  border-left: 2px solid white;
   border-right: 2px solid white;
    border-top: 2px solid white;
     border-bottom: 2px solid white;
     width: 100%;
     height: 100%;
     overflow: hidden;
}
.bl{border-left:none !important;}
.br{border-right:none !important;}
.bt{border-top:none !important;}
.bb{border-bottom:none !important;}

.avvepress:hover, .avvepress:hover .casecontent{
  opacity: 1;
}
.casecontent{
  display: table;
  background-color: rgba(232,229,225,0.8);
  width: 100%;
  height:100%; 
  opacity: 0; 
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
     transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;
}
.casecontent span{display: table-cell;vertical-align: middle;}
.casecontent span p {border: 1px solid white;  color: white;  display: inline; letter-spacing: 1px;  padding: 12px 22.5px;text-transform: uppercase;
  -o-transition: all .3s;
  -ms-transition: all .3s;
  -moz-transition: all .3s;
  -webkit-transition: all .3s;
  transition: all .3s;}
.casecontent span p:hover{color: #8f847b;background-color:rgba(28,28,27,0.5);color: white;opacity: 1;}

#map{overflow: hidden;}
#map-canvas {
  -webkit-transition: all 1.3s ease-in-out;
-moz-transition: all 1.3s ease-in-out;
-ms-transition: all 1.3s ease-in-out;
-o-transition: all 1.3s ease-in-out;
transition: all 1.3s ease-in-out;

-webkit-transform: skewY(20deg);
-moz-transform: skewY(20deg);
-o-transform: skewY(20deg);
transform: skewY(20deg);
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-o-transform: scale(1.1);
transform: scale(1.1);
}
#map-canvas.active{
-webkit-transform: skewX(0deg);
-moz-transform: skewX(0deg);
-o-transform: skewX(0deg);
transform: skewX(0deg);}
-webkit-transform: scale(1);
-moz-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
}


.activebg {
  -webkit-transition: all 1.3s ease-in-out;
-moz-transition: all 1.3s ease-in-out;
-ms-transition: all 1.3s ease-in-out;
-o-transition: all 1.3s ease-in-out;
transition: all 1.3s ease-in-out;
background-color: rgba(0,0,0,0.9) !important;
}


#casecontent{margin: 10% 0;width: 100%;float: left;height: auto;}
#lists{width: 100%;float: left;margin:0;}
#lists li{width: 100%;float: left;margin: 0 0 10%;position: relative;}
.imageinside{
  width: 50%;
  display: table;
  height: 100%;
  float: left;
  background-position: 50% 50%;
background-repeat: no-repeat;
background-size: cover;
}

.centercases{vertical-align: middle;display: table-cell;width: 100%;height:100%;}


.fleft_smallbig .imageinside:nth-child(odd),.fleft_bigsmall .imageinside:nth-child(even)
{width: 20%;height:100%;margin: 0 15%;background-size: 100% auto;background-position: center center;}


.fleft_smallbig img, .fleft_bigsmall img {display: none;}


.fleft_bigcenter .centercases{display: none;}
.fleft_bigcenter .imageinside {
  width: 80%;
  margin: 0 auto;
  float: none;
  height: 100%;
  display: block;
}
.fleft_smallcenter .centercases{display: none;}
.fleft_smallcenter .imageinside {
  width: 50%;
  margin: 0 auto;
  float: none;
  display: table;
}

.fullfull .centercases{display: none;}
.fullfull .imageinside {
  width: 100%;
  display: block;
}

.fullauto .imageinside {
  width: 100%;
  background: none !important;}



.bigcenterauto .imageinside {
  width: 80%;
  background: none !important;
  float: none;
  margin: 0 auto;
}

.hasvideo {
  overflow: hidden;
  width: 80%;
  margin: 0 auto;
  display: table;
  float: none;
}

.hasvideo .centercases{display: table-cell;}
.hasvideo .centercases img {display: none;}
.novideo .casevideo_container{display: none;}
.casevideo_container {
 margin: 0 auto;
}
.casevideo_container video {
  width: 100%;
  height: auto;
  display: inline-block;
  float: left;
}


.fullauto,.bigcenterauto,.videoauto{height:auto !important;}


.desc {
  float: left;
  padding:0;
  width: 50%;
}
.desc h1 {
  height: 45px;
}
.desc h2 {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 5px;
}
.desc h1 img {
  float: left;
  height: 100%;
  width: auto;
}


.desc h1,
.desc h2,
.desc h3,
.desc p{
  padding: 0 20%;
}
.singel_runnnin p{
  font-size: 13px;
  padding: 0 20% 0 0;
}

.client_logo {
  width: auto;
  float: left;
  position: absolute;
  top: 50%;
  height: 45px;
  margin: -22px 0 0 0;
  left: 10%;
}
.right_client_logo{left: inherit;right: 10%;}

#mappin_content{padding: 40px 0px 35px 20px;text-align:center;}


/* ====================================================================================================================
 * Sign up form
 * ====================================================================================================================*/
 #mce-success-response {
  font-size: 12px;
  padding: 45px;
  opacity: 0.5;
}
.newsletter-mailchimp{height: 600px;}
@font-face { 
    font-family: "ionicons"; 
    src: url("assets/img/icons/ionicons.eot?v=1.4.1"); 
    src: url("assets/img/icons/ionicons.eot?v=1.4.1#iefix") format("embedded-opentype"), 
         url("assets/img/icons/ionicons.ttf?v=1.4.1") format("truetype"), 
         url("assets/img/icons/ionicons.woff?v=1.4.1") format("woff"), 
         url("assets/img/icons/ionicons.svg?v=1.4.1#Ionicons") format("svg"); 
    font-weight: normal; 
    font-style: normal;}
.icon { 
    font-family: "ionicons"; 
    speak: none; 
    font-style: normal; 
    font-weight: normal; 
    font-variant: normal; 
    text-transform: none; 
    text-rendering: auto; 
    line-height: 1; 
    -webkit-font-smoothing: antialiased; 
    -moz-osx-font-smoothing: grayscale; 
    display: inline-block; }
input[type="text"],input[type="email"] {      font-weight: 700;}

::-webkit-input-placeholder {  color: rgba(28,28,27,1);}
:-moz-placeholder {    color: rgba(28,28,27,1); }
::-moz-placeholder {   color: rgba(28,28,27,1); }
:-ms-input-placeholder {     color: rgba(28,28,27,1); }

.button {    background-color: rgba(28,28,27,1);    color: #ffffff;}
.button:hover {    background-color: rgba(133,134,138,1);    color: #ffffff;}
.icon.email:before { content: "\f10f"; }
.icon.submit:before { content: "\f16c"; }
#post-subscribe h1 {  font-size: 35px;  margin: 20px 0 0;  text-align: center;}
#subscribe {margin: 15px 0 0;}
input[type="text"],
input[type="email"] {
    background: none;
    outline: none;
    border-radius: 20px 0 0 20px;
    border: none;
    border: 1px solid;   
    font-weight: 300;
    font-size: 14px;
    line-height: 38px;
    width: 200px;
    height: 38px;
    padding: 0 20px;
    -webkit-appearance: none;}
input:focus {outline: 0;}
.button {
  border: medium none;
  border-radius: 50%;
  cursor: pointer;
  font-size: 38px;
  height: 38px;
  left: -23px;
  line-height: 19px;
  outline: medium none;
  padding: 0;
  position: relative;
  text-align: center;
  top: 10px;
    -o-transition-duration: all 0.25s;
  -ms-transition-duration: all 0.25s;
  -moz-transition-duration: all 0.25s;
  -webkit-transition-duration: all 0.25s;
  transition-duration: 0.25s;
  width: 40px;}
#post-subscribe {    display: none;}

@media (max-width: 600px) {
input[type="text"], input[type="email"] {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
  border: 1px solid;
  border-radius: 20px 0 0 20px;
  font-size: 12px;
  font-weight: 300;
  height: 37px;
  line-height: 38px;
  outline: medium none;
  padding: 0 10px;
  width: 118px;
}
.button {
  top: 10px;
}
}

/* ====================================================================================================================
 * FLEXSLIDER
 * ====================================================================================================================*/
/*
.full {height: 100vh;}
.fleft_smallbig,.fleft_bigsmall,.fullfull {height: calc(100vh - 90px)}
.fleft_bigcenter,.fleft_smallcenter {height: calc(100vh - 135px)}
*/
/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/


@media screen and (max-width: 1100px) {
  .desc h2 {
  margin: 22.5px 0 0;
  letter-spacing: 2px;
  float: left;
}
  .col {width: 100%;padding: 0;margin:0 0 45px;}

.grid-sizer {width:33.333%;}
.grid_1x1 {width: 33.333%;}
.grid_2x2 {width: 33.333%;}
.grid_1x2 {width: 33.333%;}
#whatwedo .col {width: 50%;}
#whatwedo {
  height: auto !important;
  padding: 60px 0;
}
#contact {height: auto !important;}
#contact .swc {
  padding: 60px 0 20px;
  background-color: rgba(245,245,245,0.9);
  color: rgba(28,28,27,1);
}

.client-list > li {width: 33.333%;}
}

@media screen and (max-width: 800px) {
  .backtostart{display: none;}
  .desc {
  width: 100%;
}
.client_logo {top: 40%;margin: -15px 0 0 0;height:30px;}
.right_client_logo{top: 60%;}
.desc h1 img {
  float: left;
  height: auto;
  width: 100%;
}
.desc h1 {
  height: auto;
}
.desc h1, .desc h2, .desc h3, .desc p {
  padding: 0 10%;
}
.singel_runnnin {
  padding: 0 10%;
}
.singel_runnnin p {
  font-size: 13px;
  padding: 0;
}
.imageinside {
  background: none !important;
}
.fleft_smallbig img, .fleft_bigsmall img {
  display: block;
}
.fleft_smallcenter .centercases,.fleft_bigcenter .centercases,.fullfull .centercases {
  display: block;
}
.fleft_smallcenter,.fleft_bigcenter,.fleft_smallbig,.fleft_bigsmall,.fullfull{height: auto !important;}

.fleft_smallcenter .imageinside {
  width: 80%;
}
  h2 {
  font-size: 16px;
}
h3 {
  font-size: 13px;
}

p {
  font-size: 1.2rem;
  font-size: 12px;

}
#contact .col {
  padding: 0;
}

#between img {
  width: 100%;
}
.grid-sizer {width:50%;}
.grid_1x1 {width: 50%;}
.grid_2x2 {width: 50%;}
.grid_1x2 {width: 50%;}
#whatwedo .col {width: 100%;}
.client-list > li {width: 50%;}
.client-list > li div {
  padding: 0;
}
.company,.social{display: none;}
.centernav > ul li {
  font-size: 8px;
  margin: 0 10px;
}
#index p {
  letter-spacing: 3px;
  font-size: 8px;
  text-transform: uppercase;
}
.intro_logo {display: none;}
.casecontent span p {
  padding: 10px 10px;
  font-size: 8px;
}

}

@media screen and (max-width: 500px) {
.grid-sizer {width:100%;}
.grid_1x1 {width: 100%;}
.grid_2x2 {width: 100%;}
.grid_1x2 {width: 100%;}


}



