﻿/*
    Frameless 960 grid system
    Frameless			<http://framelessgrid.com/>
    960 Grid System     <http://960.gs/>
    @author             PB
*/
@import url(https://fonts.googleapis.com/css?family=Ubuntu:400,700,400italic,300);
/*
    Margin, padding, and border resets
        except for form elements
*/
body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
th,
td,
article,
aside,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  margin: 0;
  padding: 0;
  border: 0;
}
/*
        Consistency fixes
        adopted from http://necolas.github.com/normalize.css/
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
audio,
canvas,
video {
  display: block;
}
html {
  height: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  min-height: 100%;
  font-size: 100%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
b,
strong {
  font-weight: bold;
}
abbr[title] {
  border-bottom: 1px dotted;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a img,
img {
  -ms-interpolation-mode: bicubic;
  border: 0;
  margin-bottom: 5%;
}
input {
  padding-left: 0px;
}
input,
textarea,
button,
select {
  margin: 0;
  font-size: 100%;
  line-height: normal;
  vertical-align: baseline;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
textarea {
  overflow: auto;
}
::selection {
  background: #feb426;
  color: white;
}
::-moz-selection {
  background: #ad1f06;
  color: white;
}
img::selection {
  background: transparent;
}
img::-moz-selection {
  background: transparent;
}
body {
  -webkit-tap-highlight-color: rgba(173, 31, 6, 0.62);
}
input:focus,
textarea:focus {
  outline: none;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
  outline: 0;
}
* html .clearfix {
  height: 1%;
  overflow: visible;
}
* + html .clearfix {
  min-height: 1%;
}
.clearfix:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  font-size: 0;
}
table {
  border-collapse: collapse;
}
table td,
table th {
  padding: 0;
}
a {
  outline: 0;
  text-decoration: none;
}
figure {
  margin: 0;
}
hr {
  margin-top: 12px;
  margin-bottom: 12px;
  color: #ccc;
  background-color: #ccc;
  height: 1px;
  border: 0;
}
img {
  border: 0;
  outline: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
a {
  background: transparent;
}
a:active,
a:hover {
  outline: 0;
}
ul,
li {
  list-style: none;
}
b,
strong {
  font-weight: 700;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
#bg {
  position: fixed;
  top: 0;
  left: 0;
}
.bgwidth {
  width: 100%;
}
.bgheight {
  height: 100%;
}
.grid {
  width: 960px;
  float: none;
  margin: 0 auto;
}
.full {
  width: 940px;
  margin-left: 10px;
  margin-right: 10px;
  float: none;
}
.half {
  width: 460px;
  margin-left: 10px;
  margin-right: 10px;
  float: left;
}
.middle-half {
  width: 460px;
  margin: 0 auto;
}
.row {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}
.clear {
  clear: both;
}
.clear10 {
  clear: both;
  height: 10px;
}
.clear20 {
  clear: both;
  height: 20px;
}
.clear30 {
  clear: both;
  height: 30px;
}
.clear40 {
  clear: both;
  height: 40px;
}
/* Typography */
.float-left {
  float: left;
}
.float-right {
  float: right;
}
textarea {
  box-shadow: none !important;
  -webkit-appearance: none;
  border-radius: 0;
}
input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none;
}
::-webkit-input-placeholder {
  opacity: 1;
  color: #000000;
  /* white color with alpha = 1 (alpha = opacity varies on a scale of 0 to 1 with decimal values in between) */
}
::-moz-placeholder {
  opacity: 0.8;
  color: #000000;
}
::-moz-placeholder {
  /* Older versions of Firefox */
  opacity: 0.8;
  color: #000000;
  /* alpha property doesn't properly work Firefox */
}
::-ms-input-placeholder {
  color: #000000;
}
::selection {
  background: #8c7959;
  /* WebKit/Blink Browsers */
}
::-moz-selection {
  background: #8c7959;
  /* Gecko Browsers */
}
* html .clearfix {
  height: 1%;
  overflow: visible;
}
* + html .clearfix {
  min-height: 1%;
}
.clearfix:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  font-size: 0;
}
body {
  font-family: 'Ubuntu', sans-serif !important;
  font-size: 14px;
  color: #000;
  position: relative;
  padding: 0;
  margin: 0;
}
html {
  position: relative;
  height: 100%;
}
input {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  padding: 0;
}
select {
  -webkit-border-radius: 0;
  border-radius: 0;
  padding: 0;
}
a {
  text-decoration: none;
  color: #3d3f41;
}
ul {
  margin: 0;
  padding: 0;
}
img {
  border: none;
}
.hidden {
  display: none;
}
.column-4 {
  width: 300px;
}
.column-2 {
  width: 140px;
}
strong {
  font-family: 'Ubuntu', sans-serif;
}
.wrapper h1 {
  font-weight: bold;
  font-size: 22px;
  font-family: 'Ubuntu', sans-serif;
}
.wrapper h2,
.wrapper h3,
.wrapper h4,
.wrapper h5,
.wrapper h6 {
  font-size: 22px;
  font-weight: lighter;
  font-family: 'Ubuntu', sans-serif;
}
.wrapper h1 {
  color: #3c3e41;
}
.wrapper h2 {
  color: #00acdb;
}
.wrapper h3 {
  color: #db218a;
}
header {
  padding: 0px 0 0px 0;
}
header .mobile-top {
  display: none;
}
header .mobile-top .logo {
  width: 300px;
  margin-left: 10px;
  margin-right: 10px;
  float: left;
}
header .mobile-top nav {
  width: 620px;
  margin-left: 10px;
  margin-right: 10px;
  float: right;
  padding-top: 32px;
}
header .mobile-top nav ul {
  text-align: right;
}
header .mobile-top nav ul .titlesLi {
  font-weight: 700;
  font-size: 19px;
  text-transform: uppercase;
  margin-right: 20px;
  display: inline-block;
  position: relative;
  padding-top: 10px;
  width: 175px;
  text-align: center;
}
header .mobile-top nav ul .titlesLi a {
  color: #3d3f41;
  display: block;
}
header .mobile-top nav ul .titlesLi.activeLi:before {
  content: " ";
  height: 6px;
  background: #000;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
header .mobile-top nav ul .titlesLi:before {
  content: " ";
  height: 1px;
  background: #000;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
header .mobile-top nav ul .titlesLi:hover:before,
header .mobile-top nav ul .titlesLi.active:before {
  height: 6px;
}
header .mobile-top nav ul .titlesLi.show-menu {
  display: none;
}
header .mobile-top nav ul .titlesLi .first-holder-m {
  padding-top: 10px;
}
header .mobile-top nav ul .titlesLi .first-holder-m .first-menu {
  display: none;
}
header .mobile-top nav ul .titlesLi .first-holder-m .first-menu.blue {
  background: #00acdb;
}
header .mobile-top nav ul .titlesLi .first-holder-m .first-menu.green {
  background: #F5821F;
}
header .mobile-top nav ul .titlesLi .first-holder-m .first-menu .menu-holder .dropUl .dropLi {
  width: 100%;
  text-align: center;
  float: left;
  font-size: 15px;
  cursor: pointer;
}
header .mobile-top nav ul .titlesLi .first-holder-m .first-menu .menu-holder .dropUl .dropLi:hover,
header .mobile-top nav ul .titlesLi .first-holder-m .first-menu .menu-holder .dropUl .dropLi.active {
  background: #42c1e4;
}
header .mobile-top nav ul .titlesLi .first-holder-m .first-menu .menu-holder .dropUl .dropLi a {
  color: #fff;
  display: block;
  padding: 14px 0;
}
header .mobile-top nav ul .titlesLi .first-holder-m .first-menu.blue .menu-holder .dropUl .dropLi:hover,
header .mobile-top nav ul .titlesLi .first-holder-m .first-menu.blue .menu-holder .dropUl .dropLi.active {
  background: #42c1e4;
}
header .mobile-top nav ul .titlesLi .first-holder-m .first-menu.green .menu-holder .dropUl .dropLi:hover,
header .mobile-top nav ul .titlesLi .first-holder-m .first-menu.green .menu-holder .dropUl .dropLi.active {
  background: #a7cf81;
}
header .desktop-top {
  display: block;
}
header .desktop-top .logo {
  width: 300px;
  margin-left: 10px;
  margin-right: 10px;
  float: left;
}
header .desktop-top nav {
  width: 620px;
  margin-left: 10px;
  margin-right: 10px;
  float: right;
  padding-top: 32px;
}
header .desktop-top nav ul {
  text-align: right;
}
header .desktop-top nav ul li {
  font-weight: 700;
  font-size: 19px;
  text-transform: uppercase;
  margin-right: 20px;
  display: inline-block;
  position: relative;
  padding-top: 10px;
  width: 175px;
  text-align: center;
}
header .desktop-top nav ul li a {
  color: #3b3e41;
  display: block;
  background: url("../images/nav-arrow.png") scroll no-repeat right center;
}
header .desktop-top nav ul li.activeLi:before {
  content: " ";
  height: 6px;
  background: #000;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
header .desktop-top nav ul li:before {
  content: " ";
  height: 1px;
  background: #000;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
header .desktop-top nav ul li:hover:before,
header .desktop-top nav ul li.active:before {
  height: 6px;
}
header .desktop-top nav ul li:hover a,
header .desktop-top nav ul li.active a {
  background: url("../images/nav-arrow-down.png") scroll no-repeat right center;
}
header .desktop-top nav ul li.show-menu {
  display: none;
}
.middle-text {
  font-size: 22px;
  font-weight: 300;
  padding: 60px 0;
  text-align: center;
  line-height: 30px;
}
.left-text {
  font-size: 22px;
  font-weight: 300;
  padding: 60px 0;
  text-align: left;
  line-height: 30px;
}
.first-holder .first-menu {
  display: none;
}
.first-holder .first-menu.blue {
  background: #f47521;
}
.first-holder .first-menu.green {
  background: #F5821F;
}
.first-holder .first-menu .menu-holder ul li {
  float: left;
  padding: 0px 10px 0px 10px;
  font-size: 15px;
  cursor: pointer;
  text-align: center;
}
.first-holder .first-menu .menu-holder ul li:first-child {
  padding-left: 10px;
}
.first-holder .first-menu .menu-holder ul li:hover,
.first-holder .first-menu .menu-holder ul li.active {
  background: #42c1e4;
}
.first-holder .first-menu .menu-holder ul li a {
  color: #fff;
  display: block;
  padding: 14px 0;
}
.first-holder .first-menu.blue .menu-holder ul li {
  border-right: 1px solid #f47521;
}
.first-holder .first-menu.blue .menu-holder ul li:first-child {
  border-left: 1px solid #f47521;
}
.first-holder .first-menu.blue .menu-holder ul li:hover,
.first-holder .first-menu.blue .menu-holder ul li.active {
  background: #dda682;
}
.first-holder .first-menu.green .menu-holder ul li {
  border-right: 1px solid #dda682;
}
.first-holder .first-menu.green .menu-holder ul li:first-child {
  border-left: 1px solid #dda682;
}
.first-holder .first-menu.green .menu-holder ul li:hover,
.first-holder .first-menu.green .menu-holder ul li.active {
  background: #dda682;
}
.second-menu {
  display: block;
}
.second-menu .menu-holder .holder {
  width: 800px;
  margin: 0 auto;
  margin-top: -5px;
}
.second-menu .menu-holder .holder #sync2 {
  margin-right: 10px;
  margin-left: 10px;
  z-index: 999;
  width: 700px;
}
.second-menu .menu-holder .holder #sync2 .item {
  width: 107px;
  font-size: 13px;
  font-weight: 700;
  display: inline-block;
  margin-right: 15px;
  position: relative;
  padding: 20px 25px;
  text-transform: uppercase;
  height: 6% !important;
}
.second-menu .menu-holder .holder #sync2 .item:nth-child(1) {
  width: 124px;
  padding: 20px 15px;
  height: 6%;
}
.second-menu .menu-holder .holder #sync2 .item:hover {
  transition: 300ms;
}
.second-menu .menu-holder .holder #sync2 .item:hover a {
  color: #fff;
}
.second-menu .menu-holder .holder #sync2 .item:before {
  content: " ";
  height: 5px;
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
}
.second-menu .menu-holder .holder #sync2 .item:after {
  content: " ";
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.second-menu.blue .item:hover {
  background: #F47521 !important;
}
.second-menu.blue .item:before {
  background: #F47521;
}
.second-menu.blue .item:after {
  background: #a3a4a6;
}
.second-menu.blue .item.active {
  background: #F47521 !important;
}
.second-menu.blue .item.active a {
  color: #ffffff;
}
.second-menu.blue #sync2 .item:hover {
  background: #F47521;
}
.second-menu.blue #sync2 .item:before {
  background: #F47521 !important;
}
.second-menu.blue #sync2 .item:after {
  background: #a3a4a6;
}
.second-menu.green .item:hover {
  background: #F5821F;
}
.second-menu.green .item:before {
  background: #F5821F;
}
.second-menu.green .item:after {
  background: #a3a4a6;
}
.second-menu.green .item.active {
  background: #F5821F;
}
.second-menu.green .item.active a {
  color: #ffffff;
}
.second-menu.green #sync2 .item:hover {
  background: #F5821F;
}
.second-menu.green #sync2 .item:before {
  background: #F5821F;
}
.second-menu.green #sync2 .item:after {
  background: #a3a4a6;
}
.second-menu.pink .item:hover {
  background: #d80f81;
}
.second-menu.pink .item:before {
  background: #d80f81;
}
.second-menu.pink .item:after {
  background: #a3a4a6;
}
.second-menu.pink .item.active {
  background: #d80f81;
}
.second-menu.pink .item.active a {
  color: #ffffff;
}
.second-menu.pink #sync2 .item:hover {
  background: #d80f81;
}
.second-menu.pink #sync2 .item:before {
  background: #d80f81;
}
.second-menu.pink #sync2 .item:after {
  background: #a3a4a6;
}
.second-menu.orange .item:hover {
  background: #f7901e;
}
.second-menu.orange .item:before {
  background: #f7901e;
}
.second-menu.orange .item:after {
  background: #a3a4a6;
}
.second-menu.orange .item.active {
  background: #f7901e;
}
.second-menu.orange .item.active a {
  color: #ffffff;
}
.second-menu.orange #sync2 .item:hover {
  background: #f7901e;
}
.second-menu.orange #sync2 .item:before {
  background: #f7901e;
}
.second-menu.orange #sync2 .item:after {
  background: #a3a4a6;
}
.banner {
  position: relative;
}
.banner .item img {
  width: 100%;
  display: block;
  height: auto;
}
.banner .item .centralise .img-holder {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.banner .item .centralise .img-holder .hov {
  position: absolute;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.25);
  z-index: 2;
}
.banner .item .centralise .img-holder img {
  height: 100%;
  width: 100%;
  z-index: 1;
}
.banner .item .centralise .caption1 {
  position: absolute;
  top: 10%;
  background: transparent;
  width: 100%;
  color: #fff;
  z-index: 3;
}
.banner .item .centralise .caption1 .info-text {
  width: 800px;
  position: relative;
  margin: 0 auto;
  line-height: 49px;
  text-align: left;
}
.banner .item .centralise .caption1 .info-text .list-text {
  display: block;
  font-size: 42px;
  font-weight: bold;
}
.banner .item .centralise .caption1 .info-text .portfolio-arrow {
  position: absolute;
  right: 0;
  top: 30%;
}
.banner .item .centralise .caption1 .info-text .portfolio-arrow img {
  cursor: pointer;
  float: left;
  width: 50px;
  height: 50px;
}
.banner .item .centralise .caption1 .info-text .portfolio-arrow img.left {
  padding-right: 10px;
}
.banner .item .caption {
  position: absolute;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  padding: 30px 0;
  color: #fff;
}
.banner .item .caption .info-text {
  width: 38%;
  line-height: 57px;
  font-size: 56px;
}
.banner .item .portfolio-caption {
  position: absolute;
  top: 0;
  background: transparent;
  width: 100%;
  padding: 59px 0;
  color: #fff;
  z-index: 3;
}
.banner .item .portfolio-caption .info-text {
  width: 800px;
  margin: 0 auto;
  text-align: left;
  position: relative;
}
.banner .item .portfolio-caption .info-text .list-text {
  line-height: 49px;
  display: block;
  font-size: 42px;
  font-weight: bold;
  /*border-bottom: 1px solid #fff;*/
  padding-bottom: 15px;
}
.banner .item .portfolio-caption .info-text .desc {
  line-height: 26px;
  padding-top: 29px;
  font-size: 19px;
  font-weight: lighter;
}
.banner .item .portfolio-caption .info-text .portfolio-arrow {
  position: absolute;
  right: 0;
  top: 3%;
}
.banner .item .portfolio-caption .info-text .portfolio-arrow img {
  cursor: pointer;
  float: left;
  width: 50px;
  height: 50px;
}
.banner .item .portfolio-caption .info-text .portfolio-arrow img.left {
  padding-right: 10px;
}
a.menu-link {
  background: url(../images/menu-mobile-bg.png) no-repeat 0 0;
  width: 34px;
  height: 30px;
  position: absolute;
  display: none;
  right: 0;
  top: 20px;
  z-index: 40;
}
a.menu-link.active {
  background-image: url(../images/menu-mobile-close.png);
}
a.footer-link {
  background: url(../images/footer-mobile-bg.png) no-repeat 0 0;
  width: 34px;
  height: 30px;
  position: absolute;
  display: none;
  right: 0;
  top: 4px;
  z-index: 40;
}
a.footer-link.active {
  background-image: url(../images/footer-mobile-close.png);
}
.menu-top {
  position: relative;
}
.menu-top .right-menu {
  position: fixed;
  right: 0;
  top: 5px;
  z-index: 100;
  text-transform: uppercase;
  width: 1px;
}
.menu-top .right-menu li {
  cursor: pointer;
  margin-top: 1px;
}
.menu-top .right-menu li:first-child {
  background: #3c3e41 !important;
}
.menu-top .right-menu li:first-child:hover,
.menu-top .right-menu li:first-child.active {
  width: 47px !important;
}
.menu-top .right-menu li.news-room .news-image {
  float: right;
  padding: 8px;
}
.menu-top .right-menu li.news-room .news .text {
  display: block;
  color: transparent;
  padding-left: 15px;
  padding-top: 10px;
  overflow: hidden;
  font-size: 13px;
  -webkit-transition: 1s ease-in-out;
  -moz-transition: 1s ease-in-out;
  -o-transition: 1s ease-in-out;
  transition: 1s ease-in-out;
  transition-duration: 0.1s;
  float: left;
}
.menu-top .right-menu li.news-room:hover {
  width: 150px;
}
.menu-top .right-menu li.news-room:hover .text {
  transition-duration: 1s;
  color: #fff;
}
.menu-top .right-menu li.search {
  height: 41px;
  width: 47px;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  display: block;
  float: right;
  position: relative;
  z-index: 2;
  /*&:hover{
                     width:150px;
                    .search-input{
                        width:379px;
                        transition-duration: 1s;
                        background:#fff;
                        color:#d80f81;
                    }
                }*/
}
.menu-top .right-menu li.search .search-image {
  position: absolute;
  z-index: 3;
  background: #d80f81;
  height: 41px;
  width: 47px;
  right: 0px;
}
.menu-top .right-menu li.search .search-image img {
  padding: 8px;
}
.menu-top .right-menu li.search .search-input {
  background: transparent;
  position: absolute;
  right: 0px;
  z-index: 1;
  height: 41px;
  width: 47px;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  display: block;
}
.menu-top .right-menu li.search .search-input .search-text {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #e0e0e0;
  padding: 11px 0px 9px 19px;
  height: 41px;
  color: #82868d;
  font-size: 11px;
  font-family: 'Ubuntu', sans-serif;
  font-style: italic;
  font-weight: 400;
}
.menu-top .right-menu li.search .search-input .search-text::-webkit-input-placeholder {
  color: #82868d;
  opacity: 1;
}
.menu-top .right-menu li.search .search-input .search-text::-moz-placeholder {
  color: #82868d;
  opacity: 1;
}
.menu-top .right-menu li.search .search-input .search-text::-ms-input-placeholder {
  color: #82868d;
  opacity: 1;
}
.menu-top .right-menu li.active {
  width: 150px;
}
.menu-top .right-menu li.active .text {
  transition-duration: 0.1s;
  color: #fff;
}
.menu-top .right-menu li.active a {
  color: #fff;
}
.menu-top .right-menu li.active a p.text {
  color: #fff !important;
}
/*.first-menu{
    .menu-holder{
        ul{
            li{
                &:first-child{
                    padding-left:0;
                }
                display: block;
                padding: 0 9px;
                text-align: center;
            }
        }
    }
}*/
footer {
  background: #3b3e41;
  padding: 30px 0 10px;
}
footer .footer-part {
  width: 780px;
  margin: 0 auto;
  position: relative;
}
footer .footer-part .menu-part {
  float: left;
}
footer .footer-part .menu-part ul > li {
  font-size: 14px;
  margin-bottom: 25px;
}
footer .footer-part .menu-part ul > li a {
  color: #fff;
}
footer .footer-part .menu-part ul > li span {
  color: #fff;
}
footer .footer-part .menu-part ul > li > ul {
  margin-left: 23px;
  margin-top: 17px;
}
footer .footer-part .menu-part ul > li > ul > li {
  font-size: 14px;
  margin-bottom: 8px;
}
footer .footer-part .menu-part ul > li > ul > li > a {
  color: #afbac4;
}
footer .footer-part .menu-part ul > li > ul > li > ul {
  margin-top: 5px;
}
footer .footer-part .menu-part ul > li > ul > li > ul > li {
  font-size: 14px;
}
footer .footer-part .menu-part ul > li > ul > li > ul > li > a {
  color: #787f85;
}
footer .footer-part .menu-part .social {
  margin-top: 84px;
}
footer .footer-part .menu-part .social ul li {
  margin-bottom: 0;
  display: inline-block;
}
.products {
  background: #f1f4f7;
  position: relative;
  padding-top: 45px;
}
.products .title {
  padding-bottom: 49px;
  text-align: center;
  color: #3b3e41;
  font-weight: bold;
  font-size: 40px;
  width: 100%;
}
.products .product-part {
    text-align: center;
}
.products .product-part .sign-container {
  margin-top: 64px;
  margin-bottom: 55px;
  min-height: 283px;
  width: 220px;
  float: left;
  text-align: center;
  color: #3c3e41;
  font-family: 'Ubuntu', sans-serif;
  font-weight: bold;
  font-size: 40px;
}
.products .product-part .sign-container p {
  text-align: left;
  width: 162px;
  padding-top: 90px;
}
.products .product-part .sign-container .right-arrow {
  background: transparent url("../images/right-arrow.png") no-repeat scroll 0% 30%;
}
.products .product-part .prod-container {
  width: 620px;
  float: none;
  display:inline-block;
}
.products .product-part .prod-container #owl-slide .item {
  margin-top: 64px;
  margin-bottom: 55px;
  width: 300px;
  margin-left: 10px;
  margin-right: 10px;
  float: left;
  background: #ffffff;
}
.products .product-part .prod-container #owl-slide .item.blue {
  border-bottom: solid 8px #00acda;
}
.products .product-part .prod-container #owl-slide .item.yellow {
  border-bottom: solid 8px #febd11;
}
.products .product-part .prod-container #owl-slide .item.green {
  border-bottom: solid 8px #7fb942;
}
.products .product-part .prod-container #owl-slide .item.pink {
  border-bottom: solid 8px #d80f81;
}
.products .product-part .prod-container #owl-slide .item .contents {
  position: relative;
  background: transparent;
  z-index: 0;
  min-height: 283px;
  width: 300px;
}
.products .product-part .prod-container #owl-slide .item .contents .text-container {
  padding-left: 20px;
  padding-top: 45px;
  color: white;
  font-family: 'Ubuntu', sans-serif;
  z-index: 4;
  position: absolute;
}
.products .product-part .prod-container #owl-slide .item .contents .text-container .main-title {
  height: 70px;
}
.products .product-part .prod-container #owl-slide .item .contents .text-container .main-title span {
  font-size: 30px;
}
.products .product-part .prod-container #owl-slide .item .contents .text-container p {
  font-weight: lighter;
  padding-top: 43px;
  font-size: 16px;
  max-width: 204px;
}
.products .product-part .prod-container #owl-slide .item .contents .text-container:hover {
  color: #ffffff;
}
.products .product-part .prod-container #owl-slide .item .contents .hover-img {
  position: absolute;
  z-index: 1;
  display: block;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.products .product-part .prod-container #owl-slide .item .contents .hover-img .container {
  display: table;
  height: 100%;
  width: 100%;
}
.products .product-part .prod-container #owl-slide .item .contents .hover-img .container .img {
  display: block;
}
.products .product-part .prod-container #owl-slide .item .contents .hover-img .container .img .overlay {
  position: absolute;
  z-index: 2;
  bottom: 0;
  background: rgba(54, 47, 46, 0.7);
  width: 100%;
  display: block;
  height: 100%;
}
.products .product-part .prod-container #owl-slide .item .contents .hover-img .container .img .overlay .arrow {
  height: 35px;
  position: absolute;
  z-index: 3;
  bottom: 0;
  width: 100%;
}
.products .product-part .prod-container #owl-slide .item .contents .hover-img .container .img .overlay .arrow .arrow-img {
  background: transparent url("../images/arrow.png") no-repeat;
  left: 5%;
  top: 15px;
  position: absolute;
  display: block;
  width: 20px;
  height: 15px;
  -webkit-transition: 1s ease-in-out;
  -moz-transition: 1s ease-in-out;
  -o-transition: 1s ease-in-out;
  transition: 1s ease-in-out;
  transition-duration: 1s;
}
.products .product-part .prod-container #owl-slide .item .contents .hover-img .container .img .overlay .arrow.blue {
  background: #00acda;
}
.products .product-part .prod-container #owl-slide .item .contents .hover-img .container .img .overlay .arrow.yellow {
  background: #febd11;
}
.products .product-part .prod-container #owl-slide .item .contents .hover-img .container .img .overlay .arrow.green {
  background: #7fb942;
}
.products .product-part .prod-container #owl-slide .item .contents .hover-img .container .img .overlay .arrow.pink {
  background: #d80f81;
}
.products .product-part .prod-container #owl-slide .item .contents:hover .text-container {
  color: #ffffff;
}
.products .product-part .prod-container #owl-slide .item .contents:hover .hover-img {
  width: 100%;
}
.products .product-part .prod-container #owl-slide .item .contents:hover .hover-img .container .img .overlay .arrow .arrow-img {
  left: 85%;
}
.products .prod-arrow {
  position: absolute;
  z-index: 1;
  top: 47%;
  right: 0;
  cursor: pointer;
}
.bci-image {
  position: relative;
  background-image: url('../images/bci1.jpg');
  background-size: 100% 100%;
  padding: 87px 0;
  background-repeat: repeat-y;
  background-attachment: fixed;
  background-position: 50% 82px;
  display: block;
}
.bci-image .overlay {
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.bci-image .box {
  width: 640px;
  margin: 0 auto;
}
.bci-image .box .box-item {
  position: relative;
  float: left;
  margin: 0 12px;
  height: 195px;
  width: 189px;
  border: 1px solid #ffffff;
  background: transparent;
  box-sizing: border-box;
  display: table;
}
.bci-image .box .box-item .box-content {
  color: #ffffff;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding: 0 10px;
}
.bci-image .box .box-item .box-content p {
  font-size: 14px;
}
.bci-image .box .box-item .box-content span {
  font-family: 'Ubuntu', sans-serif;
  font-weight: bold;
  font-size: 36px;
}
.bci-image .box .box-item .box-content .title {
  font-size: 17px;
  font-weight: 500;
  font-family: 'Ubuntu', sans-serif;
}

.bcioi-image {
  position: relative;
  /*background-image: url('../images/bci1.jpg');*/
  background-size: 100% 100%;
  /*padding: 87px 0;*/
  background-repeat: repeat-y;
  background-attachment: fixed;
  background-position: 50% 82px;
  display: block;
}
.bcioi-image .overlayoi {
  background: rgba(255, 255, 255, 255);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.bcioi-image .boxoi {
  width: 640px;
  margin: 0 auto;
}
.bcioi-image .boxoi .boxoi-item {
  position: relative;
  float: left;
  margin: 0 12px;
  height: 195px;
  width: 189px;
  border: 1px solid #c0c0c0;
  background: transparent;
  box-sizing: border-box;
  display: table;
}
.bcioi-image .boxoi .boxoi-item .boxoi-content {
  color: #000000;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding: 0 10px;
}
.bcioi-image .boxoi .boxoi-item .boxoi-content p {
  font-size: 14px;
}
.bcioi-image .boxoi .boxoi-item .boxoi-content span {
  font-family: 'Ubuntu', sans-serif;
  font-weight: bold;
  font-size: 36px;
}
.bcioi-image .boxoi .boxoi-item .boxoi-content .titleoi {
  font-size: 17px;
  font-weight: 500;
  font-family: 'Ubuntu', sans-serif;
}

.news-container {
  background: #f1f4f7;
  padding-top: 45px;
  padding-bottom: 81px;
  border: solid 1px #d9dbde;
}
.news-container .news-title {
  padding-bottom: 49px;
  text-align: center;
  color: #3b3e41;
  font-weight: bold;
  font-size: 40px;
  width: 100%;
}
.news-container .news-item {
  padding-top: 10px;
  width: 460px;
  margin-left: 10px;
  margin-right: 10px;
  float: left;
  height: 424px;
  position: relative;
}
.news-container .news-item img {
  display: table;
  width: 100%;
}
.news-container .news-item .news-content {
  cursor: pointer;
  background: #ffffff;
  width: 380px;
  position: absolute;
  top: 60%;
  left: 8%;
  height: 175px;
}
.news-container .news-item .news-content.blue {
  border-width: 1px 0px 8px;
  border-style: solid;
  border-color: #D4D6D9 #D4D6D9 #00ACDA;
}
.news-container .news-item .news-content.green {
  border-width: 1px 0px 8px;
  border-style: solid;
  border-color: #D4D6D9 #D4D6D9 #7fb942;
}
.news-container .news-item .news-content .border-arrow {
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  width: 0;
  height: 35px;
  overflow: hidden;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.news-container .news-item .news-content .border-arrow.b {
  background: #00ACDA;
}
.news-container .news-item .news-content .border-arrow.g {
  background: #7fb942;
}
.news-container .news-item .news-content .border-arrow .arrow-img {
  background: transparent url("../images/arrow.png") no-repeat;
  left: 5%;
  top: 15px;
  position: absolute;
  display: block;
  width: 20px;
  height: 15px;
  -webkit-transition: 1s ease-in-out;
  -moz-transition: 1s ease-in-out;
  -o-transition: 1s ease-in-out;
  transition: 1s ease-in-out;
  transition-duration: 1s;
}
.news-container .news-item .news-content .description {
  padding: 25px 17px 21px 27px;
  height: 147px;
}
.news-container .news-item .news-content .description .title-news {
  font-size: 25px;
  font-weight: bold;
  color: #3b3e41;
  height: 90px;
  overflow: hidden;
}
.news-container .news-item .news-content .description .news-date {
  font-weight: lighter;
  font-size: 17px;
  color: #3b3e41;
}
.news-container .news-item .news-content:hover .border-arrow {
  width: 100%;
}
.news-container .news-item .news-content:hover .border-arrow .arrow-img {
  left: 85%;
}
.network-container {
  padding-top: 43px;
}
.network-container .network-part .network-text {
  width: 940px;
  margin-left: 10px;
  margin-right: 10px;
  float: left;
  color: #3b3e41;
}
.network-container .network-part .network-text .title {
  padding-bottom: 40px;
  text-align: center;
}
.network-container .network-part .network-text .title span {
  font-size: 40px;
  font-weight: bold;
}
.network-container .network-part .network-text .title p {
  padding-top: 27px;
  font-weight: lighter;
  font-size: 20px;
  font-family: 'Ubuntu', sans-serif;
}
.network-container .network-part .text {
  width: 800px;
  margin: 0 auto;
  color: #3b3e41;
}
.network-container .network-part .text .title {
  padding-bottom: 40px;
  text-align: left;
}
.network-container .network-part .text .title span {
  font-size: 40px;
  font-weight: bold;
}
.network-container .network-part .text .title p {
  padding-top: 27px;
  font-weight: lighter;
  font-size: 20px;
}
.map-container {
  /*background:url(../images/map-image.png) scroll no-repeat 0 30px;
    background-size: 100% auto;
    height:450px;*/
}
.map-container .network-menu {
  width: 655px;
  position: relative;
  margin: 0 auto;
}
.map-container .network-menu .network li {
  height: 32px;
  display: inline-block;
  float: left;
  margin-right: 10px;
  color: #3b3e41;
}
.map-container .network-menu .network li:last-child {
  margin-right: 0px;
  text-align: center;
}
.map-container .network-menu .network li .borders {
  height: 100%;
  display: block;
  position: relative;
}
.map-container .network-menu .network li .borders:after {
  bottom: 0;
  content: " ";
  height: 5px;
  left: 0;
  position: absolute;
  width: 100%;
}
.map-container .network-menu .network li .borders.clicked:after {
  bottom: 0;
  content: " ";
  height: 10px;
  left: 0;
  position: absolute;
  width: 100%;
}
.map-container .network-menu .network li .borders p {
  padding-right: 8px;
  padding-left: 8px;
}
.map-container .network-menu .network li.blue .borders:after {
  background: #b6e8f4;
}
.map-container .network-menu .network li.yellow .borders:after {
  background: #b6e8f4;
}
.map-container .network-menu .network li.pink .borders:after {
  background: #00acda;
}
.map-container .network-menu .network li.green .borders:after {
  background: #0071b9;
}
.map-container .network-menu .network li.green:last-child p {
  padding-right: 5px;
  padding-left: 5px;
}
.map-container .network-menu .network li ul {
  width: 100%;
}
.map-container .network-menu .network li ul li {
  color: #ffffff;
}
.map-container .network-menu .network li ul li.listing {
  width: 100%;
}
.map-container .network-menu .network li ul li .list-title {
  padding-top: 12px;
  padding-bottom: 18px;
  cursor: pointer;
  background: #3b3e41 url("../images/list-arrow.png") no-repeat scroll 95% 47%;
  text-transform: lowercase;
  padding-left: 13px;
  text-align: left;
}
.map-container .network-menu .network li ul li .displayer {
  display: none;
  padding-top: 20px;
  background: #ffffff;
  padding-bottom: 20px;
  position: absolute;
  top: 0;
  margin-top: 32px;
  z-index: 20;
}
.map-container .network-menu .network li ul li .displayer li {
  text-align: left;
  width: 115px;
  color: #3b3e41;
  font-size: 13px;
  padding-bottom: 7px;
  padding-left: 20px;
}
.map-container .network-menu .network li ul li .displayer li .country-title {
  display: inline-block;
  padding-left: 12px;
  background: url("../images/arrow-list.png") no-repeat scroll 0 center;
}
.map-container .network-menu .network li ul li .displayer li.active .country-title {
  color: #899097;
}
.map-container .network-menu .network li ul li:hover .displayer,
.map-container .network-menu .network li ul li :active .displayer {
  display: block;
}
.map-container .network-menu .network li ul li:last-child {
  min-width: 159px;
}
.map-container .network-menu .network li ul li:last-child .displayer {
  left: 0;
}
.map-container .network-menu .network li:hover .displayer,
.map-container .network-menu .network li :active .displayer {
  display: block;
}
.map-container .network-menu .network li:hover ul,
.map-container .network-menu .network li :active ul {
  display: block;
}
.show-group {
  display: none;
}
.wrapper h1 {
  font-weight: bold;
  font-size: 22px;
  font-family: 'Ubuntu', sans-serif;
}
.wrapper h2,
.wrapper h3,
.wrapper h4,
.wrapper h5,
.wrapper h6 {
  font-size: 22px;
  font-weight: lighter;
  font-family: 'Ubuntu', sans-serif;
}
.wrapper h1 {
  color: #3c3e41;
}
.wrapper h2 {
  color: #00acdb;
}
.wrapper h3 {
  color: #db218a;
}
.video-holder {
  height: 400px;
  margin-bottom: 8px;
  margin-top: 20px;
}
.video-holder video {
  width: 100%;
  height: 100% !important;
}
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.search-page-bar {
  width: 100%;
}
.search-page-bar #txt-val {
  width: 80%;
  box-sizing: border-box;
  border: 1px solid #e0e0e0;
  padding: 11px 0px 9px 19px;
  height: 41px;
  color: #82868d;
  font-size: 11px;
  font-family: 'Ubuntu', sans-serif;
  font-style: italic;
  font-weight: 400;
  float: left;
}
.search-page-bar #search-button {
  width: 20%;
  font-size: 11px;
  font-family: 'Ubuntu', sans-serif;
  font-weight: 400;
  float: left;
  height: 41px;
  background-color: #d80f81;
  border: none;
  color: white;
}
.news-container1 {
  background: #ffffff;
  padding-top: 45px;
  padding-bottom: 81px;
  display: block;
}
.news-container1.timeline {
  background: #FFF url("../images/timeline/background.png") repeat scroll 0% 0%;
}
.news-container1 .errorMessage {
  color: red;
  border: 1px white solid;
}
.news-container1 .news-item1 {
  padding-top: 10px;
  width: 460px;
  margin-left: 10px;
  margin-right: 10px;
  float: left;
  height: 424px;
  position: relative;
}
.news-container1 .news-item1 img {
  position: absolute;
  z-index: 0;
  width: 100%;
}
.news-container1 .news-item1 .overlaying {
  position: absolute;
  top: 9px;
  z-index: 1;
  width: 100%;
  height: 274px;
  background: rgba(0, 0, 0, 0.2);
}
.news-container1 .news-item1 .news-content1 {
  cursor: pointer;
  background: #ffffff;
  width: 380px;
  position: absolute;
  top: 46%;
  left: 8%;
  height: inherit;
  z-index: 3;
}
.news-container1 .news-item1 .news-content1.pink {
  border-width: 1px 1px;
  border-style: solid;
  border-color: #D4D6D9 #D4D6D9;
}
.news-container1 .news-item1 .news-content1.pink:after {
  bottom: 0;
  content: " ";
  height: 5px;
  left: 0;
  position: absolute;
  width: 100%;
  background: #d80f81;
}
.news-container1 .news-item1 .news-content1 .border-arrow1 {
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  width: 0;
  height: 35px;
  overflow: hidden;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.news-container1 .news-item1 .news-content1 .border-arrow1.p {
  background: #d80f81;
}
.news-container1 .news-item1 .news-content1 .border-arrow1 .arrow-img1 {
  background: transparent url("../images/arrow.png") no-repeat;
  left: 5%;
  top: 10px;
  position: absolute;
  display: block;
  width: 20px;
  height: 15px;
  -webkit-transition: 1s ease-in-out;
  -moz-transition: 1s ease-in-out;
  -o-transition: 1s ease-in-out;
  transition: 1s ease-in-out;
  transition-duration: 1s;
}
.news-container1 .news-item1 .news-content1 .home {
  height: 590px;
}
.news-container1 .news-item1 .news-content1 .map-img {
  width: 100%;
}
.news-container1 .news-item1 .news-content1 .description1 {
  padding-top: 25px;
  height: 147px;
}
.news-container1 .news-item1 .news-content1 .description1 .title-news1 {
  font-size: 25px;
  font-weight: bold;
  color: #3b3e41;
  height: inherit;
  margin-bottom: 5px;
  overflow: hidden;
}
.news-container1 .news-item1 .news-content1 .description1 .title-news1.spaces {
  padding-left: 35px;
  padding-right: 20px;
}
.news-container1 .news-item1 .news-content1 .description1 .title-news1.first {
  padding-left: 30px;
  width: 220px;
  float: left;
  padding-right: 10px;
}
.news-container1 .news-item1 .news-content1 .description1 .news-date1 {
  font-weight: lighter;
  font-size: 17px;
  color: #3b3e41;
}
.news-container1 .news-item1 .news-content1 .description1 .news-date1.spaces {
  padding-left: 35px;
  padding-right: 20px;
}
.news-container1 .news-item1 .news-content1 .description1 .news-date1.second {
  text-transform: uppercase;
  width: 60px;
  float: left;
  padding-left: 30px;
  text-align: center;
}
.news-container1 .news-item1 .news-content1 .description1 .news-date1.second span {
  font-size: 50px;
  font-weight: bold;
}
.news-container1 .news-item1 .news-content1 .description1 .news-date1.second p {
  font-size: 15px;
}
.news-container1 .news-item1 .news-content1:hover .border-arrow1 {
  width: 100%;
}
.news-container1 .news-item1 .news-content1:hover .border-arrow1 .arrow-img1 {
  left: 85%;
}
.news-container1 .owl-pagination {
  margin-left: 113px;
}
.news-container1 .group-part {
  color: #3c3e41;
  width: 800px;
  margin: 0 auto;
}
.news-container1 .group-part .details {
  width: 780px;
  margin-left: 10px;
  margin-right: 10px;
  float: left;
}
.news-container1 .group-part .details .title {
  font-weight: bold;
  font-size: 26px;
  font-family: 'Ubuntu', sans-serif;
  padding-bottom: 22px;
}
.news-container1 .group-part .details .description {
  font-weight: lighter;
  font-size: 16px;
  padding-bottom: 32px;
}
.news-container1 .group-part .details .sub-title {
  color: #00acdb;
  font-size: 22px;
  font-weight: lighter;
}
.news-container1 .group-part .figure-item {
  width: 380px;
  margin-left: 10px;
  margin-right: 10px;
  float: left;
  color: #3b3e41;
  height: 270px;
}
.news-container1 .group-part .figure-item .figure-text {
  width: 300px;
  float: left;
  text-align: left;
}
.news-container1 .group-part .figure-item .figure-text .figure-title {
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  overflow: hidden;
}
.news-container1 .group-part .figure-item .figure-text .figure-title p {
  border-bottom: 2px solid #000000;
  padding-bottom: 30px;
  width: 80%;
  margin-bottom: 30px;
}
.news-container1 .group-part .figure-item .figure-text .figure-title .border {
  background: #3b3e41;
  height: 2px;
  width: 68%;
  margin-top: 28px;
  margin-bottom: 28px;
}
.news-container1 .group-part .figure-item .figure-text ul {
  padding-left: 12px;
  font-size: 16px;
}
.news-container1 .group-part .figure-item .figure-text ul li {
  list-style-type: circle;
  padding-bottom: 11px;
  font-weight: lighter;
}
.news-container1 .background-part {
  width: 960px;
}
.news-container1 .background-part p {
  text-align:justify;
}
.news-container1 .background-part .timeline-title {
  width: 780px;
  margin: 0 auto;
}
.news-container1 .background-part .image-1 {
  width: 620px;
  float: left;
}
.news-container1 .background-part .image-1 .history-img1 {
  width: 100%;
  height: 311px;
}
.news-container1 .background-part .image-2 {
  width: 300px;
  float: right;
}
.news-container1 .background-part .image-2 .history-img2 {
  height: 311px;
  float: right;
}
.news-container1 .background-part .bg-description {
  width: 860px;
  float: right;
  padding-top: 15px;
  padding-bottom: 300px;
}
.news-container1 .background-part .bg-description p {
  padding-top: 15px;
  font-size: 16px;
  font-weight: lighter;
  line-height: 25px;
}
.news-container1 .background-part .bg-description p .pdf-download {
  color: #00acdb;
}
.news-container1 .governance-part {
  width: 800px;
  margin: 0 auto;
}
.news-container1 .governance-part .governance {
  width: 780px;
  margin-left: 10px;
  margin-right: 10px;
  float: left;
  font-weight: lighter;
  font-size: 16px;
  color: #3c3e41;
  padding-bottom: 50px;
}
.news-container1 .governance-part .governance ul {
  padding-left: 14px;
  padding-top: 33px;
}
.news-container1 .governance-part .governance ul li {
  list-style-type: circle;
  padding-bottom: 10px;
}
.news-container1 .governance-part .governance ul li .name {
  font-weight: bold;
}
.news-container1 .governance-part .team-item {
  width: 220px;
  margin-left: 10px;
  margin-right: 10px;
  float: left;
  height: 486px;
}
.news-container1 .governance-part .team-item .container .details {
  padding-top: 17px;
}
.news-container1 .governance-part .team-item .container .details .full-name {
  color: #00acdb;
  font-size: 22px;
  font-weight: lighter;
  padding-bottom: 1px;
}
.news-container1 .governance-part .team-item .container .details .title {
  font-size: 16px;
  font-style: italic;
  padding-bottom: 1px;
  color: #3c3e41;
}
.news-container1 .governance-part .team-item .container .details .education {
  color: #3c3e41;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: lighter;
}
.news-container1 .portfolio-part {
  width: 800px;
  margin: 0 auto;
}
.news-container1 .portfolio-part .portfolio-item {
  width: 780px;
  margin-left: 10px;
  margin-right: 10px;
  float: left;
  padding-bottom: 20px;
}
.news-container1 .portfolio-part .portfolio-item .portfolio-title {
  width: 780px;
  border-top: 1px solid #3c3e41;
  border-bottom: 1px solid #3c3e41;
  height: 60px;
  cursor: pointer;
}
.news-container1 .portfolio-part .portfolio-item .portfolio-title P {
  font-weight: bold;
  padding-top: 20px;
  padding-bottom: 20px;
  text-transform: uppercase;
  font-size: 20px;
  float: left;
  color: #3c3e41;
}
.news-container1 .portfolio-part .portfolio-item .portfolio-title .img-rotate {
  background: url(../images/arrow-ellipse.png) no-repeat 100% 50%;
  float: right;
  height: 31px;
  width: 31px;
  margin-top: 13px;
  overflow: hidden;
  -moz-transition: all .3s;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.news-container1 .portfolio-part .portfolio-item .portfolio-show {
  display: none;
  width: 780px;
  float: left;
  padding-top: 19px;
  font-weight: lighter;
}
.news-container1 .portfolio-part .portfolio-item .portfolio-show p {
  padding-bottom: 10px;
}
.news-container1 .portfolio-part .portfolio-item .portfolio-show .title {
  color: #89c055;
  font-size: 22px;
  padding-bottom: 5px;
}
.news-container1 .portfolio-part .portfolio-item .portfolio-show ul {
  padding-left: 14px;
  padding-bottom: 30px;
}
.news-container1 .portfolio-part .portfolio-item .portfolio-show ul li {
  list-style-type: circle;
  padding-bottom: 5px;
}
.news-container1 .portfolio-part .portfolio-item .portfolio-show .buttons {
  width: 780px;
  float: left;
  padding-bottom: 42px;
}
.news-container1 .portfolio-part .portfolio-item .portfolio-show .buttons .submit-form {
  height: 43px;
  background: #3b3e41 url("../images/list-arrow.png") no-repeat scroll 90% 50%;
  color: #fff;
  font-weight: bold;
  border: none;
  vertical-align: middle;
  font-family: 'Ubuntu', sans-serif;
  text-align: left;
  padding-left: 15px;
  text-transform: uppercase;
  font-size: 13px;
  padding-right: 50px;
}
.news-container1 .portfolio-part .portfolio-item .portfolio-show .photo-gallery {
  width: 780px;
  float: left;
  height: 400px;
}
.news-container1 .portfolio-part .portfolio-item .portfolio-show .photo-gallery #owl-slider .item img {
  display: block;
  width: 100%;
  height: auto;
}
.news-container1 .news-holder {
  padding-bottom: 16px;
  padding-top: 16px;
  border-bottom: 1px #afb5be solid;
  margin-bottom: 27px;
  margin: 0 5px;
}
.news-container1 .news-holder h4 {
  font-weight: 700;
  font-size: 27px;
  color: #3b3e41;
  font-family: 'Ubuntu', sans-serif;
  margin: 0;
  margin-bottom: 5px;
}
.news-container1 .news-holder time,
.news-container1 .news-holder .detailed {
  font-size: 17px;
  font-weight: 300;
  color: #3c3e41;
}
.news-container1 .news-holder .detailed {
  margin-top: 10px;
}
.news-container1 .news-holder .link {
  font-size: 14px;
  font-weight: 300;
  margin-top: 30px;
}
.news-container1 .news-holder .link a {
  color: #d80f81;
  display: inline-block;
  padding-right: 34px;
  background: url('../images/link-arrow.html') scroll no-repeat right center;
}
.news-container1 .news-holder .linked {
  font-size: 14px;
  font-weight: bold;
  margin-top: 15px;
}
.news-container1 .news-holder .linked a {
  color: #d80f81;
  display: inline-block;
  padding-right: 34px;
  background: url('../images/link-arrow.html') scroll no-repeat right center;
}
.news-container1 .search {
  width: 960px;
  margin: 0 auto;
}
.news-container1 .search .search-bar {
  width: 100%;
  height: 40px;
  border-top: 1px solid #D4D6D9;
  border-bottom: 1px solid #D4D6D9;
}
.news-container1 .search .search-bar p {
  width: 18%;
  padding-left: 10px;
  padding-top: 14px;
  padding-bottom: 13px;
  font-family: 'Ubuntu', sans-serif;
  font-weight: lighter;
  font-size: 12px;
  color: #3c3e41;
  float: left;
}
.news-container1 .search .search-bar .pagination {
  width: 51%;
  float: right;
  height: 40px;
}
.news-container1 .search .search-bar .pagination ul {
  float: right;
}
.news-container1 .search .search-bar .pagination ul li {
  height: 40px;
  text-align: center;
  width: 40px;
  background: transparent;
  float: left;
  display: table;
  cursor: pointer;
}
.news-container1 .search .search-bar .pagination ul li .search-arrow {
  position: relative;
}
.news-container1 .search .search-bar .pagination ul li .search-arrow:before {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  background: transparent url("../images/search-arrow.png") no-repeat scroll 0% 50%;
}
.news-container1 .search .search-bar .pagination ul li span {
  display: table-cell;
  vertical-align: middle;
  color: #3c3e41;
  font-family: 'Ubuntu', sans-serif;
  font-weight: lighter;
  font-size: 12px;
}
.news-container1 .search .search-bar .pagination ul li.active {
  background: #d80f81;
}
.news-container1 .search .search-bar .pagination ul li.active span {
  color: #fff;
}
.search-content .result title {
  display: block;
  font-size: 2em;
  font-weight: bold;
  color: #3c3e41;
  float: left;
}
.search-content .result h1 {
  font-size: 2em;
  color: #3c3e41;
  float: left;
  font-family: 'Ubuntu', sans-serif;
  margin: 0 auto;
}
.network-part .title br {
  display: none;
}
.contact-container {
  padding-bottom: 143px;
  padding-top: 33px;
  display: block;
}
.contact-container .contact-part {
  width: 960px;
  margin: 0 auto;
}
.contact-container .contact-part .contact-item {
  width: 460px;
  margin-left: 10px;
  margin-right: 10px;
  height: 255px;
  color: #3c3e41;
  float: left;
}
.contact-container .contact-part .contact-item .details {
  width: 300px;
  margin: 0 auto;
}
.contact-container .contact-part .contact-item .details .title {
  font-size: 20px;
  font-weight: bold;
  border-bottom: 2px solid #3c3e41;
  padding-bottom: 27px;
  width: 198px;
  overflow: hidden;
}
.contact-container .contact-part .contact-item .details .contact-details {
  padding-top: 30px;
}
.contact-container .contact-part .contact-item .details .contact-details .address {
  font-size: 15px;
  font-weight: lighter;
}
.contact-container .contact-part .contact-item .details .contact-details .number {
  font-size: 22px;
  color: #797d83;
  font-weight: lighter;
  padding-top: 30px;
}
.contact-container .contact-form {
  width: 800px;
  margin: 0 auto;
}
.contact-container .contact-form .description {
  font-size: 16px;
  color: #3c3e41;
  padding-bottom: 30px;
  padding-left: 10px;
  font-weight: bold;
}
.contact-container .contact-form .top-text {
  font-weight: 300;
  font-size: 16px;
  line-height: 22px;
}
.contact-container .contact-form .form-input {
  width: 780px;
  margin-left: 10px;
  margin-right: 10px;
  float: left;
}
.contact-container .contact-form .form-input .inputs ul li {
  width: 380px;
  float: left;
}
.contact-container .contact-form .form-input .inputs ul li .file-title {
  float: left;
  width: 70%;
}
.contact-container .contact-form .form-input .inputs ul li .file-title #file-name {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #e0e0e0;
  padding: 11px 0px 9px 19px;
  vertical-align: middle;
  height: 40px;
  color: #3b3e41;
  font-size: 14px;
  font-family: 'Ubuntu', sans-serif;
  font-weight: bold;
  background: #fff;
}
.contact-container .contact-form .form-input .inputs ul li .file-upload {
  background: #d80f81;
  border: 1px solid #ccc;
  height: 40px;
  border: none;
  float: left;
  width: 30%;
  margin-bottom: 26px;
}
.contact-container .contact-form .form-input .inputs ul li .file-upload p {
  padding: 10px 0;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  color: #fff;
  font-family: 'Ubuntu', sans-serif;
}
.contact-container .contact-form .form-input .inputs ul li .file-upload input[type="file"] {
  display: none;
}
.contact-container .contact-form .form-input .inputs ul li .input-display {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #e0e0e0;
  padding: 11px 0px 9px 19px;
  vertical-align: middle;
  height: 40px;
  color: #3b3e41;
  font-size: 14px;
  font-family: 'Ubuntu', sans-serif;
  font-weight: bold;
  margin-bottom: 26px;
}
.contact-container .contact-form .form-input .inputs ul li:first-child {
  margin-right: 20px;
}
.contact-container .contact-form .form-input .inputs ul li .select {
  cursor: pointer;
  margin-bottom: 26px;
  border: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-sizing: border-box;
  border: 1px solid #e0e0e0;
  padding: 11px 0px 9px 19px;
  vertical-align: middle;
  height: 40px;
  color: #3b3e41;
  font-size: 14px;
  font-family: 'Ubuntu', sans-serif;
  font-weight: bold;
  width: 100%;
  text-transform: uppercase;
  background: url("../images/country-arrow.png") no-repeat scroll center right 4%;
}
.contact-container .contact-form .form-input .inputs ul li .select::-ms-expand {
  /* for IE 11 */
  display: none;
}
.contact-container .contact-form .form-input .inputs ul li .select option {
  font-weight: lighter;
  color: #3b3e41;
  padding-top: 5px;
  text-transform: uppercase;
  padding-bottom: 5px;
  padding-left: 10px;
}
.contact-container .contact-form .form-msg {
  width: 780px;
  margin-left: 10px;
  margin-right: 10px;
  float: left;
}
.contact-container .contact-form .form-msg .input-display {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #e0e0e0;
  padding: 11px 0px 9px 19px;
  vertical-align: middle;
  height: 40px;
  color: #3b3e41;
  font-size: 14px;
  font-family: 'Ubuntu', sans-serif;
  font-weight: bold;
  margin-bottom: 26px;
}
.contact-container .contact-form .form-msg .msg {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #e0e0e0;
  padding: 11px 0px 9px 19px;
  vertical-align: middle;
  height: 40px;
  color: #3b3e41;
  font-size: 14px;
  font-family: 'Ubuntu', sans-serif;
  font-weight: bold;
  height: 160px;
  margin-bottom: 23px;
}
.contact-container .contact-form .form-msg .submit-form {
  width: 160px;
  height: 43px;
  background: #3b3e41 url("../images/list-arrow.png") no-repeat scroll 90% 50%;
  color: #fff;
  font-weight: bold;
  border: none;
  vertical-align: middle;
  font-family: 'Ubuntu', sans-serif;
  text-align: left;
  padding-left: 15px;
  text-transform: uppercase;
  font-size: 13px;
}
.contact-container .contact-form .form-msg .upload-input {
  width: 380px;
  margin-bottom: 26px;
  height: 40px;
}
.contact-container .location-listing ul {
  margin-bottom: 31px;
}
.contact-container .location-listing ul li {
  font-size: 16px;
  font-weight: 300;
  list-style-image: url('../images/circle.html');
  list-style-position: inside;
  margin-bottom: 13px;
}
.contact-container .location-listing ul li:first-child {
  font-size: 22px;
  color: #d80f81;
  list-style-image: none;
  margin-bottom: 9px;
}
.input-style {
  box-sizing: border-box;
  border: 1px solid #e0e0e0;
  padding: 11px 0px 9px 19px;
  vertical-align: middle;
  height: 40px;
  color: #3b3e41;
  font-size: 14px;
  font-family: 'Ubuntu', sans-serif;
}
.rotate90 {
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
}
.network-content {
  margin-bottom: 90px;
}
.network-content .details {
  width: 800px;
  margin: 0 auto;
}
.network-content .details .item-network {
  width: 780px;
  margin-left: 10px;
  margin-right: 10px;
  float: left;
  padding-top: 20px;
}
.network-content .details .item-network .lists {
  width: 260px;
  float: left;
  padding-bottom: 20px;
}
.network-content .details .item-network .lists .title {
  height: 48px;
  font-weight: bold;
  font-size: 20px;
  color: #3b3e41;
  /* padding-top: 35px; */
}
.network-content .details .item-network .lists .border {
  background: black;
  height: 2px;
  width: 50%;
  margin-top: 7px;
  margin-bottom: -9px;
  color: #3b3e41; 
}
.network-content .details .item-network .lists .border.clicked:after {
  bottom: 0;
  content: " ";
  height: 10px;
  left: 0;
  position: absolute;
  width: 100%;
}
.network-content .details .item-network .lists .displayer {
  padding-top: 20px;
  padding-bottom: 20px;
}
.network-content .details .item-network .lists .displayer li {
  text-align: left;
  color: #3b3e41;
  font-size: 16px;
  padding-bottom: 11px;
}
.network-content .details .item-network .lists .displayer li.active .country-title {
  color: #3d3f41;
}
.network-content .details .country {
  width: 780px;
  margin-left: 10px;
  margin-right: 10px;
  float: left;
  color: #3b3e41;
}
.network-content .details .country .country-title {
  padding-bottom: 15px;
}
.network-content .details .country .country-title .title {
  font-weight: bold;
  font-size: 20px;
  float: left;
  padding-top: 0px;
  text-transform: uppercase;
}
.network-content .details .country .country-title .back {
  float: right;
  padding-top: 7px;
  padding-left: 10px;
  cursor: pointer;
}
.network-content .details .country .country-title .img-rotate {
  background: url(../images/arrow-ellipse.png) no-repeat 100% 50%;
  height: 31px;
  width: 31px;
  margin-top: 0px;
  float: right;
  -ms-transform: rotate(270deg);
  -webkit-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  transform: rotate(270deg);
  cursor: pointer;
}
.network-content .details .country p {
  font-weight: lighter;
  line-height: 25px;
}
.network-content .details .country .description {
  padding-bottom: 15px;
}
.network-content .details .country .country-gallery {
  width: 780px;
  float: left;
  padding-bottom: 60px;
}
.network-content .details .application-detail {
  width: 780px;
  margin-left: 10px;
  margin-right: 10px;
  float: left;
  color: #3b3e41;
}
.network-content .details .application-detail .application-title span {
  color: #00acdb;
}
.network-content .details .application-detail .application-title .title {
  font-weight: bold;
  font-size: 20px;
  float: left;
  padding-top: 48px;
  text-transform: uppercase;
  width: 70%;
  /*Ahmad*/
}
.network-content .details .application-detail .application-title .back {
  float: right;
  padding-top: 54px;
  padding-left: 10px;
  cursor: pointer;
}
.network-content .details .application-detail .application-title .img-rotate {
  background: url(../images/arrow-ellipse.png) no-repeat 100% 50%;
  height: 31px;
  width: 31px;
  margin-top: 48px;
  float: right;
  -ms-transform: rotate(270deg);
  -webkit-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  transform: rotate(270deg);
  cursor: pointer;
}
.network-content .details .application-detail p {
  font-weight: lighter;
  padding-bottom: 20px;
  padding-top: 44px;
}
.network-content .details .application-detail ul {
  padding-left: 14px;
  padding-top: 33px;
  padding-bottom: 46px;
}
.network-content .details .application-detail ul li {
  list-style-type: circle;
  padding-bottom: 10px;
}
.network-content .details .application-detail .application-gallery {
  width: 780px;
  float: left;
  padding-bottom: 60px;
}
.network-content .details .application-detail .application-gallery .owl-theme .owl-controls {
  margin-bottom: -100px;
}
.network-content .details .application-detail .application-gallery #owl-app .item {
  padding-bottom: 0px;
}
.network-content .details .application-detail .application-gallery #owl-app .item img {
  display: block;
  width: 100%;
  height: auto;
}
.network-content .details .application-detail .send-app {
  padding-top: 30px;
  padding-bottom: 30px;
}
.network-content .details .application-detail .send-app .form-input .inputs .tds {
  padding-top: 5px;
  padding-bottom: 0px;
}
.network-content .details .application-detail .send-app .form-input .inputs .tds li {
  list-style: none;
  width: 380px;
  float: left;
}
.network-content .details .application-detail .send-app .form-input .inputs .tds li .file-title {
  float: left;
  width: 70%;
}
.network-content .details .application-detail .send-app .form-input .inputs .tds li .file-title #file-name {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #e0e0e0;
  padding: 11px 0px 9px 19px;
  vertical-align: middle;
  height: 40px;
  color: #3b3e41;
  font-size: 14px;
  font-family: 'Ubuntu', sans-serif;
  font-weight: bold;
  background: #fff;
}
.network-content .details .application-detail .send-app .form-input .inputs .tds li .file-upload {
  background: #d80f81;
  border: 1px solid #ccc;
  height: 40px;
  border: none;
  float: left;
  width: 30%;
  margin-bottom: 26px;
}
.network-content .details .application-detail .send-app .form-input .inputs .tds li .file-upload p {
  padding: 10px 0;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  color: #fff;
  font-family: 'Ubuntu', sans-serif;
}
.network-content .details .application-detail .send-app .form-input .inputs .tds li .file-upload input[type="file"] {
  display: none;
}
.network-content .details .application-detail .send-app .form-input .inputs .tds li .input-display {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #e0e0e0;
  padding: 11px 0px 9px 19px;
  vertical-align: middle;
  height: 40px;
  color: #3b3e41;
  font-size: 14px;
  font-family: 'Ubuntu', sans-serif;
  font-weight: bold;
  margin-bottom: 0px;
}
.network-content .details .application-detail .send-app .form-input .inputs .tds li:first-child {
  margin-right: 20px;
}
.network-content .details .application-detail .send-app .form-input .inputs .tds li .select {
  cursor: pointer;
  margin-bottom: 26px;
  border: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-sizing: border-box;
  border: 1px solid #e0e0e0;
  padding: 11px 0px 9px 19px;
  vertical-align: middle;
  height: 40px;
  color: #3b3e41;
  font-size: 14px;
  font-family: 'Ubuntu', sans-serif;
  font-weight: bold;
  width: 100%;
  text-transform: uppercase;
  background: url("../images/country-arrow.png") no-repeat scroll center right 4%;
}
.network-content .details .application-detail .send-app .form-input .inputs .tds li .select::-ms-expand {
  /* for IE 11 */
  display: none;
}
.network-content .details .application-detail .send-app .form-input .inputs .tds li .select option {
  font-weight: lighter;
  color: #3b3e41;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  text-transform: uppercase;
}
.network-content .details .application-detail .send-app .form-msg {
  width: 780px;
}
.network-content .details .application-detail .send-app .form-msg .input-display {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #e0e0e0;
  padding: 11px 0px 9px 19px;
  vertical-align: middle;
  height: 40px;
  color: #3b3e41;
  font-size: 14px;
  font-family: 'Ubuntu', sans-serif;
  font-weight: bold;
  margin-bottom: 26px;
}
.network-content .details .application-detail .send-app .form-msg .msg {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #e0e0e0;
  padding: 11px 0px 9px 19px;
  vertical-align: middle;
  height: 40px;
  color: #3b3e41;
  font-size: 14px;
  font-family: 'Ubuntu', sans-serif;
  font-weight: bold;
  height: 160px;
  margin-bottom: 23px;
}
.network-content .details .application-detail .send-app .form-msg .submit-form {
  width: 160px;
  height: 43px;
  background: #3b3e41 url("../images/list-arrow.png") no-repeat scroll 90% 50%;
  color: #fff;
  font-weight: bold;
  border: none;
  vertical-align: middle;
  font-family: 'Ubuntu', sans-serif;
  text-align: left;
  padding-left: 15px;
  text-transform: uppercase;
  font-size: 13px;
}
.network-content .details .application-detail .send-app .form-msg .upload-input {
  width: 380px;
  margin-bottom: 26px;
  height: 40px;
}

.reqTds-msgInput {
  margin-left: 15px;
}
.product-app {
  position: relative;
  padding-top: 60px;
  padding-bottom: 65px;
}
.product-app .application {
  width: 800px;
  margin: 0 auto;
}
.product-app .application td img {
  margin-bottom: 81px;
}
.product-app .application table {
  border: 1px white solid;
}
.product-app .application td {
  background-color: white;
}
.product-app .application .item {
  margin-bottom: 55px;
  width: 300px;
  margin-left: 10px;
  margin-right: 10px;
  float: left;
  background: #ffffff;
}
.product-app .application .item.blue {
  border-bottom: solid 8px #00acda;
}
.product-app .application .item.yellow {
  border-bottom: solid 8px #febd11;
}
.product-app .application .item.green {
  border-bottom: solid 8px #7fb942;
}
.product-app .application .item.pink {
  border-bottom: solid 8px #d80f81;
}
.product-app .application .item .contents {
  position: relative;
  background: transparent;
  z-index: 0;
  min-height: 283px;
  width: 300px;
}
.product-app .application .item .contents .text-container {
  padding-left: 20px;
  padding-top: 45px;
  color: #ffffff;
  font-family: 'Ubuntu', sans-serif;
  z-index: 4;
  position: absolute;
}
.product-app .application .item .contents .text-container span {
  font-size: 30px;
}
.product-app .application .item .contents .text-container p {
  font-weight: lighter;
  padding-top: 43px;
  font-size: 16px;
  max-width: 204px;
}
.product-app .application .item .contents .text-container:hover {
  color: #ffffff;
}
.product-app .application .item .contents .hover-img {
  position: absolute;
  z-index: 1;
  display: block;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  /*-webkit-transition: 0.3s ease-in-out;
                    -moz-transition: 0.3s ease-in-out;
                    -o-transition: 0.3s ease-in-out;
                    transition: 0.3s ease-in-out;*/
}
.product-app .application .item .contents .hover-img .container {
  display: table;
  height: 100%;
  width: 100%;
}
.product-app .application .item .contents .hover-img .container .img {
  display: block;
}
.product-app .application .item .contents .hover-img .container .img .overlay {
  position: absolute;
  z-index: 2;
  bottom: 0;
  background: rgba(54, 47, 46, 0.7);
  width: 100%;
  display: block;
  height: 100%;
}
.product-app .application .item .contents .hover-img .container .img .overlay .arrow {
  height: 35px;
  position: absolute;
  z-index: 3;
  bottom: 0;
  width: 100%;
}
.product-app .application .item .contents .hover-img .container .img .overlay .arrow .arrow-img {
  background: transparent url("../images/arrow.png") no-repeat;
  left: 5%;
  top: 15px;
  position: absolute;
  display: block;
  width: 20px;
  height: 15px;
  -webkit-transition: 1s ease-in-out;
  -moz-transition: 1s ease-in-out;
  -o-transition: 1s ease-in-out;
  transition: 1s ease-in-out;
  transition-duration: 1s;
}
.product-app .application .item .contents .hover-img .container .img .overlay .arrow.blue {
  background: #00acda;
}
.product-app .application .item .contents .hover-img .container .img .overlay .arrow.yellow {
  background: #febd11;
}
.product-app .application .item .contents .hover-img .container .img .overlay .arrow.green {
  background: #7fb942;
}
.product-app .application .item .contents .hover-img .container .img .overlay .arrow.pink {
  background: #d80f81;
}
.product-app .application .item .contents:hover .text-container {
  color: #ffffff;
}
.product-app .application .item .contents:hover .hover-img {
  width: 100%;
}
.product-app .application .item .contents:hover .hover-img .container .img .overlay .arrow .arrow-img {
  left: 85%;
}
.product-app ul {
  list-style: initial;
  list-style-position: inside;
}
.product-app ul li {
  list-style: initial;
  list-style-position: inside;
  list-style-type: disc;
}
.product-app ol li {
  list-style: initial;
  list-style-type: decimal;
  list-style-position: inside;
}
.portfolio-menu {
  display: block;
}
.portfolio-menu .menu-holder .holder {
  width: 800px;
  margin: 0 auto;
  margin-top: -5px;
}
.portfolio-menu .menu-holder .holder #sync2 {
  margin-right: 10px;
  margin-left: 10px;
  z-index: 999;
  width: 700px;
}
.portfolio-menu .menu-holder .holder #sync2 .item {
  width: 118px;
  font-size: 13px;
  font-weight: 700;
  display: inline-block;
  margin-right: 5px;
  position: relative;
  padding: 14px 8px;
  text-transform: uppercase;
  height: 6%;
}
.portfolio-menu .menu-holder .holder #sync2 .item:hover {
  transition: 300ms;
}
.portfolio-menu .menu-holder .holder #sync2 .item:hover a {
  color: #fff;
}
.portfolio-menu .menu-holder .holder #sync2 .item:before {
  content: " ";
  height: 5px;
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
}
.portfolio-menu .menu-holder .holder #sync2 .item:after {
  content: " ";
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.portfolio-menu.green #sync2 .item:hover {
  background: #F5821F;
}
.portfolio-menu.green #sync2 .item:before {
  background: #F5821F;
}
.portfolio-menu.green #sync2 .item:after {
  background: #a3a4a6;
}
#sync1 .item {
  padding-bottom: 80px;
}
#sync1 .item .portfolio-part {
  width: 800px;
  padding-top: 59px;
  margin: 0 auto;
}
#sync1 .item .portfolio-part .portfolio-item {
  width: 780px;
  margin-left: 10px;
  margin-right: 10px;
  float: left;
  margin-top: -4px;
}
#sync1 .item .portfolio-part .portfolio-item .portfolio-title {
  width: 780px;
  border-top: 1px solid #3c3e41;
  border-bottom: 1px solid #3c3e41;
  height: 60px;
  cursor: pointer;
}
#sync1 .item .portfolio-part .portfolio-item .portfolio-title P {
  font-weight: bold;
  line-height: 64px;
  height: 64px;
  text-transform: uppercase;
  font-size: 20px;
  float: left;
  color: #3c3e41;
}
#sync1 .item .portfolio-part .portfolio-item .portfolio-title .img-rotate {
  background: url(../images/arrow-ellipse.png) no-repeat 100% 50%;
  float: right;
  height: 31px;
  width: 31px;
  margin-top: 13px;
  overflow: hidden;
  -moz-transition: all .3s;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
#sync1 .item .portfolio-part .portfolio-item .portfolio-show {
  display: none;
  width: 780px;
  float: left;
  padding-top: 0px;
  font-weight: lighter;
}
#sync1 .item .portfolio-part .portfolio-item .portfolio-show a {
  color:#F5821F;
}
#sync1 .item .portfolio-part .portfolio-item .portfolio-show p {
  padding-bottom: 0px;
}
#sync1 .item .portfolio-part .portfolio-item .portfolio-show .title {
  color: #89c055;
  font-size: 22px;
  padding-bottom: 5px;
}
#sync1 .item .portfolio-part .portfolio-item .portfolio-show ul {
  padding-left: 14px;
  padding-bottom: 0px;
}
#sync1 .item .portfolio-part .portfolio-item .portfolio-show ul li {
  list-style-type: circle;
  padding-bottom: 5px;
}
#sync1 .item .portfolio-part .portfolio-item .portfolio-show .buttons {
  width: 780px;
  float: left;
  margin-bottom: 15px;
}
#sync1 .item .portfolio-part .portfolio-item .portfolio-show .buttons .submit {
  float: left;
  border: none;
  margin-top: 20px;
  margin-right: 10px;
  padding-top: 10px;
  padding-bottom: 15px;
  padding-left: 1px;
}
#sync1 .item .portfolio-part .portfolio-item .portfolio-show .buttons .submit .submit-form {
  color: #fff;
  background: #3B3E41 url("../images/list-arrow.png") no-repeat scroll 95% 47%;
  font-weight: bold;
  text-align: left;
  text-transform: uppercase;
  padding: 16px 35px 16px 15px;
  font-size: 13px;
}
#sync1 .item .portfolio-part .portfolio-item .portfolio-show .buttons .submit .msds-files {
  display: none;
  padding-top: 30px;
  background: transparent;
}
#sync1 .item .portfolio-part .portfolio-item .portfolio-show .buttons .submit .msds-files .open {
  padding: 10px;
}
#sync1 .item .portfolio-part .portfolio-item .portfolio-show .buttons .submit .msds-files .open .file-title {
  color: #3b3e41;
  padding-top: 20px;
}
#sync1 .item .portfolio-part .portfolio-item .portfolio-show .photo-gallery {
  width: 780px;
  float: left;
}
#sync1 .item .portfolio-part .portfolio-item .portfolio-show .photo-gallery #owl-slider .item {
  padding-bottom: 0px;
}
#sync1 .item .portfolio-part .portfolio-item .portfolio-show .photo-gallery #owl-slider .item img {
  display: block;
  width: 100%;
  height: auto;
}
.green #sync2 .synced .item:hover {
  background: #F5821F;
}
.green #sync2 .synced .item:before {
  background: #F5821F;
}
.green #sync2 .synced .item:after {
  background: #a3a4a6;
}
.green #sync2 .synced .item.active {
  background: #F5821F;
}
.green #sync2 .synced .item.active a {
  color: #ffffff;
}
.element-listing {
  padding: 0 0 53px;
  margin: 0 5px;
}
.element-listing li {
  font-size: 16px;
  font-weight: 300;
  list-style-image: url('../images/circle.html');
  list-style-position: inside;
  margin-bottom: 9px;
}
.product-app .application {
  padding: 53px 0;
}
.middle-part .bottom-visual {
  text-align: center;
  margin: 0 5px;
}
.middle-part .bottom-visual h4 {
  font-family: 'Ubuntu', sans-serif;
  font-size: 27px;
  margin-bottom: 53px;
  font-weight: 700;
}
.middle-part .bottom-visual figure {
  max-width: 619px;
  margin: 0 auto;
}
.middle-part .bottom-visual figure img {
  width: 100%;
  display: block;
}
#industrial .product-app,
#legal-structure .product-app,
#committe-message .product-app {
  padding: 0px;
  background: transparent none repeat scroll 0% 0%;
}
#industrial .element-listing {
  color: black;
}
#industrial h4 {
  color: black;
}
#legal-structure .middle-part .bottom-visual figure {
  max-width: 843px;
  margin-bottom: 76px;
}
#legal-structure .company-listing {
  color: #3c3e41;
  margin: 0 5px;
}
#legal-structure .company-listing .company-item {
  width: 380px;
  float: left;
  margin-bottom: 52px;
}
#legal-structure .company-listing .company-item:nth-child(even) {
  /*float:right;*/
  margin-left: 15px;
}
#legal-structure .company-listing .company-item h5 {
  font-family: 'Ubuntu', sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #3c3e41;
  text-transform: uppercase;
}
#legal-structure .company-listing .company-item .info {
  font-weight: 300;
  font-size: 16px;
}
.team-members .team-member {
  margin-bottom: 27px;
}
.team-members .team-member figure {
  width: 300px;
  margin-left: 10px;
  margin-right: 10px;
  float: left;
}
.team-members .team-member .description {
  width: 620px;
  margin-left: 10px;
  margin-right: 10px;
  float: left;
}
.team-members .team-member .description .top-description {
  color: #3c3e41;
}
.team-members .team-member .description .top-description h4 {
  color: #00acdb;
  font-size: 22px;
  font-weight: 300;
  font-family: 'Ubuntu', sans-serif;
  margin: 0;
}
.team-members .team-member .description .top-description .info {
  font-size: 16px;
  font-style: italic;
}
.team-members .team-member .description article {
  font-weight: 300;
  font-size: 16px;
  margin-top: 33px;
}
/** recently added*/
.bci-image .box .box-item .box-content p.box-title {
  height: 26px;
}
span {
  font-family: 'Ubuntu', sans-serif !important;
  /*font-size: 14px !important;*/
}
/* Big Screens : 1280px grid*/
@media screen and (min-width: 1400px) {
  iframe {
    width: 100%;
  }
  .menu-button {
    display: none;
    position: absolute;
    right: 9px;
  }
  .menu-button img {
    width: 34px;
  }
  .grid {
    width: 1280px;
  }
  .full {
    width: 1260px;
    margin-left: 10px;
    margin-right: 10px;
    float: none;
  }
  .half {
    width: 620px;
    margin-left: 10px;
    margin-right: 10px;
    float: left;
  }
  footer {
    background: #3b3e41;
    padding: 50px 0;
  }
  footer .footer-part {
    width: 1020px;
  }
  footer .footer-part .column-4 {
    width: 380px;
  }
  footer .footer-part .column-2 {
    width: 220px;
  }
  .products .product-part .sign-container {
    width: 300px;
    margin-left: 10px;
    margin-right: 10px;
    float: left;
  }
  .products .product-part .prod-container {
    width: 940px;
    margin-left: 10px;
    margin-right: 10px;
    float: none;
    display: inline-block;
  }
  .products .product-part .prod-container .item {
    width: 300px;
  }
  .news-container .news-item {
    width: 620px;
    margin-left: 10px;
    margin-right: 10px;
    float: left;
  }
  .news-container .news-item .news-content {
    width: 540px;
  }
  .news-container1 .news-item1 {
    width: 620px;
    margin-left: 10px;
    margin-right: 10px;
    float: left;
  }
  .news-container1 .news-item1 .overlaying {
    height: 370px;
  }
  .news-container1 .news-item1 .news-content1 {
    width: 540px;
  }
  .news-container1 .group-part {
    width: 960px;
  }
  .news-container1 .group-part .details {
    width: 940px;
    margin-left: 10px;
    margin-right: 10px;
    float: left;
  }
  .news-container1 .group-part .figure-item {
    width: 460px;
    margin-left: 10px;
    margin-right: 10px;
    float: left;
  }
  .news-container1 .group-part .figure-item .figure-text {
    width: 380px;
  }
  .news-container1 .background-part {
    width: 1280px;
  }
  .news-container1 .background-part .timeline-title {
    width: 940px;
  }
  .news-container1 .background-part .image-1 {
    width: 940px;
  }
  .news-container1 .background-part .image-2 {
    width: 300px;
  }
  .news-container1 .background-part .bg-description {
    width: 1100px;
  }
  .news-container1 .governance-part {
    width: 960px;
  }
  .news-container1 .governance-part .governance {
    width: 940px;
    margin-left: 10px;
    margin-right: 10px;
    float: left;
  }
  .news-container1 .search {
    width: 1280px;
  }
  .news-container1 .search .governance {
    width: 1260px;
    margin-left: 10px;
    margin-right: 10px;
    float: left;
  }
  .network-container .network-part .network-text {
    width: 1260px;
    margin-left: 10px;
    margin-right: 10px;
    float: left;
  }
  .network-container .network-part .text {
    width: 960px;
  }
  .map-container {
    height: 590px;
  }
  .map-container .network-menu {
    width: 655px;
  }
  .map-container .network-menu .network li {
    margin-right: 32px;
  }
  .map-container .network-menu .network li ul li:last-child {
    min-width: 165px;
  }
  .second-menu .menu-holder .holder {
    width: 960px;
  }
  .banner .item .centralise .caption1 {
    top: 40%;
  }
  .banner .item .centralise .caption1 .info-text {
    width: 960px;
  }
  .banner .item .portfolio-caption .info-text {
    width: 960px;
  }
  .contact-container .contact-part {
    width: 960px;
  }
  .contact-container .contact-part .contact-item {
    width: 460px;
    margin-left: 10px;
    margin-right: 10px;
    float: left;
  }
  .contact-container .contact-part .contact-item .details {
    width: 460px;
  }
  .contact-container .contact-part .contact-item .details .address {
    width: 80%;
  }
  .contact-container .contact-form {
    width: 960px;
  }
  .contact-container .contact-form .form-input {
    width: 940px;
    margin-left: 10px;
    margin-right: 10px;
    float: left;
  }
  .contact-container .contact-form .form-input .inputs ul li {
    width: 460px;
  }
  .contact-container .contact-form .form-msg {
    width: 940px;
    margin-left: 10px;
    margin-right: 10px;
    float: left;
  }
  .network-content .details {
    width: 960px;
  }
  .network-content .details .item-network {
    width: 940px;
    margin-left: 10px;
    margin-right: 10px;
    float: left;
  }
  .network-content .details .item-network .lists {
    width: 310px;
  }
  .network-content .details .country {
    width: 940px;
    margin-left: 10px;
    margin-right: 10px;
    float: left;
  }
  .network-content .details .application-detail {
    width: 940px;
    margin-left: 10px;
    margin-right: 10px;
    float: left;
  }
  .network-content .details .application-detail .application-gallery {
    width: 940px;
  }
  .network-content .details .application-detail .send-app .form-input .inputs .tds li {
    width: 460px;
  }
  .network-content .details .application-detail .send-app .form-msg {
    width: 940px;
  }
  .network-content .details .application-detail .send-app .form-msg .upload-input {
    width: 460px;
  }
  .product-app .application {
    width: 960px;
  }
  .product-app .application .item {
    width: 300px;
    margin-left: 10px;
    margin-right: 10px;
    float: left;
  }
  .product-app .application .item .contents {
    width: 300px;
  }
  #sync1 .item .portfolio-part {
    width: 960px;
  }
  #sync1 .item .portfolio-part .portfolio-item {
    width: 940px;
    margin-left: 10px;
    margin-right: 10px;
    float: left;
  }
  #sync1 .item .portfolio-part .portfolio-item .portfolio-title {
    width: 940px;
  }
  #sync1 .item .portfolio-part .portfolio-item .portfolio-show {
    width: 940px;
  }
  #sync1 .item .portfolio-part .portfolio-item .portfolio-show .buttons {
    width: 940px;
  }
  #sync1 .item .portfolio-part .portfolio-item .portfolio-show .photo-gallery {
    width: 940px;
    height: 400px;
  }
  .portfolio-menu .menu-holder .holder {
    width: 960px;
  }
  .portfolio-menu .menu-holder .holder #sync2 {
    width: 700px;
  }
  .team-members .team-member figure {
    width: 380px;
    margin-left: 10px;
    margin-right: 10px;
    float: left;
  }
  .team-members .team-member figure img {
    display: block;
    width: 100%;
  }
  .team-members .team-member .description {
    width: 780px;
    margin-left: 10px;
    margin-right: 10px;
    float: left;
  }
}
@media screen and (min-width: 1080px) {
  .hidden-desktop {
    display: none;
  }
}
@media screen and (min-width: 1080px) and (max-width: 1400px) {
  .menu-button {
    display: none;
  }
  iframe {
    width: 100%;
  }
}
/* Small Screens and mobile: 640px, 480px and 320px grid */
@media screen and (max-width: 1080px) {
  .product-app {
    position: relative;
    padding-top: 60px;
    padding-bottom: 65px;
  }
  .product-app .application {
    width: 800px;
    margin: 0 auto;
  }
  .product-app .application td img {
    margin-bottom: 81px;
  }
  .product-app .application table {
    border: 1px white solid;
  }
  .product-app .application td {
    background-color: white;
  }
  .product-app .application .item {
    margin-bottom: 55px;
    width: 300px;
    margin-left: 10px;
    margin-right: 10px;
    float: left;
    background: #ffffff;
  }
  .product-app .application .item.blue {
    border-bottom: solid 8px #00acda;
  }
  .product-app .application .item.yellow {
    border-bottom: solid 8px #febd11;
  }
  .product-app .application .item.green {
    border-bottom: solid 8px #7fb942;
  }
  .product-app .application .item.pink {
    border-bottom: solid 8px #d80f81;
  }
  .product-app .application .item .contents {
    position: relative;
    background: transparent;
    z-index: 0;
    min-height: 283px;
    width: 300px;
  }
  .product-app .application .item .contents .text-container {
    padding-left: 20px;
    padding-top: 45px;
    color: #3c3e41;
    font-family: 'Ubuntu', sans-serif;
    z-index: 4;
    position: absolute;
  }
  .product-app .application .item .contents .text-container span {
    font-size: 30px;
    color: white !important;
  }
  .product-app .application .item .contents .text-container p {
    font-weight: lighter;
    padding-top: 43px;
    font-size: 16px;
    max-width: 204px;
  }
  .product-app .application .item .contents .text-container:hover {
    color: #ffffff;
  }
  .product-app .application .item .contents .hover-img {
    position: absolute;
    z-index: 1;
    display: block;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
    color: white;
    /*-webkit-transition: 0.3s ease-in-out;
                    -moz-transition: 0.3s ease-in-out;
                    -o-transition: 0.3s ease-in-out;
                    transition: 0.3s ease-in-out;*/
  }
  .product-app .application .item .contents .hover-img .container {
    display: table;
    height: 100%;
    width: 100%;
  }
  .product-app .application .item .contents .hover-img .container .img {
    display: block;
  }
  .product-app .application .item .contents .hover-img .container .img .overlay {
    position: absolute;
    z-index: 2;
    bottom: 0;
    background: rgba(54, 47, 46, 0.7);
    width: 100%;
    display: block;
    height: 100%;
  }
  .product-app .application .item .contents .hover-img .container .img .overlay .arrow {
    height: 35px;
    position: absolute;
    z-index: 3;
    bottom: 0;
    width: 100%;
  }
  .product-app .application .item .contents .hover-img .container .img .overlay .arrow .arrow-img {
    background: transparent url("../images/arrow.png") no-repeat;
    left: 5%;
    top: 15px;
    position: absolute;
    display: block;
    width: 20px;
    height: 15px;
    -webkit-transition: 1s ease-in-out;
    -moz-transition: 1s ease-in-out;
    -o-transition: 1s ease-in-out;
    transition: 1s ease-in-out;
    transition-duration: 1s;
  }
  .product-app .application .item .contents .hover-img .container .img .overlay .arrow.blue {
    background: #00acda;
  }
  .product-app .application .item .contents .hover-img .container .img .overlay .arrow.yellow {
    background: #febd11;
  }
  .product-app .application .item .contents .hover-img .container .img .overlay .arrow.green {
    background: #7fb942;
  }
  .product-app .application .item .contents .hover-img .container .img .overlay .arrow.pink {
    background: #d80f81;
  }
  .banner .item .centralise .caption1 {
    top: 10%;
  }
  .banner .item .centralise .caption1 .info-text {
    width: 480px;
  }
  .banner .item .portfolio-caption .info-text {
    width: 640px;
  }
  .banner .item .portfolio-caption .info-text .list-text {
    font-size: 35px;
  }
  .banner .item .centralise .list-text {
    width: 100%;
  }
  .banner .item .portfolio-caption .info-text {
    width: 640px;
  }
  .banner .item .portfolio-caption .info-text .list-text {
    font-size: 35px;
  }
  .banner .item .portfolio-caption .info-text .desc {
    display: none;
  }
  iframe {
    width: 100%;
  }
  .errorMessage {
    color: red;
  }
  .lb-prev {
    background: url(../images/lightbox/prev.png) left 48% no-repeat !important;
  }
  .lb-next {
    background: url(../images/lightbox/next.png) right 48% no-repeat !important;
  }
  header {
    padding: 25px 0 0px 0;
  }
  header .desktop-top {
    display: none;
  }
  header .mobile-top {
    display: block;
  }
  header .mobile-top .logo {
    float: left;
    margin: 0 auto;
  }
  header .mobile-top nav {
    width: 100%;
    margin: 0 auto;
    display: none;
  }
  header .mobile-top nav > .titles > .titlesLi {
    display: block;
    width: 100%;
    padding-bottom: 0px;
  }
  header .mobile-top nav > .titles > .titlesLi .bottom {
    padding-bottom: 10px;
  }
  header .mobile-top nav > .titles > .titlesLi .first-holder-m .first-menu .menu-holder .dropUl .dropLi {
    display: block;
    width: 100%;
    padding: 0;
  }
  header .mobile-top nav > .titles > .titlesLi .first-holder-m .first-menu .menu-holder .dropUl .dropLi:first-child {
    padding-left: 0;
  }
  header .mobile-top nav > .titles > .titlesLi .first-holder-m .first-menu.green .menu-holder,
  header .mobile-top nav > .titles > .titlesLi .first-holder-m .first-menu.blue .menu-holder {
    /*                                        ul{
                                                                                    li{
                                                                                        border-right:none;
                                                                                        &:first-child{
                                                                                            border-left:none;
                                                                                        }
                                                                                    }
                                                                                }*/
  }
  a.menu-link {
    display: block;
  }
  footer .footer-part {
    width: 620px;
  }
  footer .footer-part .column-4 {
    width: 220px;
  }
  footer .footer-part .column-3 {
    width: 140px;
  }
  #legal-structure .company-listing .company-item {
    width: 300px;
  }
  .team-members .team-member {
    margin-bottom: 27px;
  }
  .team-members .team-member figure {
    width: 300px;
    margin-left: 10px;
    margin-right: 10px;
    float: left;
  }
  .team-members .team-member .description {
    width: 300px;
    margin-left: 10px;
    margin-right: 10px;
    float: left;
  }
}
/* Small Screens: 640px grid */
@media screen and (min-width: 760px) and (max-width: 1080px) {
  .thisLi .listing {
    max-width: 200px;
  }
  .homepage-banner .info-text {
    line-height: 35px !important;
    font-size: 32px !important;
  }
  footer {
    /*background-image: url(../images/icons-BCI-menu-white.png);
        background-size:34px;
        background-repeat:no-repeat;
            background-position: 95%;*/
    padding: 10% 0;
    /*Ahmad*/
  }
  .menu-button {
    display: none;
    position: absolute;
    right: 9px;
  }
  .menu-button img {
    width: 34px;
  }
  .grid {
    width: 640px;
  }
  .full {
    width: 620px;
    margin-left: 10px;
    margin-right: 10px;
    float: none;
  }
  .half {
    width: 300px;
    margin-left: 10px;
    margin-right: 10px;
    float: left;
  }
  .products .product-part .sign-container {
    width: 220px;
    margin-left: 10px;
    margin-right: 10px;
    float: left;
  }
  .products .product-part .prod-container {
    width: 380px;
    margin-left: 10px;
    margin-right: 10px;
    float: none;
    display: inline-block;
  }
  .products .product-part .prod-container .item {
    width: 300px;
  }
  .products .product-part .prod-container .item .arrow-img {
    left: 85%;
  }
  .news-container .news-item {
    width: 620px;
    margin-left: 10px;
    margin-right: 10px;
    float: left;
    margin-bottom: 40px;
  }
  .news-container .news-item .news-content {
    width: 540px;
  }
  #legal-structure .company-listing:nth-child(even) {
    float: left;
    margin-left: 20px;
  }
  .news-container1 .news-item1 {
    width: 620px;
    margin-left: 10px;
    margin-right: 10px;
    float: left;
  }
  .news-container1 .news-item1 .overlaying {
    height: 370px;
  }
  .news-container1 .news-item1 .news-content1 {
    width: 540px;
  }
  .news-container1 .group-part {
    width: 640px;
  }
  .news-container1 .group-part .details {
    width: 620px;
    margin-left: 10px;
    margin-right: 10px;
    float: left;
  }
  .news-container1 .group-part .figure-item {
    width: 540px;
    margin-left: 10px;
    margin-right: 10px;
    float: left;
  }
  .news-container1 .group-part .figure-item .figure-text {
    width: 460px;
  }
  .news-container1 .background-part {
    width: 640px;
  }
  .news-container1 .background-part .timeline-title {
    width: 460px;
  }
  .news-container1 .background-part .image-1 {
    width: 620px;
  }
  .news-container1 .background-part .image-2 {
    width: 300px;
    margin: 0 auto;
    float: none;
  }
  .news-container1 .background-part .image-2 .history-img2 {
    margin-top: 52px;
  }
  .news-container1 .background-part .bg-description {
    width: 620px;
  }
  .news-container1 .background-part .timelineFlat .timeline_line {
    width: 620px;
  }
  .news-container1 .governance-part {
    width: 640px;
  }
  .news-container1 .governance-part .governance {
    width: 620px;
    margin-left: 10px;
    margin-right: 10px;
    float: left;
  }
  .news-container1 .search {
    width: 640px;
  }
  .news-container1 .search .governance {
    width: 620px;
    margin-left: 10px;
    margin-right: 10px;
    float: left;
  }
  #sync1 {
    margin-bottom: 40px;
  }
  #sync1 .item {
    padding-bottom: 0px;
  }
  #sync1 .item .portfolio-part {
    width: 640px;
  }
  #sync1 .item .portfolio-part .portfolio-item {
    width: 620px;
    margin-left: 10px;
    margin-right: 10px;
    float: left;
  }
  #sync1 .item .portfolio-part .portfolio-item .portfolio-title {
    width: 620px;
  }
  #sync1 .item .portfolio-part .portfolio-item .portfolio-show {
    width: 620px;
  }
  #sync1 .item .portfolio-part .portfolio-item .portfolio-show .buttons {
    width: 620px;
  }
  #sync1 .item .portfolio-part .portfolio-item .portfolio-show .buttons .submit-form {
    margin-bottom: 10px;
  }
  #sync1 .item .portfolio-part .portfolio-item .portfolio-show .photo-gallery {
    width: 620px;
  }
  #sync1 .item .portfolio-part .portfolio-item .portfolio-show .photo-gallery .owl-theme .owl-controls {
    margin-bottom: -99px;
    margin-left: 27px;
  }
  .network-container .network-part .network-text {
    width: 620px;
    margin-left: 10px;
    margin-right: 10px;
    float: left;
  }
  .network-container .network-part .text {
    width: 640px;
  }
  .map-container .network-menu {
    width: 640px;
  }
  .map-container .network-menu .network li {
    display: inline-block;
    margin-right: 10px;
    text-align: center;
    height: 100%;
    padding-bottom: 5px;
    background: #fff;
  }
  .map-container .network-menu .network li .borders {
    height: 36px;
  }
  .map-container .network-menu .network li .borders p {
    padding-left: 5px;
    padding-right: 5px;
  }
  .map-container .network-menu .network li:last-child {
    padding-bottom: 0px;
  }
  .map-container .network-menu .network li:first-child {
    padding-top: 0px;
  }
  .map-container .network-menu .network li ul li.listing {
    border-bottom: 1px solid grey;
  }
  .map-container .network-menu .network li ul li .displayer {
    padding-top: 10px;
    position: relative;
    z-index: 20;
    margin-top: 0px;
    background: #ffffff;
  }
  .map-container .network-menu .network li ul li .displayer li {
    padding-top: 20px;
  }
  .map-container .network-menu .network li ul li .displayer li.active .country-title {
    color: #899097;
  }
  .second-menu .menu-holder .holder {
    text-align: center;
    width: 640px;
  }
  .second-menu .menu-holder .holder #sync2 {
    width: 540px;
  }
  header nav ul li.show-menu {
    display: block;
  }
  header .right-menu {
    display: none;
  }
  .banner .item .centralise .caption1 {
    top: 10%;
  }
  .banner .item .centralise .caption1 .info-text {
    width: 480px;
  }
  .banner .item .portfolio-caption .info-text {
    width: 640px;
  }
  .banner .item .portfolio-caption .info-text .list-text {
    font-size: 35px;
  }
  .banner .item .portfolio-caption .info-text .portfolio-arrow {
    right: -18px;
    display: none;
  }
  .contact-container .contact-part {
    width: 640px;
  }
  .contact-container .contact-part .contact-item {
    width: 300px;
    margin-left: 10px;
    margin-right: 10px;
    float: left;
  }
  .contact-container .contact-part .contact-item .details {
    width: 300px;
  }
  .contact-container .contact-form {
    width: 640px;
  }
  .contact-container .contact-form .form-input {
    width: 620px;
    margin-left: 10px;
    margin-right: 10px;
    float: left;
  }
  .contact-container .contact-form .form-input .inputs ul li {
    width: 300px;
  }
  .contact-container .contact-form .form-msg {
    width: 620px;
    margin-left: 10px;
    margin-right: 10px;
    float: left;
  }
  .network-content .details {
    width: 640px;
  }
  .network-content .details .item-network {
    width: 620px;
    margin-left: 10px;
    margin-right: 10px;
    float: left;
  }
  .network-content .details .item-network .lists {
    width: 300px;
  }
  .network-content .details .country {
    width: 620px;
    margin-left: 10px;
    margin-right: 10px;
    float: left;
  }
  .network-content .details .application-detail {
    width: 620px;
    margin-left: 10px;
    margin-right: 10px;
    float: left;
  }
  .network-content .details .application-detail .application-gallery {
    width: 620px;
  }
  .network-content .details .application-detail .application-gallery .owl-theme .owl-controls {
    margin-bottom: -100px;
    margin-left: 35px;
  }
  .network-content .details .application-detail .send-app .form-input .inputs .tds li {
    width: 620px;
  }
  .network-content .details .application-detail .send-app .form-msg {
    width: 620px;
  }
  .network-content .details .application-detail .send-app .form-msg .upload-input {
    width: 620px;
  }
  .network-content .details {
    width: 640px;
  }
  .network-content .details .item-network {
    width: 620px;
    margin-left: 10px;
    margin-right: 10px;
    float: left;
  }
  .network-content .details .item-network .lists {
    width: 300px;
  }
  .network-content .details .country {
    width: 620px;
    margin-left: 10px;
    margin-right: 10px;
    float: left;
  }
  .product-app .application {
    width: 640px;
  }
  .portfolio-menu .menu-holder .holder {
    width: 640px;
  }
  .portfolio-menu .menu-holder .holder #sync2 {
    width: 540px;
  }
}
/* Mobile Landscape: 480px grid */
@media screen and (min-width: 480px) and (max-width: 759px) {
  .menu-button {
    position: absolute;
    right: 9px;
  }
  .menu-button img {
    width: 34px;
  }
  .grid {
    width: 480px;
  }
  .full {
    width: 460px;
    margin-left: 10px;
    margin-right: 10px;
    float: none;
  }
  .half {
    width: 220px;
    margin-left: 10px;
    margin-right: 10px;
    float: left;
  }
  .products .product-part .sign-container {
    width: 460px;
    margin-left: 10px;
    margin-right: 10px;
    float: left;
    margin-top: 0px;
    margin-bottom: 0px;
    min-height: 0px;
  }
  .products .product-part .sign-container p {
    padding-top: 10px;
  }
  .products .product-part .prod-container {
    width: 460px;
    margin-left: 10px;
    margin-right: 10px;
    float: none;
    display: inline-block;
  }
  .products .product-part .prod-container #owl-slide .item {
    margin: 20px 0px 55px;
    width: 300px;
  }
  .products .product-part .prod-container #owl-slide .item .arrow-img {
    left: 85%;
  }
  .bci-image .box {
    width: 240px;
  }
  .bci-image .box .box-item {
    margin-top: 15px;
  }
  .network-container .network-part .network-text {
    width: 460px;
    margin-left: 10px;
    margin-right: 10px;
    float: left;
  }
  .network-container .network-part .network-text .title {
    padding-bottom: 35px;
  }
  .network-container .network-part .text {
    width: 460px;
    margin-left: 10px;
    margin-right: 10px;
    float: left;
  }
  .map-container .network-menu {
    width: 320px;
  }
  .map-container .network-menu .network li {
    width: 100%;
    padding-top: 20px;
    margin-right: 0px;
    text-align: center;
    height: 100%;
    padding-bottom: 5px;
    background: #fff;
  }
  .map-container .network-menu .network li .borders {
    height: 36px;
  }
  .map-container .network-menu .network li .borders p {
    padding-left: 5px;
    padding-right: 5px;
  }
  .map-container .network-menu .network li:last-child {
    min-width: 100%;
    padding-bottom: 0px;
  }
  .map-container .network-menu .network li:first-child {
    padding-top: 0px;
  }
  .map-container .network-menu .network li ul li.listing {
    border-bottom: 1px solid grey;
  }
  .map-container .network-menu .network li ul li .displayer {
    padding-top: 10px;
    position: relative;
    z-index: 20;
    margin-top: 0px;
    background: #ffffff;
  }
  .map-container .network-menu .network li ul li .displayer li {
    padding-top: 20px;
  }
  .map-container .network-menu .network li ul li .displayer li.active .country-title {
    color: #899097;
  }
  .second-menu .menu-holder .holder {
    text-align: center;
    width: 480px;
  }
  .second-menu .menu-holder .holder #sync2 {
    width: 380px;
  }
  header nav ul li.show-menu {
    display: block;
  }
  header .right-menu {
    display: none;
  }
  .banner .item .centralise .img-holder img {
    width: 180%;
  }
  .banner .item .centralise .caption1 {
    top: 10% !important;
  }
  .banner .item .centralise .caption1 .info-text {
    width: 480px;
    line-height: 35px;
  }
  .banner .item .centralise .caption1 .info-text .list-text {
    width: 100%;
    font-size: 35px;
  }
  .banner .item .portfolio-caption {
    padding: 5px 0px;
  }
  .banner .item .portfolio-caption .info-text {
    width: 480px;
  }
  .banner .item .portfolio-caption .info-text .list-text {
    padding-top: 15%;
  }
  .banner .item .portfolio-caption .info-text .desc {
    display: none;
  }
  .banner .item .portfolio-caption .info-text .portfolio-arrow {
    display: none;
    right: 35%;
    top: 200px;
  }
  .contact-container .contact-part {
    width: 480px;
  }
  .contact-container .contact-part .contact-item {
    width: 460px;
    margin-left: 10px;
    margin-right: 10px;
    float: left;
  }
  .contact-container .contact-part .contact-item .details {
    width: 460px;
  }
  .contact-container .contact-form {
    width: 480px;
  }
  .contact-container .contact-form .form-input {
    width: 460px;
    margin-left: 10px;
    margin-right: 10px;
    float: left;
  }
  .contact-container .contact-form .form-input .inputs ul li {
    width: 220px;
  }
  .contact-container .contact-form .form-msg {
    width: 460px;
    margin-left: 10px;
    margin-right: 10px;
    float: left;
  }
  .news-container1 .group-part {
    width: 480px;
  }
  .news-container1 .group-part .details {
    width: 460px;
    margin-left: 10px;
    margin-right: 10px;
    float: left;
  }
  .news-container1 .group-part .figure-item {
    width: 460px;
  }
  .news-container1 .group-part .figure-item .figure-text {
    width: 460px;
    margin-left: 10px;
    margin-right: 10px;
    float: left;
  }
  .news-container1 .background-part {
    width: 480px;
  }
  .news-container1 .background-part .timeline-title {
    width: 460px;
  }
  .news-container1 .background-part .image-1 {
    width: 460px;
  }
  .news-container1 .background-part .image-2 {
    width: 300px;
    margin: 0 auto;
    float: none;
  }
  .news-container1 .background-part .image-2 .history-img2 {
    margin-top: 52px;
  }
  .news-container1 .background-part .bg-description {
    width: 460px;
    padding-bottom: 100px;
  }
  .news-container1 .governance-part {
    width: 480px;
  }
  .news-container1 .governance-part .governance {
    width: 460px;
    margin-left: 10px;
    margin-right: 10px;
    float: left;
  }
  .news-container1 .search {
    width: 480px;
  }
  .news-container1 .search .governance {
    width: 460px;
    margin-left: 10px;
    margin-right: 10px;
    float: left;
  }
  #sync1 .item .portfolio-part {
    width: 480px;
  }
  #sync1 .item .portfolio-part .portfolio-item {
    width: 460px;
    margin-left: 10px;
    margin-right: 10px;
    float: left;
  }
  #sync1 .item .portfolio-part .portfolio-item .portfolio-title {
    width: 460px;
  }
  #sync1 .item .portfolio-part .portfolio-item .portfolio-show {
    width: 460px;
  }
  #sync1 .item .portfolio-part .portfolio-item .portfolio-show .buttons {
    width: 460px;
  }
  #sync1 .item .portfolio-part .portfolio-item .portfolio-show .buttons .submit-form {
    margin-bottom: 10px;
  }
  #sync1 .item .portfolio-part .portfolio-item .portfolio-show .photo-gallery {
    width: 460px;
    height: 240px;
  }
  .network-content .details {
    width: 480px;
  }
  .network-content .details .item-network {
    width: 460px;
    margin-left: 10px;
    margin-right: 10px;
    float: left;
  }
  .network-content .details .item-network .lists {
    width: 460px;
  }
  .network-content .details .item-network .lists .title {
    text-align: center;
    padding-bottom: 20px;
  }
  .network-content .details .item-network .lists .border {
    margin: 0 auto;
  }
  .network-content .details .item-network .lists .displayer li {
    text-align: center;
  }
  .network-content .details .country {
    width: 460px;
    margin-left: 10px;
    margin-right: 10px;
    float: left;
  }
  .network-content .details .application-detail {
    width: 460px;
    margin-left: 10px;
    margin-right: 10px;
    float: left;
  }
  .network-content .details .application-detail .application-gallery {
    width: 460px;
  }
  .network-content .details .application-detail .send-app .form-input .inputs .tds li {
    width: 460px;
  }
  .network-content .details .application-detail .send-app .form-msg {
    width: 460px;
  }
  .network-content .details .application-detail .send-app .form-msg .upload-input {
    width: 460px;
  }
  .product-app .application {
    width: 480px;
  }
  .portfolio-menu .menu-holder .holder {
    width: 480px;
  }
  .portfolio-menu .menu-holder .holder #sync2 {
    width: 380px;
  }
}
@media screen and (max-width: 760px) {
  body {
    overflow-x: hidden;
  }
  .bci-image {
    background-size: auto;
  }
  /*.map-container{

        margin-bottom: 41px;
    }*/
  #map-image {
    display: none;
  }
  #map-imageNetwork {
    display: block;
    max-width: 160% !important;
    margin-left: -90px;
  }
  header .desktop-top {
    display: none;
  }
  header .mobile-top {
    display: block;
  }
  header .mobile-top .logo {
    width: 220px;
  }
  header .mobile-top .logo img {
    width: 100%;
    display: block;
  }
  .banner {
    position: relative;
  }
  .banner .item img {
    width: 100%;
    display: block;
    height: auto;
  }
  .banner .item .caption .info-text {
    line-height: 32px;
    font-size: 30px;
  }
  footer {
    /*background-image: url(../images/icons-BCI-menu-white.png);
        background-size:34px;
        background-repeat:no-repeat;
            background-position: 95%;*/
    padding: 20px 0;
  }
  footer .footer-part {
    width: 100%;
  }
  footer .footer-part .column-4 {
    width: 100%;
  }
  footer .footer-part .column-3 {
    width: 100%;
  }
  footer .footer-part .menu-part > ul {
    display: none;
  }
  footer .footer-part .menu-part > ul > li > ul {
    display: none;
  }
  footer .footer-part .menu-part .social {
    margin-top: 7px;
    margin-left: 3px;
  }
  a.footer-link {
    display: block;
  }
  #legal-structure img {
    max-width: 100%;
  }
  #legal-structure .company-listing .company-item {
    width: 220px;
  }
  #legal-structure .company-listing:nth-child(even) {
    float: left;
    margin-left: 20px;
  }
  .team-members .team-member {
    margin-bottom: 27px;
  }
  .team-members .team-member figure {
    width: 300px;
    margin-left: 10px;
    margin-right: 10px;
    float: none;
    margin: 0 auto;
    margin-bottom: 10px;
  }
  .team-members .team-member .description {
    width: 300px;
    margin-left: 10px;
    margin-right: 10px;
    float: none;
    margin: 0 auto;
  }
}
/* Mobile Portrait: 320px grid */
@media screen and (max-width: 479px) {
  body {
    overflow-x: hidden;
  }
  .owl-theme .owl-controls .owl-page span {
    width: 9px !important;
    /*Ahmad*/
    height: 9px !important;
  }
  .news-holder {
    margin: 0 10px !important;
  }
  .footer-part .menu-part {
    margin-left: 10px;
  }
  .footer-part .social {
    margin-left: 3px;
  }
  .menu-button {
    position: absolute;
    right: 9px;
  }
  .menu-button img {
    margin-top: 7px;
    /*Ahmad*/
    width: 25px !important;
    /*Ahmad*/
  }
  td {
    word-wrap: break-word;
  }
  header {
    padding: 25px 0 0px 0;
  }
  header .desktop-top {
    display: none;
  }
  header .mobile-top {
    display: block;
  }
  header .mobile-top .logo {
    float: left;
    margin: 0 auto;
    padding-left: 5px;
  }
  header .mobile-top nav {
    width: 100%;
    margin: 0 auto;
    display: none;
  }
  header .mobile-top nav > .titles > li {
    display: block;
    width: 100%;
    padding-bottom: 0px;
  }
  header .mobile-top .menu-link {
    right: 5px;
  }
  .grid {
    width: 320px;
  }
  .full {
    width: 300px;
    margin-left: 10px;
    margin-right: 10px;
    float: none;
  }
  .half {
    width: 140px;
    margin-left: 10px;
    margin-right: 10px;
    float: left;
  }
  .banner .item .caption {
    display: none;
  }
  .products .product-part .sign-container {
    width: 300px;
    margin-left: 10px;
    margin-right: 10px;
    float: left;
    margin-top: 0px;
    margin-bottom: 0px;
    min-height: 0px;
  }
  .products .product-part .sign-container .right-arrow {
    display: none;
  }
  .products .product-part .sign-container p {
    font-size: 30px;
    padding-top: 10px;
    width: 100%;
  }
  .products .product-part .prod-container {
    width: 300px;
    margin-left: 10px;
    margin-right: 10px;
    float: none;
    display: inline-block;
  }
  .products .product-part .prod-container #owl-slide .item {
    margin: 20px 0px 26px;
    width: 300px;
  }
  .products .prod-arrow {
    top: 1%;
  }
  .bci-image {
    background-size: auto;
  }
  .bci-image .box {
    width: 240px;
  }
  .bci-image .box .box-item {
    margin-top: 15px;
  }
  .news-container {
    padding-bottom: 0;
  }
  .news-container .news-item {
    width: 300px;
    margin-left: 10px;
    margin-right: 10px;
    float: left;
  }
  .news-container .news-item .news-content {
    width: 220px;
    top: 30%;
    left: 12%;
  }
  .news-container .news-item .news-content:hover .border-arrow {
    width: 0;
  }
  .news-container .news-item .news-content:hover .border-arrow .arrow-img {
    left: 0;
  }
  .news-container .news-item .news-content .description .title-news {
    font-size: 25px;
  }
  .news-container1 {
    padding-bottom: 0px;
  }
  .news-container1 .news-item1 {
    width: 300px;
    margin-left: 10px;
    margin-right: 10px;
    float: left;
  }
  .news-container1 .news-item1 .overlaying {
    height: 179px;
  }
  .news-container1 .news-item1 .news-content1 {
    width: 220px;
    top: 30%;
    left: 12%;
  }
  .news-container1 .news-item1 .news-content1 .description1 .title-news1 {
    font-size: 25px;
  }
  .news-container1 .news-item1 .news-content1 .description1 .title-news1.first {
    padding-right: 10px;
    padding-top: 10px;
    padding-left: 15px;
  }
  .news-container1 .group-part {
    width: 320px;
    width: 306px;
  }
  .news-container1 .group-part .details {
    width: 300px;
    margin-left: 10px;
    margin-right: 10px;
    float: left;
  }
  .news-container1 .group-part .figure-item {
    width: 300px;
    margin-left: 10px;
    margin-right: 10px;
    float: left;
  }
  .news-container1 .group-part .figure-item .figure-text {
    width: 300px;
  }
  .news-container1 .background-part {
    width: 320px;
    width: 306px;
    margin-left: 8px;
  }
  .news-container1 .background-part .timeline-title {
    width: 300px;
  }
  .news-container1 .background-part .image-1 {
    width: 300px;
  }
  .news-container1 .background-part .image-2 {
    width: 300px;
    float: none;
  }
  .news-container1 .background-part .image-2 .history-img2 {
    margin-top: 22px;
    width: 100%;
  }
  .news-container1 .background-part .bg-description {
    width: 300px;
    padding-bottom: 50px;
  }
  .news-container1 .governance-part {
    width: 320px;
  }
  .news-container1 .governance-part .governance {
    width: 300px;
    margin-left: 10px;
    margin-right: 10px;
    float: left;
  }
  .news-container1 .search {
    width: 320px;
  }
  .news-container1 .search .governance {
    width: 300px;
    margin-left: 10px;
    margin-right: 10px;
    float: left;
  }
  #sync1 .item .portfolio-part {
    width: 320px;
  }
  #sync1 .item .portfolio-part .portfolio-item {
    width: 300px;
    margin-left: 10px;
    margin-right: 10px;
    float: left;
    margin-top: -1px;
  }
  #sync1 .item .portfolio-part .portfolio-item .portfolio-title {
    width: 300px;
  }
  #sync1 .item .portfolio-part .portfolio-item .portfolio-title p {
    font-size: 12px;
  }
  #sync1 .item .portfolio-part .portfolio-item .portfolio-show {
    width: 300px;
  }
  #sync1 .item .portfolio-part .portfolio-item .portfolio-show .buttons {
    width: 300px;
  }
  #sync1 .item .portfolio-part .portfolio-item .portfolio-show .photo-gallery {
    width: 300px;
    height: 180px;
  }
  #sync1 .item .portfolio-part .portfolio-item .portfolio-show .photo-gallery .owl-theme .owl-controls {
    width: 100%;
    bottom: 55px;
  }
  #sync1 .item .portfolio-part .portfolio-item .portfolio-show .photo-gallery .owl-theme .owl-controls .owl-page span {
    margin: 0px 10px;
  }
  .network-container .network-part .network-text {
    width: 300px;
    margin-left: 10px;
    margin-right: 10px;
    float: left;
    padding-top: 20px;
    padding-top: 0px;
  }
  .network-container .network-part .network-text .title {
    padding-bottom: 40px;
  }
  .network-container .network-part .network-text .title span {
    font-size: 38px;
  }
  .network-container .network-part .network-text .title p {
    font-size: 18px;
  }
  .network-container .network-part .text {
    width: 300px;
    margin-left: 10px;
    margin-right: 10px;
    float: left;
  }
  .network-container .network-part .text .title {
    text-align: center;
  }
  .map-container {
    background: #fff;
    height: 100%;
  }
  .map-container .network-menu {
    width: 320px;
  }
  .map-container .network-menu .network li {
    width: 100%;
    padding-top: 15px;
    margin-right: 0px;
    text-align: center;
    height: 100%;
    padding-bottom: 5px;
    background: #fff;
  }
  .map-container .network-menu .network li .borders {
    height: 35px;
  }
  .map-container .network-menu .network li .borders p {
    padding-left: 5px;
    padding-right: 5px;
  }
  .map-container .network-menu .network li:last-child {
    min-width: 100%;
    padding-bottom: 1px;
  }
  .map-container .network-menu .network li:first-child {
    padding-top: 0px;
  }
  .map-container .network-menu .network li ul li.listing {
    border-bottom: 1px solid grey;
  }
  .map-container .network-menu .network li ul li .displayer {
    padding-top: 10px;
    position: relative;
    z-index: 20;
    margin-top: 0px;
    background: #ffffff;
  }
  .map-container .network-menu .network li ul li .displayer li {
    padding-top: 20px;
  }
  .map-container .network-menu .network li ul li .displayer li.active .country-title {
    color: #899097;
  }
  .second-menu .menu-holder .holder {
    text-align: center;
    width: 320px;
  }
  .second-menu .menu-holder .holder #sync2 {
    width: 300px;
  }
  header {
    padding-top: 15px;
  }
  header .mobile-top .right-menu {
    display: none;
  }
  .banner .item .centralise .img-holder img {
    width: 180%;
  }
  .banner .item .centralise .caption1 {
    top: 25%;
  }
  .banner .item .centralise .caption1 .info-text {
    width: 240px;
    line-height: 30px;
  }
  .banner .item .centralise .caption1 .info-text .list-text {
    width: 100%;
    font-size: 25px;
  }
  .banner .item .centralise .caption1 .info-text .portfolio-arrow {
    position: absolute;
    top: 150px;
  }
  .banner .item .portfolio-caption {
    padding: 5px 0px;
  }
  .banner .item .portfolio-caption .info-text {
    width: 320px;
  }
  .banner .item .portfolio-caption .info-text .list-text {
    font-size: 35px;
    padding-left: 10px;
  }
  .banner .item .portfolio-caption .info-text .desc {
    display: none;
  }
  .banner .item .portfolio-caption .info-text .portfolio-arrow {
    display: none;
    right: 35%;
    top: 240px;
  }
  .contact-container {
    padding-top: 50px;
  }
  .contact-container .contact-part {
    width: 320px;
  }
  .contact-container .contact-part .contact-item {
    width: 300px;
    margin-left: 10px;
    margin-right: 10px;
    float: left;
  }
  .contact-container .contact-part .contact-item .details {
    width: 300px;
  }
  .contact-container .contact-form {
    width: 320px;
  }
  .contact-container .contact-form .form-input {
    width: 300px;
    margin-left: 10px;
    margin-right: 10px;
    float: left;
  }
  .contact-container .contact-form .form-input .inputs ul li {
    width: 100%;
  }
  .contact-container .contact-form .form-msg {
    width: 300px;
    margin-left: 10px;
    margin-right: 10px;
    float: left;
  }
  .network-content .photo-gallery .application-gallery {
    width: 300px;
    padding-bottom: 0px;
    height: 235px;
  }
  .network-content .photo-gallery .application-gallery #owl-app .owl-controls {
    width: 100%;
  }
  .network-content .photo-gallery .application-gallery #owl-app .owl-controls .owl-page span {
    margin: 16px 20px;
    width: 29px;
  }
  .network-content .photo-gallery .application-gallery #owl-app .item {
    padding-bottom: 0;
  }
  .network-content .details {
    width: 320px;
  }
  .network-content .details .item-network {
    width: 300px;
    margin-left: 10px;
    margin-right: 10px;
    float: left;
  }
  .network-content .details .item-network .lists {
    width: 300px;
  }
  .network-content .details .item-network .lists .title {
    text-align: center;
    padding-bottom: 20px;
  }
  .network-content .details .item-network .lists .border {
    margin: 0 auto;
  }
  .network-content .details .item-network .lists .displayer li {
    text-align: center;
  }
  .network-content .details .country {
    width: 300px;
    margin-left: 10px;
    margin-right: 10px;
    float: left;
  }
  .network-content .details .application-detail {
    width: 300px;
    margin-left: 10px;
    margin-right: 10px;
    float: left;
  }
  .network-content .details .application-detail .application-title .title {
    max-width: 70%;
    font-size: 15px;
  }
  .network-content .details .application-detail .application-gallery {
    width: 300px;
    padding-bottom: 0;
    height: 235px;
  }
  .network-content .details .application-detail .application-gallery #owl-app .owl-controls {
    width: 100%;
  }
  .network-content .details .application-detail .application-gallery #owl-app .owl-controls .owl-page span {
    margin: 16px 20px;
    width: 29px;
  }
  .network-content .details .application-detail .application-gallery #owl-app .item {
    padding-bottom: 50px;
  }
  .network-content .details .application-detail .send-app .form-input .inputs .tds li {
    width: 300px;
  }
  .network-content .details .application-detail .send-app .form-input .inputs .tds li .input-display {
    width: 96%;
  }
  .network-content .details .application-detail .send-app .form-input .inputs .tds li .select {
    width: 96%;
  }
  .network-content .details .application-detail .send-app .form-msg {
    width: 300px;
  }
  .network-content .details .application-detail .send-app .form-msg .upload-input {
    width: 300px;
  }
  .network-content .details .application-detail .send-app button {
    margin-left: 16px;
  }
  .product-app {
    padding-top: 0px;
  }
  .product-app .application {
    width: 320px;
    width: 306px;
  }
  .product-app .application .item {
    margin: 50px 10px 10px;
  }
  .portfolio-menu .menu-holder .holder {
    width: 320px;
  }
  .portfolio-menu .menu-holder .holder #sync2 {
    width: 300px;
  }
  #legal-structure .company-listing .company-item {
    width: 300px;
    float: none;
  }
  #legal-structure .company-listing .company-item:nth-child(even) {
    float: none;
    margin-left: 0px;
  }
}
.owl-carousel {
  -ms-touch-action: pan-y;
  display: none;
  position: relative;
  width: 100%;
}
.owl-carousel .owl-wrapper {
  -moz-backface-visibility: hidden;
  -moz-transform: translate3d(0, 0, 0);
  -ms-backface-visibility: hidden;
  -ms-transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0px, 0px, 0px);
  display: none;
  position: relative;
}
.owl-carousel .owl-wrapper:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden;
}
.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.owl-wrapper-outer.autoHeight {
  display: contents;
}
.owl-carousel .owl-wrapper-outer.autoHeight {
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  -webkit-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item {
  -moz-backface-visibility: hidden;
  -moz-transform: translate3d(0, 0, 0);
  -ms-backface-visibility: hidden;
  -ms-transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  float: left;
}
.owl-controls {
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  user-select: none;
}
.owl-controls .owl-page {
  cursor: pointer;
}
.owl-controls .owl-buttons div {
  cursor: pointer;
}
.grabbing {
  cursor: url(grabbing.html) 8 8, move;
}
.owl-theme .owl-controls {
  margin-top: 10px;
  text-align: center;
  position: absolute;
  bottom: 25px;
  text-align: right;
  width: 100%;
}
.owl-theme .owl-controls .owl-buttons div {
  *display: inline;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  background: #869791;
  border-radius: 30px;
  color: #ffffff;
  display: inline-block;
  filter: alpha(opacity=50);
  font-size: 12px;
  margin: 5px;
  opacity: 0.5;
  padding: 3px 10px;
  zoom: 1;
}
.owl-theme .owl-controls .owl-page {
  *display: inline;
  display: inline-block;
  zoom: 1;
}
.owl-theme .owl-controls .owl-page span {
  border: 1px #fff solid;
  display: block;
  filter: alpha(opacity=50);
  height: 12px;
  margin: 5px 7px;
  opacity: 0.5;
  width: 12px;
}
.owl-theme .owl-controls .owl-page span.owl-numbers {
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  color: #ffffff;
  font-size: 12px;
  height: auto;
  padding: 2px 10px;
  width: auto;
}
.owl-theme .owl-controls .owl-page.active span {
  filter: alpha(opacity=100);
  opacity: 1;
  background: #fff;
}
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
  filter: alpha(opacity=100);
  opacity: 1;
  text-decoration: none;
}
.owl-theme .owl-controls.clickable .owl-page:hover span {
  filter: alpha(opacity=100);
  opacity: 1;
}
.owl-item.loading {
  background: url(AjaxLoader.html) no-repeat center center;
  min-height: 150px;
}
.photo-gallery {
  position: relative;
  height: 350px;
}
.photo-gallery .owl-theme .owl-controls {
  margin: 0;
  text-align: center;
  margin-bottom: -100px;
}
.photo-gallery .owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
}
.photo-gallery .owl-theme .owl-controls .owl-page span {
  display: block;
  margin: 40px 10px;
  background: #b5b8bb;
  width: 40px;
  height: 4px;
}
.photo-gallery .owl-theme .owl-controls .owl-page.active span {
  background: #7ebb42 none repeat scroll 0% 0%;
}
.photo-gallery .item {
  text-align: center;
  /*Ahmad*/
}
.application-gallery {
  position: relative;
  height: 350px;
}
.application-gallery .owl-theme .owl-controls {
  margin: 0;
  text-align: center;
  margin-bottom: -100px;
}
.application-gallery .owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
}
.application-gallery .owl-theme .owl-controls .owl-page span {
  display: block;
  margin: 40px 10px;
  background: #b5b8bb;
  width: 40px;
  height: 4px;
}
.application-gallery .owl-theme .owl-controls .owl-page.active span {
  background: #7ebb42 none repeat scroll 0% 0%;
}
/* -----------------------------------
 TIMELINE FLAT PORTFOLIO 
 ---------------------------------- */
timelineFlat .item {
  padding-top: 0px !important;
}
.timelineFlat.timelineFlatPortfolio .item .read_more {
  margin-top: 20px;
}
.timelineFlat.timelineFlatPortfolio .item,
.timelineFlat.timelineFlatPortfolio .item_open {
  height: 427px;
}
/* -----------------------------------
 TIMELINE FLAT BLOG 
 ---------------------------------- */
.timelineFlat.timelineFlatBlog .item,
.timelineFlat.timelineFlatBlog .item_open {
  height: 338px;
}
.timelineFlat.timelineFlatBlog .item .post_date {
  font-family: 'Ubuntu', sans-serif;
  background: #00acdb;
  color: #ffffff;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  padding: 15px;
  text-align: center;
  font-size: 24px;
  line-height: 24px;
  margin: -34px 18px 0 0;
  float: right;
  position: relative;
  z-index: 2;
}
.timelineFlat.timelineFlatBlog .item .post_date span {
  display: block;
  width: auto;
  height: auto;
  font-size: 12px;
  line-height: 12px;
  margin: 0;
}
/* -----------------------------------
 TIMELINE FLAT BASE DESIGN
 ---------------------------------- */
.timelineFlat {
  display: none;
}
.timelineLoader {
  width: 100%;
  text-align: center;
  padding: 150px 0;
}
/* fixed line holder */
.timelineFlat .timeline_line {
  margin-top: 10px;
  margin-bottom: 10px;
  width: 900px;
}
/* full (including months that are not shown) line holder */
.timelineFlat .t_line_holder {
  padding: 10px 0 0 0;
  height: 80px;
  background: url('../images/timeline/light/line.jpg') repeat-x 0px 49px;
}
/* 2 months are stored in one view */
.timelineFlat .t_line_view {
  height: 20px;
  width: 900px;
}
/* holder for 1 month (constist of nodes and month caption) - we use borders to separate months thats why it has width 2px less then 50% */
.timelineFlat .t_line_m {
  margin-top: 35px;
  height: 10px;
  border-left: 1px solid transparent;
  border-right: 1px solid #b7b6b6;
  width: 448px;
}
/* month on the right side - has left set at 459 so border would overlap border from first element (to evade duplicated borders) */
.timelineFlat .t_line_m.right {
  left: 449px;
  width: 449px;
  border-left: 1px solid #b7b6b6;
  border-right: 1px solid transparent;
}
/* month caption */
.timelineFlat h4.t_line_month {
  font-family: 'Ubuntu', sans-serif;
  font-size: 12px;
  margin: -30px 0 0;
  color: #b7b6b6;
}
/* node on the timeline */
.timelineFlat a.t_line_node {
  text-decoration: none;
  padding: 0px 0 4px;
  font-family: 'Ubuntu', sans-serif;
  height: 10px;
  font-size: 12px;
  top: -25px;
  position: relative;
  color: transparent;
  font-weight: bold;
  font-size: 15px;
}
.timelineFlat a.t_line_node:after {
  content: "";
  border-radius: 22px;
  height: 10px;
  width: 10px;
  border: 2px solid #ffffff;
  position: absolute;
  top: 23px;
  left: 50%;
  margin: 0 0 0 -7px;
  background: #00acdb;
}
.timelineFlat a.t_line_node.active {
  color: #00acdb;
}
.timelineFlat a.t_line_node.active:after {
  border: 2px solid #b7b6b6;
}
.timelineCard a.t_line_node {
  color: transparent;
}
/* node description */
.timelineFlat .t_node_desc {
  /*    white-space: normal !important;
        top:-50px;
        opacity: 0;
        filter: alpha(opacity=0);
        left: 50%;
        color:#fff;
        display: inline-block !important;
        position: relative;
        transition:top 200ms, opacity 500ms;
        -webkit-transition:top 200ms, opacity 500ms;
        -moz-transition:top 200ms, opacity 500ms;*/
}
.timelineFlat a.t_line_node:hover .t_node_desc {
  /*    top:0;
        opacity: 1;
        filter: alpha(opacity=100);*/
}
.timelineFlat .t_node_desc span {
  /*    display:none;
        white-space: nowrap;
        margin-left: -50%;
        margin-right: 50%;
        margin-top: -16px;
        display: block !important;
        padding:8px;
        border-radius: 3px;
        background: #00acdb;
        position: relative;*/
}
.timelineFlat .t_node_desc span:after {
  /*    content: "";
        width: 0;
        height: 0;
        display: block;
        position: absolute;
        bottom: -10px;
        border:5px solid transparent;
        border-top:5px solid #00acdb;
        left:50%;
        margin-left: -5px;*/
}
.timelineFlat #t_line_left,
.timelineFlat #t_line_right {
  display: inline-block;
  font-family: 'Ubuntu', sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  cursor: pointer;
  top: 37px;
  width: 14px;
  height: 21px;
  font-size: 21px;
  color: #b7b6b6;
  position: relative;
}
.timelineFlat #t_line_left:hover,
.timelineFlat #t_line_right:hover {
  color: #00acdb;
}
/* line arrow left */
.timelineFlat #t_line_left {
  left: -5px;
}
.timelineFlat #t_line_left:after {
  content: "<";
  position: absolute;
  right: 0;
  top: 0;
  z-index: 999999;
}
/* line arrow right */
.timelineFlat #t_line_right {
  right: -5px;
}
.timelineFlat #t_line_right:after {
  content: ">";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 999999;
}
.timelineFlat {
  display: none;
}
.timeline_items_wrapper {
  position: relative;
  width: 100%;
  margin: 10px 0;
}
.as {
  height: 168px;
}
/* items container */
.timelineFlat .timeline_items {
  padding: 0;
}
/* single item (margines set from javascript) */
.timelineFlat .item {
  width: 300px;
  height: 350px;
  background: #eaeaea;
  color: #777777;
  font-size: 14px;
  line-height: 14px;
  position: relative;
  padding-bottom: 0px !important;
}
.timelineFlat .item.item_node_hover:before {
  content: "";
  position: absolute;
  height: 4px;
  background: #00acdb;
  width: 100%;
  z-index: 2;
  top: 0;
  left: 0;
}
.timelineFlat .item.item_node_hover:after {
  content: "";
  position: absolute;
  height: 0;
  width: 0;
  z-index: 2;
  top: 0;
  left: 50%;
  margin: 4px 0 0 -6px;
  border: 6px solid transparent;
  border-top: 6px solid #00acdb;
}
/* ----- content - non-plugin elements ----- */
.timelineFlat .item img {
  margin-top: 0;
  width: 100%;
}
.timelineFlat .item {
  /*        &.displayShow{
                    
                    &.initial{
                        filter: grayscale(0);
                    }
                    .timline-overlay{
                        display:none;
                    }
        
                }*/
}
.timelineFlat .item .initial {
  position: relative;
  z-index: 1;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -khtml-filter: grayscale(100%);
}
.timelineFlat .item .timline-overlay {
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0;
  z-index: 2;
  height: 100%;
  width: 100%;
}
.timelineFlat .item:hover .timline-overlay {
  display: none;
}
.timelineFlat .item:hover .initial {
  filter: grayscale(0);
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  -o-filter: grayscale(0);
  -ms-filter: grayscale(0);
  -khtml-filter: grayscale(0);
}
.timelineFlat .item h2 {
  font-family: 'Ubuntu', sans-serif;
  padding: 43px 22px 15px;
  margin: 0;
  font-size: 32px;
  line-height: 12px;
  color: #00acdb;
  font-weight: bold;
}
.timelineFlat .item span {
  display: block;
  margin: 0px 20px 10px;
  height: 75px;
  color: #3b3e41;
  font-size: 15px;
  font-weight: lighter;
  line-height: 1.5;
}
.timelineFlat .item .read_more {
  font-family: 'Ubuntu', sans-serif;
  padding: 10px;
  font-size: 12px;
  line-height: 12px;
  float: left;
  color: #ffffff;
  cursor: pointer;
  margin: 0 20px 20px;
  border-radius: 3px;
  background: #00acdb;
  transition: background-color 300ms;
  -webkit-transition: background-color 300ms;
  -moz-transition: background-color 300ms;
}
.timelineFlat .item .read_more:hover {
  background: #f75f5f;
}
/* ----------------------------------------- */
/* item details (margines set from javascript) */
.timelineFlat .item_open {
  width: 410px;
  height: 410px;
  background: #eaeaea;
  position: relative;
  color: #777777;
  z-index: 2;
}
.timelineFlat .item_open h2 {
  font-family: 'Ubuntu', sans-serif;
  margin: 0 0 10px;
  padding-top: 0;
  font-size: 12px;
  line-height: 12px;
  color: #00acdb;
}
/* item details content wrapper (used for animation - shuld have same width as .item_open) */
.timelineFlat .item_open_cwrapper {
  width: 410px;
  height: 100%;
}
.timelineFlat .item_open_content {
  width: 100%;
  height: 100%;
  position: relative;
}
.timelineFlat .item_open_content .ajaxloader {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -10px 0 0 -100px;
}
/* ----- content - non-plugin elements ----- */
.timelineFlat .timeline_open_content {
  padding: 20px;
}
.timelineFlat .mCSB_container {
  margin-right: 16px;
}
.timelineFlat .mCS-light-thin > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background: #00acdb;
}
.timelineFlat .mCS-light-thin > .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  color: #f75f5f;
}
.timelineFlat .mCS-light-thin > .mCSB_scrollTools .mCSB_draggerRail {
  background: #aaaaaa;
}
.timelineFlat .mCustomScrollBox > .mCSB_scrollTools {
  width: 8px;
}
.timelineFlat .item_open .t_close {
  position: absolute;
  top: 20px;
  right: 16px;
  padding: 0 2px 2px 2px;
  width: 12px;
  height: 12px;
  font-size: 16px;
  line-height: 12px;
  color: #00acdb;
  cursor: pointer;
  z-index: 2;
  text-align: center;
  transition: color 300ms;
  -webkit-transition: color 300ms;
  -moz-transition: color 300ms;
}
.timelineFlat .item_open .t_close:hover {
  color: #f75f5f;
}
/* ----------------------------------------- */
/* left/right controles */
.timelineFlat .t_controles {
  margin: 0;
}
.timelineTouch.timelineFlat .t_left,
.timelineTouch.timelineFlat .t_right {
  display: none;
}
.timelineFlat:hover .t_left,
.timelineFlat:hover .t_right {
  opacity: 1;
  filter: alpha(opacity=100);
}
.timelineFlat .t_left,
.timelineFlat .t_right {
  position: absolute;
  display: block;
  height: 100%;
  width: 75px;
  margin: 0;
  cursor: pointer;
  top: 0;
  z-index: 10;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: background-color 300ms, opacity 300ms;
  -webkit-transition: background-color 300ms, opacity 300ms;
  -moz-transition: background-color 300ms, opacity 300ms;
}
.timelineFlat .t_left,
.timelineFlat .t_left:hover:active {
  left: 0;
  background: rgba(255, 255, 255, 0.5) url('../images/timeline/clean/blck-arrow-left.png') no-repeat center center;
}
.timelineFlat .t_left:hover {
  background: rgba(255, 255, 255, 0.7) url('../images/timeline/clean/blck-arrow-left.png') no-repeat center center;
}
.timelineFlat .t_right,
.timelineFlat .t_right:hover:active {
  right: 0;
  background: rgba(255, 255, 255, 0.5) url('../images/timeline/clean/blck-arrow-right.png') no-repeat center center;
}
.timelineFlat .t_right:hover {
  background: rgba(255, 255, 255, 0.7) url('../images/timeline/clean/blck-arrow-right.png') no-repeat center center;
}
/* -----------------------------------------------------------------------*/
/* ------------------------------ RESPONSIVE -----------------------------*/
/* -----------------------------------------------------------------------*/
/* --- 768px --- */
@media screen and (max-width: 980px) {
  .timelineFlat .timeline_line {
    width: 680px;
  }
  .timelineFlat .t_line_view {
    width: 680px;
  }
  .timelineFlat .t_line_m {
    width: 338px;
  }
  .timelineFlat .t_line_m.right {
    left: 339px;
    width: 339px;
  }
}
/* --- 610px --- */
@media screen and (max-width: 767px) {
  .timelineFlat .timeline_line {
    width: 300px;
  }
  .timelineFlat .t_line_view {
    width: 1060px;
  }
  .timelineFlat .t_line_m {
    width: 528px;
  }
  .timelineFlat .t_line_m.right {
    left: 530px;
    width: 528px;
  }
  .timelineFlat .t_node_desc {
    /*        font-size:8px;*/
  }
  .timelineFlat .t_line_m.right .t_node_desc {
    /*        right:auto;
                left:0;*/
  }
}
/* --- 300px --- */
@media screen and (max-width: 609px) {
  .timelineFlat .timeline_line {
    width: 300px;
  }
  .timelineFlat .t_line_view {
    width: 480px;
  }
  .timelineFlat .t_line_m {
    width: 238px;
  }
  .timelineFlat .t_line_m.right {
    left: 240px;
    width: 238px;
  }
  .timelineFlat .item_open {
    width: 280px;
    height: 390px;
  }
  .timelineFlat .item_open img {
    max-width: 280px;
  }
  .timelineFlat .item_open_cwrapper {
    width: 280px;
  }
}
.displayShow .timline-overlay {
  display: none;
}
.displayShow .initial {
  filter: grayscale(0) !important;
  -webkit-filter: grayscale(0) !important;
  -moz-filter: grayscale(0) !important;
  -o-filter: grayscale(0) !important;
  -ms-filter: grayscale(0) !important;
  -khtml-filter: grayscale(0) !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Ubuntu', sans-serif;
}
h1 {
  font-size: 38px;
}
h2 {
  font-size: 30px;
}
h3 {
  font-size: 22px;
}
h4 {
  font-size: 20px;
}
.as {
  text-decoration: none;
  color: #00acdb;
}
.as img {
  border: 0;
}
.clear {
  clear: both;
}
.half_page {
  width: 460px;
  float: left;
}
.half_page.first {
  margin-right: 20px;
}
.selectors {
  text-align: center;
  margin: 20px;
}
.selectors a {
  font-family: 'BebasNeueRegular', Sans;
  font-weight: normal;
  text-decoration: none;
  color: #313131;
  font-size: 34px;
  margin: 10px;
}
.selectors a.active,
.selectors a:hover {
  color: #00acdb;
}
a.image_rollover_bottom,
a.image_rollover_right,
a.image_rollover_top,
a.image_rollover_left {
  margin: 0;
  display: block;
  position: relative;
  overflow: hidden;
}
a.image_rollover_bottom img,
a.image_rollover_right img,
a.image_rollover_top img,
a.image_rollover_left img {
  display: block;
}
.image_roll_zoom {
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  background: url(../images/zoomIn.html) no-repeat center center;
}
.image_roll_glass {
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url('../images/glass.html') repeat;
}
.big_image {
  margin-left: -120px;
}
pre {
  border: solid 1px #dddddd;
  font-size: 11px;
  color: blue;
  margin: 10px 0;
  padding: 10px;
  background: #f2f2f2;
}
code {
  font-size: 1.2em;
  color: #008099;
}
.red {
  color: #c30000;
}
.green {
  color: #1c9600;
}
.orange {
  color: #c17b00;
}
.purple {
  color: #b100c1;
}
.blue {
  color: #1f08c9;
}
table {
  border: solid 1px #dddddd;
  background: #fff;
  margin: 10px 0;
}
th {
  padding: 10px;
  background: #dddddd;
}
td {
  padding: 10px;
  background: #f2f2f2;
}