/* --------------------------------------------------------------------------------------
+
+   AUTHOR: Plakar Studio
+
-------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------
+
+ BASIC STYLES
+
-------------------------------------------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

/* --------------------------------------------------------------------------------------
+
+ VARIABLES
+
-------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------
+
+ MIXINS
+
-------------------------------------------------------------------------------------- */
/* BOX SIZING */
/* TRANSITION */
/* LINE-HIGH */
/* FIRST CHILD */
/* TRIANGLES */
/* SPRITES */
.icons-sprite, .icons-close, .icons-fb, .icons-go, .icons-pin, .icons-tw {
  background: url('../images/icons-sa1cd24d4e6.png') no-repeat;
}

.icons-close {
  background-position: 0 -135px;
  height: 51px;
  width: 51px;
}

.icons-fb {
  background-position: 0 -30px;
  height: 35px;
  width: 35px;
}

.icons-go {
  background-position: 0 -100px;
  height: 35px;
  width: 35px;
}

.icons-pin {
  background-position: 0 0;
  height: 30px;
  width: 20px;
}

.icons-tw {
  background-position: 0 -65px;
  height: 35px;
  width: 35px;
}

/* BGR IMAGE */
/* CSS3 PIE */
body {
  color: #413f35;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  min-width: 1000px;
  /* mobile Safari fix */
  font-weight: 400;
}

h1, h2, h3, h4, h5 {
  line-height: 1;
}

h2 {
  font-size: 60px;
  color: #fff;
  margin-bottom: 40px;
}

a {
  outline: none;
  /* removing outline in Mozilla */
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  text-decoration: none;
  color: #413f35;
}
a:hover {
  color: #f05e3e;
}

p {
  clear: both;
}

img {
  vertical-align: top;
}

table {
  width: 100%;
}

strong {
  font-weight: bold;
}

.last {
  margin-bottom: 0 !important;
  padding-bottom: 0;
}

.clearfix {
  *zoom: 1;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

::-moz-selection {
  background: #606a71;
  color: white;
  text-shadow: none;
}

::selection {
  background: #606a71;
  color: white;
  text-shadow: none;
}

input,
textarea,
button {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 12px;
}

button:hover,
input[type="submit"]:hover,
label {
  cursor: pointer;
}

textarea {
  margin: 0;
  /* removing margin in Mozilla */
  overflow: auto;
  /* for IE and older browsers */
}

/* align checkboxes, radios, text inputs with their label */
input[type="radio"] {
  vertical-align: text-bottom;
}

input[type="checkbox"] {
  vertical-align: bottom;
  *vertical-align: baseline;
}

input:focus,
textarea:focus,
button:focus {
  outline: none;
}

button::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.float-clear {
  overflow: hidden;
}

.clear {
  clear: both;
}

.hide {
  display: none !important;
}

/* --------------------------------------------------------------------------------------
+
+ LAYOUT
+
-------------------------------------------------------------------------------------- */
.container {
  margin: 0 auto;
  width: 950px;
}

.left {
  float: left;
}

.right {
  float: right;
}

/* --------------------------------------------------------------------------------------
+
+ HEADER
+
-------------------------------------------------------------------------------------- */
header {
  height: 91px;
  line-height: 91px;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 50;
}
header .logo {
  width: 191px;
  height: 57px;
  float: left;
  text-indent: -9999px;
  background: url('../images/logo.png') no-repeat 0 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-top: 20px;
}
header .logo:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
header nav {
  float: right;
}
header nav ul {
  float: left;
  margin-left: 40px;
}
header nav ul li {
  float: left;
}
header nav a {
  cursor: pointer;
}

.main-nav li + li {
  margin-left: 30px;
}

.soc {
  margin-top: 28px;
}
.soc li + li {
  margin-left: 10px;
}
.soc a {
  width: 34px;
  height: 34px;
  display: block;
  line-height: 34px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-background-clip: padding;
  -moz-background-clip: padding;
  background-clip: padding-box;
  text-align: center;
  background-color: #dfdfdf;
}
.soc a:hover {
  background-color: #f05e3e;
  color: #fff;
}

/* --------------------------------------------------------------------------------------
+
+ FOOTER
+
-------------------------------------------------------------------------------------- */
footer {
  height: 75px;
  line-height: 75px;
}
footer small {
  float: left;
  font-size: 14px;
}
footer .soc {
  margin-top: 20px;
  float: right;
}
footer .soc li {
  float: left;
}
footer .soc a {
  text-indent: -9999px;
}

/* --------------------------------------------------------------------------------------
+
+ CONTENT
+
-------------------------------------------------------------------------------------- */
section {
  background-color: #f4f4f4;
  padding: 50px 0 80px 0;
}
section:after {
  display: table;
  content: "";
  clear: both;
}
section .half {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  left: 50%;
  background-repeat: repeat !important;
  z-index: 1;
}
section .container {
  position: relative;
  z-index: 20;
}
section.box {
  height: 624px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-repeat: repeat !important;
  overflow: hidden;
  position: relative;
}
section .bgr {
  position: absolute;
  width: 1400px;
  height: 100%;
  display: block;
  left: 50%;
  margin-left: -700px;
  top: 0;
  z-index: 10;
}
section .container > img {
  position: relative;
  z-index: 100;
}
section .content {
  position: relative;
}

/* SOURCING */
#sourcing {
  padding-top: 80px;
  padding-bottom: 70px;
  width: 100%;
  background-color: blue;
  display: none;
  position: absolute;
  top: 91px;
  z-index: 49;
  background-color: #F2EEDC;
  text-align: center;
}
#sourcing h3 {
  color: #f05e3e;
  margin-bottom: 30px;
  font-size: 30px;
}
#sourcing p {
  margin-bottom: 30px;
}
#sourcing .container {
  width: 810px;
}
#sourcing .icons-close {
  display: inline-block;
  text-indent: -9999px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#sourcing .icons-close:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}

/* ABOUT */
#about {
  padding-top: 200px;
  background: url('../images/transport.gif') no-repeat 0 0;
  background-position: 50% 80px;
  background-color: #f05e3e;
  text-align: center;
  color: #fff;
}
#about .container {
  width: 810px;
}

/* SERVICES */
#services {
  background: url('../images/service-bgr.jpg') no-repeat 0 0;
  background-position: 50% 50%;
  text-align: center;
}
@media (min-width: 1920px) {
  #services {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
}
#services h2 {
  color: #413f35;
}

/* SEA */
#sea {
  background: url('../images/pattern1.jpg') no-repeat 0 0;
  color: #fff;
  padding-top: 149px;
  position: relative;
}
#sea .left {
  width: 470px;
}
#sea p + p {
  margin-top: 30px;
}
#sea .half {
  background: url('../images/pattern1b.jpg') no-repeat 0 0;
}
#sea .bgr {
  background: url('../images/bgr1.jpg') no-repeat 0 0;
}
#sea .container > img {
  position: absolute;
  top: -500px;
  right: 50px;
}

/* TRAIN */
#train {
  background: url('../images/pattern2.jpg') no-repeat 0 0;
  color: #fff;
  padding-top: 250px;
}
#train * {
  color: #413f35 !important;
}
#train .right {
  width: 440px;
}
#train .half {
  background: url('../images/pattern2b.jpg') no-repeat 0 0;
}
#train .bgr {
  background: url('../images/bgr2.jpg') no-repeat 0 0;
}
#train .container > img {
  position: absolute;
  top: -400px;
  left: 285px;
}

/* AIR */
#air {
  background: url('../images/pattern3.jpg') no-repeat 0 0;
  color: #fff;
  padding-top: 225px;
}
#air .left {
  width: 455px;
}
#air .bgr {
  background: url('../images/bgr3.jpg') no-repeat 0 0;
  margin-left: -700px;
}
#air .container > img {
  position: absolute;
  top: -400px;
  right: -200px;
}
#air .container > img.cloud1 {
  position: absolute;
  top: -100px;
  right: 0;
}

/* ROAD */
#road {
  background: url('../images/pattern4.jpg') no-repeat 0 0;
  padding-top: 200px;
}
#road * {
  color: #413f35 !important;
}
#road .right {
  width: 430px;
}
#road .half {
  background: url('../images/pattern4b.jpg') no-repeat 0 0;
}
#road .bgr {
  background: url('../images/bgr4.jpg') no-repeat 0 0;
}
#road .container > img {
  position: absolute;
  top: -300px;
  left: 135px;
}

/* CONTACT */
#contact {
  height: auto;
  padding: 100px 0 70px 0;
  background-color: #F2EEDC;
}
#contact form {
  width: 810px;
}

.home-slider {
  width: 100%;
  height: 265px;
  overflow: hidden;
  z-index: 10;
  background-color: #f05e3e;
}
.home-slider .slide {
  width: 100%;
  height: 265px;
  overflow: hidden;
  display: none;
  color: #fff;
}
.home-slider .container {
  width: 950px;
  margin: 0 auto;
  padding-top: 40px;
  position: relative;
  z-index: 10;
  text-align: center;
}
.home-slider .container h3 {
  font-size: 60px;
  margin-bottom: 20px;
}
.home-slider .container p {
  margin-bottom: 20px;
}
.home-slider .nav {
  position: absolute;
  bottom: 0;
  z-index: 200;
  left: 50%;
  margin-left: -490px;
  width: 980px;
}
.home-slider .nav a {
  width: 27px;
  height: 51px;
  text-indent: -9999px;
  float: left;
  margin-right: 10px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-bottom: 20px;
  margin-top: -160px;
  background: url('../images/nav.png') no-repeat 0 0;
}
.home-slider .nav a#next {
  float: right;
}
.home-slider .nav a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
}
.home-slider .nav a + a {
  background-position: -27px 0;
}
.home-slider .icons-pin {
  display: inline-block;
  text-indent: -9999px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.home-slider .icons-pin:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}

/* --------------------------------------------------------------------------------------
+
+ FORMS
+
-------------------------------------------------------------------------------------- */
form {
  overflow: hidden;
  text-align: center;
}
form input[type="text"],
form textarea {
  vertical-align: middle;
  color: #413f35;
  background-color: #fff;
  padding: 0 15px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  float: left;
  margin-bottom: 40px;
  width: 384px;
  height: 41px;
  line-height: 41px;
  border: 2px solid #e1dfcf;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-background-clip: padding;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
form input[type="text"]:hover, form input[type="text"]:focus,
form textarea:hover,
form textarea:focus {
  border-color: #b5b19e;
}
form input[type="text"].placeholder,
form textarea.placeholder {
  color: #747268;
}
form input + input {
  float: right !important;
}
form textarea {
  width: 100%;
  resize: none !important;
  line-height: 1.5;
  padding: 10px 15px;
  clear: left;
  min-height: 170px;
}
form button {
  clear: both;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-background-clip: padding;
  -moz-background-clip: padding;
  background-clip: padding-box;
  background-color: #f05e3e;
  color: #fff;
  padding: 0 20px;
  height: 40px;
  line-height: 40px;
  border: none;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  outline: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
form button:hover {
  background-color: #df4d2d;
}
