html,
body {
    overflow-x: hidden; /* Prevent scroll on narrow devices */
	font-family: 'Lato', sans-serif;
}
.menu{
	background-color: #fff;
	color:#000;
}
.navbar{
	margin-bottom: 0px; 
}
.nav>li>a{padding:10px 6px !important}
.historial{margin-top:30px;margin-bottom:30px;}
.historial h2{text-align: center; color: #0184A0;font-size: 42px;font-weight:300;}
.historialtext p{font-size: 16px;}
.historialtext ul{font-size: 16px;padding-top:10px;}
.key{margin-bottom:80px;}
.navbar-header a>img{height: 105px;}
.liststyle{padding-left:18px;font-size: 16px;}
@media screen and (min-width: 768px) {
#navbar{padding-top: 20px;
    padding-bottom: 20px;}

}
@media screen and (min-width: 768px) {
#navbar{float:right;padding: 0px;}
#navbar li{padding: 10px 0px 10px 0px;margin-top:40px;}
.navbar-nav>li>.dropdown-menu{margin-top: 0px;}

.navbar-nav>.active{border-top: 2px solid #0184A0 !important;  font-weight:bold;}
.navbar-nav li:hover{font-weight:bold;}
.navbar-nav li a:hover{background:none; color:#0184A0;}

.footer li a:hover{background:#fff !important; color:#0184A0 !important;;}
.footer>.navbar-nav>.active{border-top: 2px solid #0184A0 !important;}
.carousel-indicators li{margin-right:5px;}
.carousel-indicators .active{margin-right:5px;}

.dropdown-menu{position : absolute !important;font-size:14px;padding:0px !important;}
.dropdown-menu li{border-bottom:1px solid #0184A0;}
.dropdown-menu li{color: #0184A0;padding: 10px 0px 10px 0px !important;margin-top:10px !important;}
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover{background-color: #fff;}
.socialIcon{padding: 0px; top: -15px;}
}
.portfoiloImage.servicesCaption{max-height:180px;height:180px;top:10px!important;}
.portfoiloImage img{max-height:180px;height:180px;}
.contactUsBox{border: 1px solid;}
.servicesCaption{width: 95%;
    left: 20px !important;
    top: 10px;
    bottom: 20px;
    right: 0px;
    padding: 25%;
    background-color: black;
    opacity: 0.7;}
.servicesCaption h4{text-align:center;}
.servicesCaptionNew{width: 100%;
    left: 0px !important;
    top: 0px;
    bottom: 0px;
    right: 0px;
    /*background-color: black;
    opacity: 0.5;*/}
.servicesCaptionNewPort{width: 100%;
    left: 0px !important;
    top: 0px;
    bottom: 0px;
    right: 0px;}
/*
 * Custom styles
 */
.navbar-brand {
    font-size: 24px;
}
.navbar-nav{display: block;}
.icon-bar{background-color: #0184A0;}
.navbar-container {
    padding: 20px 0 20px 0;
}
.navbar-toggle{
	background-color:#fff;
}
.navbar-nav a{color:#0184A0;text-transform:uppercase;}
.navbar>.container{display: unset;}

.navbar.navbar-fixed-top.fixed-theme {
    background-color: #222;
    border-color: #080808;
    box-shadow: 0 0 5px rgba(0,0,0,.8);
}

.navbar-brand.fixed-theme {
    font-size: 18px;
}

.navbar-container.fixed-theme {
    padding: 0;
}
.fixed-theme {
	transition: 0.8s;
    -webkit-transition:  0.8s;
    position : fixed;
}

.navbar-brand.fixed-theme,
.navbar-container.fixed-theme,
.navbar.navbar-fixed-top.fixed-theme,
.navbar-brand,
.navbar-container{
    transition: 0.8s;
    -webkit-transition:  0.8s;
}
.contact{
	float: right;
    padding: 15px;
    font-size: 18px;
    line-height: 20px;
}
.bannerImg{	padding:0px;}
.bannerImg img{	max-height:720px}


.main-timeline-section{
  position: relative; 
  width: 100%;  
  margin:auto; 
  height:300px;
}
.main-timeline-section .timeline-start,
.main-timeline-section .timeline-end{
  position: absolute;
  background:#0184A0;
  border-radius:100px;
  top:50%;
  transform: translateY(-50%);
  width:30px;
  height:30px;
}
.main-timeline-section .timeline-end{
  right:0px;
}
.main-timeline-section .conference-center-line{
  position: absolute;
  width:100%;
  height:1px;
  top:50%;
  transform: translateY(-50%);
  background:#0184A0;
}
.timeline-article{
    width: 17%;
    position: relative;
    min-height: 300px;
    float:right;
}
.timeline-article .content-date{
    position: absolute;
    top: 35%;
    left: -30px; 
    font-size:18px;
	color:#0184A0;
}
.timeline-article .meta-date{
    position: absolute;
    top: 50%;
    left: 0px;
    transform: translateY(-50%); 
    width:20px;
    height:20px;
    border-radius: 100%;
    background:#fff;
    border:1px solid #0184A0;
}
.timeline-article .content-box{
  box-shadow: 2px 2px 4px 0px #c1c1c1;
  border:1px solid #0184A0;
  border-radius: 5px;
  background-color: #fff;
  width: 180px;
  position: absolute;
  top: 60%;
  left: -80px; 
  padding:10px;
}
.timeline-article-top .content-box:before{
  /*content: " ";*/
  position:absolute; 
  left:50%;
  transform: translateX(-50%);
  top:-20px;
  border:10px solid transparent;
  border-bottom-color: #0184A0;
}
.timeline-article-bottom .content-date{
  top: 59%;
}
.timeline-article-bottom .content-box{
  top: 0%;
}
.timeline-article-bottom .content-box:before{
  content: " ";
  position:absolute; 
  left:50%;
  transform: translateX(-50%);
  bottom:-20px;
  border:10px solid transparent;
  border-top-color:#F2635F;
}

.contentHeader{padding-left:140px  !important;padding-bottom:0px  !important;padding-right:10px  !important;padding-top:10px !important;}
.keystatsHead h2{text-align:center;color:#0184A0;margin-top:50px;margin-bottom:50px;font-size: 23px;}
.tooltiptext{visibility: hidden;}
.whoweare{margin-top:0px;background-color:#f5f5f5;line-height:25px;}
.whoweare h1 {font-weight:bold;padding:0px;font-size:30px;}
.whoweareText{background-color:#f5f5f5;padding-top:40px;padding-left:130px;padding-bottom:20px;}
.shipmanagText{background-color:#f5f5f5;padding:30px;}
.shipmanagImg{background-color:#f5f5f5;padding:30px;padding-right:140px;padding-bottom:0px;}

.shipmanagDiv a {border:1px solid #0184A0;color:#0184A0;border-radius:0px;margin-bottom:10px;width: 38%;}
.shipmanagDiv a:hover {background-color:#0184A0;color:#fff;}


.whowearevideo{padding:0px;}
.whowearevideo img{height: 400px;}
.whatwedo{margin-top:50px;}
.whatwedo h2 {margin-bottom:30px;color:#0184A0;font-size:35px;font-weight:100;}
.whatwedoText{text-align:left;}
.whatwedoText p{text-align:left;padding:10px;font-size: 16px;}
.whatwedoText ul{text-align:left;padding-left:30px;font-size: 15px !important;}
.whatwedoText h4{padding-left:10px;padding-right:10px;padding-top:10px;font-weight:bold;font-size: 22px;}
.whatwedoTextServices h4{padding-left:10px;padding-right:10px;padding-top:10px;font-weight:bold;font-size: 16px;}
.whatwedoTextColor{background-color:#fff;padding:10px;height:330px;max-height:330px;padding-left: 10%;}
.whatwedoTextColorServicesImg{background-color:#fff;padding:10px;height:330px;max-height:330px;padding-left: 3% !important;}
.whatwedoTextColorImg{background-color:#fff;padding:10px;height:190px;max-height:190px;padding-left: 8%;padding-right:0px;}
.whatwedoTextColor a {border:1px solid #0184A0;color:#0184A0;border-radius:0px;margin-bottom:10px;margin-left:10px;width: 38%;}
.whatwedoTextColor a:hover {background-color:#0184A0;color:#fff;}
/*.whoweareText a {
	border:1px solid #0184A0 !important;
	color:#0184A0!important;
	border-radius:0px!important;
	width: 38%!important;
	height: 40px;
    padding-top: 8px;
}*/
.whoweareText a {
	border:1px solid #0184A0;color:#0184A0;border-radius:0px;margin-bottom:10px;margin-left:0px;width: 25%;
}
.whoweareText p{font-size: 16px;}
.whoweareText a:hover{border:1px solid #0184A0 !important;color:#fff!important;background-color:#0184A0!important}

.nbs-flexisel-inner{margin-top: 10px;margin-bottom: 10px;}
.whatwedoTextColor img{max-height:330px;height:300px;}

.subscriber{background-image: url(images/Subscribe-Image.png);background-position: center center;background-repeat: no-repeat;
background-attachment: fixed;background-size: cover;background-color:#464646;/*background-size: 100% 420px;*/

color:#FFF;text-align:center;padding-bottom:30px;padding-top:10px}
.subscriber a {background-color:#0184A0;color:#fff;border-radius:0px;margin-bottom:5px;height: 48px; padding-top: 13px;border:1px solid #0184A0;}
.subscriber input {height: 50px;width: 35%;padding:10px;color:#000;}
.subscriber span {color:#0184A0;}
.subscriberText h3{padding:15px;padding-top:30px;padding-bottom:30px;}
.contactUsText input{width:95%;height: 35px;padding:10px;margin:10px;border:1px solid #0184A0;}
.contactUsText textarea{width:95%;padding:10px;margin:10px;border:1px solid #0184A0;}
.contactUsText a {background-color:#0184A0;color:#fff;border-radius:0px;margin-bottom:5px;border:1px solid #0184A0;margin:10px;width: 25%;}
.contactUs{text-align:center;border-bottom:2px solid #0184A0;margin-top:30px;}
.contactUs h2{color:#0184A0;font-size: 36px;padding-bottom:10px;font-weight:300;}
.contactUs h3{color:#0184A0;font-size: 25px;padding-bottom:10px;font-weight:300;}
.contactMainDiv{margin-bottom:30px;}
.contactUsSubmit{text-align:center;margin-top: 3%;}
.footer{color:#fff;border-bottom:1px solid #0184A0;background-color:#0184A0;}
.footer a{color:#fff;text-decoration:none;}
.copywrite{margin:10px;color:#0184A0;margin-top:10px;}
.logoSlider{background-color: #fff;margin-bottom:0px;}
.logoSlider1{background-color: #fff;margin-bottom:0px;padding:20px;}
.clientSlider{margin-top:10px;}
.clientSlider h2 {margin-bottom:50px;color:#0184A0;font-weight:bold;}
.centerHead{text-align:center;}
.clearout {
height:20px;
clear:both;
}
.timeLineYear{margin-top:50px;}
#flexiselDemo1, #flexiselDemo2, #flexiselDemo3 {
display:none;
}

.nbs-flexisel-container {
    position:relative;
    max-width:100%;
}
.nbs-flexisel-ul {
    position:relative;
    width:99999px;
    margin:0px;
    padding:0px;
    list-style-type:none;   
    text-align:center;  
    overflow: auto;
}

.nbs-flexisel-inner {
    position: relative;
    overflow: hidden;
    float:left;
    width:100%;
	height: 70px;
    
}

.nbs-flexisel-item {
    float:left;
    margin:0px;
    padding:0px;
    cursor:pointer;
    position:relative;
    line-height:0px;
}
.nbs-flexisel-item img {
    max-width: 100%;
    cursor: pointer;
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
	padding-left: 29px;
	padding-right: 20px;
}

/*** Navigation ***/

.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
    padding:5px 10px;
    border-radius:15px;
    -moz-border-radius:15px;
    -webkit-border-radius:15px;      
    position: absolute;
    cursor: pointer;
    z-index: 4;
    top: 50%;
    transform: translateY(-50%);   
    /*background: rgba(0,0,0,0.5);
    color: #fff;*/ 
	color: rgba(0,0,0,0.5); 
	font-size: 14px;   
	font-weight:bold;
}

.nbs-flexisel-nav-left {
    left: 10px;
}

.nbs-flexisel-nav-left:before {
    content: "<"
}

.nbs-flexisel-nav-left.disabled {
    opacity: 0.4;
}

.nbs-flexisel-nav-right {
    right: 5px;    
}

.nbs-flexisel-nav-right:before {
    content: ">"
}

.nbs-flexisel-nav-right.disabled {
    opacity: 0.4;
}
/* Hover tooltips */
/*.meta-date {
    position:relative;
    cursor:help;
}*/
.meta-date .content-box {
	position:absolute;
	top:-125px; /* - top padding */
	opacity:0;
	
	
}
/* <http://css-tricks.com/snippets/css/css-triangle/> */

.meta-date:hover .content-box {
	right:-20px;
	opacity:1;
	color:#0184A0;
}
.meta-date:hover{background-color:#0184A0;color:#FFF;cursor:pointer;}
@media (max-width:460px){
  body{
    /*display: none;*/
  }
}

.our-team{ text-align: center; }
.our-team .pic{
    border-radius: 50%;
    overflow: hidden;
    position: relative;
}
.our-team .pic:before,
.our-team .pic:after{
    content: "";
    width: 100%;
    height: 100%;
   /* border-radius: 50%;
    border: 13px solid #e6e5e5;*/
    position: absolute;
    top: 0;
    left: 0;
}
.our-team .pic:after{
    border-color: #37b0f1 #e6e5e5 #e6e5e5 #37b0f1;
    z-index: 1;
    transform: rotate(-10deg);
    transition: all 0.5s ease 0s;
}
.our-team:hover .pic:after{ transform: rotate(350deg); }
.our-team img{
    width: 100%;
    height: auto;
}
.our-team .title{
    font-size: 26px;
    font-weight: bold;
    color: #222;
    padding-bottom: 10px;
    margin: 15px 0 10px 0;
    position: relative;
}
.our-team .title:after{
    content: "";
    width: 30px;
    height: 2px;
    background: #222;
    margin: 0 auto;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
.our-team .post{
    display: block;
    font-size: 16px;
    font-style: italic;
    color: #777;
}
.our-team .icon{
    list-style: none;
    padding: 0;
    margin: 10px 0 0 0;
}
.our-team .icon li{ display: inline-block; }
.our-team .icon li a{
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    background: #e0e0e0;
    font-size: 14px;
    color: #999;
    margin-right: 5px;
    transition: all 0.3s ease-out 0s;
}
.our-team .icon li a:hover{
    background: #37b0f1;
    color: #fff;
}
@media only screen and (max-width: 990px){
    .our-team{ margin-bottom: 30px; }
}

.BannerOverlay{z-index: 1;width: 60%;text-align: center;margin-left:20%;margin-right:20%;margin-top: 33%;}
.BannerOverlay div{ background-color:#FFF;height: 100px;padding: 15px;background-color: #f5f5f5;border: 1px solid #f5f5f5;box-shadow: 5px 5px #D2D2D2;}
/*.bannerImg{background-image: url("images/image.jpg");background-repeat: no-repeat, repeat;position:relative;height:720px;max-height:720px;}*/
.Bannerheader{z-index: 1;width: 60%;text-align: center;margin-left:20%;margin-right:20%;margin-top: 5%; color:#FFF}
.container{width:90%;}
.bannerWhoweareImg{background-image: url("images/Main-Banner_1.png");background-repeat: no-repeat, repeat;position:relative;background-size: 100% 420px;height:720px;max-height:420px;}
.bannerWhoweareImgHist{background-image: url("images/Historycal_Background_&_Key.jpg");background-repeat: no-repeat, repeat;position:relative;background-size: 100% 420px;height:720px;max-height:420px;}
.bannerWhoweareImgAbout{background-image: url("images/New_Updated_Confidence_Who_we_are_Banner.jpg");background-repeat: no-repeat, repeat;position:relative;background-size: 100% 420px;height:720px;max-height:420px;}
.bannerWhoweareImgServices{background-image: url("images/Services_Banner.jpg");background-repeat: no-repeat, repeat;
background-size: cover;position:relative;background-size: 100% 420px;

height:720px;max-height:420px;}
.bannerWhoweareImgOurTeam{background-image: url("images/Our_Team_Banner.jpg");background-repeat: no-repeat, repeat;
background-size: cover;position:relative;background-size: 100% 420px;

height:720px;max-height:420px;}
.portfolioImg{background-image: url("images/Portfolio-Banner.jpg");background-repeat: no-repeat, repeat;position:relative;background-size: 100% 420px;
background-size: cover;height:720px;max-height:420px;}
.BannerWhoweareheader{z-index: 1;width: 60%;text-align: center;margin-left:20%;margin-right:20%;margin-top: 10%; color:#FFF;}
.BannerWhoweareheader p{font-size: 17px;}
.BannerWhoweareheader h3{font-size: 40px;}
.centerHead p{font-size:17px;padding:10px 0px 0px 0px;}
.ourteamtext{text-align:left;padding:10px;}
.ourteamtext p, h4{text-align:left;padding:0px;}
.ourteamtext h4{text-align:left;padding:0px;font-size:20px;font-weight:bold;}
.ourteamtext h5{text-align:left;padding:0px;font-size:18px;font-weight:700;}
.ourteamtext p{text-align:left;padding:0px;font-size:16px;line-height:22px;}
.ourteam{margin-top:0px;}
.ourteam h2{color:#0184A0;text-align:center;padding:20px;font-size: 42px;font-weight: 300;}
.whowearediv{padding:10px;}

.whoweareSubscriber{background-image: url("images/image.jpg");background-repeat: no-repeat, repeat;position:relative; 
background-size: cover;color:#FFF;text-align:center;}
.whoweareSubscriber a {background-color:#0184A0;color:#fff;border-radius:0px;margin-bottom:5px;height: 48px; padding-top: 15px;border:1px solid #0184A0;}
.whoweareSubscriber input {height: 50px;width: 35%;padding:10px;}
.whoweareSubscriber span {color:#0184A0;}
.whoweareSubscriber h2{padding:15px;font-weight:bold;}
.whoweareBannerHead{margin-top:0px;background-color:#f5f5f5}
/*.timeLineYear{background-image: url("images/timeline.png");background-repeat: no-repeat, repeat;}*/

.no-padding{padding:0px;}
.team{
    padding:75px 0;
}
h6.description{
	font-weight: bold;
	letter-spacing: 2px;
	color: #999;
	border-bottom: 1px solid rgba(0, 0, 0,0.1);
	padding-bottom: 5px;
}
.profile{
	margin-top: 25px;
}
.profile h1{
	font-weight: normal;
	font-size: 20px;
	margin:10px 0 0 0;
}
.profile h2{
	font-size: 14px;
	font-weight: lighter;
	margin-top: 5px;
}
.profile .img-box{
	opacity: 1;
	display: block;
	position: relative;
}
.profile .img-box:after{
	content:"";
	opacity: 0;
	background-color: rgba(0, 0, 0, 0.75);
	position: absolute;
	right: 0;
	left: 0;
	top: 0;
	bottom: 0;
}
.img-box ul{
	position: absolute;
	z-index: 2;
	bottom: 50px;
	text-align: left;
	width: 100%;
	padding-left: 5px;
	height: 0px;
	margin:0px;
	opacity: 0;
}
.img-box img{width:100%;}
.profile .img-box:after, .img-box ul, .img-box ul li{
	-webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}
.img-box ul i{
	font-size: 20px;
	letter-spacing: 10px;
}
.img-box ul li{
	width: 30px;
    height: 30px;
    text-align: center;
    border: 1px solid #88C425;
    margin: 2px;
    padding: 5px;
	display: inline-block;
}
.img-box a{
	color:#fff;
}
.img-box:hover:after{
	opacity: 1;
}
.img-box:hover ul{
	opacity: 1;
}
.img-box ul a{
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}
.img-box a:hover li{
	border-color: #fff;
	color: #88C425;
}
a{
    color:#88C425;
}
a:hover{
    text-decoration:none;
    color:#519548;
}
i.red{
    color:#BC0213;
}

/* line 94, ../../scss/pages/_index.scss */
#home-timeline-wrapper {
  background-image: url("images/Home_Page_Key_Stats BG.jpg");background-position: center center;background-repeat: no-repeat;
/*background-attachment: fixed;*/background-size: cover;background-color:#464646;
 /* background: #002445;*/
  color:#fff;
  /*height: 768px;*/
  overflow: hidden;
  position: relative;
}
/* line 100, ../../scss/pages/_index.scss */
#home-timeline-wrapper h1 {
  font-size: 45px;
  font-weight: bold;
  padding-top: 150px;
  color: #fff;
}
/* line 107, ../../scss/pages/_index.scss */
#home-timeline-wrapper .chunk-btn {
  margin-top: 50px;
}
@media screen and (min-width: 768px) {
  /* line 107, ../../scss/pages/_index.scss */
  #home-timeline-wrapper .chunk-btn {
    margin-top: 75px;
  }
}
/* line 116, ../../scss/pages/_index.scss */
#home-timeline-wrapper #home-timeline-inner #home-timeline-indicators {
  position: absolute;
  text-align: center;
  left: 50%;
  bottom: 10px;
  z-index: 15;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
/* line 124, ../../scss/pages/_index.scss */
#home-timeline-wrapper #home-timeline-inner #home-timeline-indicators .home-timeline-indicator {
  display: inline-block;
  /*background: #ccc;*/
  width: 10px;
  height: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  border:1px solid;
  cursor: pointer;
}
/* line 132, ../../scss/pages/_index.scss */
#home-timeline-wrapper #home-timeline-inner #home-timeline-indicators .home-timeline-indicator.active {
  background: #fff;
}
/* line 136, ../../scss/pages/_index.scss */
#home-timeline-wrapper #home-timeline-inner #home-timeline-indicators .home-timeline-indicator + .home-timeline-indicator {
  margin-left: 20px;
}
/* line 142, ../../scss/pages/_index.scss */
#home-timeline-wrapper #home-timeline-inner #home-timeline-items {
  /*border-bottom: 3px solid #fcaa00;*/
  margin-bottom:-17px;
  text-align: right;
  display: table;
  width: 100%;
  height: 300px;
  transform-origin: 50% 0%;
  -moz-transform: skewY(-15deg);
  -ms-transform: skewY(-15deg);
  -webkit-transform: skewY(-15deg);
  transform: skewY(-15deg);
}
@media screen and (min-width: 992px) {
  /* line 142, ../../scss/pages/_index.scss */
  #home-timeline-wrapper #home-timeline-inner #home-timeline-items {
    transform-origin: 0% 0%;
  }
}
/* line 155, ../../scss/pages/_index.scss */
#home-timeline-wrapper #home-timeline-inner #home-timeline-items::after {
  content: "";
  display: block;
  width: 100%;
  /*border-bottom: 3px solid #fcaa00;*/
  position: absolute;
  bottom: -3px;
  left: 100%;
}
@media screen and (min-width: 992px) {
  /* line 142, ../../scss/pages/_index.scss */
  #home-timeline-wrapper #home-timeline-inner #home-timeline-items {
    -moz-transform: skewY(0deg);
    -ms-transform: skewY(0deg);
    -webkit-transform: skewY(0deg);
    transform: skewY(0deg);
  }
}
/* line 169, ../../scss/pages/_index.scss */
#home-timeline-wrapper #home-timeline-inner #home-timeline-items .home-timeline-item {
  display: none;
  height: 100%;
  vertical-align: bottom;
}
@media screen and (min-width: 992px) {
  /* line 169, ../../scss/pages/_index.scss */
  #home-timeline-wrapper #home-timeline-inner #home-timeline-items .home-timeline-item {
    display: table-cell;
    -moz-transform: skewY(10deg) translateY(-4.4%);
    -ms-transform: skewY(10deg) translateY(-4.4%);
   /* -webkit-transform: skewY(10deg) translateY(-4.4%);
    transform: skewY(10deg) translateY(-4.4%);*/
  }
}
/* line 179, ../../scss/pages/_index.scss */
#home-timeline-wrapper #home-timeline-inner #home-timeline-items .home-timeline-item p {
  position: relative;
  color: #fff;
  font-size: 14px;
  font-weight: lighter;
  width: 200px;
  line-height: 40px;
  padding: 5px 10px 10px 0;
  margin: auto;
  overflow-y: hidden;
  border-left: 2px solid #fff;
  -moz-transition: all 0.2s, line-height 0s;
  -o-transition: all 0.2s, line-height 0s;
  -webkit-transition: all 0.2s, line-height 0s;
  transition: all 0.2s, line-height 0s;
  text-align: left;
  padding-left:10px;
}
/* line 194, ../../scss/pages/_index.scss */
#home-timeline-wrapper #home-timeline-inner #home-timeline-items .home-timeline-item p .highlight {
  font-size: 16px;
  font-weight: bold;
  font-family: 'Lato', sans-serif;
}
/* line 200, ../../scss/pages/_index.scss */
#home-timeline-wrapper #home-timeline-inner #home-timeline-items .home-timeline-item p .more, #home-timeline-wrapper #home-timeline-inner #home-timeline-items .home-timeline-item p .active-break {
  display: none;
  -moz-transition-duration: 0s;
  -o-transition-duration: 0s;
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
}
/* line 206, ../../scss/pages/_index.scss */
#home-timeline-wrapper #home-timeline-inner #home-timeline-items .home-timeline-item.active {
  display: table-cell;
  -moz-transform: skewY(15deg) translateY(-13.5%);
  -ms-transform: skewY(15deg) translateY(-13.5%);
  -webkit-transform: skewY(15deg) translateY(-13.5%);
  transform: skewY(15deg) translateY(-13.5%);
}
@media screen and (min-width: 768px) {
  /* line 206, ../../scss/pages/_index.scss */
  #home-timeline-wrapper #home-timeline-inner #home-timeline-items .home-timeline-item.active {
    -moz-transform: skewY(15deg) translateY(-15.6%);
    -ms-transform: skewY(15deg) translateY(-15.6%);
    -webkit-transform: skewY(15deg) translateY(-15.6%);
    transform: skewY(15deg) translateY(-15.6%);
  }
}
@media screen and (min-width: 992px) {
  /* line 206, ../../scss/pages/_index.scss */
  #home-timeline-wrapper #home-timeline-inner #home-timeline-items .home-timeline-item.active {
   /* -moz-transform: skewY(10deg) translateY(-10.3%);
    -ms-transform: skewY(10deg) translateY(-10.3%);
    -webkit-transform: skewY(10deg) translateY(-10.3%);
    transform: skewY(10deg) translateY(-10.3%);*/
	 -moz-transform: skewY(0deg) translateY(0%);
    -ms-transform: skewY(0deg) translateY(0%);
    -webkit-transform: skewY(0deg) translateY(0%);
    transform: skewY(0deg) translateY(0%);
  }
}
/* line 218, ../../scss/pages/_index.scss */
#home-timeline-wrapper #home-timeline-inner #home-timeline-items .home-timeline-item.active p {
  color: #fff;
  font-size: 16px;
  width: 250px;
  max-height: none;
  line-height: 30px;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  height: 180px;
  /*-webkit-transition: all 0.2s;
  transition: all 0.2s;*/
}
/* line 227, ../../scss/pages/_index.scss */
#home-timeline-wrapper #home-timeline-inner #home-timeline-items .home-timeline-item.active p .highlight {
  color: #fff;
  font-size: 40px;
}
/* line 232, ../../scss/pages/_index.scss */
#home-timeline-wrapper #home-timeline-inner #home-timeline-items .home-timeline-item.active p .more, #home-timeline-wrapper #home-timeline-inner #home-timeline-items .home-timeline-item.active p .active-break {
  display: inline;
}
/* line 236, ../../scss/pages/_index.scss */
#home-timeline-wrapper #home-timeline-inner #home-timeline-items .home-timeline-item.active p .brief-break {
  display: none;
}
@media screen and (min-width: 768px) {
  /* line 218, ../../scss/pages/_index.scss */
  #home-timeline-wrapper #home-timeline-inner #home-timeline-items .home-timeline-item.active p {
    font-size: 16px;
    /*width: 350px;*/
  }
}

/* line 252, ../../scss/pages/_index.scss */
#home-quote-wrapper {
  position: relative;
  padding-top: 1px;
  padding-bottom: 100px;
}
@media screen and (min-width: 992px) {
  /* line 252, ../../scss/pages/_index.scss */
  #home-quote-wrapper {
    padding-top: 100px;
  }
}
/* line 261, ../../scss/pages/_index.scss */
#home-quote-wrapper .carousel {
  margin-left: -15px;
  margin-right: -15px;
}
@media screen and (min-width: 992px) {
  /* line 261, ../../scss/pages/_index.scss */
  #home-quote-wrapper .carousel {
    margin: 0;
  }
}
/* line 269, ../../scss/pages/_index.scss */
#home-quote-wrapper .carousel .carousel-indicators {
  width: 100%;
  margin: 0;
  left: 0;
  bottom: 50px;
}
@media screen and (min-width: 992px) {
  /* line 269, ../../scss/pages/_index.scss */
  #home-quote-wrapper .carousel .carousel-indicators {
    width: 60%;
    bottom: 75px;
  }
}
/* line 280, ../../scss/pages/_index.scss */
#home-quote-wrapper .carousel .carousel-indicators li {
  border: none;
  background: #ccc;
}
/* line 284, ../../scss/pages/_index.scss */
#home-quote-wrapper .carousel .carousel-indicators li + li {
  margin-left: 20px;
}
/* line 288, ../../scss/pages/_index.scss */
#home-quote-wrapper .carousel .carousel-indicators li.active {
  background: #fcaa00;
}
/* line 294, ../../scss/pages/_index.scss */
#home-quote-wrapper .carousel .carousel-inner {
  height: 850px;
}
@media screen and (min-width: 992px) {
  /* line 294, ../../scss/pages/_index.scss */
  #home-quote-wrapper .carousel .carousel-inner {
    height: 500px;
  }
}
/* line 301, ../../scss/pages/_index.scss */
#home-quote-wrapper .carousel .carousel-inner::after {
  content: "";
  position: absolute;
  display: block;
  top: 350px;
  bottom: 0;
  left: 50px;
  right: 50px;
  z-index: 10;
}
@media screen and (min-width: 992px) {
  /* line 301, ../../scss/pages/_index.scss */
  #home-quote-wrapper .carousel .carousel-inner::after {
    z-index: -1;
    width: 60%;
    top: 0;
    left: 0;
  }
}
/* line 319, ../../scss/pages/_index.scss */
#home-quote-wrapper .carousel .carousel-inner .item {
  height: 100%;
}
/* line 322, ../../scss/pages/_index.scss */
#home-quote-wrapper .carousel .carousel-inner .item .quote-image {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 400px;
  background-position: center;
}
@media screen and (min-width: 992px) {
  /* line 322, ../../scss/pages/_index.scss */
  #home-quote-wrapper .carousel .carousel-inner .item .quote-image {
    left: 60%;
    top: 50px;
  }
}
/* line 336, ../../scss/pages/_index.scss */
#home-quote-wrapper .carousel .carousel-inner .item .carousel-caption {
  top: 350px;
  bottom: 0;
  left: 50px;
  right: 50px;
  padding: 0;
  text-align: left;
  text-shadow: none;
}
@media screen and (min-width: 992px) {
  /* line 336, ../../scss/pages/_index.scss */
  #home-quote-wrapper .carousel .carousel-inner .item .carousel-caption {
    width: 60%;
    top: 0;
    left: 0;
    right: auto;
  }
}
/* line 352, ../../scss/pages/_index.scss */
#home-quote-wrapper .carousel .carousel-inner .item .carousel-caption .quote-content {
  font-size: 20px;
  line-height: 30px;
  padding: 50px;
  padding-bottom: 0px;
  max-height: 350px;
  background: transparent;
}
@media screen and (min-width: 992px) {
  /* line 352, ../../scss/pages/_index.scss */
  #home-quote-wrapper .carousel .carousel-inner .item .carousel-caption .quote-content {
    padding: 75px;
    line-height: 40px;
  }
}
/* line 366, ../../scss/pages/_index.scss */
#home-quote-wrapper .carousel .carousel-inner .item .carousel-caption .quote-author {
  position: absolute;
  left: 50px;
  right: 50px;
  bottom: 100px;
}
@media screen and (min-width: 992px) {
  /* line 366, ../../scss/pages/_index.scss */
  #home-quote-wrapper .carousel .carousel-inner .item .carousel-caption .quote-author {
    left: 75px;
    right: 75px;
  }
}
/* line 378, ../../scss/pages/_index.scss */
#home-quote-wrapper .carousel .carousel-inner .item .carousel-caption.blue-light {
  background: #00b8bd;
}
/* line 381, ../../scss/pages/_index.scss */
#home-quote-wrapper .carousel .carousel-inner .item .carousel-caption.blue-light .quote-content {
  color: #fff;
}
/* line 390, ../../scss/pages/_index.scss */
#home-quote-wrapper .chunk-btn {
  display: none;
}
@media screen and (min-width: 992px) {
  /* line 390, ../../scss/pages/_index.scss */
  #home-quote-wrapper .chunk-btn {
    display: block;
    position: absolute;
    right: 15px;
    bottom: 100px;
  }
}

/* line 402, ../../scss/pages/_index.scss */
#home-thumbnail-wrapper {
  position: relative;
  padding: 100px 0;
}
/* line 406, ../../scss/pages/_index.scss */
#home-thumbnail-wrapper h1 {
  font-size: 45px;
  font-weight: bold;
  position: absolute;
  top: 125px;
  left: 15px;
}
@media screen and (min-width: 992px) {
  /* line 406, ../../scss/pages/_index.scss */
  #home-thumbnail-wrapper h1 {
    top: 120px;
    left: 11%;
  }
}
/* line 419, ../../scss/pages/_index.scss */
#home-thumbnail-wrapper .carousel {
  padding: 100px 0;
  overflow-x: hidden;
}
/* line 423, ../../scss/pages/_index.scss */
#home-thumbnail-wrapper .carousel::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 55, 102, 0.8);
  z-index: -1;
}
@media screen and (min-width: 992px) {
  /* line 423, ../../scss/pages/_index.scss */
  #home-thumbnail-wrapper .carousel::after {
    width: 80%;
    left: 50%;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
/* line 441, ../../scss/pages/_index.scss */
#home-thumbnail-wrapper .carousel .carousel-indicators {
  width: 100%;
  margin: 0;
  left: 0;
  bottom: 40px;
}
/* line 447, ../../scss/pages/_index.scss */
#home-thumbnail-wrapper .carousel .carousel-indicators li {
  border: none;
  background: #ccc;
}
/* line 451, ../../scss/pages/_index.scss */
#home-thumbnail-wrapper .carousel .carousel-indicators li + li {
  margin-left: 20px;
}
/* line 455, ../../scss/pages/_index.scss */
#home-thumbnail-wrapper .carousel .carousel-indicators li.active {
  background: #fcaa00;
}
@media screen and (min-width: 992px) {
  /* line 441, ../../scss/pages/_index.scss */
  #home-thumbnail-wrapper .carousel .carousel-indicators {
    bottom: 30px;
  }
}
/* line 465, ../../scss/pages/_index.scss */
#home-thumbnail-wrapper .carousel .carousel-inner {
  width: 110%;
  margin-left: -5%;
}
/* line 470, ../../scss/pages/_index.scss */
#home-thumbnail-wrapper .carousel .carousel-inner .item .thumbnail-image {
  background-size: cover;
  background-position: center;
  padding-bottom: 100%;
}
/* line 476, ../../scss/pages/_index.scss */
#home-thumbnail-wrapper .carousel .carousel-inner .item .cloned-item {
  display: none;
}
@media screen and (min-width: 992px) {
  /* line 476, ../../scss/pages/_index.scss */
  #home-thumbnail-wrapper .carousel .carousel-inner .item .cloned-item {
    display: block;
  }
}
@media screen and (min-width: 992px) {
  /* line 486, ../../scss/pages/_index.scss */
  #home-thumbnail-wrapper .carousel .carousel-inner > .active.right {
    transform: translate3d(20%, 0, 0);
  }
  /* line 490, ../../scss/pages/_index.scss */
  #home-thumbnail-wrapper .carousel .carousel-inner > .next {
    transform: translate3d(20%, 0, 0);
  }
  /* line 494, ../../scss/pages/_index.scss */
  #home-thumbnail-wrapper .carousel .carousel-inner > .active.left {
    transform: translate3d(-20%, 0, 0);
  }
  /* line 498, ../../scss/pages/_index.scss */
  #home-thumbnail-wrapper .carousel .carousel-inner > .prev {
    transform: translate3d(-20%, 0, 0);
  }
  /* line 502, ../../scss/pages/_index.scss */
  #home-thumbnail-wrapper .carousel .carousel-inner > .left {
    transform: translate3d(0, 0, 0);
  }
  /* line 506, ../../scss/pages/_index.scss */
  #home-thumbnail-wrapper .carousel .carousel-inner > .right {
    transform: translate3d(0, 0, 0);
  }
}
/* line 517, ../../scss/pages/_index.scss */
#home-thumbnail-wrapper .chunk-btn {
  display: none;
}
@media screen and (min-width: 992px) {
  /* line 517, ../../scss/pages/_index.scss */
  #home-thumbnail-wrapper .chunk-btn {
    display: block;
    position: absolute;
    left: 11%;
    bottom: 120px;
    z-index: 15;
  }
}

/* line 1, ../../scss/pages/_contact-us.scss */
#view-change-btn {
  position: absolute;
  display: block;
  width: 75px;
  height: 75px;
  top: 500px;
  right: 0;
  background: #00b8bd;
  color: #fff;
  text-align: center;
  line-height: 80px;
  font-size: 30px;
  z-index: 10;
  overflow: hidden;
}
/* line 17, ../../scss/pages/_contact-us.scss */
#view-change-btn.map-view .glyphicon-th-list {
  display: none;
}
/* line 23, ../../scss/pages/_contact-us.scss */
#view-change-btn.list-view .glyphicon-map-marker {
  display: none;
}

/* line 29, ../../scss/pages/_contact-us.scss */
#map-view {
  position: relative;
  padding-bottom: 56.25%;
  /*iframe {
  	position: absolute;
  	top: 0;
  	left: 0;
  	width: 100%;
  	height: 100%;
  }*/
}
/* line 33, ../../scss/pages/_contact-us.scss */
#map-view .mapMarkerInfoWindow {
  padding: 5px;
}
/* line 36, ../../scss/pages/_contact-us.scss */
#map-view .mapMarkerInfoWindow .mapMarkerInfoName, #map-view .mapMarkerInfoWindow .mapMarkerInfoSubTitle {
  text-transform: uppercase;
}
/* line 40, ../../scss/pages/_contact-us.scss */
#map-view .mapMarkerInfoWindow .mapMarkerInfoName {
  font-size: 40px;
  font-weight: bold;
}
/* line 44, ../../scss/pages/_contact-us.scss */
#map-view .mapMarkerInfoWindow .mapMarkerInfoName + .mapMarkerInfoSubTitle {
  margin-top: 30px;
}
/* line 50, ../../scss/pages/_contact-us.scss */
#map-view .mapMarkerInfoWindow .mapMarkerInfoSubTitle + .mapMarkerInfoDetails {
  margin-top: 5px;
}
/* line 55, ../../scss/pages/_contact-us.scss */
#map-view .mapMarkerInfoWindow .mapMarkerInfoDetails {
  line-height: 20px;
}
/* line 58, ../../scss/pages/_contact-us.scss */
#map-view .mapMarkerInfoWindow .mapMarkerInfoDetails + .mapMarkerInfoSubTitle {
  margin-top: 20px;
}

.cont-add h3 {
    color: #0b1442;
    border-bottom: 2px solid #D82619;
    display: inline-block;
	font-size: 22px;
    margin: 22px 0;
}
.cont-add p {
    position: relative;
    border-bottom: 1px dotted #D8D6D6;
    padding-left: 30px;
    font-size: 15px;
    padding-bottom: 10px;
}
#header-container{padding:0px;}/*padding-left:20px;padding-right:10px;*/

.galleryImages{margin-top:30px;margin-bottom:20px;}
.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff; 
    border: 0px solid #ddd; 
    border-radius: 0px; 
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
}

.btn{font-size: 14px !important;}
/*===================================*/
/* footer social icons */
ul.social-network {
	list-style: none;
	display: inline;
	margin-left:0 !important;
	padding: 0;
	padding-top: 10px;
}
ul.social-network li {
	display: inline;
	margin: 0 5px;
}


/* footer social icons */
.social-network a.icoRss:hover {
	background-color: #F56505;
}
.social-network a.icoFacebook:hover {
	background-color:#3B5998;
}
.social-network a.icoTwitter:hover {
	background-color:#33ccff;
}
.social-network a.icoGoogle:hover {
	background-color:#BD3518;
}
.social-network a.icoVimeo:hover {
	background-color:#0590B8;
}
.social-network a.icoLinkedin:hover {
	background-color:#007bb7;
}
.social-network a.icoRss:hover i, .social-network a.icoFacebook:hover i, .social-network a.icoTwitter:hover i,
.social-network a.icoGoogle:hover i, .social-network a.icoVimeo:hover i, .social-network a.icoLinkedin:hover i {
	color:#fff;
}
a.socialIcon:hover, .socialHoverClass {
	color:#44BCDD;
}

.social-circle li a {
	display:inline-block;
	position:relative;
	margin:0 auto 0 auto;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	border-radius:50%;
	text-align:center;
	width: 30px;
	height: 30px;
	font-size:14px;
	padding-top:10px;
	padding-left:10px;
}
.social-circle li i {
	margin:0;
	/*line-height:50px;*/
	text-align: center;
	color:#0184A0;
}

.social-circle li a:hover i, .triggeredHover {
	-moz-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-ms--transform: rotate(360deg);
	transform: rotate(360deg);
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-ms-transition: all 0.2s;
	transition: all 0.2s;
}
.social-circle i {
	color: #fff;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-o-transition: all 0.8s;
	-ms-transition: all 0.8s;
	transition: all 0.8s;
}
.icoFacebook{background-color: #fff;}
.icoTwitter{background-color: #fff;}
.icoLinkedin{background-color: #fff;}
#header{position:static;}
.btn-default{background-image:none;}
.carousel-indicators{left: 12%;}
.carousel-caption{text-align: left;left: 10%;}

.carousel-caption h2{font-size: 42px;font-weight: 300;}
@media only screen and (max-width: 1360px) {
	
	.whatwedoText p{text-align: left;padding: 10px;font-size: 16px;}
	.whatwedoText ul{text-align: left;padding-left: 30px; font-size: 16px !important;}
	.whatwedoTextColor{ 
    padding-left: 0%;}
	.whatwedoTextColor a{border: 1px solid #0184A0;
    color: #0184A0;
    border-radius: 0px;
    margin-bottom: 10px;
    margin-left: 10px;
    width: 48%;}
	.servicesCaption{top:10px!important;}
	.portfoiloImage.servicesCaption{max-height:225px;height:225px;top:10px!important;}
	.portfoiloImage img{max-height:225px;height:225px;}
	.whatwedoTextColorImg{max-height:245px;height:235px;}
	
}
@media only screen and (max-width: 1280px) {
	.whoweareText{padding-left: 90px;}
	.whatwedoTextColor{background-color: #fff;
     padding: 0px; 
     height: 250px; 
     max-height: 250px; 
    padding-left: 0%;}
	.whatwedoText p{text-align: left;padding: 10px;font-size: 14px;}
	.whatwedoText ul{text-align: left;padding-left: 30px; font-size: 14px !important;}
	.whatwedoTextColor a{border: 1px solid #0184A0;
    color: #0184A0;
    border-radius: 0px;
    margin-bottom: 10px;
    margin-left: 10px;
    width: 48%;}
	.carousel-caption{left: 7%;}
	.carousel-indicators{left: 9%;}
	.contentHeader{padding-left: 90px !important;}
	.whatwedoTextColor img{max-height: 230px;
    height: 230px;}
	.servicesCaption{top:0px!important;}
	.portfoiloImage.servicesCaption{max-height:225px;height:225px;top:10px!important;}
	.portfoiloImage img{max-height:225px;height:225px;}
	.whatwedoTextColorImg{max-height:245px;height:235px;}
}
@media only screen and (max-width: 1024px) {
	.whatwedoTextColor{background-color: #fff;
     padding: 0px; 
     height: 250px; 
     max-height: 250px; 
    padding-left: 0%;}
	.whatwedoText p{text-align: left;padding: 10px;font-size: 12px;}
	.whatwedoText ul{text-align: left;padding-left: 30px; font-size: 12px !important;}
	.whatwedoTextColor a{border: 1px solid #0184A0;
    color: #0184A0;
    border-radius: 0px;
    margin-bottom: 10px;
    margin-left: 10px;
    width: 48%; margin-top: -8px;}
	.whoweareText a{border: 1px solid #0184A0 !important;
    color: #0184A0!important;
    border-radius: 0px!important;
    width: 50%!important;
    height: 40px;
    padding-top: 8px;}
	.whatwedoTextColor{    background-color: #fff;
    padding: 10px;
    height: 330px;
    max-height: 330px;
    padding-left: 0%;}
}
@media only screen and (max-width: 786px) {
    .carousel-caption h2{font-size: 15px;}
	.carousel-caption a{font-size: 10px !important;}
	.whoweareText{padding:10px;}
	.container{width: 100%;padding:0px;}
	.pull-right{float: left !important; }
	ul.social-network{padding-top: 0px;padding-bottom: 10px;}
	.subscriber input{width: 60%;}
	.BannerWhoweareheader h3{margin-top: 30%;}
	.contactUsText input{width: 95%;}
	#home-timeline-inner{margin-bottom: -50px;}
}
@media only screen and (max-width: 500px) {
    .carousel-caption h2{font-size: 10px;}
	.carousel-caption a{font-size: 7px !important;}
	.whoweareText{padding:20px;}
	.container{width: 100%;padding:0px;}
	.pull-right{float: left !important; }
	ul.social-network{padding-top: 0px;padding-bottom: 10px;}
	.subscriber input{width: 60%;}
	.BannerWhoweareheader h3{margin-top: 30%;}
	.contactUsText input{width: 95%;}
	.navbar-nav{border-top: 1px solid #0184A0;}
	#home-timeline-inner{margin-bottom: -50px;}
	.whatwedoTextColor {
		background-color: #fff;
		padding: 10px;
		height: 330px;
		max-height: 330px;
		padding-left: 20px;
	}
	.contactMainDiv {
		margin-bottom: 30px;
		padding:0px;
	}
	.contactUsText{padding:0px;}
	.contactUsText div{padding:0px;}
	.bannerWhoweareImg{max-height: 370px;}
	.whoweareText a{width: 60%!important;}
	.shipmanagImg{padding-right: 0px;padding:0px;}
	.contentHeader{padding-left: 40px !important;padding-right: 0px !important;}
}
.contactUsText button{background-color: #0184A0;
    color: #fff;
    border-radius: 0px;
    margin-bottom: 5px;
    border: 1px solid #0184A0;
	width: 25%;
    margin: 10px;}

.panel-login {
	border-color: #ccc;
	-webkit-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.2);
}
.panel-login>.panel-heading {
	color: #00415d;
	background-color: #fff;
	border-color: #fff;
	text-align:center;
}
.panel-login>.panel-heading a{
	text-decoration: none;
	color: #666;
	font-weight: bold;
	font-size: 15px;
	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	transition: all 0.1s linear;
}
.panel-login>.panel-heading a.active{
	color: #029f5b;
	font-size: 18px;
}
.panel-login>.panel-heading hr{
	margin-top: 10px;
	margin-bottom: 0px;
	clear: both;
	border: 0;
	height: 1px;
	background-image: -webkit-linear-gradient(left,rgba(0, 0, 0, 0),rgba(0, 0, 0, 0.15),rgba(0, 0, 0, 0));
	background-image: -moz-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.15),rgba(0,0,0,0));
	background-image: -ms-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.15),rgba(0,0,0,0));
	background-image: -o-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.15),rgba(0,0,0,0));
}
.panel-login input[type="text"],.panel-login input[type="email"],.panel-login input[type="password"] {
	height: 45px;
	border: 1px solid #ddd;
	font-size: 16px;
	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	transition: all 0.1s linear;
}
.panel-login input:hover,
.panel-login input:focus {
	outline:none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border-color: #ccc;
}
.btn-login {
	background-color: #59B2E0;
	outline: none;
	color: #fff;
	font-size: 14px;
	height: auto;
	font-weight: normal;
	padding: 14px 0;
	text-transform: uppercase;
	border-color: #59B2E6;
}
.btn-login:hover,
.btn-login:focus {
	color: #fff;
	background-color: #53A3CD;
	border-color: #53A3CD;
}
.forgot-password {
	text-decoration: underline;
	color: #888;
}
.forgot-password:hover,
.forgot-password:focus {
	text-decoration: underline;
	color: #666;
}

.btn-register {
	background-color: #1CB94E;
	outline: none;
	color: #fff;
	font-size: 14px;
	height: auto;
	font-weight: normal;
	padding: 14px 0;
	text-transform: uppercase;
	border-color: #1CB94A;
}
.btn-register:hover,
.btn-register:focus {
	color: #fff;
	background-color: #1CA347;
	border-color: #1CA347;
}
