@import url("reset.css"); 
@import url("menu.css");
@import url("form.css"); 
/*@import url("responsiveslides.css"); */
@import url(http://fonts.googleapis.com/css?family=Open+Sans:500,600,400,300,200,100);
@import url(http://fonts.googleapis.com/css?family=Montserrat:400,700);

.scroll-nav, .hide {
  display:none;
}

* {
  margin:0;
  padding:0;
}

body {
  text-align:center;
  width:100%;
  font-family: 'Open Sans', sans-serif;
  /*background: url(images/3.png);*/
} 

a {
  text-decoration: none;
  transition: all 0.3s ease 0s;
}
p {
  text-indent: 40px;
}
.col h5 {
  margin-bottom: 28px;
  font-size: 20px;
  font-style: italic;
  font-variant: normal;
  font-weight: normal;
  line-height: 30px;
  color: #fff;
}

.span12 iframe {
  width:100%; 
  height:496px;
  border:none;
  margin:0;
  overflow: hidden;
}

.info {
  display: block;
  margin-bottom: 20px;
  font-style: normal;
  line-height: 20px;
  font-size: 14px;
  color: #a0a0a0;
  font-weight: 200;
}
.info:first-child {
  margin-top: 20px;
}
.info strong{
  line-height: 21px;
  /*color: #fff;*/
  font-weight: 200;
}
.info a {
  color: inherit;
}
.info a:hover {
  text-decoration: underline;
  color: #fff;
}

address{
  display: block;
  margin-bottom: 20px;
  font-weight: 200;
  line-height: 20px;
  font-size: 14px;
  line-height: 20px;
  font-style: normal;
}

address strong{
  line-height: 21px;
  /*color: #fff;*/
  font-weight: 200;
}

/*********************** text Align Classes *********************/

.ta-right {
  text-align:right;
}

.ta-left {
  text-align:left;
}

.ta-center {
  text-align:center;
}

.va-middle {
  vertical-align: middle;
}

.pull-left {
  float:left;
}
.pull-right {
  float: right;
}

.grey-bg {
  background-color:#f4f4f4;
}
.img-bg {
  background: url(../images/10-bg.jpg) no-repeat;
  /*position: absolute;
  top: 0;
  z-index: -1;
  bottom: 0;
  right: 0;
  left: 0;*/
  width:100%;
  height:100%;
  display:table;
  background-size: cover;
  color:#fff;
  padding: 100px 0 0;
}
.img-bg.contact {
  background: url(../images/16-bg.jpg) no-repeat;
  background-size: cover;
    padding: 50px 0 0;
}
.img-bg.products {
  background: url(../images/16-bg.jpg) no-repeat;
  background-size: cover;
  padding: 50px 0 0;
}
.img-bg.phylosofy {
  background: url(../images/9-bg.jpg) no-repeat;
  background-size: cover;
}
.pagewrap-bg:nth-child(even) {
  background-color:#f4f4f4;
}

.padding-bottom {
  padding-bottom:40px;
}
.padding-top {
  padding-top:40px;
}

.border_bottom {
  border-bottom:1px solid #dcdcdc;
  padding-bottom:14px;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}


.btn, .btn:focus {
  margin-top:22px;
  border-radius:5px;
  box-shadow:1px 1px 2px 0px rgba(0, 0, 0, 0.25);
  padding:0px 20px 0 20px;
  height:32px;
  line-height:1.9;
  color: #FFFFFF;
  background-color:#343434;
  display:inline-block;
  cursor:pointer;
}

.btn:hover{
  background-color:#ff7b05;
}

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

#main_header {
  width:100%;
  position:fixed;
  height:60px;
  z-index:9999;
  background-color:rgba(28, 28, 28, 0.5);
}
.navbar_header {
  float: left;
  padding: 20px;
}
.navbar_link {
  text-transform: uppercase;
  color:#fff;
  font-size: 19px;
  line-height: 21px;
}

#lang_bar {
  padding:10px 12px 0 12px; 
  opacity: 0;
  filter: alpha(opacity=0); /* For IE8 and earlier */
}

#lang_bar a {
  font-size:12px;
  color:#666666;
}

#lang_bar a:hover {
  color:#333333;
}

#logo {
  z-index:-1;
  position:fixed;
  left:50%;
  top:60px;
  margin-left:-129px;
}

/************************************************************/

/*********************** Picture Banner *********************/

#banner{
  padding-top:60px;
} 

/************************************************************/

/*****************************full line Header*******************************/

.full_line_header_h2 {
  display: inline-block;
  max-width: 1200px;
  padding:0 5% 30px 5%;
  text-align: center;
  font-size:30px;
  line-height:40px;
  font-weight:300;
}


.full_line_header {
  padding:20px 0;
}

.full_line_header h1 {
  overflow: hidden;
  font-size:60px;
  font-weight:300;
}
.contact h1 {
  margin:0;
  padding:0;
}
.full_line_header  span {
  position: relative;
  display: inline-block;
}
.full_line_header  span:before, .full_line_header  span:after{
    content: '';
    position: absolute;
    top: 55%;
    /*border-bottom: 1px solid #dcdcdc;*/
    width: 1000px; 
    margin: 0 50px;
}
.full_line_header  span:before{
    right: 100%;
}
.full_line_header  span:after{
    left: 100%;
}

.center_text{
  text-align:center;
}


.one_colum_paragraph{
  text-align: left;
  display: inline-block;
  max-width: 1040px;
  padding-left: 25%;
  padding-right: 25%;
  letter-spacing: 1px;
  font-size: 14px;
  line-height: 24px;
  /*color: #646464;*/
  color: #fff;

}

.one_colum_paragraph_small{
  text-align: left;
  display: inline-block;
  width: 1040px;
  padding-left: 5%;
  padding-right: 5%;
  letter-spacing: 1px;
  font-size: 14px;
  line-height: 24px;
  color: #fff;
}

/********************************************/

/*********************** footer *********************/

#footer_wraper{
  padding:10px 10px 10px 10px;
  font-size:13px;
  background: none;
  position: relative;
  bottom: 0;
  margin-top: 140px; 
}
#footer_wraper p, #footer_wraper a{
  color:#fff;
  color: rgba(255,255,255,.8);
}


.header_extra_text:after{ 
  content:" extra-space space";
  white-space: pre;
  color:transparent;
}

.header_extra_text_2:after{ 
  content:" extra-space space space space space";
    white-space: pre;
  color:transparent;
}


/********************************************/

/***************************************** 760 px Design **************************************/



 @media screen and (max-width : 760px) {
 .span12 iframe {
    height:250px;
  }
 
  #first_header:after{ 
    content:" ";
  }

  .header_extra_text:after{ 
    content:" ";
  }

  .header_extra_text_2:after{ 
    content:" ";
  }
 
  /*********************** Header *********************/
  #main_header {
    height:40px;
  }
  
  #lang_bar {
    padding:6px 12px 0 12px;
  }
  
  #logo{
    top:40px;
    margin-left: -75px;
  }
  #logo img{
    width:150px;
    height: auto;
  }
  /*******************************************/

  /*********************** Picture Banner *********************/

  #banner{
    padding-top:40px;
  } 
  
  /*******************************************/

  /*****************************full line Header*******************************/
  .full_line_header h1 {
      font-size:50px;
  }
   .full_line_header {
    padding:12px 0;
  }
  
  .full_line_header  span:before, .full_line_header  span:after {
      margin: 0 30px;
  }

}

  #trans{
    color:transparent;
  }
  .new_line {
    clear:both;
  }

  .full_line_header_h2_new{
    text-align: left;
    width: 1040px;
    font-size: 34px;
    font-weight: 700;
    display: inline-block;
    padding: 0 5% 30px 5%;
  }


/*----------colums system--------------*/

  .pagewrap {
    max-width: 1040px;
    margin: 0 auto;
    padding: 10px 5%;
  }
  .wrapper {
    overflow: hidden;
  }

  /************************************************************************************
  COLUMN
  *************************************************************************************/
  .col {
    padding: 20px 0;
    overflow: hidden;
    text-align: left;
  }
  .contact .col {
    padding: 20px 50px;
  }
  .wrapper.grid1 img{
    float: left;
    padding-top: 20px;
    padding-right: 30px;
    margin-bottom: 25px;
  }

  .col h1 {
    font-size: 26px;
    float: left;
    color: rgba(255,255,255,.8);
    margin-right: 14px;
  }
  .grid2 .col h1 {
    float:none;
  }
  .grid2 .col:hover {
  
  }
  .col h2 {
    float: left;
    font-weight: 200;
    font-size: 26px;
    color: rgba(255,255,255,.8);
  }

  .col h3 {
    font-size: 18px;
    font-weight: 600;
    line-height: 30px;
    color: rgba(255,255,255,.8);
    margin:0px 3.2% 0px 0px;
    padding:0px 1.8% 0px 0px;
  }

  .align_to_left{
    text-align: left;
    max-width: 1040px;
    font-size: 34px;
    padding-bottom: 0;
    font-weight: 700;
  }

  .col p {
    font-size: 15px;
    line-height: 22px;
    color: rgba(255,255,255,.8);
    margin:16px 0px 0px 0px;
    padding: 0px 1.8% 0px 0px;
    text-indent: 0px;
  }

  .paragraph_padding_bottom {
    margin:0px 0px 16px 0px;
  }

  .col img {

  }

  .fullwidth .col {
    float: none;
    margin-left: 0;
  }
  /* grid4 col */
  .grid4 .col {
    width: 19%;
  }
  /* grid3 col */
  .grid3 .col {
    width: 27.6%;
    float: left;
    padding: 20px;
  }
  /* grid2 col */
  .grid2 .col {
    width: 44.8%;
    float: left;
  }
  .products .grid2 .col {
    padding: 20px;
  }
  /* clear col */
  .grid4 .col:nth-of-type(4n+1),
  .grid3 .col:nth-of-type(3n+1),
  .grid2:not(.contact) .col:nth-of-type(2n+1) {
    margin-left: 0;
    clear: left;
  }

/************************************************************************************
MEDIA QUERIES
*************************************************************************************/

@media screen and (max-width: 1050px) {
  .one_colum_paragraph_small{
    text-align: left;
    display: inline-block;
    max-width: 1040px;
    width:auto;
    padding-left: 5%;
    padding-right: 5%;
    letter-spacing: 1px;
    font-size: 14px;
    line-height: 24px;
    color: #646464;
  }

  .full_line_header_h2_new{
    text-align: left;
    width: auto;
    font-size: 34px;
    font-weight: 700;
    display: inline-block;
    padding: 0 5% 30px 5%;
  }

}



/* reset cols to 2-column */
@media screen and (max-width: 1200px) {
  /* grid4 */
  .grid4 .col {
    width: 44.8%;
  }
  .grid4 .col:nth-of-type(3n+1) {
    margin-left: 3.2%;
    clear: none;
  }
  .grid4 .col:nth-of-type(2n+1) {
    margin-left: 0;
    clear: left;
  }

  /* grid3 
  .grid3 .col {
    width: 44.8%;
  }
  .grid3 .col:nth-of-type(3n+1) {
    margin-left: 3.2%;
    clear: none;
  }
  .grid3 .col:nth-of-type(2n+1) {
    margin-left: 0;
    clear: left;
  }*/
}

/* reset cols to fullwidth */
@media screen and (max-width: 760px) {
  /* grid4 */
  .col {
    width: 100% !important;
    margin-left: 0 !important;
    clear: none !important;
  }
  
.wrapper.grid1 img {
    float: none;
}
}.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }