@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,700,600);
@import url(https://fonts.googleapis.com/css?family=Roboto:400,700,500);
/**** sticky footer styles starts ****/
html {
	position: relative;
	min-height: 100%;
}
body {
	font-family: 'Roboto', sans-serif;
}
/**** sticky footer styles Ends ****/

/**** layout base style starts ****/
img {
	max-width:100%;
}
h1, h2, h3, h4, h5, h6 {
	margin-top:5px;
}
a {
	color:#000654;
}
a:hover {
	color:#999999;
}
.btn:hover, .btn:focus {
	color: #fff !important;
	text-decoration: none;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
	padding:0px 15px;
}
/**** layout base style End ****/

/*** Header Area Start ***/
.tpl_width {
	min-width:100%;
}
.container {
	width:100%;
	padding:0px;
}
.temp_min_width {
	min-width:960px;
}
.header {
	background-color:#000654;
	z-index:55;
	padding:10px 0px 20px 0px;
}
.social_iocns {
	position:absolute;
	right:15px;
	z-index:999;
}
.social_iocns .box {
	background:#ff0000;
	padding:5px 12px;
	font-size:15px;
	border-radius:0px 0px 5px 5px;
	color:#ffffff;
}
/*** Header Area End ***/

/*** menu Area Start ***/
.menuicon {
	color:#fff;
	text-align:right;
	cursor:pointer;
	position:relative;
	top:12px;
}
.menu_area {
	padding-top:10px;
	display:none;
}
.menu_area .navbar-wrapper {
	margin:0px;
}
.menu_area .navbar {
	margin-bottom:0px !important;
	min-height:inherit;
}
.menu_area .navbar-inverse {
	background-color: #af1c24;
	border-color:transparent;
}
.menu_area .navbar-inverse .navbar-nav>li {
	margin:0px;
	padding:0px;
	list-style:none;
}
.menu_area .navbar-inverse .navbar-nav>li>a:hover, .menu_area .navbar-inverse .navbar-nav>li>.active {
	color:#ffffff;
	background:#000654;
}
.menu_area .navbar-inverse .navbar-nav>li:last-child {
	border-right:0px solid #f3b127;
}
.menu_area .navbar-inverse .navbar-nav>li>a {
	font-family: 'Roboto', sans-serif;
	color:#eeeeee;
	font-size:16px;
	padding:8px 12px;
	font-weight: bold;
	background: #ff0000;
	margin: 4px 0px;
	text-align: center;
	text-transform: uppercase;
	border:1px solid transparent;
}
.menu_area .navbar-toggle {
	display: block;
}
.menu_area .navbar-brand {
	display:block;
}
.menu_area .navbar-inverse {
	background:none !important;
	border:none !important;
}
.menu_area .navbar-collapse {
	display: block !important;
	height: auto !important;
	padding-bottom: 0;
	overflow: visible !important;
	border-top: 0;
	padding:0px !important;
	box-shadow: none;
}
.menu_area .navbar-nav {
	float: none;
	margin: 0px 0px 0px 0px;
}
.menu_area .navbar-nav > li {
	float: none;
	display:block;
}
.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:hover, .navbar-inverse .navbar-nav>.active>a:focus {
	background:#000654;
	color:#ffffff !important;
}
.navbar-inverse .navbar-nav > li > a:hover {
	background:#000654 !important;
	border:1px solid #ff0000;
}
/*** menu Area End ***/

/**** banner area start ****/
.banner {
	border-bottom:7px solid #ff0000;
	max-width:100%;
	margin:0px auto;
}
.banner .carousel-control .glyphicon-chevron-left, .banner .carousel-control .glyphicon-chevron-right, .banner .carousel-control .icon-prev, .banner .carousel-control .icon-next {
	height:auto !important;
	width:41px;
}
.banner .glyphicon-chevron-left:before, .banner .glyphicon-chevron-right:before {
	content:" " !important;
}
.banner .carousel-control {
	width:0%;
}
.banner .carousel-inner>.item>img, .banner .carousel-inner>.item>a>img {
	margin:0px auto;
}
.banner .carousel-control .glyphicon-chevron-left {
	margin-left:0px;
}
.banner .carousel-indicators li {
	background-color: #ffffff;
}
.banner .carousel-indicators .active {
	background-color: #ff0000;
	border:1px solid transparent;
}
.banner .container {
	position:relative;
}
.banner .banner_caption {
	position: relative;
	bottom: 0px;
	color: #fff;
	right: inherit;
	float: right;
	width: 100%;
	text-align: left;
	background: rgba(0, 6, 84, 0.57);
	padding:15px;
}
.banner .banner_caption h2 {
	color:#eeeeee;
	font-size:20px;
	text-transform: capitalize;
	font-family: 'Roboto', sans-serif;
	padding-bottom:15px;
	font-weight:bold;
	margin:0px;
}
.banner .banner_caption p {
	font-family: 'Roboto', sans-serif;
	font-size:16px;
	font-weight:normal;
}
.banner_caption .btn {
	background:#000654;
	color:#ffffff;
	border:1px solid #ff0000;
	border-radius:0px;
	font-size:14px;
}
.banner_caption .btn:hover {
	background:#ff0000;
	color:#ffffff;
	border:1px solid #000654;
}
.carousel-indicators {
	bottom: 0px;
	right: 15px;
	left: inherit;
	width: auto;
}
/*** banner area end ***/


/*** main area statrs ***/
.main_area {
	padding:20px 0px;
}
.btn {
	background:#000654;
	color:#ffffff;
	border:1px solid #ff0000;
	border-radius:0px;
	font-size:14px;
	margin-bottom:10px;
}
.btn:hover {
	background:#ff0000;
	color:#ffffff;
	border:1px solid #000654;
}
h2 {
	color:#ff0000;
	font-size:20px;
	margin-bottom:20px;
	margin-top:15px;
}
h1 {
	color:#222249;
	font-size:20px;
	margin-bottom:20px;
}
/*** search box area starts ***/

.search_bg {
	background:#222249;
	padding:0px 10px 10px 10px;
	position:relative;
	margin-bottom:30px;
	text-align:center;
}
.ser_icon {
	position:relative;
	top:-28px;
	margin-bottom:-60px;
}
.ser_top_box .nav-tabs {
	border:0px;
	margin:0px;
	padding:0px;
}
.ser_top_box {
	border-right:1px solid #ffffff;
	height:45px;
	position:relative;
	z-index:9999;
	margin-top:5px;
	background:#222249;
}
.nav-tabs>li {
	list-style-type:none;
	width:50%;
	text-align:center;
	border:1px solid #fff;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
	border:0px !important;
	border-radius: 0px;
	padding: 12px 0px;
	display: block;
	margin-top: 0px;
	color:#222249;
	font-size:13px;
}
.nav-tabs>li>a {
    border-radius: 0px;
    width:100%;
    padding: 12px 0px;
    display: inline-block;
    margin-top: 0px;
    border: 0px;
    border-right-color: currentcolor;
    border-right-style: none;
    border-right-width: 0px;
    margin-right: -2px;
    color: #fff;
    font-size: 13px;
    background: #222249;
    outline: none;
}
.nav-tabs>li>a:hover {
	border:0px !important;
	text-decoration:none !important;
}
.nav-tabs > li > a:hover{
    color: #222249;
    background: #fff;
}
.tab-content {
	margin-top:8px;
}
.tab-content .form-control {
	border-radius:0px;
	margin:8px 0px;
	text-transform:uppercase;
	background:none;
	border:1px solid #ffffff;
	color:#fff;
	font-size:13px;
}
.tab-content select.form-control {
	appearance:none;
	-moz-appearance:none; /* Firefox */
	-webkit-appearance:none; /* Safari and Chrome */
}
.tab-content select.form-control {
	width: 100%;
	height: 43px;
	overflow: hidden;
	overflow: -moz-hidden-unscrollable;
	background: url(images/drop_arrow.png) no-repeat right;
	border:1px solid #ffffff;
	color:#fff;
	display: inline-block;
	position:relative;
}
.tab-content input {
	width:100%;
	background:none;
	border:1px solid #ffffff;
	height:43px;
	text-indent:12px;
	color:#ffffff;
	margin-top:8px;
}
.tab-content .btn {
	width:100%;
	background:#ffffff;
	border:1px solid #ffffff;
	color:#222249;
	font-size:14px;
	margin-top:15px;
	text-transform:uppercase;
}
.tab-content .btn:hover {
	color:#000 !important;
}
.tab-content select option {
	color:#000000;
	background:#ffffff;
}
/*** search box area end ***/


.inner_prop_bg h1 {
	float:left;
}
.property_listings {
	background:#222249;
	padding:30px;
	position:relative;
	max-width:100%;
	margin:0px auto;
}
.pro_tit_top {
	position:absolute;
	color:#ffffff;
	text-align:center;
	top:0px;
	text-transform:uppercase;
	font-size:20px;
	font-weight:bold;
	width:90%;
	letter-spacing:4px;
}
.pro_tit_bot {
	position:absolute;
	color:#ffffff;
	text-align:center;
	bottom:0px;
	text-transform:uppercase;
	font-size:20px;
	font-weight:bold;
	width:90%;
	letter-spacing:4px;
}
.pro_tit_lt {
	position:absolute;
	color:#ffffff;
	text-align:center;
	left:5px;
	top:35%;
	text-transform:uppercase;
	font-size:20px;
	font-weight:bold;
}
.pro_tit_rt {
	position:absolute;
	color:#ffffff;
	text-align:center;
	right:8px;
	top:35%;
	text-transform:uppercase;
	font-size:20px;
	font-weight:bold;
}
.inner_prop_bg {
	background:#f0f0f0;
	padding:10px 0px 10px 0px;
}
.carousel-control.left, .carousel-control.right {
	background-image:none !important;
	top: 47%;
	opacity:1;
}
.carousel-control.left {
	left: 0%;
}
.carousel-control.right {
	right: 0%;
}
#myCarousel1 .col3 {
	border:1px solid #2865a0;
	max-width:280px;
	margin:0px auto;
	background:#ffffff;
	padding:4px;
	margin-bottom:20px;
}
.item .ova {
	border: 1px solid #2865a0; 
	padding: 4px !important; 
	margin-right: 7px; 
	max-width: 220px; 
	margin-bottom:15px;
}
.col3 img {
	width:100%;
	margin-bottom:15px;
}
.col3 .prop_title {
	color:#000654;
	font-size:13px;
	font-weight:bold;
	padding:0px 5px;
}

.col3 .btton {
	position:absolute; 
	bottom:0px; 
	text-align:center; 
	left:0px; 
	right:0px;
}
.col3 img.listing {
    min-width: 100%;
    margin-bottom: 15px;
    min-height: 140px;
    max-width: inherit;
}

.overlay div {
	font-size:11px;
	color:#505050;
	font-weight:600;
}
.overlay .row {
	padding:0px 5px;
}
.overlay .row .col-xs-1 {
	padding:0px;
	width:4%;
}
.overlay .btn {
	margin:12px 0px;
}
.prop_type {
	padding-bottom:10px;
}
.prop_for {
	padding-bottom:10px;
}
.prop_des .col-xs-12 {
	padding-top:5px;
}
.sep {
	border-bottom: 1px solid #ccc;
	margin: 0px 15px 10px 15px;
}
.col3:hover .prop_title {
	color:#ff0000;
}
.col3:hover .prop {
	background:#ff0000;
	color:#ffffff;
	border:1px solid #000654;
}
.filter_list {
	float:right;
	margin-bottom:10px;
	position:relative;
	z-index:999;
}
.filter_list.list {
	float:none;
	margin-top:20px;
	margin-bottom:0px;
	position:relative;
	z-index:999;
}
.filter_list select {
	border-radius:0px;
	width:160px;
	height: 33px;
	overflow: hidden;
	overflow: -moz-hidden-unscrollable;
	background: url(images/drop_arrow.jpg) no-repeat right #ff0000;
	border:1px solid #222249;
	color:#fff;
	display: inline-block;
	position:relative;
}
.filter_list select.form-control {
	appearance:none;
	-moz-appearance:none; /* Firefox */
	-webkit-appearance:none; /* Safari and Chrome */
}
.filter_list select option {
	color:#000000;
	background:#ffffff;
}
.resource {
	background:#000654;
	padding:30px 0px 20px 0px;
}
.res_box {
	color:#ffffff;
	text-align:center;
}
.res_box h3 {
	color:#ffffff;
	font-size:20px;
	margin-bottom:20px;
}
.res_box .btn {
	background:#ff0000;
	font-size:14px;
	margin:15px 0px;
	border:1px solid #fff;
}
.res_box .btn:hover {
	color:#000654 !important;
	border:1px solid #ff0000;
	background:#fff;
}
.benefits {
	background:#383838 url(images/bg-2.jpg) top center no-repeat;
	padding:20px 0px 20px 0px;
}
.benefits h4 {
	color:#ffffff;
	font-size:20px;
	margin-bottom:25px;
}
.benefits ul {
	color:#ffffff;
	margin:0px;
	padding:0px 0px 0px 15px;
}
.benefits ul li {
	font-size: 14px;
	line-height: 18px;
	padding-bottom: 12px;
}
.benefits .btn {
	background:#ff0000;
	font-size:14px;
	margin:8px 0px 0px 0px;
	border:1px solid #fff;
}
.benefits .btn:hover {
	color:#000654 !important;
	border:1px solid #ff0000;
	background:#fff;
}
/*** main area end ***/

/*** footer Area Start ***/
.footer .container {
	padding:0px;
}
.footer {
	color:#ffffff;
	background-color:#b70b0b;
	font-size:14px;
	z-index:100;
	width:100%;
	font-family: 'Roboto', sans-serif;
	padding:25px 0px;
}
.footer .text-center a {
	color:#ffffff;
	text-decoration:none;
	font-size:15px;
	font-weight:normal;
}
.footer a {
	color:#ffffff;
	text-decoration:none;
	font-weight:normal;
}
.footer p {
	margin-bottom:2px;
}
.footer a:hover {
	color:#000654;
}
.foot_menu a {
	display: block;
	background: #000654;
	margin: 2px 0px;
	padding: 8px 10px;
	border-radius: 0px;
	text-transform:uppercase;
}
.foot_menu ul li{ list-style-type:none;}
.foot_menu a:hover {
	color: #CCCCCC;
}
.visit_txt {
	text-transform:uppercase;
	font-size:22px;
	font-weight: 600;
}
.foot_sep {
	margin:7px 0px 0px 0px;
}
.fac_images .col-lg-4 {
	padding:0px 0px;
	margin-right:5px;
	margin-top:5px;
	float:left;
	width:18% !important;
}
.prop_des {
	margin:10px 0px;
}
h1.prop_title {
	margin-top:0px;
	line-height:30px;
}
.prop_set {
	font-size:16px;
}
.prop_des {
	font-size:16px;
}
.porp_price {
	font-size:16px;
	margin:10px 0px;
}
.prop_add {
	font-size:16px;
	margin:10px 0px;
}
 #location::-webkit-input-placeholder {
color: white;
}
#location:-moz-placeholder {
color: white;
}
#location::-moz-placeholder {
color: white;
}
#location:-ms-input-placeholder {
color: white;
}
/*** footer Area End ***/


.adm_tbl_frm td {
	padding: 2px 5px;
}
.adm_lst_tbl td.topline {
	background-color:#21201e;
	color:#fff !important;
	padding:2px 5px;
	font-size:13px !important;
}
.adm_lst_tbl td {
	color:#fff;
	padding:2px 5px;
}
.adm_lst_tbl td a {
	color:#fff;
}
.adm_tbl_frm td {
	color:#000;
	padding:2px 5px;
	display:block;
}
.adm_tbl_frm input[type=text], .adm_tbl_frm select, .adm_tbl_frm textarea {
	color:#333;
}
.adm_tbl_frm input[type=text], .adm_tbl_frm textarea {
	width:650px;
}
.txt_box {
	width:100%;
	margin-bottom:12px;
}
#loaduserproperties p {
	margin-bottom:5px;
}
.login_box {
	max-width:330px;
}
.login_box .form-control {
	display:inline;
	width:250px;
}
.modal-body {
	padding:0px 20px;
}
.subs_title {
	margin-bottom:10px;
	color: #000654;
	font-weight: bold;
	font-size: 20px;
}
.subs_plan {
	font-size:16px;
	border:1px solid #b70b0b;
	padding:15px;
	float:left;
	margin:15px;
	background:efefef;
	text-align:center;
}
.subs_amt {
	margin-bottom:10px;
	font-size:25px;
}
.subs_prop {
	margin-bottom:15px;
	font-size:18px;
}
.subs_link a {
	text-transform:uppercase;
	font-size:18px;
}
.subs_plan:hover {
	background:#ff0000;
	color:#ffffff;
	border:1px solid #000654;
}
.img_lt {
	text-align:center;
	margin:20px 20px 20px 0px;
}
.txt_rt {
	padding-top:10px;
}
.title {
	font-size: 18px;
	text-transform: uppercase;
	color: #ff0000;
	font-weight: bold;
	margin-bottom: 5px;
}
.siderows {
	margin-bottom:15px;
	border:1px solid #ccc;
	padding:15px 0px;
}
.overlay_list {
	position:absolute;
	top: 0px;
	background: rgba(0, 6, 84, 0.45);
	width: 96.2%;
	height:95.2%;
	padding: 10px;
	margin: 4px 4px 0px 4px;
	border:2px solid #d7d4d4;
	color:#fff;
}
.col3.slist {
	margin-bottom:5px;
	position:relative;
}
.col3.slist .prop_title {
	color:#fff;
	padding:0px;
	text-align:center;
	font-size:15px;
}
.prop_btn {
	position:absolute;
	bottom:-40px;
	right:12px;
	color:#fff;
}
.user_acc {
	margin-bottom:25px;
}
.acc_info a {
	font-size:18px;
	display:block;
	color: #ffffff;

}
.acc_info a:hover {
	text-decoration:none;
	color:#ffffff;
}
.acc_info a:hover, .acc_info a:focus {
	text-decoration:none !important;
}
.icon1, .icon2, .icon3, .icon4, .icon5, .icon6, .icon7 {
	display: inline-block;
	vertical-align: middle;
}
.user_acc1, .user_acc2, .user_acc3, .user_acc4, .user_acc5, .user_acc6, .user_acc7 {
	margin-bottom:25px;
	border: 1px solid #000654;
	/*background: rgba(158, 158, 158, 0.24);*/
	background-color:#000654;
	border-radius: 5px;
	padding: 3px 5px;
	color:#ffffff;
}
.user_acc1:hover, .user_acc2:hover, .user_acc3:hover, .user_acc4:hover, .user_acc5:hover, .user_acc6:hover, .user_acc7:hover, .user_acc8:hover {
    border: 1px solid #000654;
    background-color: #c31515;
}

.icon1 {
	background: url(../images/iconh11.png) top center no-repeat;
	/*background:url(images/icon1.png) top center no-repeat;*/
	height:32px;
	width:32px;
}
.icon2 {
	background:url(images/icon2.png) top center no-repeat;
	height:32px;
	width:32px;
}
.icon3 {
	background:url(../images/iconh33.png) top center no-repeat;
	/*background:url(images/icon3.png) top center no-repeat;*/
	height:32px;
	width:32px;
}
.icon4 {
	background:url(../images/iconh44.png) top center no-repeat;
	/*background:url(images/icon4.png) top center no-repeat;*/
	height:32px;
	width:32px;
}
.icon5 {
	background:url(../images/iconh55.png) top center no-repeat;
	/*background:url(images/icon5.png) top center no-repeat;*/
	height:32px;
	width:32px;
}
.icon6 {
	/*background:url(images/icon6.png) top center no-repeat;*/
	background:url(../images/iconh66.png) top center no-repeat;
	height:32px;
	width:32px;
}
.icon7 {
	/*background:url(images/icon7.png) top center no-repeat;*/
	background:url(../images/iconh77.png) top center no-repeat;
	height:32px;
	width:32px;
}
.user_acc1:hover .icon1 {
	background:url(../images/iconh11.png) top center no-repeat;
	height:32px;
	width:32px;
}
.user_acc2:hover .icon2 {
	background:url(../images/iconh2.png) top center no-repeat;
	height:32px;
	width:32px;
}
.user_acc3:hover .icon3 {
	background:url(../images/iconh33.png) top center no-repeat;
	height:32px;
	width:32px;
}
.user_acc4:hover .icon4 {
	background:url(../images/iconh44.png) top center no-repeat;
	height:32px;
	width:32px;
}
.user_acc5:hover .icon5 {
	background:url(../images/iconh55.png) top center no-repeat;
	height:32px;
	width:32px;
}
.user_acc6:hover .icon6 {
	background:url(../images/iconh66.png) top center no-repeat;
	height:32px;
	width:32px;
}
.user_acc7:hover .icon7 {
	background:url(../images/iconh77.png) top center no-repeat;
	height:32px;
	width:32px;
}


/*.user_acc1:hover .icon1 {
	background:url(images/iconh1.png) top center no-repeat;
	height:32px;
	width:32px;
}
.user_acc2:hover .icon2 {
	background:url(images/iconh2.png) top center no-repeat;
	height:32px;
	width:32px;
}
.user_acc3:hover .icon3 {
	background:url(images/iconh3.png) top center no-repeat;
	height:32px;
	width:32px;
}
.user_acc4:hover .icon4 {
	background:url(images/iconh4.png) top center no-repeat;
	height:32px;
	width:32px;
}
.user_acc5:hover .icon5 {
	background:url(images/iconh5.png) top center no-repeat;
	height:32px;
	width:32px;
}
.user_acc6:hover .icon6 {
	background:url(images/iconh6.png) top center no-repeat;
	height:32px;
	width:32px;
}
.user_acc7:hover .icon7 {
	background:url(images/iconh7.png) top center no-repeat;
	height:32px;
	width:32px;
}*/
 @media (min-width: 320px) {
.iframe_list .col-lg-3 {
width: 100% !important;
float:none !important;
}
}
@media (min-width: 480px) {
.iframe_list .col-lg-3 {
width: 45% !important;
float:left !important;
}
}
 @media (min-width: 320px) {
.list.mobile .col-lg-4 {
width: 100% !important;
float:none !important;
}
}
@media (min-width: 480px) {
.list.mobile .col-lg-4 {
width: 45% !important;
float:left !important;
}
}
.top_txt {
	position: absolute;
	z-index: 99999999;
	color: #fff;
	right: 23px;
	top: 8px;
	font-size: 12px;
	border: 1px solid #000;
	padding: 2px;
	background: #000654;
}
.mob_list {
	padding:0px 15px;
}
.mob_list .col-lg-3 {
	border: 1px solid #2865a0;
	width: 220px;
	background: #ffffff;
	padding: 4px;
	margin-bottom: 20px;
	min-height: 405px;
	margin-right:15px;
	float:left;
}
.mob_list .prop_title {
	color:#000654;
	font-size:13px;
	font-weight:bold;
	padding:0px 5px;
}
.mob_list:hover .prop_title {
	color:#ff0000;
}
.mob_list:hover .prop {
	background:#ff0000;
	color:#ffffff;
	border:1px solid #000654;
}
.list_prop_admin .titlefield {
	background-color: #dddddd;
	color: #666666;
	padding: 0px 10px 0px 20px;
	height: 26px;
	border-radius: 5px 5px 0px 0px;
	font-size: 13px;
	line-height: 26px;
	-webkit-box-shadow: 0 1px 4px rgba(158, 158, 158, 0.32), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	-moz-box-shadow: 0 1px 4px rgba(158, 158, 158, 0.32), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	box-shadow: 0 1px 4px rgba(158, 158, 158, 0.32), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
.list_prop_admin .textbox {
	background-color: #e9e8e6;
	padding: 1px;
	border-radius: 0px 0px 5px 5px;
	-webkit-box-shadow: 0 1px 4px rgba(158, 158, 158, 0.32), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	-moz-box-shadow: 0 1px 4px rgba(158, 158, 158, 0.32), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	box-shadow: 0 1px 4px rgba(158, 158, 158, 0.32), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	margin-bottom:8px;
}
.list_prop_admin .textbox input {
	border: 0px;
	background-color: #f9f9f9;
	width: 100%;
	padding-left: 15px;
	height: 24px;
	border-radius: 0px 0px 5px 5px;
}
.list_prop_admin .textbox select {
	border: 0px;
	background-color: #f9f9f9;
	width: 100%;
	padding-left: 15px;
	height:24px;
	border-radius:0px 0px 5px 5px;
}
.list_prop_admin .textbox textarea {
	border: 0px;
	background-color: #f9f9f9;
	width: 100%;
	padding-left: 15px;
	height:100px;
	border-radius:0px 0px 5px 5px;
}
.list_prop_admin .txt_box {
	margin:0px;
}
.progress {
	height: auto;
	margin-bottom: 0px;
	background-color: transparent;
	-webkit-box-shadow:none;
	box-shadow:none;
}
.imgbox {
	background:#eef7fd;
	border:1px solid #c1d8e7;
	padding:5px;
	margin:0px;
	webkit-box-shadow: 0 1px 4px rgba(158, 158, 158, 0.32), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	-moz-box-shadow: 0 1px 4px rgba(158, 158, 158, 0.32), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	box-shadow: 0 1px 4px rgba(158, 158, 158, 0.32), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
.imgbox h2 {
	color:#000654;
	font-size:18px;
}
.imgbox p {
	color:#3f4681;
	font-size:15px;
}
.imgbox p.txt {
	color:#7981aa;
	font-size:20px;
}
#actions {
	margin:0px auto;
	padding-top:0px;
	padding-bottom:0px;
}
#previews {
	margin-top:20px;
}
.file-row.dz-image-preview {
	float:left;
	margin-right:15px;
}
.cancel {
	position:absolute;
	right:0px;
	border:0px;
}
.imgbox2 {
	background:#e9b3b3;
	border:1px solid #c1d8e7;
	padding:5px;
	margin:0px;
	webkit-box-shadow: 0 1px 4px rgba(158, 158, 158, 0.32), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	-moz-box-shadow: 0 1px 4px rgba(158, 158, 158, 0.32), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	box-shadow: 0 1px 4px rgba(158, 158, 158, 0.32), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
.imgbox2 h2 {
	color:#000654;
	font-size:18px;
}
.imgbox2 p {
	color:#775e84;
	font-size:15px;
}
.imgbox2 p.txt {
	color:#7981aa;
	font-size:20px;
}
#actions2 {
	margin:0px auto;
	padding-top:0px;
	padding-bottom:0px;
}
#previews2 {
	margin-top:20px;
}
.tick {
	background-image:url(images/tick.png);
	background-repeat:no-repeat;
	background-position:left center;
}
input.hidfile {
	height: 25px;
	cursor: pointer;
	position: absolute;
	top: 0px;
	z-index: 2;
	opacity: 0.0; /* Standard: FF gt 1.5, Opera, Safari */
	filter: alpha(opacity=0); /* IE lt 8 */
	-ms-filter: "alpha(opacity=0)"; /* IE 8 */
	-khtml-opacity: 0.0; /* Safari 1.x */
	-moz-opacity: 0.0; /* FF lt 1.5, Netscape */
}
