/*Fonts*/
@font-face {
    font-family: Raleway-Regular;
    src: url(../../../sites/all/themes/adl/fonts/raleway/Raleway-Regular.ttf);
}

@font-face {
    font-family: Raleway-ExtraBold;
    src: url(../../../sites/all/themes/adl/fonts/raleway/Raleway-ExtraBold.ttf);
}

@font-face {
    font-family: Raleway-ExtraLight;
    src: url(../../../sites/all/themes/adl/fonts/raleway/Raleway-ExtraLight.ttf);
}
/*Loader*/
.adl{
    position:absolute;
    z-index: 2000;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
}

.adl img{
    width: 135px;
    height:43px;
}

#loader_wrapper{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background:#2e6da4;
}

#loader_wrapper .loader{
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    height: 200px;
    width: 200px;
    border-radius: 50%;
    margin: -100px 0 0 -100px;
    border: 3px solid transparent;
    border-top-color: #ffffff;
    transform: translate(-50%,-50%);
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    z-index: 1001;
}

#loader_wrapper .loader:before{
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #ffffff;

    -webkit-animation: spin 3s linear infinite;
    animation: spin 3s linear infinite;
}

#loader_wrapper .loader:after{
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #ffffff;

    -webkit-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite;
}


#loader_wrapper .loader_section{
    position: fixed;
    top: 0;
    width: 51%;
    height: 100%;
    background-color: #007cc2;
    z-index: 1000;
}

#loader_wrapper .loader_section .section_left{
    left: 0;
}
#loader_wrapper .loader_section .section_right{
    right: 0;
}

.loaded #loader_wrapper{
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: all 0.3s 1s ease-out;
    transition: all 0.3s 1s ease-out;
}
.loaded #loader_wrapper .loader{
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;

}
.loaded #loader_wrapper .loader_section .section_left{
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}
.loaded #loader_wrapper .section_right{
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}

@-webkit-keyframes spin{
    0%      {
        -ms-transform: rotate(0deg); /* IE 9 */
        -webkit-transform: rotate(0deg); /* Chrome, Opera 15+, Safari 3.1+ */
        transform: rotate(0deg) /* Firefox 16+, IE 10+, Opera */
    }
    100%    {
        -ms-transform: rotate(360deg); /* IE 9 */
        -webkit-transform: rotate(360deg); /* Chrome, Opera 15+, Safari 3.1+ */
        transform: rotate(360deg) /* Firefox 16+, IE 10+, Opera */
    }
}
@keyframes spin{
    0%      {
        -ms-transform: rotate(0deg); /* IE 9 */
        -webkit-transform: rotate(0deg); /* Chrome, Opera 15+, Safari 3.1+ */
        transform: rotate(0deg) /* Firefox 16+, IE 10+, Opera */
    }
    100%    {
        -ms-transform: rotate(360deg); /* IE 9 */
        -webkit-transform: rotate(360deg); /* Chrome, Opera 15+, Safari 3.1+ */
        transform: rotate(360deg) /* Firefox 16+, IE 10+, Opera */
    }
}


/*End*/
/*Global style css*/

* {  box-sizing: border-box; }

body {
  font-family: 'Raleway-Regular',sans-serif;
  font-family: sans-serif;
  counter-reset: index;
  margin-top: 60px;
  font-size: 15px;
}

h1 {
  font-family: 'Raleway-ExtraBold', sans-serif;
    font-size: calc(4 * (1vw + 1vh - 1vmin));
}
h2 {
  font-family: 'Raleway-ExtraBold', sans-serif;
    font-size: calc(3 * (1vw + 1vh - 1vmin));
}
h3 {
  font-family: 'Raleway-ExtraLight', sans-serif;
    font-size: calc(2 * (1vw + 1vh - 1vmin));
    color: #006BB2;
}

#container{
  margin-bottom: 80px;
}

.white{
  color: #ffffff;
}

.btn-custom{
  font-family: 'Raleway-Regular',sans-serif;
  font-weight: 500;
  color: #006BB2!important;
  background: transparent;
  transition: all ease-in .3s;
  border-color: #2e6da4;
  border-radius: 0!important;
  text-transform: uppercase;
}

.btn-custom:hover{
  background: #006BB2;
  color: #ffffff!important;
}

.close{
  position: fixed;
  top: 30px;
  right: 0;
  transform: translate(-50%,-50%);
  z-index: 99;
}

.close span{
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  overflow: hidden;
}
.close span:before, .close span:after {
    content: '';
    position: absolute;
    height: 1px;
    width: 100%;
    top: 50%;
    left: 0;
    margin-top: -1px;
    background: #000;
}

.close span:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.close span:after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.close span:hover:before,
.close span:hover:after {
    background: #006bb2;
}

.wrapper-slider {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
.items {
    width: 100%;
    height: 100%;
    background: #ffffff;
    overflow: hidden;
    white-space: nowrap;
}
.items .item {
    position: relative;
    width: 100%;
    height: 100%;
    display: inline-flex;
    background: #ffffff;
    justify-content: center;
    align-items: center;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.dot {
    height: 10px;
    width: 10px;
    margin-left: 15px;
    border: 1px solid #006BB2;
    border-radius: 50%;
    display: inline-block;
    transition: all ease-in-out .3s;
    cursor: pointer;
}

.nav-sc .dot.active{
  background: #006BB2;
  animation: out 2.5s infinite ease-out;
}

@keyframes out {
  0% {box-shadow: 0px 0px 0px 0px rgba(0, 107, 178, 0.8);}
  100% {box-shadow: 0px 0px 0px 5px rgba(0, 107, 178, 0.2);}
}

.items.active .item {
    -webkit-transform: scale(0.98);
    transform: scale(0.97);
}

.items, .items .item {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.items, .items .item:nth-child(2n+2) {
    background: #f2f2f2;
}

.item .item-content{
  position:absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  white-space: normal;
}

.item .section-content{
  position: relative;
  height: 100%;
  float: left;
  padding: 5px;
  overflow: hidden;
}

.item .item-graph-row .numbers{
    width: 45px;
    color: #B3B3B3;
    font-size: 14px;
}
.item .item-graph-row .names{
    width: 150px!important;
    font-size: 14px;
    color: #000000;
    text-transform: none;
}

/*Progress bar style*/

.item .item-graph-row{
    line-height: 30px!important;
}

.item .item-graph-row .bars{
    width: calc(100% - 300px);
}

.item .item-graph-row .values{
    width: 100px;
    color: #B3B3B3;
    font-size: 14px;
}

.item .item-graph-row .bars .bar {
    background: #B3B3B3;
    height: 8px;
    margin-top: 14px;
}

.section-content .content{
  position: absolute!important;
  top: 50%;
  left: 50%;
  width: 80%;
  height: auto!important;
  padding: 10px;
  transform: translate(-50%,-50%);
}

.content ul, .modal-body ul:not(.nav){
  list-style: none;
  padding: 0;
  margin-left: 45px;
  font-size: 16px;
  line-height: 2;
  list-style-position: outside;
}

.content ul li,
.modal-body ul:not(.nav) li{
  font-size: 16px;
  margin-top: 12px!important;
  margin-bottom: 12px!important;
  text-indent: -30px;
}
.content ul li:before,
.modal-body ul:not(.nav) li:before{
  content: "■";
  color: rgb(0, 107, 178);
  font-size: 30px;
  padding-right: 10px;
  vertical-align: -15%;
  line-height: 25px;
}

.modal-body ul:not(.nav) li:before{
  font-size: 20px;
  vertical-align: -5%;
}

.video-container {
  height: calc(100% - 150px);
  width: calc(100% - 150px);
  overflow: hidden;
  position: relative;
  margin: 75px;
}
.video-container .video-text {
  position: absolute;
  top: 50%;
  left: 50px;
  transform: translate(0,-50%);
  color: #ffffff;
  z-index: 1;
}
.video-container .video-text h2 {
  font-family: "Raleway-ExtraLight", sans-serif;
  font-size: calc(2.5 * (1vw + 1vh - 1vmin));
  margin-bottom: 30px;
}
  .video-container:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.3);
    z-index: 1;
  }

  .video-container video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
  }


.video-text a,
.section-image--back a{
  font-size: 22px;
  padding: 10px;
  color: #ffffff!important;
}
.video-text a:hover,
.section-image--back a:hover{
  text-decoration: none;
}
.video-text .move{
  position: relative;
  padding: 20px 0;
}

.video-text .move .angle-right,
.item .section-image--back .angle-right{
  position: absolute;
  top: 50%;
  right: -10px;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg) translate(0,-50%);
  -webkit-animation: sdb05 1.5s infinite;
  animation: sdb05 1.5s infinite;
  box-sizing: border-box;
}

.video-urb-mob{
  width: 100%;
}

.item .section-image--back:before{
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,0.4);
  z-index: 0;
}

@-webkit-keyframes sdb05 {
  0% {
    right: -20px;
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    right: -40px;
    opacity: 0;
  }
}
@keyframes sdb05 {
  0% {
    right: -20px;
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    right: -40px;
    opacity: 0;
  }
}

.item .section-image-pub--back{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

section[id="#2"] .content p{
  font-size: 20px;
}

header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 5;
  line-height: 50px;
  background: transparent;
}

header img{
  padding: 5px;
  padding-left: 25px;
  max-width: 250px;
}

footer{
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 999;
  height: 55px;
  background: transparent;
}

footer .tagline .icon-ss{
  margin-top: 0;
  margin-left: 0;
  margin-right: 10px;
}

footer.mask{
  display: none!important;
}

/* footer .tagline .icon-ss a i{
  width: 30px;
  font-size: 22px;
} */

/* footer .tagline .icon-ss a i:hover{
  background: transparent;
  color: #dbdfe1;
} */
#nav{
  position:fixed;
  top:0;
  left:0;
  height: 100vh;
  background:#f2f2f2;
}


#nav ul{
  position: absolute;
  top: 50%;
  width: 80%;
  left: 50%;
  transform: translate(-50%,-50%);
}

nav:not(.nav-sc){
  width: 100%;
  text-align: center;
}
nav ul{
  margin: auto;
}

.nav .nav-item{
  width: 100%;
  margin-bottom: 20px;
  transition: all ease-in-out .3s;
}

.nav .nav-item a{
  position: relative;
  font-size: 28px;
  z-index: 1;
  color: #000000;
}

#nav .nav-item.active a,
#nav .nav-item a:hover{
  color:#006BB2;
}

#nav .nav-item.active a:before,
#nav .nav-item a:hover:before{
  content:"";
  position: absolute;
  top: 50%;
  left: 0;
  width: 24px;
  height: 20px;
  background-size: cover;
  background: url('../images/right-arrow.png') no-repeat center center;
  transform: translate(-20px,-50%);
}

/* .nav .nav-item a:before{
  content:"";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.3);
  z-index: -1;
}
.nav .nav-item:nth-child(1) a{
  background: url('../images/pexels-photo-266044.jpeg') no-repeat center center;
  background-size: cover;
}
.nav .nav-item:nth-child(2) a{
  background: url('../images/pexels-photo-356830.jpeg') no-repeat center center;
  background-size: cover;
}
.nav .nav-item:nth-child(3) a{
  background: url('../images/pexels-photo-533930.jpeg') no-repeat center center;
  background-size: cover;
} */

.nav-pills .nav-link.active, .nav-pills .show>.nav-link{
  border-radius: 0!important;
  border: 0;
}
.nav-pills .nav-link.active:before, .nav-pills .show>.nav-link:before{
  background: rgba(0,0,0,0.6);
}

.items-graph .item-wrap-graph {
    width: 100%;
    margin-bottom: 0;
    margin-top: 30px;
    padding: 0 15px;
}

.items-graph .item-wrap-graph *{
  font-size: 20px;
}

.items-graph .item-graph-row{
    line-height: 20px;
}
.index-data-city .item-graph-row .numbers,
.item-graph-row .number{
    width: 50px;
    color: #B3B3B3;
    float: left;
    font-weight: bold;
}
.index-data-city .item-graph-row .numbers>span:before {
    display: inline-block;
    counter-increment: index;
    content: counter(index);
    font-family: inherit;
}
.item-graph-row .names{
    width: 230px;
    text-align: left;
    float: left;
}

/*Progress bar style*/

.item-graph-row .bars{
    width: calc(100% - 400px);
    text-align: center;
    float: left;
}
.item-graph-row .values{
    width: 100px;
    text-align: right;
    float: left;
    color: #B3B3B3;
}
.item-graph-row .bars .bar {
  margin-top: 3px;
  position: relative;
  height: 15px;
}
.item-graph-row .bars .progress-bar {
  width: 0;
  height: 15px;
  background-color: #006BB2;
}

.above-average{
  background: #28a745!important;
}
.average-bucket{
  background: #ffc107!important;
}
.below-average{
  background: #dc3545!important;
}

/*Filter style*/

.filters{
  margin-top: 15px;
}

.wrap-select{
  margin: 5px;
}

select {
  width: 100%;
  background: none;
  border: solid 1px #006BB2;
  padding: 15px;
  color: #006BB2;
  -webkit-appearance: none;
}

.wrap-select:before {
  content:"";
  position: absolute;
  top: 50%;
  right: 25px;
  margin-top: -4px;
  vertical-align: middle;
  display: inline-block;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-top: 6px solid #006BB2;
  background-color: white;
  z-index: -1
}

input[type=checkbox]{
    display:none;
}

.graph-select-filter label{
  padding: 15px;
  margin: 5px;
  border: solid 1px #006BB2;
  color: #006BB2;
  transition: all ease-in-out .3s;
}

.graph-select-filter input[type=checkbox]:checked + label{
  background: #006BB2;
  color: #ffffff;
}

/*index part style*/

.index-title{
  font-size: calc(10 * (1vw + 1vh - 1vmin));
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 8px;
  position: absolute;
  top:50%;
  left: 0;
  transform: translate(-20%,-50%) rotate(-90deg);
  /* text-shadow: 1px 0px 10px rgba(0,0,0,0.1); */
}

.index-dimension{
  position: relative;
  display: block;
}

.index-dimension div{
  display: inline-block;
  margin: 1rem auto;
}

.index-dimension div:first-child{
  width: 150px;
  float: left;
}

.index-dimension div:last-child{
  width: calc(100% - 150px);
  float: left;
  padding: .25rem;
}
.index-dimension div:last-child strong{
  font-size: 20px;
}
/* .index-dimension div:first-child{
  width: 100px;
  float: left;
}

.index-dimension div:last-child{
  width: calc(100% - 100px);
  float: left;
  padding: .25rem;
} */

/* .index-dimension div:last-child p{
  font-size: 16px;
} */

.index-dimension--logo img{
  max-width: 100px;
  width:auto;
  height: auto;
}

.index-contact--picture{
  text-align: right;
}

.index-contact--info div:first-child{
  font-weight: bold;
  font-size: 25px;
}
.index-contact--info div:nth-child(2){
  color: #B3B3B3;
}

/* .icon-ss{
  margin-top: 15px;
  margin-left: 40px;
} */

.icon-ss > a > i {
    color: #006bb2;
    border: 1px solid #006bb2;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    width: 45px;
    line-height: 43px;
    text-align: center;
    font-size: 26px;
    transition: all ease-in .3s;
}

.icon-ss > a > i:hover {
    background: #006bb2;
    color: #FFFFFF;
}
/*End contact style*/

/*end index part style*/



/*Sub dimensions style*/
.sub-dimension{
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  padding: 10px 0!important;
}
.sub-dimension .item-graph-row > div{
  width: 20%;
  float: left;
  text-align: center;
}
/*End sub dim */


/*Modal style*/

.modal h2, .modal h3{
  font-family: sans-serif;
  font-weight: bold;
}
.modal h3{
  font-size: calc(2 * (1vw + 1vh - 1vmin));
  color: #000000;
  margin-bottom: 0;
}
.modal h4{
  font-size: 20px;
  font-weight: bold;
}

.modal-dialog{
  margin: auto;
  max-width: 85%;
}

.modal-header{
  position: relative;
  height: 100px;
}
.modal-header .close{
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate(0,-50%);
}

.modal-body{
  position: relative;
  height: calc(100vh - 100px);
  padding: 0;
}

.modal div[data-spy="scroll"]{
  width: 100%;
  height: calc(100% - 70px);
  overflow: auto;
}

.modal .index-dimension-content{
  width: 100%!important;
  padding: 50px!important
}
.modal .index-dimension-content .pl-4{
  width: 100%
}
.modal-body #navbar-criteria{
  background: #f2f2f2;
}
.modal-body .nav .nav-item{
  width: auto;
  margin: auto;
}
.modal-body .nav .nav-item a{
  font-size: 20px;
}

.modal .nav-pills .nav-link.active,
.modal .nav-pills .show>.nav-link {
    background-color: #006bb2;
}

.modal-content{
  border: 1px solid #006BB2;
  border-radius: 0;
}

.modal-title{
  font-size: calc(2.2 * (1vw + 1vh - 1vmin));
  font-weight: bold;
}

#modal .index-dimension--logo{
  width: 50px;
}
#modal .index-dimension--logo img{
  width: 45px;
  margin-top: 5px;
}

#modal .index-dimension div:nth-child(2) {
    width: calc(100% - 100px);
    margin-left: 15px;
}
#modal .index-dimension div:nth-child(2) strong{
    font-size: 24px;
}

/*End Modal*/

/*Mobile style*/
@media (max-width: 991.98px){
  header{
    background: #ffffff;
  }
  header img{
    padding-left: 5px;
    max-width: 200px;
  }
  .video-container {
    width: 100%;
    height: 100%;
    margin: auto;
  }

  #nav{
    position:relative;
    top:initial;
    left:initial;
    height:auto;
    background:#f2f2f2;
  }

  #nav ul{
    position:relative;
    top: initial;
    width: 80%;
    left: initial;
    transform: translate(0,0);
  }
  #nav ul li{
    width: 33.333%;
    margin: auto!important;
    padding: 15px;
  }
  #nav ul li a{
    font-size: 22px;
  }

  #container{
    margin: auto;
  }

  .index-title{
    display: none;
  }

  .items {
    overflow-y: scroll!important;
    padding: 0;
  }
  .items .item {
    display: block;
    width: 100%;
    height: auto!important;
    display: block;
    float: left;
  }
  .item .item-content{
    position:relative!important;
    top: initial!important;
    left: initial!important;
  }
  .section-content .content {
    position: relative!important;
    top: inherit;
    left: inherit;
    height: auto!important;
    transform: translate(0,0);
    width: 100%!important;
  }
  .video, .section-image--back{
    height:80vh!important;
  }
  .section-image--back .content{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%)!important;
  }
}
@media (max-width: 1100px){
  .index-dimension div:first-child{
    width: 100px;
  }
  .index-dimension--logo img{
    max-width: 70px;
  }
  .index-dimension div:last-child {
    width: calc(100% - 100px);
    padding: 5px;
  }
}


@media (max-width: 575.98px) {
  .index-contact--picture,
  .index-contact--info{
    text-align: center;
  }
}
@media (max-width: 767.98px) {
  h1 {
      font-size: 28px;
  }
  h2 {
      font-size: 24px;
  }
  h3 {
      font-size: 20px;
  }
  nav:not(.nav-sc){
    padding-top: 0
  }
  nav ul, .nav .nav-item{
    width: 100%;
  }
  #nav ul li{
    width: 100%;
    padding: 10px;
  }
  .nav .nav-item a{
    font-size: 18px;
  }
  .content h2{
    margin-bottom: 25px;
  }
  .item .section-content{
    margin: 40px auto;
  }
  .items-graph .item-wrap-graph *{
    font-size: 14px;
  }
  .items-graph .index-row--value{
    padding: 0;
  }
  .item .item-graph-row .names{
    width: 100px!important;
  }
  .item .item-graph-row .values,
  .items-graph .index-row--value .values{
    width: 50px!important;
  }
  .item .item-graph-row .bars {
    width: calc(100% - 200px);
  }
  .items-graph .index-row--value .names{
    width: 140px;
  }
  .items-graph .index-row--value .bars{
    width: calc(100% - 240px);
  }
  .items-graph .index-row--value .bars .bar{
    height: 10px;
    margin-top: 5px;
  }
  .item #view-all-data{
    margin-top: 50px;
  }
  .form-check-label{
    width: 100%;
    margin: 5px auto!important;
  }
}
@media (min-width: 991.98px) and (max-width: 1199.98px) {
  .index-contact--picture,
  .index-contact--info{
    text-align: center;
  }
  .index-contact--info .icon-ss{
    margin: .5rem auto!important;
  }
  .index-contact--info{
    margin-left: auto!important;
  }
  .index-dimension p{
    font-size: 12px!important;
  }
}




/*Video player*/

/*
@-webkit-keyframes $animation_name {
  100% {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes $animation_name {
  100% {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes $animation_name {
  100% {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes $animation_name {
  100% {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes $animation_name {
  100% {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes $animation_name {
  100% {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
} */

.video-urb-mob {
  width: 80%;
  height: 80vh;
  margin: 10vh auto;
  position: relative;
  text-align: center;
}
.video-urb-mob video {
  width: auto;
  height: 100%;
  background: transparent!important;
}

.playbutton {
  position: absolute;
  z-index: 999;
  display: block;
  top: 50%;
  left: 50%;
  width: 100px;
  height: 100px;
  margin-top: -50px;
  margin-left: -50px;
  color: transparent;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 600ms;
  -o-transition-duration: 600ms;
  -webkit-transition-duration: 600ms;
  transition-duration: 600ms;
  -moz-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.playbutton:before {
  content: '';
  position: absolute;
  top: 30px;
  left: 40px;
  display: block;
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 30px solid #FFF;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 300ms;
  -o-transition-duration: 300ms;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
  -moz-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.playbutton:after {
  content: '';
  opacity: 0;
  position: absolute;
  top: 30px;
  left: 40px;
  display: block;
  width: 30px;
  height: 40px;
  border-left: 10px solid #ffffff;
  border-right: 10px solid #ffffff;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 300ms;
  -o-transition-duration: 300ms;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
  -moz-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  -webkit-transform: translate3d(0, 0, 0);
}
.playbutton:hover:after {
  color: transparent;
  opacity: 1;
  width: 150px;
  left: -25px;
}
.playbutton.loading:before {
  opacity: 0;
}
.playbutton.loading:after {
  opacity: 1;
  width: 150px;
  left: -25px;
  border-radius: 3px;
}

.playbutton.playing:after {
  top: 30px;
  left: 40px;
  width: 30px;
  opacity: 1;
  opacity: .1;
}
.playbutton.playing:before {
  opacity: 0;
}
.playbutton.playing:hover:after {
  opacity: 1;
}
.playbutton.playing.paused:before {
  opacity: 1;
}
.playbutton.playing.paused:after {
  opacity: 0;
}

.playbutton:hover{
  color:transparent!important;
}

@media(max-width:991.98px){
  .video-urb-mob {
    width: 80%;
    height:auto;
    margin: 10%;
  }
  .video-urb-mob video{
    width: 100%;
  }
  .playbutton{
    display: none;
  }
}


@media (orientation: landscape) {
  body.mode-portrait .ui-alert{
    display: block!important;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background:#2e6da4;
  }
  body.mode-portrait .ui-alert .adl{
      position:absolute;
      z-index: 2000;
      top:50%;
      left:50%;
      transform:translate(-50%,-50%);
      text-align: center;
      color: #ffffff;
  }
}


a{
  color: #006bb2;
}
