.hidden {
  display: none
}

 .accordion {
    width: 100%;
    margin: 0 auto;
    background: #FFF;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    list-style-type: none;
 }

 .accordion > li{
    padding: 10px;
    text-shadow: -2px 1px 0 rgba(0,0,0,.27);
    list-style-type: none;
 }

.accordion .link {
    color: #015b8d;
    background: #fff;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.33);
    font-size: 16px;
    font-weight: 700;
    border-radius: 15px;
    cursor: pointer;
    display: block;
    padding: 10px 20px;
    position: relative;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    border-radius: 15px;
    text-transform: uppercase;
}

.accordion li:last-child .link {
    border-bottom: 0;
}

.link-book{
	font-weight: 900 !important;
	font-size: 18px!important;
}

.link-book i{
	font-weight: 900 !important;
	font-size: 18px!important;
}

.cvw-book{
	text-align: center;
}

.cvw-book h2{
	font-size: 28px !important;
	margin-bottom: 50px;
}

.cvw-book p{
	font-size: 20px !important;
	font-weight: 600 !important;
	text-transform: capitalize;
}

.cvw-book a{
	font-size: 25px !important;
    font-weight: 600 !important;
    text-transform: uppercase;
    margin: 50px auto;
    display: block;
    background-color: #015b8d !important;
    color: #fff;
    width: 260px;
    padding: 10px 0;
    border-radius: 10px;
	border: 2px solid #015b8d;
}

.cvw-book a:hover{
	border: 2px solid #015b8d;
	background-color: #fff !important;
	color: #015b8d !important;
	-webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.submenu-book{
	background-color: #015b8d !important;
}

.accordion li i {
    position: absolute;
    top: calc(50% - 8px);
    left: 12px;
    font-size: 18px;
    color: #fff;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.accordion li i.fa-chevron-down {
    right: 5px;
    left: auto;
    font-size: 16px;
    color: #015b8d;
}

.open{
    border-left: none!important;
    position: relative;
    z-index: 10;
}

.accordion li.open .link {
    color: #015b8d;
}

.accordion li.open i {
    color: #015b8d;
}
.accordion li.open i.fa-chevron-down {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.accordion li.default .submenu {display: block;}
/**
 * Submenu
 -----------------------------*/
 .submenu {
    display: none;
    background: #fff;
    font-size: 14px;
    cursor: pointer;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.33);
    overflow: hidden;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    position: relative;
    z-index: -1;
    bottom: 10px;
    padding-top: 10px;
 }

 .submenu li {
    background: #fff;
    text-shadow: none;
    list-style-type: none;
	border-top: 1px solid #000;
	width: 95%;
    margin: 0 auto;
 }

.submenu li:first-child{
	border-top: none;
}

 .submenu a {
    display: block;
    text-decoration: none;
    color: #2ca9e1;
    font-weight: 700;
    padding: 10px;
    padding-left: 2.5%;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
 }

 .submenu a:hover {
    color: #015b8d;
 }

.source-test{
	background-color: #015b8d !important;
	text-align: center;
	text-transform: uppercase;
	width: 100% !important;
}

.source-test a{
	color: #fff;
	font-size: 18px;
}

.source-test a:hover{
	color: #fff;
}

 .cource-wrapper{
    width: 100%;
    background-image: url(images/grey-geo.png);
 }

 .online-wrapper{
    width: 75%;
    max-width: 1120px;
    margin: 25px auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    border: 3px solid rgba(47, 47, 47, 0.0784314);
    border-radius: 5px;
 }

 .online-nav{
    width: 35%;
    min-width: 280px;
 }

 .online-right{
    width: 58%;
    padding: 1%;
 }

 .cource-header{
    width: 75%;
    margin: 0 auto;
    background-color: transparent;
 }

 .cource-header > header{
    width: 100%;
 }

 .cource-header .header-login p a{
    font-size: 16px;
    color: #2e2e2e;
    font-weight: 700;
    margin-left: 10px;
 }

 .cource-header .header-login p a:hover{
    color: #AA4325;
 }

 .cource-header .header-login{
    display: flex;
    justify-content: flex-end;
    width: 50%;
 }

 .target > .cvw > h2{
    font-size: 18px;
    color: #015b8d;
 }

 .target .cvw > p{
    font-size: 14px;
    margin: 10px 0;
 }

 .cvw{
    width: 100%;
    padding: 5%;
    background-color: rgb(245, 245, 247);
    border-radius: 5px;
 }
 
 .target{
     width: 100%;
 }

 .target > .cvw > .cource-video{
    width: 100%;
    height: 35vh;
    margin-bottom: 25px;
 }

 .target > .cvw > iframe{
    width: 100%;
    height: 35vh;
    margin-bottom: 25px;
 }

 .target > .cvw > .cource-video > iframe{
    width: 100%;
    height: 100%;
 }

 .cvw-files{
    width: 100%;
    padding: 5%;
    box-shadow: 0px 0 30px rgb(171, 167, 167);
    border-radius: 5px;
 }

 .cvw-files > h4{
    font-size: 18px;
	color: #015b8d;
 }

 .cvw-download{
    display: flex;
    justify-content: space-between;
    margin-top: 25px;
 }

 .cvw-download-img{
    width: 40%;
 }

 .cvw-download-img > img{
    width: 100%;
    min-width: 240px;
 }

 .cvw-download-text{
    width: 50%;
 }

 .cvw-download-text > h3{
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #2e2e2e;
	color: #015b8d;
 }

 .cvw-download-text > a{
    display: block;
    width: 120px;
    margin-top: 10px;
    padding: 15px 0;
    text-align: center;
    background-color: rgb(14, 141, 199);
    color: #fff;
    border-radius: 5px;
 }

 .target-62 > .cvw-download > .cvw-download-text > a{
    width: 100%;
    max-width: 350px;
 }

 .target-title{
    width: 96%;
    padding: 2%;
    border-bottom: 1px solid rgb(225, 225, 225);
    border-radius: 5px;
    background-color: rgb(249, 247, 249);
    margin-bottom: 25px;
 }

 .bonus-2018{
    width: 96%;
    padding: 2%;
    border: 1px solid rgb(225, 225, 225);
    border-radius: 5px;
    text-align:center;
    background-color: rgb(249, 247, 249);
 }

 .bonus-2018 > p{
    margin-bottom: 10px;
 }

 .bonus-2018 > h3{
    margin-bottom: 10px;
	color: #015b8d;
 }

.target-title h3{
	color: #015b8d;
}

.target-title p{
	margin-top: 10px;
}

.target-title p a{
	color: #d40000;
}

.target-title p a:hover{
	color: #0616c4;
}

.target-title ul{
    list-style-type: none;
    margin-top: 10px;
    margin-left: 10px;
}

 .bonus-2018 > a{
    color: #015b8d;
    font-weight: 700;
 }

 .bonus-2018 > a:hover{
    color: #bb0303;
 }

 .course-footer{
    width: 100%;
    padding: 25px 0;
    background-image: url(images/grey-geo.png); 
 }

.target.target-pt p{
	margin:10px 0;
}

.target.target-pt p img{
	width:100%;
}

.target.target-pt ul{
	list-style-type: disc;
    padding-left: 25px;
}

.target-title.target-title-pt-result p em{
	color: #015b8d;
    font-weight: 600;
}

 @media screen and (max-width: 1300px){
    .cource-header{width: 96%;}

    .online-wrapper{width: 96%;}
}

 @media screen and (max-width: 964px){
    .online-nav{width: 100%;}

    .online-right{width: 100%;}
}

 @media screen and (max-width: 710px){
    .cource-header .header-login{width: 100%; justify-content: space-between;}
}

@media screen and (max-width: 550px){
    .cvw-download{flex-wrap: wrap; padding: 5%;}

    .cvw-download-text{width: 100%;}
}

.img-replace {
  /* replace text with an image */
  display: inline-block;
  overflow: hidden;
  text-indent: 100%; 
  color: transparent;
  white-space: nowrap;
}

.bts-popup {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
}
.bts-popup.is-visible {
  opacity: 1;
  z-index: 100;
  visibility: visible;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s;
}

.bts-popup-container {
  position: relative;
  width: 90%;
  max-width: 640px;
  margin: 4em auto;
  background: #a0cff1;
  border-radius: 5px; 
  text-align: center;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  -webkit-transform: translateY(-40px);
  -moz-transform: translateY(-40px);
  -ms-transform: translateY(-40px);
  -o-transform: translateY(-40px);
  transform: translateY(-40px);
  /* Force Hardware Acceleration in WebKit */
  -webkit-backface-visibility: hidden;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.bts-popup-container img {
  padding: 20px 0 0 0;
}
.bts-popup-container p {
	color: #2ca9e1;
  padding: 10px 40px;
}
.bts-popup-container .bts-popup-button {
  padding: 5px 25px;
  border: 2px solid white;
	display: inline-block;
  margin-bottom: 10px;
}

.bts-popup-container a {
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
}

.bts-popup-container .bts-popup-close {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 30px;
  height: 30px;
}
.bts-popup-container .bts-popup-close::before, .bts-popup-container .bts-popup-close::after {
  content: '';
  position: absolute;
  top: 13px;
  width: 16px;
  height: 3px;
  background-color: #015b8d;
}
.bts-popup-container .bts-popup-close::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 8px;
}
.bts-popup-container .bts-popup-close::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  right: 6px;
  top: 13px;
}
.is-visible .bts-popup-container {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.bts-popup-container .cvw-book{
	background-color: #fff;
	border: 5px solid #015b8d;
}

@media only screen and (min-width: 1170px) {
  .bts-popup-container {
    margin: 8em auto;
  }
}