﻿/*=============================================================
    Authour URI: www.binarytheme.com
    License: Commons Attribution 3.0

    http://creativecommons.org/licenses/by/3.0/

    ========================================================  */

/*==============================================
    MAIN BOX  STYLES    
    =============================================*/
.main-box {
  text-align: center;
  padding: 20px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  margin-bottom: 40px;
}

.main-box a, .main-box a:hover {
  color: #fff;
  text-decoration: none;

}

.mb-dull {
  background-color: #8F8F2C;
}

.mb-red {
  background-color: #d36f2e;
}

.mb-pink {
  background-color: #FF2F71;
}

.main-box h5 {
  font-size: 16px;
  font-weight: 800;
  text-transform: uppercase;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}
.mb-40 {
  margin-bottom: 40px;
}

.mr-2 {
  margin-right: 2px;
}

.mr-5 {
  margin-right: 5px;
}

.mr-10 {
  margin-right: 10px;
}

.cursor-pointer {
  cursor: pointer;
}

.text-green {
  color: #00a55e;
}

.text-red {
  color: #bd0a0a;
}

.no-padding {
  padding: 0 !important;
}
/*==============================================
    CHAT WINDOW  STYLES    
    =============================================*/

.chat-widget-main {
  max-height: 500px;
  padding: 20px;
  overflow: auto;
}

.chat-widget-left:after {
  top: 100%;
  left: 10%;
  border: solid transparent;
  content: " ";
  position: absolute;
  border-top-color: #6792d5;
  border-width: 15px;
  margin-left: -15px;

}

.chat-widget-left {
  width: 100%;
  height: auto;
  padding: 15px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  position: relative;
  border: 1px solid #6792d5;
  font-size: 14px;

}

.chat-widget-right:after {
  top: 100%;
  right: 10%;
  border: solid transparent;
  content: " ";
  position: absolute;
  border-top-color: #d51111;
  border-width: 15px;
  margin-left: -15px;
}

.chat-widget-right {
  width: 100%;
  height: auto;
  padding: 15px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  position: relative;
  border: 1px solid #d51111;
  font-size: 14px;

}

.chat-widget-name-left {
  color: #6792d5;
  margin-top: 30px;
  margin-left: 60px;
  text-align: left;
  font-weight: 900;
  padding-bottom: 20px;
  font-size: 16px;
}

.chat-widget-name-right {
  color: #d51111;
  margin-top: 30px;
  margin-right: 60px;
  font-size: 16px;
  text-align: right;
  font-weight: 900;
  padding-bottom: 20px;


}

/*==============================================
        Reviews Styles
    =============================================*/
#reviews {
  min-height: 180px;
  background-color: #64A2DB;
  padding: 15px;
}

#reviews h4 {
  color: #fff;
  line-height: 30px;
  font-size: 16px;
}

#reviews .user-img {
  border: 2px solid #fff;
  overflow: hidden;
  border-radius: 50%;
  display: inline-block;
}

#reviews .img-u {
  max-height: 90px;
  max-width: 90px;
}

#reviews .c-black {
  color: #fff;
  font-style: italic;
  font-size: 20px;
  padding: 5px;
}

/*==============================================
        NOTICE BOX STYLES
    =============================================*/

.noti-box {
  min-height: 100px;
  color: #fff;
  padding: 20px;
}

.noti-box .icon-box {
  display: block;
  float: left;
  margin: 0 15px 10px 0;
  width: 70px;
  height: 70px;
  line-height: 75px;
  vertical-align: middle;
  text-align: center;
  font-size: 40px;
}

.bg-color-black {
  background-color: #424242;
  color: #fff;
}

.main-text {
  font-size: 25px;
  font-weight: 600;
}

.color-bottom-txt {
  font-size: 16px;
  line-height: 30px;
}

.panel-back {
  background-color: #929292;
}

/*==========================================
   GALLERY/ PORTFOLIO STYLES
    =====================================================*/

#port-folio {
  padding-top: 10px;
  padding-bottom: 100px;
}

.portfolio-item {
  border: 1px solid #000;
  margin: 3px;
}

.portfolio-item p {
  padding: 12px;
  color: #fff;
  line-height: 25px;
}

.portfolio-item .overlay {

  background-color: #000;
  text-align: center;
  padding-bottom: 30px;

}

/*==========================================
   GALLERY/ PORTFOLIO FILTER STYLES
    =====================================================*/
ul#filters {
  padding: 0px;
}

#filters {
  margin: 3% 0;
  padding: 0;
  list-style: none;
  text-align: center;
}

#filters li {
  display: -webkit-inline-box;
}

#filters li span {
  display: block;
  padding: 5px 4px;
  text-decoration: none;
  color: #d51111;
  cursor: pointer;
  font-size: 18px;
}

#port-folio .portfolio-item {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  width: 100%;
  opacity: .2;
  float: left;
  overflow: hidden;
}

/*==========================================
   CONTAINERS
    =====================================================*/
table > tbody > tr > td.cnt-color-01 {
  background-color: #00c26e !important;
  border-right: 1px solid #00c26e !important;
}
table > tbody > tr > td.cnt-color-02 {
  background-color: #00873d !important;
  border-right: 1px solid #00873d !important;
}
table > tbody > tr > td.cnt-color-03 {
  background-color: #1fd1bf !important;
  border-right: 1px solid #1fd1bf !important;
}
table > tbody > tr > td.cnt-color-04 {
  background-color: #008080 !important;
  border-right: 1px solid #008080 !important;
}
table > tbody > tr > td.cnt-color-05 {
  background-color: #004eea !important;
  border-right: 1px solid #004eea !important;
}
table > tbody > tr > td.cnt-color-06 {
  background-color: #0000a1 !important;
  border-right: 1px solid #0000a1 !important;
}
table > tbody > tr > td.cnt-color-07 {
  background-color: #9cb500 !important;
  border-right: 1px solid #9cb500 !important;
}
table > tbody > tr > td.cnt-color-08 {
  background-color: #d39c05 !important;
  border-right: 1px solid #d39c05 !important;
}
table > tbody > tr > td.cnt-color-09 {
  background-color: #FF5733 !important;
  border-right: 1px solid #FF5733 !important;
}
table > tbody > tr > td.cnt-color-10 {
  background-color: #FF0000 !important;
  border-right: 1px solid #FF0000 !important;
}
table > tbody > tr > td.cnt-color-11 {
  background-color: #DE3163 !important;
  border-right: 1px solid #DE3163 !important;
}
table > tbody > tr > td.cnt-color-12 {
  background-color: #800080 !important;
  border-right: 1px solid #800080 !important;
}
table > tbody > tr > td.cnt-color-13 {
  background-color: #5c5c5c !important;
  border-right: 1px solid #5c5c5c !important;
}
table > tbody > tr > td.cnt-color-14 {
  background-color: #000000 !important;
  border-right: 1px solid #000000 !important;
}
/*==========================================
   STORAGE AREA
    =====================================================*/
.cnt-name {
  font-weight: 700;
  letter-spacing: 1px;
  font-size: 13px;
  color: white;
}

/*==========================================
   CONTAINER SKETCH
    =====================================================*/
.container-sketch {
  margin: 20px 60px;
  width: 100%;
  height: auto;
  cursor: pointer;
}

/*.container-sketch .top {*/
/*  border-top: 100px solid #444;*/
/*  border-left: 100px solid transparent;*/
/*  border-right: 100px solid transparent;*/
/*  height: 0;*/
/*  width: 300px;*/
/*}*/
/*.container-sketch .top:hover {*/
/*  border-top: 100px solid #999;*/
/*  border-left: 100px solid transparent;*/
/*  border-right: 100px solid transparent;*/
/*  height: 0;*/
/*  width: 300px;*/
/*}*/

/*.container-sketch .rear {*/
/*  margin-left: 75px;*/
/*  width: 150px;*/
/*  height: 150px;*/
/*  background-color: #333;*/
/*}*/
/*.container-sketch .rear:hover {*/
/*  margin-left: 75px;*/
/*  width: 150px;*/
/*  height: 150px;*/
/*  background-color: #999;*/
/*}*/

/*.container-sketch .floor {*/
/*  border-bottom: 100px solid #555;*/
/*  border-left: 100px solid transparent;*/
/*  border-right: 100px solid transparent;*/
/*  height: 0;*/
/*  width: 300px;*/
/*}*/
/*.container-sketch .floor:hover {*/
/*  border-bottom: 100px solid #999;*/
/*  border-left: 100px solid transparent;*/
/*  border-right: 100px solid transparent;*/
/*  height: 0;*/
/*  width: 300px;*/
/*}*/

/*.container-sketch .wall-left {*/
/*  position:absolute;*/
/*  width: 100px;*/
/*  height: 350px;*/
/*  background-color: #666;*/
/*  z-index: -1;*/
/*}*/
/*.container-sketch .wall-left:hover {*/
/*  position:absolute;*/
/*  width: 100px;*/
/*  height: 350px;*/
/*  background-color: #999;*/
/*  z-index: -1;*/
/*}*/

/*.container-sketch .wall-right {*/
/*  left:250px;*/
/*  position:absolute;*/
/*  width: 100px;*/
/*  height: 350px;*/
/*  background-color: #666;*/
/*  z-index: -1;*/
/*}*/
/*.container-sketch .wall-right:hover {*/
/*  left:250px;*/
/*  position:absolute;*/
/*  width: 100px;*/
/*  height: 350px;*/
/*  background-color: #999;*/
/*  z-index: -1;*/
/*}*/

.container-sketch .rear {
  margin: -22px 0 0 22px;
  width: 109px;
  height: 109px;
  background-color: #333;
}
.container-sketch .rear:hover {
  background-color: pink;
}

.container-sketch .top {
  width: 150px;
  height: 75px;
  position: relative;
}
.container-sketch .top:before {
  content: "";
  position: absolute;
  border: 1px solid #000;
  top: -10px;
  bottom: 0px;
  left: 0;
  right: 0;
  z-index: 1;
  -webkit-transform: perspective(5em) rotateX(-45deg);
  transform: perspective(5em) rotateX(-45deg);
  overflow: hidden;
  background: repeating-linear-gradient( 90deg, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.3) 10px, rgba(255, 255, 255, 0.05) 10px, rgba(255, 255, 255, 0.05) 20px );
  background-color: rgba(0, 0, 0, 0);
  background-color: #424242;
}

.container-sketch .floor {
  width: 149px;
  height: 78px;
  position: relative;
  margin-top: -13px;
}
.container-sketch .floor:before {
  content: "";
  position: absolute;
  border: 1px solid #000;
  top: -10px;
  bottom: 0px;
  left: 1px;
  right: 0;
  z-index: 1;
  -webkit-transform: perspective(5em) rotateX(-135deg);
  transform: perspective(5em) rotateX(-135deg);
  overflow: hidden;
  background: repeating-linear-gradient( 90deg, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.3) 10px, rgba(255, 255, 255, 0.05) 10px, rgba(255, 255, 255, 0.05) 20px );
  background-color: rgba(0, 0, 0, 0);
  background-color: #555;
}

.container-sketch .wall-left {
  top: 31px;
  left: 24px;
  width: 78px;
  height: 248px;
  position: absolute;
}
.container-sketch .wall-left:before {
  content: "";
  position: absolute;
  border: 1px solid #000;
  top: -10px;
  bottom: 0px;
  left: 0;
  right: 0;
  z-index: 1;
  -webkit-transform: perspective(5em) rotateX(0deg);
  transform: perspective(5em) rotateX(0deg);
  overflow: hidden;
  background: repeating-linear-gradient( 90deg, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.3) 10px, rgba(255, 255, 255, 0.05) 10px, rgba(255, 255, 255, 0.05) 20px );
  background-color: rgba(0, 0, 0, 0);
  background-color: #666;
}

.container-sketch .wall-right {
  top: 31px;
  left: 208px;
  width: 79px;
  height: 248px;
  position: absolute;
}
.container-sketch .wall-right:before {
  content: "";
  position: absolute;
  border: 1px solid #000;
  top: -10px;
  bottom: 0px;
  left: 0;
  right: 0;
  z-index: 1;
  -webkit-transform: perspective(5em) rotateX(0deg);
  transform: perspective(5em) rotateX(0deg);
  overflow: hidden;
  background: repeating-linear-gradient( 90deg, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.3) 10px, rgba(255, 255, 255, 0.05) 10px, rgba(255, 255, 255, 0.05) 20px );
  background-color: rgba(0, 0, 0, 0);
  background-color: #666;
}

.line-item {
  float: left;
  margin: 0 10px 10px 0;
  padding: 0 10px 0 0;
}

btn.disabled, .btn[disabled], fieldset[disabled] .btn {
  cursor: not-allowed !important;
  background-color: #ccc;
  border-color: #ccc;
}

@media (max-width: 1000px) {
  .line-item {
    display: block;
    clear: both;
    margin-bottom: 10px;
  }
}
