html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, img {
	display: block;
}
body {
	line-height: 1;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
* {
	outline: none;
	padding: 0px;
	margin: 0px
}
*,
*:after,
*:before {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}

/*	General Styling
----------------------------------------------------------------------*/
body {
	margin: 0 auto;
	font-family: 'Roboto', sans-serif;
	font-size:14px;
	line-height:24px;
	color:#848484;
	background-color:#fff;
	font-weight: 400;
	overflow: hidden;
	overflow-y:scroll;
	overflow-x:hidden!important;
	-webkit-font-smoothing: antialiased !important;
    -moz-font-smoothing:antialiased !important;
    font-smoothing:antialiased !important;
    text-rendering:optimizeLegibility !important;
}
::selection{
	color:#fff;
	background:#5486da
}
::-moz-selection{
	color:#fff;
	background:#5486da
}
a {
	-webkit-transition: color 0.1s ease-in-out;
	transition: color 0.1s ease-in-out;
	text-decoration: none;
}
a:hover {
	-webkit-transition: color 0.1s ease-in-out;
	transition: color 0.1s ease-in-out;
	text-decoration: none;
}
a.inverse {
	color: #222222;
	-webkit-transition: color 0.1s ease-in-out;
	transition: color 0.1s ease-in-out
}
a.inverse:hover  {
	-webkit-transition: color 0.1s ease-in-out;
	transition: color 0.1s ease-in-out;
	text-decoration: none;
}
.active_link:hover {
	color: #ccc
}
h1, h2, h3, h4, h5, h6 {
	font-family:'Oswald', sans-serif;
	color:#435263;
	font-weight:400;
	margin-bottom: 16px;
}

h3 {
	font-size:18px;
	line-height:22px;
}
h4 {
	font-size:15px;
	line-height:19px;
}
h5 {
	font-size:15px;
	line-height:19px;
	font-weight:300;
}

p {
	margin-bottom: 20px;
	/* font-size:13px;
	line-height:22px; */
}
p:last-child {
	margin-bottom: 0
}
strong {
	font-weight: bold
}
em {
	font-style: italic
}

ul {
	padding: 0;
	padding-left: 30px; 
	margin: 0;
}

iframe {
	max-width: 100%;
}

textarea { 
	white-space:pre; 
}
.text-center { text-align: center !important; }

/*	Layout
----------------------------------------------------------------------*/
#body_wrapper {
	position: relative;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.container {
	width: 1200px;
	margin: 0 auto;
	position: relative;
}
.full {
	width: 100%;
	margin: 0 auto;
	background: #FFF !important;
}

.white-bg {
	background: #FFF !important;
}
.sidebar {
	position: relative;
}
/* map */
#map-wrapper {
	display:block; 
	width:100%; 
}
#map { 
	height:450px !important; 
	width:100%; 
	position:relative;
	display:block; 
	background: #D2CDC7;
}


/*	Clear Floated Elements
----------------------------------------------------------------------------------------------------*/
.clear {
	  clear: both;
	  display: block;
	  overflow: hidden;
	  visibility: hidden;
	  width: 0;
	  height: 0;
}
.clearfix:before,
.clearfix:after {
	  content: '\0020';
	  display: block;
	  overflow: hidden;
	  visibility: hidden;
	  width: 0;
	  height: 0;
}
.clearfix:after {
	clear: both;
}
.clearfix {
	zoom: 1;
}

/*	Margin and Padding
----------------------------------------------------------------------*/
.mi { margin-right: 5px !important }
.mr-10 { margin-right: 10px !important }
.mr-15 { margin-right: 15px !important }

.ml-10 { margin-left: 10px !important }

.ml-20 { margin-left: 20px !important }

.mt-10 { margin-top: 10px !important }

.mt-20 { margin-top: 20px !important }

.mb-10 { margin-bottom: 10px !important }

.mb-20 { margin-bottom: 20px !important }
.mb-30 { margin-bottom: 30px !important }

.mv-30 { margin-top: 30px !important; margin-bottom: 30px !important; }


.no-mb { margin-bottom: 0 !important}

.alpha { margin-left: 0 !important }


.pr-10 { padding-right: 10px !important}

.pt-50 { padding-top: 50px !important}

.pb-30 { padding-bottom: 30px !important}

.pv-15 { padding: 15px 0 !important}
.pv-20 { padding: 20px 0 !important}
.pv-30 { padding: 30px 0 !important}

.pv-50 { padding: 50px 0 !important}

.padding-20 { padding: 20px !important }


.alpha { margin-left: 0 !important }


.relative {position: relative !important}
.righter {float: right !important}
.lefter {float: left !important}
.hidden { display: none }
/* border */

.br2 { border-right: 1px solid #EBE8E6; }
.br3 { padding-top: 15px;  }



.bt { border-top: 1px solid #D2CDC7;} #footer .bt { border-top: 1px solid #4A535C;}

.bb2 { border-bottom: 1px solid #EBE8E6; }

/* font */
.line-h16px { line-height: 15px !important; margin-bottom: 13px !important;}

.font16 { font-size: 16px !important; }

.font300 { font-weight: 300 !important }
.text-bold, strong { font-family:"HelveticaNeue", "Helvetica Neue",Helvetica,Arial,sans-serif !important; font-weight: bold !important; }

.text-danger { color: #D74A46 !important }

.text-info { color: #5BC0DE !important }


/* Global */
.none{display:none;}
.block{display:block;}
.inline{display: inline;}
.left{float:left;}
.right{float:right;}
.center{margin:0 auto; text-align:center;}

.relative{position:relative;}
.absolute{position:absolute;}
.fixed{position:fixed!important;}




/*	Header
----------------------------------------------------------------------*/
#header {
	position : relative;
}
/* Top Header */

.top-header a.btn {
	color: #FFF;
}

.header-phone {
	position: relative;
	float: left;
	padding-top: 5px;
	padding-left: 13px;
}
.header-phone i {
	font-size: 14px;
	position: absolute;
	left: -7px;
	top: 7px;
}
/* currency */
.header-currency {
	position: relative;
	float: left;
	padding-top: 5px;
	height: 40px;
	margin: 0;
	margin-bottom: -20px;
}
.header-currency:after {
	content: "";
	width: 1px;
	height: 9px;
	border-left: 1px solid #EEF1F2;
	margin-left: 5px;
}
.header-currency i {
	font-size: 14px;
	text-decoration: none;
	border: 0;
	line-height: 12px;
	position: absolute;
	left: -5px;
	top: 5px;
}
.header-currency a {
	margin: 0px 0 0px 5px;
	-webkit-transition: all 0.1s ease;
	transition: all 0.1s ease;
	font-weight: 400;
	color: #FFF;
	padding-left: 5px;
}
.header-currency span {
	padding: 0px 0;
	display: inline;
	margin-top: -10px;
}
.currency-show {
	display: none;
	position: absolute;
	z-index: 1000;
	top: 27px;
	left: -5px;
	border: 1px solid #EEF1F2;
	background: #FFF;
	padding: 0;
	width: 100px;
	color: #95A5B4;
}
.currency-show a {
	border: none;
	margin: 0;
	display: block;
	line-height: 18px;
	padding: 0;
	padding-left: 20px;
	height: height;
	color: #95A5B4;
}
.currency-show a:hover {
	border: none;
	border-bottom: 1px solid #EEF1F2;
	color: #644F8F;
}
.currency-show a:last-child {
	border-bottom: none;
}
.currency-show ul { 
	list-style: none;
	padding: 0;
	margin: 0;
}
.currency-show ul  li {
	border-bottom: 1px solid #EEF1F2;
	margin: 0;
	padding: 5px 7px;
	position: relative;
}
.currency-show ul  li:last-child {
	border-bottom: 0;
}
.currency-show ul  li i {
	position: absolute;
	left: 8px;
}
/* select language */
.header-language {
	position: relative;
	float: right;
	padding-top: 5px;
	height: 35px;
	margin: 0;
	margin-bottom: -10px;
}
.header-language a {
	margin: 0px 0 2px 3px;
	-webkit-transition: all 0.1s ease;
	transition: all 0.1s ease;
	font-weight: 400;
	color: #FFF;
	padding-left: 20px;
}
.header-language a.english { background: url('images/defaults/english.png') no-repeat; }
.header-language a.portugues { background: url('images/defaults/portugues.png') no-repeat; }
.header-language a.espanol { background: url('images/defaults/espanol.png') no-repeat; }
.header-language a.italiano { background: url('images/defaults/italiano.png') no-repeat; }
.header-language span {
	padding: 0px 0;
	display: inline;
	margin-top: -20px;
}
.other_languages {
	display: none;
	position: absolute;
	z-index: 1000;
	top: 27px;
	right: -10px;
	border: 1px solid #EEF1F2;
	background: #FFF;
	padding: 0;
	color: #95A5B4;
}
.other_languages a {
	border: none;
	margin: 0;
	display: block;
	line-height: 14px;
	padding: 0;
	padding-left: 20px;
	color: #95A5B4;
}
.other_languages a:hover {
	border: none;
	border-bottom: 1px solid #EEF1F2;
	color: #644F8F;
}
.other_languages a:last-child {
	border-bottom: none;
}
.other_languages ul { 
	list-style: none;
	padding: 0;
	margin: 0;
}
.other_languages ul  li {
	border-bottom: 1px solid #EEF1F2;
	margin: 0;
	padding: 7px 12px;
}
.other_languages ul  li:last-child {
	border-bottom: 0;
}
/* login */
.header-login {
	float: right;
	padding-top: 5px;
	position: relative;
	padding-top: 5px;
	height: 40px;
	margin: 0;
	margin-bottom: -20px;
}
.header-login a {
	position: relative;
	padding-left: 13px;
}
.header-login i {
	font-size: 15px;
	position: absolute;
	left: -8px;
	top: 0;
}
.login_show {
	width: 200px;
	display: none;
	position: absolute;
	z-index: 1000;
	top: 27px;
	right: 0;
	border: 1px solid #EAECED;
	background: #FFF;
	padding: 15px 20px;
	color: #95A5B4;
}
.login_show label {
	padding-bottom: 5px;
	font-size: 12px;
}
.login_show a {
	color: #95A5B4;
}

/* Register */
.header-register {
	float: right;
	padding-top: 5px;
	position: relative;
	padding-top: 5px;
	height: 40px;
	margin: 0;
	margin-bottom: -20px;
}
.header-register a {
	position: relative;
	padding-left: 13px;
}
.header-register i {
	font-size: 15px;
	position: absolute;
	left: -8px;
	top: 0;
}
.register_show {
	width: 250px;
	display: none;
	position: absolute;
	z-index: 1000;
	top: 27px;
	right: 0;
	border: 1px solid #EAECED;
	background: #FFF;
	padding: 15px 20px;
	color: #95A5B4;
}
.register_show label {
	padding-bottom: 5px;
	font-size: 12px;
}
.register_show a {
	color: #95A5B4;
}
/* search */
.header-search {
	float: right;
}


#searchform .btn {
	width: 30px;
	height: 30px;
	overflow: hidden;
	text-indent: -999em;
	position: absolute;
	margin: 0;
	top: 0;
	right: 0;
	border: none;
	cursor: pointer; 
}
#searchform .btn:hover {}
/* in color file */

.search-toggle {
	width: 28px;
	height: 30px;
	font-size: 17px;
	cursor: pointer;
	color:#444!important;
	line-height:18px;
	padding: 8px 12px;
	background:none!important;
	z-index:999999!important;
	border:0px;	
}
.search-toggle:hover, .search-toggle:focus {
	color:#3D87B3!important;
}
.search-toggle i {
	position:relative;
}

/* socials */
.header-social {
	float: left;
	padding-top: 0px;
}
.social a {
	float: left;
	text-align: center;
	margin: 3px 0 0 3px;
	width: 24px;
	height: 24px;
	color: #DFDFDF;
	-webkit-transition: all 0.1s ease;
	transition: all 0.1s ease;
}
.social a i {
	padding: 0;
	display: block;
	border-radius: 2px;
	font-size: 14px;
	line-height: 22px;
	border: 1px solid #DFDFDF;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.with_color a i {
	color: #fff
}
.with_color a, .with_color a i {
	border-color: transparent !important
}
.social a:hover .fa-twitter, .social a:hover .icons-social-twitter, .with_color a .fa-twitter, .with_color a .icons-social-twitter { background: #00abdc }
.social a:hover .fa-facebook, .social a:hover .icons-social-facebook, .with_color a .fa-facebook, .with_color a .icons-social-facebook { background: #325c94 }

.social a:hover .fa-pinterest, .social a:hover .icons-social-pinterest, .with_color a .fa-pinterest, .with_color a .icons-social-pinterest { background: #d9031f }
.social a:hover .fa-instagram, .social a:hover .icons-social-instagram, .with_color a .fa-instagram, .with_color a .icons-social-instagram { background: #964b00 }

.social a:hover .fa-youtube, .social a:hover .icons-social-youtube, .with_color a .fa-youtube, .with_color a .icons-social-youtube { background: #d9031f }

.social a:hover i {color: #fff;border-color:#fff}
footer .social a { 
	width: 34px; 
	height: 34px; 
	margin: 0 0 5px 5px; 
}
footer .social a i { 
	font-size: 20px; 
	line-height: 28px; 
	border: 1px solid transparent;
}
footer .social a:hover i { 
	border: 1px solid transparent;
}

/* Main Header */
.large-header {
	position: relative;
	background: #FFF;
	z-index: 999;
}
/* logo */
.logo {
	float: left;
	margin: 5px 0 0 5px;
}
/* logo */ 
nav {
	padding-right: 40px;
}
/* superfish */
.sf-menu, .sf-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
	z-index: 999;
}
.sf-menu {
	line-height: 1.0;
	float: right;
	padding: 0;
	position: relative;
	margin: 0;
}
.sf-menu a {
	display: block;
	position: relative;
	color: #444;
	font-size: 13px;
	font-weight: 400;
	padding: 22px 24px 21px 20px;
	line-height: 18px;
	margin: 0;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	background: #FFF;
	font-family:'Oswald',sans-serif;
	text-transform: uppercase;
}

.sf-menu a span.icon {
	display: block;
	overflow: hidden;
	clear: both;
	position: absolute;
	left: 35%;
	top: 35px;
}
.sf-menu a span.icon i {
	display: block;
	text-align: center;
	font-size: 34px;
	margin: 0 auto;
}
.sf-menu ul {
	position: absolute;
	top: -999em;
	width: 182px;
}
.sf-menu li:hover { visibility: inherit }
.sf-menu li {
	float: left;
	position: relative;
	margin: 0;
	padding: 0
}
.sf-menu li.current > a {} /* in color file */
.sf-menu > li:hover > a, .sf-menu > li > a:hover {
	color: #FFF !important;
	background: #556C7D;
}
.sf-menu ul li { 
	width: 100%;
	margin: 0;
	padding: 10px 0;
	background: transparent;
}
.sf-menu li li.current {
	
}
.sf-menu li li.current a {
	background: none !important
}
.sf-menu li li {
	border-top: 1px solid #87989F;
	margin:0;
	padding: 0;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease
}
.sf-menu li li:first-child { border-top: 0; }
.sf-menu li li a {
	padding: 8px 15px;
	line-height: 18px;
	color: #FFF;
	text-transform: none;
	letter-spacing: 0;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	width: auto;
	height: auto;
	margin: 0;
	border:0;
	background: #556C7D;
	border-top: 0;
	font-family:'PT Sans',sans-serif;
	font-size: 13px;
}
.sf-menu li li a:hover {
	text-indent: -4px;
	padding: 8px 15px;
}
.sf-menu li li i {
	margin-right: 8px;
	font-size: 12px;
}
.sf-menu li li:hover > a, .sf-menu li li > a:hover, .sf-menu li li.current > a {
	border: 0;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left: 0px;
	z-index:	 999;
	top: 61px;
	padding: 0;
	background: transparent;
}
.sf-menu li li li:first-child { border-top: 1px solid transparent; }
.sf-menu li:hover ul li ul,
.sf-menu li.sfHover ul li ul, 
.sf-menu li:hover ul li ul li ul,
.sf-menu li.sfHover ul li ul li ul  {
	left: 172px;
	z-index: 999;
	top: -1px !important
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top: -999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left: 182px;
	top: -1px !important;
	padding: 0;
}
ul.sf-menu li:nth-child(5) li:hover ul,
ul.sf-menu li:nth-child(5) li.sfHover ul,
ul.sf-menu li:nth-child(6) li:hover ul,
ul.sf-menu li:nth-child(6) li.sfHover ul,
ul.sf-menu li:nth-child(7) li:hover ul,
ul.sf-menu li:nth-child(7) li.sfHover ul,
ul.sf-menu li:nth-child(8) li:hover ul,
ul.sf-menu li:nth-child(8) li.sfHover ul,
ul.sf-menu li:nth-child(9) li:hover ul,
ul.sf-menu li:nth-child(9) li.sfHover ul,
ul.sf-menu li:nth-child(10) li:hover ul,
ul.sf-menu li:nth-child(10) li.sfHover ul {
	left: -182px;
	top: -1px !important;
	padding: 0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top: -999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left: 172px;
	top: 0;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	outline: 0;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	-webkit-animation: lr 0.4s;
	animation: lr 0.4s;
}
@-webkit-keyframes lr {
	0% {opacity: 0;-webkit-transform: translateX(-20px);}
	100% {opacity: 1;-webkit-transform: translateX(0);}
}
@keyframes lr {
	0% {opacity: 0;transform: translateX(-20px);}
	100% {opacity: 1;transform: translateX(0);}
}
/*** arrows **/
.sf-menu a.sf-with-ul {padding-right: 18px;min-width: 1px}
.sf-sub-indicator {
	position: absolute;
	display: block;
	overflow: hidden;
}
a > .sf-sub-indicator { 
	position: absolute;
	right: -2px;
	bottom: 7px;
	font-size: 12px;
	display: none;
}
li li a .sf-sub-indicator { 
	top: 10px;
	right: 1%;
	font-size: 12px;
	display: inline;
}
/* Mega Menu */

ul.mega li.title {
	background: #556C7D;
	font-weight: 400;
	font-size: 16px;
	line-height: 28px;
	color: #FFF;
	padding: 7px 10px 7px 17px;
	text-transform: uppercase;
	font-family:'Oswald',sans-serif;
}

/* menu for mobile */
#mobilepro {
	font-size: 20px;
	font-weight: bold;
	display: none;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
	padding: 4px 8px;
	cursor: pointer;
	float: right;
	background-color: #BC6882;
	color: #FFF;
	margin: 12px 0 8px;
}
.subarrow {
	display: none
}
/* Sticky */
.sticky {
	position: fixed !important;
	z-index: 1000;
	top: 0;
	left:0;
	width: 100%;
}
.sticky .logo {
	margin: 2px 10px !important
}
.sticky .sf-menu {
	margin: 16px 0 !important
}
.sticky .search {
	margin: 20px 0 20px 20px !important
}
.sticky .logo img{
	width: 100px;
	margin-top: 10px;
}
.sticky .sf-menu {
	padding-bottom: 0px;
	margin-top: 10px;
}
.sticky .sf-menu a {
	padding: 0px 10px;
	border-top: 2px solid transparent;
}
.sticky .sf-menu li li a {
	border-top: 0;
}
.sticky .sf-menu a span.icon {
	display: none;
}
.sticky .sf-menu li li a {
	padding: 8px 15px;
}
.sticky .sf-menu > li:hover > a, .sticky  .sf-menu > li > a:hover {
	border-top: none;
	background: #FFF;
	color: #444;
}
.sticky .sf-menu li:hover ul,
.sticky .sf-menu li.sfHover ul {
	top: 37px;
}
.sticky .search-wrapper button {
	top: 6px;
}
.sticky #search-collapse {
	top: 40px;
}
/*	Sliders
----------------------------------------------------------------------*/


/*	Page Content
----------------------------------------------------------------------*/
#content_wrapper {
	margin: 0;
	background: #D2CDC7;
}
/* Page Title */
#page_title {
	background: #525F6B;
	color: #FFF;
	padding: 15px 0;
}
.page-name {
	float: left;
	font-size: 18px;
	line-height: 24px;
	padding: 0;
	margin: 0;
}
.breadcrumb {
	background: transparent;
	float: right;
	padding: 0;
	margin: 0;
	font-size: 12px;
	text-transform: uppercase;
}
.breadcrumb a {
	position: relative;
	color: #FFF;	
	padding-right: 16px;
}
.breadcrumb a:after {
	content: "/";
	font-size: 11px;
	position: absolute;
	top: -4px;
	right: 5px;
}
.breadcrumb .current-page {
	color: #C7BB6E;
}
/*	Elements (Shortcodes)
----------------------------------------------------------------------*/
/* Title */
.col-title {
	padding: 0;
	margin: 0;
	border-bottom: 1px solid transparent;
}

.section-title {
	position: relative;
}
/* Block Quotes */

  .boton_personalizado{
    text-decoration: none;
    padding: 10px;
    font-weight: 600;
    font-size: 20px;
    color: #ffffff;
    background-color: #1883ba;
    border-radius: 6px;
    border: 2px solid #0016b0;
	cursor: pointer;
  }

  
/* buttons */
.btn {
	border-radius: 0;
	transition: 0.2s all ease; 
	-moz-transition: 0.2s all ease; 
	-webkit-transition: 0.2s all ease; 
	-o-transition: 0.2s all ease; 
	-ms-transition: 0.2s all ease;
}
.btn-primary, .btn-info, .btn-warning,
.btn-danger, .btn-success {
	border: 0;
}
.btn-primary {} /* in color file */
.btn-primary:hover {} /* in color file */
.btn:hover {
	border-left: 2px solid #D2DEE4;
	text-indent: -2px;
}
/* Modal */
.modal-content {
	border-radius: 0;
	padding: 0 10px 10px;
	color: #7A7A7A;
	font-size: 13px;
	line-height: 28px;
	font-weight: 400;
}
/* hr */
hr.line {
	margin-bottom: 32px;
}
	
hr.theme20-1, div.gr-style {
	border: 0;
	height: 1px;
	background-image: -webkit-linear-gradient(left, rgba(242,234,223,0), rgba(138,110,73,1), rgba(242,234,223,0)); 
	background-image:    -moz-linear-gradient(left, rgba(242,234,223,0), rgba(138,110,73,1), rgba(242,234,223,0)); 
	background-image:     -ms-linear-gradient(left, rgba(242,234,223,0), rgba(138,110,73,1), rgba(242,234,223,0)); 
	background-image:      -o-linear-gradient(left, rgba(242,234,223,0), rgba(138,110,73,1), rgba(242,234,223,0)); 
	margin-bottom: 20px;
}
/* Form */
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  vertical-align: middle;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #D2CDC7;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: none;
          transition: none;
}
.form-control:focus {
  border-color: #3C454E;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
/* Paging */

.paging .pagination li.active a {} /*	Footer */

/*	Footer
----------------------------------------------------------------------*/
#footer {
	background: #3C454E;
	color: #959EA8;
}
.primary-footer { position: relative; }
.bottom-footer {
	background: #3C454E;
	position: relative;
}
#footer a { 
	color: #959EA8;
	-webkit-transition: color 0.1s ease-in-out;
	transition: color 0.1s ease-in-out
}
#footer a:hover { color:#D4DBE5; }
/* Newsletter */

.newsletter .btn:hover {
	border-left: 0;
	text-indent: 0;
}

/* Phone Number */
footer .phone-number {
	font-size: 26px;
	line-height: 28px;
	font-weight: 300;
	margin: 15px 0 10px 0;
}
/* Copy Right */

/* toTop */
#toTop {
	position: absolute;
	right: 0;
	top: 15px;
	width: 26px;
	height: 26px;
	color: #3C454E;
	margin: 0;
	cursor: pointer;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	background: #959EA8;
}
#toTop i {
	padding: 0 0 0 4px;
	display: inline;
	font-size: 18px;
	line-height: 28px;
}
#toTop:hover {} /* in color file */
.footer-small #toTop {
	right: 0;
	top: 20px;
}
/*	Widgets
----------------------------------------------------------------------*/
.widget-title {
	font-weight: 400;	
}
footer h4.widget-title {
	color:#D4DBE5;
	font-size: 24px;
	font-weight: 300;
}
ul.link-list {
	list-style: none;
	padding: 0;
	margin: 0;
}
ul.link-list li {
	padding-left: 20px;
	position: relative;
}
ul.link-list li:before {
	font-family: 'ElegantIcons';
	content: "\45";
	position: absolute;
	left: 0px;
	font-size: 13px;
	line-height: 25px;
	transition: 0.2s all ease; 
	-moz-transition: 0.2s all ease; 
	-webkit-transition: 0.2s all ease; 
	-o-transition: 0.2s all ease; 
	-ms-transition: 0.2s all ease;
}
ul.link-list li:hover { text-indent: -2px; }
footer ul.link-list { margin-top: 15px; }
footer .link-list a {
	color:#999;
}


/* Twitter Lists */
ul.tweet-widget {
	list-style: none;
	padding: 0;
	margin: 0;
}
ul.tweet-widget li {
	padding-left: 40px;
	position: relative;
	border-bottom: 1px solid #F5F5F2;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
ul.tweet-widget li:last-child {
	border-bottom: 0;
	padding-bottom: 0;
	margin-bottom: 0;
}


/* Help List */
ul.help-list {
	list-style: none;
	padding: 0;
	margin: 0;
}
ul.help-list li {
	padding: 5px 0;
	padding-left: 60px;
	position: relative;
	border-top: 1px solid #EBE8E6;
}
ul.help-list li span {
	font-weight: bold;
	color: #3C454E;
	position: absolute;
	left:0;
	top: 5px;
}
/* Summary list */


/* Recent Post */
.recent-post {
	width: 100%;
	margin-bottom: 25px;
	overflow: hidden;
	background: #FFF;
	
}
.recent-post img {
	border: 0;
	height: auto;
	max-width: 100%;
	-ms-interpolation-mode: bicubic !important;
}

.recent-post-wrapper {
	padding: 20px 20px 5px 60px;
	position: relative;
}
.recent-post-wrapper h4 {
	margin-bottom: 10px;
}


/*	Plugins Stylish
----------------------------------------------------------------------*/

/* Page Loader */
#preloader {
	position: fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background-color:#fff; /* change if the mask should have another color then white */
	z-index:99999; /* makes sure it stays on top */
}

#status {
	width:200px;
	height:200px;
	position:absolute;
	left:50%; /* centers the loading animation horizontally one the screen */
	top:50%; /* centers the loading animation vertically one the screen */
	background-image:url(images/defaults/status.gif); /* path to your loading animation */
	background-repeat:no-repeat;
	background-position:center;
	margin:-100px 0 0 -100px; /* is width and height divided by two */
}
/* Accordion, Toggle */

.accordion-head,
.toggle-head {
	position: relative;
	padding: 10px 0 10px 60px;
	margin: 8px 0 0 0;
	font-size: 14px;
	cursor: pointer;
	border-bottom: 0;
	color: #fff;
	background: #2c3337;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
.accordion-head i,
.toggle-head i {
	padding-right: 8px;
}
.sub-accordion:first-child .accordion-head,
.sub-toggle:first-child .toggle-head {
	margin: 0;
}
.active .accordion-content,
.active .toggle-content {
	border: 0;
	-webkit-animation: fadeInDown 0.4s;
	animation: fadeInDown 0.4s
}
.active .icon-minus-sign {
	-webkit-animation: fadeInDown 0.4s;
	animation: fadeInDown 0.4s
}
.active .icon-plus-sign {
	-webkit-animation: fadeInDown 0.4s;
	animation: fadeInDown 0.4s
}
.accordion-content,
.toggle-content {
	padding:16px;
	overflow:hidden;
}
.accordion-head-sign,
.toggle-head-sign {
	margin: 0;
	background: #5486DA;
	color: #FFF;
	position: absolute;
	left: 0;
	top: 0;
	padding: 10px 16px;
}
.accordion-head-sign i,
.toggle-head-sign i {
	padding: 0;
	margin: 0;
}
/* Another Toggle - Always opened */
.another-toggle {
	margin-bottom:5px;
	display: block;
	background: #FFF;
	padding: 20px;
}
.another-toggle h5 {
	color: #434343;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 400;
	margin-bottom: 0px;
	background: url(images/defaults/filter-close.png) no-repeat right 2px;
	cursor: pointer;
}
.another-toggle h5.active {
	background:url(images/defaults/filter-open.gif) no-repeat right 2px;
}
.another-toggle .another-toggle-inner {
	display:none;
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px solid #D2CDC7;
}
.another-toggle .counting{
	position: absolute;
	right: 0;
	top: 0;
}

/* Tabs */
.tabs {
	display:block;
	padding:0;
	list-style:none;
}
.tabs li {
	display:block;
	width:auto;
	padding:0;
	float:left;
	margin: 0 2px 0 0;
}
.tabs li a {
	display: block;
	padding: 10px 20px;
	margin: 0;
	font-size: 16px;
	cursor: pointer;
	color: #FFF;
	background: #A59B8E;
}
.tabs li a:focus {
  outline: none;
}
.tabs li a.active {
	background: #FFF;
	text-decoration: none;
}
.tabs-content {
	padding: 25px 20px 20px;
	display: block;
	list-style: none;
	background: #FFF;
}
.tabs-content img {
	border-radius: 0px
}
.tabs-content > li {
	display:none
}
.tabs-content > li.active {
	display:block;
	overflow:hidden;
	-webkit-animation: fadeInDown 0.4s;
	animation: fadeInDown 0.4s
}
.tabs:before,
.tabs:after {
	content:'\0020';
	display:block;
	overflow:hidden;
	visibility:hidden;
	width:0;
	height:0;
}
.tabs:after {
	clear:both;

}
@keyframes prot {
	20%, 40%, 60%, 80%, 100% { transform-origin: top center; }
	20% { transform: rotate(15deg); }	
	40% { transform: rotate(-10deg); }
	60% { transform: rotate(5deg); }	
	80% { transform: rotate(-5deg); }	
	100% { transform: rotate(0deg); }
}
@-webkit-keyframes prot {
	20%, 40%, 60%, 80%, 100% { -webkit-transform-origin: top center; }
	20% { -webkit-transform: rotate(15deg); }	
	40% { -webkit-transform: rotate(-10deg); }
	60% { -webkit-transform: rotate(5deg); }	
	80% { -webkit-transform: rotate(-5deg); }	
	100% { -webkit-transform: rotate(0deg); }
}


/* Progress */
.progress-bar {
	width: 100%;
	height: 16px;
	text-align: left;
	position: relative;
	margin-top: 40px;
	box-shadow: none;
	border-radius: 6px;
	background: #F7F7F7;
}
.progress-bar span {
	display: inline-block;
	height: 100%;	
	background-color: #5486da;
	-webkit-transition: width .4s ease-in-out;
	transition: width .4s ease-in-out;    
}
.stripes span {
	border-radius: 6px;
	-webkit-background-size: 30px 30px;
	-moz-background-size: 30px 30px;
	background-size: 30px 30px;			
	background-image: -webkit-gradient(linear, left top, right bottom,
						color-stop(.25, rgba(255, 255, 255, .15)), color-stop(.25, transparent),
						color-stop(.5, transparent), color-stop(.5, rgba(255, 255, 255, .15)),
						color-stop(.75, rgba(255, 255, 255, .15)), color-stop(.75, transparent),
						to(transparent));
	background-image: -webkit-linear-gradient(135deg, rgba(255, 255, 255, .15) 25%, transparent 25%,
						transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%,
						transparent 75%, transparent);
	background-image: -moz-linear-gradient(135deg, rgba(255, 255, 255, .15) 25%, transparent 25%,
						transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%,
						transparent 75%, transparent);
	background-image: -ms-linear-gradient(135deg, rgba(255, 255, 255, .15) 25%, transparent 25%,
						transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%,
						transparent 75%, transparent);
	background-image: -o-linear-gradient(135deg, rgba(255, 255, 255, .15) 25%, transparent 25%,
						transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%,
						transparent 75%, transparent);
	background-image: linear-gradient(135deg, rgba(255, 255, 255, .15) 25%, transparent 25%,
						transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%,
						transparent 75%, transparent);            
	-webkit-animation: animate-stripes 3s linear infinite;
	-moz-animation: animate-stripes 3s linear infinite;
}
@-webkit-keyframes animate-stripes { 
	0% {background-position: 0 0;} 100% {background-position: 60px 0;}
}
@-moz-keyframes animate-stripes {
	0% {background-position: 0 0;} 100% {background-position: 60px 0;}
}
.progress-bar  .progress-bar-text {
	position: absolute;
	bottom: 17px;
	left: 0;
	font-size: 13px;
	color: #6D6D6D;
	text-shadow: none;
	width: 100%;
}
.progress-bar  .progress-bar-text > span {
	background: none;
	float: right;
}
/* Notification Boxes */

a.notification-close {
	position: absolute;
	right: 20px;
	top: 15px;
	font-size: 12px;
	color: #FFF;
}


/* icheck - custom checkob amd radio*/
.styled-checkbox, .styled-radio {
	padding: 0;
	padding-left: 25px; 
	margin: 0;
	margin-bottom: 11px;
	line-height: 14px;
	display: block;
	position:relative;
	width: 100%;
	
}
.styled-checkbox.inline, .styled-radio.inline {
	display: inline;
	padding-right: 10px;
	float: left;
}
.icheckbox, .iradio {
	position:absolute;
	top:0;
	left:0;
    display: block;
    margin: 0;
    padding: 0;
    width: 15px;
    height: 15px;
    background: url(images/defaults/check-radio.png) no-repeat;
	z-index:10;
    border: none;
    cursor: pointer;
}

.icheckbox {
    background-position: 0 0;
}


.iradio {
    background-position: -75px 0px;
}
/* Retina support */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
       only screen and (-moz-min-device-pixel-ratio: 1.5),
       only screen and (-o-min-device-pixel-ratio: 3/2),
       only screen and (min-device-pixel-ratio: 1.5) {

    .icheckbox,
    .iradio {
        background-image: url(images/defaults/check-radio@2x.png);
        -webkit-background-size: 240px 24px;
        background-size: 240px 24px;
    }
}

/* Date Picker */
.datepicker-wrapper {
	position: relative;
}
.datepicker-wrapper i {
	position: absolute;
	right: 10px;
	top: 5px;
}


/* Custom Select */
.customSelect {
	/* This is the default class that is used */
	/* Put whatever custom styles you want here */
	background:url('images/defaults/select.png') #fff no-repeat right;
	border:1px solid #D2CDC7;
	color: #999;
}

/*** Price Range **/

#start-val,
#end-val {
    display: inline-block;
    border: none;
    float: left;
    padding: 0;
    color: #000;
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
    max-width: 50px;
}
#end-val {
   float: right;
   text-align: right;
}
/*** nouislider style (used in priccing range) **/


/*** rating **/
.rating-static {
	width: 75px;
	height: 13px;
	display: block;
	background: url('images/defaults/star-rating.gif') 0 0 no-repeat;
	margin: 0;
	margin-top: -2px;
}

.rating-static.no-margin {
	margin: 0;
}

.rating-50, .white.rating-50, .user.rating-50  { background-position: 0px 0; }
.rating-40, .white.rating-40, .user.rating-40 { background-position: -15px 0; }

.rating-10, .white.rating-10, .user.rating-10 { background-position: -60px 0; }

.rating-25, .white.rating-25, .user.rating-25  { background-position: -30px -13px; }

.rating-45, .white.rating-45, .user.rating-45  { background-position: -0px -13px; }


/** Hotel Facilities **/
ul.hotel-facility {
	margin: 0px;
	padding: 0px;
	list-style: none;	
}



/*	Contact 
----------------------------------------------------------------------------------------------------*/
#contactForm span {
	margin: 11px 10px;
	display: inline-block;
	color: #F00;
}
#contactForm span strong {
	color: #F00;
}
#contactForm i {
	color: #fff;
	margin: 0 10px 0 0
}
#contactForm #senderName, 
#contactForm #senderEmail {
	display: block;
	width: 100%;
	border: 1px solid #FFF;
	padding: 0 10px;
	background: #FFF;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
#contactForm #message {
	display: block;
	width: 100%;
	border: 1px solid #FFF;
	padding: 16px 10px;
	background: #FFF;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
#contactForm #senderName:focus, 
#contactForm #senderEmail:focus, 
#contactForm #message:focus {
	background: #fff;
}
#contactForm #senderEmail {
	float: right;
}
.fieldtrue {
	border: 1px solid #1ABC5B !important
}
.fielderror {
	border-color: #F00 !important;
}

ul.contact-details {
	list-style: none;
	padding: 0;
}
ul.contact-details li {
	padding-left: 25px;
	line-height: 26px;
	position: relative;
	margin-bottom: 5px;
}
ul.contact-details li i {
	position: absolute;
	left: -2px;
	top: 0px;
	font-size: 18px;
}

/*	List and Details Page
----------------------------------------------------------------------------------------------------*/

/*** Sort By Wrapper **/
.sort-by-wrapper {
	background: #FFF;
	padding: 20px;
	overflow: hidden;
}
.sort-by-text {
	float: left;
	font-size: 18px; 
	line-height: 32px;
}
.sort-by-wrapper .sort-option {
	width: 120px;
	float: left;
}
ul.sort-nav {
	list-style: none;
	padding: 0;
	margin: 0;
	float: right;
}
ul.sort-nav li {
	float: left;
	margin-left: 10px;
	position: relative;
}
ul.sort-nav li a {
	width: 34px;
	height: 34px;
	background: #D2CDC7;
	color: #A59B8E;
	float: left;
}
ul.sort-nav li a:hover, ul.sort-nav li.active a {
	color: #FFF;
}
ul.sort-nav li i {
	position: absolute;
	top: 9px;
	left: 8px;
	font-size: 18px;
	line-height: 1;
}
.hotel-count {
	background: #FFF;
	padding: 23px 20px;
	line-height: 20px;
}
.hotel-count span { display: block; }


/*Search Filters - Radio Styled*/
.search-filter {
	background: #FFF;
	padding: 25px 20px 15px;
}
.search-filter .search-tabs {
	display:block;
	padding:0;
	list-style:none;
}
.search-filter .search-tabs li {
	display:block;
	width:auto;
	padding:0;
	float:left;
	margin: 0;
	color: #333;
}
.search-filter .search-tabs li:nth-child(odd) {
	width: 95px;
}
.search-filter .search-tabs li:nth-child(even) {
	width: 130px;
}
.search-filter .search-tabs li {
}
.search-filter .search-tabs li a {
	padding: 0;
	margin: 0;
	cursor: pointer;
	color: #dbdbdb;
	border: 0;
	color: #333;
	padding-left: 15px;
	background:url('images/defaults/search-filter-unchecked.png') no-repeat 0 0;
}
.search-tabs li a.active {
	border: 0;
	background:url('images/defaults/search-filter-checked.png') no-repeat 0 0;
}

.search-tabs-content > li.active {
	display:block;
	overflow:hidden;
	-webkit-animation: fadeInDown 0.4s;
	animation: fadeInDown 0.4s
}

@keyframes prot {
	20%, 40%, 60%, 80%, 100% { transform-origin: top center; }
	20% { transform: rotate(15deg); }	
	40% { transform: rotate(-10deg); }
	60% { transform: rotate(5deg); }	
	80% { transform: rotate(-5deg); }	
	100% { transform: rotate(0deg); }
}
@-webkit-keyframes prot {
	20%, 40%, 60%, 80%, 100% { -webkit-transform-origin: top center; }
	20% { -webkit-transform: rotate(15deg); }	
	40% { -webkit-transform: rotate(-10deg); }
	60% { -webkit-transform: rotate(5deg); }	
	80% { -webkit-transform: rotate(-5deg); }	
	100% { -webkit-transform: rotate(0deg); }
}


/*	Product Items 
----------------------------------------------------------------------------------------------------*/
.list-item {
	width: 100%;
	margin-bottom: 25px;
	overflow: hidden;
}
.list-item img {
	border: 0;
	height: auto;
	max-width: 100%;
	-ms-interpolation-mode: bicubic !important;
}
.list-item-image {
	position: relative;
	overflow: hidden;
}

.list-item-image img {
	-webkit-transition: -webkit-transform .25s ease-in-out;
			transition: transform .25s ease-in-out;
}		
.list-item-image:hover img {
	-webkit-transform: scale(1.2);
			transform: scale(1.2);
}
.link-image {
	position: relative;
	display: block;
	cursor: pointer;
	font-size: 0;
	-webkit-backface-visibility: hidden;
}	
.image-inner img { display: block; }		
.image-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
	overflow: hidden;
	width: 100%;
	height: 100%;
	text-align: center;
	opacity: 0;
	filter: alpha(opacity = 0);
	background-color: rgba(0, 194, 169, 0.1);
	-webkit-transition: opacity .25s ease, background-color .45s ease;
			transition: opacity .25s ease, background-color .45s ease;
}
		
.list-item-image:hover .image-overlay { 
	opacity: 1;
	filter: alpha(opacity = 80);
}

.image-overlay:before {
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	content: "";
}
.overlay-content {
	display: inline-block;
	vertical-align: middle;
	color: #fff;
}	
.overlay-icon  { 
	margin-bottom: 6px;
	color: #fff;
	border: 1px solid #FFF;
	padding: 15px 15px 5px 15px;
}
.overlay-icon   i {
	color: #fff;
	font-size: 34px !important;
}

.list-item-label {
	width: 100%;
	display: block;
	Background: #FFF;
	padding: 15px 20px; 
	position: relative;
	color:#848484;
}
.list-style .left {
	padding-right: 110px; 
}
.list-style .right {
	border-left: 1px solid #EBE8E6;
	position: absolute;
	top: 0px;
	right: 0;
	height: 196px;
	width: 110px;
}
.list-item-label h4 {
	margin-bottom: 0px;
	padding-right: 55px;
	color:#435263;
}
.list-item-label h4 a { color:#435263; }
.list-item-label h4 a:hover { } /* in color file */
span.list-item-location {
	margin-bottom: -10px;
	line-height: 13px;
	font-size: 13px;
}
.list-item-price {
	position: absolute;
	top: 17px;
	right: 20px;
	color: #C77A6E;
	font-size: 22px;
	line-height: 1.1;
}
.list-item-price a {
	font-size: 16px;
	position: absolute;
	top: -4px;
	right: 0px;
	padding: 2px 4px 2px 4px;
	border-radius: 50%;
}
.list-item-price a:hover {
	color: #FFF;
}

.list-item-price span {
	font-size: 12px;
	color: #333;
	display: block;
}
.list-item-meta {
	border-top: 1px solid #EBE8E6;
	border-bottom: 1px solid #EBE8E6;
	position: relative;
	display: block;
	width: 100%;
	padding: 10px 0 10px;
	margin: 10px 0;
}

.list-item-review {
	position: absolute;
	right: 0;
	top: 3px;
	font-size: 13px;
}

.list-item-details {
	margin-bottom: 15px;
	line-height: 20px;
}
.list-item-save {
	color: #C77A6E;
	padding-right: 40px;
	border-top: 1px solid #EBE8E6;
	padding-top: 13px;
}

.list-item a.btn {
	background: #BBB4AB;
	color: #FFF;
	transition: 0.2s all ease; 
	-moz-transition: 0.2s all ease; 
	-webkit-transition: 0.2s all ease; 
	-o-transition: 0.2s all ease; 
	-ms-transition: 0.2s all ease;
	padding: 5px 15px;
	line-height: 16px;
	display: block;
}
.list-item a.btn:hover {
	background: #5A379E;
	color: #FFF;
	border-left: 0;
}
.list-style  a.btn {
	margin-top: 110px;
	margin-left: 15px;
	bottom: 15px;
	right: 20px;
	padding: 2px 8px;
	text-indent: 0;
	border-left: 0;
}
/*** Product style 2 **/

.product-2 .list-item-label  {
	padding: 10px 20px 15px;
}
.product-2 .list-item a.btn {
	position: absolute;
	bottom: 15px;
	right: 20px;
	padding: 2px 6px;
	text-indent: 0;
	border-left: 0;
}
/*** Product style 3 **/
.product-3 .list-item-label h4 {
	padding-right: 0;
	margin-bottom: 7px;
}
.product-3 .list-item-price {
	position: relative;
	margin-top: -45px;
	right: 0px;
	float: right;
}
.product-3 .list-item-price a {
	color: #FFF;
	font-size: 16px;
	position: relative;
	top: -0;
	right: 0px;
	background: #BBB4AB;
	padding: 3px 7px;
	margin-left: 5px;
	transition: 0.2s all ease; 
	-moz-transition: 0.2s all ease; 
	-webkit-transition: 0.2s all ease; 
	-o-transition: 0.2s all ease; 
	-ms-transition: 0.2s all ease;
	border-radius: 0;
	border: 0;
}
.product-3 .list-item-price a:hover {}
/* in color file */

.product-3 .list-item-details {
	margin-bottom: 10px;
}
/*** Product style 4 **/



/*** Product style 5 - List Style **/
.list-item-list { overflow: hidden; padding: 0; margin-bottom: 20px; }
.list-item-list .list-item-image {
	width: 270px;
	float: left;
	margin: 0;
	padding: 0; 
}
.list-item-list .list-item-image img { margin: 0; padding: 0 }
.list-item-list .list-item-label {
	margin: 0;
	float: left;
	width: 600px;
	padding-left: 15px;
	height: 195px;
	float: right;
	position: relativel;
}
.list-item-list ul.hotel-facility {
	position: absolute;
	right: 15px;
	top: 15px;
}
.lil-meta { /* lil=list-item-list*/
	border-top: 1px solid #EBEBEB;
	margin-right: -5px;
	padding-top: 9px;
	display: block;
	position: absolute;
	right: 20px;
	left: 15px;
	bottom: 5px;
}
.lil-meta span {
	display: inline-block;
	margin-top: 3px;
}
.lil-meta .lil-price {
	display: inline-block;
	font-size: 20px;
	line-height: 28px;
	float: right;
	color: #C77A6E;
}
.lil-meta .lil-price span {
	font-size: 12px;
	color: #848484;
}
.lil-meta a.btn {
	float: right;
	background: #5A379E;
	color: #FFF;
	transition: 0.3s all ease; 
	-moz-transition: 0.3s all ease; 
	-webkit-transition: 0.3s all ease; 
	-o-transition: 0.3s all ease; 
	-ms-transition: 0.3s all ease;
	padding: 3px 25px;
}
.lil-meta a.btn:hover {
	background: #725AA3;
	border-left: 0;
	text-indent: 2px;
}


/** Detail SLider **/
#detail-slider {
	background: #FFF;
	float: left;
	width: 100%;
	overflow: hidden;
	padding: 0;
	margin: 0;
}
#detail-slider .title {
	font-weight: bold;
	padding: 10px 0;
	margin: 0;
}

#details-slider-images {
	display:none;
	float:left;	
	overflow: hidden;
	padding: 0 50px;
	width: 100%;
}
#right,
#left {
	position: absolute;
	top: -1px;
}
#left {
	left: -1px;
}
#right {
	right: -1px;
}
.panel {
	position: relative;
	width: 100%;
}
#right a img,
#left a img {
	height:40px;
	width:20px;
	border:none;
	opacity:0.8;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter:alpha(opacity=80);
}
#right a:hover img,
#left a:hover img {
	opacity:1;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter:alpha(opacity=100);
}
#right a,
#left a {
	outline:none;
}
#left .left-arrow,
#right .right-arrow {
	display: block;
	width: 40px;
	padding: 60px 0;
	margin-top: 0;
	position: relative;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
#left .left-arrow:after,
#right .right-arrow:after {
	content: "";
	width: 16px;
	height: 24px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -12px 0 0 -8px;
	background: url(images/defaults/detail-slider-nav.png) no-repeat;
}
.svg #left .left-arrow:after,
.svg #right .right-arrow:after {
	background-image: url(images/defaults/detail-slider-icons.svg);
}
#left .left-arrow:after {
	background-position: 0 0;
}
#right .right-arrow:after {
	background-position: -16px 0;
}
#left .left-arrow:hover,
#right .right-arrow:hover {
	opacity: 0.8;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter:alpha(opacity=80);
}
#right a.right-arrow {
	background-position: right top;
}
.panel {
	margin: 0;
}
ul.exposureThumbs {
	/* background:#333;
	border:3px solid #333;
	border-right:none; */
	padding:0;
	margin: 17px 0 7px;
	margin-left: 1px;
	list-style-type:none;
}
ul.exposureThumbs li {
	background:#111;
	margin: 0px 5px 10px 5px;
	padding:0;
	text-align:center;
	display:none;
	float:left;
	width: 143px;
}
ul.exposureThumbs li img {
	cursor:pointer;
}
ul.exposureThumbs li.last {

}
.exposureTarget {
	width:800px;
	height:600px;
	background-color:#111;	
	background-image:url(images/defaults/detail-slider-loader.gif);
	background-repeat:no-repeat;
	background-position:center center;
	padding:0;
	margin:0 auto;
	position:relative;
	overflow:hidden; 
}
.exposureWrapper {
	position:absolute; 
	top:0; 
	left: 0;
	width: 870px;
	height: 490px;
}
.exposureWrapper img {
	cursor:pointer;
	position:absolute;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
}

.exposureData {
	position:absolute;
 	left:0;
 	right:0;
 	bottom:0;
	padding:7px 15px;
	background-image:url(images/defaults/detail-slider-veil.png);
	color:#fff;
	font-size:14px;
}
/* In this demo we are using thumbs with fixed size */
.exposureSlideshowControls a {
	font-size:11px;
	color:#bba;
	text-decoration:none;
	outline:none;
	padding:2px 6px;
	display:inline;
}
.exposureSlideshowControls a:active,
.exposureSlideshowControls a:hover {
	background-color:#999;
	color:#444;
}
@media only screen and (max-width: 980px) {

	
	#exposure {
		width: auto !important;
		height: auto !important;
		position: relative;
	}

	.exposureWrapper .exposureCurrentImage,
	.exposureWrapper {
		position: relative;
		width: 100%;
		height: 100%;
	}

	.exposureWrapper .exposureLastImage {
		display: none !important;
	}
}

ul.check-in-out {
	list-style: none;
	padding-left: 15px;
}
ul.check-in-out li {
	width: 210px;
	text-align: left;
}
ul.check-in-out li span {
	color: #027EBA;
	text-align: right;
	float: right;
	font-weight: 500;
}
ul.check-in-out li span:before {
	content : ":";
	color: #027EBA;
	padding-right: 17px;
}
ul.address {
	list-style: none;
	padding-left: 15px;
}
ul.address li i {
	font-size: 18px;
	padding-right: 7px;
}
ul.facilities {
	list-style: none;
	padding-left: 15px;
	margin-bottom: 20px;
} 
ul.facilities li {
	background: transparent url(images/defaults/check-list.png) no-repeat;
	padding-left: 24px;
	padding-bottom: 2px;
	line-height: 20px;
	width: 240px;
	display: inline-block;
	font-size: 14px;
}
ul.facilities li.checked {
	background: transparent url(images/defaults/checked-list.png) no-repeat;
}




.ave-rate {
}
.ave-rate span {
	font-size: 36px;
}

p.ave-rate span {
	font-size:38px;
	line-height:38px;
	float:left;
	display:inline-block;
	width: 100px;
}

.progress {
	position: relative;
	height: 25px;
	margin: 7px 0;
}
.progress span.desc {
	color: #FFF;
	position: absolute;
	left: 10px;
	top: 5px;
	font-size: 13px;
	line-height: 13px;
}

ul.user-review {
	list-style: none;
	padding: 0;
}
ul.user-review li {
	display: block;
	overflow: hidden;
	padding: 25px 0;
	border-bottom: 1px solid #EBE8E6;
}

ul.user-review li .left {
	width: 25%;
	float: left;
	text-align: center;
	padding: 0 15px;
	border-right: 1px solid #EBE8E6;
}
ul.user-review li .left span {
	display: block;
}
ul.user-review li .right {
	width: 75%;
	float: left;	
	padding-left: 30px;
}
ul.user-review li .right h5 {
	margin: 0;
	margin-top: 5px;
	font-weight: 400;
}
ul.user-review li img.avatar {
	width: 51px;
	height: 51px;
	margin: 10px auto 5px;
	display: block;
	border-radius: 0;
}
ul.user-review li .left .name {
	font-weight: 500;
}
ul.user-review li .left i {
	display: block;
	font-size: 20px;
}
.user-review ul.circle-list{
	list-style:none;
	padding-left:0px;
}
.user-review .circle-list li{
	float:left;
	background:#BBB4AB;
	color:#FFF;
	font-size:10px;
	line-height: 13px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	margin-left:3px;
	margin-bottom: 3px;
	height: 24px;
	width: 24px;
	padding: 0;
	padding-top: 5px;
	padding-left: 1px;
}
.user-review .circle-list li:last-child {
	border-bottom: 2px solid #BBB4AB;
}

.availability3 {
	padding: 0px;
	margin: 0;
}

.availability2 {
	background: #999999;
	padding: 10px;
	margin: 0;
}

.availability {
	background: #D2CDC7;
	padding: 15px;
	margin: 0;
}
.availability-inner {
	background: #FFF;
	padding: 25px 15px 15px;
	overflow: hidden;
}
.availability .col-6  {
	width: 110px;
	float: left;
}

.availability .mr {
	margin-right: 15px;
}
.availability .datepicker-wrapper i {
	top: 30px;
}
.availability .update {
	margin-top: 23px;
}
.availability .update .btn {
	line-height: 22px;
}
.availability .update i {
	border-left: 1px solid #C3EBF7;
	padding-left: 7px;
	margin-left: 3px;
}

ul.detail-item {
	margin:0px;
	margin-top: -15px;
	padding:0px;
	list-style: none;
}
ul.detail-item > li {
	padding: 20px 160px 20px 250px;
	position: relative;
	border-bottom: 1px solid #EBE8E6;
}
ul.detail-item > li:last-child {
	border-bottom: 0;
}
ul.detail-item > li img {
	width: 230px;
	position: absolute;
	left: 0;
	top: 25px;
}
ul.detail-item > li h3 {
	margin-bottom: 0px;
	line-height: 28px;
}
.detail-meta {
	padding: 10px 30px;
	position: absolute;
	right: 0;
	top: 20px;
	height: 77%;
	text-align: center;
}
.detail-price {
	font-size: 24px;
	color: #5CB85C;
}

.detail-meta a.btn {
	background: #BBB4AB;
	color: #FFF;
	text-indent: 0;
	border-left: 0;
}
.detail-meta a.btn:hover {}
/* in color file */

span.date {
	font-family:"HelveticaNeue", "Helvetica Neue",Helvetica,Arial,sans-serif !important;
	font-style: italic;
	font-weight: 400;
	font-size: 12px;
	color: #989B8E;
}


.lp-box {
	position: relative;
	padding-left: 25px !important;
}
.lp-box i {
	position: absolute;
	top: 0;
	left: 0px;
	font-size: 20px;
	line-height: 20px;
}

ul.small-list-item {
	list-style: none;
	padding: 0;
	margin: 0;
}
ul.small-list-item img {
	padding-bottom: 20px;
}
ul.small-list-item li {
	padding: 0 0 15px;
	padding-left: 70px;
	margin: 0 0 15px;
	position: relative;
	border-bottom: 1px solid #EBE8E6;
}
ul.small-list-item li:last-child {
	border-bottom: 0;
	margin: 0 0 0;
	padding-bottom: 0;
}
ul.small-list-item li .image-small-list > img {
	width: 60px;
	position: absolute;
	left: 0;
	top: 5px;
}

.small-list-item .date-small {
	font-family:"HelveticaNeue", "Helvetica Neue",Helvetica,Arial,sans-serif !important;
	font-style: italic;
	font-weight: 400;
	font-size: 12px;
	color: #989B8E;
}
ul.medium-list-item {
	list-style: none;
	padding: 0;
	margin: 0;
}
ul.medium-list-item img {
	padding-bottom: 20px;
}
ul.medium-list-item li {
	padding: 0 0 15px;
	padding-left: 115px;
	margin: 0 0 15px;
	position: relative;
	border-bottom: 1px solid #EBE8E6;
}
ul.medium-list-item li:last-child {
	border-bottom: 0;
	margin: 0 0 0;
	padding-bottom: 0;
}
ul.medium-list-item li .image-medium-list > img {
	width: 100px;
	position: absolute;
	left: 0;
	top: 5px;
}

.medium-testi-image {
	width: 70px;
	height: 70px;
	border-radius: 35px;
	position: absolute;
	left: 15px;
	top: 15px;
	border: 3px solid #FFF;
	
}
.medium-testi-image img {
	width: 100%;
	height: 100%;
	border-radius: 50%;
}

.today-date .date { color: #333; font-style: normal; }

ul.daily-weather li span.day {
	text-transform: uppercase;
	font-size: 12px;
	line-height: 28px;
}
ul.daily-weather li span.max {
	font-size: 13px;	
	font-family:"HelveticaNeue", "Helvetica Neue",Helvetica,Arial,sans-serif !important; 
	font-weight: bold !important;
}
ul.daily-weather li span.min {
	font-size: 12px;	
}

.detail-header {
	background: #FFF;
	padding: 20px 20px 15px;
	position: relative;
}
.detail-header-name {
	float: left;
	border-right: 1px solid #EBE8E6;
	padding-right: 20px;
	margin-right: 20px;
}


.payment-wrapper {
	padding: 30px 70px 30px 30px;
}

span.step {
	float:right;
	background:#fff;
	color:#999999;
	font-size:11px;
	line-height: 12px;
	border:2px solid #BBB4AB;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	margin-left:3px;
	margin-bottom: 3px;
	height: 22px;
	width: 22px;
	padding: 0;
	padding-top: 3px;
	padding-left: 7px;
}

.payment-wrapper ul.tabs li a.active {
	background: #FFF !important;
	color: #333 !important;
	
}
/*	Travel Search 
----------------------------------------------------------------------------------------------------*/

.travel-search .tabs li a.active {
	background: #FFF;
	text-decoration: none;
	padding: 10px 20px 12px;
	margin-bottom: -2px;
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
}

.travel-search .btn {
	margin-top: 28px;
	line-height: 22px;
}

.travel-search .accordion-head {
	position: relative;
	padding: 7px 0 7px 50px;
	margin: 1px 0 0 0;
	font-size: 14px;
	cursor: pointer;
	border-bottom: 0;
	color: #fff;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	filter: Alpha(Opacity=90);/*IE7 fix*/
	opacity: 0.9;
}
.accordion-head-sign {
	margin: 0;
	color: #FFF;
	position: absolute;
	left: -5px;
	top: 0;
	padding: 7px 15px 7px 15px;
	line-height: 23px;
}
.travel-search .accordion-head-sign {
	background: #3C454E;
}
.travel-search .accordion-content {
	background: #FFF;
	margin-left: 36px;
	padding: 15px 20px 5px;
}

.travel-search .tabs > li > a.active span.hotel {width:16px;height:16px; display:block; float:left; }
.travel-search .tabs > li> a.active:hover span.hotel {width:16px;height:16px; display:block; float:left; }

.travel-search .tabs > li > a.active span.flight {width:16px;height:16px; display:block; float:left;}
.travel-search .tabs > li > a.active:hover span.flight {width:16px;height:16px; display:block; float:left;}

.travel-search .tabs > li > a.active span.vacation {width:16px;height:16px; display:block; float:left;}
.travel-search .tabs > li > a.active:hover span.vacation {width:16px;height:16px; display:block; float:left;}

.travel-search .tabs > li > a.active span.car {width:16px;height:16px; display:block; float:left;}
.travel-search .tabs > li > a.active:hover span.car {width:16px;height:16px; display:block; float:left; }

.travel-search .tabs > li > a.active span.cruise {width:16px;height:16px; display:block; float:left;}
.travel-search .tabs > li > a.active:hover span.cruise {width:16px;height:16px; display:block; float:left;}


.search-tour-2 {	
	display: block;
	background: #FFF;
	margin: 0;
	margin-right: 0px;
	padding: 0;
	position: absolute;
	top: -230px;
}
.search-tour-2 .home-search-tabs {
	display:block;
	padding: 20px 0px 25px 20px;
	list-style:none;
	width: 260px;
	float: left;
	color: #FFF;
}
.search-tour-2 .home-search-tabs li {
	display:block;
	width:auto;
	padding: 0;
	float:left;
	margin: 0;
	color: #FFF;
	font-size: 14px;
	line-height: 26px;
}
.search-tour-2 .home-search-tabs li:nth-child(odd) {
	width: 100px;
}
.search-tour-2 .home-search-tabs li:nth-child(even) {
	margin-right: 0;
	width: 140px;
}
.search-tour-2 .home-search-tabs li a {
	padding: 0;
	margin: 0;
	font-size: 14px;
	cursor: pointer;
	border: 0;
	color: #FFF;
	padding-left: 15px;
	background:url('images/defaults/search-filter-unchecked-white.png') no-repeat 0 0;
}
.search-tour-2 li a.active {
	color: #CBBCEB;
	border: 0;
	background:url('images/defaults/search-filter-checked-dark.png') no-repeat 0 0;
}

.home-search-tabs-content > li.active {
	display:block;
	overflow:hidden;
	-webkit-animation: fadeInDown 0.4s;
	animation: fadeInDown 0.4s;
}

.search-tour-tab .datepicker-wrapper i, .home-search-tabs-content .datepicker-wrapper i {
	top: 29px;
}

.search-tour-tab .btn, .home-search-tabs-content .btn {
	margin-top: 24px;
	line-height: 22px;
}

/*	Blog
----------------------------------------------------------------------------------------------------*/
.blog-item {
	display: block;
	margin-bottom: 30px;
	background: #FFF;
	overflow: hidden;
}
.blog-item:last-child {
	margin-bottom: 0;
}
.blog-image {
	position: relative;
	display: block;
	cursor: pointer;
	font-size: 0;
	/* -webkit-backface-visibility: hidden; */
}

.blog-details2 {
	padding: 10px 10px 10px 160px;
	position: relative;
}

ul.blog-meta {
	list-style: none;
	padding: 0;
	margin: 0;
}
ul.blog-meta li {
	display: inline;
}
ul.blog-meta li:after {
	content: "|";
	color: #BBB4AB;
	margin-right: 7px;
	padding-left: 10px;
}
ul.blog-meta li:last-child:after {
	content: " ";
}
.blog-content {
	margin: 15px 0;
}

.blog-posted2 {
	position: absolute;
	left: 20px;
	top: 10px;
	text-align: center;
	background: #D2CDC7;
	padding: 10px;
	color: #FFF;
	width: 130px;
}

.blog-posted span.date {
	font-size: 24px;
	color: #FFF;
	font-family:"HelveticaNeue", "Helvetica Neue",Helvetica,Arial,sans-serif !important; 
	font-weight: bold !important;
	font-style: normal;
}


.blog-author {
	background: #FFF;
	padding: 20px;
	position: relative;
}
.author-details {
	margin-left: 120px;
	padding-left: 20px;
	position: relative;
	border-left: 1px solid #BBB4AB;
}
.author-label {
	position: absolute;
	width: 100px;
}
.author-label img {
	width: 100%;
}

#comment-wrapper {
	background: #FFF;
	padding: 30px 20px 20px;
	position: relative;
}
ul.comment-item {
	list-style: none;
	padding: 0;
	margin: 0;
}
ul.comment-item li {
	position: relative;
	display: block;
	padding-left: 100px;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #F5F5F2;
}
ul.comment-item > li:last-child {
	border-bottom: 0;
	padding-bottom: 0;
}

.comment-item  .comment-avatar {
	position: absolute;
	top: 0;
	left: 0;
	width: 80px;
	height: 80px;
	border-radius: 40px;
}
.comment-item  .comment-avatar img {
	width: 100%;
	width: 100%;
	border-radius: 50%;
}
.comment-item .comment-time {
	display: block;
	font-family:"HelveticaNeue", "Helvetica Neue",Helvetica,Arial,sans-serif !important;
	font-style: italic;
	font-weight: 400;
	font-size: 12px;
	color: #989B8E;
	margin-bottom: 10px;
}




.search-sidebar {
	background: #FFF;
	padding: 20px; 
}

.search-sidebar h5, .hotel-count h5 {
	color: #434343;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 400;
	margin-bottom: 0px;
	border-bottom: 1px solid #D2CDC7;
	padding-bottom: 10px;
	margin-bottom: 15px;
}
.search-sidebar .col-1 {
	width: 100%;
	float: left;
}
.search-sidebar .col-2 {
	width: 107px;
	float: left;
}
.search-sidebar .mr { margin-right: 16px; }
.search-sidebar .btn {
	margin-top: 24px;
	text-transform: uppercase;
	line-height: 22px;
}
.search-sidebar .datepicker-wrapper i {
	top: 30px;
}
