body {
	font-family: 'Open Sans', sans-serif !important;
	font-weight:300 !important;
/*	background-color:#f9f9f9;*/
	color:#8E8E8E !important;
	line-height:1 !important;}

.low-opacity {opacity: 0.5;}

.clear {clear:both;}

.glyphicon {margin-right:15px;}

*, *:before, *:after {
    -moz-box-sizing: border-box; }

.ruler {
	width: 100%;
	border-top: 1px solid rgba(255, 255, 255, 1);
	border-bottom:1px solid rgba(0, 0, 0, 0.2);}

.title {
	text-align: center;
	margin-bottom: 35px;}

.title h3{
	font-size: 36px;
	color: #F29122;
	margin: 0px;
	font-family: 'Open Sans', sans-serif !important;
	font-weight:300;}

h1, h2, h3, h4, h5, h6  {
	font-family: 'Open Sans', sans-serif !important;
	font-weight:normal;}

a:hover {text-decoration: none;}

.drop {z-index:101;}

.image {overflow:hidden;}

.right {float:right !important;}

.left {float:left !important;}

#wrapper {
	width:100%;
	position:relative; }

.row {
	margin-right:0px;
	margin-left:0px;}

.email-form-overlay {background-color: rgba(0,0,0,0.5);}

/*HEADER*/

#header {
	width:100%;
	background-color:#fff;
	border-bottom:2px solid rgba(0, 0, 0, 0.1);}

#header .topbar {	
	width:100%;
	max-width:1120px;
	margin:0 auto;
	padding:8px;
	display:block;
	position:relative;
}

#header h1.logo {
	font-family: 'Open Sans', sans-serif !important;
	float:left;
	margin:0px;
	padding:0px;}

#header h1.logo a {
	font-size:21px;
	font-weight:normal;
	display:block;
	background: url(../img/logo_bookndg.png) no-repeat 0px 5px;
	text-indent: -9999px;
	padding:15px 115px;}

#header h1.logo a img {margin-right: 15px;}

#header .lngmn, #header .userarea {float:right;}

#header .lngmn {
	float:right;
	margin-right:15px; 
	border-right:1px solid #8e8e8e;
	width:120px;}

#header .lngmn .lngmnlist {
	border:1px solid #e5e5e5;
	margin-top: 4px;
	position: absolute;
	background-color: #fff;}
	
#header .userarea a, #header .lngmn .lngmnactive, #header .lngmn .lngmnlist a {
	display:block;
	color:#8e8e8e;
/*	background-color: #3191CD;
	border:1px solid #3191CD; */
	font-size:17px;
	padding:10px 10px;
	cursor:pointer;}

#header .lngmn .lngmnlist a {color: #78aeac;}

#header .lngmn .lngmnactive .glyphicon, #header .userarea a .glyphicon {font-size:18px;}

#header .lngmn .lngmnlist a {
	border:none;
	padding-left: 45px;}

#header .lngmn .lngmnlist a:hover {
	text-decoration: underline;}

#header .lngmn .lngmnactive .lng_en, #header .lngmn .lngmnlist a.en {
	background: url(../../img/lang_img.png) no-repeat 8px 9px;}

#header .lngmn .lngmnactive .lng_hr, #header .lngmn .lngmnlist a.hr {
	background: url(../../img/lang_img.png) no-repeat 8px -33px;}

#header .lngmn .lngmnactive .lng_de, #header .lngmn .lngmnlist a.de {
	background: url(../../img/lang_img.png) no-repeat 8px -79px;}

#header .lngmn .lngmnactive .lng_it, #header .lngmn .lngmnlist a.it {
	background: url(../../img/lang_img.png) no-repeat 8px -121px;}

/*HEADER end*/

.visual {position:relative; }

/*INDEX SEARCH FORM*/
.isform {
	position: relative;
	widht:100%;
	max-width: 1120px;
	margin:0 auto;
	z-index:4;}

.isform form{
/*	background-color: rgba(49, 145, 205, 0.8); */
	position: absolute;
	bottom:20px;
	box-shadow:0px 0px 5px rgba(0, 0, 0, 0.5);}

.isform .cell, .isform .button {
	padding: 0px;
	float:left;
	border-radius:0px;
	font-size:24px;
	position:relative;}

.isform .cell input {
	padding: 12px;
	width:100%;
	color:#8E8E8E;
	border:none;
	font-size:21px;
	font-weight:300;}

.isform .cell > .glyphicon {
	position: absolute;
	top:16px;
	right:2px;
	font-size:22px;
	color: #CAC6C3;}

.isform .cell > .glyphicon.iconhighlight {color: #ef8c4e;}

.isform .cell.destination {width:32%;}

.isform .cell.period {
	border-left:2px solid #e5e3e4;
	width:19%;}

.isform .cell.prs {
	border-left:2px solid #e5e3e4;
	width:10%;}

.isform .button {width:20%;}

.isform .button .btn {
	width:100%;
	height:54px;
	font-size:23px;
	text-transform:uppercase;
	border:none;
	border-radius: 0px;
	background-color: #F29122;
	color: #fff;}

.prs-drop {
	position:absolute;
	top:45px;
	left:0px;
	background-color: #fff;
	border-top:8px solid #F29122;
	padding:14px;
	-webkit-box-shadow: 2px 2px 4px 0px #cccccc;
	-moz-box-shadow: 2px 2px 4px 0px #cccccc;
	box-shadow: 2px 2px 4px 0px #cccccc;
	width:250px;}

.prs-drop .col:first-child {margin-bottom: 25px;}

.prs-drop .lbl {
	font-size:20px;
	float:left;
	margin-top:8px;
	color: #8e8e8e;}

.inpgrp {
	position:relative;
	float:right;
	width:100px;}

.prs-drop .inpgrp input {
	float:left;
	padding: 3px;
	width:40%;
	border: 1px solid #e5e5e5;
	text-align:center;
	font-size:24px;
	color: #8e8e8e;}

.prs-drop .spnr {
	float:left;
	width:30%;}

.prs-drop .spnr .glyphicon {
	width:100%;
	font-size:12px;
	color: #fff;
	background-color: #F29122;
	padding:13px 10px;
	margin:-1px 0px 0px;
	cursor:pointer;}

/*INDEX SEARCH FORM end*/

/*SLIDER*/
.islider {
	overflow:hidden;
	min-height:300px;
	position: relative;}

.islider .slide-holder .slide-item {
	position:absolute;
	top:0px;
	left:0px;
	z-index:1;}

.islider .slide-holder .slide-item.active {
	position:relative;
	z-index:3;}

.islider .slide-holder .slide-item img {
	min-width:1398px;
	min-height:400px;} 

/*SLIDER end*/

/*INDEX content*/
.main-holder {
	position:relative;
	width: 100%;
	padding: 40px 0px;}

.main-holder .featured-section, .main-holder .ctygdcnt, .footer {
	width: 100%;
	max-width:1120px;
	margin:0 auto;
	padding: 0 2%;}

.main-holder .featured-section .acc {
	background-color: #F29122;
	color: #fff;
	float:left;
	width: 24.25%;
	max-width:284px;
	margin-right:1%;
	border:1px solid #e5e5e5;
	text-align:center;
/*	min-width:243px; */}

.main-holder .featured-section .acc:nth-child(3) {
	background-color: #794C70;}

.main-holder .featured-section .acc:nth-child(4) {
	background-color: #F9B948;}

.main-holder .featured-section .acc:nth-child(5) {
	background-color: #f06060;
	margin-right:0px;}

.main-holder .featured-section .acc a {
	color: #fff;}

.main-holder .featured-section .acc a .text {padding: 10px;}

.main-holder .featured-section .acc a .text h2 {
	font-size:20px;
	text-transform:uppercase;
	margin:0 0 10px 0;}

.main-holder .featured-section .acc a .text h4 {
	margin:10px 0px;
	font-size:18px;
	font-weight:300;
	padding:0px;
	text-transform: capitalize;}

.main-holder .featured-section .acc a .text .spfrom {font-size:19px;}

.main-holder .featured-section .acc a .text .spfrom span {font-size: 40px;}

.main-holder .ctygd {
	display:block;
	padding:40px 0px 0px;
	margin-top:40px;
	background-color: #9ABA40;}

.main-holder .ctygd .title h3 {
	margin:0px;
	color: #fff;}

.main-holder .ctygd .ictygdcnts {
	float:left;
	width: 48%;
	margin-bottom:40px;
	background-color: #fff;}

.main-holder .ctygd .ictygdcnts .image {height:290px;}

.main-holder .ctygd .ictygdcnts .icty-text {
/*	height:183px;  */
	padding: 20px ;}

.main-holder .ctygd .ictygdcnts .icty-text h3 {
	font-size: 26px;
	color: #F29122;
	font-weight:normal;
	margin:0px 0 10px;}

.main-holder .ctygd .ictygdcnts .icty-text p {
	font-size:15px;
	margin:0px;
	line-height: 1.5;}


/*IDNEX content end*/
.holder {background-color: #fff;}

.srholder, .apholder {background-color: #f2f2f2;}

.search-results, .app-page {
	width:100%;
	max-width: 1120px;
	margin:0 auto;}

/*SEARCH RESULTS*/
.search-results .search-form {
	float:left;
	width:30%;
	margin-bottom:50px;
/*	min-width:318px;
	background-color: #fff;  
	border:1px solid #e5e5e5; */}

.search-results .search-form ul.srch-res {
	list-style: none;
	margin:0px;
	padding:0px;}

.search-results .search-form ul.srch-res li {
	background-color: #fff;
	margin-top: 10px;
	border:1px solid #e5e5e5;}

.search-results .search-form ul.srch-res li .heading h5 {
	margin:0px;
	padding: 10px;
	font-size: 18px;
	font-weight:500;
	color: #9ABA40;
	cursor:pointer;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	border-bottom:1px solid rgba(0, 0, 0, 0.1);}

.search-results .search-form ul.srch-res li.srch-basic .heading h5 {
	border-bottom:2px solid #fff;
	color:#fff;}

.search-results .search-form ul.srch-res li .heading h5 .glyphicon {font-size:18px;}

.search-results .search-form ul.srch-res li .heading h5 .glyphicon-chevron-down {
	float:right;
	margin-right:0px;
	font-size:16px;
	top:4px;}

.search-results .search-form ul.srch-res li.srch-basic {
	/* background: url(../img/rovinj_istria_beach_borik_m.jpg) no-repeat; */
	background-color: #9ABA40;
	color: #fff;}

.fltr-cnt {
	padding:15px 15px 25px;}

li.srch-basic  .fltr-cnt {color: #fff;}

.fltr-cnt .att-cln {
	float:left;
	width:49%;
	margin-right:2%;}

.fltr-cnt .att-cln-right {margin-right:0;}

.fltr-cnt .cell,
.app-page .main-holder .app-sticky .app-sticky-cnt .sticky-persons .cell {
	padding: 0px;
	margin-bottom:15px;
	font-size:17px;
	position:relative; 
	font-weight:300; }

.fltr-cnt .cell.srch-acc-type {margin-bottom:0px;}

.fltr-cnt .cell > input,
.app-page .main-holder .app-sticky .app-sticky-cnt .sticky-persons .cell > input {
	width:100%;
	padding:6px;
	border:1px solid #e5e5e5;
	color: #8e8e8e;
	font-weight:300;}

.fltr-cnt .cell > .glyphicon,
.app-page .main-holder .app-sticky .app-sticky-cnt .sticky-persons .cell > .glyphicon {
	position: absolute;
	font-size:21px;
	margin-right:0px;
	color: #CAC6C3;
	top:8px;
	right:12px; }

.fltr-cnt .cell > .glyphicon,
.app-page .main-holder .app-sticky .app-sticky-cnt .sticky-persons .cell > .glyphicon {
	color:#CAC6C3;}

.fltr-cnt .check-cell input {width:auto;}

.fltr-cnt .check-cell label {
	font-size:14px;
	font-weight:300;}

.search-results .search-form ul.srch-res li .search-button .btn {
	width:100%;
	border-radius:0px;
	background-color: #F29122;
	color: #fff;
	font-size: 21px;
	font-weight: normal;
	text-transform: uppercase;}

.search-results .search-form ul.srch-res li .search-button .btn .glyphicon {top:4px;}

.fltr-cnt .date-deviation {
	margin-bottom: 15px;
	height:34px;
	padding:0px;}

.fltr-cnt .date-deviation .check-cell {
	margin:5px 0px 0px 0px;
	float:left;}

.fltr-cnt .date-deviation .check-cell label {
	margin-top: 2px;
	font-size: 14px;
	font-weight:300;}

.fltr-cnt .date-deviation .select-cell {
	margin:0px;
	padding:0px;
	float:right;}

.fltr-cnt .date-deviation .select-cell .select2-container .select2-choice {width:120px;}
	
.fltr-cnt .date-deviation .select-cell .select2-container .select2-choice > .select2-chosen {margin-right:0px;}

.fltr-cnt .date-deviation .cell label,
.icheckbox_square-aero {
	float:left;}

.icheckbox_square-aero {margin-right:5px !important;}

.search-results .search-form ul.srch-res li .fltr-cnt .fltr-cnt-inner {
	float:left;
	width:100%;
	margin:10px 0px 20px;
	padding-bottom:30px;
	border-bottom:1px solid #e5e5e5;}
	
.search-results .search-form ul.srch-res li .fltr-cnt .fltr-cnt-inner.third {
	border-bottom:none;
	margin-bottom:0px;
	padding-bottom:0px}

.search-results .search-form ul.srch-res li .fltr-cnt .fltr-cnt-inner h2 {
	font-size: 17px;
	font-weight:300;
	text-align: center;
	margin:0px 0px -10px;
	padding:0px;}

.search-results .search-form ul.srch-res li .prc-input .cur-curency {
	font-size: 14px;
	margin-bottom: 15px;
	float:left;}

.search-results .search-form ul.srch-res li .prc-input .cur-curency div {
	float:left;
	margin-right:5px;}

.fltr-cnt .select-cell .select2-container {display:block;}

.fltr-cnt .select-cell label {font-weight:300;}

.fltr-cnt .select-cell.srch-bedrooms,
.fltr-cnt .select-cell.srch-toilets {
	float:left;
	width:40%;}

.fltr-cnt .select-cell.srch-bedrooms {margin-right: 20%;}

.search-results .result-section {
	float: left;
	width:70%;
	padding: 18px 0px 0px 18px;}

.search-results .result-section ul.tabset {
	list-style:none;
	padding: 0px;
	margin: 0px;
	float:right;}

.search-results .result-section ul.tabset li {float:left;}

.search-results .result-section ul.tabset li a {
	padding:15px;
	color: #8e8e8e;
	display:block;
	font-size:20px;
	color: #F29122;}
	
.search-results .result-section ul.tabset li a .glyphicon {margin-right:0px;}

.search-results .result-section .ruler {float:left;}

.search-results .result-section .tab-content {
	width:100%;
	float:left;}

.search-results .result-section .tab-content .paging-bar {
	padding:15px 0px 0px;}

.search-results .result-section .tab-content .paging-bar .holder {background-color: #f2f2f2;}

.search-results .result-section .tab-content .paging-bar .srch-rpp {
	float:right;}

.search-results .result-section .tab-content .paging-bar .srch-rpp .select-cell > label {
	float: left;
	text-align: right;
	margin-right: 0.5em;
	display: block;
	margin-bottom: 5px;
	font-weight: 300;
	margin-top: 11px;
	font-size:15px;}

.search-results .result-section .tab-content .paging-bar .srch-rpp .select-cell select#rows_pp {width:65px;}

.search-results .result-section .tab-content .paging-bar .srch-rpp .select-cell .select2-choice {
	padding:8px;
	width:65px;}

.search-results .result-section .tab-content .paging-bar .page {
	font-size:15px;
	float:left;
	margin-bottom:0px;
	margin-top:10px;}

.search-results .result-section .tab-content .paging-bar .page strong {font-weight:600;}

.search-results .result-section .tab-content .paging-bar .paging {text-align:center;}

.search-results .result-section .tab-content .paging-bar .paging .pagination {
	border-radius:0px;
	margin:0px;}

.pagination > li > a {
	font-size: 14px;
	color: #8E8E8E;
	margin-left:5px;
	border:none !important;}

.pagination > li:first-child > a,
.pagination > li:last-child > a {
	border-radius: 0px;}

.pagination > .active > a {
	border-color: #9ABA40;
	background-color: #9ABA40;}

.pagination > li > a:hover,
.pagination > .active > a:hover,
.pagination > li > a:focus,
.pagination > .active > a:focus {
	border-color: #9ABA40;
	background-color: #9ABA40;
	color: #fff;
	cursor:pointer;}

.search-results .result-section .tab-content ul.list-view {padding:15px 0 0px;}

.search-results .result-section .tab-content ul.list-view li {
	list-style:none;
	padding:15px;
	background: #fff;
	margin-bottom:10px;
	border:1px solid #e5e5e5;}

.search-results .result-section .tab-content ul.list-view li .lv-image,
.search-results .result-section .tab-content ul.list-view li .lv-info {
	float:left;
	width:40%;}

.search-results .result-section .tab-content ul.list-view li .lv-image img {
	max-width:294px;
	max-height:195px;}

.search-results .result-section .tab-content ul.list-view li .lv-info {width:60%;}

.search-results .result-section .tab-content ul.list-view li .title {
	width:100%;
	margin-bottom: 10px;}

.search-results .result-section .tab-content ul.list-view li .title h2 {
	font-size:21px;
	margin:0px;
	text-align:left;
	font-weight: normal;
	float:left; }

.search-results .result-section .tab-content ul.list-view li .title span.glyphicon {
	float:right;
	color: #fff;
	font-size:20px;
	margin-right:0px;
	width:auto;
	padding: 5px;
	background-color: #9ABA40;
	cursor:pointer;}

.search-results .result-section .tab-content ul.list-view li .title h2 a {
	color: #F29122;}

.search-results .result-section .tab-content ul.list-view li .lv-info .lv-info-box {
	float:left;
	padding:0px;}

.search-results .result-section .tab-content ul.list-view li .lv-info .lv-info-box .row {
	margin:0;
	padding: 0px 12px 13px;
	font-size:15px;}

.search-results .result-section .tab-content ul.list-view li .lv-info .lv-info-box .row strong {
	margin-right:15px;
	margin-left:12px;}

.search-results .result-section .tab-content ul.list-view li .lv-info .lv-info-box .row span.glyphicon {
	margin: 0px 18px 0px 0px;
	width:auto;
	top:0px;
	color: #e5e5e5;}
	
.search-results .result-section .tab-content ul.list-view li .lv-info .lv-info-box .row span.glyphicon.on {
	color: #84AE42;}

.search-results .result-section .tab-content ul.list-view li .lv-info .lv-contact a.btn-owner {
	background-color: #F29122;
	text-transform: uppercase;
	font-size: 18px;
	font-weight:normal;
	width:100%;
	border-radius:0px;
	color: #fff;}

.search-results .result-section .tab-content ul.list-view li .srch-app-map {
/* 	width:716px;  */
	width:100%;
	height: 195px;}

.lv-price {
	margin:15px 0 25px;
	float:right;}

.search-results .result-section .tab-content ul.list-view li .lv-info .lv-price {
	float:none;
	margin-top:25px;}

.lv-price span.glyphicon {
	font-size: 15px;
	color: #EF8C4E;
	margin-right:0px;
	margin-left:0px;
	float:right;
	cursor:pointer;}

.lv-price .cell {
	font-size:17px;
	float:left;
	height:65px;}

.lv-price .cell.non-rent {
	margin-bottom: 0px;
	width:306px;
	color: #EF8C4E;}

.lv-price .cell strong,
.lv-price .cell span {
	display:block;
	text-align:center;
	font-weight:300;}

.lv-price .cell.daily strong {
	padding:11px 0 4px 0;
	font-size:25px;
	font-weight:normal;}

.lv-price .cell.total {	margin-left:20px;}

/* .lv-price .cell.total.mrg {margin-right:20px;} */

.lv-price .cell.total strong {
	font-size: 38px;
	line-height:40px;
	color: #F29122;
	font-weight:normal;}

.lv-price .cell.offer {height:89px;}

.lv-price .cell.offer.daily strong.old{
	text-decoration:line-through;
	padding:0px 0px 4px 0;
	font-size:20px;	}

.lv-price .cell.total.offer strong.old {
	text-decoration: line-through;
	padding:0px 0px 4px 0;
	font-size: 20px;
	line-height:1; }

.lv-price .cell.range {float:none; }

.lv-price .cell.range strong {font-size: 30px;}

/*SEARCH RESULTS end*/

/*APARTMENT PAGE*/
.app-page .main-holder .app-sticky {
	position:fixed;
	top:0px;
	left:0px;
	background-color:#fff;
	border: 2px solid rgba(0, 0, 0, 0.1);
	width:100%;
	height:150px;
	padding:10px 0px;
}

.app-page .main-holder .app-sticky .app-sticky-cnt {
	width:100%;
	max-width:1120px;
	margin:0 auto;}

.app-page .main-holder .app-sticky .app-sticky-cnt .sticky-img,
.app-page .main-holder .app-sticky .app-sticky-cnt .sticky-title
	{float:left;}

.app-page .main-holder .app-sticky .app-sticky-cnt .lv-price,
.app-page .main-holder .app-sticky .app-sticky-cnt .sticky-persons {
	margin:0px;
	float:right;}

.app-page .main-holder .app-sticky .app-sticky-cnt .sticky-persons {margin-right:25px;}

.app-page .main-holder .app-sticky .app-sticky-cnt .sticky-persons .cell {
	font-size: 16px;
	margin-bottom:10px;}

.app-page .main-holder .app-sticky .app-sticky-cnt .sticky-persons .cell.period input[disabled] {background-color: #F8F8F8;}
	
.app-page .main-holder .app-sticky .app-sticky-cnt .sticky-persons .cell > .glyphicon {font-size:16px;}

.app-page .main-holder .app-sticky .app-sticky-cnt .sticky-persons .cell strong {
	margin-left:10px;
	float:right;}

.app-page .main-holder .app-sticky .app-sticky-cnt .sticky-title,
.app-page .main-holder .app-sticky .app-sticky-cnt .sticky-persons {padding:0 15px;}

.app-page .main-holder .app-sticky .app-sticky-cnt .sticky-title h2 {
	margin:0px;
	padding:5px 0px;
	margin-bottom: 15px;
	font-size:34px;
	font-weight:bold;
	color: #9ABA40;}

.app-page .main-holder .app-sticky .app-sticky-cnt .sticky-title h3 {
	margin:0px 0px 10px 0px;
	padding: 0px;
	font-size: 22px;}
	
.app-page .main-holder .app-sticky .app-sticky-cnt .sticky-title div {
	font-size:22px;}

.app-page .main-holder .app-sticky .sticky-img img {
	width:170px;
	height:125px;}

.app-page .main-holder .app-header {
	float:left;
	width:100%;
	margin-bottom: 10px;}

.app-page .main-holder .app-content {
	float:left;
	width:67%;
	background-color: #fff;
	border: 1px solid #e5e5e5;}

.app-page .main-holder .app-sidebar {
	float:right;
	width:30%;}

.app-page .main-holder .app-header .nav-btn {
	float:left;
	background-color: #fff;
	position:relative;
	border:1px solid #e5e5e5;
	margin-right:5px;}

.app-page .main-holder .app-header .nav-btn a.btn-back {
	width:100%;
	height:100%;
	display:block;
	background-color: #fff;
	color: #8e8e8e;
	padding:5px 15px;
	text-align:center;
	font-size: 16px;}

.app-page .main-holder .app-header .nav-btn a .glyphicon {
	font-size:16px;} 

.app-page .main-holder .app-header .social {
	float:right;}

/*APP CONTENT*/
.app-page .main-holder .app-content > .title {
	margin-bottom:0px;
	padding:0px 18px;
	border-bottom:1px solid #e5e5e5;
	width:100%;}

.app-page .main-holder  .app-content > .title h2 {
	background-color: #fff;
	float:left;
	height:50px;
	margin:0;
	text-align:left;
	padding:9px 10px;
	color: #F29122;
	font-weight:normal;
	font-size:26px;}

.app-page .main-holder .app-content > .title .nav-btn {
	float:left;
	height:50px;
	background-color: #fff;
	position:relative;
	font-size:23px;
	margin-right:0px;}

.app-page .main-holder .app-content > .title .nav-btn a {
	color: #F29122;
	height:100%;
	display:block;
	padding:12px 0px;
	text-align:center;}

.app-page .main-holder .app-content > .title .nav-btn a .glyphicon {
	font-size:18px;
	margin-right:0px}

.app-content .app-dscr {
	width:100%;
	line-height:1.5;
	font-size:15px;
	padding: 18px;}

.app-content .app-dscr p {
	padding:0px;
	margin:0px;
	height:45px;
	float:left;
	overflow: hidden;
	float:left;}

.app-content .app-dscr p.heightauto {height: auto;}

.app-content .app-dscr .readmore {
	border:1px solid #e5e5e5;
	padding: 7px;
	float:right;
	background-color: #9ABA40;
	color: #fff;
	font-size: 16px;
	cursor:pointer;
	margin: 10px 0px;}

.app-content .app-image .ms-lightbox-template {
	background-color: #fff;
	padding: 0px 0px 95px;}

.app-content .app-image .ms-lightbox-template .ms-view {background-color: #fff;}

.app-content .app-info {
	padding: 18px;
	margin-top:18px;}

.app-content .app-info > div {
	float:left;
	display: block;
	width:100%;}

.app-content .app-info div .tabovi {
	padding: 8px 25px;
	text-align:center;
	border:1px solid #e5e5e5;
	font-size:18px;
	text-transform:uppercase;
	float:left;
	margin-right:15px;
	cursor:pointer;
	background-color: #f9f9f9;
	position:relative;}

.app-content .app-info div .tabovi:last-child {margin-right:0px;}

.app-content .app-info div .tabovi span.glyphicon {
	margin-right:10px;
	font-size: 14px;
	display:none;}

.app-content .app-info div .tabovi.active,
.app-content .app-info div .tabovi:hover {
	background-color:#9ABA40;
	color: #fff;
	border:1px solid #9ABA40;}

.app-content .app-info div .tabovi .caret {display: none;}
	
.app-content .app-info div .tabovi.active .caret {
	display: inline-block;
	color: #9ABA40;
	position: absolute;
	bottom:-10px;
	left:20px;
	border-top: 15px solid;
	border-right: 15px solid transparent;
	border-left: 15px solid transparent;}

.app-content .app-info div .tab-content {
	padding:15px 0px;
	font-size:14px;}

/*APP DETAILS*/

.app-content .app-info div .tab-content .app-info-box {
	float:right;
	width:35%;
	padding:15px;}

.app-content .app-info div .tab-content .app-info-box .row,
.app-content .app-info div .tab-content .extra-charges .row,
.app-content .app-info div .tab-content .tourist-tax .row {
	border-top:1px solid #e5e5e5;
	border-left:1px solid #e5e5e5;
	border-right:1px solid #e5e5e5;
	padding:9px 17px;}

.app-content .app-info div .tab-content .app-info-box .row:last-child,
.app-content .app-info div .tab-content .extra-charges .row:last-child,
.app-content .app-info div .tab-content .tourist-tax .row:last-child {border-bottom:1px solid #e5e5e5;}

.app-content .app-info div .tab-content .app-info-box .row:nth-child(odd),
.app-content .app-info div .tab-content .extra-charges .row:nth-child(odd),
.app-content .app-info div .tab-content .tourist-tax .row:nth-child(odd) {background-color: #F9F9F9;}

.app-content .app-info div .tab-content .app-info-box .row span,
.app-content .app-info div .tab-content .extra-charges .row span,
.app-content .app-info div .tab-content .tourist-tax span {text-transform:capitalize;}

.app-content .app-info div .tab-content .app-info-box .row strong,
.app-content .app-info div .tab-content .extra-charges .row strong,
.app-content .app-info div .tab-content .tourist-tax .row strong {float:right;}

.app-content .app-info div .tab-content .amenities {
	float:left;
	width:60%;
	list-style:none;
	margin:0px;
	padding:15px 20px;}

.app-content .app-info div .tab-content .amenities .title,
.app-content .app-info div .tab-content .app-info-box .title,
.extra-charges .title, 
.tourist-tax .title,
.price-list .title  {
	text-align:left;
	border-bottom:1px solid #e5e5e5;
	margin-bottom:15px;}

.app-content .app-info div .tab-content .amenities .title h4,
.app-content .app-info div .tab-content .app-info-box .title h4,
.extra-charges .title h3,
.tourist-tax .title h3,
.price-list .title h3 {
	margin:0px;
	padding:5px 5px 5px 20px;
	color: #9ABA40;
	font-size:19px;
	font-weight: 500;}

.app-content .app-info div .tab-content ul.app-amn-list {
	list-style:none;
	margin:0px;
	padding:0px 15px;}

.app-content .app-info div .tab-content ul.app-amn-list li {
	padding:5px 0px;
	font-size:14px;
	float:left;
	width:50%;
	height:28px;
	font-weight:500;}
	
.app-content .app-info div .tab-content ul.app-amn-list li.invalid {
	opacity:0.5;
	padding-left:25px;
	font-weight:300;
	padding-top:7px;}

.app-content .app-info div .tab-content ul.app-amn-list li span.status {font-size:15px;}

.app-content .app-info div .tab-content ul.app-amn-list li span.glyphicon {margin-right: 10px;}

.app-content .app-info div .tab-content ul.app-amn-list li span.glyphicon-ok {color: #9ABA40; }

.app-content .app-info div .tab-content ul.app-amn-list li span.glyphicon-remove {color: #F29122; }

/*DETAILS end*/

/*LOCATION*/
.app-content .app-info div .tab-content#tab2 {position:relative;}

.app-content .app-info div .tab-content #map_canvas {
	width:100%;
	height:480px;}

.app-content .app-info div .tab-content .address-holder {margin-bottom: 8px;}

.app-content .app-info div .tab-content .address-holder dl {
	float:right;
	width:18%;
	margin-bottom:0px;}

.app-content .app-info div .tab-content .address-holder address {
	float:left;
	font-size:17px;
	padding:5px;
	margin-bottom:0px;}

.app-content .app-info div .tab-content .address-holder address span.glyphicon {
	font-size:23px;
	color: #9ABA40;
	top:5px;
	margin-right:10px;}

.app-content .app-info div .tab-content .address-holder dl dt {float:left;}

.app-content .app-info div .tab-content .address-holder dl dd {text-align: right;}

.app-content .app-info div .tab-content div.distances-list {
	background-color: rgba(255, 255, 255, 0.8);
	position: absolute;
	bottom:15px;
	left:0;
	width:100%;
	height:90px;}

.app-content .app-info div .tab-content div.distances-list div {
	width:30%;
	margin-right:5%;
	float:left;
	padding:10px 15px;
	font-size:15px;}

.app-content .app-info div .tab-content div.distances-list div:nth-child(3n+3) {margin-right:0;}

.app-content .app-info div .tab-content div.distances-list div span {float:left;}

.app-content .app-info div .tab-content div.distances-list div span.glyphicon {
	font-size:18px;
	color: #9ABA40;
	margin-right:10px;}

.app-content .app-info div .tab-content div.distances-list div strong {float:right;}
/**LOCATION end/
	
/*AVAIABILITY*/
.info.reservation .info-content > .select-polje {
	float:right;
	margin: 20px 2% 0 0;}

.tab-content .master-slider .select2-container {
	width:179px;
	float:left;
	margin-left:-1px;
	margin-right:-1px;
	text-align:center;}
	
.tab-content .master-slider	.select2-container .select2-choice > .select2-chosen {
	overflow:auto;
	margin-right:0px;}
	
.tab-content .master-slider	.select2-container .select2-choice .select2-arrow {display:none;}

.tab-content .master-slider .select2-container .select2-choice,
.tab-content .master-slider .select2-dropdown-open.select2-drop-above .select2-choice, 
.tab-content .master-slider .select2-dropdown-open.select2-drop-above .select2-choices {padding:6px 8px;}

.calendar-cell {
	padding:20px 12px 40px 12px;
	border-top: none;
	-webkit-user-select: none;  /* Chrome all / Safari all */
 	-moz-user-select: none;     /* Firefox all */
	-ms-user-select: none;      /* IE 10+ */

	/* No support for these yet, use at own risk */
	-o-user-select: none;
	user-select: none;}

.calendar-cell .heading {
/*	padding:6px 0px; */
	text-align:center;
	background: #9ABA40;
	padding:0px;}

.calendar-cell .title {
	text-transform: capitalize;
	color: #fff;
	line-height:1.8em;
	font-size: 19px;
	border-bottom:none;
	padding:0px;
	font-weight:400;}

.calendar-cell .holder {
	border:1px solid #E5E5E5;
	padding:0px;
	background-color: #fff;}

.calendar-cell .holder table.calendar tr {font-size:0px;}

.calendar-cell .holder table.calendar tbody tr:last-child td {height:32px;}

.calendar-cell .holder table.calendar tbody tr td div:hover,
.calendar-cell .holder table.calendar tbody tr td div.unavailable:hover,
.calendar-cell .holder table.calendar tbody tr td div.cal-arrival:hover,
.calendar-cell .holder table.calendar tbody tr td div.cal-departure:hover {
	color: #fff;
	background-color: #9ABA40;}

.calendar-cell .holder table.calendar tbody tr td,
.calendar-cell .holder table.calendar tbody tr th {
	display:inline-block;
	width:35.5px;
	height:32px;
	padding:0px;
	border-collapse:separate !important;
	border-spacing:0px;
	text-align:center;}

.calendar-cell .holder table.calendar tbody tr th {font-family: 'Alegreya Sans', sans-serif !important;}

.calendar-cell .holder table.calendar tr.first-line th {
	font-weight:normal;
	padding:7px 5px;} 

.calendar-cell .holder table.calendar tbody tr td div.unavailable {
	background-color: #E0E0E0 ; /*plava : #2489C5*/
	text-decoration:line-through;
	color: #8e8e8e;	}

.calendar-cell .holder table.calendar tbody tr td div.cal-arrival {
	background-color:none;
	text-decoration:line-through;
	color: #8e8e8e;
	background: url(../img/reservation_icons.png) -2px -171px no-repeat; }
	
.calendar-cell .holder table.calendar tbody tr td div.cal-departure {
	background-color:none;
	color: #8e8e8e;
	background: url(../img/reservation_icons.png) 0px -209px no-repeat; }

.calendar-cell .holder table.calendar tbody tr td div.selected {
	background-color: #9ABA40 !important ; /*plava : #2489C5*/
	background-image:none !important;
	color: #fff !important;
	text-shadow: 1px 1px #8E8E8E !important;}

.calendar-cell .holder table.calendar tbody tr td span.ui-state-disabled {color: #bfbfbf;}

.calendar-cell tbody > tr > th,
.calendar-cell tfoot > tr > th,
.calendar-cell thead > tr > td,
.calendar-cell tbody > tr > td,
.calendar-cell tfoot > tr > td {
	padding: 0px;
	border-top:none;
	font-size:16px; }

.table-responsive .table tr.first-line > th {padding:6px !important;}

.calendar-cell thead > tr > th span,
.calendar-cell tbody > tr > th span,
.calendar-cell tfoot > tr > th span,
.calendar-cell thead > tr > td span,
.calendar-cell tbody > tr > td span,
.calendar-cell tfoot > tr > td span,
.calendar-cell head > tr > th div,
.calendar-cell tbody > tr > th div,
.calendar-cell tfoot > tr > th div,
.calendar-cell thead > tr > td div,
.calendar-cell tbody > tr > td div,
.calendar-cell tfoot > tr > td div {
	padding: 6px;  
	width:100%;
	height:100%;
	text-align:center;
	border-top:none;
	display:block;
	cursor:pointer;
	font-size:14px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	font-weight:300;}


@media (max-width: 3000px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-x: scroll;
    overflow-y: hidden;
    border: none; /* 1px solid #dddddd; */
  }
  .table-responsive > .table {
    margin-bottom: 0;
    background-color: #fff;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > thead > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > thead > tr:last-child > td,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

.tab-content .note .holder {background-color: #fff;}

.tab-content .note .holder dl {float:left;}

.tab-content .note .holder dl dt,
.tab-content .note .holder dl dd {float:left;}

.tab-content .note .holder dl dd {
	margin-right:25px;
	margin-left:10px;}

.tab-content .ms-staff-carousel .center-block {
	width:249px;
	margin:0 auto;}

.tab-content .ms-staff-carousel .ms-nav-prev,
.tab-content .ms-staff-carousel .ms-nav-next {
	margin:0px;
	height:34px;
	box-shadow:none;
	background: none;
	border:1px solid #e5e5e5;
	position:static;
	float:left}

.tab-content .ms-staff-carousel .center-block > div > .glyphicon {
	top:9px;
	left:9px;
	margin:0px;
	font-size:12px;}

.tab-content .ms-staff-carousel .ms-nav-prev {right:188px;}

/*AVAILABILITY end*/

/*PRICES*/
.price-list {
	float:left;
	width:50%;}
	
.price-list .price {
	float: left;
	width: 100%;
	border:1px solid #e5e5e5;
	margin-bottom: -1px;}

.price-list .price .period-list {
	float:left;
	width:60%;
	font-size: 15px;
	line-height:1.5;
	padding: 15px;}

.price-list .price .period-list span.period-title {
	text-transform:capitalize;
	font-weight:bold;}
	
.price-list .price-holder {
/* 	background-color: #f9f9f9; */
	float:right;
	width:40%;
	text-align:center;
	border-left:1px solid #e5e5e5;}

.price-list .price .price-basic strong {
	font-size:35px;
	font-weight: normal;
	line-height:normal;
	padding: 10px 0px 0px;
	margin:0px;
	display:block;}

.price-list .price .price-basic span {
	font-size: 19px;
	text-transform: uppercase;
	display:block;}

.price-list .price .price-extra {
	font-size:17px;
	margin-top:25px;
	padding:10px;}

.extra-charges, .tourist-tax {
	float:right;
	width:45%;}

.tourist-tax {margin-top:50px;}

/* .extra-charges h3, .tourist-tax h3 {
	margin-bottom:10px;
	padding: 7px 7px 7px 20px;
	font-weight: normal;}  

.extra-charges dl dt {
	float:left;
	font-weight:500;
}

.extra-charges dl dd {
	text-align:right;
	font-weight:300;
} */

/*PRICES end*/


/*APP SIDEBAR*/
.app-sidebar .app-price-calc,
.app-sidebar .app-owner-info,
.app-sidebar .app-other-acc   {
	background-color: #fff;
	border:1px solid #e5e5e5;
	margin-bottom: 25px;}

.app-sidebar .title {
	border-bottom:1px solid #e5e5e5;
	padding:12px 18px;
	margin-bottom: 0px;}

.app-sidebar .title h4 {
	float:left;
	margin:0px;
	padding:0px;
	font-size:21px;
	color: #9ABA40;
	font-weight:normal;}

.app-sidebar .title span.glyphicon {
	float:right;
	margin-right:0px;
	top:6px;
	color: #9ABA40;}

.app-sidebar .fltr-cnt .lv-price {margin: 15px 0px 0px;}

.app-sidebar .lv-price .cell.daily,
.app-sticky .lv-price .cell.daily {width:110px;}

.app-sidebar .lv-price .cell.total,
.app-sticky .lv-price .cell.total {width:150px;}

.app-sidebar .fltr-cnt {padding: 15px;}

.app-sidebar a.btn {
	font-size:19px;
	color: #fff;
	background-color: #F29122;
	text-transform: uppercase;
	border-radius:0px;
	width:100%;
	font-weight:normal; }

.app-sidebar .app-owner-info ul.info-list {
	list-style:none;
	padding:20px;
	font-size:15px;
	line-height:1.5;
	margin:0px; }

.app-sidebar .app-owner-info ul.info-list strong {
	font-weight:600;
	float:right;}

.app-sidebar .app-other-acc ul.list-view {
	list-style:none;
	padding:0px;
	margin:0px;}

.app-sidebar .app-other-acc ul.list-view  li {
	border-bottom: 2px solid #e5e5e5;
	padding:15px 19px 25px;
	margin-bottom:15px;}

.app-sidebar .app-other-acc ul.list-view  li:last-child {
	margin-bottom:0px;
	border-bottom:none;}
	
.app-sidebar .app-other-acc ul.list-view  li .lv-info-box .lv-price {float:none;}

.app-sidebar .app-other-acc ul.list-view  li .lv-info-box .lv-price .cell.range {height: auto;}
	
.app-sidebar .app-other-acc ul.list-view  li .lv-info-box .lv-contact a.btn { 
	color: #8e8e8e;
	background-color: /* #9ABA40 */ #f2f2f2;
	border:1px solid #e5e5e5;}
	
.app-sidebar .app-other-acc ul.list-view .title {
	padding:0px;
	margin:0px 0px 10px 0px;
	border-bottom: none;
	}

.app-sidebar .app-other-acc ul.list-view .title h2 {
	text-align: left;
	font-size:19px;
	margin:0px;
	padding:0px;
	color: #EF8C4E;
	text-overflow: ellipsis;
	width: 100%;
	white-space: nowrap;
	overflow: hidden; }

.app-sidebar .app-other-acc ul.list-view .title h2 a {
	color: #EF8C4E;
	text-align:center;}
	
#login-form2 {
	position:absolute;
	top:50px;
	left:0px;
	width:100%;
	height:350px;
	background-color: #fff;
	z-index:103;}

/*APP SIDEBAR end*/

/*APARTMENT PAGE end*/

/*FOOTER*/
.footer-cnt {
	border-top:2px solid #e5e5e5;
	background-color: #fff;
	width:100%;
	margin-top:10px;}
	
.footer {padding-bottom: 40px;}

.footer h5 {
	color: #84AE42;
	font-size:23px;
	padding: 10px 15px;
	border-bottom: 2px solid #84AE42;}

.footer .ftr-text, .footer .ftr-cnt {
	width:48%;
	float:left;}

.footer .ftr-text {margin-right: 4%;}

.footer .ftr-text p {
	float: left;
	font-size:15px;
	line-height:1.5;}

.footer .copyright {
	margin-top: -25px;
	float:left;
	font-size: 19px;
	color: #84AE42;}

.footer .ftr-cnt ul.sitemap {
	font-size:20px;
	padding: 0px;
	list-style: none;
	float:left;
	width:46%;
	margin-right:8%;}

.footer .ftr-cnt ul.sitemap a {
	font-weight: 600;
	color: #8e8e8e;
	font-size:15px;}

.footer .ftr-cnt ul.sitemap > li {padding-left: 15px;}

.footer .ftr-cnt ul.sitemap li > ul {
	list-style:none;
	padding:0px;
	font-size:18px;
	margin-top:20px;}

.footer .ftr-cnt ul.sitemap li > ul > li {
	margin:10px 0px 15px 25px;
/*	float:left; */ }

.footer .ftr-cnt ul.sitemap li > ul > li:last-child {
	clear:both;
	float:none;
	margin-left:0px;
	margin-top: 23px;}

.footer .ftr-cnt ul.sitemap li > ul > li:last-child a {font-weight: 300;}

.footer .ftr-cnt .social {
	width:46%;
	float:left;}

.footer .ftr-cnt .social div a {
	padding: 18px 25px 18px 25px;
	text-indent:-9999px;
	float:left;
	margin-left:10px;
	display:block;}

.footer .ftr-cnt .social .ftr-fb a {background: url(../img/social_icons.png) no-repeat 0px 0px;}

.footer .ftr-cnt .social .ftr-twtr a {background: url(../img/social_icons.png) no-repeat 0px -101px;}

.footer .ftr-cnt .social .ftr-gp a {background: url(../img/social_icons.png) no-repeat 0px -51px;}

/*FOOTER end*/

@media screen and (max-width: 1061px) {
.main-holder .featured-section, .main-holder .ctygdcnt, .footer {
	padding:20px 2%;
	width:85%;}

.main-holder .featured-section .acc {
	margin-bottom:20px;
	width:50%;
	margin-right:0;}

.main-holder .featured-section .acc:nth-child(3), .main-holder .featured-section .acc:nth-child(5) {float:right;}

.main-holder .ctygd .ictygdcnts {
	width:100%;
	max-width:569px;
	margin:0 auto 40px;
	float:none !important;}

.main-holder .ctygd .ictygdcnts .icty-text {height: auto;}

.search-results .result-section {width:65%;}

.search-results .search-form {width:35%;}

.search-results .result-section .tab-content .paging-bar .paging {
	float:left;
	width:100%;
	margin-top:10px;}

.footer .ftr-text, .footer .ftr-cnt {
	width:100%;
	float:none;
	margin:0 auto;}
}

@media screen and (max-width: 1061px) and (min-width: 953px) { 
.search-results .result-section .tab-content ul.list-view li .lv-info .lv-info-box {padding:0px;}

.search-results .result-section .tab-content ul.list-view li .lv-info .lv-price {margin: 0px;}

.search-results .result-section .tab-content ul.list-view li .lv-info .lv-price .cell {
	float:none;
	margin:0px;}

.search-results .result-section .tab-content ul.list-view li .lv-info .lv-price .cell.daily strong {padding:4px 0px;}

.search-results .result-section .tab-content ul.list-view li .lv-info .lv-price .cell.total {margin-bottom:15px;}
}

@media screen and (max-width: 953px) {
	.isform {
		width:100%;
		padding: 0 5%;
		position:absolute;
		top:25px;}
	
	.isform form {
		width:375px;
		margin:0 auto;
		left:0px;
		position:static;
		padding:15px;
		background-color: rgba(255,255,255,0.6)}
			
	.isform .cell, .isform .button {
		margin: 0px 0px 15px;
		float:none;
		border: 2px solid #e5e5e5;} 
	
	.isform .cell.destination, .isform .cell.period {
		width:100%;}
	
	.isform .cell.prs {margin-right: 4%;}
	
	.isform .cell.prs, .isform .button {
		float:left;
		width:48%;
		margin-bottom:0px;}
	
	.isform .button {border: 2px solid #F29122;}
	
	.search-results .result-section,
	.search-results .search-form {
		float:none;
		width:100%;
		padding:0 2%;}
	
	.search-results .search-form {
		max-width:450px;
		margin:0 auto;}
}

@media screen and (max-width: 617px) {
	.main-holder .featured-section .acc,
	.main-holder .featured-section .acc:nth-child(5) {
		width:100%;
		float:none !important;
		margin:0 auto 20px;}
	
	.search-results .result-section .tab-content ul.list-view li .lv-info,
	.search-results .result-section .tab-content ul.list-view li .lv-image {
		float:none;
		width:100%;}
	
	.search-results .result-section .tab-content ul.list-view li .lv-image {text-align:center;}
	
	.search-results .result-section .tab-content ul.list-view li .lv-info {margin-top:20px;}
	
	.footer .ftr-cnt .social, .footer .ftr-cnt ul.sitemap {
		float:none !important;
		width: 100%;}
	
	.footer .copyright {margin-top:25px;}
}

@media screen and (max-width: 532px) {
	.isform form {width:100%;}
	
	#header h1.logo {
		margin-bottom: 10px;
		float:none;}
	
	#header h1.logo a {background-position: 50% 5px;}
	
	#header .lngmn {float:left;}
	
	.featured-section .title h3 {font-size:32px;}
}

@media screen and (max-width: 427px) {
	.search-results .result-section .tab-content ul.list-view li .lv-info .lv-info-box {
		float:none;
		width:100%;}
	
	.search-results .result-section .tab-content ul.list-view li .lv-info .lv-price .cell {float:left;}
	
	.search-results .result-section .tab-content ul.list-view li .lv-info .lv-price .cell.total {float:right;}
}

/*CUSTOM SELECT*/
.select2-container .select2-choice,
.select2-dropdown-open.select2-drop-above .select2-choice, .select2-dropdown-open.select2-drop-above .select2-choices {
	padding:7px 10px;
	background-image: none;
	background: #fff;
	boder-radius: 0px;
	border:1px solid #C0C0C0;}

/*CUSTOM SELECT end*/