/* GLOBAL and HOMEPAGE STYLES
-------------------------------------------------- */

body {
  padding:0px;
  margin:0px;
  font-family:Arial, Helvetica, sans-serif;
  font-size:18px;
  color: #5a5a5c;
  background-color:#ffffff;
/* overflow-x: hidden;*/
}

a {
  text-decoration: none;
}

ul {
  margin-top: 8px;
}

li > a {
  color: #003f69 !important;
}


h1				{
  font-family:Georgia, "Times New Roman", Times, serif;
  font-size: 2em;
  color:#003f69;
  font-weight:400;
  line-height:44px;
  text-align:center;
  margin:0px 0px 10px 0px;
}

h2				{
  font-family:Georgia, "Times New Roman", Times, serif;
  font-size:2em;
  color:#003f69;
  font-weight:400;
  font-style:normal;
  line-height:36px;
  text-align:center;
  margin:0px 0px 3px 0px;
}

h3				{
  font-family:Georgia, "Times New Roman", Times, serif;
  font-size:24px;
  color:#003f69;
  font-weight:400;
  font-style:italic;
  line-height:32px;
  text-align:center;
  margin:0px 0px 25px 0px;
}

p	{
  /*font-family: "Noticia Text", serif;*/
  font-family:Arial, Helvetica, sans-serif;
  font-size: 1.2em;
  line-height:30px;
  text-align:center;
  font-weight:400;
  margin:0px 5% 44px 5%;
}

p.serviceslist	{
  text-align:left;
  padding-left:6.8%;
  margin:0px 0px 12px 0px;
}

p.locationslist	{
  text-align:left;
  padding-left:6.6%;
  margin:0px 0px 12px 0px;
}

p.certifications	{
  color:#00aee6;
  margin-bottom:12px;
}

.header-font {
  font-size: 3em;
}

.invisible-font {
  color: rgba(0, 0, 0, 0);
}

h2.contact {
  padding-bottom: 20px;
}

.affix {
  top: 0;
  width: 100%;
  padding: 10px;
  border: 1px solid black;
  background-color: white;
  -webkit-box-shadow: -5px 2px 24px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: -5px 2px 24px 0px rgba(0, 0, 0, 0.75);
  box-shadow: -5px 2px 24px 0px rgba(0, 0, 0, 0.75);
  z-index: 8000;
}

.bold {
    font-family: "Architects Daughter", cursive;
    font-size: 24px;
    font-weight: 600;
    text-align: left;
}

.normal {
    text-align: left;
    font-weight: 400;
    font-size: 1em;
    line-height: 30px;
    margin-top: -40px;
}


.boldtext		{font-weight:700;}
.bluetext		{color:#003f69;}
.aquatext		{color:#00aee6;}

/*HEADER
---------------------------------------------------------------------- */

#atlantic-bulk-services-banner-container {
  position:relative;
  z-index:1000;
  height:900px;
  background: url('../images/background-images/jumbotron.jpg');
  background-size: cover;
}

#heading-font {
  color: #ffffff;
}

.header-logo {
  margin: 0 auto;
  background-color: #ffffff;
  padding: 50px;
}

.logo-custom {
    margin-left: -14px;
    margin-top: -9px;
}

.box {
  margin-top: -40px;
  -webkit-box-shadow: 0px 18px 43px -11px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 18px 43px -11px rgba(0,0,0,0.75);
  box-shadow: 0px 18px 43px -11px rgba(0,0,0,0.75);
  height: 280px;
  width: 280px;
  border-radius: 140px;

}

.link-text {
  color: #ffffff;
  font-size: 1em;
}

.jumbotron-footer {
  margin-top: 500px;
}

/*CUSTOM CLASSES
---------------------------------------------------------------------- */

.affix {
  margin-top: 0 !important;
  border: none;
}

.nav-logo {
  height: 30px;
  margin-left: -40px;
  margin-top: -5px;
}

.navbar-brand {
  display: none;
}

.nav-font {
  margin-top: -5px;
  color: #003f69;
  font-family: Tahoma;
  font-size: 16px;
}

.affix-custom {
  border: none !important;
  border-radius: 0px !important;
}

.nav-pills ul {;
  width: 39%;
}

.nav-pills li {
  text-align: center;
  width: 30%;
}

.row-heading-text {
  color: #003f69;
  font-weight: 600;
}

.row-subheading-text {
  color: #003f69;
  font-weight: 600;
}

.shadow {
	-webkit-box-shadow: 0px 18px 43px -11px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 18px 43px -11px rgba(0,0,0,0.75);
	box-shadow: 0px 18px 43px -11px rgba(0,0,0,0.75);
}

.glow {
	z-index: 2000;
	color: #ffffff;
	text-shadow: -1px 1px 2px #ffffff;
}

.bg-white {
  background: #ffffff !important;
}

.btn-expand {
  max-width: 32px;
  box-sizing: content-box;
  color: rgba(0, 0, 0, 0);
  transition: max-width .2s ease;
}
.btn-expand.btn-xs {
  max-width: 12px;
}
.btn-expand.btn-sm {
  max-width: 14px;
}
.btn-expand.btn-lg {
  max-width: 18px;
}

.btn-expand.btn-link i {
  color: #428bca !important;
}

.btn-expand:hover,
.btn-expand:focus,
.btn-expand:active {
  max-width: 420px;
  transition-duration: .5s;
  color: #003f69 !important;
}

.phone-loc {
  margin-left: 3px;
  margin-top: -6px;
}

.phone-font {
  font-family: Verdana;
  font-size: 24px;
}

.custom-nav {
	height: 50px;
	font-size: 24px;
	margin-top: -30px;
}

.custom-nav a {
	color: #ffffff;
	background-color: rgb(0,63,105);
}

#navbar {
  margin-top: -30px;
}

.new-nav {
  width: 100%;
}

.new-nav li {
  width: 16.66%;
}

.custom-top-nav-right {
	float:right;
	margin-top: 25px;
	margin-right: 300px;
}

.custom-large-button {
  height: 34px;
  width: 105px;
  font-size: 16px;
  background: rgb(0,75,100);
}

.custom-table-list {
  text-align: center;
  width: 80%;
  margin-left: 10%;

  font-size: 1.1em;
  line-height:30px;
  text-align:center;
  font-weight:400;

}

.transfer-locations-list			{
  width:100%;
  float:left;
  padding-left:40%;
}

.transfer-locations-list ul			{
  margin:0px 0px 0px -28px;
  padding:0px 0px 0px 0px;
  list-style-image: url('../images/symbols/marker.png');
}

.transfer-locations-list ul li		{
  margin:0px 0px 0px 0px;
  padding:0px 0px 0px 0px;
}

.contact-note {
  border: 1px solid black;
  border-radius: 15px;
  padding: 50px;
  text-align: center;
  font-size: 14px;
  margin:0px 10% 44px 10%;
}

/*SCROLLING BACKGROUNDS
-------------------------------------------------- */

.cd-fixed-bg {
	min-height: 100%;
	background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center center;
}

.cd-fixed-bg.cd-bg-1 {
  background-image: url('../images/slides/compass.jpeg');
	height: 200px;
}

.cd-fixed-bg.cd-bg-2 {
  background-image: url('../images/slides/refinery.jpg');
	height: 200px;
}
.cd-fixed-bg.cd-bg-3 {
  background-image: url('../images/slides/safety.jpg');
	height: 200px;
}
.cd-fixed-bg.cd-bg-4 {
  background-image: url('../images/slides/ship.jpg');
	height: 200px;
}

.center-text {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.div-contrast {
  background: rgba(40,40,50, 0.5);
  height: 50px;
  width: 475px;
  text-align: center;
  border-radius: 10px;
  padding-top: 6px;
  margin: 0 auto;
}

.div-contrast-sm {
  background: rgba(40,40,50, 0.5);
  height: 50px;
  width: 245px;
  text-align: center;
  border-radius: 10px;
  padding-top: 6px;
  margin: 0 auto;
}

.anchor {
  display: block;
  position: relative;
  top: -162px;
  visibility: hidden;
}

.anchor2 {
  display: block;
  position: relative;
  top: -82px;
  visibility: hidden;
}

.invisible-nav {
  position: fixed;
  height: 80px;
  visibility: hidden;
}

/* CORPORATE RESUME
-------------------------------------------------- */


.resume-text-left {
  text-align: left;
}

.resume-text-right {
  text-align: right;
}

.portrait {
  height: 150px;
  width: 150px;
  border-radius: 200px;
  margin-top: 40px;
}

.portrait-logo {
  height: 200px;
  width: 200px;
}

#jon {

}

/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */

#nav {
  display: none;
}


/* CONTACT FORM  */

#label-contactname			{display:none;}
#label-contactphone			{display:none;}
#label-contactemail			{display:none;}
#label-contactmessage		{display:none;}

.contactus-form				{max-width:458px;position:relative;margin-top:0px;margin-top:0px;margin-left:11%;}

input.contact-form-submitformbtn	{background-image:url('../images/buttons/submit-btn.png');background-repeat:no-repeat;width:214px;height:56px;margin:0px;padding:0px;float:left;border:none;cursor:pointer;border: 0px solid #ccc;}


input.contact-input-box {
  display: block;
  width:100%;
  min-height: 52px;
  background-color:#f7fcfe;
  border: 1px solid #e3e4e5;
  padding-left:3%;
  box-shadow:none;
 -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  border-radius:10px;
}


.contact-textarea-box {

  display: block;
  width: 100%;
  min-height: 52px;
  background-color:#f7fcfe;
  border: 1px solid #e3e4e5;
  padding-left:3%;
  padding-top:3%;
  box-shadow:none;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  border-radius:10px;
}


.contactus-form-row {
	margin-bottom:20px;
}

label	{font-weight:normal;margin-top:0px;margin-bottom:10px;cursor:default;}

.required-text-footnote	{font-size:11px;padding-left:3px;color:#b33550;}
.required-text		{font-size:11px;padding-left:3px;color:#b33550;}
.form-err			{font-size:12px;color:#b33550;font-weight:bold;}



input.contact-input-box::-webkit-input-placeholder {
	color:    #5a5a5c;
	font-size:16px;
}
input.contact-input-box:-moz-placeholder, textarea:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	color:    #5a5a5c;
	font-size:16px;
}
input.contact-input-box::-moz-placeholder, textarea::-moz-placeholder { /* Mozilla Firefox 19+ */
	color:    #5a5a5c;
	font-size:16px;
}
input.contact-input-box:-ms-input-placeholder, textarea:-ms-input-placeholder { /* Internet Explorer 10+ */
	color:    #5a5a5c;
	font-size:16px;
}


.contact-textarea-box::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
	color:    #5a5a5c;
	font-size:16px;
}
.contact-textarea-box:-moz-placeholder, textarea:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	color:    #5a5a5c;
	font-size:16px;
}
.contact-textarea-box::-moz-placeholder, textarea::-moz-placeholder { /* Mozilla Firefox 19+ */
	color:    #5a5a5c;
	font-size:16px;
}
.contact-textarea-box:-ms-input-placeholder, textarea:-ms-input-placeholder { /* Internet Explorer 10+ */
	color:    #5a5a5c;
	font-size:16px;
}
/* END CONTACT FORM */

.carousel-caption {
	position:absolute;
	right:15%;
	bottom:20px;
	left:17%;
	top:34%;
	z-index:10;
	padding-top:20px;
	padding-bottom:20px;
	text-align:center;
	text-shadow:none;
}

.carousel-caption h1 {font-family: 'Open Sans', sans-serif;font-size:74px;color:#ffffff;font-weight:400;line-height:82px;text-align:center;margin:0px;-webkit-text-stroke: 0.50px;}

.carousel .item {
  height: auto;
  background-color: #777;
}
#carousel-container				{position:relative;z-index:1000;}

.carousel-indicators li 		{width:14px;height:14px;margin:2px;background-color:#ffffff;background-color:rgba(255, 255, 255, 1.0);border:2px solid #fff;border-radius:10px;}
.carousel-indicators .active 	{width:16px;height:16px;margin:1px;background-color:#ca222e;background-color:rgba(202, 34, 46, 1.0);border:2px solid #fff;border-radius:10px;}

.carousel-control,
.carousel-control:hover,
.carousel-control:focus 		{top:45%;width:30px;height:54px;background-color:transparent;color:transparent;border:none;opacity:1.0;filter: alpha(opacity=100);text-shadow:none;}

.carousel-control.right {
  right: 15px;
  left: auto;
  background-image:url('../images/symbols/next-arrow-carousel.png');background-repeat:none;
}

.carousel-control.left {
  left: 15px;
  background-image:url('../images/symbols/prev-arrow-carousel.png');background-repeat:none;
}

.map {
  height: 550px;
}

#slider1	{background:url('../images/slides/IMG_0149.JPG') no-repeat top center; background-size:cover;height:550px;}
#slider2	{background:url('../images/slides/IMG_0151.JPG') no-repeat top center; background-size:cover;height:550px;}

#slider3	{background:url('../images/slides/Truck.jpg') no-repeat top center; background-size:cover;height:550px;}
#slider4	{background:url('../images/slides/IMG_0130.JPG') no-repeat top center; background-size:cover;height:550px;}



/* FOOTER */

#terms {
  color: #fff;
  font-size: 1em;
  text-decoration: underline;
}

.footer-content	{
  background-color: rgb(0,62,104);
  width:100%;
  position:relative;
  display:block;
  padding-top:24px;
  padding-bottom:24px;
  margin-top: 13px;
  text-align: center;
}

p.footerlogo	{margin:0px;text-align:left;}
p.footertext1	{
  font-size:16px;
  color:#ffffff;
  text-align:right;
  line-height:24px;
  margin:0px 0px 0px 0px;
  padding-right: 55px;
}

img.footerlogo {
  padding-left: 55px;
}

p.footertext2 {
  padding-top: 10px;
  font-size: 0.8em;
  color:#ffffff;
  text-align:center;
  margin: 0 0 0 0;
  vertical-align: bottom;
}

.footertext2 {
}
p.footertext1 a, a:hover, a:focus	{
  color:#fff;
  text-decoration:none;

}

.footer-content-left	{padding-left:3.7%;}
.footer-content-right	{padding-right:3.7%;}


/* LINKS */

a.mobilemenulink:link, a.mobilemenulink:visited		{color:#ffffff;font-size:18px;text-decoration:none;outline:none;border:none;}
a.mobilemenulink:hover, a.mobilemenulink:active 	{color:#00aee6;font-size:18px;text-decoration:none;outline:none;border:none;}


a.footerlink:link, a.footerlink:visited		{color:#ffffff;text-decoration:none;outline:none;border:none;}
a.footerlink:hover, a.footerlink:active 	{color:#949494;text-decoration:none;outline:none;border:none;}

a.directionslink:link. a.directionslink:visited		{color:#005dac;text-decoration:underline;outline:none;border:none;}
a.directionslink:hover, a.directionslink:active 	{color:#ca222e;text-decoration:underline;outline:none;border:none;}

a.emaillink:link, a.emaillink:visited	{color:#2d2f32;text-decoration:underline;outline:none;border:none;}
a.emaillink:hover, a.emaillink:active 	{color:#ca222e;text-decoration:underline;outline:none;border:none;}

a.contactlink:link, a.contactlink:visited	{color:#ca222e;font-weight:700;text-decoration:none;outline:none;border:none;}
a.contactlink:hover, a.contactlink:active 	{color:#005dac;font-weight:700;text-decoration:none;outline:none;border:none;}


.contact-page-left		{}
.contact-page-right		{padding-left:5px;}

.contact-page-left h3		{font-family: 'Open Sans', sans-serif;font-size:20px;color:#0162ad;font-weight:700;line-height:32px;text-align:left;margin:0px 9% 3px 9%;-webkit-text-stroke: 0.50px;}

.contact-info-block			{width:100%;float:left;}
.contact-info-block-left	{width:60px;float:left;}
.contact-info-block-right	{width:200px;float:left;}

.picture {
  width: 100%;
}

/* RESPONSIVE CSS
-------------------------------------------------- */

@media only screen and (max-width: 992px) {

  .contactus-form {
    margin-left: 7%;
  }
}

@media only screen and (max-width: 992px) {

  h1 {
    font-size: 1.5em;
  }

  h2 {
    font-size: 1.5em;
  }

  h3 {
    font-size: 1.2em;
  }

  #nav li {
    font-size: 14px;
  }

  .transfer-locations-list {
    padding-left: 30%;
  }

  .header-font {
    font-size: 2em;
  }

  .div-contrast {
    width: 300px;
  }

  .div-contrast-sm {
    background: rgba(40,40,50, 0.5);
    height: 38px;
    width: 168px;
    text-align: center;
    border-radius: 10px;
    padding-top: 0px;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 766px) {

  h1 {
    font-size: 1.2em;
    line-height: 30px;
  }

  h2 {
    font-size: 1.0em;
  }

  h3 {
    font-size: 1.0em;
  }

  p {
    font-size: 0.8em;
  }

  li {
    font-size: 0.8em;
    line-height: 22px;
  }

  td {
    font-size: 0.6em;
    line-height: 22px;
  }

  .header-font {
    font-size: 1.2em;
  }

  .navbar-brand {
    display: block;
  }

  .box {
    margin-top: -42px;
    height: 158px;
    width: 159px;
    border-radius: 140px;
  }

  .logo-custom {
    margin-left: -31px;
    margin-top: -33px;
    height: 100px;
  }

  .phone-loc {
    margin-left: -2px;
    margin-top: -6px;
  }

  .phone-font {
    font-size: 18px;
    z-index: 9999;
  }

  .btn-expand {
    max-width: 20px;
  }

  .new-nav li {
    width: 100%;
  }

  .transfer-locations-list {
    padding-left: 30%;
  }

  .transfer-locations-list ul li {
    margin: 0px 0px 0px 33%;
    padding: 0px 0px 0px 0px;
  }

  .contactus-form {
    margin-left: 14%;
  }

  .resume-text-right {
    text-align: left;
  }

  p.footertext1 {
    font-size: 0.6em;
  }

  p.footertext2 {
    padding-top: 15px;
    font-size: 0.6em;
  }

  #phone {
    z-index: 9999;
    background: #ffffff;
    position: relative;
  }

  #slider1 {
    height: 375px;
  }
  #slider2 {
    height: 375px;
  }
  #slider3 {
    height: 375px;
  }
  #slider4 {
    height: 375px;
  }
}

@media only screen and (max-width: 475px) {

  h1 {
    font-size: 0.8em;
    line-height: 30px;
  }

  h2 {
    font-size: 1em;
  }

  h3 {
    font-size: 1em;
  }

  p {
    font-size: 0.8em;
    line-height: 22px;
  }

  li {
    font-size: 0.6em;
    line-height: 22px;
  }

  td {
    font-size: 0.6em;
    line-height: 22px;
  }

  .contactus-form {
    margin-left: 0%;
  }

  .normal {
    font-weight: 300;
    font-size: 0.8em;
    line-height: 22px;
  }

  .bold {
    font-size: 1em;
  }

  p.footertext1 {
    font-size: 0.6em;
    padding-right: 38px;
    line-height: 16px;
  }

  img.footerlogo {
    padding-left: 38px;
  }

  p.footertext2 {
    padding-top: 15px;
    font-size: 0.6em;
  }


}
