.clr {
	clear:both;
}
.pd-0 {
	padding:0;
}
.pd-L-0 {
	padding-left:0;
}
.pd-R-0 {
	padding-right:0;
}
.mg-0 {
	margin:0!important;
}
.pd8 {
	padding-left:8px;
	padding-right:8px;
}
.mg-8 {
	margin-left:-8px;
	margin-right:-8px;
}
.mg-tb-30 {
	margin-top:30px;
	margin-bottom:30px;
}
.mg-bot-0{
	margin-bottom:0!important;
}
.mg-top-0{
	margin-top:0!important;
}
.mg-top-10{
	margin-top:10px;
	display:block;
}
ul {
	padding:0;
	margin:0;
	list-style-type:none;
}
.text-center {
	text-align:center;
}
.cover {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.backstretch {
	max-height:300px;
	overflow:hidden;
	text-align:center;
	background-attachment:fixed;
}
.backstretch img {
	width: 100%;
}
label {
	font-weight:normal;
}
a, a:hover{
	color:#ffa200;
}
a:focus {
	text-decoration:none;
	outline:none;
}
img {
	border:0;
	vertical-align: middle;
}
img.full-width {
	max-width:none;
	width:100%;
}
.va-container {
	display: table;
	position: relative;
	height:100%;
}
.va-top, .va-middle, .va-bottom {
	display: table-cell;
}
.va-top {
	vertical-align:top;
}
.va-middle {
	vertical-align:middle;
}
.va-bottom {
	vertical-align:bottom;
}
body {
	/*background:url(../images/taxture.jpg) repeat 0 0;*/
	background-color:#000;
	color:#ccc;
	font-size:18px;
	font-weight:400;
	line-height:22px;
	font-family: 'Philosopher', sans-serif;
}
h1, h2, h3, h4, h5 {
	font-weight:700;
	color:#fff;
}
h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child {
    margin-top: 0;
}
p{
	margin-bottom:20px;
}
em {
	color:#ffa200;
}

/* ============= Header section ============= */
.language-holder .dd {
    border: none;
    border-radius:20px;
    cursor: pointer;
}
.language-holder .dd .ddTitle {
    background-color: transparent;
    background-image: none;
    border-radius:20px;
    height: 40px;
    border: 1px solid #fff;
	color:#fff;
	font-size:16px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
}
.dd .divider {
    display: none;
}
.dd .ddTitle .ddTitleText {
    padding: 8px 36px 8px 20px;
}
.language-holder .dd .arrow {
    background: url(../images/down-white.png) no-repeat 0 0;
    width: 12px;
    height: 12px;
    right: 16px;
    margin-top: -5px;
}

header{
	padding-top:10px;
	position: absolute;
    width: 100%;
    top: 0;
    left: 0;
	z-index:99;
}
.main-nav{
	margin:0;
}
.main-nav li{
	float:left;
	margin-left:15px;
}
.main-nav li.mdl{
	margin-top:-5px;
	margin-bottom:-5px;
}
.main-nav li.user, .main-nav li.logOut{
	margin-top:10px;
	position:relative;
}
.main-nav li.user a, .main-nav li.logOut a{
	border:none;
}
.main-nav li.user a.userProfile{
	padding-right:25px;
	background: url(../images/down-white.png) no-repeat 100% 50%;
}
.main-nav a{
	padding-left:0;
}
.main-nav a:hover{
	text-decoration:none;
}
.main-nav a.cd-signin, .main-nav a.cd-signup{
	border-radius:20px;
	border:1px solid #fff;
	height:40px;
	font-size: 16px;
	padding:9px 20px;
	background-color:transparent;
}
.main-nav a .fa{
	margin-right:6px;
}
.main-nav ul.user-drop{
	margin: 20px 0 0 0;
	padding: 4px 0;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 38px;
    left: 0;
    z-index: 1;
	line-height:normal;
    background-color: #ffad00;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.main-nav ul.user-drop:after{
	content: '';
    position: absolute;
    left: 0px;
    top: -18px;
    height: 18px;
    width: 100%;
    display: block;
}
.main-nav li.user:hover ul.user-drop{
	opacity: 1;
    visibility: visible;
    margin: 0;
}
.user-drop li{
	margin:0;
	border-bottom:1px solid rgba(0, 0, 0, 0.2);
}
.user-drop li:last-child{
	border:none;
}
.user-drop li a{
	min-width:150px;
	padding:7px 15px;
	font-size:16px;
}
ul.user-drop li:first-child > a:after {
    content: '';
    position: absolute;
    left: 20px;
    top: -6px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #ffad00;
}
.user-drop li a:hover{
	color:#fff;
	background-color:rgba(0, 0, 0, 0.1);
}

.mid-header{
	background-color:rgba(255, 255, 255, 0.9);
	margin: 10px 0 20px;
}
nav.navbar-default{
	border:none;
	background-color:transparent;
	margin:0;
	height:90px;
}
.navbar-brand.logo{
	height:90px;
}
.navbar-default .navbar-nav>li>a{
	line-height:60px;
	color:#000;
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover{
	background-color:#fff;
	color:#ffa200;
}


/* ============= Header section end ============= */
.cd-user-modal{
	z-index:9999;
}
.cd-user-modal-container .cd-switcher a{
	background:#111;
}
.cd-form input{
	color:#333;
}
.cd-form select{
	width:100%;
	border: 1px solid #d2d8d8;
	border-radius: .25em;
	font-size: 16px;
    font-weight: 400;
	color: #777;
}
#signupForm.cd-form .fieldset {
    margin: 1em 0;
}
.cd-form .chkWrap input{
	float:left;
	margin:2px 8px 0 0;
}
.cd-form .chkWrap label{
	font-size:16px;
	font-weight:400;
	color:#666;
	margin: 0;
    line-height: normal;
    float: left;
    max-width: inherit;
    width: 96%;
}
.cd-form label{
	color:#666;
	line-height:18px;
}
 .cd-form .chkWrap label a{
 	color:#ffa200;
 }
 .cd-form label.image-replace.cd-country{
 	background-image:url(../images/cd-icon-country.png);
 }
.no-touch .cd-form input[type=submit]:focus, .no-touch .cd-form input[type=submit]:hover{
	background:#ffa200;
}
.ip-img{
	width:100%;
	height:500px;
	/*margin-bottom:50px;*/
	background-color:#000;
	overflow:hidden;
	position:relative;
	background-position:50% 50%;
	background-repeat:no-repeat;
}
.ip-img:after{
	content:"";
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color:rgba(0, 0, 0, 0.5);
}
.wm-text{
	z-index:9;
	margin-top:25%;
	color:#fff;
	position:relative;
}
.wm-text h1{
	font-size:40px;
	margin: 0 0 20px;
}
.wm-text p{
	font-size:20px;
	line-height:24px;
}
.wm-text .btn-holder{
	margin-top:75px;
}
.btn.btn-round{
	padding:14px 36px;
	font-size:20px;
	font-weight:700;
	margin:0 10px;
	border:none;
	text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.75);
	box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.75);
}
.btn-round{
	border-radius:36px;
}
.btn-white{
background: #f6f7f8; /* Old browsers */
background: -moz-linear-gradient(top,  #f6f7f8 0%, #cfced4 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #f6f7f8 0%,#cfced4 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #f6f7f8 0%,#cfced4 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f7f8', endColorstr='#cfced4',GradientType=0 ); /* IE6-9 */
color:#0c1715;
}
.btn-yellow{
background: #ffa200; /* Old browsers */
background: -moz-linear-gradient(top,  #ffa200 0%, #ffb500 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #ffa200 0%,#ffb500 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #ffa200 0%,#ffb500 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa200', endColorstr='#ffb500',GradientType=0 ); /* IE6-9 */
color:#fff;
}
.blk-box{
	background-color:#000;
	border-radius:5px;
	padding:30px;
	margin-bottom:50px;
}
.list-style li{
	margin-bottom:8px;
}
.list-style li .fa{
	color:#ffa200;
}
/* featured */
.featured{
	background-color:#000;
	padding:60px 0;
}
/*.one-forth{
	width:100%;
	float:left;
	max-width:270px;
}
.one-half{
	width:100%;
	float:left;
	max-width:580px;
}*/
.mg-LR-10{
	margin-left:10px;
	margin-right:10px;
}
.arrival-wrap{
	background-color:#0c1715;
	padding:37px 0;
	width:100%;
	max-width:570px;
}
.arrival-wrap h3{
	color:#ffa300;
	text-transform:uppercase;
}
/* carausal */
.nbs-flexisel-container {
    position:relative;
    max-width:100%;
}
.nbs-flexisel-ul {
    position:relative;
    width:99999px;
    margin:0px;
    padding:0px;
    list-style-type:none;   
    text-align:center;  
}
.nbs-flexisel-inner {
    overflow:hidden;
    float:left;
    width:100%;
}
.nbs-flexisel-item {
    float:left;
    margin:0px;
    padding:0px;
    /*cursor:pointer;*/
    position:relative;
    line-height:0px;
}
.nbs-flexisel-item img {
    /*width: 100%;*/
    cursor: pointer;
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
    max-width:480px;
    max-height:280px;
}
.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
    width: 34px;
    height: 100px; 
    position: absolute;
    cursor: pointer;
    z-index: 100;
}
.nbs-flexisel-nav-left {
    left: 0px;
    background: url(../images/blk-arrow-L.png) no-repeat;
}
.nbs-flexisel-nav-right {
    right: 0px;
    background: url(../images/blk-arrow-R.png) no-repeat;
}
.item-info{
	height: 60px;
    line-height: 18px;
    font-size: 16px;
}
/* carausal end */

figure {
    position: relative;
    float: left;
    overflow: hidden;
    margin:0 0 10px;
    height: 230px;
    width: 100%;
	max-width:270px;
    text-align: center;
    cursor: pointer;
}
figure.effect-bubba {
    background: #fff;
}
figure.boro{
	height:530px;
}
.effect-bubba a.link_img{
	height:230px;
	display:table-cell;
	vertical-align:middle;
	text-align:center;
}
figure img {
    position: relative;
    display: block;
    /*min-height: 100%;*/
    max-width: 100%;
	-webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
	
	-webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: 0.8;
}
figure.effect-bubba:hover figcaption{
	background-color:rgba(0, 0, 0, 0.3);
}
figure figcaption{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
figure figcaption {
    padding:12px;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
figure.effect-bubba h3 {
	font-size:20px;
	font-weight:600;
	margin: 0;
	opacity: 0;
    padding-top: 32%;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0,-20px,0);
    transform: translate3d(0,-20px,0);
}
figure.effect-bubba.boro h3{
	padding-top: 70%;
}
figure.effect-bubba a.link-oftheday {
    padding: 5px 2em 2em;
	display:block;
    opacity: 0;
	font-size:14px;
	color:#fff;
	text-transform:capitalize;
	font-weight:500;
	text-decoration:underline;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(0,20px,0);
    transform: translate3d(0,20px,0);
}
figure.effect-bubba figcaption::before, 
figure.effect-bubba figcaption::after {
    position: absolute;
    top: 12px;
    right: 12px;
    bottom: 12px;
    left: 12px;
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
	pointer-events: none;
}
figure.effect-bubba figcaption::before {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: scale(0,1);
    transform: scale(0,1);
}
figure.effect-bubba figcaption::after {
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    -webkit-transform: scale(1,0);
    transform: scale(1,0);
}
figure.effect-bubba:hover h3, 
figure.effect-bubba:hover a.link-oftheday {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
figure.effect-bubba:hover figcaption::before, 
figure.effect-bubba:hover figcaption::after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
figure.effect-bubba:hover img {
    opacity: 1;
    filter: grayscale(0%);
}
/* featured */

.quote-wrap{
	padding:60px 0;
	background-image:url(../images/suggestions-back.jpg);
}
.sug-lft{
	position:relative;
}
.sug-lft:before {
    display: block;
    content: '';
    position: absolute;
    background: url(../images/suggestions-letter.png) no-repeat center;
    width: 538px;
    height: 423px;
    top: 40px;
    left: 50%;
    margin-left: -269px;
}
.sug-lft:after {
    display: block;
    content: '';
    position: absolute;
    background: #d1d0c5;
    width: 380px;
    height: 460px;
    top: 0;
    left: 18px;
    -moz-transform: rotate(-2deg);
    -ms-transform: rotate(-2deg);
    -webkit-transform: rotate(-2deg);
    -o-transform: rotate(-2deg);
    transform: rotate(-2deg);
}
.quote-box{
	background: #fff;
    width: 380px;
    height: 460px;
    position: relative;
    z-index: 1;
    margin-left: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 46px;

}
.quote-box .form-control{
	border:none;
	height:42px;
	border-radius:5px;
	box-shadow:none;
	background-color:#d7d7d7;
}
.quote-box label{
	color:#404040;
	font-size:17px;
}
.quote-box textarea.form-control{
	height:100px;
}
.btn-send, .btn-edit, .btn-common, #uploadPickFiles{
	font-size: 18px;
    color: #fff;
    font-weight: 600;
    text-transform: none;
	border:none;
    /*background: #f2ac20 url(../images/form-send.png) no-repeat 83% center;*/
	background-color:#ffa200;
	padding:8px 20px;
}
.btn-common .fa{
	width: 28px;
    height: 28px;
    background: #fff;
    color: #ec5d45;
    line-height: 28px;
    border-radius: 50%;
    margin-left: 8px;
	font-size:14px;
}

.btn-send:hover{
	background-color:#000;
	color:#fff;
}
.sug-rit h1{
	color:#ffa200;
}
.sug-rit{
	margin-top:14%;
}
.prt-holder{
	position:relative;
	padding-top:50px;
	margin-bottom:30px;
}
.prt-holder:after{
	content:"";
	width:100%;
	height:250px;
	position:absolute;
	top:0;
	left:0;
	background:url(../images/light-bg.jpg) repeat 0 0;
}
.prt-holder .zindex{
	z-index:9;
}
.prt-holder h1{
	color:#000;
}
.prt-holder .part-slide-box{
	background:#fff;
	padding:20px 55px;
}
.prt-holder .nbs-flexisel-nav-left, .prt-holder .nbs-flexisel-nav-right{
	width:32px;
	height:32px;
}
.prt-holder .nbs-flexisel-nav-left{
	left: -40px;
    background: url(../images/arrow_L.png) no-repeat;
}
.prt-holder .nbs-flexisel-nav-right{
	right: -40px;
    background: url(../images/arrow_R.png) no-repeat;
}
.prt-holder .nbs-flexisel-item img{
	width:333px;
	height:100px;	
}
.prt-holder .item-info{
	padding:0 5%;
	color:#5b5b5b;	
}
.prt-holder .item-info a{
	text-decoration:underline;
	color:#ffa200;
}
.prt-holder .nbs-flexisel-item .part-item{
	width:100%;
	max-width:333px;
	margin:0 7px;
}
.prt-holder .nbs-flexisel-container{
	display:inline-block;
}
.foot-mid{
	margin-bottom:30px;
}
.foot-mid h3{
	font-size:22px;
	font-weight:400;
}
.social-icon li{
	display:inline-block;
	margin:0 5px;
}
.social-icon li:last-child{
	margin-right:0;
}
.social-icon li .fa{
	width:36px; 
	height:36px;
	line-height:36px;
	border-radius:50%;
	background-color:#fff;
	text-align:center;
}
.foot-mid a{
	color:#ffa200;
}
.copyrit{
	background-color:#ffa200;
	color:#fff;
	padding:12px 0;
	font-size:16px;
}

.page-content{
	margin-top:200px;
	margin-bottom:30px;
	min-height:200px;
}
.galleryFilter{
	margin-bottom:30px;
}
.select-style-round{
	width:100%;
	max-width:350px;
	margin:0 auto;
	overflow:hidden;
	display:inline-block;
	background:transparent url(../images/down-white.png) no-repeat 95% 50%;
}
.select-style-round select{
	height:40px;
	width:100%;
	padding:8px 20px;
	font-size:16px;
	border-radius:25px;
	border:1px solid #fff;
	box-shadow: none;
    cursor: pointer;
    background-color: transparent;
    background-image: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: #fff;
}
.select-style-round select:focus{
	outline:none;
}
.select-style-round select option {
	background-color:#000;
}
.glry-item{
	margin-bottom:30px;
	border:2px solid #ffa200;
}
.glry-img{
	width:262px;
	height:200px;
	
	background:#000;
	overflow:hidden;
	display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.glry-img img{
	max-width:258px;
	max-height:196px;
	margin:0 auto;
}
.glry-info{
	/*border-bottom:1px solid #ffa200;*/
	background:#000;
	padding:8px;
	font-size:16px;
	margin-top: -2px;
    line-height: 18px;
	max-height:106px;
}
.gallery-wrap .glry-info{
	max-height:66px;
}
.glry-info h4{
	margin:0;
}
.glry-info span, .glry-info ul{
	overflow: hidden;
   text-overflow: ellipsis;
   /*display: -webkit-box;*/
   display:block;
   line-height: 16px;    
   -webkit-line-clamp: 2; /* number of lines to show */
   -webkit-box-orient: vertical;
   margin-top: 8px;
   /*min-height:32px;
   max-height: 32px;*/
   height:32px;
}

.glry-info ul{
	height:50px;
	margin:0;
	-webkit-line-clamp: 3;
	border-bottom:1px solid #ffa200;
	padding-bottom: 2px;
}
.fltr-result{
	margin:20px -15px;
}

/* toolbar */
.toolbar {
    padding: 20px;
    background-color: #fff;
    border-radius: 6px;
}
.pagination{
	margin:0;
	border-radius:0px;	
}
.pagination > li > a{
	border-radius:0!important;
	width:auto;
	min-width:30px;
	height:30px;
	color:#96999d;
	padding:6px;
	font-size:16px;
	line-height:16px;
	border-color:#d5d5d4;	
}
.pagination > li{
	float:left;
	margin:0 3px;
	text-align:center;	
}
.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover,
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover{
	background-color:transparent;
	border-color:#ffa200;
	color:#ffa200;
}
.sorter{ display:inline-block;}
.total-pages{
	float:left;
	color:#333;
	font-size:16px;
	margin-top:5px;
}
.price-order{
	margin-right:20px;
}
.price-order a{
	display:block;
	border:1px solid #96999d;
	width:30px;
	height:30px;
	margin-left:12px;
	float:left;
	font-size:14px;
	text-align:center;
	line-height:26px;
}
.sorter label{
	color:#333;
	font-size:16px;
	float:left;
	margin: 5px 0 0;
}
.sort-by .select-style{
	padding: 0;
    margin: 0 10px;
    width: 100px;
    overflow: hidden;
    float: left;
    background-color: #fff;
    background: #fff url(../images/sort-arrow.png) no-repeat 100% 50%;
}
.select-style select {
    padding: 3px 8px;
    height: 30px;
    font-size: 15px;
    width: 100%;
    border: 1px solid #d5d5d4;
    box-shadow: none;
    cursor: pointer;
    background-color: transparent;
    background-image: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none!important;
    color: #939491;
}
select::-ms-expand {
    display: none;
}
/* toolbar end */
.srh-fltr .panel{
	border:none;
    background-color: #fff;
}
.srh-fltr .panel-heading{
	background-color:#ffa200;
}
.srh-fltr .panel-heading h4{
	margin:0;
	float:left;
}
.srh-fltr .panel-heading h4 a{
	color:#fff;
	display:block;
	line-height:22px;
}
.srh-fltr .panel-heading .clear-filter{
	float:right;
	color:#000;
	border:1px solid #000;
	padding:0 5px;
	font-size:14px;
	border-radius: 3px;
	text-transform:capitalize;
}
.select-gray{
	width: 100%;
    margin: 0 auto;
    overflow: hidden;
	border-radius:5px;
    background:#e5e5e5 url(../images/down-blk.png) no-repeat 95% 50%;
}
.select-gray select{
	height: 40px;
    width: 100%;
    padding: 8px 16px;
    font-size: 16px;
    border-radius:5px;
    box-shadow: none;
	border:none;
    cursor: pointer;
    background-color:transparent;
    background-image: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none!important;
    color: #454545;
}
.select-gray select::-ms-expand {
    display: none;
}
.select-gray select:focus{
	outline:none;
}
.advnSrh .form-control, .edit_pass .form-control, .form-common .form-control{
	border:none;
	background-color:#e5e5e5;
	color: #454545;
	height: 40px;
    width: 100%;
    padding: 8px 16px;
    font-size: 16px;
    border-radius:5px;
    box-shadow: none;
}
.advnSrh label{
	width:100%;
	font-size:16px;
	color:#222;
}
.advnSrh .form-control.half{
	width:40%;
	float:left;
}
.yearTo{
	width:20%;
	float:left;
	font-size:18px;
	color:#222;
	text-align: center;
    line-height: 40px;
}
.advnSrh .form-control::-webkit-input-placeholder{
	color:#454545;
}
/* == inner tab css start == */
div.bhoechie-tab div.bhoechie-tab-content:not(.active) { display: none;}

.list-group a.list-group-item{ border:none; background-color:#ddd; color:#000; margin-bottom:3px; display:block; padding:0; line-height:40px; border-radius:4px;}
.list-group a.list-group-item span{float:left; text-align:center; width:40px; height:40px; background-color:rgba(0, 0, 0, 0.15); margin-right:10px;    border-radius: 4px 0 0 4px;}
.list-group i{ background-repeat:no-repeat; width:22px; height:22px; background-position:top; display:inline-block; margin-top:8px;}
.list-group i.pro{ background-image:url(../images/icon-pro.png);}
.list-group i.pass{ background-image:url(../images/icon-pass.png);}
.list-group i.credit{ background-image:url(../images/icon-credit.png);}
.list-group i.itm{ background-image:url(../images/icon-itm.png);}
.list-group i.clfd{ background-image:url(../images/icon-clfd.png);}
.list-group i.subs{ background-image:url(../images/icon-subs.png);}

.list-group a.list-group-item.active, .list-group a.list-group-item.active:hover{background-color:#ffad00; color:#fff;}
.list-group a.list-group-item.active:after{ content:''; position:absolute; top:0px; right:-6px; width: 0; height: 0; border-style: solid; border-width: 20px 0 20px 7px; border-color: transparent transparent transparent #ffad00;}
.list-group a.list-group-item.active span, .list-group a.list-group-item.active:hover span{ background-color:rgba(0, 0, 0, 0.15);}
.list-group a.list-group-item.active span i, .list-group a.list-group-item:hover span i{ background-position:bottom;}

.list-group a.list-group-item:hover{ background-color:#eee;}
.panel{
	background-color:#000;
	border-color:#ffa200;
}
.panel .panel-heading{
	border-color:#ffa200;
}
.panel-heading h3{
	margin:0;
	font-weight:400;
}
/* == inner tab css start == */

.seler-name{
	margin-bottom:15px;
	font-size:22px;
}
.seler-name i {
    display: inline-block;
    margin-right: 8px;
}
.user-info ul {
    display: inline-block;
    width: 100%;
	margin-bottom:20px;
}
.user-info ul li {
    margin: 0 25px 0 0;
    float: left;
	line-height: 36px;
    height: 36px;
}
.user-info ul li a{
	color:#ffa200;
}
.user-info li i {
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    margin-right: 8px;
    background-color: #ebebeb;
    color: #666;
    border-radius: 4px;
}
.bg-success, .bg-danger{
	padding:16px;
	font-size:15px;
	color:#111;
	border-radius:4px;
}
.panel.blksed{
	background-color: #000;
    border-color: #ffa200;
}
.panel.blksed .panel-heading {
    border-color: #ffa200;
}
.panel.blksed .panel-heading h3{
	margin: 0;
    font-weight: 400;
}
.disabledInput{
	cursor: not-allowed;
	background-color:#ccc!important;
}
.table.rating tr th{
	border:none;
	text-align:center;
	color:#fff;
}
.table.transparent tr td{
	border:none;
	line-height: normal;
    padding: 4px 8px;
}
.table.transparent tr td strong{
	font-weight:700;
}
.table.transparent{
	margin:0;
}
.table.rating {
	margin-bottom:20px;
}
.pro-info a{
	color:#ffa200;
}
.pro-info .btn-yellow{
	border:none;
	padding:8px 18px;
	color:#fff;
	font-size:18px;
}
.pro-details{
	margin-bottom:30px;
}
.form-inline .inline-slet{
	width:180px;
	overflow:inherit;
}
.table-responsive{
	margin:30px 0;
	border:none;
}
.table-responsive table{
	text-align:left;
	border:1px solid #ffa200;
}
.table-responsive .table>tbody>tr>td{
	border-color:#ffa200;
}
.table-responsive .table>thead>tr>th{
	border-bottom:1px solid #ffa200;
	background-color: #ffa200;
    color: #fff;
}
.form-common{
	text-align:left;
}
.form-common .yearTo{
	color:#fff;
	width:46px;
}
.form-common .choto{
	width:100%;
	max-width:28%;
	float:left;
}
.form-common label.full{
	width:100%;
}
.form-common .select-gray.choto{
	margin-left:15px;
}
.newsletter.form-inline .form-control{
	border: none;
    background-color: #e5e5e5;
    color: #454545;
    height: 45px;
	padding: 8px 16px;
    font-size: 16px;
    border-radius: 5px;
    box-shadow: none;
}
.form-inline.newsletter{
	margin:15px 0;
}
.form-common textarea.form-control{
	height:80px;
}
.form-common hr{
	width:100%;
	display:inline-block;
}
.info-gray{
	font-size:85%;
	line-height:normal;
	margin:15px;
    background: #333;
    padding: 15px;
	display:inline-block;
	width:97%;
}
.iradio .radio-inline{
	padding-left:0;
}
.iradio input[type="radio"]{
	display: inline-block;
    vertical-align: middle;
    margin: 0 8px 0 0;
    padding: 0;
    width: 18px;
    height: 18px;
    background-image: url(../images/grey.png);
    background-color: transparent;
    background-repeat: no-repeat;
	background-position: -160px 0;
    border: none;
    cursor: pointer;
    position: relative;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;	
}
.iradio input[type="radio"]:checked {
    background-position: -180px 0;
}
.table.rating .iradio input{
	margin:0;
}

/* #uploadContainer CSS */
#submitItem {
  border:none;
  font-size:13pt;
  padding:12px;
  background-color:#00d9ff;
  box-shadow:1px 1px 3px #000;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  cursor:pointer;
}
#submitItem:hover {
  background-color:#69e7fd;
}
#submitItem[disabled="disabled"], #submitItem[disabled="disabled"]:hover {
  background-color:#aaa;
}
#sec3, #sec2 {
  margin-top:20px;
}
#uploadContainer {
  width:100%;
  background-color:#222;
  border-radius:5px;
  padding:10px;
  border: 2px dashed #ffa200;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#uploadContainer #uploadFiles {
  width:100%;
  min-height:160px;
  padding:0px 0px 10px 0px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  overflow:auto;
}
#uploadContainer #uploadFiles .uploadImage {
  width:100px;
  height:130px;
  float:left;
  margin-right:10px;
  border:dashed;
  border-color:#555;
  border-width:1px;
  border-radius:3px;
  position:relative;
  background-repeat:no-repeat;
  background-position:center;
  background-size:contain;
  margin-top:10px;
}
#uploadContainer #uploadFiles .uploadImage .deleteImage {
  color:red;
  position:absolute;
  right:-5px;
  top:-10px;
  font-size:13pt;
  cursor:pointer;
  display:none;
}
#uploadContainer #uploadFiles .uploadImage .uploadProgress {
  height:10px;
  width:80px;
  position:absolute;
  top:50%;
  margin-top:-5px;
  left:50%;
  margin-left:-41px;
  border:solid;
  border-color:#555;
  border-width:1px;
  border-radius:1px;
}
#uploadContainer #uploadFiles .uploadImage .uploadProgress .uploadProgressFill {
  background-color:#555;
  height:10px;
  width:0%;
}
.itemDetailVideo{
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
	margin-bottom:20px;
}
.itemDetailVideo iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.fltr-result.classified-items .glry-info{
	max-height: 150px;
	min-height: 150px;
}
.fltr-result.classified-items .glry-info span{
	max-height: 96px;
    -webkit-line-clamp: 6;
}
ul.edit-images{
	display:inline-block;
	width:100%;
}
ul.edit-images li{
	width:100px;
	float:left;
	margin-left:2%;
	margin-bottom:10px;
	position:relative;
}
ul.edit-images li:first-child{
	margin-left:0;
}
ul.edit-images li .imgEdit{
	width:100%;
	height:100px;
	float:left;
	margin-bottom:5px;
	position:relative;
	border:1px solid #ffa200;
}
ul.edit-images li img{
	width:100%;
	max-height:100px;
}
ul.edit-images li span{
	position:absolute;
	top:0;
	right:0;
	color: #fff;
    background: #ffa200;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
	cursor:pointer;
}
ul.edit-images li span a{
	color:#fff;
}
.editTool .rotate-btn, .editTool input, .editTool .makethumb-btn{
	float:left;
	margin-right:10px;
	cursor:pointer;
}
.group-btn #markContain, .group-btn .btn{
	float:left;
	margin-right:10px;
}
#changeNotification{
	margin-bottom:20px;
}

.myitem-thumb{
	width:120px;
	height:120px;
	text-align:center;
	vertical-align:middle;
	display:table-cell;
}
.myitem-thumb img{
	max-width:120px;
	max-height:120px;
}


.map-wrap {
	position: relative;
	padding-bottom: 75%;
	height: 0;
	overflow: hidden;
}

.fltr-result.classified-items .glry-info .desc2{
	max-height:34px;
}
.fltr-result.classified-items .glry-info .catagori_thumb{
	margin-bottom:8px;
	/*border-top:1px solid #ffa200;*/
	border-bottom:1px solid #ffa200;
	padding:3px 8px;
	max-height: 56px;
}
.fltr-result .glry-info{
	padding:8px 0;
	border-top:0;
}