#Container{
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
.webLoader{
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 1000;
  display: flex;header .logoCategory div
  flex-direction: column;
  align-items: center;
  justify-content: center;

  -webkit-perspective: 400px;
  -moz-perspective: 400px;
  -ms-perspective: 400px;
  -o-perspective: 400px;
  perspective: 400px;

  -webkit-transition:all 400ms;
  -moz-transition:all 400ms;		
  -ms-transition:all 400ms;
  -o-transition:all 400ms;
  transition:all 400ms;
}
.webLoader figure{
  position: relative;
  height: 70px;
  width: 90px;
  margin-bottom: 15px;
}
.webLoader figure > img{
  position: absolute;
  width: auto;
  height: auto;
  max-height: 100%;
  max-width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
}
.webLoader small{
  font-size: 12px;
  text-align: center;
}
.webLoader small::after{
  content: "";

  -webkit-animation: loaderEllipsis 3s infinite;
  -moz-animation: loaderEllipsis 3s infinite;
  -ms-animation: loaderEllipsis 3s infinite;
  -o-animation: loaderEllipsis 3s infinite;
  animation: loaderEllipsis 3s infinite;
}

@keyframes loaderEllipsis{
  0%{content:""}
  20%{content:"."}
  40%{content:".."}
  60%{content:"..."}
  80%{content:""}
  100%{content:""}
}
@-webkit-keyframes loaderEllipsis{
  0%{content:""}
  20%{content:"."}
  40%{content:".."}
  60%{content:"..."}
  80%{content:""}
  100%{content:""}
}
@-moz-keyframes loaderEllipsis{
  0%{content:""}
  20%{content:"."}
  40%{content:".."}
  60%{content:"..."}
  80%{content:""}
  100%{content:""}
}

/* ///////////////////////////////// */
/* Global Styles */

.boxedTitle{
  position: absolute;
  display:none;
}
.boxedTitle span{
  position: absolute;
}

.boxedTitle span::before{
  content: "";
  height: 0;
  left: 0;
  position: absolute;
  bottom: -10px;
  width: 0;
}
.boxedTitle span:nth-child(1){
  background: #fff;
  height: 25px;
  z-index: 2;
}
.boxedTitle span:nth-child(1)::before{
  border-top: 10px solid #fff;
  border-left: 60px solid transparent;
  border-right: 60px solid transparent;
}
.boxedTitle span:nth-child(2){
  background: #333;
  height: 26px;
  z-index: 1;
  left: -1px;
}
.boxedTitle span:nth-child(2)::before{
  border-top: 10px solid #333;
  border-left: 61px solid transparent;
  border-right: 61px solid transparent;
}

.boxedTitle strong{
  position: relative;
  z-index: 10;
  width: 100%;
  text-align: center;
  display: block;
  text-transform: uppercase;
  font-size: 0.85em;
  top: 7px;
}

.blockImg{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.blockImg .box{
  width: 31.5%;
  border: 1px solid #ccc;
  margin-top: 25px;
}
.blockImg .box:nth-child(-n+3){
  margin-top: 0;
}
.blockImg .box a{
  display: block;
  height: 100%;
}
.blockImg .box figure{
  height: 240px;
  background: center center;
  background-size: cover;
  overflow: hidden;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.blockImg .box figure img{
  position: absolute;
  max-width: 100%;
  min-height: 100%;
  min-width: 100%;
  left: 0;
  top: 0;

  -webkit-transition:all 200ms;
  -moz-transition:all 200ms;		
  -ms-transition:all 200ms;
  -o-transition:all 200ms;
  transition:all 200ms;
}
.blockImg .box:hover figure img{
  transform: scale(1.2) rotate(5deg);  
}
.blockImg .box .title{
  position: relative;
  height: 45px;
}
.blockImg .box .title h1{}
.blockImg .box .title img{
  position: absolute;
  max-height: 70%;
  left: 0;
  right: 0;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;

  -webkit-transition:all 200ms;
  -moz-transition:all 200ms;		
  -ms-transition:all 200ms;
  -o-transition:all 200ms;
  transition:all 200ms;
}
.blockImg .box .dblLogo img:nth-child(2){
  opacity: 0;
  left: 45px;
}

.blockImg .box:hover .dblLogo img:nth-child(1){
  left: -45px;
  opacity: 0
}
.blockImg .box:hover .dblLogo img:nth-child(2){
  left: 0px;
  opacity: 1;
}

.topContentBtn{
  position: absolute;
  right: 0;
  top: 0;
  border: 1px solid #B0B0B0;
  background-color: #e2e2e2;
  padding: 5px 10px;
  border-radius: 4px;
  text-transform: uppercase;
  font-size: 0.8em;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;

  -webkit-transition:all 200ms;
  -moz-transition:all 200ms;		
  -ms-transition:all 200ms;
  -o-transition:all 200ms;
  transition:all 200ms;
}
.topContentBtn:hover{
  background-color: #fff;
  border-color: #D0D0D0;
}
.topContentBtn i{
  font-size: 1.45em;
  margin-left: 10px;
}


/* ///////////////////////////////// */
/* Social */

.social{
  position: absolute;
  right: 0;
  top: 20px;
  display: flex;
  /*width: 85px;*/
  justify-content: space-between;
}
.social > a{
  width: 25px;
  height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f2f2f2;
  border: 1px solid transparent;
  border-radius: 3px;
  color: #fff;
  margin-right: 3px;

  -webkit-transition:all 200ms;
  -moz-transition:all 200ms;		
  -ms-transition:all 200ms;
  -o-transition:all 200ms;
  transition:all 200ms;
}
.social > a::after{
  font: 1em FontAwesome;

  -webkit-transition:all 200ms;
  -moz-transition:all 200ms;		
  -ms-transition:all 200ms;
  -o-transition:all 200ms;
  transition:all 200ms;
}
.social .facebook{background-color: #134ec5}
.social .facebook::after{content: '\f09a'}
.social .facebook:hover{
  background-color: #fff;
  border-color: #134ec5;
}
.social .facebook:hover::after{color: #134ec5}

.social .linkedin{background-color: #1187a5}
.social .linkedin:after{content: '\f0e1'}
.social .linkedin:hover{
  background-color: #fff;
  border-color: #1187a5;
}
.social .linkedin:hover::after{color: #1187a5}

.social .instagram{background-color: #cf2f63}
.social .instagram::after{content: '\f16d'}
.social .instagram:hover{
  background-color: #fff;
  border-color: #cf2f63;
}
.social .instagram:hover::after{color: #cf2f63}


/* ///////////////////////////////// */
/* Nav */

@media(min-width:601px){
  nav{
    position: absolute;
    right: 90px;
    top: 20px;
  }
  nav .wrapper{}
  nav .wrapper > ul{
    display: flex;
  }
  nav .wrapper > ul > li{
    margin-left: 5px;
  }
  nav .wrapper > ul > li a{
    padding: 5.5px 10px;
    background-color: #e2e2e2;
    display: block;
    color: #333;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 0.75em;
    border-radius: 3px;
    border: 1px solid #B0B0B0;

    -webkit-transition:all 200ms;
    -moz-transition:all 200ms;		
    -ms-transition:all 200ms;
    -o-transition:all 200ms;
    transition:all 200ms;
  }
  nav .wrapper > ul > li a:hover{
    background-color: #fff;
    border-color: #D0D0D0;
  }
}


/* ///////////////////////////////// */
/* Header */

header{
  height: 180px;
  border-bottom: 1px solid #333;
}

header .navBars{
  display: none;
}
header .navBars i{}

header .logoP{
  position: absolute;
  width: 300px;
  height: 160px;
  top: 20px;
  left: 0px;
  cursor: pointer;
}
header .logoP figure{
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
header .logoP figure img{
  width: auto;
  position: absolute;
  bottom: 0;
  max-height: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
}

header .logoBrand{
  position: absolute;
  top: 80px;
  left: 325px;
  height: 85px;
  width: 140px;
}
header .logoBrand figure{
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-end;
}
header .logoBrand figure img{
  width: 100%;
  height: auto;
}

header .logoCategory{
  position: absolute;
  top: 115px;
  right: 0;
  height: 55px;
  display: flex;
  justify-content: flex-end;
  z-index: 10;
}
header .logoCategory div{
  position: relative;
  width: 15%;
}
header .logoCategory div > ul{
  position: absolute;
  top: 100%;
  margin-top: 10px;
  border-left: 1px solid #999;
  border-right: 1px solid #999;

  /*Out*/
  opacity: 0;
  right: 20px;
  visibility: hidden;

  -webkit-transition:all 200ms;
  -moz-transition:all 200ms;		
  -ms-transition:all 200ms;
  -o-transition:all 200ms;
  transition:all 200ms;
}
header .logoCategory div > ul::before{
  content: '';
  height: 10px;
  bottom: 100%;
  width: 100%;
  display: block;
  position: absolute;
}
header .logoCategory div:hover > ul{
  opacity: 1;
  right: 0px;
  visibility: visible;
}
header .logoCategory div > ul > li{
  text-transform: lowercase;
}
header .logoCategory div > ul > li a:first-letter{
  text-transform: uppercase;
}
header .logoCategory div > ul > li a{
  text-align: right;
  display: block;
  background-color: #f1f1f1;
  color: #777;
  padding: 5px 10px;
  border-bottom: 1px solid #999;
  white-space: nowrap;
}
header .logoCategory div > ul > li:hover > a{
  background-color: #898989;
  color: #fff;
}
header .logoCategory div > a{
  display: block;
  height: 100%;
  max-height: 100%;
  margin-left: 20px;
}



header .subNav{
  position: relative;  
}
header .subNav > ul{
  position: relative;  
  overflow: hidden;
  height: 0px;
  background-color: #999;
}
header .subNav:hover > ul{
  opacity: 1;
  height: auto;
}
header .subNav > ul > li{}
header .logoCategory .subNav > ul > li > a{
  color: #fff;
  background-color: #999;
  border-bottom: 1px solid #898989;
  
  -webkit-transition:all 200ms;
  -moz-transition:all 200ms;		
  -ms-transition:all 200ms;
  -o-transition:all 200ms;
  transition:all 200ms;
}
header .subNav > ul > li:hover > a{
  background-color: #666;
  color: #fff;
}



aside .subNav{
  position: relative;  
}
aside .subNav > ul{
  position: relative;  
  overflow: hidden;
  height: 0px;
  background-color: #C9C9C9;
}
aside .subNav:hover > ul{
  opacity: 1;
  height: auto;
}
aside .subNav > ul > li{}
.logoCategory .subNav > ul > li > a{
  color: #fff;
  background-color: #999;
  border-bottom: 1px solid #898989;
  
  -webkit-transition:all 200ms;
  -moz-transition:all 200ms;		
  -ms-transition:all 200ms;
  -o-transition:all 200ms;
  transition:all 200ms;
}
aside .subNav > ul > li:hover > a{
  background-color: #666;
  color: #fff;
}


header .logoCategory figure{
  height: 100%;
}
header .logoCategory figure img{
  width: auto;
  max-height: 100%;
  opacity: 0.6;

  -webkit-transition:all 200ms;
  -moz-transition:all 200ms;		
  -ms-transition:all 200ms;
  -o-transition:all 200ms;
  transition:all 200ms;
}
header .logoCategory div:hover > a figure img{
  opacity: 1;
  transform: scale(1.15);
}
header .logoCategory .tork figure img{width: 60px;margin-bottom: -2px;}
header .logoCategory .flux figure img{width: 60px;}
header .logoCategory .vitrox figure img{width: 75px;}
header .logoCategory .topDk figure img{width: 72px;}
header .logoCategory .topDeko figure img{width: 55px;}
header .logoCategory .tkPisos figure img{width: 67px;}
header .logoCategory .topCuisine figure img{width: 85px;}
header .logoCategory .dekora figure img{width: 81px;}
header .logoCategory .topEpp figure img{width: 66px;margin-bottom: -2px;}

header .search{
  position: absolute;
  right: 0px;
  top: 70px;
  border: 1px solid #999;
  background-color: #f2f2f2;
  border-radius: 3px;
}
header .search select{
  border: none;
  background-color: transparent;
  padding: 8px 10px;
  width: 365px;
  font-size: 0.9em;
  padding-right: 40px;
  border-radius: 3px;

  -webkit-transition:all 200ms;
  -moz-transition:all 200ms;		
  -ms-transition:all 200ms;
  -o-transition:all 200ms;
  transition:all 200ms;
}
header .search input:focus{
  box-shadow: 0px 0px 5px #ff9e4b;
  background-color: #fff;
}
header .search i{
  width: 32px;
  background-color: #D1D1D1;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0 3px 3px 0;
  cursor: pointer;

  -webkit-transition:all 200ms;
  -moz-transition:all 200ms;		
  -ms-transition:all 200ms;
  -o-transition:all 200ms;
  transition:all 200ms;
}
header .search input:focus + i{
  background-color: #787878;
  color: #fff;
}
.select2-selection{
  border: none !important;
}
.select2-results__group{
  font-size: 18px;
}
.select2-results__options--nested li,
.select2-selection__rendered{
  text-transform: lowercase;
}
.select2-results__options--nested li:first-letter,
.select2-selection__rendered:first-letter{
  text-transform: uppercase;
}

header .headerMsg{
  position: absolute;
  right: 0;
  top: 130px;
  display: none;
}
header .headerMsg h3{
  margin: 0;
  font-weight: normal;
  font-size: 1em;
}


/* ///////////////////////////////// */
/* Content */

#Content{
  display: flex;
  justify-content: space-between;
  margin-top: 45px;
  padding-bottom: 40px;
  border-bottom: 1px solid #333;
  margin-bottom: 60px;
}

main{
  width: 100%;
}
main .wrapper{}
#homeCategories.blockImg .box:nth-child(5) .title img,
#homeCategories.blockImg .box:nth-child(6) .title img,
#homeCategories.blockImg .box:nth-child(7) .title img{
  max-height: 92%;
}
#homeCategories.blockImg .box:nth-child(9) .title img{
  max-height: 90%;
}

aside{
  position: relative;
  width: 18%;
  display:none;
}
aside .boxedTitle{
  width: 120px;
  top: -45px;
  left: 50%;

  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

aside .boxedTitle span:nth-child(1){
  width: 120px;
}
aside .boxedTitle span:nth-child(1)::before{
  border-left: 60px solid transparent;
  border-right: 60px solid transparent;
}
aside .boxedTitle span:nth-child(2){
  width: 122px;
}
aside .boxedTitle span:nth-child(2)::before{
  border-left: 61px solid transparent;
  border-right: 61px solid transparent;
}

aside > ul{margin-top: 10px;}
aside ul li{
  position: relative;
  border-bottom: 1px solid #d4d4d4;
  text-transform: lowercase;
}
aside ul li a:first-letter{
  text-transform: uppercase;
}
aside ul li a::after{
  content: '';
  position: absolute;
  width: 0;
  height: 100%;
  background-color: #e9e9e9;
  top: 0;
  left: 0;
  z-index: -1;

  -webkit-transition:all 200ms;
  -moz-transition:all 200ms;		
  -ms-transition:all 200ms;
  -o-transition:all 200ms;
  transition:all 200ms;
}
aside ul li a:hover::after{
  width: 100%;
}
aside ul li:last-child{
  margin-bottom: 0;  
  border-bottom: none;
}
aside ul li:last-child{padding-bottom: 0;}
aside ul li a{
  position: relative;
  font-size: 1em;
  color: #666;
  display: block;
  padding: 5px 0;
  z-index: 2;

  -webkit-transition:all 200ms;
  -moz-transition:all 200ms;		
  -ms-transition:all 200ms;
  -o-transition:all 200ms;
  transition:all 200ms;
}
aside ul li:hover a{
  padding-left: 10px;
  color: #000;
}
aside ul li:hover{
  border-left: 2px solid #999;
}

#relatedBox{
  margin-top: 30px;
}
#relatedBox h2{
  font-size: 0.95em;
  text-transform: uppercase;
  margin-bottom: 20px;

}
#relatedBox figure{
  width: 100%;
  border: 1px solid red;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 180px;
  margin-bottom: -1px;
  cursor: pointer;
}
#relatedBox figure img{
  width: auto;
  height: auto;
  max-width: 90%;
  max-height: 90%;
}


/* ///////////////////////////////// */
/* Footer */

footer{

}
footer .clients{
  position: relative;
}

footer .clients .boxedTitle{
  width: 160px;
  top: -60px;
  left: 30px;
}
footer .clients .boxedTitle span:nth-child(1){
  width: 160px;
}
footer .clients .boxedTitle span:nth-child(1)::before{
  border-left: 80px solid transparent;
  border-right: 80px solid transparent;
}
footer .clients .boxedTitle span:nth-child(2){
  width: 162px;
}
footer .clients .boxedTitle span:nth-child(2)::before{
  border-left: 81px solid transparent;
  border-right: 81px solid transparent;
}

footer .clients .wrapper{
  overflow: hidden;
}
footer .clients .wrapper ul{
  position: relative;
  display: flex;
}
footer .clients .wrapper ul li{}
footer .clients .wrapper ul li a{
  display: block;
  height: 100%;
  width: 145px;
  background-color: #fff;
  border: 1px solid #ccc;
}
footer .clients .wrapper ul li a figure{
  display: flex;
  height: 100%;
  width: 100%;
  justify-content: center;
  align-items: center;
  min-height: 90px;
}
footer .clients .wrapper ul li a figure img{
  max-height: 90%;
  max-width: 95%;
}

footer .contact{
  width: 100%;
  background-color: #E6E6E6;
  margin-top: 40px;
  padding: 30px 30px;
}
footer .contact div p{
  text-align: center;
  margin-bottom: 7px;
}
footer .contact div p strong{}
footer .contact small{
  text-align: center;
  display: block;
  color: #999;
}

/* ///////////////////////////////// */
/* Contents */

#quotationList{
  position: relative;
}

/* ///////////////////////////////// */
/* Price Form */

/* Show class */

#quotationForm.show{
  opacity: 1;
  visibility: visible;
  background-color: rgba(0,0,0,0.8);
}
#quotationForm.show .wrapper{
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}


#quotationForm{
  position: fixed;
  z-index: 100;
  width: 100%;
  height: 100%;
  top: 0;

  opacity: 0;
  visibility: hidden;

  -webkit-transition:all 200ms;
  -moz-transition:all 200ms;		
  -ms-transition:all 200ms;
  -o-transition:all 200ms;
  transition:all 200ms;
}
#quotationForm .formBlock{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
#quotationForm .wrapper{
  position: relative;
  background-color: rgba(0,0,0,0.7);
  padding: 15px 25px 20px 25px;
  max-width: 800px;

  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);

  -webkit-transition:all 200ms;
  -moz-transition:all 200ms;		
  -ms-transition:all 200ms;
  -o-transition:all 200ms;
  transition:all 200ms;
}
#quotationForm .wrapper .close{
  border: none;
  width: 25px;
  height: 25px;
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 25px;
  color: #fff;
  background-color: transparent;
  padding: 0;
  cursor: pointer;
}
#quotationForm .wrapper .close i{}
#quotationForm .wrapper > h1{
  color: #fff;
  font-size: 1.5em;
  padding: 0;
}
#quotationForm .wrapper > p{
  font-size: 1em;
  color: #fff;
  margin: 10px 0 15px 0;
}
#quotationForm .wrapper form{
  background-color: #d58c06;
  padding: 15px 20px 15px 20px;
  display: flex;
  flex-direction: column;
}
#quotationForm .wrapper form fieldset{
  border: none;
  padding: 0;
  align-items: center;
  margin-bottom: 10px;
  position: relative;
}
#quotationForm .wrapper form fieldset:last-of-type{
  align-items: flex-start;
}
#quotationForm .wrapper form fieldset:last-of-type label{
  margin-top: 5px;
}
#quotationForm .wrapper form fieldset label.error{
  position: relative;
  width: 100%;
  top: 100%;
  right: 0;
  margin: 0;
  padding: 0;
  color: #b91111;
  margin-top: 5px;
}
#quotationForm .wrapper form fieldset label{
  color: #fff;
  width: 22%;
  padding-right: 22px;
  float: left;
  text-align: right;
}
#quotationForm .wrapper form fieldset input,
#quotationForm .wrapper form fieldset textarea{
  padding: 5px 10px 5px;
  border: none;
  width: 78%;
  float: left;
}
#quotationForm .wrapper form fieldset textarea{
  resize: none;
  height: 140px;
}
#quotationForm .wrapper form input[type="submit"]{
  align-self: flex-end;
  padding: 7px 15px;
  border: none;
  background-color: #484848;
  color: #fff;
  text-transform: uppercase;
  cursor: pointer;
}


/* ///////////////////////////////// */
/* Product Boxes */

.boxImgInfo{}
.boxImgInfo ul{
  display: flex;
  flex-wrap: wrap;
}
.boxImgInfo ul::after{
  content: '';
  display: block;
  clear: both;
}
.boxImgInfo ul li{
  width: 30%;
  float: left;
  position: relative;
  margin-top: 5%
}
.boxImgInfo ul li:nth-child(-n+3){
  margin-top: 0;
}
.boxImgInfo ul li:nth-child(3n+2){
  margin-left: 5%;
  margin-right: 5%;
}
.boxImgInfo ul li button{
  position: absolute;
  right: 2px;
  top: 6px;
  border: none;
  background: transparent;
  font-size: 22px;
  color: #666;
}
.boxImgInfo ul li button i{}
.boxImgInfo ul li > a{
  display: block;
  color: #000;
  text-decoration: none;
}
.boxImgInfo ul li a figure{
  position: relative;
  width: 100%;
  height: 210px;
  border: 2px solid #000;
}
.boxImgInfo ul li a figure img{
  position: absolute;
  max-height: 100%;
  max-width: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.boxImgInfo ul li h2{
  font-size: 16px;
  margin-top: 10px;
  padding: 0;
}
.boxImgInfo ul li span{
  display: block;
  margin-top: 5px;
}
.boxImgInfo ul li span strong{}
.boxImgInfo ul li div{}
.boxImgInfo ul li div p{
  font-size: 0.85em;
  color: #333;
  margin-top: 10px;
}
.boxImgInfo ul li div strong{
  color: #000
}
.boxImgInfo ul li div p a{
  display: inline-block;
  padding: 3px 5px;
  color: blue;
  border: 1px dotted #666;
}


.boxImgInfo2{}
.boxImgInfo2 ul{}
.boxImgInfo2 ul li{
  width: 100%;
  position: relative;
  display: flex;
}
.boxImgInfo2 ul li:nth-child(n+2){
  margin-top: 3%;
}
.boxImgInfo2 ul li button{
  position: absolute;
  right: 2px;
  top: 6px;
  border: none;
  background: transparent;
  font-size: 22px;
  color: #666;
}
.boxImgInfo2 ul li button i{}
.boxImgInfo2 ul li > a{
  display: block;
  color: #000;
  text-decoration: none;
  margin-right: 25px;
  width: 220px;
  height: 200px;
  min-width: 150px;
}
.boxImgInfo2 ul li a figure{
  position: relative;
  width: 100%;
  height: 100%;
  border: 2px solid #000;
}
.boxImgInfo2 ul li a figure img{
  position: absolute;
  max-height: 100%;
  max-width: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.boxImgInfo2 ul li h2{
  font-size: 18px;
}
.boxImgInfo2 ul li span{
  display: block;
  margin-top: 5px;
}
.boxImgInfo2 ul li span strong{}
.boxImgInfo2 ul li div{}
.boxImgInfo2 ul li div p{
  font-size: 0.85em;
  color: #333;
  margin-top: 10px;
}
.boxImgInfo2 ul li div strong{
  color: #000;
}
.boxImgInfo2 ul li div p a{
  display: inline-block;
  padding: 3px 5px;
  color: blue;
  border: 1px dotted #666;
}

/* Details Block */

#details{}
#detailsBlock{
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

#detailGallery{
  width: 44%;
}
#detailGallery .bigImage{
  position: relative;
  height: 330px;
  border: 1px solid #000;

}
#detailGallery .bigImage .actions{
  position: absolute;
  right: 10px;
  top: 10px;
  display: flex;
  z-index: 1;
}
#detailGallery .bigImage .actions li{}
#detailGallery .bigImage .actions li a{
  font-size: 1.5em;
  color: #666;
  padding: 5px;
  cursor: pointer;
}
#detailGallery .bigImage .actions li a i{}
#detailGallery .bigImage figure{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;

}
#detailGallery .bigImage figure img{
  max-width: 100%;
  max-height: 100%;
}

#detailGallery .thumbnails{
  border: 1px solid #000;
  border-top-width: 0;
}
#detailGallery .thumbnails ul{
  position: relative;
}
#detailGallery .thumbnails ul::after{
  content: '';
  display: block;
  clear: both;
}
#detailGallery .thumbnails ul li{
  position: relative;
  width: 33.3%;
  float: left;
  height: 130px;
  border-right: 1px solid #000;
  cursor: pointer;
}
#detailGallery .thumbnails ul li:last-child{
  border: none;
}
#detailGallery .thumbnails ul li figure{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#detailGallery .thumbnails ul li figure img{
  width: auto;
  height: auto;
  max-height: 90%;
  max-width: 95%;

  -webkit-transition:all 200ms;
  -moz-transition:all 200ms;		
  -ms-transition:all 200ms;
  -o-transition:all 200ms;
  transition:all 200ms;
}
#detailGallery .thumbnails ul li:hover  figure img{
  opacity: 0.7;

  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
}
#detailGallery .slick-arrow{
  padding: 2px 1px 1px 1px;
  height: 25px;
  width: 25px;
  z-index: 10;
}
#detailGallery .slick-prev{
  left: -13px;
}
#detailGallery .slick-next{
  right: -13px;
}

#infoBlock{
  width: 52%;
}
#infoBlock::after{
  content: '';
  display: block;
  clear: both;
}
#infoBlock h1{
  text-transform: uppercase;
  margin-bottom: 0.6em;
}
#infoBlock p{
  color: #666;
  margin-bottom: 0.8em;
}
#infoBlock h3{
  color: #555;
  margin-bottom: 0.7em;
}

#detailsFiles{
  display: flex;
}
#detailsFiles li{
  width: 100%;
  padding: 10px 10px;
  border: 1px solid #999;
  border-radius: 4px;
  margin-left: 10px;
  position: relative;
  height: 40px;

  -webkit-transition:all 200ms;
  -moz-transition:all 200ms;		
  -ms-transition:all 200ms;
  -o-transition:all 200ms;
  transition:all 200ms;
}
#detailsFiles li:hover{
  background-color: #e7e7e7;
}
#detailsFiles li:first-child{
  margin-left: 0;
}
#detailsFiles li a{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #333;
}
#detailsFiles li a::after{
  content: '\f1c1';
  font: 1em FontAwesome;
  margin-left: 8px;
  color: #b70707;
}

#infoBlock > button{
  display: block;
  width: 100%;
  margin-top: 15px;
  border-radius: 4px;
  border: 1px solid #999;
  background-color: transparent;
  padding: 10px 0;
  cursor: pointer;
  font-size: 1.6em;
  color: #000;

  -webkit-transition:all 200ms;
  -moz-transition:all 200ms;		
  -ms-transition:all 200ms;
  -o-transition:all 200ms;
  transition:all 200ms;
}
#infoBlock > button:hover{
  background-color: #e7e7e7;
}
#infoBlock > button i{
  color: #666;
  margin-right: 10px;
}

#detailTabs{
  margin-top: 40px;
}
#detailTabs > ul{
  display: flex;
}
#detailTabs > ul li{
  padding: 12px 20px;
  background-color: #ccc;
  text-transform: uppercase;
  margin-right: 10px;
  color: #fff;
  cursor: pointer;

  -webkit-transition:all 200ms;
  -moz-transition:all 200ms;		
  -ms-transition:all 200ms;
  -o-transition:all 200ms;
  transition:all 200ms;
}
#detailTabs > ul li:not(.selected):hover{
  background-color: #999;
}
#detailTabs > ul li.selected{
  background-color: #fff;
  border: 1px solid #999;
  border-bottom: 0;
  top: 1px;
  position: relative;
  color: #000;
}

#detailTabsContent{
  padding: 25px 30px;
  border: 1px solid #999;
}
#detailTabsContent > div{}
#detailTabsContent > div p{
  font-size: 1.05em;
  line-height: 1.5em;
  color: #555;
}

/* Projects */

#project{}
#projectsSlider{}
#projectsSlider ul:not(.slick-dots){
  border: 1px solid #999;
}
#projectsSlider ul li{}
#projectsSlider ul li figure{
  height: 360px;
}
#projectsSlider ul li figure img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#projectsSlider ul li p{
  text-align: center;
  padding: 15px 20px;
  color: #555;
}

.projectsClients{}
.projectsClients ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.projectsClients ul li{
  width: 12%;
  height: 75px;
  border: 1px solid #ccc;
  margin-bottom: 6px;
}
.projectsClients ul li figure{
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.projectsClients ul li figure img{
  width: 90%;
  object-fit: cover;
}

#projectsSlider .slick-dots{
  position: absolute;
  top: 325px;
  bottom: auto;
}
#projectsSlider .slick-dots li{}
#projectsSlider .slick-dots li button{}
#projectsSlider .slick-dots li button::before {
  font-size: 18px !important;
}
#projectsSlider .slick-dots li.slick-active button::before {
  opacity: .75 !important;
  color: orange !important;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.7);
}


/* Contact */

#contact{}
#contact h3{
  margin-bottom: 20px;
}
#contact form{
  background-color: #d58c06;
  padding: 20px 25px 20px 25px;
  display: flex;
  flex-direction: column;
}
#contact form fieldset{
  border: none;
  padding: 0;
  align-items: center;
  margin-bottom: 15px;
}
#contact form fieldset label.error{
  position: relative;
  width: 100%;
  top: 100%;
  right: 0;
  margin: 0;
  padding: 0;
  color: #b91111;
  margin-top: 5px;
}
#contact form fieldset label{
  color: #fff;
  width: 18%;
  padding-right: 22px;
  float: left;
  text-align: right;
  padding-top: 7px;
}
#contact form fieldset input{
  border: none;
  padding: 0;
  align-items: center;
  margin-bottom: 2px;
}
#contact form fieldset textarea{
  height: 160px;
  resize: none;
}
#contact form fieldset input,
#contact form fieldset textarea{
  padding: 8px 10px 8px;
  border: none;
  width: 82%;
  float: left;
}
#contact form input[type="submit"]{
  align-self: flex-end;
  padding: 10px 20px;
  border: none;
  background-color: #484848;
  color: #fff;
  text-transform: uppercase;
  cursor: pointer;
  margin-top: 10px;
}

#contact .contactInfo{
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
#contact .contactInfo div{}
#contact .contactInfo div:nth-child(1){
  text-align: right;
}
#contact .contactInfo div:nth-child(2){
  width: 1px;
  background-color: #ccc;
  margin: 0 30px;
}
#contact .contactInfo div:nth-child(3){
  text-align: left;
}
#contact .contactInfo div h1{}
#contact .contactInfo div p{
  color: #555;
  margin-bottom: 10px;
}
#contact .contactInfo div p:last-child{
  margin-bottom: 0;
}

/* ///////////////////////////////// */
/* Log Form */
@media(min-width:800px){
  #logBox{
    position: absolute;
    z-index: 100;
    width: 270px;
    background-color: #f1f1f1;    
    right: 148px;
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 15px 20px;

    /* OUT */

    opacity: 0;
    top: 80px;
    visibility: hidden;

    -webkit-transition:all 200ms;
    -moz-transition:all 200ms;		
    -ms-transition:all 200ms;
    -o-transition:all 200ms;
    transition:all 200ms;
  }
  #logBox.show{
    opacity: 1;
    visibility: visible;
    top: 60px;
  }
  #logBox::before{
    content: '';
    position: absolute;
    bottom: 100%;
    width: 0;
    height: 0;
    border-right: 12px solid transparent;
    border-left: 12px solid transparent;
    border-bottom: 8px solid #ccc;
  }
}
#logBox input:not([type="submit"]){
  width: 100%;
  color: #333;
  padding: 8px 10px;
  border: 1px solid #ccc;
  margin-bottom: 7px;

  -webkit-transition:all 200ms;
  -moz-transition:all 200ms;		
  -ms-transition:all 200ms;
  -o-transition:all 200ms;
  transition:all 200ms;
}
#logBox input:not([type="submit"]):focus{
  box-shadow: 0px 0px 2px #ff9e4b;
}
#logBox input[type="submit"]{
  width: 100%;
  padding: 10px 10px;
  border-radius: 4px;
  border: none;
  background-color: #ddd;
  cursor: pointer;

  -webkit-transition:all 200ms;
  -moz-transition:all 200ms;		
  -ms-transition:all 200ms;
  -o-transition:all 200ms;
  transition:all 200ms;
}
#logBox input[type="submit"]:hover{
  background-color: #666;
  color: #fff;
}

#logBox h3{
  text-align: center;
}
#logBox .socialLog{
  display: flex;
  margin-bottom: 20px;
}
#logBox .socialLog > div{
  width: 50%;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
  cursor: pointer;
}
#logBox .socialLog .fb{
  background-color: #1d54a9;
}
#logBox .socialLog .gp{
  background-color: #ea5454;
}

#logForm{}
#logForm form{}

#register,
#logIn{
  width: 100%;
  text-align: right;
  background: transparent;
  border: none;
  margin-top: 15px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 12px;
  cursor: pointer;
}

#registerForm{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 15px 20px;
  background-color: #f1f1f1;
  border-radius: 10px;

  /* OUT */

  opacity: 0;
  visibility: hidden;

  -webkit-transition:all 200ms;
  -moz-transition:all 200ms;		
  -ms-transition:all 200ms;
  -o-transition:all 200ms;
  transition:all 200ms;
}
#registerForm.show{
  opacity: 1;
  visibility: visible;
}
#registerForm form{}
