
@charset "utf-8";

body, html {
	font-family: 'Helvetica' ,'Arial','sans-serif';
	background: #FFF;
  font-size: 12px;

  text-rendering: optimizelegibility;
  
  -webkit-font-smoothing: always;
  -moz-font-smoothing: always;	
  font-smoothing: always;

  -webkit-text-stroke: 1px

    -moz-font-feature-settings: inherit;
    -moz-font-language-override: inherit;
    border: 0 none;
    font-family: inherit;
    font-size: 100%;
    font-size-adjust: inherit;
    font-stretch: inherit;
    font-style: inherit;
    font-variant: inherit;
}

a{text-decoration: none; }

.text { color:#000; }


#main-wrap{
  position: relative;
  transition:all 0.4s ease-out;
  -webkit-transition:all 0.4s ease-out;
  -moz-transition:all 0.4s ease-out;
  -o-transition:all 0.4s ease-out;
  -ms-transition:all 0.4s ease-out;
}

#tabs{
  border-bottom:1px solid #4dcef2;

  position: absolute;
  top:-200px;
  height:200px;
  background: #00b9ed;
  width: 100%;
  display: block;
  transition:top 0.4s ease-out;
  -webkit-transition:top 0.4s ease-out;
  -moz-transition:top 0.4s ease-out;
  -o-transition:top 0.4s ease-out;
  -ms-transition:top 0.4s ease-out;
}

#tabs.active{
  top:0px;
}


.main{width:1140px;margin: 0 auto; }
.mainWidth{width:1140px; }

#header{
  background: #00b9ed;
  color:#FFF;
  height:75px;
  width:100%;
  position: absolute;
  /*top:0px;*/
}

#header.fixed{
  position: fixed;
  top:0px;
  z-index: 999;
}
.navigation{height:75px; }
.navigation a{
  vertical-align: middle;
  color:#FFF;
  display: inline-block;
  padding:27px 100px;
  font-size:16px;
}

.logo{
  text-align: center;
}



.mainPadding{padding:100px 0; }


#info{min-height: 450px; }

h1{color:#00b9ed;font-weight: bold; font-size:45px;text-align: center;max-width: 60%;margin:0 auto 20px; }
h2{color:#787878;font-weight: normal; font-size:18px;text-align: center;max-width: 58%;margin:0 auto 20px; }


#contact{
  width:100%;
  min-height: 500px;
  background: url("https://admin.jvsolutions.eu/data/images/skin/default/contact-bg.jpg") no-repeat center;
  background-size: 100% 100%;
  border-top:1px solid #dcdcdc;
  border-bottom:1px solid #dcdcdc;
}

.form-wrap{
  width:875px;
  margin:0 auto;
  margin-top:100px;
}

.col48{
  width:48%;
}

input , textarea{

  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;

  width:100%;
  display: block;
  margin-bottom:25px;
  border:1px solid #cccccc;
  font-size:16px;
  color:#979797;
  padding:15px;
  border-radius: 3px;

  box-shadow: 0px 1px 0px #FFF;
}

textarea{
  resize:none;
  height: 127px;
}

button.contactBtn{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;

  width:100%;
  display: block;
  margin-bottom:25px;
  font-size:16px;
  text-transform: uppercase;
  font-weight: bold;
  color:#979797;
  padding:13px;
  padding-top:14px;
  margin-top:1px;
  border-radius: 3px;

  background: url("https://admin.jvsolutions.eu/data/images/skin/default/contact-btn-bg.jpg") repeat-x left top;
  background-size: 1px 100%;
  border:1px solid #009dcb;
  color:#FFF;
  text-shadow:0px 1px 2px #00799d;
  box-shadow: 0px 1px 0px #FFF;
  letter-spacing: 1px;

  cursor: hand;
  cursor: pointer;
}

.contactBtn.hidden{
  display: none;
}

.contact-loader.active{
  background: transparent url("https://admin.jvsolutions.eu/data/images/skin/default/contact-loader.gif") no-repeat center center;
  height:45px;
  display: block;
}

input.inline{
  font-style: italic;
}


input.succes{

  background:#f9fff8 url("https://admin.jvsolutions.eu/data/images/skin/default/contact-succes-icon.png") no-repeat right top;
  padding-right: 70px;
  color:#2ebe46;

}

input.error{

  background:#fff0f0 url("https://admin.jvsolutions.eu/data/images/skin/default/contact-fail-icon.png") no-repeat right top;
  padding-right: 70px;
  color:#be2e2e;

}
textarea.succes{background:#f9fff8;color:#2ebe46; }
textarea.error{background: #fff0f0;color:#be2e2e; }


.info-wrap{
  text-align: center;
}


.info-item{
  vertical-align: top;
  display: inline-block;
  width:300px;
  margin:20px;
  height:400px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;

  padding:20px;

}

.form-item{
  transition:all 0.3s ease-out;
  -webkit-transition:all 0.3s ease-out;
  -moz-transition:all 0.3s ease-out;
  -ms-transition:all 0.3s ease-out;
  -o-transition:all 0.3s ease-out;
}


.info-icon-wrap{
  display: inline-block;
  width:64px;
  height: 64px;
  overflow: hidden;
}

.info-title{margin-top:30px;font-weight: bold;font-size:16px; }
.info-descr{margin-top:10px;color:#888888; line-height: 20px;font-size:13px; }



/* SLIDER */

#slider{
  background: #f2f2f2;
  border-top:1px solid #dcdcdc;
  border-bottom:1px solid #dcdcdc;
  padding:50px 0;
}

.slider-item{
  /*margin:0 auto;*/
  float: left;
}

.slider-item-wrap{
  width:100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;

  padding:10px;
  background: #FFF;

}

.slider-content{
  position: absolute;
  bottom:50px;
  background: #03baed;
  color:#FFF;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 75px;
  padding:20px;
  border-top:2px solid #00a1ce;
  border-bottom:2px solid #00a1ce;
}

.slider-content .slider-title a{
  width:30%;
  font-size:30px;
  text-transform: uppercase;
  font-weight: bold;
  float:left;
  color:#FFF;
  /*padding:13px 0;*/
}

.slider-content .slider-descr{
  width:65%;
  color:#FFF;
  float:right;
  text-align: right;
}

.relative-block{
  width:100%;
  height: 100%;
  position: relative;
}

.slider-btn{
  width:60px;
  height: 60px;
  background:url("https://admin.jvsolutions.eu/data/images/skin/default/slider-btns.png") no-repeat left top;
  position: absolute;
  top:50%;
  margin-top:-30px;  
  cursor: pointer;
  cursor: hand;
  display: block;
  z-index: 99;
}

.slider-btn.next{
  background-position: right top;
  right:20px;
}

.slider-btn.prev{
  background-position: left top;
  left:20px;
}


.slider-shadow{
    width:100%;
    height:16px;
    display: block;
    background: url("https://admin.jvsolutions.eu/data/images/skin/default/slider-bottom-shadow.png") no-repeat center center;
}