/*------------------------------------------------------------------
[Master Stylesheet]

Project:    Lattes - One page multi purpose page
Version:    1.0
Last change:    17/08/2015 [...]
Designed by:    MOOZ Themes / www.MOOZthemes.com
Primary use:    One page

[Table of contents]

1. General
2. Header
3. Navigation
4. Sections
5. Footer
6. Components

[Color codes]

Buttons, etc:   #726FB9 (blue)
hover color:    #FEC8BB (yellow)
-------------------------------------------------------------------*/

/*--------------------
Import Google Fonts
--------------------*/

@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,500,600,700,800);


/*--------------------
1. General
--------------------*/

body {
    margin: 0px;
    font-family: "Open Sans", Sans-serif;
    overflow-x:hidden;
    background-color:#f2f2f2;
}

h1,
h2,
h3,
h4,
h5,
h6 {
font-weight: 500;
    letter-spacing: 0.4px;
    font-family: "Open Sans", Sans-serif;
    //color: #232323;
}

p {
    font-family: "Open Sans", sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 23px;
    letter-spacing: 0.2px;
    color: #000;
}

a {
  color: #2d69ac;
  text-decoration: none;
  //text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}
a:hover, a:focus, a:active, a.active {
    color: #003082;
    text-decoration: none;
}
a, a:hover, a:focus, a:active, a.active {
    outline: 0;
    text-decoration: none;
}
::selection {
    text-shadow: none;
    background: #FEC8BB;
}

@media (min-width: 768px) {
    section {
        //padding: 150px 0;
    }
}

section {
    //padding: 70px 0;
    //margin-top:60px;
}

/*--------------------
2. Navigation
--------------------*/

.navbar-default {
    background-color: #000;
        box-shadow: 0px 12px 59px 2px rgba(0,0,0,0.2);
    //border-color: transparent;
    padding-top: 10px;
}
.navbar-default .navbar-brand {
    color: #fff;
    font-family: "Open Sans",sans-serif;
    padding: 0px;
}
.navbar-default .navbar-brand:hover,.navbar-default .navbar-brand:focus,.navbar-default .navbar-brand:active,.navbar-default .navbar-brand.active {
    color: #fec503
}
.navbar-default .navbar-collapse {
    border-color: rgba(255,255,255,.02)
}
.navbar-default .navbar-toggle {
    background-color: #FEC8BB;
    border-color: #FEC8BB
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff
}
.navbar-default .navbar-toggle:hover,.navbar-default .navbar-toggle:focus {
    background-color: #FEC8BB
}
.navbar-default .nav li a {
    font-family: "Open Sans",sans-serif;
    //text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    color:rgba(255,255,255,0.6);
    
    color: #2d69ac;
}
.navbar-default .nav li a:hover {
    color: #003082;
    outline: 0
}
.navbar-default .nav li a:focus {
    color: #003082;
}

.navbar-default .navbar-nav>.active>a {
    border-radius: 0;
    color: #fff;
    background-color: #FEC8BB
}
.navbar-default .navbar-nav>.active>a:hover,.navbar-default .navbar-nav>.active>a:focus {
    color: #fff;
    background-color: #fec503
}

@media (min-width:768px) {
    .navbar-default
    {
        //background-color: transparent;
        //padding: 15px 0;
        padding-top: 10px;
        -webkit-transition:padding .3s;
        -moz-transition:padding .3s;
        transition:padding .3s;
        border:0
    }
    .navbar-default .navbar-brand {
        font-size: 2em;
        -webkit-transition:all .3s;
        -moz-transition:all .3s;
        transition:all .3s
    }
    .navbar-default .navbar-nav>.active>a {
        border-radius: 3px
    }
    .navbar-default.navbar-shrink {
        background-color: #222;
        padding: 10px 0
    }
    .navbar-default.navbar-shrink .navbar-brand {
        font-size: 1.5em
    }

}

/*--------------------
3. Header
--------------------*/

header {
    background-image: url(../img/bg-main.jpg);
    background-repeat: none;
    background-attachment: scroll;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    text-align: center;
    color: #fff;
}

header .intro-text {
    padding-top: 100px;
    padding-bottom: 50px;
}

@media (min-width: 768px) {
    header .intro-text {
        padding-top: 300px;
        padding-bottom: 200px;
    }
}

header .intro-text .intro-lead-in {
    font-family: "Open Sans",sans-serif;
    font-style: italic;
    font-size: 22px;
    line-height: 22px;
    margin-bottom: 25px;
}

@media (min-width: 768px) {
    header .intro-text .intro-lead-in {
        font-family: "Open Sans",sans-serif;
        font-style: italic;
        font-size: 40px;
        line-height: 40px;
        margin-bottom: 25px;
    }
}

header .intro-text .intro-heading {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 50px;
    line-height: 50px;
    margin-bottom: 25px;
}

@media (min-width: 768px) {
    header .intro-text .intro-heading {
        text-transform: uppercase;
        font-weight: 700;
        font-size: 75px;
        line-height: 75px;
        margin-bottom: 50px;
    }
}

/*--------------------
4. Sections
--------------------*/

.section-title h2 {
    font-size: 28px;
    //text-transform: uppercase;
    font-family: "Open Sans",sans-serif;
    font-weight: 600;
}

.section-title h3 {
    margin-bottom:15px;
    margin-top: 12 px;
}

.section-title p {
    font-size: 17px;
    font-weight: 300;
    line-height: 25px;
    margin: 20px;
}

/*--------------------
4.1. About
--------------------*/

.mz-module-about h3 {
    font-weight: 500;
    font-size: 17px;
    text-transform: uppercase;
    color: #3A3A3A;
    letter-spacing: 2px;
    margin-bottom: 20px;
}

.mz-module-about p {
font-size: 14px;
    font-weight: 300;
    line-height: 22px;
    color: #969696;
}

.ot-circle {
height: 95px;
    width: 95px;
    text-align: center;
    line-height: 98px;
    color: #3E3E3E;
    /* border: 3px solid #000; */
    border-radius: 100px;
    /* background-color: #E8E8E8; */
    margin: 0 2px 4px;
    font-size: 31px;
}

/*--------------------
4.2. Skills
--------------------*/

.skills-text h2 {
    margin: 0 0 30px;
}

.skillbar-item {
    margin-bottom: 30px;    
}

.skillbar {
    position: relative;
    display: block;
    width: 100%;
}

.skillbar-score {
background-color: #dfdfdf;
    padding: 7px;
    text-align: center;
    color: #000000;
    font-weight: 300;
    float: right;
    width: 50px;
    height: 40px;
    vertical-align: middle;
 }

.skillbar-score .score {
    font-size: 20px;
}

.skillbar-score .percent {
    font-size: 13px;
}

.skillbar-bar {
display: block;
    background-color: #dfdfdf;
    height: 3px;
    width: 100%;
}

.skillbar h3 {
    font-weight: 600;
    font-size: 13px;
    text-transform: uppercase;
    color: #3A3A3A;
    letter-spacing: 2px;    
margin: 0;
    padding: 12px 0;
}

.skillbar-percent {
    color: #fff;
    background-color: #000000;
    float: left;
    height: 3px;
}

/*--------------------
4.3. Portfolio
--------------------*/

figure {
    position: relative;
    overflow: hidden;
    margin: 10px 1%;
    background: #726FB9;
    text-align: center;
    cursor: pointer;    
}

figcaption {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;   
}

.ot-portfolio-item figure figcaption > a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
}
.ot-portfolio-item figure figcaption, .ot-portfolio-item figure figcaption > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

figure.effect-bubba {
    background: #000;
    margin-bottom: 30px;
}

figure.effect-bubba img {
    opacity: 0.6;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
}

figure.effect-bubba:hover img {
    opacity: 0.3;
}

figure.effect-bubba figcaption::before,
figure.effect-bubba figcaption::after {
    position: absolute;
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}

figure.effect-bubba figcaption::before {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: scale(0,1);
    transform: scale(0,1);
}

figure.effect-bubba figcaption::after {
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    -webkit-transform: scale(1,0);
    transform: scale(1,0);
}

figure.effect-bubba h2 {
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    padding-top: 5%;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0,-20px,0);
    transform: translate3d(0,-20px,0);
}

figure.effect-bubba p {
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    padding: 20px 2.5em;
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(0,20px,0);
    transform: translate3d(0,20px,0);
}

figure.effect-bubba:hover figcaption::before,
figure.effect-bubba:hover figcaption::after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

figure.effect-bubba:hover h2,
figure.effect-bubba:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

/*--------------------
4.4. Dark Short section (counters, quote, etc)
--------------------*/

.dark-bg {
    background: #323232;
    color: #fff;
}



.bg-img1 {
    background-image: url(../img/office-bg.jpg);
    background-size: cover !important;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;

}

.bg-img2 {
    background-image: url(../img/bg-img2.jpg);
    background-size: cover !important;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.bg-img3 {
    //background-image: url(../img/bg-img3.jpg);
    background-size: cover !important;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

@media (max-width: 1100px) {
  .bg-img1 {
      background-attachment: scroll;
  }
  .bg-img2 {
      background-attachment: scroll;
  }
  .bg-img3 {
      background-attachment: scroll;
  }
}


.light-bg {
    background-color: #f8f8f8;
    border-bottom:1px dashed #b7b7b7;
}

.overlay-dark:before, .overlay-light:before {
    background-color: rgba(32,32,32,0.8);
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    z-index: -1;
}

.overlay-dark, .overlay-light {
    position: relative;
    z-index: 1;
}

.short-section {
    padding-top: 110px;
    padding-bottom: 110px;
}

.counter-item h2 {
    color: #fff;
    font-size: 60px;
    margin: 0;
}

.counter-item h6 {
    color: #fff;
    font-size: 19px;
    margin: 0;  
}

/*--------------------
4.5. Partners Slider
--------------------*/

.partner-logo {
    height: 80px;
    text-align: center;
}

.partner-logo img {
    height: 100%;
    width: auto !important;
}

/*--------------------
4.6. Team
--------------------*/

.team-item {
    padding:15px;
    text-align: center;
    background-color: #fff;
    border: 5px solid #fff;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
    border-radius:4px;
    box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.75);
    margin:5px;
}

.team-item h3 {
    font-size: 22px;
    font-weight: 500;
}

.team-item .team-location {
    color: #C5C5C5;
    font-size: 13px;
    margin-bottom: 20px;    
}

.team-item .team-location {
    color: #C5C5C5;
    font-size: 12px;
    margin-bottom: 20px;    
}

.team-item .team-position {
    color: #000;
    font-size: 16px;
}

.team-item p {
    //font-size: 17px;
    //font-weight: 300;
    //color: #000;
    //padding: 5px 10px 20px 10px;
}
.team-item-added{
    border: 5px solid #c4c4c4;

}


/*--------------------
4.7. Contacts
--------------------*/

section#contact form {
    margin-top: 15px;
}
section#contact.form-group {
margin-bottom: 25px;
}

section#contact .form-group input, section#contact .form-group textarea {
    padding: 15px;
    border: 1px solid #BBBBBB;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 0px 0px rgba(0,0,0,.075);
    font-size: 13px;
}

.contact h3 {
    margin-bottom: 30px;
}

.contact p {
    font-size: 13px;
}

.contact .day {
    display: inline-block;
    width: 80px;
}

.contact i {
    margin-right: 5px;
}

/*--------------------
5. Footer
--------------------*/

footer {
    margin-top:10px;
    padding: 18px;
    background-color: #E4E4E4;
    border-top:1px solid #c1c1c1; 
    position:relative;
    min-height:80px;
}

footer p {
    color: #B7B7B7;
    margin: 0;
    font-size: 10px;
    //text-transform: uppercase;
    font-weight: 500;
    //letter-spacing: 1.6px;
}

footer p a {
    color: #fff;
}

footer p a span {
    color: #FF9F46;
    font-size: 10px;
    letter-spacing: 1px;
    font-weight: 700;
}

/*--------------------
6. Modal
--------------------*/

.modal-content {
    border-radius: 0;   
}
.modal-header .close {
    font-size: 30px;    
}
.modal-title {    
    text-transform: uppercase;
    font-size: 23px;
}

.modal-body {
    //padding: 0;
}

.modal-body p {
    margin: 30px 20px;
    color: #2D2D2D;     
}

.modal-works {
font-size: 11px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 500;
    color: #fff;
    margin: 25px 20px;
}

.modal-works span {
    background-color: #FEC8BB;
    margin-right: 15px;
    padding: 5px 10px;
}

/*--------------------
7. Components
--------------------*/

.btn-xl:hover, .btn-xl:focus, .btn-xl:active, .btn-xl.active, .open .dropdown-toggle.btn-xl {
    color: #fff;
    background-color: #fec503;
    border-color: #f6bf01;
}




.btn-xl {
    color: #fff;
     background-color: #726FB9;
    border-color: #726FB9;
    font-family: "Open Sans",sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 3px;
    font-size: 18px;
    padding: 20px 40px;
}

/* Back to top button
---------------------------------- */
#back-top {
    position: fixed;
    z-index: 1000;
    bottom: 40px;
    right: 50px;
}
#back-top a {
    width: 60px;
    height: 60px;
    display: block;
    text-align: center;
    font: 11px/100% "Open Sans", Helvetica, sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    color: #FFFFFF;
    background: #A9A9B1;
    /* background color transition */
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
}
#back-top a:hover {
    background: #FEC8BB;
}
/* arrow icon (span tag) */
#back-top i {
    margin-top: 15px;
    font-size: 28px;
}

@media only screen
and (min-width : 320px)
and (max-width : 480px) {
#back-top {
    position: fixed;
    bottom: 10px;
    right: 30px;
}
#back-top a {
    width: 40px;
    height: 40px;
}
#back-top i {
    margin-top: 7px;
    font-size: 20px;
}
}

.istory-page{
    box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.75);
    min-height:370px;
    padding:25px;
    background-color:#f9f9f9;
    border-radius: 4px;
}

.istory-page-title{
    font-family: "Open Sans",sans-serif;
    font-style: italic;
    font-size: 22px;
}
.text-white{
    color:#fff;
}
.text-black{
    color:#000 !important;
}
.header-active{
    color:#fff !important;
}

.tool-default {
    background-color: #e4ede1;
    border:1px solid #b7b7b7;
}

.tool-added {
    background-color: #DFF0D8;
    border:1px solid #b7b7b7;
}

.product-text{
    height:150px;
    overflow-y:auto;
}

@media (max-width: 992px) {
  .product-text{
      height:100%;
      overflow-y:auto;
  }
}

.trans-60{
    opacity:0.5;
}

.btn-darkred {
  color: #fff;
  background-color: #B45D64;
  border-color: #B45D64;
}
.btn-darkred:focus,
.btn-darkred.focus {
  color: #fff;
  background-color: #B45D64;
  border-color: #B45D64;
}
.btn-darkred:hover {
  color: #fff;
  background-color: #FEC8BB;
  border-color: #FEC8BB;
}
.btn-darkred:active,
.btn-darkred.active,
.open > .dropdown-toggle.btn-darkred {
  color: #fff;
  background-color: #B45D64;
  border-color: #B45D64;
}
.btn-darkred:active:hover,
.btn-darkred.active:hover,
.open > .dropdown-toggle.btn-darkred:hover,
.btn-darkred:active:focus,
.btn-darkred.active:focus,
.open > .dropdown-toggle.btn-darkred:focus,
.btn-darkred:active.focus,
.btn-darkred.active.focus,
.open > .dropdown-toggle.btn-darkred.focus {
  color: #fff;
  background-color: #B45D64;
  border-color: #B45D64;
}
.btn-darkred:active,
.btn-darkred.active,
.open > .dropdown-toggle.btn-darkred {
  background-image: none;
}
.btn-darkred.disabled,
.btn-darkred[disabled],
fieldset[disabled] .btn-darkred,
.btn-darkred.disabled:hover,
.btn-darkred[disabled]:hover,
fieldset[disabled] .btn-darkred:hover,
.btn-darkred.disabled:focus,
.btn-darkred[disabled]:focus,
fieldset[disabled] .btn-darkred:focus,
.btn-darkred.disabled.focus,
.btn-darkred[disabled].focus,
fieldset[disabled] .btn-darkred.focus,
.btn-darkred.disabled:active,
.btn-darkred[disabled]:active,
fieldset[disabled] .btn-darkred:active,
.btn-darkred.disabled.active,
.btn-darkred[disabled].active,
fieldset[disabled] .btn-darkred.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-darkred .badge {
  color: #5cb85c;
  background-color: #fff;
}

.dot{
  width:10px;
  height:10px;
  position:absolute;
  background-color:#00FF00;
  border-radius: 20px;
  z-index:2;
}

.react-camera {
    cursor:pointer;
    opacity:1;
    height:40px;
}
.react-camera:hover {
    opacity:1;
}

.react-thumb {
    width:200px;
    height:110px;
    display:inline-block;
    //background-color:#00AF85;
    background-image: url(../img/React_Snapshot_EmptyBucket.png);
    background-repeat: none;
    background-attachment: scroll;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;

    -webkit-mask-image: -webkit-radial-gradient(circle, white 100%, black 100%); 
    -webkit-transform: rotate(0.000001deg); 
    -webkit-border-radius: 10px; 
    -moz-border-radius: 10px;
    border-radius: 10px; 
    overflow: hidden; 

}
.pointer {
    cursor:pointer;
}

.react-icon {
    position:absolute;
    right:5%;
    top:5%;
    //width:50px;
    //height:50px;
}
.replay-icon {
    position:absolute;
    left:35%;
    top:25%;
    width:50px;
    height:50px;
}

.video-mask{
    width: 120px;
    -webkit-mask-image: -webkit-radial-gradient(circle, white 100%, black 100%); 
    -webkit-transform: rotate(0.000001deg); 
    -webkit-border-radius: 10px; 
    -moz-border-radius: 10px;
    border-radius: 10px; 
    overflow: hidden; 
}



.btn-trans {
  color: #fff;
  
  border: 1px solid #fff !important;
}
.btn-trans:focus,
.btn-trans.focus {
  color: #fff;
  background-color: rgba(0,0,0,0.5);
  border-color: #fff;
}
.btn-trans:hover {
  color: #fff;
  background-color: rgba(0,0,0,0.5);
  border-color: #fff;
  -webkit-transition: all .4s ease-in-out;
       -o-transition: all .4s ease-in-out;
          transition: all .4s ease-in-out;
}
.btn-trans:active,
.btn-trans.active,
.open > .dropdown-toggle.btn-trans {
  color: #fff;
  background-color: rgba(0,0,0,0.5);
  border-color: #fff;
}



.user-focus {
  display: inline-block;
  width: 250px;
  height: 250px;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border:8px solid #F5BF1E;
  box-shadow: inset 0px 0px 6px 2px rgba(0,0,0,0.2);
}

.focus-drag {
    background-color:#F5BF1E;
    border-radius:50%;
    background-size: cover;
    //background-image: url('../img/focus_icon_app.png');
    width:100px;
    height:100px;
    display:inline-block;
    cursor:move;
    margin:7px;
}

.drag-holder {
    display:inline-block;
    width:150px;
    height:180px;
    vertical-align: top;
}

.focus-drop {
    border:3px dotted #F5BF1E;
    //background-color:#F5BF1E;
    border-radius:50%;
    display:inline-block;
    margin:7px;
    width:100px;
    height:100px;
    position:relative;
}

.focus-check {
    position:absolute;
    right:0px;
    top:0px;
}

.navbar-title {
    color:#003082;
    line-height:35px;
    margin-left:20px;
    font-size:20px;
}

.menu-box {
    box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.75);
    padding:25px;
    min-height:300px;
    background-size: cover;
    border-radius: 0 35px 35px 35px;
    //background-image:url('../img/home-page-hero.jpg');
    transition:all .3s;
    background-position: center;
}

@media (max-width: 1000px) {
    .menu-box {
        min-height:450px;
    }
}

.menu-box-active {
    background-color: #fff;
    border:1px solid rgba(0,0,0,0.1);
    background-image:none;
}

.complete-box {
    margin-top:15px;
    margin-bottom:8px;
    padding:6px;
    padding-left:18px;
    //min-height:90px;
    border-radius: 0 35px 35px 35px;
    background-color: #2d8432;
    font-weight:bold;
    transition:all .3s
}

.principal-box {
    margin-top:15px;
    margin-bottom:8px;
    padding:6px;
    padding-left:18px;
    /* //min-height:90px; */
    border-radius: 0 35px 35px 35px;
    background-color: #2d8432;
    /* font-weight:bold; */
    transition:all .3s
}

.complete-incorrect {
    background-color: #F8E6E6 !important;
    border:2px solid #D15D5D;
}

.complete-correct {
    background-color: #D6E7CD !important;
    border:2px solid #44911B;
}

.bubble {
    position: relative;
}

.bubble:after {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 20px 0 20px 15px;
    border-color: transparent #003082;
    display: block;
    width: 0;
    z-index: 1;
    right: -15px;
    top: 2px;
}

*[tabindex]:focus {
   //border: solid red 1px !important;
}

.tabber {

}

.tabber:focus {
    border-bottom: thin dotted #2d69ac 1px !important;
}


.reflect-holder {
    padding:20px;
    border-left:1px solid black;
    border-right:1px solid black;
    border-bottom:1px solid black;
}

.grey-bg {
    background-color:#ededed;
    border-radius:3px;
}

.border-all {
    border:1px solid rgba(0,0,0,0.2);
}

.border-right {
    border-right:1px solid rgba(0,0,0,0.2);
}

.border-left {
    border-left:1px solid rgba(0,0,0,0.2);
}

.border-top {
    border-top:1px solid rgba(0,0,0,0.2);
}

.border-bottom {
    border-bottom:1px solid rgba(0,0,0,0.2);
}

.tabs-disabled {
    cursor: not-allowed;
    background-color:#515151 !important;
}

.pt-5 {
    padding-top:5px;
}

.mb-5 {
    margin-bottom:5px;
}

.nav-sub-bar {
    width:100%;
    background-color:#003082;
    margin-top:10px;
    color:#ffffff;
    display:block;
    padding:5px;
    padding-left:40px;
    font-size:18px;
}

.img-box {
    box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.75);
    border-radius: 0 35px 35px 35px;
}




.explore-check {
    cursor:pointer;
    font-size:25px;
}

.pill-selected {
    background-color: #fff !important;
    color: #003082 !important;
}

.bg-grey {
    background-color:rgba(0,0,0,0.1);
}




/* Accessable Accordian 
---------------------------------- */


.tabpanel { 
  margin: 20px; 
  padding: 0; 
} 
.tablist { 
  margin: 0 0px; 
  padding: 0; 
  list-style: none; 
} 

.tab { 
  margin: .2em 1px 0 0; 
  padding: 10px; 
  padding-top: 3px; 
  min-height: 37px; 
  //font-weight: bold; 
  background-color: #2d69ac;
  color:#fff;

  //border: 1px solid #fff; 
  -webkit-border-radius-topright: 5px; 
  -webkit-border-radius-topleft: 5px; 
  -moz-border-radius-topright: 5px; 
  -moz-border-radius-topleft: 5px; 
  border-radius-topright: 5px; 
  border-radius-topleft: 5px;
  cursor:pointer;

  float: left; 
} 
.tab:hover { 
  background-color: #003082;
} 

.panel { 
  clear: both; 
  margin: 0 0 0 0; 
  padding: 10px; 
  width: 100%; 
  border: 1px solid black; 
  //display:none;

  -webkit-border-radius-topright: 10px; 
  -webkit-border-radius-bottomleft: 10px; 
  -webkit-border-radius-bottomright: 10px; 
  -moz-border-radius-topright: 10px; 
  -moz-border-radius-bottomleft: 10px; 
  -moz-border-radius-bottomright: 10px; 
  border-radius-topright: 10px; 
  border-radius-bottomleft: 10px; 
  border-radius-bottomright: 10px; 
} 

ul.controlList { 
  list-style-type: none; 
} 

h3.selected { 
  //background-color: #fc5; 
} 

.focus { 
  color: #fff; 
  //border-top: 2px solid black; 
  //border-bottom: 2px solid black; 
  background-color: #003082 !important; 
  margin-top: 0; 
} 

.accordian { 
  margin: 0; 
  float: none; 
  -webkit-border-radius: 0; 
  -moz-border-radius: 0; 
  border-radius: 0; 
  width: 100%; 
} 

.hidden { 
  position: absolute; 
  left: -300em; 
  top: -30em; 
} 

.offscreen { 
    position: absolute;
    left: -625em;
    top: auto;
    width: 0.1em;
    height: 0.1em;
    overflow: hidden;
    white-space: nowrap;
}

 video::cue{ 
    
    //background: black;
}

.reflect-tr {
    background-color:#2E72C7;
    color:#fff;
}

.reflect-td {
    background-color:#2E72C7;
    color:#fff;
}

