/* --------------------------------------------------------------------------------------
+
+   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
+
-------------------------------------------------------------------------------------- */
/* TRANSITION */
/* LINE-HIGH */
/* TRIANGLES */
/* BGR IMAGE */
/* IMAGE DIMENSIONS */
/* CSS3 PIE */
html {
  background-color: white;
  height: 100%;
  overflow-y: hidden;
  overflow-x: auto;
}

body {
  color: #899199;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  height: 100%;
  overflow-y: hidden;
  overflow-x: auto;
}

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

h1 {
  font-size: 80px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
h1 strong {
  font-weight: 900;
}

.home h2, .offices h2 {
  font-size: 48px;
  font-weight: 100;
  color: #8a919a;
  margin-bottom: 70px;
}
.services-inner h2, .news h2 {
  font-size: 48px;
  margin-bottom: 50px;
  color: #102336;
  font-weight: 900;
  text-transform: uppercase;
  float: left;
}

h3 {
  font-size: 28px;
  margin-bottom: 20px;
  letter-spacing: 0.5px;
}

a {
  outline: none;
  /* removing outline in Mozilla */
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none;
  color: #102336;
}
a:hover {
  color: #4989c9;
}

p {
  margin-bottom: 20px;
  clear: both;
}
p:last-child {
  margin-bottom: 0;
}

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: #102336;
  color: white;
  text-shadow: none;
}

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

input,
textarea,
button {
  font-family: "Raleway", sans-serif;
  font-size: 12px;
  border: none;
}

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: 1000px;
  padding-top: 60px;
  padding-left: 288px;
  padding-right: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 1000px) {
  .container {
    position: relative;
  }
}

.layout {
  position: relative;
}

.left {
  float: left;
}

.right {
  float: right;
}

/* --------------------------------------------------------------------------------------
+
+ BUTTONS
+
-------------------------------------------------------------------------------------- */
.btn {
  height: 38px;
  line-height: 37px;
  text-align: center;
  padding: 0 14px;
  font-size: 16px;
  border: 1px solid #dbe1e9;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  white-space: nowrap;
  display: inline-block;
  -webkit-backface-visibility: hidden;
  color: #5c636b;
}
.btn:hover {
  background-color: #102336;
  border-color: #102336;
  color: #fff;
}
.btn.btn-dark {
  background-color: #102336;
  color: #fff;
  border: none;
  height: 50px;
  line-height: 50px;
}
.btn.btn-dark:hover {
  background-color: #1c3c5d;
}

/* --------------------------------------------------------------------------------------
+
+ SPLASH
+
-------------------------------------------------------------------------------------- */
.splash {
  width: 100%;
  height: 100%;
  background: url('../images/bgr.jpg') no-repeat 0 0;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-color: #00a1ff;
  color: #fff;
  text-align: center;
  display: table;
  border-bottom: 5px solid #00a1ff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.splash .splash-wrap {
  display: table-cell;
  vertical-align: middle;
}
.splash img {
  margin-bottom: 50px;
}
.splash p {
  font-size: 20px;
  width: 520px;
  margin: 0 auto;
}
.splash button {
  background: url('../images/icon-arrow.png') no-repeat 0 0;
  background-position: 50% 50%;
  width: 49px;
  height: 49px;
  display: block;
  -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;
  border: 3px solid #fff;
  position: absolute;
  left: 50%;
  bottom: 55px;
  margin-left: -25.5px;
  text-indent: -9999px;
}

/* --------------------------------------------------------------------------------------
+
+ NAVIGATION
+
-------------------------------------------------------------------------------------- */
aside {
  right: 50%;
  left: 0;
  top: 0;
  bottom: 0;
  margin-right: 280px;
  position: absolute;
  background-color: #102336;
  background: url('../images/bgr-nav.jpg') no-repeat 0 0;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 100;
}
.splash + aside {
  -webkit-transform: translate(-800px, 0);
  -moz-transform: translate(-800px, 0);
  -ms-transform: translate(-800px, 0);
  -o-transform: translate(-800px, 0);
  transform: translate(-800px, 0);
}
.splash + aside.in {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
@media (max-width: 1000px) {
  aside {
    width: 228px;
  }
}
aside .wrap {
  width: 200px;
  padding-left: 20px;
  float: right;
}
aside .logo {
  background: url('../images/logo.png') no-repeat 0 0;
  height: 48px;
  width: 132px;
  text-indent: -9999px;
  display: block;
  margin: 50px 0 70px 0;
}
aside a {
  text-transform: uppercase;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
aside a:hover {
  color: white;
}
aside li + li {
  margin-top: 25px;
}
aside li a {
  line-height: 1;
  padding-bottom: 10px;
  border-bottom: 1px solid #1b3d61;
  position: relative;
}
aside li a:before {
  content: '';
  width: 0;
  height: 1px;
  background-color: #00a1ff;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
aside li a:hover:before {
  width: 100%;
}
aside li.active a:before {
  width: 100%;
}

aside li.current-menu-item a:before {
  width: 100%;
}


aside small {
  position: absolute;
  bottom: 50px;
  font-size: 12px;
  color: #fff;
}

/* --------------------------------------------------------------------------------------
+
+ CONTENT
+
-------------------------------------------------------------------------------------- */
.content {
  padding-bottom: 100px;
  min-width: 1000px;
  *zoom: 1;
  overflow-y: scroll;
  height: 100%;
}
.content:after {
  content: "";
  display: table;
  clear: both;
}
@media (max-width: 1000px) {
  .content {
    position: relative;
  }
}
.content .container {
  *zoom: 1;
  padding-bottom: 150px;
}
.content .container:after {
  content: "";
  display: table;
  clear: both;
}

.home {
  text-align: center;
  display: none;
}
.in + .home {
  display: block;
}
.home section + section {
  margin-top: 90px;
}
.home b {
  width: 90px;
  height: 90px;
  display: block;
  display: inline-block;
  background-color: #00a1ff !important;
  background-position: 50% 50% !important;
  -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;
  margin-bottom: 50px;
}
.home b.icon-tripoli {
  background: url('../images/icon-tripoli.png') no-repeat 0 0;
}
.home b.icon-location {
  background: url('../images/icon-pin.png') no-repeat 0 0;
}

.services {
  background: url('../images/bgr-services.jpg') no-repeat 0 0;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: 100% 50%;
  color: #fff;
  padding-bottom: 0;
}
.services .container {
  padding-top: 150px;
}
.services h2 {
  font-size: 80px;
  text-transform: uppercase;
  font-weight: 900;
  margin-bottom: 40px;
}

.services-inner {
  padding-bottom: 100px;
}
.services-inner .container {
  padding-top: 50px;
}

.collapse {
  clear: both;
}
.collapse h3 {
  font-size: 20px;
  color: #00a1ff;
  cursor: pointer;
  width: 100%;
  border-bottom: 1px solid #dbe1e9;
  height: 55px;
  line-height: 55px;
  margin-bottom: 0;
  position: relative;
}
.collapse h3:before {
  content: '';
  background: url('../images/arrow.png') no-repeat 0 0;
  width: 14px;
  height: 9px;
  float: right;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -5px;
}
.collapse h3.on {
  color: #899199;
}
.collapse h3.on:before {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.collapse div {
  display: none;
  width: 100%;
  padding: 50px 0;
  border-bottom: 1px solid #dbe1e9;
}
.collapse div img {
  margin-bottom: 20px;
}

.offices {
  text-align: center;
}
.offices h3 {
  color: #fff;
  font-weight: 900;
  font-size: 48px;
  text-transform: uppercase;
  text-align: left;
  margin: 50px 0 0 50px;
}
.offices .container {
  text-align: left;
}
.offices section {
  width: 620px;
  height: 264px;
  display: inline-block;
  position: relative;
  overflow: hidden;
  text-align: center;
}
.offices section + section {
  margin-top: 50px;
}
.offices section.benghazi {
  background: url('../images/bgr-benghazi.jpg') no-repeat 0 0;
}
.offices section.misurata {
  background: url('../images/bgr-misurata.jpg') no-repeat 0 0;
}
.offices section span {
  background-color: #ff003c;
  color: #fff;
  font-weight: 800;
  width: 300px;
  height: 60px;
  line-height: 60px;
  display: block;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  right: -97px;
  bottom: 20px;
}

.news {
  background-color: #fdfdfd;
}
.news .container {
  padding-top: 100px;
}

.tabs {
  padding-top: 20px;
}
.tabs > ul {
  float: right;
  margin-right: 40px;
}
.tabs > ul li {
  display: inline-block;
  margin-left: 25px;
}
.tabs > ul li a {
  color: #899199;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
.tabs > ul li.active a {
  color: #102336;
  font-weight: bold;
}

.tabs > ul li.current-menu-item a {
  color: #102336;
  font-weight: bold;
}


article {
  height: 210px;
  width: 100%;
  position: relative;
  margin-bottom: 48px;
  display: block;
  clear: both;
}
article img {
  float: left;
}
article .date {
  position: absolute;
  top: 0;
  left: -60px;
  float: left;
  width: 60px;
  height: 60px;
  display: block;
  padding-top: 12px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #00a1ff;
  color: #fff;
  font-weight: bold;
  font-size: 12px;
  text-align: center;
  text-transform: uppercase;
  line-height: 1;
}
article .date b {
  font-size: 20px;
}
article h4 {
  font-weight: bold;
  color: #102336;
  margin-bottom: 20px;
}
article h3 {
  color: #00a1ff;
  font-size: 20px;
  margin-bottom: 20px;
}
article p {
  margin-bottom: 0;
  line-height: 1.7;
}
article .wrap {
  float: left;
  width: 440px;
  height: 100%;
  border: 1px solid #dbe1e9;
  border-left: none;
  padding: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
}

.news-article img {
  float: none;
}
.news-article .author {
  width: 660px;
  border-left: 1px solid #dbe1e9;
  border-right: 1px solid #dbe1e9;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 30px;
  height: 60px;
  line-height: 60px;
}
.news-article .author dl {
  float: left;
}
.news-article .author dt, .news-article .author dd {
  float: left;
}
.news-article .author dd {
  font-weight: bold;
  color: #102336;
  margin-left: 5px;
}
.news-article .author span {
  float: right;
}
.news-article h3 {
  color: #102336;
  font-size: 28px;
}
.news-article p {
  margin-bottom: 20px;
}
.news-article .wrap {
  width: 660px;
  padding: 50px 30px;
  height: auto;
  border: 1px solid #dbe1e9;
}

.category {
  float: right;
  margin-right: 40px;
  margin-top: 25px;
}

.pagination {
  float: right;
  font-size: 0;
  margin-right: 40px;
}
.pagination li {
  display: inline-block;
  font-size: 16px;
  margin-left: 10px;
}
.pagination a {
  width: 38px;
  height: 38px;
  display: block;
  line-height: 38px;
  border: 1px solid #dbe1e9;
  text-align: center;
  color: #899199;
}
.pagination a:hover, .pagination a.active {
  border-color: #00a1ff;
  font-weight: bold;
  color: #102336;
}

.contact {
  padding: 0;
}
.contact .container {
  padding-top: 0;
  padding-left: 220px;
  padding-bottom: 100px;
}
.contact .container.npb {
  padding-bottom: 0;
}

#map {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
  position: absolute;
  z-index: 0;
}

.info {
  width: 100%;
  overflow: hidden;
  background-color: #fff;
  position: relative;
  right: 0;
  bottom: 0;
  z-index: 20;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.info .container {
  padding: 70px 60px 60px 280px;
}
.info dt {
  color: #00a1ff;
  font-size: 28px;
  font-weight: 900;
}
.info dd {
  font-size: 20px;
}
.info .left dl + dl {
  margin-top: 50px;
}
.info .right dl + dl {
  margin-top: 20px;
}

/* --------------------------------------------------------------------------------------
+
+ FORMS
+
-------------------------------------------------------------------------------------- */
form {
  background-color: #00a1ff;
  background-color: rgba(0, 161, 255, 0.9);
  color: #fff;
  overflow: hidden;
  padding: 160px 60px 60px;
  width: 256px;
  position: relative;
  z-index: 30;
}
form h2 {
  font-size: 40px;
  font-weight: 100;
  margin-bottom: 50px;
}
form input[type="text"],
form input[type="email"],
form input[type="password"],
form input[type="url"],
form textarea {
  height: 39px;
  line-height: 39px;
  vertical-align: middle;
  color: #fff;
  background-color: transparent;
  margin-bottom: 10px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  float: right;
  clear: right;
  border-bottom: 1px solid #73c9fd;
}
form input[type="text"]:hover, form input[type="text"]:focus,
form input[type="email"]:hover,
form input[type="email"]:focus,
form input[type="password"]:hover,
form input[type="password"]:focus,
form input[type="url"]:hover,
form input[type="url"]:focus,
form textarea:hover,
form textarea:focus {
  border-color: #fff;
  color: #fff !important;
}
form input[type="email"] {
  margin-bottom: 0;
}
form textarea {
  padding-top: 10px;
  width: 100%;
  resize: none !important;
  line-height: 3.8;
  clear: left;
  min-height: 160px;
  overflow: auto;
  border: none;
  background: url('../images/textarea-bgr.png') no-repeat 0 0;
  background-repeat: repeat;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
form .btn {
  margin-top: 20px;
  background-color: transparent;
  color: #fff;
  padding: 0 25px;
  border-color: #73c9fd;
}

/*
@import "header";
@import "footer";
@import "sidenav";
@import "banners";
@import "slider";
@import "tables";
@import "colorbox";
@import "blocks";
@import "animations";
@import "account";
@import "select";
*/
