/*-----------override css-------*/
@font-face {
  font-family: 'NewsGothicStd';
  src: url('../fonts/NewsGothicStd.eot?#iefix') format('embedded-opentype'),  url('../fonts/NewsGothicStd.otf')  format('opentype'),
	     url('../fonts/NewsGothicStd.woff') format('woff'), url('../fonts/NewsGothicStd.ttf')  format('truetype'), url('../fonts/NewsGothicStd.svg#NewsGothicStd') format('svg');
  font-weight: normal;
  font-style: normal;
}
body {
    font-family: 'NewsGothicStd' !important;
    font-weight: lighter !important;
	color:#000 !important;
	
}

.btn-primary {    
    border-color:#f3f3f3!important;
}

.btn-yellow {
	color: #fff;
	background-color: #404040 !important; /*f7cc42*/
	width: 100%;
	border-color: #fff !important;
	margin-bottom:3px !important;
	
}
.btn-cancel {
	color: #fff;
	background-color: #8d8d8d !important; /*f7cc42*/
	width: 100%;
	border-color: #f3f3f3 !important;
	margin-bottom:3px !important;
	
}

.btn-previous {
	color: #fff;
	background-color: #00A7E3 !important; /*f7cc42*/
	width: 100%;
	border-color: #f3f3f3 !important;
	margin-bottom:3px !important;
	
}
.btn-reset {
	color: #fff;
	background-color: #8d8d8d !important; /*f7cc42*/
	width: 100%;
	border-color: #f3f3f3 !important;
	margin-bottom:3px !important;
	
}

.btn-next {
	color: #fff;
	background-color: #00A7E3 !important; /*f7cc42*/
	width: 100%;
	border-color: #f3f3f3 !important;
	margin-bottom:3px !important;
	
}
.btn-main-cont{ width:125px !important; color:#FFF !important; background-color:#00A7E3 !important; border-radius:5px !important;}
.btn-continue {
	color: #fff;
	background-color: #000 !important;
	/*	background-color: #cd0710 !important;*/
	border-color: #fff !important;
	margin-bottom:3px !important;
}
.btn-green {
	color: #fff;
	background-color: #272525 !important;
	border-color: #8d8d8d;
	margin-bottom:3px !important;
}
.form-control {
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ecebeb;
	border-radius: 0px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}
.controller-quater-width {
	width: 22% !important;
	display: inline !important;
}
.controller-md-width {
	width: 28% !important;
	display: inline !important;
}
.controller-lrg-width {
	width: 90% !important;
	display: inline !important;
}
/*-----------override boostrap-------*/

.btn-primary:hover {
	color: #fff;
	background-color: #b6b0b0 !important;
	border-color: #b6b0b0!important;
}
.thumbnail {
	border: none !important; 
	padding:0px !important;
}
.thumbnail:hover {
	border: none !important;
/*	background-color: #f2f2f2 !important;
	min-height:350px;*/
}
.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
	background-color: #222222!important;
	font-size: 24px !important;
	font-weight: normal!important;
	height: 30px;
	margin-top: -10px;
	width: 30px;
	border:1px solid #fff;
}

.carousel-caption {
    font-family: 'NewsGothicStd' !important;
    left: 45%;   /*12%*/
    margin-bottom: 200px;
    padding-left: 3%;
    right: 15%;  /*41%*/
    text-align: left !important;
    text-transform: uppercase !important;
	z-index: 900;
	border-radius: 10px;
	background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
		padding-top: 45px; 
} 


/*
.carousel-caption {
    left: 15% !important;
    padding-bottom: 237px !important;
    right: 20% !important;
	font-family: "Segoe UI" !important;
	text-transform:uppercase !important;
	text-align:left !important;
} */


.carousel-caption h2 { font-size: 100px; font-family: 'NewsGothicStd' !important;} 
.carousel-caption p { font-size:20px; font-family: 'NewsGothicStd' !important; padding-left:10px;} 
.input-append .form-control {
  width: 70% !important;
}
.input-append.date .add-on,
.input-prepend.date .add-on {
  padding-left: 5px;
}

.panel-default > .panel-heading {
    background-image: none !important;
}

/*boostra new version */

.custom-file {
	position: relative;
	display: inline-block;
	max-width: 100%;
	height: 2.5rem;
	cursor: pointer
}
.custom-file-input {
	min-width: 14rem;
	max-width: 100%;
	margin: 0;
	filter: alpha(opacity=0);
	opacity: 0
}
.custom-file-control {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	z-index: 5;
	height: 2.5rem;
padding:.5rem 1rem;
	line-height: 1.5;
	color: #555;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: #fff;
	border: 1px solid #ddd;
border-radius:.25rem
}
.custom-file-control:lang(en)::after {
	content: "Choose file..."
}
.custom-file-control::before {
	position: absolute;
	top: -1px;
	right: -1px;
	bottom: -1px;
	z-index: 6;
	display: block;
	height: 2.5rem;
padding:.5rem 1rem;
	line-height: 1.5;
	color: #555;
	background-color: #eee;
	border: 1px solid #ddd;
border-radius:0 .25rem .25rem 0
}
.custom-file-control:lang(en)::before {
	content: "Browse"
}

.glyphicon {
    display: inline-block;
    font-family: "Glyphicons Halflings";
    font-style: normal;
    font-weight: bold;
	font-size:20px;
    line-height: 1;
    position: relative;
    top: 1px;

}

.wrap-btn .col-md-4{padding-left: 2px !important; padding-right: 6px !important; margin-left: -2px;}
.thumbnail,
.img-thumbnail {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.modal-content {
    background-clip: padding-box;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    outline: 0 none;
    position: relative;
	z-index:-9150 !important;
  
}

.wrap-thumb-sec .col-md-6
{
	 padding-right: 0px !important; 
     padding-left: 0px !important; 
	}
	
/*navbar*/
.navbar-default{border:none !important; padding-bottom:2px !important; padding-top:2px !important;  background-color: #fff !important;}
.navbar-default .navbar-nav>li>a{color:#00A7E3 !important; border-bottom:2px solid #fff !important; padding:0px !important;}
.nav > li
 {
    display: block;
    padding-right: 15px !important;
	padding-left: 15px !important;
    position: relative;
}
.navbar-default .navbar-nav>li>a:hover{color:#cccccc !important; border-bottom:2px solid #FC0 !important;}

.navbar-right{ padding-bottom:0px !important; padding-top:2px !important;}
.navbar-nav>li>a{padding-bottom:0px !important; padding-top:2px !important; line-height:30px !important;}
.navbar{position:relative; min-height:20px !important; margin-bottom:0px !important; border: 1px solid transparent;}