/*!
 * Steve Martel 
 * August-2014 Twitter, Inc.
 * 
 */

body {
  -webkit-text-size-adjust: 100%;
  font-size:16px;
  line-height:1.6;
  color:#666;
}
.clear {
  clear:both;
}

#homeSlider .item img {
  display: block;
  width: 100%;
  height: auto;
}
.rounded {
   -webkit-border-radius:50%;
  -moz-border-radius:50%;
  -ms-border-radius:50%;
  -o-border-radius:50%;
  border-radius:50%;
  overflow:hidden;

}

.scaleTransMinor {
  -webkit-transition:all .2s ease-in-out;
     -moz-transition:all .2s ease-in-out;
      -ms-transition:all .2s ease-in-out;
       -o-transition:all .2s ease-in-out;
          transition:all .2s ease-in-out;
}
.no-touch .scaleTransMinor:hover {
  -webkit-transform:scale(1.05);
     -moz-transform:scale(1.05);
      -ms-transform:scale(1.05);
       -o-transform:scale(1.05);
          transform:scale(1.05);
}


.ie8 .rounded {
  -webkit-border-radius:50%;
  -moz-border-radius:50%;
  border-radius:50%;
  behavior: url(/media_files/IROL/20/200767/2014/PIE.htc);
}

/*.svgImg,
.fallbackImg {
  display:none;
}
.svg .svgImg,
.no-svg .fallbackImg {
  display:block;
}*/


header {
  height:80px;
  position:relative;
  border-bottom:7px solid #efefef;
  position:fixed;
  top:0;
  left:0;
  width:100%;
  background:rgba(255, 255, 255, 0.9);
  z-index:99999;
}
.ie8 header {
  background:url(http://media.corporate-ir.net/media_files/IROL/20/200767/2014/images/white-90.png);
}
html {
  width:100%;
  height:100%;
  overflow-x:hidden;
}
body {
  padding-top:80px;
  position:relative;
  left:0;
  width:100%;
}
@media screen and (min-width:500px) {
  header {
    height:107px;
  }
  body {
    padding-top:107px;
  }
}
.bodyWrap {
  
  /*height: 100%;*/
    left: 0;
    position: relative;
    /*width:100%;*/
}
.pad-top-50 {
  padding-top:50px;
}
.pad-top-25 {
  padding-top:25px;
}
.pad-bottom-50 {
  padding-bottom:50px;
}
.pad-bottom-25 {
  padding-bottom:25px;
}

/****************sitemap***************/
nav.sitemap {
    display: block;
    height: 100%;
    position: fixed;
    left: -276px;
    top: 0;
    width: 276px;
    
    font-size:18px;
    background:#ccc;
    line-height:30px;
}
nav.sitemap .sitemap-inner {
  position:relative;
  height:100%;
  width:100%;
  padding:15px;
}
.touch nav.sitemap .sitemap-inner {
    overflow-y: scroll;
    -webkit-overflow-scrolling:touch;
    overflow-x:hidden;
}
nav.sitemap ul {
  padding:0;
}
nav.sitemap .nav-ul li a {
  position:relative;
}
nav.sitemap .nav-ul li ul li ul {
  padding-left:20px;
}
nav.sitemap .nav-ul li.nav-header {
  margin-bottom:30px;
}
nav.sitemap .nav-ul li.nav-header > a {
  font-weight:bold;
  color:#fff;
}
nav.sitemap .nav-ul li.active > a:before {
  content:"";
  width:10px;
  height:10px;
  border-left:5px solid #fff;
  border-right:5px solid transparent;
  border-top:5px solid transparent;
  border-bottom:5px solid transparent;
  position:absolute;
  left:0;
  top:9px;
}
nav.sitemap .nav-ul li.active > a {
  padding-left:10px;
}

img {
  max-width:100%;
}
h2,h3,h4,h5 {
  font-weight:bold;
}
.l-2-page-heading {
  padding-bottom:15px;
}
.l-2-page-heading h2 {
  font-weight:normal;
}
a:hover {
  text-decoration:none;
}
a.readmore {
  text-transform:uppercase;
  font-size:20px;
  font-weight:bold;
}
.nav-ul {
  padding:0;
}
.nav-ul li {
  list-style-type:none;
}


/********************* Header ************************/
.header-contain {
  width:100%;
  padding-left:44px;
}
.toggleMap {
  width:44px;
  height:100%;
  background:#666;
  color:#fff;
  padding:20px 8px;
  text-align:center;
  cursor:pointer;
  float:left;
}
@media screen and (min-width:500px) {
  .toggleMap {
    padding:30px 8px;
  }
}
.menu-ico {
  width:20px;
  height:20px;
  position:relative;
  margin:0 auto;
}
.menu-ico > div {
  width:8px;
  height:8px;
  background:#efefef;
  position:absolute;
}
.menu-ico .topLeft {
  left:0;
  top:0;
}
.menu-ico .topRight {
  right:0;
  top:0;
}
.menu-ico .bottomLeft {
  left:0;
  bottom:0;
}
.menu-ico .bottomRight {
  right:0;
  bottom:0;
}
.toggleMap .inner {

}
.logosWrap {
  position:relative;
  float:left;
  width:100%;
}
.logo {
  position:relative;
  line-height:73px;
  width:100%;
}
@media screen and (min-width:992px) {
  .logosWrap {
    width:30%;
  }
  .logo {
    width:50%;
  }
}

.logo img {
  max-height:73px;
}
@media screen and (min-width:500px) {
  .logo {
    line-height:100px;
  }
  .logo img {
    max-height:100%;
    margin-left:20px;
  }
}
.header-brands img {
  max-width:80%;
  max-height:50px;
  padding-left:15px;
  text-align:right;
}

.header-brands .active img {
  border-left:1px solid #ccc;
}
.header-brands .item {
  position:relative;
  line-height:73px;
  text-align:right;
}
@media screen and (min-width:500px) {
  .header-brands img {
    /*max-width:120px;*/
    max-height:50px;
    /*margin-top:25px;*/
  }
  .header-brands .item { 
    line-height:100px;
  }
}
@media screen and (min-width:922px) {
  .header-brands .item {
    text-align:left;
  }
  .header-brands img {
    margin-top:25px;
    max-width:100%;
    /*max-width:140px;*/
  }
}
@media screen and (min-width:1200px) {
  .header-brands img {
    max-width:140px;
  }
}

/*********************L1 Nav***********************/
.l1-nav {
  display:none;
  margin-bottom:0;
  font-family:'Open Sans Condensed',sans-serif;
  font-size:16px;
}
.l1-nav li {
  float:left;
  padding:0 30px 0 0;
  line-height:70px;
}
.l1-nav li.last {
  padding-right:0;
}
.l1-nav li a {
  position: relative;
  
  display:block;
}
.l1-nav > li.hasSubNav:hover > a:after,
.l1-nav li.active > a:after {
  content:"";
  width:10px;
  height:100px;
  border-top:5px solid transparent;
  border-right:5px solid transparent;
  border-left:5px solid transparent;
  border-bottom:5px solid #fff;
  position:absolute;
  bottom:0;
  left:50%;
  margin-left:-5px;
}
.l1-nav li ul {
  display:none;
  position:absolute;
  top:70px;
  left:0;
  border-top:1px solid #fff;
  margin-left:15px;
  padding:0;
  width:100%;
}
.l1-nav li:hover ul {
  display:block;
}
.l1-nav li ul li {
  /*line-height:25px;*/
  /*font-size:16px;*/
}
.l1-nav li ul li a {
  color:#06bacc;
}
.l1-nav li ul li a:hover {
  color:#6ad6e0;
}
@media screen and (min-width:1200px) {
  .l1-nav {
    display:block;
  }
}

/****************** brands dropdown *****************/
.brands-dropdown {
  width:650px;
  background:#ccc;
  /*min-height:400px;*/
  position:absolute;
  top:100px;
  left:0;
  padding-right:25px;
  display:none;
}
.header-brands {
  display:none;
}
@media screen and (min-width:992px) {
  .header-brands {
    display:block;
  }
}
.no-touch .header-brands:hover .brands-dropdown  {
  display:block;
}
.no-touch .header-brands:hover:after {
  content:"";
  width:20px;
  height:20px;
  position:absolute;
  bottom:0;
  left:75px;
  border-top:10px solid transparent;
  border-bottom:10px solid #ccc;
  border-right:10px solid transparent;
  border-left:10px solid transparent;
}

.col-5 {
  width:20%;
  height:87.5px;
  float:left;
  position:relative;
}
.brands-dropdown .col-5 a {
  display:block;
  width:100%;
  height:100%;
  text-indent:-999px;
  overflow:hidden;
}
/* .brand-fathom {
  background: url(http://media.corporate-ir.net/media_files/IROL/14/140690/logos/fathom-white-small2.png) no-repeat center;
}

.brand-fathom:hover {
 background: url(http://media.corporate-ir.net/media_files/IROL/14/140690/logos/fathom-black-small2.png) no-repeat center;
} */
.brands-dropdown .brand {
  background:url(http://media.corporate-ir.net/media_files/IROL/14/140690/images/logo_updates/09_CARN_Sprite_Img.png) no-repeat;
}



/*********Carnival**********/
.brands-dropdown .brand-carnival {
  background-position: -20px 0;
}
.brands-dropdown .brand-carnival:hover {
  background-position: -20px -156px;
}

/*********costa**********/
.brands-dropdown .brand-costa {
  background-position:-137px 0;
}
.brands-dropdown .brand-costa:hover {
  background-position:-137px -156px;
}

/*********P&O Aust**********/
.brands-dropdown .brand-po-au {
  background-position:-235px 0px;
}
.brands-dropdown .brand-po-au:hover {
  background-position:-235px -156px;
}

/*********P&O**********/
.brands-dropdown .brand-po {
  background-position:-350px 0;
}
.brands-dropdown .brand-po:hover {
  background-position:-350px -156px;
}

/*********princess**********/
.brands-dropdown .brand-princess {
  background-position:-495px 0px;
}
.brands-dropdown .brand-princess:hover {
  background-position:-495px -156px;
}

/*********holland**********/
.brands-dropdown .brand-holland {
  background-position: -10px -85PX;
}
.brands-dropdown .brand-holland:hover {
  background-position: -10px -240px;
}

.brands-dropdown .brand-aida {
  background-position: -145px -85px;
}
.brands-dropdown .brand-aida:hover {
  background-position:-145px -240px;
}

.brands-dropdown .brand-cunard {
  background-position: -285px -84px;
}
.brands-dropdown .brand-cunard:hover {
  background-position:-290px -240px;
}

.brands-dropdown .brand-seabourn {
  background-position:-420px -87.5px;
}
.brands-dropdown .brand-seabourn:hover {
  background-position:-420px -240px;
}


.brands-dropdown .brand-fathom {
  background:url(http://media.corporate-ir.net/media_files/IROL/14/140690/images/logo_updates/09_CARN_Sprite_Img.png) no-repeat;
  background-position: -545px -87.5px;
}
.brands-dropdown .brand-fathom:hover {
  background:url(http://media.corporate-ir.net/media_files/IROL/14/140690/images/logo_updates/09_CARN_Sprite_Img.png) no-repeat;
  background-position:-545px -240px;
}

/***********************Callout Area*******************/
.callout {
  min-height:152px;
  /*background:rgba(255,255,255, 0.75);*/
  /*background:rgba(204,204,204, 0.75);*/
  padding:15px;
 margin-bottom:45px;
 padding-bottom:60px;
}
.callout img {
  width:100%;
}
@media screen and (min-width:992px) {
  .container.callout-wrapper {
    position:absolute;
    top:60px;
    right:45px;
    padding:0;
    width:252px;
  }
  .callout {
    background:rgba(255,255,255, 0.75);
    width:100%;
   border:1px solid #ccc;
   
  }
  .callout.no-border {
    border:none;
  }
  .ie8 .col-md-2.callout {
    background:url(http://media.corporate-ir.net/media_files/IROL/20/200767/2014/images/white-75.png);
    width:100%;
  }
}
.callout h2 {
  margin-top:0;
  text-transform:uppercase;
}

.callout-footer {
  min-height:50px;
  width:100%;
  position:absolute;
  bottom:0;
  left:0;
  background:#ccc;
  padding:0 15px;
   -webkit-transition:all .2s ease-in-out;
     -moz-transition:all .2s ease-in-out;
      -ms-transition:all .2s ease-in-out;
       -o-transition:all .2s ease-in-out;
          transition:all .2s ease-in-out;
}
.callout-footer:before {
  content:"";
  display:block;
  width:100%;
  clear:both;
}
.callout-footer a {
  display:block;
}
.callout-footer a.readmore {
  line-height:50px;
}
.callout-footer a.readmore:after {
  font-size:40px;
  position:absolute;
  right:8px;
  top:0;
  margin:5px 0 0 0;
  line-height:40px;
  -webkit-transition:all .2s ease-in-out;
     -moz-transition:all .2s ease-in-out;
      -ms-transition:all .2s ease-in-out;
       -o-transition:all .2s ease-in-out;
          transition:all .2s ease-in-out;
}
.no-touch .callout-footer a.readmore:hover:after {
   -webkit-transform:scale(1.1);
     -moz-transform:scale(1.1);
      -ms-transform:scale(1.1);
       -o-transform:scale(1.1);
          transform:scale(1.1);
}
/***************stock Callout******************/
.inc-stock-prices {
 text-align:right;
  width:100%;
}
.inc-stock-prices .exchange {
  font-size:16px;
  text-transform:uppercase;
  color:#808080;
}
.inc-stock-prices .price {
  font-size:26px;
  padding-left:8px;
}
.stock-data-wrapper {
  padding-right:0;
}

/*********************hero header********************/
.hero-header {
  min-height:100px;
  padding:30px 0 0 0;
  background: url(http://media.corporate-ir.net/media_files/IROL/20/200767/2014/images/hero-bg.png) repeat-x top #666;
  color:#fff;
}
.hero-header.pad-bottom-50 {
  padding-bottom:50px;
}
.hero-header a {
  color:#fff;
}
.hero-header h1 {
  margin:0;
  /*padding-bottom:15px;*/
}

.top-nav {
  width:70%;
  float:left;
  text-align:right;
  font-size:16px;
  display:none;
}
@media (min-width: 992px) {
  .top-nav {
    display:block;
  }
}
@media (min-width: 1200px) {
  .top-nav {
    font-size:20px;
  }
}
.main-nav ul {
  padding:0;
  margin:0;
}
.main-nav ul li {
  list-style-type:none;
  display:inline;
  line-height:100px;
  padding:0 20px;
  text-align:right;
}
.main-nav ul li a {
  color:#999;
}


/************************item lists (releases,etc.)***************/
.item-list .item {
  padding:25px 0;
  /*margin-bottom:20px;*/
  border-bottom:1px dotted #06bacc;
}
.item a.icon {
  line-height:25.6px;
}
.item-list .item:after {
  content:"";
  clear:both;
  display:block;
  width:100%;
}
.ndq-date {
  color:#999;
  font-family: 'Open Sans Condensed',sans-serif;
  font-weight:bold;
  white-space: nowrap;
}
.ndq-item-title h3 {
  margin-top:0;
}


/*********************striped rows******************/
.main-wrapper {
  border-bottom:1px solid #ccc;
}
@media screen and (min-width:922px) {
  .main-wrapper {
    border-left:25px solid #ccc;
  }
}


/**************highlight circles**************/
.highlight-circle {
  -webkit-border-radius:50%;
  -moz-border-radius:50%;
  -ms-border-radius:50%;
  -o-border-radius:50%;
  border-radius:50%;
  overflow:hidden;
  position:relative;
  margin-bottom:50px;

  -webkit-transition:all .2s ease-in-out;
     -moz-transition:all .2s ease-in-out;
      -ms-transition:all .2s ease-in-out;
       -o-transition:all .2s ease-in-out;
          transition:all .2s ease-in-out;
  
}

.no-touch .highlight-circle:hover {
  -webkit-transform:scale(1.05);
     -moz-transform:scale(1.05);
      -ms-transform:scale(1.05);
       -o-transform:scale(1.05);
          transform:scale(1.05);
}
.ie8 .highlight-circle {
  behavior: url("/media_files/IROL/20/200767/2014/PIE.htc");
}
.highlight-circle img {
  width:100%;
}
.ie8 .highImg {
  /*width:200px;
  height:200px;*/
  -webkit-border-radius:50%;
  -moz-border-radius:50%;
  -ms-border-radius:50%;
  -o-border-radius:50%;
  border-radius:50%;
  behavior: url("/media_files/IROL/20/200767/2014/PIE.htc");
}
.highlight-circle h2 {
  position:absolute;
  top:15%;
  left:0;
  width:100%;
  text-align:center;
  font-weight:bold;
  z-index:9999;
  color:#fff;
  font-size:24px;
}
@media screen and (min-width:768px) and (max-width:992px) {
  .highlight-circle h2 {
    font-size:18px;
  }
}
.ie8 .highlight-circle h2 {
  color:#fff;
}
.ie8 .highlight-circle.turqGradient h2 {
  color:#fff;
}
.portholeOverlay {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  z-index:9999;
}

/********optional gradient overlays********/
.highlight-circle.turqGradient:after {
  content:"";
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;

  -webkit-border-radius:50%;
  -moz-border-radius:50%;
  -ms-border-radius:50%;
  -o-border-radius:50%;
  border-radius:50%;


  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzA2YmFjYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM3ZGI5ZTgiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, rgba(6,186,204,1) 0%, rgba(125,185,232,0) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(6,186,204,1)), color-stop(100%,rgba(125,185,232,0))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(6,186,204,1) 0%,rgba(125,185,232,0) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(6,186,204,1) 0%,rgba(125,185,232,0) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(6,186,204,1) 0%,rgba(125,185,232,0) 100%); /* IE10+ */
  background: linear-gradient(to bottom, rgba(6,186,204,1) 0%,rgba(125,185,232,0) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#06bacc', endColorstr='#007db9e8',GradientType=0 ); /* IE6-8 */

}

.highlight-circle.yellowGradient:after {
  content:"";
  position:absolute;
  top:0;
  left:0;
  width:100%;
  /*height:300px;*/
  height:100%;

  -webkit-border-radius:50%;
  -moz-border-radius:50%;
  -ms-border-radius:50%;
  -o-border-radius:50%;
  border-radius:50%;


  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZjZWUyMSIgc3RvcC1vcGFjaXR5PSIwLjc1Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM3ZGI5ZTgiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, rgba(252,238,33,0.75) 0%, rgba(125,185,232,0) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(252,238,33,0.75)), color-stop(100%,rgba(125,185,232,0))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(252,238,33,0.75) 0%,rgba(125,185,232,0) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(252,238,33,0.75) 0%,rgba(125,185,232,0) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(252,238,33,0.75) 0%,rgba(125,185,232,0) 100%); /* IE10+ */
  background: linear-gradient(to bottom, rgba(252,238,33,0.75) 0%,rgba(125,185,232,0) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bffcee21', endColorstr='#007db9e8',GradientType=0 ); /* IE6-8 */
}



/******************brands footer*********************/
.brands-footer {
  padding:30px 0 45px 0;
  width:100%;
  min-height:400px;
  border-top:1px solid #ccc;

   /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U2ZTZlNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjI4JSIgc3RvcC1jb2xvcj0iI2U2ZTZlNiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlNmU2ZTYiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top,  rgba(230,230,230,1) 0%, rgba(230,230,230,0) 28%, rgba(230,230,230,0) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(230,230,230,1)), color-stop(28%,rgba(230,230,230,0)), color-stop(100%,rgba(230,230,230,0))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  rgba(230,230,230,1) 0%,rgba(230,230,230,0) 28%,rgba(230,230,230,0) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  rgba(230,230,230,1) 0%,rgba(230,230,230,0) 28%,rgba(230,230,230,0) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  rgba(230,230,230,1) 0%,rgba(230,230,230,0) 28%,rgba(230,230,230,0) 100%); /* IE10+ */
  background: linear-gradient(to bottom,  rgba(230,230,230,1) 0%,rgba(230,230,230,0) 28%,rgba(230,230,230,0) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6e6e6', endColorstr='#00e6e6e6',GradientType=0 ); /* IE6-8 */


}
.brands-footer .brands-slider .item {
  margin:0 15px;
}
.brands-footer .brands-slider .brand-image {
  /*height:150px;*/
  line-height:130px;
  position:relative;
  text-align:center;
  margin-bottom:20px;
}
.brands-footer .brands-slider .brand-image img {
    vertical-align:middle;
    max-width:70%;
    max-height:85px;
    /*position:absolute;
    top:0;
    bottom:0;
    margin:auto;*/
}

/********************************footer **************************/
footer {
  font-size:13px;
}
footer .readmore {
  font-size:14px;
  text-transform:none;
}
footer .readmore:after {
  font-size:22px;
}
.footer-top-contain {
  /*min-height:90px;*/
  background:#666;
  padding:25px 0;
}

.footer-email-alerts {
  margin-bottom:25px;
}
@media (min-width: 768px) {
  .footer-email-alerts {
    margin-bottom:0;
  }
}

.footer-email-alerts label {
font-size:20px;
}
.footer-email-alerts p {
  margin:0;
}
.footer-social {
  padding:0;
  width:195px;
  margin:0 auto;
}
.footer-social li {
  float:left;
  margin:0 10px;
}

.footer-bottom-contain {
  min-height:200px;
  background:#333;
  padding:25px 0;
   color:#efefef;
   background-image:url(http://media.corporate-ir.net/media_files/IROL/20/200767/2014/images/footer-bg.png);
   background-repeat:repeat-x;
   background-position:top center;
   -webkit-box-shadow: inset 0 0 10px #000000;
      -moz-box-shadow: inset 0 0 10px #000000;
       -ms-box-shadow: inset 0 0 10px #000000;
        -o-box-shadow: inset 0 0 10px #000000;
           box-shadow: inset 0 0 10px #000000;
}
.alertSignupBox {
  padding-right:0;
}
.alertSignupBox .form-control { 
  height:30px;
}
.footer-bottom-contain h2 {
  font-size:20px;
}

.quicklinks li {
line-height:30px;
}

.footer-credits-contain {
  background:#ccc;
}
.footer-credits {
  padding-top:20px;
  padding-bottom:20px;
}
p.credits {
  margin-bottom:0;
  color:#4D4D4D;
}


/********************************forms***********************************/


/*************add class to any button*************/
.rndBtn {
  width:30px;
  height:30px;
  background:none;
  border:3px solid #e6e6e6;
  -webkit-border-radius:50%;
     -moz-border-radius:50%;
      -ms-border-radius:50%;
       -o-border-radius:50%;
          border-radius:50%;
          text-align:center;
          position:relative;
          /*text-indent:-999px;*/
          color:#e6e6e6;
          
  -webkit-transition:all .2s ease-in-out;
     -moz-transition:all .2s ease-in-out;
      -ms-transition:all .2s ease-in-out;
       -o-transition:all .2s ease-in-out;
          transition:all .2s ease-in-out;
          
}
.ie8 .rndBtn {
  behavior: url("/media_files/IROL/20/200767/2014/PIE.htc");
}
.no-touch .rndBtn:hover {
  -webkit-transform:scale(1.1);
     -moz-transform:scale(1.1);
      -ms-transform:scale(1.1);
       -o-transform:scale(1.1);
          transform:scale(1.1);
          border-color:#fff;
          color:#fff;
}
.rndBtn:before {
  content:"+";
  position:absolute;
  top:0;
  left:0;
  width:100%;
  padding-bottom:5px;
  text-align:center;
  font-size:20px;
  font-weight:bold;
  line-height:22px;
}
.ie8 .rndBtn:before {
  top:3px;
}

/****************************tables**********************************/
.table > thead > tr > th.no-border,
.table > tbody > tr > th.no-border,
.table > tfoot > tr > th.no-border,
.table > thead > tr > td.no-border,
.table > tbody > tr > td.no-border,
.table > tfoot > tr > td.no-border {
  border:none;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding-top:12px;
  padding-bottom:12px;
}
.ccbnTblLabelLeft {
  font-weight:bold;
}

.ccbn-stock-chart-two-column label {
  display:block;
}
.ccbn-stock-chart-image img {
  /*width:100%;*/
}
