body{
	/*min-height: 100%;*/
	padding: 0;
	margin: 0;
}
/*@viewport{
    zoom: 1.0;
    width: device-width;
}
@viewport{
    zoom: 1.0;
    width: extend-to-zoom;
}
@-ms-viewport{
    width: extend-to-zoom;
    zoom: 1.0;
}*/
h1, h2, h3, h4, h5, h6{
    text-transform: uppercase;
}
p{
    font-size: 17px;
    font-family: 'h-thin';
}
.navbar {
    position: relative;
    min-height: 120px;
    margin-bottom: 0px!important;
    border: 1px solid transparent;
}
.navbar-default {
    background-color: #fff!important;
    border-color: #fff!important;
    padding:5px 0 15px;
}
.navbar-brand {
    /*float: left;*/
    height: 50px;
    padding: 0!important;
    font-size: 18px;
    line-height: 20px;
}
.logo{
    width:110px;
    margin: 0 auto;
    float: left;
}
.follow{
	float: right;
}
.linkedin {
    width: 66px;
    height: 23px;
    border-bottom: 1px solid #bfbfbf;
    border-right: 1px solid #bfbfbf;
    border-top: 1px solid #bfbfbf;
    position: relative;
    display: inline-block;
    text-align: center;
    line-height: 22px;
    border-radius: 3px;
    background-color: #f9f9f9;
}
.linkedin i {
    position: absolute;
    left: 0;
    height: 22px;
    width: 23px;
    line-height: 22px;
    background-color: #b4b4b4;
    font-size: 17px;
    border-radius: 3px 0 0 3px;
    color:#fff;
    background-color:#2a6fb2;
}
.linkedin a{
    padding-left: 23px;
    color: #333;
    text-decoration: none;
    cursor: pointer;
    font-size: 12px;
    font-family: 'h-medium';
}
.navbar-nav {
    float: right;
    /*padding-top: 76px;*/
}
.nav > li > a {
    position: relative;
    display: block;
    padding:0!important;
}
.navbar-default .navbar-nav > li > a {
    color: #273b72!important;
    font-size: 15px;
    font-family: 'h-medium';
    text-decoration: none;
    margin: 10px 0 0 17px;
    text-transform: uppercase;
}
.navbar-default .navbar-nav > li > a:hover{
    color:#df2326;
}
.current{
    color:#df2326;
}
/*SLIDER===============================*/
.carousel-caption {
    right: 20%;
    left: 20%;
    width:30%;
    text-align: left!important;
    margin-bottom:41px!important;
}
.carousel-caption h2 {
    font-family: 'h-black';
		display: inline;
		background-color: rgba(0, 0, 0, 0.6);
		padding: 5px;
}
.carousel-caption p {
    font-family: 'h-thin';
    font-size:18px;
    margin-top:25px;
    width:100%;
		background-color: rgba(0, 0, 0, 0.6);
		padding: 5px;
}
.content{
    background-image: url(../img/background-head.png);
    background-repeat: repeat-x;
    background-color: #273b72;
    position: center 0;
    color:#fff;
    text-align: center;
}
.content-header h1{
    font-family: 'h-medium';
    text-transform: uppercase;
    padding: 61px 0 27px;
}
.content-header p{
    margin-bottom: 25px;
    padding: 0 53px;
    font-size: 16px;
    margin:35px auto;
}
.projects{
    text-align: center;
    margin:45px auto 91px;
}
.projects h3{
    font-family: 'h-medium';
    font-size:24px;
}
.projects span{
    font-family: 'h-thin';
    display: block;
    padding: 20px 35px 0;
}
.border{
    border:1px solid rgba(0,54,99,.4);
}
.footer-links{
    padding: 45px 0;
    text-align: center;
    height: 144px;
}
.footer-links a{
    font-family:'h-medium';
    display: inline-block;
    height:45px;
    width:251px;
    margin:5px 8px;
    line-height:47px;
    border-radius: 5px;
    background: -webkit-linear-gradient(#2b4781, #233b6e); /* For Safari 5.1 to 6.0 */
       background: -moz-linear-gradient(#2b4781, #233b6e); /* For Firefox 3.6 to 15 */
           background: -o-linear-gradient(#2b4781, #233b6e); /* For Opera 11.1 to 12.0 */
               background: linear-gradient(#2b4781, #233b6e); /* Standard syntax (must be last) */
    box-shadow: 3px 4px 0px #1b2e55;
    border-top:1px solid #344f86;
    border-left:1px solid #344f86;
    border-right:none;
    border-bottom:none;
    color:#fff;
    text-shadow:1px 1px 1px #000;
    text-transform: uppercase;
}
.footer-links a:hover{
    background: -webkit-linear-gradient(#233b6e, #2b4781); /* For Safari 5.1 to 6.0 */
       background: -moz-linear-gradient(#233b6e, #2b4781); /* For Firefox 3.6 to 15 */
           background: -o-linear-gradient(#233b6e, #2b4781); /* For Opera 11.1 to 12.0 */
               background: linear-gradient(#233b6e, #2b4781); /* Standard syntax (must be last) */
    box-shadow: 2px 3px 0px #1b2e55;
    border-right:1px solid #344f86;
    border-bottom:1px solid #344f86;
    border-left:none;
    border-top:none;
    color:#fff;
    text-decoration: none;
}
.footer{
    color:#637caa;
}
.footer-top{
    padding-top:45px;
}
.footer_outer{
    margin-top: 75px;
}
.box-1{
    text-align: left;
    font-family: 'h-thin';
}
.box-1 span{
    font-family: 'h-bold';
    display: block;
    margin-bottom:21px;
    font-size:20px;
}
.footer_inner{
    font-size: 18px;
}
.footer_inner img{
    margin-right: 10px;
}
.box-2 p{
    font-family: 'h-medium';
    margin:0 0 21px;
    padding: 0;
    text-align: center;
    font-size:19px;
}
.box-2 span{
    font-family: 'h-thin';
    font-size: 18px;
    text-align: center;
    display: block;
}
.box-2 img{
    margin-bottom:8px;
}
.footer h5{
    font-family: 'h-thin';
    text-transform: uppercase;
    text-align: center;
    margin: 37px auto 21px;
}
/*============================
ABOUT PAGE
=============================*/
.header_about{
    background-image: url(../img/about-us.png);
    background-repeat: no-repeat;
    background-position: center;
    padding:0px 0 125px;
    background-color: transparent;
}
.header_about h1 {
    padding-top: 95px;
    margin: 0px auto 45px;
    text-align: center;
    color: #fff;
}
/** Start: to style navigation tab **/
.nav {
    margin:15px 0 0;
    list-style: none;
}
.nav > li > a {
    display: block;
}
.nav-tabs{
    *zoom: 1;
}
.nav-tabs:before, .nav-tabs:after {
    display: table;
    content: "";
}
.nav-tabs:after {
    clear: both;
}
.nav-tabs > li {
    float: left;
    width:31%;
    margin:0 10px;
}
.nav-tabs > li > a {
    width:100%;
}
.nav-tabs {
    border-bottom: none;
}
.nav-tabs {
    border-bottom: none!important;
}
.nav-tabs > li {
    margin-bottom: 0;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #555;
    cursor: default;
    border: none;
}
.nav-tabs > li > a {
	margin-right: 0px;
	border: none;
    border-radius: none;
}
.nav > li > a:hover, .nav > li > a:focus {
	text-decoration: none;
	border:none;
}
.nav-tabs > li > a {
	padding-top: 8px;
  	padding-bottom: 8px;
  	line-height: 18px;
  	border: 1px solid transparent;
  	-webkit-border-radius: 4px 4px 0 0;
 	   -moz-border-radius: 4px 4px 0 0;
  	        border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
	border-color: none;
  	background-color: transparent!important;
  	border-radius: none;
}
.nav-tabs > .active > a,
.nav-tabs > .active > a:hover {
  	margin-top:25px;
  	cursor: default;
  	background-color: none!important;
  	border: none!important;
  	border-bottom-color: transparent;
  	border-radius:none;
}
.tab-content.active{
	display: block;
}
.tab-content.hide{
	display: none;
}
/** End: to style navigation tab **/
.about-box{
	border:1px solid #fff;
	text-align: center;
	background-color:#fff;
	opacity:0.7;
}
.one{
	background-image: url(../img/about-first.png);
	background-repeat: no-repeat;
	background-size: cover;
	padding: 43px 0 35px;
}
.second{
	background-image: url(../img/about-second.png);
	background-repeat: no-repeat;
	background-size: cover;
	padding: 43px 0 35px;
}
.third{
	background-image: url(../img/about-third.png);
	background-repeat: no-repeat;
	background-size: cover;
	padding: 43px 0 35px;
}
.fourth{
	background-image: url(../img/about-fourth.png);
	background-repeat: no-repeat;
	background-size: cover;
	padding: 37px 0 33px;
}
.about_img{
	margin: 0 auto;
}
/* Hover Style: scale up */
.about-box:hover{
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
	transform: translateY(25px);
	-webkit-transform:translateY(25px);
	-ms-transform:translateY(25px);
	-moz-transform:translateY(25px);
	-o-transform:translateY(25px);
	box-shadow:
		0px 0px 0px 10px rgba(255,255,255,1),
		1px 11px 15px 10px rgba(0,0,0,0.4);
	opacity: 1;
	text-decoration: none;
}
.caption p.about-button{
	display: block;
	width: 85%;
	height: 31px;
	line-height: 31px;
	margin: 25px auto;
	color:#000;
	border:1px solid #000;
	border-radius: 3px;
	text-transform: uppercase;
	font-size:11px;
}
.active-box{
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
	transform: translateY(25px);
	-webkit-transform:translateY(25px);
	-ms-transform:translateY(25px);
	-moz-transform:translateY(25px);
	-o-transform:translateY(25px);
	box-shadow:
		0px 0px 0px 10px rgba(255,255,255,1),
		1px 11px 15px 10px rgba(0,0,0,0.4);
	opacity: 1;
	text-decoration: none;
}
.content-about{
	padding-top: 150px;
}
/*========================
INNER ABOUT PAGES
=========================*/
/*WILLIAMS TODAY=====================*/
.today-outer{
	background-image: url(../img/about-page-background.jpg);
	background-repeat: repeat-x;
	margin: 0;
	background-color: #273b72;
}
.about-page-inner{
	text-align: center;
	color:#fff;
}
.about-page-inner img{
	margin: 35px auto 10px;
}
.about-page-inner p{
	margin:25px auto;
}
.aboutpage-boxright {
	text-align: center;
}
.aboutpage-boxleft {
	text-align: center;
}
.right-bubble {
	position: relative;
	background-color: #fff;
	border-radius: 10px;
	-webkit-box-shadow: 0px 3px 11px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 3px 11px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 3px 11px 0px rgba(0,0,0,0.5);
	padding: 50px 0 50px;
	margin-top: 75px;
}
.left-bubble{
	/*background-image: url(../img/bubble-left.png);*/
  position: relative;
	background-color: #fff;
	border-radius: 10px;
	-webkit-box-shadow: 0px 3px 11px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 3px 11px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 3px 11px 0px rgba(0,0,0,0.5);
	padding: 50px 0 50px;
	margin-top: 90px;
}
.arrow-l {
	width: 21px;
	height: 40px;
	background-image: url(../img/arrow_r.png);
	position: absolute;
  top: 50%;
  right: -30px;
  transform: translate(-50%,-50%);
}
.arrow-r {
	width: 21px;
	height: 40px;
	background-image: url(../img/arrow_l.png);
	position: absolute;
  top: 50%;
  left: -10px;
  transform: translate(-50%,-50%);
}
.caption-today-left {
	color: #000;
	width: 93%;
}
.caption-today-left h3{
	color:#273b72;
	margin:0 auto 15px;
}
.caption-today-left p{
	font-size: 13px;
	padding:0 35px;
	margin:0;
}
.caption-today {
	color: #000;
	height: 100%;
	width: 98%;
	margin: 0 auto;
}
.caption-today h3{
	color:#273b72;
	margin:0 auto 15px;
}
.caption-today p{
	font-size:13px;
	padding:0 45px 0 55px;
	margin: 0;
}
/*HISTORY COMPANY======================*/
.history-chart{
	background-image: url(../img/table-graph.png);
	background-position: center center;
	background-repeat: no-repeat;
	width: 100%;
	height: 756px;
	padding-top:200px;
	margin-top:200px;
}
.all-div {
	display: block;
	width: 21px;
	height: 21px;
	border-radius: 25px;
	color: #fff;
	background-color: #fff;
}
.all-div:hover{
	box-shadow:0px 1px 2px 13px rgba(225,225,225,.2);
}
div#tipDiv {
	font-size:11px;
	line-height:1.2;
	color:#000;
	background-color:#fff;
	padding:11px 15px 17px;
	width:110px;
	border-radius:9px;
}
/* for optional caption */
div#tipDiv div.caption {
    font-weight:bold;
    text-align:center;
    margin-bottom:5px;
}
/* for divs with classes img and txt*/
div#tipDiv div.img {
    text-align:center;
    margin:11px 0;
    display: none;
    }
div#tipDiv div.txt {
    text-align:center;
    margin:18px 0 4px;
    font-size:12px;
    }
div#tipDiv ul.tipContentList {
    margin: .5em 0 1em 2em;
    padding:0;
}
.chart span{
    display: none;
    margin-right:200px;
}
.chart-1 {
    float: right;
    margin-right: 37%;
    /*margin-bottom: 8%;*/
}
.chart-2{
    float: right;
		margin-right: 39%;
    margin-top: -0.6%;
}
.chart-3 {
    float: right;
    margin-right: 49.5%;
    margin-top: 1%;
}
.chart-4 {
    float: right;
    margin-right: 53.5%;
		margin-top: 0.4%
}
.chart-5{
    margin: 9px 58.2% 0px auto;
}
.chart-6 {
    float: right;
    margin-right: 60.5%;
    margin-top: -0.6%;
}
.chart-7{
    margin-left: 27.2%;
    margin-top: 4%;
}
.chart-8{
    margin-left: 24.1%;
    margin-top: 0%;
}
.chart-9 {
    margin-left: 18%;
    margin-top: 2%;
}
.chart-10 {
		margin-left: 79.2%;
		margin-top: -4.4%;
}
.chart-11 {
    margin-left: 72.5%;
    margin-top: 2%;
}
.chart-12 {
    margin-left: 70.5%;
    margin-top: -0.7%;
}
.chart-13 {
    margin-left: 66.8%;
    margin-top: 0.3%;
}
.chart-14 {
    margin-left: 64.8%;
    margin-top: -0.7%;
}
.chart-15 {
    margin-left: 53.5%;
    margin-top: 1.4%;
}
.chart-16 {
		margin-left: 74.5%;
		margin-top: 2.5%;
}
.years{
    text-align: left;
    padding-left: 200px;
}
span.year-1{
    margin-left:0%;
    display: inline-block;
}
span.year-2{
    margin-left: 10%;
}
span.year-3{
    margin-left: 10%;
}
span.year-4{
    margin-left: 10%;
}
span.year-5{
    margin-left: 10%;
}
span.year-6{
    /*margin-left: 10%;*/
}
span.year-7{
    margin-left: 7%;
}
span.year-8{
    margin-left: 7%;
}
span.year-9{
    margin-left: 7%;
}
span.year-10{
    margin-left: 7%;
}

/*======================
COMPANY PROFILE
=======================*/
.company{
	text-align: center;
	color:#fff;
	margin:0 auto;
}
.company img{
	margin:35px auto;
}
.company-tree{
	margin-top: 95px;
}
/*======================
CAPABILITY STATEMENT
=======================*/
.statement{
	margin:0 auto;
	text-align: center;
	padding-top:20px;
	color:#fff;
}
.content-about{
	padding-top: 41px;
}
.content-statement{
	margin-top:9%;
}
.tab-content{
      text-align: center;
}
#statement-container{
      margin:0 auto;
      text-align: center;
      width:800px;
      height: 400px;
}
#statement-container p{
      font-size: 13px;
}
.nav-controls {
      padding: 0;
      width: 45%;
      margin: 0px auto 11px;
      overflow-y: hidden;
      background-color: #999;
      border-radius: 25px;
      text-align: center;
}
.nav-controls span {
     display: inline-block;
     height: 27px;
     width: 37px;
     padding: 0;
     background: no-repeat;
     background-position: 5px 6px;
     text-indent: 100%;
     white-space: nowrap;
     overflow: hidden;
     cursor: pointer;
}
 #zoomIn {
  background-image: url(../images/zoom_in.png);
}
 #zoomOut {
  background-image: url(../images/zoom_out.png);
}
 #first {
  background-image: url(../images/arrow_double_left.png);
}
 #last {
  background-image: url(../images/arrow_double_right.png);
}
 #next {
  background-image: url(../images/arrow_right.png);
}
 #back {
  background-image: url(../images/arrow_left.png);
}
 #slideshow {
  background-image: url(../images/slideshow_play.png);
}
 #slideshow.wowbook-disabled {
  background-image: url(../images/slideshow_pause.png);
}
 #flipsound {
  background-image: url(../images/sound_on.png);
}
 #flipsound.wowbook-disabled {
  background-image: url(../images/sound_off.png);
}
#thumbs {
  background-image: url(../images/thumbs.png);
}
 #fullscreen {
  background-image: url(../images/fullscreen_on.png);
}
 #fullscreen.wowbook-disabled {
  background-image: url(../images/fullscreen_off.png);
}
.nav-controls a:active, .nav-controls a:hover, .nav-controls a {
  outline: none;
}
.title{
        margin-top:25px;
        margin-bottom:10px;
        color:#555;
        text-align: center;
}
.photo{
        width:90%;
        margin:auto auto;
        position: relative;
        display: block;
}
.caption{
        font-size:17px;
        color:#222;
        text-align: center;
        text-transform: uppercase;
        margin-top:10px;
}
.page-3{
  -webkit-column-count:3;
     -moz-column-count:3;
          column-count:3;
}
.split{
  -webkit-column-count:3;
     -moz-column-count:3;
          column-count:3;
}
.page-6{
  -webkit-column-count:2;
     -moz-column-count:2;
          column-count:2;
}
.form-container{
  width: 100%;
  height: 100%;
  background-image: url(../images/map_australia.png);
  background-repeat: no-repeat;
  background-position: center;
}
.page-10 img{
    width: 99%;
    height: 90%;
    margin: 0 auto;
}
.list-statement-docs input, .list-statement textarea {
 -webkit-border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
     -ms-border-radius: 3px 3px 3px 3px;
        -o-border-radius: 3px 3px 3px 3px;
            border-radius: 3px 3px 3px 3px;
  background-color: #Fff;
  border: 1px solid #CCCCCC;
  color: #555555;
  font: 13px/18px Helvetica Neue, Helvetica, Arial, sans-serif !important;
  margin: 2px 0;
  padding: 3px 4px;
  width: 200px;
  display: block;
}
.list-statement-docs input:focus, .list-statement-docs textarea:focus {
  -webkit-box-shadow: 0 0 8px #ff507b;
     -moz-box-shadow: 0 0 8px #ff507b;
       -ms-box-shadow: 0 0 8px #ff507b;
         -o-box-shadow: 0 0 8px #ff507b;
             box-shadow: 0 0 8px #ff507b;
  border-color: rgba(82, 168, 236, 0.75) !important;
  border-color: #ff507b !important;
  outline: none;
}
#submit-statement{
  height:35px;
  width:100px;
  margin:10px 0 0;
  line-height:47px;
  border-radius: 5px;
  background: -webkit-linear-gradient(#2b4781, #233b6e); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(#2b4781, #233b6e); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(#2b4781, #233b6e); /* For Firefox 3.6 to 15 */
  background: linear-gradient(#2b4781, #233b6e); /* Standard syntax (must be last) */
  border-top:1px solid #344f86;
  border-left:2px solid #344f86;
  border-right:none;
  border-bottom:none;
  color:#fff;
  text-shadow:1px 1px 1px #000;
  text-transform: uppercase;
}
.list-statement-docs{
    margin: auto auto;
}
.list-statement-docs .wowbook-page-number{
    color:#999;
}
.list-statement-docs .wowbook-page-content {
  background: #fff;
  border-left: 15px solid #ddd;
  border-right: 15px solid #ddd;
  border-top:none;
  border-bottom:none;
  padding: 1em 1em;
  border-radius:5px;
}
.list-statement-docs .wowbook-right .wowbook-page-content {
  background-image: url('../imgs/page_right_background.png');
  background-position: right top;
  border-left-width: 0px;
  padding-left: 2em;
}
.list-statement-docs .wowbook-left .wowbook-page-content {
  background-image: url('../imgs/page_left_background.png');
  background-position: right top;
  border-right-width: 0px;
  padding-right: 2em;
}

.list-statement-docs .cover {
  border: none;
  color: white;
}
.list-statement-docs .cover img {
 display: block;
  margin: auto;
  margin-top: 50px;
  position: relative;
}

/*====================
PROJECTS PAGE
=====================*/
.big-image-projects{
	background-image: url(../img/projects-head-image.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 419px;
	background-size: cover;
}
.projects-content{
	text-align: center;
	color:#fff;
	margin: 0;
}
.big-image-inner h1{
	font-family: 'h-medium';
	background-color: rgba(0, 0, 0, 0.6);
	padding: 5px;
	display: inline-block;
}
.projects-content h1{
	text-transform: uppercase;
	margin-bottom:35px;
	font-family: 'h-medium';
}
.projects-content p{
    margin: 51px auto 45px;
    text-transform: none;
    width: 83%;
    font-family: 'h-thin';
}
.projects-six{
	margin:110px auto 63px;
	text-align: center;
	color:#fff;
}
.project-nav{
	padding: 0;
	margin: 0;
}
.project-nav li{
	display: inline-block;
	list-style-type: none;
}
.project-nav a{
	display: inline-block;
	width: 100px;
	height: 105px;
	margin:0 45px 0;
	border-radius: 5px;
	border:none;
	background-color: rgba(42, 72, 129, .3);
	box-shadow: 4px 4px 0px #244881;
}
.project-nav img{
	margin-top: 25px;
}
.project-nav a:hover{
	box-shadow: 3px 3px 0px #244881;
	border-top:none;
	border-left:none;
	border-right:none;
	border-bottom:1px solid #244881;
	color:#fff;
	text-decoration: none;
}
.project-nav h6{
	font-family: 'h-thin';
	margin-top:15px;
}
.project-title h3 {
	font-family: 'h-medium';
	text-align: center;
	color: #fff;
	margin: 65px auto;
	padding-top: 51px;
}
.project_inner_box{
	color:#fff;
}
.project_inner_box h2{
	font-family: 'h-medium';
}
.project_inner_box p{
	margin:15px 0;
}
.project_inner_box h4{
	text-transform: uppercase;
	margin: 27px 0 5px;
}
.project_inner_box img{
	border: 5px solid #6179a2;
	border-radius:5px;
}
.border-bottom{
	margin:82px 0;
	border:1px solid #647fab;
}
.border-bottom2{
	margin-top:85px;
	border:1px solid #647fab;
}
/*===================
SERVICE PAGE
====================*/
.big-image-services{
	background-image: url(../img/service-head-image.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size:cover;
	height: 419px;
}
.content_services {
	text-align: center;
	color:#fff;
}
.content_service {
	margin-bottom: 50px;
}
.content_services img{
	margin:55px auto 0;
}
.content_services p{
	margin: 51px auto 45px;
	text-transform: none;
	width: 83%;
	font-family: 'h-thin';
}
.content_services h2{
	margin: 65px auto 40px;
	font-family: 'h-medium';
}
.content_services h4{
	/*margin-bottom:70px;*/
	padding-top:10px;
	font-family: 'h-medium';
}
.clients-services{
	background-image: url(../img/clients-background.png);
	background-repeat: no-repeat;
	background-position: center;
	width:100%;
	height:100%;
	padding:33px 0;
	margin-top:73px;
}
.clients-services img{
	margin:0 17px;
}
.button-padding{
	padding-top: 101px;
}
/*====================
FUELS
=====================*/
.big-image-fuels{
	background-image: url(../img/fuels-head-image.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	height: 419px;
}
/*====================
CORPORATE
=====================*/
.big-image-corporate{
	background-image: url(../img/corporate-head-image.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size:cover;
	height: 419px;
}
.big-image-inner{
	text-align: center;
	color:#fff;
	margin-top: 205px;
}
.corporate-inner h4{
	margin:40px auto;
	font-family: 'h-medium';
}
.corporate-inner span{
	font-family: 'h-thin';
	font-size: 16px;
	text-align: center;
	padding: 0 45px;
	display: inline-block;
}
/*======================
CONTACTS
=======================*/
.contact_inner{
	margin-top:83px;
	margin-bottom: 61px;
	font-family: 'h-thin';
	text-align: left;
}
.contact_inner h1{
	margin-top: 0;
	color:#fff;
	font-size: 40px;
	font-family: 'h-medium';
}
.contact_inner h3{
	color:#fff;
	margin-top:63px;
	font-family: 'h-medium';
}
.contact_box1{
	color:#fff;
	font-size: 16px;
	margin:31px 0 0px;
}
.contact_box1 i{
	color:#fff;
	font-size: 14px;
	margin-right:11px;
}
.input-group{
	width:240px;
	margin:7px;
}
.form-control {
	height: 40px!important;
}
.input-group-addon {
	background-color: #fff!important;
}
textarea#message{
	margin-left:8px;
	border-radius:4px;
	padding-left: 12px;
           color:#000;
}
#submit{
	font-family: 'h-medium';
	display: block;
	width:103px;
	height:45px;
	color: #fff;
	margin-top: 14px;
	margin-left:8px;
    background: -webkit-linear-gradient(#2b4781, #233b6e); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#2b4781, #233b6e); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#2b4781, #233b6e); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#2b4781, #233b6e); /* Standard syntax (must be last) */
	box-shadow: 3px 4px 0px #1b2e55;
	border-radius:5px;
	border-top:1px solid #344f86;
	border-left:2px solid #344f86;
	border-right:none;
	border-bottom:none;
}
#submit:hover{
	box-shadow: 2px 3px 0px #003663;
	border:none;
	color:#fff;
	text-decoration: none;
}
/*=========================
DOCS
==========================*/
.docs-title h1{
	text-align: center;
	margin: 61px auto 80px;
	color:#fff;
	font-family: 'h-medium';
}
.docs-content{
	overflow: hidden;
	margin-bottom: 103px;
}
.docs-content span{
	display: block;
	margin:15px 0;
	text-align: left;
}
.docs-content a{
	color:#fff;
	font-size:23px;
	border-bottom: 1px solid #81a2d4;
	font-family: 'h-medium';
}
.docs-content a:hover{
    color:#fff;
    text-decoration: none;
}
.docs-content img{
	vertical-align: middle;
	margin: 0 7px 7px 0;
}

/*==============================
MEDIA QUERIES
==============================*/
@media (max-width: 1199px) {
.navbar-nav {
  float: right!important;
  /*padding-top: 75px;*/
}
.navbar-default .navbar-nav > li > a {
  font-size: 14px;
  margin-left: 31px;
}
.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 15px!important;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 0px!important;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
}
.carousel-caption {
	right: 20%;
	left: 20%;
	width:30%;
}
.carousel-caption h2{
	font-family: 'h-black';
	font-size:21px;
}
.carousel-caption p {
font-family: 'h-thin';
font-size: 16px;
margin-top: 15px;
width: 100%;
}
/*about*/
.nav-tabs > li {
	width: 30%;
}
.about-box:hover{
	-webkit-transform: scale(1.02);
	-moz-transform: scale(1.02);
	-o-transform: scale(1.02);
	-ms-transform: scale(1.02);
	transform: scale(1.02);
	transform: translateY(25px);
	-webkit-transform:translateY(25px);
	-ms-transform:translateY(25px);
	-moz-transform:translateY(25px);
	-o-transform:translateY(25px);
	box-shadow:
		0px 0px 0px 10px rgba(255,255,255,1),
		1px 11px 15px 10px rgba(0,0,0,0.4);
	/*z-index: 100;	*/
	opacity: 1;
	text-decoration: none;
}
span.year-4{
    margin-left:14.3%;
}
span.year-5{
    margin-left:5%;
}
span.year-6{
    margin-left:3%;
}
span.year-7{
    margin-left:17%;
}
.chart-1 {
    float: right;
    margin-right: 35%;
		margin-bottom: 8%;
    margin-top: 0.6%;
}
.chart-2 {
    margin-bottom: 0;
    float: right;
		margin-right: 37.5%;
		margin-top: -8.5%;
}
.chart-3 {
    float: right;
		margin-right: 55%;
		margin-top: 1%;
}
.chart-4 {
    float: right;
		margin-right: 59.5%;
		margin-top: 0.6%;
}
.chart-5 {
    margin: -1px auto 0px 34.5%
}
.chart-6 {
    float: right;
		margin-right: 66%;
		margin-top: -0.7%;
}
.chart-7 {
		margin-left: 20.3%;
		margin-top: 4.2%;
}
.chart-8 {
		margin-left: 16.5%;
		margin-top: 0%;
}
.chart-9 {
    margin-left: 11%;
    margin-top: 1%;
}
.chart-10 {
	margin-left: 85.5%;
	margin-top: -5%;
}
.chart-11 {
	margin-left: 77%;
  margin-top: 3%;
}
.chart-12 {
	margin-left: 74%;
     margin-top: -1%;
}
.chart-13 {
	margin-left: 68.5%;
	    margin-top: 1.3%;
}
.chart-14 {
	margin-left: 66%;
	margin-top: -1%;
}
.chart-15 {
	margin-left: 50%;
	    margin-top: -3%;
}
.chart-16 {
	margin-left: 81.5%;
	margin-top: 2.5%;
}
.years{
        padding-left: 80px;
}
.statement-container{
    width:750px;
    height: 300px;
    text-align: center;
    margin: 0 auto;
}
}
@media(max-width:992px) and (min-width:769px){
.navbar-default .navbar-nav > li > a {
    font-size: 12px;
    margin-left: 15px;
}
.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 5px!important;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 0px!important;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
}
.carousel-caption {
	right: 20%;
	left: 20%;
	width:30%;
}
.carousel-caption h2{
	font-family: 'h-black';
	font-size:21px;
}
.carousel-caption p {
           font-family: 'h-thin';
           font-size: 14px;
           margin-top: 5px;
           width: 100%;
}
.box-1 span {
	font-family: 'h-bold';
	display: block;
	margin-bottom: 15px;
	margin-left:5px;
	font-size: 15px;
}
.footer_inner{
	font-size: 14px;
	margin-left:5px;
}
.box-2 p {
	font-family: 'h-medium';
	margin: 0 0 18px;
	padding: 0;
	text-align: center;
	font-size: 15px;
}
.box-2 span {
	font-family: 'h-thin';
	font-size: 14px;
	text-align: center;
	display: block;
}
/*about*/
.nav-tabs > li {
	width: 30%;
}
/*statement book*/
#statement-container{
	width:730px;
	height: 300px;
}
/*contact*/
.contact_inner h1{
	font-size: 36px;
}
.contact_inner h3{
	margin-top:33px;
	font-size: 17px;
}
.left-bubble, .right-bubble {
	margin-top: 70px;
}
.caption-today p {
        font-size: 12px;
        padding: 0 10px 0 10px;
        margin: 0;
}
.caption-today-left p {
        font-size: 12px;
        padding: 0 10px 0 10px;
        margin: 0;
}
/*HISTORY*/
.years {
    padding-left: 0;
}
.chart-1 {
        margin-right: 215px;
        margin-bottom:0;
}
.chart-2 {
        margin-bottom:0;
				margin-right: 32.5%;
		    margin-top: -1.5%;
}
.chart-3 {
				margin-right: 50.5%;
				margin-top: 2%;
}
.chart-4 {
				margin-right: 56.5%;
				margin-top: 0.6%;
}
.chart-5{
    		margin: 4px auto 0px 34.5%
}
.chart-6{
				margin-right: 68%;
				margin-top: 0%;
}
.chart-7{
	margin-left: 20%;
margin-top: 2.6%;
}
.chart-8 {
    margin-left: 6%;
    margin-top: 5%;
}
.chart-9 {
    margin-left: 0%;
    margin-top: 1%;
}
.chart-10 {
		margin-left: 96.5%;
		margin-top: -6%;
}
.chart-11 {
    margin-left: 88%;
    margin-top: 2%;
}
.chart-12 {
		margin-left: 85%;
		margin-top: -1.2%;
}
.chart-13 {
		margin-left: 75.5%;
		margin-top: 2.3%;
}
.chart-14 {
		margin-left: 73%;
		margin-top: -1.3%;
}
.chart-15 {
	margin-left: 55%;
	margin-top: 2%;
}
.chart-16 {
		margin-left: 91.5%;
		margin-top: 2.5%;
}
span.year-1 {
        margin-left: 0%;
        display: inline-block;
}
span.year-2 {
        margin-left: 3%;
}
span.year-3 {
        margin-left: 15%;
        display: inline-block;
}
span.year-4 {
        margin-left: 14.3%;
        display: inline-block;
}
span.year-5 {
        margin-left: 5%;
        display: inline-block;
}
span.year-6 {
        margin-left: 3%;
        display: inline-block;
}
span.year-7 {
        margin-left: 18%;
        display: inline-block;
}
span.year-8 {
        margin-left: 7%;
        display: inline-block;
}
span.year-9 {
        margin-left: 13%;
        display: inline-block;
}
.docs-content a {
  font-size: 19px;
}
}

@media (max-width:768px){
    #statement-container{
    width:400px;
    height:200px;
}
.nav-controls {
    padding: 0;
    width: 85%!important;
    margin: 0px auto 11px;
}
.docs-img{ height:250px;}
.navbar-brand > img {
        /*height: 71px;*/
				margin: auto;
}
.navbar-nav {
        float: none!important;
        padding-top: 15px;
}
.carousel-caption {
        position: absolute;
        right: 15%;
        bottom: 0!important;
        left: 15%;
        z-index: 10;
        padding-top: 20px;
        padding-bottom: 0px!important;
        color: #fff;
        text-align: center;
        text-shadow: 0 1px 2px rgba(0,0,0,.6);
    }
.carousel-caption {
	right: 20%;
	left: 20%;
	width:30%;
}
.carousel-caption h2{
	font-family: 'h-black';
	font-size:15px;
}
.carousel-caption p{
	font-size:10px;
	margin-top:0px;
	margin-bottom:0;
}
.box-2{
	padding-top:55px;
}
.box-1 span {
	font-family: 'h-bold';
	display: block;
	margin-bottom: 15px;
	margin-top:15px;
	font-size: 16px;
}
.footer_inner{
	font-size:14px;
}
.box-2 p {
	font-family: 'h-medium';
	margin: 0 0 18px;
	padding: 0;
	text-align: center;
	font-size: 16px;
}
.box-2 span {
	font-family: 'h-thin';
	font-size: 15px;
	text-align: center;
	display: block;
}
.copyright h5{
	font-size:10px;
}

.right-bubble, .left-bubble {
	margin-top: 50px;
}
.caption-today h3 {
        color: #273b72;
				margin: 10px 0 10px;
        /*margin: 10px 65px 0 auto;*/
        padding-left: 0;
}
.caption-today p {
        font-size: 12px;
        /*padding: 13px 41px 0 22px;*/
				padding: 5px;
        margin: 0;
}
.caption-today-left p {
			padding: 5px;
        font-size: 12px;
        /*padding: 20px 113px 0 0;*/
}
.caption-today-left h3 {
        /*margin: 0px 96px auto 0;*/
}

.history-chart{
        background-image: url(../img/table-graph600.png);
        width: 100%;
        height: 490px;
        padding-top:100px;
        margin-top:100px;
}
.all-div {
        width: 18px;
        height: 18px;
}
.years{
        font-size:12px;
        padding-left:0;
}
.chart-1 {
	margin-top: 11px;
	    margin-right: 40%;
	    margin-bottom: 0;
}
.chart-2 {
	margin-right: 303px;
margin-top: -9px;
}
.chart-3 {
	margin-right: 54.5%;
	margin-top: 0.5%;
}
.chart-4 {
	margin-right: 59%;
margin-top: -0.1%;
}
.chart-5 {
      margin: -8px auto 0px 35.5%;
}
.chart-6 {
	margin-right: 66%;
	margin-top: -0.3%;
}
.chart-7 {
	margin-left: 23%;
	margin-top: 2.6%;
}
.chart-8 {
	margin-left: 20%;
	margin-top: -0.5%;
}
.chart-9 {
        margin-left: 16%;
        margin-top: 0%;
}
.chart-10 {
	margin-left: 80%;
margin-top: -4.3%;
}
.chart-11 {
	margin-left: 74%;
margin-top: 0.7%;
}
.chart-12 {
	margin-left: 72%;
margin-top: -1.3%;
}
.chart-13 {
	margin-left: 67%;
margin-top: -0.3%;
}
.chart-14 {
	margin-left: 64.5%;
	margin-top: -0.7%;
}
.chart-15 {
	margin-left: 48%;
	margin-top: 1.7%;
}
.chart-16 {
	margin-left: 77%;
margin-top: 5.7%;
}
span.year-1 {
        margin-left: 27%;
}
span.year-2 {
        margin-left: 3%;
}
span.year-3 {
        margin-left: 5%;
}
span.year-4 {
        margin-left: 5.3%;
}
span.year-5 {
        margin-left: 3%;
}
span.year-6 {
        margin-left: -9%;
}
span.year-7 {
        margin-left: 11%;
}
span.year-8 {
        margin-left: 13%;
}
span.year-9 {
margin-left: 3%;
}
.docs-content span {
  text-align: center;
}
}
@media(max-width:683px){
.nav-tabs > li {
	width: 29%;
}
.caption p.about-button {
    display: block;
    width: 85%;
    height: 28px;
    line-height: 28px;
    margin: 20px auto;
    font-size: 9px;
}
.years{
    font-size:11px;
}
span.year-1 {
margin-left: 26%;
}
span.year-2 {
margin-left: 11%;
}
span.year-3 {
margin-left: 5%;
}
span.year-4 {
margin-left: 3%;
}
span.year-5 {
margin-left: 3%;
}
span.year-6 {
margin-left: 9%;
}
span.year-7 {
margin-left: 8%;
}
span.year-8 {
margin-left: 9%;
}
span.year-9 {
margin-left: 13%;
}
.chart-1 {
	margin-top: 4px;
	margin-right: 33%;
	margin-bottom: 0;
}
.chart-2 {
	margin-right: 229px;
	margin-top: -4px;
}
.chart-3 {
	margin-right: 50.5%;
    margin-top: 0%;
}
.chart-4 {
	margin-right: 58%;
	margin-top: 2.6%;
}
.chart-5 {
    margin: -5px auto 0px 35.5%;
}
.chart-6 {
	margin-right: 66%;
	margin-top: 0%;
}
.chart-7 {
	margin-left: 25%;
    margin-top: 0.6%;
}
.chart-8 {
	margin-left: 20%;
    margin-top: 0%;
}
.chart-9 {
    margin-left: 13%;
    margin-top: 1%;
}
.chart-10 {
	margin-left: 91%;
	margin-top: -6%;
}
.chart-11 {
	margin-left: 81%;
margin-top: 2%;
}
.chart-12 {
	margin-left: 78%;
margin-top: -1%;
}
.chart-13 {
	margin-left: 73%;
	margin-top: 0%;
}
.chart-14 {
	margin-left: 70%;
margin-top: -1%;
}
.chart-15 {
	margin-left: 55%;
	margin-top: 0%;
}
.chart-16 {
	margin-left: 85%;
	margin-top: 5%;
}
/*ABOUT 4TH BOX*/
.one{
    padding:10px 0;
}
.second{
    padding:10px 0;
}
.third{
    padding:10px 0;
}
.fourth {
    padding: 11px 0 12px;
}
}
@media(max-width:593px){
    /*INDEX*/
.carousel-caption {
bottom: 0;
padding-bottom: 0;
height: 108px;
}
.carousel-caption h2 {
font-family: 'h-black';
font-size: 10px;
margin-bottom: 5px;
padding-top: 43px;
}
.carousel-caption p {
font-size: 6px;
margin-top: 0px;
margin-bottom: 0;
}
.carousel-indicators {
bottom: -11px!important;
}
    .content-header h1 {
font-family: 'h-medium';
text-transform: uppercase;
padding: 20px 0 8px;
font-size: 24px;
}
.content-header p {
margin-bottom: 25px;
padding: 0 25px;
font-size: 14px;
margin: 35px auto;
}
.projects h3 {
font-family: 'h-medium';
font-size: 17px;
}
.projects p{
    font-size:14px;
}
.projects {
text-align: center;
margin: 51px auto 64px;
}
/*FOOTER*/
.box-1{
        margin:45px auto 0;
}
.box-2 img{
        margin:0 auto;
}
.box-2 span {
        margin-bottom: 30px;
}
.caption p.about-button {
        font-size: 8px;
}
.footer-links{
        padding: 20px 0;
        text-align: center;
        height: 144px;
}
/*BIG IMAGE HEADER*/
.big-image-inner h1{
        font-size:25px;
}
.content_services h4 {
        font-size: 13px;
}
/*HISTORY*/
.all-div {
        width: 15px;
        height: 15px;
}
.chart-1 {
	margin-top: 1%;
	margin-right: 41%;
}
.chart-2 {
	margin-right: 45%;
	    margin-top: -5px;
}
.chart-3 {
	margin-right: 59.5%;
	margin-top: 0%;
}
.chart-4 {
	margin-right: 66%;
	margin-top: 1%;
}
.chart-5 {
  margin: 3px auto 0px 25.5%;
}
.chart-6 {
	margin-right: 75%;
	margin-top: -1%;
}
.chart-7 {
	margin-left: 16%;
	margin-top: 0.6%;
}
.chart-8 {
	margin-left: 9%;
	margin-top: 2%;
}
.chart-9 {
margin-left: 4%;
margin-top: -0.5%;
}
.chart-10 {
	margin-left: 91%;
	    margin-top: -4.5%;
}
.chart-11 {
	margin-left: 81%;
	margin-top: 1.5%;
}
.chart-12 {
	margin-left: 79%;
	margin-top: -0.5%;
}
.chart-13 {
	margin-left: 66%;
	    margin-top: 4.5%;
}
.chart-14 {
	margin-left: 62%;
	margin-top: -0.5%;
}
.chart-15 {
	margin-left: 41%;
	margin-top: 2.5%;
}
.chart-16 {
	margin-left: 86%;
	    margin-top: 6.5%;
}
.years{
    font-size: 10px;
}
span.year-1 {
margin-left: 3%;
}
span.year-2 {
margin-left: 2%;
}
span.year-3 {
margin-left: 8%;
}
span.year-4 {
margin-left: 7%;
}
span.year-6 {
margin-left: -23%;
}
span.year-7 {
margin-left: 17%;
}
span.year-8 {
margin-left: 19%;
}
span.year-9 {
margin-left: 19%;
}
/*ABOUT COMPANY*/
.arrow-r {
	top: 30%;
}
.arrow-l {
	top: 40%;
}
.caption-today p {
    /*padding: 13px 12px 0 22px;*/
}
.caption-today h3 {
    /*margin: 10px 0 0 auto;*/
}
.caption-today-left h3 {
    /*margin: 0px 21px auto 0;*/
}
.caption-today-left p {
    /*padding: 20px 25px 0 0;*/
}
.fourth {
    padding: 12px 0 13px;
}
}

@media(max-width:529px){
.nav-tabs > li {
    width: 27%;
}
.caption p.about-button {
    height: 20px;
    line-height: 20px;
    font-size: 7px;
}
}
@media (max-width:480px){
/* INDEX*/
.docs-img{ height:150px;}
.docs-title span{text-align:center;}
.carousel-caption {
bottom: 0;
padding-bottom: 0;
height: 108px;
}
.carousel-caption h2 {
font-size: 10px;
margin-bottom: 5px;
padding-top: 43px;
}
.carousel-caption p {
font-size: 6px;
margin-top: 0px;
margin-bottom: 0;
}
.carousel-indicators {
bottom: -11px!important;
}
.box-1{
   margin:45px auto 0;
}
.box-2 img{
   margin:0 auto;
}
.box-2 span {
   margin-bottom: 30px;
}
.footer h5{
   font-size:9px;
}
#statement-container{
   width:300px;
   height:200px;
   margin: 0 auto;
   text-align: center;
}
.nav-controls {
    padding: 0;
    width: 85%!important;
    margin: 0px auto 11px;
}
.nav-controls span {
    display: inline-block;
    height: 25px;
    width: 26px!important;
    padding: 0;
    background: no-repeat;
    background-position: 5px 6px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    cursor: pointer;
}
.caption p.about-button {
    height: 20px;
    line-height: 18px;
    margin: 15px auto;
    font-size: 5px;
}
.about-page-inner img {
    margin: 35px auto 10px;
    padding-top: 40px;
}
.left-bubble, .right-bubble {
	margin-top: 0;
}
.caption-today h3 {
    margin: 0px auto 0px;
    font-size: 14px;
}
.caption-today p {
  font-size: 10px;
  padding: 10px 5px 0 5px;
  margin: 0;
}
.about-page-inner img {
  margin: 0px auto 10px;
  padding-top: 40px;
}
.caption-today-left {
    /*height: 158px;*/
    width: 99%;
}
.caption-today-left h3 {
    margin: 4px auto 7px;
    font-size: 14px;
}
.caption-today-left p {
    font-size: 10px;
    padding: 10px 5px 0 5px;
    margin: 0;
}
/*HISTORY*/
.history-chart{
    background-image: url(../img/table-graph400.png);
    height: 330px;
    padding-top:100px;
    margin-top:100px;
}
.all-div {
    width: 11px;
    height: 11px;
}
.years{
    font-size:7px;
}
.chart-1 {
		margin-top: 2%;
		margin-right: 35%;
}
.chart-2 {
    float: right;
		margin-right: 39%;
    margin-top: -1px;
}
.chart-3 {
    float: right;
		margin-right: 53.5%;
    margin-top: 0%;
}
.chart-4 {
    float: right;
		margin-right: 58%;
		margin-top: -0.5%;
}
.chart-5 {
    margin: 0px auto 0px 34.5%;
}
.chart-6 {
		margin-right: 66%;
		margin-top: -1%;
}
.chart-7 {
		margin-left: 20%;
		margin-top: 2.6%;
}
.chart-8 {
		margin-left: 16%;
		margin-top: -0.8%;
}
.chart-9 {
    margin-left: 10%;
    margin-top: 0%;
}
.chart-10 {
		margin-left: 92.5%;
		margin-top: -4%;
}
.chart-11 {
		margin-left: 83%;
		margin-top: 1%;
}
.chart-12 {
		margin-left: 79%;
		margin-top: -0.7%;
}
.chart-13 {
		margin-left: 74.5%;
		margin-top: -0.7%;
}
.chart-14 {
		margin-left: 71%;
		margin-top: -0.9%;
}
.chart-15 {
	margin-left: 49%;
	margin-top: 2%;
}
.chart-16 {
	margin-left: 88%;
	margin-top: 2%;
}
span.year-1 {
    margin-left: 24%;
}
span.year-2 {
    margin-left: 2%;
}
span.year-3 {
    margin-left: 5%;
}
span.year-4 {
    margin-left: 9%;
}
span.year-5 {
    margin-left: 1%;
}
span.year-6 {
    margin-left: -11%;
}
span.year-7 {
    margin-left: 15%;
}
span.year-8 {
    margin-left: 18%;
}
span.year-9 {
    margin-left: 3%;
}
}
@media(max-width:352px){
/*ABOUT 4TH BOX*/
.nav-tabs > li {
    width: 18%;
}
.one{
    padding:7px 0;
}
.second{
    padding:7px 0;
}
.third{
    padding:7px 0;
}
.fourth {
    padding: 7px 0 9px;
}
.caption p.about-button {
    height: 11px;
    line-height: 11px;
    margin: 5px auto;
    font-size: 3px;
}
/*SLIDER*/
.carousel-caption {
    padding-top: 35px!important;
}
.carousel-caption h2{
    font-size:7px;
}
.carousel-caption p{
    font-size:5px;
}
.history-chart{
    background-image: url(../img/table-graph260.png);
    height: 225px;
		display: none;
}
.all-div {
    width: 8px;
    height: 8px;
}
.years{
	display: none;
    font-size:6px;
}
.chart-1 {
    margin-top: -13%;
    margin-right: 14%;
    margin-bottom: 0;
}
.chart-2 {
    margin-right: 19%;
    margin-top: -30px;
}
.chart-3 {
    margin-right: 25%;
    margin-top: -21px;
}
.chart-4 {
    margin-right: 34%;
    margin-top: -2%;
}
.chart-5 {
    margin: 17px auto 0px 48%;
}
.chart-6 {
    margin-right: 54%;
    margin-top: 0%;
}
.chart-7 {
    margin-left: 33%;
    margin-top: 2.6%;
}
.chart-8 {
    margin-left: 18%;
    margin-top: 5.7%;
}
.chart-9 {
    margin-left: 13%;
    margin-top: 0%;
}
span.year-1 {
    margin-left: 20%;
}
span.year-2 {
    margin-left: 2%;
}
span.year-3 {
    margin-left: 11%;
}
span.year-4 {
    margin-left: 4%;
}
span.year-5 {
    margin-left: 1%;
}
span.year-6 {
    margin-left: -7%;
}
span.year-7 {
    margin-left: 7%;
}
span.year-8 {
    margin-left: 2%;
}
span.year-9 {
    margin-left: 2%;
}
.about-page-inner img {
  margin: 0px auto 10px;
  padding-top: 40px;
}
.caption-today h3 {
margin: -46px 33px 0 0px;
font-size: 10px;
}
.caption-today p {
font-size: 5px;
padding: 5px 0px 0 0px;
margin: 0 29px 0 0;
}
.caption-today-left {
height: 158px;
width: 99%;
}
.caption-today-left h3 {
margin: -48px auto 7px;
font-size: 10px;
}
.caption-today-left p {
font-size: 6px;
padding: 0px 6px 0 0;
margin: 0;
}
/*SERVICES*/
.content_services h4 { font-size: 12px;}
/*DOCUMENTS*/
.docs-content a { font-size: 13px; }
}
