        #login-dp{
        min-width: 250px;
        padding: 14px 14px 0;
        overflow:hidden;
        background-color:rgba(255,255,255,.8);
      }
      #login-dp .help-block{
        font-size:12px    
      }
      #login-dp .bottom{
        background-color:rgba(255,255,255,.8);
        border-top:1px solid #ddd;
        clear:both;
        padding:14px;
      }
      #login-dp .social-buttons{
        margin:12px 0    
      }
      #login-dp .social-buttons a{
        width: 49%;
      }
      #login-dp .form-group {
        margin-bottom: 10px;
      }
      .btn-fb{
        color: #fff;
        background-color:#3b5998;
      }
      .btn-fb:hover{
        color: #fff;
        background-color:#496ebc 
      }
      .btn-tw{
        color: #fff;
        background-color:#55acee;
      }
      .btn-tw:hover{
        color: #fff;
        background-color:#59b5fa;
      }
      .bg-primary {
        background-color: #f05f40;
        color: #fff;
      }
      .section {
        padding: 100px 0;
      }
	  
	 

	 
	  .full {
    width: 100%;    
}
/* Profile sidebar */
.profile-sidebar {
  padding: 20px 0 10px 0;
  background: #fff;
}

.profile-userpic img {
  float: none;
  margin: 0 auto;
  width: 50%;
  height: 50%;
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  border-radius: 50% !important;
}

.profile-usertitle {
  text-align: center;
  margin-top: 20px;
}

.profile-usertitle-name {
  color: #5a7391;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 7px;
}

.profile-usertitle-job {
  text-transform: uppercase;
  color: #5b9bd1;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 15px;
}

.profile-userbuttons {
  text-align: center;
  margin-top: 10px;
}

.profile-userbuttons .btn {
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 600;
  padding: 6px 15px;
  margin-right: 5px;
}

.profile-userbuttons .btn:last-child {
  margin-right: 0px;
}
    
.profile-usermenu {
  margin-top: 30px;
}

.profile-usermenu ul li {
  border-bottom: 1px solid #f0f4f7;
}

.profile-usermenu ul li:last-child {
  border-bottom: none;
}

.profile-usermenu ul li a {
  color: #93a3b5;
  font-size: 14px;
  font-weight: 400;
}

.profile-usermenu ul li a i {
  margin-right: 8px;
  font-size: 14px;
}

.profile-usermenu ul li a:hover {
  background-color: #fafcfd;
  color: #5b9bd1;
}

.profile-usermenu ul li.active {
  border-bottom: none;
}

.profile-usermenu ul li.active a {
  color: #5b9bd1;
  background-color: #f6f9fb;
  border-left: 2px solid #5b9bd1;
  margin-left: -2px;
}

/* Profile Content */
.profile-content {
  padding: 20px;
  background: #fff;
  min-height: 460px;
}
.containers{width:100% !important;}
   .qr {
        margin-left: auto;
        margin-right: auto;
    }

    .prices {
        padding-bottom: 40px;
         padding-top: 30px;
        color: #fff;
        background: #B3C0DD;
        background: -moz-linear-gradient(-45deg, #3f4c6b 0%, #3f4c6b 100%);
        background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#3f4c6b), color-stop(100%,#3f4c6b));
        background: -webkit-linear-gradient(-45deg, #B3C0DD 0%,#3f4c6b 100%);
        background: -o-linear-gradient(-45deg, #B3C0DD 0%,#3f4c6b 100%);
        background: -ms-linear-gradient(-45deg, #B3C0DD 0%,#3f4c6b 100%);
        background: linear-gradient(135deg, #B3C0DD 0%,#3f4c6b 100%);
    }

    .pricing-tables-jumbotron {
        text-align: center;
        background: none;
    }

    .big {
        font-size: 37px;
    }
    
    .option {
        background: #f9f9f9;
        border:1px solid #cccccc;
        box-shadow: 0 0 1px rgba(0, 0, 0, .2);
        border-radius: 4px 4px 0 0;
        position: relative;
        margin:20px 0;
        text-align: center;
        color: #333;
    }

        .option:hover .hided-icon {
            color: #fff;
            padding: 0 10px;
        }

        .option > .option-title {
            padding: 20px;
        }

            .option > .option-title > h3 {
                font-weight: bold;
                font-size: 32px;
                text-transform: uppercase;
                margin: 0;
            }

            .option > .option-title > span {
                font-style: italic;
                font-size: 16px;
            }

        .option > .option-price {
            background: #fff;
            padding: 0 0 10px;
            color: #0FB112;
        }

            .option > .option-price > .price {
                display: block;
                font-size: 72px;
                font-weight: bold;
                font-style: italic;
            }

            .option > .option-price > .period {
                font-size: 14px;
            }

        .option .option-list {
            padding: 0;
        }

        .option .item-list {
            list-style: none;
            padding: 0;
        }

            .option .item-list li:nth-child(even) {
                background: #fdfdfd;
            }

            .option .item-list > li {
                padding: 10px 5px;
                font-size: 16px;
            }

        .option .btn {
            width: 100%;
            padding: 18px 8px;
            border-radius: 0;
            border: none;
            text-transform: uppercase;
        }

        .option .btn-success {
            color: #fff;
            background: #0FB112;
        }

            .option .btn-success:hover {
                background: #1d7019;
            }

        .option .hided-icon {
            color: #0FB112;
            margin-left: -14px;
            -webkit-transition: all 0.7s ease-in-out;
            -moz-transition: all 0.7s ease-in-out;
            -o-transition: all 0.7s ease-in-out;
            transition: all 0.7s ease-in-out;
        }
        .thumbnail:hover{
		opacity:1.00;
		box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
		transition: box-shadow 0.5s;
		
		}