#divLoading{
    display:none;
    margin: 0px; 
    padding: 0px; 
    position: fixed; 
    right: 0px; 
    top: 0px; 
    width: 100%; 
    height: 100%; 
    background-color: rgb(102, 102, 102); 
    z-index: 30001; 
    opacity: 0.8;
    font-size:1.2em;
}

nav.navbar a {
    color: cadetblue;
}

.navbar-default .navbar-brand {
    color: white;
    font-size: 1.7em;
    margin-top: 10px;
}

nav.navbar {
    padding-top: 0px;
}

nav.navbar .dropdown-toggle {
    color: white;
    margin-top: 10px;
}

.page-header {
    background: #fff;
    padding: 0 !important;
}

.navbar-right {
    float: right !important;
    margin-right: -15px;
}

#divMap{
    display:none;
    margin: 0px; 
    padding: 10% 0 0 0; 
    position: fixed; 
    right: 0px; 
    top: 0px; 
    width: 100%; 
    height: 100%; 
    background-color: rgba(102, 102, 102, 0.9); 
    z-index: 30001; 
    xopacity: 0.8;
    font-size:1.2em;
}

.overlay {
    overflow: scroll;
    background-color: rgb(142, 142, 142);
    display: none;
    margin: 0px;
    padding: 0px;
    position: fixed;
    right: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 30001;
    opacity: 0.96;
    font-size: 1.2em;
}
#dropfile{
width: 50%;
height: 100px;
border: 3px dashed #BBBBBB;
line-height:50px;
text-align: center;
}

#profile-pills .btn-primary {
    color: #BBBBBB;
    background-color: white;
    border: 3px dashed #BBBBBB;
    width: 50%;
    height: 100px;
}

#profile-pills .btn-primary:hover {
    color: #719BA4;
    background-color: white;
    border: 3px dashed #719BA4;
    width: 50%;
    height: 100px;
}

#profile-pills .btn-primary:onclick {
    color: #719BA4;
    background-color: white;
    border: 3px dashed #719BA4;
    width: 50%;
    height: 100px;
}

.spinner {
  width: 40px;
  height: 40px;
  margin: 100px auto;
  background-color: #333;

  border-radius: 100%;  
  -webkit-animation: sk-scaleout 1.0s infinite ease-in-out;
  animation: sk-scaleout 1.0s infinite ease-in-out;
}

@-webkit-keyframes sk-scaleout {
  0% { -webkit-transform: scale(0) }
  100% {
    -webkit-transform: scale(1.0);
    opacity: 0;
  }
}

@keyframes sk-scaleout {
  0% { 
    -webkit-transform: scale(0);
    transform: scale(0);
  } 100% {
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
    opacity: 0;
  }
}

.tableAjax{
    margin: 10% 10% 10% 1%;
    xwidth: 25%;
    border-collapse: collapse;
}

.tableAjax td {
    border: 1px solid black;
}
.tableAjax tr{background-color: #dcd7d7;}
.tableAjax tr:nth-child(even){background-color: #f2f2f2;}

.dropzone {
    background: white;
    border-radius: 5px;
    border: 2px dashed rgb(0, 135, 247);
    border-image: none;
    max-width: 50%;
    margin-left: auto;
    margin-right: auto;
}

.myBtn {
    background-color: Blue; /* Blue background */
    border: none; /* Remove borders */
    color: white; /* White text */
    padding: 16px 20px; /* Some padding */
    font-size: 20px; /* Set a font size */
    cursor: pointer; /* Mouse pointer on hover */
}

/* Darker background on mouse-over */
.myBtn:hover {
    background-color: RoyalBlue;
}
#form1 {
  
}
#theme-setting {
    position: fixed;
    right: -250px;
    top: 48px;
    padding: 10px 13px;
    background: #ffffff;
    border: 1px solid #e5e5e5;
    border-right: 0;
    width: 180px;
    z-index: 9999;
    -webkit-transition: 0.4s all ease-in-out;
    transition: 0.4s all ease-in-out;
    color: #999;
    font-size: 12px;
    }

#theme-setting .btn-theme-setting {
        border-bottom-left-radius: 0 !important;
        border-top-left-radius: 0 !important;
    }

#theme-setting .btn-theme-setting {
        padding: 15px;
        background: #ffffff;
        position: absolute;
        z-index: 9999;
        left: -61px;
        border: 1px solid;
        border-color: #e5e5e5 transparent #e5e5e5 #e5e5e5;
        top: -1px;
    }
.open>a {
        outline: 0;
    }
#theme-setting .btn-theme-setting i {
        font-size: 30px;
        color: #94cc55;
        line-height: 25px;
    }  

.headerSortUp {
    background: url(../img/bg.gif) no-repeat 99%;
}
.headerAsc {
        background: url(../img/asc.gif) no-repeat 99%;
}
.headerDesc {
        background: url(../img/desc.gif) no-repeat 99%;
}
/* === section services === */
        /* === section works === */
.icon-4x {
    font-size: 4em;
}
        
#works h2 {
    margin-bottom:20px;
    text-align: center;
}


#portfolio .portfolio-item {
  right: 0;
  margin: 0 0 15px;
}

#portfolio .portfolio-item .portfolio-link {
  position: relative;
  display: block;
  max-width: 400px;
  margin: 0 auto;
  cursor: pointer;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover {
  position: absolute;
  width: 100%;
  height: 100%;
  transition: all ease 0.5s;
  opacity: 0;
  background: rgba(254, 209, 54, 0.9);
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover:hover {
  opacity: 1;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content {
  font-size: 20px;
  position: absolute;
  top: 50%;
  width: 100%;
  height: 20px;
  margin-top: -12px;
  text-align: center;
  color: white;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content i {
  margin-top: -12px;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h3,
#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h4 {
  margin: 0;
}

#portfolio .portfolio-item .portfolio-cxcaption {
  max-width: 400px;
  margin: 0 auto;
  padding: 25px;
  text-align: center;
  background-color: #fff;
}

#portfolio .portfolio-item .portfolio-caption h4 {
  margin: 0;
  text-transform: none;
}

#portfolio .portfolio-item .portfolio-caption p {
  font-size: 16px;
  font-style: italic;
  margin: 0;
  font-family: 'Droid Serif', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

#portfolio * {
  z-index: 2;
}

@media (min-width: 767px) {
  #portfolio .portfolio-item {
    margin: 0 0 30px;
  }
}

.portfolio-modal .modal-dialog {
  margin: 1rem;
  max-width: 100vw;
}

.portfolio-modal .modal-content {
  padding: 100px 0;
  text-align: center;
}

.portfolio-modal .modal-content h2 {
  font-size: 3em;
  margin-bottom: 15px;
}

.portfolio-modal .modal-content p {
  margin-bottom: 30px;
}

.portfolio-modal .modal-content p.item-intro {
  font-size: 16px;
  font-style: italic;
  margin: 20px 0 30px;
  font-family: 'Droid Serif', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

.portfolio-modal .modal-content ul.list-inline {
  margin-top: 0;
  margin-bottom: 30px;
}

.portfolio-modal .modal-content img {
  margin-bottom: 30px;
}

.portfolio-modal .modal-content button {
  cursor: pointer;
}

.portfolio-modal .close-modal {
  position: absolute;
  top: 25px;
  right: 25px;
  width: 75px;
  height: 75px;
  cursor: pointer;
  background-color: transparent;
}

.portfolio-modal .close-modal:hover {
  opacity: 0.3;
}

.portfolio-modal .close-modal .lr {
  /* Safari and Chrome */
  z-index: 1051;
  width: 1px;
  height: 75px;
  margin-left: 35px;
  /* IE 9 */
  transform: rotate(45deg);
  background-color: #212529;
}

.portfolio-modal .close-modal .lr .rl {
  /* Safari and Chrome */
  z-index: 1052;
  width: 1px;
  height: 75px;
  /* IE 9 */
  transform: rotate(90deg);
  background-color: #212529;
}
