/*-----------------------------------------------------------------------------------
Template Name: Regional Office for Capacity Building for the World Customs Organization Europe Region
Template URI:
http://www.rocb-europe.org/
Description: Rocb.org
Author: Elshan ZAIROV
Version: 1.0
-----------------------------------------------------------------------------------
CSS INDEX
===================
1. HTML BODY
2. Preloader
3. Smoothub
4. Button style
5. BgColor
6. ListStyle
7. Breadcrumb
8. Header
9. Navbar
10. Footer



-----------------------------------------------------------------------------------*/
/*-----------
HTML BODY
------------*/
html, body {
  font-size: 0.97em; }
  html img, body img {
    max-width: 100%;
    height: auto; }

.section_title {
  color: #007BFF;
  font-size: 24px;
  font-weight: bold;
  padding-bottom: 10px; }

.no-decoration {
  text-decoration: none !important; }

.justify {
  text-align: justify; }

/*-----------
Preloader
------------*/
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #75cbe7;
  background-image: -webkit-linear-gradient(-34deg, #0083DE 0%, #2b2b57 100%);
  background-image: linear-gradient(-34deg, #0083DE 0%, #2b2b57 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#75cbe7', endColorstr='#138fc2', GradientType=0);
  z-index: 99999999999; }

.sk-folding-cube {
  margin: 20px auto;
  width: 80px;
  height: 80px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -40px;
  margin-left: -40px;
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg); }

.sk-folding-cube .sk-cube {
  float: left;
  width: 50%;
  height: 50%;
  position: relative;
  -webkit-transform: scale(1.1);
  transform: scale(1.1); }

.sk-folding-cube .sk-cube:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
  animation: sk-foldCubeAngle 2.4s infinite linear both;
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%; }

.sk-folding-cube .sk-cube2 {
  -webkit-transform: scale(1.1) rotateZ(90deg);
  transform: scale(1.1) rotateZ(90deg); }

.sk-folding-cube .sk-cube3 {
  -webkit-transform: scale(1.1) rotateZ(180deg);
  transform: scale(1.1) rotateZ(180deg); }

.sk-folding-cube .sk-cube4 {
  -webkit-transform: scale(1.1) rotateZ(270deg);
  transform: scale(1.1) rotateZ(270deg); }

.sk-folding-cube .sk-cube2:before {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s; }

.sk-folding-cube .sk-cube3:before {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s; }

.sk-folding-cube .sk-cube4:before {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s; }

@-webkit-keyframes sk-foldCubeAngle {
  0%,
  10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0; }
  25%,
  75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
    transform: perspective(140px) rotateX(0deg);
    opacity: 1; }
  90%,
  100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0; } }
@keyframes sk-foldCubeAngle {
  0%,
  10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0; }
  25%,
  75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
    transform: perspective(140px) rotateX(0deg);
    opacity: 1; }
  90%,
  100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0; } }
/*-----------
Smoothub
------------*/
#smoothup {
  height: 40px;
  width: 50px;
  position: fixed;
  bottom: 10px;
  right: 20px;
  text-indent: -9999px;
  z-index: 100;
  background: #0F63AE url("../images/top_button.png") no-repeat center;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  transition-duration: 0.4s;
  border-radius: 0.4em; }
  /*#smoothup:hover {*/
    /*background: #2b2b57 url("../images/top_button.png") no-repeat center;*/
    /*display: none; }*/

.display-none {
  display: none; }

/*-----------
  Button-style
------------*/
@keyframes criss-cross-left {
  0% {
    left: -20px; }
  50% {
    left: 50%;
    width: 20px;
    height: 20px; }
  100% {
    left: 50%;
    width: 100%;
    height: 100%; } }
@keyframes criss-cross-right {
  0% {
    right: -20px; }
  50% {
    right: 50%;
    width: 20px;
    height: 20px; }
  100% {
    right: 50%;
    width: 100%;
    height: 100%; } }
.btn-anis-effect {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background-color: transparent;
  transition: .2s;
  transition-delay: .1s; }

.btn-anis-effect:hover:before {
  -webkit-animation: criss-cross-left 0.8s both;
  animation: criss-cross-left 0.8s both; }

.btn-anis-effect:hover:after {
  -webkit-animation: criss-cross-right 0.8s both;
  animation: criss-cross-right 0.8s both; }

.btn-anis-effect:before, .btn-anis-effect:after {
  position: absolute;
  top: 50%;
  content: '';
  width: 20px;
  height: 20px;
  background: #0083DE;
  border-radius: 50%;
  transition: 0.5s;
  z-index: -1; }

.btn-anis-effect:before {
  left: -20px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.btn-anis-effect:after {
  right: -20px;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%); }

.btn-anis-effect:hover:before {
  -webkit-animation: criss-cross-left 0.8s;
  animation: criss-cross-left 0.8s; }

.btn-anis-effect:hover:after {
  -webkit-animation: criss-cross-right 0.8s;
  animation: criss-cross-right 0.8s; }

.btn-anis-effect:hover {
  transition-delay: .45s;
  background: #0083DE !important; }

.button {
  letter-spacing: 2px;
  min-width: 150px;
  margin-top: 10px;
  display: inline-block;
  padding: 8px 30px;
  border-radius: 50px;
  color: #ffffff;
  background-color: #2f60c3;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border: none;
  -webkit-box-shadow: 2px 5px 20px -5px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 5px 20px -5px rgba(0, 0, 0, 0.1); }
  .button:hover {
    cursor: pointer; }

  
.button-message{
    background-color: #12579e;
    border-color: #4e94dc;
    height: 46px;
    font-size: 18px;
    width: 207px;
    border-radius: 2px;
}
/*-----------
BgColor
------------*/
.bgFirstColor {
  background: #12579e; }

.bgSecondColor {
  background: #00a1e1; }

/*-----------
ListStyle
------------*/
.list_style_none {
  padding: 0; }
  .list_style_none li {
    list-style: none;
    line-height: 25px; }
    .list_style_none li a {
      text-decoration: none; }

/*-----------
  Breadcrumb
------------*/
#breadcrumb .breadcrumb {
  background: none;
  padding: 0.75rem 0;
  border-bottom: 1px dashed #8a8a8a; }

/*-----------
  Header
------------*/
header .logo_img img {
  margin: 0 auto; }
header .logo_text {
  margin: 4% 3%;
  cursor: pointer;
}
header .logo_text p {
  font-family: 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 0.9em;
  color: #12579e;
  line-height: 19px;
  font-weight: bold; }
header .mini_menu ul li {
  display: inline-block; }
  header .mini_menu ul li a {
    font-size: .8em; }
  header .mini_menu ul li:hover {
    border-bottom: 2px solid #00a1e1; }
header .mini_menu .active {
  border-bottom: 2px solid #00a1e1; }
header .search {
  width: 100%;
  height: 30px;
  position: relative;
  border: 1px solid #1384be; }
  header .search input {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    box-sizing: border-box;
    border: 0;
    margin: 0;
    color: #1384be;
    height: 100%;
    width: 94%;
    font-size: 13px;
    display: inline-block;
    vertical-align: top;
    padding: 0 16px;
    -webkit-transition: box-shadow 0.3s ease-in-out;
    transition: box-shadow 0.3s ease-in-out;
    outline: none;
    background: transparent; }
  header .search input:focus {
    outline: linear-gradient(-34deg, #0083DE 0%, #2b2b57 100%) !important; }
  header .search i {
    position: absolute;
    top: calc(50% - 8px);
    right: 12px;
    color: #d0d2c8; }
    header .search i:hover {
      cursor: pointer; }
header .lang ul li {
  display: inline-block; }
.slider-background{
  background-size: contain;
  width: 100%;
  height: 465px;
  background-position:center;    
}
/*-----------
  Navbar
------------*/
nav .navbar {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0.1rem 1rem !important; }
nav .nav-item {
  padding-left: 18px; }
  nav .nav-item .nav-link, nav .nav-item .dropdown-item {
    color: white !important; }
nav .dropdown-menu {
  background: #1384be;
  top: 95%;
  right: 0 !important;
  border-radius: 0; }
nav .dropdown-item:hover, nav .dropdown-item:focus {
  color: white;
  text-decoration: none;
  background-color: #12579e; }

/*-----------
  Footer
------------*/
footer {
  border-top: 4px solid #1384be; }
  footer .world span {
    font-family: 'Helvetica Neue', Helvetica, sans-serif;
    font-weight: bold;
    display: block;
    margin-top: 4px; }
  footer .footerMenu {
    border-top: 1px dashed #fff;
    border-bottom: 1px dashed #fff; }
    footer .footerMenu .list_style_none {
      margin: 0; }
      footer .footerMenu .list_style_none li {
        display: inline-block;
        margin-right: 11px; }
        footer .footerMenu .list_style_none li a {
          color: white; }
  footer .created a {
    font-weight: bold; }
  footer .webAdress a {
    font-weight: bold; }

html, body {
  /* background: url("../images/logo_2.png"); */
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed; }

/*LG*/
@media only screen and (max-width: 1200px) {
  .lang {
    display: none; }

  .lang-mobile {
    display: block; }
    .lang-mobile select {
      height: 100%;
      padding: 3px 0; } }
/*MD*/
@media only screen and (max-width: 992px) {
  #mini_menu {
    display: none; } }
/*SM*/
@media only screen and (max-width: 768px) {
  .logo_img {
    margin-right: 15px; }
    .logo_img img {
      position: relative;
      left: calc(50% - 29px); }

   
  .slider-background{
    background-repeat: no-repeat;
  }
  .news_img img {
    position: relative;
    left: calc(50% - 53px); }

  .world, .created, .webAdress {
    text-align: center !important;
    text-align: -moz-center !important;
    text-align: -webkit-center !important; }

  #events .events-content {
    position: relative; }
    #events .events-content:before {
      display: none; }
    #events .events-content img {
      display: none; }
    #events .events-content .events-circle {
      display: none; } }
/*XS*/
/*-----------------------------------------------------------------------------------
Template Name: Regional Office for Capacity Building for the World Customs Organization Europe Region
Template URI: http://www.rocb-europe.org/
Description: Rocb.org
Author: Elshan ZAIROV
-----------------------------------------------------------------------------------
CSS INDEX
===================
1. Slider
2. Content

-----------------------------------------------------------------------------------*/
/*-----------
 Slider
------------*/
#slider .carousel-caption {
  position: absolute;
  top: 0;
  left: 11%;
  height: 100%;
  width: 301px;
  background: rgba(18, 87, 158, 0.5);
  padding: 17px; }
  #slider .carousel-caption h5 {
    color: #fff;
    font-family: 'Helvetica Neue', Helvetica, sans-serif;
    font-weight: bold;
    margin-top: 60%;
    font-size: 17px;
    line-height: 23px; }
  #slider .carousel-caption button {
    color: #fff;
    font-family: 'Helvetica Neue', Helvetica, sans-serif;
    font-weight: bold;
    margin-top: 1vw;
    border: none;
    width: 90%;
    min-height: 42px;
    cursor: pointer;
    background: linear-gradient(to top, #206ad3, #1694f8);
    float: left !important;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    outline: none; }
    #slider .carousel-caption button:hover {
      -webkit-transition: 0.5s;
      -moz-transition: 0.5s;
      -ms-transition: 0.5s;
      -o-transition: 0.5s;
      transition: 0.5s;
      background: linear-gradient(to top, #12579e, #206ad3); }
      #slider .carousel-caption button:hover i {
        margin-right: -3px;
        -webkit-transition: 0.5s;
        -moz-transition: 0.5s;
        -ms-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s; }
    #slider .carousel-caption button i {
      float: right;
      width: 10px;
      height: 14px;
      margin-right: 4px;
      margin-top: 3px;
      -webkit-transition: 0.5s;
      -moz-transition: 0.5s;
      -ms-transition: 0.5s;
      -o-transition: 0.5s;
      transition: 0.5s; }

/*-----------
 Content
------------*/
#content .calendar {
  height: 4px;
  width: 100%; }
#content .list_style_none {
  font-size: 1.1em; }
  #content .list_style_none li a {
    font-weight: bold; }
    #content .list_style_none li a i {
      margin-right: 3px;
      -webkit-transition: 0.5s;
      -moz-transition: 0.5s;
      -ms-transition: 0.5s;
      -o-transition: 0.5s;
      transition: 0.5s; }
  #content .list_style_none li:hover i {
    margin-right: 6px;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s; }
#content .news_section_header {
  font-family: 'Helvetica Neue', Helvetica, sans-serif;
  padding-top: 5px;
  line-height: 0.4;
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 26px; }
#content .news {
  border-bottom: 1px dotted #8a8a8a; }
  #content .news h3 {
    font-size: 20px; }
  #content .news .news_content p {
    text-align: justify;
    text-justify: inter-word; }
  #content .news .news_content img {
    box-shadow: 0 10px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); }
#content .card {
  border: none;
  border-radius: 0; }
  #content .card .card-body {
    border-bottom: 4px solid #00a1e1; }
    #content .card .card-body .card-text a {
      font-family: 'Helvetica Neue', Helvetica, sans-serif;
      font-weight: bold; }
      #content .card .card-body .card-text a i {
        margin-right: 3px;
        -webkit-transition: 0.5s;
        -moz-transition: 0.5s;
        -ms-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s; }
    #content .card .card-body .card-text:hover i {
      margin-left: 3px;
      -webkit-transition: 0.5s;
      -moz-transition: 0.5s;
      -ms-transition: 0.5s;
      -o-transition: 0.5s;
      transition: 0.5s; }
#content .organization {
  width: 100%;
  border-bottom: 4px solid #00a1e1;
  background: #efefef;
  margin-top: 11px;
  padding-top: 13px;
  padding-bottom: 14px; }

/*-----------------------------------------------------------------------------------
Template Name: Regional Office for Capacity Building for the World Customs Organization Europe Region
Template URI:
http://www.rocb-europe.org/
Description: Rocb.org
Author: Elshan ZAIROV
Version: 1.0
-----------------------------------------------------------------------------------
CSS INDEX
===================
1. Login Section




-----------------------------------------------------------------------------------*/
/*-----------
 Login Section
------------*/
#content .login .form-group {
  position: relative;
  z-index: 10;
  margin: 2rem 0 1rem; }
  #content .login .form-group label {
    color: #999;
    padding: 1rem;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    transition: all 0.25s cubic-bezier(0.2, 0, 0.03, 1);
    pointer-events: none; }
  #content .login .form-group span {
    display: block;
    width: 0;
    height: 3px;
    background: #00a1e1;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all 0.125s cubic-bezier(0.2, 0, 0.03, 1); }
  #content .login .form-group .form-control {
    border-radius: 0;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    padding: 1rem 1rem;
    width: 100%;
    font-size: 1rem;
    outline: none;
    background: white; }
    #content .login .form-group .form-control:focus + label {
      background: #00a1e1 !important;
      color: white;
      font-size: 70%;
      padding: 1px 6px;
      z-index: 10002;
      top: -1.5rem;
      text-transform: uppercase; }
    #content .login .form-group .form-control:focus {
      outline: 0 !important;
      color: #495057;
      background-color: #fff;
      border-color: #ced4da;
      /* outline: 0; */
      box-shadow: none; }
      #content .login .form-group .form-control:focus ~ span {
        width: 100%;
        transition: all 0.125s cubic-bezier(0.2, 0, 0.03, 1); }

#gallery .imageOverlay {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #1886c7;
  opacity: 0;
  transition: 1s ease; }
#gallery .imageContainer:hover .imageOverlay {
  opacity: .7; }
#gallery .imageText {
  color: white;
  font-weight: bold;
  position: absolute;
  left: calc(50% - 9px);
  top: calc(50% - 9px); }
  #gallery .imageText i {
    font-size: 18px; }
#gallery .row {
  padding-left: 15px;
  padding-right: 15px; }
#gallery .col-md-3, #gallery .col-lg-3, #gallery .col-xl-3 {
  padding: 0; }

#contact .panel {
  border: 1px solid #00a1e1;
  margin-bottom: 20px; }
  #contact .panel .panel-head {
    height: 50px;
    border-bottom: 1px solid #00a1e1;
    padding: 15px;
    margin-bottom: 5px;
    background: #12579e url("../images/logo_2.png");
    background-position: center center;
    background-repeat: no-repeat; }
    #contact .panel .panel-head h3 {
      font-size: 1.3em;
      color: #ffffff; }
      #contact .panel .panel-head h3 i {
        margin-right: 3px; }
  #contact .panel .panel-body {
    padding: 15px; }
    #contact .panel .panel-body h4 {
      font-size: 1.1em;
      color: #00a1e1; }
      #contact .panel .panel-body h4 i {
        margin-right: 5px; }
      #contact .panel .panel-body h4 small {
        margin-left: 5px; }
    #contact .panel .panel-body .address, #contact .panel .panel-body .phone-number, #contact .panel .panel-body .fax, #contact .panel .panel-body .email {
      margin-bottom: 18px; }
    #contact .panel .panel-body .contact-us .form-group {
      position: relative;
      z-index: 10;
      margin: 2rem 0 1rem; }
      #contact .panel .panel-body .contact-us .form-group label {
        color: #999;
        padding: 1rem;
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
        transition: all 0.25s cubic-bezier(0.2, 0, 0.03, 1);
        pointer-events: none; }
      #contact .panel .panel-body .contact-us .form-group span {
        display: block;
        width: 0;
        height: 3px;
        background: #00a1e1;
        position: absolute;
        bottom: 0;
        left: 0;
        transition: all 0.125s cubic-bezier(0.2, 0, 0.03, 1); }
      #contact .panel .panel-body .contact-us .form-group .form-control {
        border-radius: 0;
        transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
        padding: 1rem 1rem;
        width: 100%;
        font-size: 1rem;
        outline: none;
        background: white; }
        #contact .panel .panel-body .contact-us .form-group .form-control:focus + label {
          background: #00a1e1 !important;
          color: white;
          font-size: 70%;
          padding: 1px 6px;
          z-index: 10002;
          top: -1.5rem;
          text-transform: uppercase; }
        #contact .panel .panel-body .contact-us .form-group .form-control:focus {
          outline: 0 !important;
          color: #495057;
          background-color: #fff;
          border-color: #ced4da;
          /* outline: 0; */
          box-shadow: none; }
          #contact .panel .panel-body .contact-us .form-group .form-control:focus ~ span {
            width: 100%;
            transition: all 0.125s cubic-bezier(0.2, 0, 0.03, 1); }

#structure .structure-about p {
  text-align: justify; }
#structure .profile-card-8 {
  background-image: -webkit-linear-gradient(-13deg, #0083DE 0%, #2b2b57 100%);
  background-image: linear-gradient(-13deg, #0083DE 0%, #2b2b57 100%);
  border-radius: 5px;
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  position: relative;
  margin: 10px auto;
  cursor: pointer;
  transition: all 0.25s linear; }
  #structure .profile-card-8 img {
    vertical-align: middle; }
  #structure .profile-card-8 .profile-name {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 25px;
    color: #8be8ab;
    font-size: 17px;
    font-weight: bold; }
  #structure .profile-card-8 .profile-designation {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 50px;
    color: #FFF;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px; }
  #structure .profile-card-8 .profile-icons {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 80px;
    color: rgba(255, 255, 255, 0.7); }
    #structure .profile-card-8 .profile-icons i {
      margin: 5px;
      color: white; }
  #structure .profile-card-8:hover {
    transform: scale(1.05, 1.05); }

#countries .countries-flag ul li {
  display: inline-block;
  margin-bottom: 20px; }

#events .section_title {
  font-size: 30px; }
#events .events-content {
  position: relative; }
  #events .events-content:before {
    position: absolute;
    top: 0;
    bottom: 0;
    content: " ";
    width: 4px;
    background: #f1f1f1;
    left: calc(50% - 2px); }
  #events .events-content .row {
    margin-bottom: 90px; }
  #events .events-content h4 {
    font-family: 'Montserrat',sans-serif;
    font-weight: 700; }
  #events .events-content p {
    font-family: 'Roboto Slab',sans-serif;
    font-size: 14px;
    color: #777; }
  #events .events-content img {
    width: 176px;
    height: 176px;
    border-radius: 100%;
    border: 8px solid #f1f1f1; }
  #events .events-content .events-circle {
    position: relative;
    text-align: center; }
    #events .events-content .events-circle:before {
      position: absolute;
      top: 0;
      bottom: 0;
      content: " ";
      width: 176px;
      height: 176px;
      background: #1886c7;
      border-radius: 100%;
      border: 8px solid #f1f1f1;
      left: calc(50% - 92px); }
    #events .events-content .events-circle .blue-text {
      position: relative;
      z-index: 1;
      padding-top: 75px;
      font-family: 'Montserrat',sans-serif;
      font-size: 18px;
      font-weight: 700;
      color: white; }

/*# sourceMappingURL=style.css.map */
/*additional*/
p .img-fluid {
	box-shadow:0 10px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19)
}

img.lazy { 
  display: block;
  
  /* optional way, set loading as background */
  background-image: url('/themes/rocbrobyte/assets/images/loading2.gif');
  background-repeat: no-repeat;
  background-position: 50% 50%;
}