/*! (c) ars-code  Ltd */
@media print {
  /*body {visibility:hidden;}*/
  * {
	overflow: visible !important;
	font-size: 16px;
	color: #000 !important;
	}   
}
[ng\:cloak], [ng-cloak], .ng-cloak {
  display: none !important;
}
body {
  /* ios hack */
  width: 100%;  
}
.panel-head {
  padding: 10px;  
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 200;
  line-height: 1.2;
  color: inherit;

  background-color: #EEE;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
}
.item-selected  {
  border: 1px solid #8BAACC;     
  font-weight: 300;
  line-height: 1.2;
  color: #102A83;

  background-color: #EEE;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;   
}
.sitemap a {
  color:#15428B;
}
p.sitemap-head{
  /*font-size: 16px;*/
  text-transform: uppercase;
  color: #102A83;
}
p.sitemap-sub{
  padding-left:20px;
  color: #102A83;
}
.fixed-label {
  /*width: 160px;*/
  /*margin: 16px 10px 0 0;*/
  display: block;
  font-size: 12px;
  line-height: 1.07142857;
  color: #BDBDBD;
  font-weight: 400;
  
  left: 0; 
}
.btn-circle {
  width: 140px;
  height: 140px;
  border-radius: 70px;
  margin: 0 5px 0 5px;
  padding: 55px 0;   
  text-align: center;  
  font-size: 14px;
  line-height: 1.42;  
}
.logo-base {
  color: #FFF;
  text-transform: uppercase;
  background-color: #102A83;
}
.logo-base:hover {
  /*background-color: #3399F3;*/
  background-color: #102A83;
  /*color: #fff;*/
  color: #FFCB00;
  /*font-size: 15px;*/
  border: 5px solid #FFCB00;
  /*color: #FFCB00;*/  
}
/*#vo-price tr td:nth-child(1){
    width:40%;
}*/
.price-select{
  font-size: 1.2em;
  background-color: #5EC17A;
  color: #fff;
}
.price-line{
  font-size: 2em;
  /*font-weight: bold;*/
}
.price-line td {
  /*border-color: #fff;*/
  border-top: 0;  
}
.price-line > td > span {
  font-size: .5em;
  /*font-weight: bold;*/
}
.price-line-quote{
  font-size: 1.4em;
  /*font-weight: bold;*/
}
#vo-price th {
  border: 0;
}
#vo-price th {   
  font-size: 1.5em;
  background-color: #747474;
  color: #fff;
  text-align: center;
  border: 2px solid;
}
#vo-price tr.price-line td {
  border: 0;
}
#vo-price tr td:nth-child(n+2){
    width:20%;
    text-align: center;
    /*border: 2px solid #fff;*/
}
#vo-price .price-row td:nth-child(n+2){
    text-align: center;
}
.td-inc {
  background-color: #DFF0D8;
}
.td-center{
  vertical-align: middle !important;
  text-align: center;
}
.td-center-up-lg{
  vertical-align: top !important;
  text-align: center;
  font-size: 1.2em;
}
.btn-l2{
  padding: 50px 0;    
}
.btn-l3{
  padding: 40px 0;    
}
.fieldset  {
    padding: 10px;    
    border: 1px solid #8BAACC;    
}
.phone-sticky  {
    padding: 10px;    
    background-color: #fff;
    border-radius: 5px;
    opacity: 0.7;
    /*border: 1px solid #8BAACC;    */
}
.formlist {
    margin-bottom:20px;
}
 
/* Angular UI Bootstrap related*/
.nav, .pagination, .carousel, .panel-title a { cursor: pointer; }
/* set a max-width for horizontal fluid layout and make it centered */
/*.container-fluid{
  margin-right: auto;
  margin-left: auto;
  max-width: 600px;
}*/

.spacer-top { margin-top:10px; }
.font-normal { font-size: 12px;}
.font-nobold { font-weight: normal;}

/*move to less*/
.navbar {
  text-transform: uppercase;
  margin-bottom: 0px;
}

.navbar-inverse {
  padding-bottom: 40px;
  padding-top: 40px;
}

.navbar-inverse {
  /*background-color: #1F58BB;*/
  /*border-color: #8BAACC;*/
  background-color: #102A83;  
  /*border-color: #1F58BB;*/
  border-color:  #FFCB00;
}

.navbar-inverse .navbar-nav > li > a {
  color: white;
}

.navbar-inverse .navbar-nav > li > a:hover {
  color: #FFCB00;
}
.navbar-inverse .navbar-brand {
  color: white;
}

.navbar-inverse .navbar-toggle {
  border-color: transparent;
}
/*^move to less^*/
/* ================== CALL TO ACTION WRAP SECTIONS & HELPERS ================== */
.cta01 {
  background: url("/img/marketing/cta01.jpg") no-repeat center top;
  /*background: url('/img/marketing/seaview1.jpg') no-repeat center center;*/
  margin-top: 0px;
  margin-bottom: 10px;
  padding-top:100px;
  text-align:center;
  /*background-attachment: relative;*/
  background-position: center center;
  min-height: 350px;
  width: 100%;
  
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
  
}

.cta01 h1 {
  color: white;
  font-weight: 700;
  margin-bottom: 25px;
  font-size: 60px;
}

.cta01 h2 {
  color: white;
  font-weight: 700;
  margin-bottom: 25px;
}

.cta01 i {
  color: white;
  font-size: 45px;
}

.legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 17px;
  line-height: 23px;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
.modal-info{
  position: relative;
  /*max-height: 400px;*/
  height: 400px;
  padding: 15px;
  overflow-y: auto;
}
/*div.logo {
    background-image: url('data:image/svg+xml;base64,data');
    background-size:100%;
    display: block;
    height: 56px;
    width: 308px;
}*/
.tos{
  font-family: Palatino-Roman;
}
div .nav-head-line{
  height:10px;
  background-color: #8BAACC;
}

.page-home {
  height: 437px;
  color: white;
  text-shadow: 2px 2px 4px #444;
  margin-bottom: 0px;
  background:transparent;
}
.j-home {
  padding: 15px;
  background-color: #f3f3f3;
  color: #666 !important;
}

.brick-container {
    display: table;
}
.brick-container .row {
    display: table-row;
}
.brick-container [class^="col-"] {
    padding-top: 10px;
    padding-bottom: 10px;
    /*border: 1px solid #8BAACC;*/
    float: none;
    display: table-cell;
    vertical-align: top;
}
.brick-container .col-sm-4 > p {
  text-align: justify;
}
.brick-featurette {
    padding-bottom: 10px;
    padding-top: 10px;
    /*box-shadow: 10px 10px 5px #888888;*/
    border: 1px solid #8BAACC;;
    min-height: 500px;
}

.brick-card {
    margin: 10px 10px 10px 0;
    padding: 10px;    
    box-shadow: 10px 10px 5px #888888;
    border: 1px solid #8BAACC;    
    /*border: 1px solid #102A83;*/
}
.card-service {
    margin: 10px 10px 10px 0;
    padding: 10px;    
    height: 200px;
    box-shadow: none;
    border-radius: 7px;
    background-color: #f3f3f3;
    /*box-shadow: 10px 10px 5px #888888;*/
    border: 1px solid #8BAACC;        
}
.card-service p {
  color: #2d2d2d;
}
.card-long {
  height: 220px;
  text-align:justify;
}  
.card-long-plus {
  height: 270px;
  text-align:justify;
}  
.card-long p {
  color: #2d2d2d;
}
.card-action {
  cursor: pointer;
}
/*.card-long .help-block  {
  font-size: 1em;
}*/
.card-long:hover {
  box-shadow: 10px 10px 5px #888888;
    border: 1px solid #8BAACC;   
}  
/*.card-service p {
  text-align:justify;
}*/
.card-process {
    margin: 10px 10px 10px 0;
    padding: 10px;    
    height: 100px;
    box-shadow: none;
    border-radius: 7px;
    background-color: #f4f4f4;
    /*box-shadow: 10px 10px 5px #888888;*/
    border: 1px solid #8BAACC;    
}
.card-img-link {
    margin: 10px 10px 10px 0;
    padding: 10px;    
    box-shadow: none;
    border-radius: 7px;
    background-color: #fff;
    /*box-shadow: 10px 10px 5px #888888;*/
    border: 1px solid #8BAACC;    
}
.card-img-link  div {
  height: 150px;
  display:table-cell;
  vertical-align:middle;
  float:none;
}
.card-img-link i {
text-align: center;  
float: none;  
}
.text-large {
  font-size: 24px;
}
.text-medium {
  font-size: 18px;
}
.more {
  position: absolute;
  bottom: 20px;
  right: 20px;
}
.btn-card-cfa {
  /*margin-top: 20px;*/
  /*margin-bottom: 15px;*/
  position: absolute;
  padding: 10px;
  bottom: 20px;  
  /*background-color: #102A83;*/
}
.btn-more {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 16px;
  font-size: 13px;
  line-height: 1.846;
  border-radius: 3px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: absolute;
  margin-top: 20px;
  /* set bottom to 20px id not used with row separator*/
  bottom: 0;   
  right: 20px;
  text-transform: uppercase;
  color: #ffffff;
  background-color: #2196f3;
  border-color: transparent;
}
.btn-more:focus,
.btn-more:active:focus,
.btn-more.active:focus,
.btn-more.focus,
.btn-more:active.focus,
.btn-more.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
  color: #ffffff;
  background-color: #0c7cd5;
  border-color: rgba(0, 0, 0, 0);
}
.btn-more:hover,
.btn-more:focus,
.btn-more.focus {
  text-decoration: none;
   color: #ffffff;
  background-color: #0c7cd5;
  border-color: rgba(0, 0, 0, 0);
}
.more-card {
  position: absolute;
  bottom: 20px;
  right: 35px;
}
img.logo-brand {
width: 462px;
height: 84px;
/*max-width: 300px;*/
}
.text-red {
  color: red;
}
.text-white {
  color: white;
}
.text-orange {
  color: orange;
}
h5,span,p.justify{
  text-align:justify;
}
.tbl-col-date {
  width: 100px;
}
.hint h1,
.hint h2,
.hint h3,
.hint h4 {
  margin-bottom: 0px;
}
.hint h1 {
  margin-top: 3.5em;
}
.hint h2 {
  margin-top: 1em;
}
.hint h3 {
  margin-top: .5em;
  font-size: 18px;
}

a {
    /*color:#15428B;*/
    font-weight: normal;
    text-decoration: underline;
      -webkit-transition-property: color;
      -moz-transition-property: color;
        -o-transition-property: color;
       -ms-transition-property: color;
           transition-property: color;

   -webkit-transition-duration: 1s;
      -moz-transition-duration: 1s;
        -o-transition-duration: 1s;
       -ms-transition-duration: 1s;
           transition-duration: 1s;
}
a:link, a:visited {
    text-decoration: none;
}
a:hover {
    text-decoration: none;
}
.hand  {
  cursor: pointer;
}
/*.navbar-right a:link, a:visited {
    text-decoration: none;
    border-bottom: 2px solid #fff;
}
.navbar-right a:hover {
    text-decoration: none;
    border-bottom: 2px solid #0000FF;
}*/

/* Effect: Brackets */
.cl-transform a::before,
.cl-transform a::after {
  display: inline-block;
  opacity: 0;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.2s;
  -moz-transition: -moz-transform 0.3s, opacity 0.2s;
  transition: transform 0.3s, opacity 0.2s;
}

.cl-transform a::before {
  margin-right: 10px;
  content: '[';
  -webkit-transform: translateX(20px);
  -moz-transform: translateX(20px);
  transform: translateX(20px);
}

.cl-transform a::after {
  margin-left: 10px;
  content: ']';
  -webkit-transform: translateX(-20px);
  -moz-transform: translateX(-20px);
  transform: translateX(-20px);
}

.cl-transform a:hover::before,
.cl-transform a:hover::after,
.cl-transform a:focus::before,
.cl-transform a:focus::after {
  opacity: 1;
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  transform: translateX(0px);
}


.margin-bottom {
  margin-bottom: 20px; 
}
.margin-top {
  margin-top: 20px; 
}
.pan-border {
  /*border: 1px solid #e3e3e3;*/
  border: 1px solid #446E9B;
}  

.view-base {
    min-height: 1000px;
    padding: 20px;
    margin-left: 10px;
    margin-right: 10px;
    /*background-color: #dadada;    */
}

/* ROUND */


  #market-btn ul {
    margin: 30px auto;
    text-align: center;
  }

  #market-btn li {
    list-style: none;
    position: relative;
    display: inline-block;
    width: 100px;
    height: 100px;
  }

  @-moz-keyframes rotate {
    0% {transform: rotate(0deg);}
    100% {transform: rotate(-360deg);}
  }

  @-webkit-keyframes rotate {
    0% {transform: rotate(0deg);}
    100% {transform: rotate(-360deg);}
  }

  @-o-keyframes rotate {
    0% {transform: rotate(0deg);}
    100% {transform: rotate(-360deg);}
  }

  @keyframes rotate {
    0% {transform: rotate(0deg);}
    100% {transform: rotate(-360deg);}
  }

  .round {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding-top: 35px;    
    text-decoration: none;    
    text-align: center;
    font-size: 14px;    
    /*text-shadow: 0 1px 0 rgba(255,255,255,.7);*/
    letter-spacing: -.065em;
    font-family: "Hammersmith One", sans-serif;   
    -webkit-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    box-shadow: 2px 2px 7px rgba(0,0,0,.2);
    border-radius: 300px;
    z-index: 1;
    border-width: 4px;
    border-style: solid;
  }

  .round:hover {
    width: 130%;
    height: 130%;
    left: -15%;
    top: -15%;
    font-size: 23px;
    padding-top: 38px;
    -webkit-box-shadow: 5px 5px 10px rgba(0,0,0,.3);
    -o-box-shadow: 5px 5px 10px rgba(0,0,0,.3);
    -moz-box-shadow: 5px 5px 10px rgba(0,0,0,.3);
    box-shadow: 5px 5px 10px rgba(0,0,0,.3);
    z-index: 2;
    border-size: 10px;
    -webkit-transform: rotate(-360deg);
    -moz-transform: rotate(-360deg);
    -o-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }

  a.red {
    background-color: rgba(239,57,50,1);
    color: rgba(133,32,28,1);
    border-color: rgba(133,32,28,.2);
  }

  a.red:hover {
    color: rgba(239,57,50,1);
  }

  a.green {
    background-color: rgba(1,151,171,1);
    color: rgba(0,63,71,1);
    border-color: rgba(0,63,71,.2);
  }

  a.green:hover {
    color: rgba(1,151,171,1);
  }

  a.yellow {
    background-color: rgba(252,227,1,1);
    color: rgba(153,38,0,1);
    border-color: rgba(153,38,0,.2);
  }

  a.yellow:hover {
    color: rgba(252,227,1,1);
  }

  .round span.round {
    display: block;
    opacity: 0;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    font-size: 1px;
    border: none;
    padding: 40% 20% 0 20%;
    color: #fff;
  }

  .round span:hover {
    opacity: .85;
    font-size: 16px;
    -webkit-text-shadow: 0 1px 1px rgba(0,0,0,.5);
    -moz-text-shadow: 0 1px 1px rgba(0,0,0,.5);
    -o-text-shadow: 0 1px 1px rgba(0,0,0,.5);
    text-shadow: 0 1px 1px rgba(0,0,0,.5);  
  }

  .green span {
    background: rgba(0,63,71,.7);   
  }

  .red span {
    background: rgba(133,32,28,.7);   
  }

  .yellow span {
    background: rgba(161,145,0,.7); 

  }
/* ROUND END */

.panel-wrapper {
    /*background-color: transparent;*/
    /*background-image: linear-gradient(to bottom, rgba(30, 87, 153, 0.2) 0%, rgba(125, 185, 232, 0) 100%);*/
    /*background-repeat: repeat;*/
    /*border-radius:10px;*/
    padding: 10px;
}


/* One may set the fixed height of the footer here  */
#footer {
    /*height: 80px;*/
    padding: 50px 40px;
    color: #C9C9C9;
    /*color: #FFCB00;*/
    background-color: #3f3f3f;
    /*background-color: #f5f5f5;*/
}
#footer a:hover {
  color: #FFCB00;
}
#footer .footer-meta {
  margin-top: 25px;
  color: #a0a0a0;
  font-size: 13px;
}
#footer a, #footer ul {
  color: #3a87ad;
  /*color: #C9C9C9;*/
}
/* MARKETING CONTENT
-------------------------------------------------- */

.marketing {
  padding-top: 20px;  
}
/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 20px;
  text-align: center;
}
.marketing h2 {
  font-weight: normal;  
}
.marketing .col-lg-4 p {
  margin-right: 10px;
  margin-left: 10px;
}
.faq .text-info {
  font-weight: bold;
  font-size: 1.6rem;
  padding-top: 40px;
}
@media (max-width: 639px){
  .brick-container {
    display: block;
}
.brick-container .row {
    display: block;
}
.brick-container [class^="col-"] {    
    display: block;
}
}
/* Featurettes
------------------------- */
@media (min-width: 768px) {
  .featurette-heading {
    font-size: 40px;
  }
}
@media (min-width: 992px) {
  .featurette-heading {
    margin-top: 120px;
  }
}
.featurette {
  padding-top: 120px;
  overflow: hidden; /* Clear floats */
}
.featurette-heading {
  /*font-size: 50px;*/
  font-weight: 300;
  line-height: 1;
  letter-spacing: -1px;
}
.featurette-divider {
  margin: 80px 0; /* Space out the Bootstrap <hr> more */
}
.featurette-image {
  margin-top: −120px; /* Vertically center image with the text */
}

.row-divider {
  margin: 40px 0; /* Space out the Bootstrap <hr> more */  
}
.row-divider-service {
  margin: 40px 0; /* Space out the Bootstrap <hr> more */
  border-top: 1px solid #102A83;
}
/* Lastly, apply responsive CSS fixes as necessary */
@media (max-width: 1199px) {    
    .card-long {
      height: 280px;
      text-align:justify;
    } 
}
@media (max-width: 991px) {    
    .card-long {
      height: 370px;
      text-align:justify;
    } 
}
@media (max-width: 767px) {
    #footer {
        margin-left: -20px;
        margin-right: -20px;
        padding-left: 20px;
        padding-right: 20px;
    }
    .card-long {
      height: 220px;
      text-align:justify;
    } 
}
@media (max-width: 480px) {
    img.logo-brand {
width: 346;
height: 63px;
}
.card-long {
      height: 300px;
      text-align:justify;
    } 
}
