﻿ .light-box-for-video{
	width: 710px;
    -moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	 border-radius: 15px;
	 margin: 0 auto;
	 overflow: hidden;
	 background: #fff;
	 border:1px solid #ececec;
	 padding: 14px;
   }

  #fancybox-wrap {
   z-index:99999;
  }

 
.extras .slide ul li {
    display:inline-block;
    padding-left:0 !important;
    width:100% !important;
    vertical-align: text-top;
}

.acc-li-left a {
    display:inline-block;
    max-width: 70%;
}
.acc-li-right {
    float:right;
    
}


.zip_result{
	padding-top:15px;
    margin-top:15px;
}

.imgframe {
    display: block;
    margin: 8px;
    text-align: center;
}

.imgframe img {
    margin: 0;
    padding: 8px;
}

.notification-prepended {
}
.notification-prepended-red {
    color:#be4232;
}

#notify {
 line-height:20px;
 width:100%;
 float:left;
}
.notify-img{
 float:left;
 margin:0 5px 0 0;
 padding-bottom:1px;
 padding-right:5px;
}
.notify-txt{
 margin-top:15px;
}


.form-row .form-group {
	width:172px !important;
}

.three-col .form-control {
	float:left;
	width:121px;
	margin:0 0 0 10px;
}
.three-col .form-control.two-col-index {width:68%;}
.three-col .form-control.two-col {width:252px;}
.three-col .control-label {float:left;}
.three-col .control-label + .form-control {
	margin:0;
	clear:both;
}

@media only screen and (max-width:530px) {
    .three-col .form-control {
        float: none;
        width: 100%;
        margin: 10px 0 0;
    }

        .three-col .form-control.two-col {
            width: 100%;
        }
.three-col .form-control.two-col-index {width:100%;}
}

 @media only screen and (max-width: 767px){
   .light-box-for-video{width: 278px;}
  }