@charset "UTF-8";
/* CSS Document */

@-ms-viewport{
  width: device-width;
}

body {
  background-color: #444444;
  margin: 0px;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #dcdcdc;
  background-image: url(../images/bk_grey.jpg);
  background-position: top center;
  background-repeat: repeat-x;
  padding: 10px 5px 30px 5px;
}

.map-mobile {
  display: none;
}

#wrapper {
  max-width: 960px;
  min-width: 360px;
  margin: 0 auto;
  text-align: left;
  border-radius: 25px;
  overflow: hidden;
}

#content {
  padding: 25px;
  background-color: #000;
  overflow: auto;
}

.tagline {
  display: block;
  position: absolute;
  top: 60px; right: 30px;
}

#navholder {
  position: absolute;
  top: 131px;
  margin: 0;
  padding: 0;
}

.nav-l, .nav-r {
  display: block;
}

#mainnav {
  margin: 0;
  padding: 0;
  list-style-type: none;
  overflow: auto;
  display: inline-block;
}

#mainnav li a span {
  display: none;
  text-transform: uppercase;
  color: #fff;
}

#mainnav li {
  float: left;
}

#mainnav li a {
  display: block;
  height: 32px;
  text-decoration: none;
  background-position: left;
  background-repeat: no-repeat;
}

#n1 {
  width: 103px;
  background-image: url(../images/nav1_slide.gif);
}

#n2 {
  width: 77px;
  background-image: url(../images/nav2_slide.gif)
}

#n3 {
  width: 63px;
  background-image: url(../images/nav3_slide.gif)
}

#n4 {
  width: 78px;
  background-image: url(../images/nav4_slide.gif)
}

#n5 {
  width: 86px;
  background-image: url(../images/nav5_slide.gif)
}

#mainnav li a:hover {
  background-position: center;
}

#mainnav li a:active {
  background-position: right;
}

#despre #n1,
#servicii #n2,
#deviz #n3,
#cariere #n4,
#contact #n5 {
  background-position: right;
  cursor: default;
}

#col1 {
  width: 33.33%;
  float: left;
  background-image: url(../images/col1_bk.gif);
  background-position: left top;
  background-repeat: no-repeat;
}

#col1 p {
  text-align: justify;
  text-align: left;
  padding: 45px 15px 30px 25px;
}

#col2 {
  width: 33.33%;
  float: left;
  background-image: url(../images/col2_bk.gif);
  background-position: left top;
  background-repeat: no-repeat;
}

#col2 ul {
  text-align: left;
  margin: 45px 15px 30px 0px;
}

#col3 {
  width: 33.33%;
  float: left;
  background-image: url(../images/col3_bk.gif);
  background-position: left top;
  background-repeat: no-repeat;
}

#col3 p {
  text-align: left;
  padding: 45px 15px 30px 25px;
}

#col4 {
  width: 70%;
  float: left;
  background-image: url(../images/corner_light.jpg);
  background-position: left top;
  background-repeat: no-repeat;
}

#col4 p,
#col4 div {
  text-align: left;
  padding: 25px 15px 30px 25px;
}

#col5 {
  width: 30%;
  float: left;
  background-image: url(../images/corner_light.jpg);
  background-position: left top;
  background-repeat: no-repeat;
}

#col5 p {
  text-align: left;
  padding: 25px 15px 30px 25px;
}

.clear {
  clear: both;
  height: 1px;
}

#footer {
  background-image: url(../images/m/footer_bk.gif);
  background-repeat: repeat-x;
  height: 59px;
  clear: both;
}

#secnav {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

#secnav li {
  float: left;
  font-weight: bold;
  color: #000000;
}

#secnav li a {
  font-weight: bold;
  text-decoration: none;
  color: #000000;
}

#secnav li a:hover {
  text-decoration: none;
  color: #d20c02;
}

#wrpb {
  padding-top: 20px;
}

#f-left {
  margin-left: 50px;
  color: #000000;
  float: left;
  width: 500px;
}

#f-right {
  float: right;
  width: 350px;
  display: block;
}

img {
  border-style: none;
}

h1 {
  margin-top: 30px;
  margin-left: 25px;
  color: #d20c02;
  font-size: 17px;
  padding-right: 100px;
}

.redlink {
  text-decoration: none;
  color: #d20c02;
}

.redlink:hover {
  text-decoration: none;
  color: #ffffff;
}

input,
textarea {
  color: #FFFFFF;
  background-color: #666666;
  border-style: none;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

#dev_cr {
  width: 200px;
  float: left;
}

#dev_cl {
  width: 190px;
  float: left;
}

#hlist {
  margin-left: 30px;
}

#servlist {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

#amlink {
  text-decoration: none;
  color: #000;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
}

#amlink:hover {
  text-decoration: none;
  color: #09F;
}

.pg-header {
  background: url(../images/m/header-bg.jpg) 0 0 repeat-x;
  height: 163px;
  position: relative;
}

.pg-header a.logo {
  display: block;
  width: 270px;
  height: 88px;
  position: absolute;
  top: 17px;
  left: 32px;
}

.pg-header a img {}

.pg-image {
  height: 135px;
  position: relative;
}

#home .pg-image {
  background: url(../images/m/img_home.jpg) top right no-repeat;
}

#despre .pg-image {
  background: url(../images/m/img_despre.jpg) top right no-repeat;
}

#servicii .pg-image {
  background: url(../images/m/img_servicii.jpg) top right no-repeat;
}

#cariere .pg-image {
  background: url(../images/m/img_cariere.jpg) top right no-repeat;
}

#contact .pg-image {
  background: url(../images/m/img_contact.jpg) top right no-repeat;
}

#parteneri .pg-image {
  background: url(../images/m/img_parteneri.jpg) top right no-repeat;
}

.pg-slogan {
  width: 324px;
  height: 56px;
  position: absolute;
  top: 50px;
  left: 30px;
}

#home .pg-slogan {
  background: url(../images/m/title_home.png) 0 0 no-repeat;
}

#despre .pg-slogan {
  background: url(../images/m/title_despre.png) 0 0 no-repeat;
}

#servicii .pg-slogan {
  background: url(../images/m/title_servicii.png) 0 0 no-repeat;
}

#cariere .pg-slogan {
  background: url(../images/m/title_cariere.png) 0 0 no-repeat;
}

#contact .pg-slogan {
  background: url(../images/m/title_contact.png) 0 0 no-repeat;
}

#parteneri .pg-slogan {
  background: url(../images/m/title_parteneri.png) 0 0 no-repeat;
}

/* Media queries */
@media only screen and (max-width : 960px) {

  body {
    padding: 10px 5px 30px 5px;
  }

  #f-right {
    display: none;
  }

}

@media only screen and (max-width : 799px) {

  .tagline {
    display: none;
  }

  #col1, #col4 {
    width: 100%;
    float: none;
    overflow: auto;
  }

  #col2, #col3 {
    width: 50%;
    float: left;
    overflow: auto;
  }

  #col5 {
    display: none;
  }

  .map-mobile {
    display: block;
  }

}

@media only screen and (max-width : 640px) {

  .pg-header {
    position: static;
    padding-top: 17px;
    height: 146px;
  }

  .pg-header a.logo {
    position: static;
    margin: 0 auto;
  }

  #navholder {
    position: static;
    padding-top: 26px;
    text-align: center;
  }

  #col2, #col3 {
    width: 100%;
    float: none;
  }

  #f-left {
    font-size: 11px;
    text-align: center;
    float: none;
    margin: 0;
    width: auto;
  }

  .nav-l, .nav-r {
    display: none;
  }

}

@media only screen and (max-width : 380px) {

  body {
    padding: 0px;
  }

  #col4 p, #col4 div {
    padding: 10px 5px 20px 15px;
  }

  .pg-slogan {
    transform: scale(.8);
    left: 10px;
  }

  #mainnav {
    display: block;
    text-align: center;
  }

  #mainnav li {
    display: inline-block;
    width: auto; height: auto;
    float: none;
  }

  #mainnav li a {
    display: inline-block;
    width: auto; height: auto;
    padding: 8px 3px; margin: 0;
    background: none;
  }

  #mainnav li a span {
    display: inline;
  }

  #mainnav li.nav-l, #mainnav li.nav-r {
    display: none;
  }

  #content {
    padding: 10px;
    font-size: 16px;
  }

  h1 {
    padding: 0;
    margin-left: 15px;
  }

}
