@charset "utf-8";

/* ------------------------------------------------------------------------ */
/*	Import
/* ------------------------------------------------------------------------ */

/*Nav.css*/
@import url("nav/style.css");

/*carousel*/
@import url("carousel/owl.carousel.css");
@import url("carousel/owl.theme.css");

/*Icons Font-Awesome*/
@import url("fa/all.min.css");

/*calendar*/
@import url("calendar/calendar.css");

/*slide.css*/
@import url("slide/revolution.css");
@import url("slide/extralayers.css");
@import url("../js/rs-plugin/css/settings.css");

/*Google font*/
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,400,300,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Raleway&display=swap");

/* ------------------------------------------------------------------------ */
/*	Layout
/* ------------------------------------------------------------------------ */
#layout{
	overflow: hidden;
	position: relative;
	background: transparent;
	-webkit-transition: 0.5s all ease;
	-moz-transition: 0.5s all ease;
	-o-transition: 0.5s all ease;
	-ms-transition: 0.5s all ease;
	transition: 0.5s all ease;
}
.content-central{	
	max-width: 1230px;
	margin: 0px auto;
	background: #fff;
	-webkit-box-shadow: 0 1px 10px rgba(0,0,0,0.3);
	-moz-box-shadow: 0 1px 10px rgba(0,0,0,0.3);
	box-shadow: 0 1px 10px rgba(0,0,0,0.3);
	z-index: 99;
	position: relative;
	margin-top: -170px;
	margin-bottom: -150px;
}


/* ------------------------------------------------------------------------ */
/*	Custom Fonts
/* ------------------------------------------------------------------------ */
@font-face {
	font-display: fallback;
    font-family: 'espa';
    src: url('webfonts/espa-webfont.woff2') format('woff2'),
         url('webfonts/espa-webfont.woff') format('woff');
    font-weight: normal;
    font-style: italic;
	font-display: swap;
}

/* ---------------------------------------------------------------------- */
/*	Basic Elements
/* ---------------------------------------------------------------------- */


/* Ribbon --------------------------------------------------------*/
.grid-item .ribbon {
  position: absolute;
  top: -5px;
  right: 11px;
  z-index: 1;
  overflow: hidden;
  width: 140px;
  height: 140px;
  text-align: right;
}
.grid-item .ribbon span {
  
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  font-weight: bold;
  line-height: 32px;
  transform: rotate(45deg);
  width: 177px;
  display: block;
  background: #79a70a;
  background: linear-gradient(#9bc90d 0%, #79a70a 100%);
  box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
  position: absolute;
  top: 36px;

}

.grid-item .ribbon span::before {
   content: '';
   position: absolute; 
   left: 0px; top: 100%;
   z-index: -1;
   border-left: 3px solid #79A70A;
   border-right: 3px solid transparent;
   border-bottom: 3px solid transparent;
   border-top: 3px solid #79A70A;
}
.grid-item .ribbon span::after {
   content: '';
   position: absolute; 
   right: 0%; top: 100%;
   z-index: -1;
   border-right: 3px solid #79A70A;
   border-left: 3px solid transparent;
   border-bottom: 3px solid transparent;
   border-top: 3px solid #79A70A;
}

.grid-item .action-red span {
	font-size: 0.8rem;
	background: linear-gradient(#f70505 0%, #8f0808 100%);
}
.grid-item .action-red span::before {
  border-left-color: #8f0808;
  border-top-color: #8f0808;
}
.grid-item .action-red span::after {
  border-right-color: #8f0808;
  border-top-color: #8f0808;
}

.grid-item .action-blue span {
	font-size: 0.7rem;
	background: linear-gradient(#2989d8 0%, #1e5799 100%);
}
.grid-item .action-blue span::before {
  border-left-color: #1e5799;
  border-top-color: #1e5799;
}
.grid-item .action-blue span::after {
  border-right-color: #1e5799;
  border-top-color: #1e5799;
}


/* Standard Styles --------------------------------------------------------*/
html {
	font-size: 16px;
}
body{
	font-family: 'Open Sans', sans-serif;
	color: #727272;
	font-size: 1rem;
	font-weight: lighter;
	line-height: 1.5rem;
}
h1, h2, h3, h4, h5, h6 {	
	padding: 5px 0 15px 0;	
	margin: 0;	
	color: #272727;
	font-weight: normal;
	font-family: 'Raleway', sans-serif;
	-webkit-font-smoothing: antialiased;
}
h1,
.h1 {
  font-size: 2.225rem;
}
h2,
.h2 {
  font-size: 1.875rem;
}
h3,
.h3 {
  font-size: 1.5rem;
}
h4,
.h4 {
  font-size: 1.125rem;
}
h5,
.h5 {
  font-size: 0.875rem;
}
h6,
.h6 {
  font-size: 0.75rem;
}
p{
	margin: 0 0 20px 0;
	color: #000000;
	font-size: 0.875rem;
}
footer ul,
.sitemap,
.sitemap ul,
.crumbs ul,
header ul,
.owl-carousel,
.footer-down ul,
.list-styles,
.starts,
.services-lines,
#testimonials,
ul.single-carousel,
.post-options{
	margin: 0;
	padding: 0;
	list-style: none;
}
.btn-primary{
	color: #fff;
	font-size: 0.875rem;
	padding: 10px 15px;
	margin-right: 10px;
	border-color: #dedede;
	text-shadow:none;
	-webkit-transition: 0.3s all ease;
	-moz-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	-ms-transition: 0.3s all ease;
	transition: 0.3s all ease;
}
.btn-primary:last-child{
	margin-right: 0;
}
.btn-primary:hover{
	border-color: #cdcdcd;
	-webkit-transition: 0.3s all ease;
	-moz-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	-ms-transition: 0.3s all ease;
	transition: 0.3s all ease;
}
.btn-default{
	font-size: 0.875rem;
	border-color: #dedede;
	text-shadow:none;
}
.btn:hover{
	opacity: 0.8;
}
.btn-primary:hover{
	color: #fff;	
}
.paddings{
	padding: 100px 0;
}
.paddings-mini{
	padding: 50px 0;
}
.padding-top{
	padding-top: 70px;
}
.padding-bottom{
	padding-bottom: 70px;
}
.padding-bottom-mini{
	padding-bottom: 40px;
}
.padding-top-mini{
	padding-top: 30px;
}
.padding-sides{
	padding:20px 30px !important;
}
.no-padding{
	padding: 0 !important;
}
.no-margin{
	margin: 0 !important;
}
.no-margin-top{
	margin-top: 0 !important;
}
.bg-gray{
	background-color: #fcfcfc;
}
.bg-dark{
	background-color: #3a4749;
}
.borders{
	border-top: 1px solid #dfdfdf;
	border-bottom: 1px solid #dfdfdf;
}
.border-top{
	border-top: 1px solid #dfdfdf;
}
.border-right{
	border-right: 1px solid #dfdfdf;
}
.border-bottom{
	border-bottom: 1px solid #dfdfdf;
}
hr.tall {
	margin: 0;
	padding: 0;
	border: 0;
	height: 1px;
	background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.150), rgba(0,0,0,0));
	background-image: -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.150), rgba(0,0,0,0));
	background-image: -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.150), rgba(0,0,0,0));
	background-image: -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.150), rgba(0,0,0,0));
}
.list-styles{
	margin-bottom: 20px;
}
.list-styles li{
 	line-height: 40px;
}
.list-styles li a,
.list-styles li{
	font-size: 0.82rem;
	color: #777;
}
.list-styles li i{
	border-radius: 50%;
	width:22px;
	height: 22px;
	background: #232323;
	color: #fff;
	text-align: center;
	font-size: 0.7rem;
	padding: 6px 5px;
	margin-right: 8px;
}
.show-grid .show-grid-block {
	padding-top: 10px;
	width: 100%;
	display: block;
	text-align: center;
	padding-bottom: 10px;
	background-color: #eee;
	background-color: #F5F6FA;
	border: 1px solid #ddd;
	border: 1px solid rgba(86,61,124,.2);
	margin-bottom: 20px;
}
div.fontawesome-icon-list a {
  color: #777;
  font-size: 0.9rem;
  line-height: 2rem;
}
div.fontawesome-icon-list i {
  margin-right: 10px;
}
iframe.video{
	width: 100%;
	height: 180px;
}
.single-carousel{
	overflow: hidden;
}
.single-carousel li{
	position: relative;
}
.single-carousel .info-single-carousel{
	padding: 10px 5% 0 5%;
}
.lead{
	color: #777;
	font-weight: lighter;
	font-size: 1.1rem;
	line-height: 1.6rem;
}
/* Twitter Section --------------------------------------------*/
.section-twitter{
	background-color: #fff;
	padding: 70px 0;
	position: relative;
	overflow: hidden;
}
.section-twitter i.icon-big{
	position: absolute;
	color: #eee;
	left: -50px;
	top: 20px;
	font-size: 14rem;
}
#twitter{
	max-width: 700px;
	margin: 0 auto;
	text-align: center;
	font-size: 1.2rem;
	line-height: 1.8rem;
	font-style: italic;
}
.tweet_text{
	color: #777;	
	font-size: 1.2rem;
	line-height: 1.8rem;
}

/* Titles ----------------------------------------------*/
.titles{
	margin: 70px auto;
	text-align: center;
	position: relative;
}
.opacy_bg_02 .titles{
	margin: 50px auto;
}
.titles h2{
	font-family: espa, sans-serif;
	font-style: italic;
	color: #222;
	padding: 0;
	z-index: 1;
	position: relative;
}
.opacy_bg_02 .titles h2{
	color: #fff;
}
.titles h2 span{
	font-size: 3.5rem;
	font-weight: lighter;
}
.titles i{
	color: #F5F6FA;
	position: absolute;
	top: -20px;
	left: 55%;
	font-size: 7rem;
	z-index: 0; 
}
.opacy_bg_02 .titles i{
	color: rgba(255,255,255, 0.2);
}
hr.tall{
	margin: 24px auto;
	border: 0;
	max-width: 90%;
	height: 1px;
	background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.1), rgba(0,0,0,0));
	background-image: -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.1), rgba(0,0,0,0));
	background-image: -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.1), rgba(0,0,0,0));
	background-image: -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.1), rgba(0,0,0,0));
}
.opacy_bg_02 hr.tall{
	background-image: -webkit-linear-gradient(left, rgba(255,255,255,0), rgba(255,255,255,0.3), rgba(255,255,255,0));
}

/* Hover efect -------------------------------------------------*/
.img-hover{
  position: relative;
  overflow: hidden;
}
.img-hover img{
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -ms-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.img-hover .overlay{
  position: absolute;
  text-align: center;
  width: 100%;
  height: 100%;
  left: 0;
  z-index: 99;
  top: 0;
  background: rgba(0,0,0,0.5);
  opacity: 0;
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}
.img-hover:hover .overlay{
  opacity: 1;
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}
.img-hover:hover img{
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -ms-transition: 0.3s all ease;
  transition: 0.3s all ease;
  cursor: pointer;
}
.img-hover .overlay a{
  padding-top: 26%;
  height: 100%;
  display: block;
  font-size: 2.5rem;
  color: #fff;
}
.img-hover .overlay a:hover{
  text-decoration: none;
}

/* Semibox Layout ---------------------------------------------*/
.semiboxshadow {
	display: block;
}
.semiboxshadow img {
	width: 1338px !Important;
	max-width: 1340px;
	margin: 0px auto;
	margin-left: -53px;
	/*margin-top: 150px;*/
	position: absolute;
	z-index: 0;
}

/* List --------------------------------------------*/
.list li{
	line-height: 40px;
}
.list li:hover{
	cursor: pointer;
}
.list li i{
	padding-right: 8px;
	font-size: 0.875rem;
}
.list li a{
	color: #666;
}
.list li a:hover{
	color: #252525;
}

/* ---------------------------------------------------------------------- */
/*	03 HEADER
/* ---------------------------------------------------------------------- */

/*  Header -------------------------------------------*/
.header-v1{	
	background-color: #232323;
	background: rgba(0,0,0,0.6);	
	position: fixed;
	left: 0;
	max-height: 60px;
	z-index: 9999;
	width: 100%;
	border-color: rgba(0,0,0,0.3);
	-webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}
.sticky-wrapper{
	height: auto !important;
}
.header-v1.is-sticky{
	border-bottom: 1px solid #dedede !important;
	max-height: 61px;
}
.tp-banner-container{
	width:100%;
	overflow: hidden !important;
	position:relative;
	padding:0;
	margin-top: -120px;
}
.tp-banner{
	width:100%;
	position:relative;
}
.tp-banner-fullscreen-container {
	width:100%;
	position:relative;
	padding:0;
}
.icon-big-nav{
	position: relative;
}
.icon-big-nav i{
	font-size: 10rem;
	position: absolute;
	left: 10%;
	bottom: 0;
	opacity: 0.7;
}

/* Filter Title ------------------------------*/
.filter-title{
	position: absolute;
	top: 30%;
	left: 50%;
	margin-left: -25%;
	width: 50%;
	z-index: 99;
}
.filter-title.top-30{
	top: 30%;
}
.filter-title.top-40{
	top: 40%;
}
.layout-boxed .filter-title, 
.layout-boxed-margin .filter-title{
	top: 30%;
	left: 50%;
	margin-left: -37.5%;
	width: 75%;
}

/* Title Header ---------------------------------------------*/
.title-header{
	text-align: center;
}
.title-header h1{
	color: #fff;
	font-size: 5.2rem;
	text-shadow: 2px 3px 3px rgba(0,0,0,0.5);
	line-height: 5.6rem;
	font-weight: bold;
}
.title-header p{
	color: #f7f7f7;
	margin: 0 auto 30px auto;
	max-width: 700px;
	text-shadow: 2px 3px 3px rgba(0,0,0,0.3);
}

/* Nav Tabs ------------------------------*/
.nav-tabs{
	border: 0;
	margin: 0 auto;
	max-width: 90%;
}
.nav-tabs li{
	margin-right: 10px;
	font-size: 0.8rem;
}
.nav-tabs li i{
	margin-right: 10px;
	font-size: 1rem;
}
.nav-tabs li.active a i,
.nav-tabs li.active a:hover i,
.nav-tabs li a:hover i{
	color: #fff !important;
}
.nav-tabs li,
.nav-tabs li.active,
.nav-tabs li a,
.nav-tabs li.active a,
.nav-tabs li.active a:hover{
	border: 0 !important;
	color: #fff !important;
}
.nav-tabs li a{
	border:0;
	padding: 12px 35px;
	background: #3a4749;
	color: #fff;
}
/* Tabs Detailed --------------------------------------------*/
.tabs-detailed .nav-tabs{
	max-width: 100%;
	margin-bottom: 40px;
}
.tabs-detailed .nav-tabs li a{
	border-radius: 5px;
}

/* Filter Header --------------------------------------------*/
.filter-header{
	padding: 0;
	max-width: 90%;
	margin: 1px auto 0 auto;
	height: 56px;
	border-radius: 0 5px 5px 5px;
	border:solid 3px;
}
.filter-header.flights-filter{
	height: auto !important;
	overflow: auto;
}
.filter-header.flights-filter .input-large{
	width: 50%;
	border-bottom: 1px solid #dedede;
}
.filter-header.flights-filter .date-input,
.filter-header.flights-filter .selector{
	width: 25%;
}
.filter-header.flights-filter input[type="submit"]{
	width: 100%;
}
.filter-header form{
	border: 0;
	padding: 0;
	margin: 0;
}
.filter-header input{
	height: 50px;
	margin: 0;
	float: left;
	border:0;
	padding: 5px 10px;
	font-size: 0.9rem;
	font-weight: normal;
	border-right: 1px solid #dedede;
}
.filter-header input:last-child{
	border-right: 0;
}
.filter-header .input-large{
	width: 35%;
	background: #fff url("../img/icons/location.png") no-repeat scroll left 6px;
	padding-left: 40px;
}
.filter-header .date-input{
	width: 100%;
	background: #fff url("../img/icons/calendar.png") no-repeat scroll right 12px;
	padding-right: 10px;
	font-size: 0.9rem;
}
.filter-header .selector{
	position: relative;
	min-width: 60px;
	width: 50%;
	line-height: 0;
	float: left;
	color: #999;
	font-size: 0.9rem;
	height: 50px;
}
.selector select {
	position: absolute;
	z-index: 1;
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	height: 50px;
	width: 100%;
	-webkit-appearance: menulist-button;
	line-height: 30px;
}
.selector select:hover{
	cursor: pointer;
}
.selector span.custom-select {
	display: inline-block;
	line-height: 52px;
	padding: 0 10px;
	font-weight: normal;
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
}
.filter-header ::-webkit-input-placeholder {
   color: #565656;
}
.filter-header :-moz-placeholder { /* Firefox 18- */
   color: #565656;  
}
.filter-header ::-moz-placeholder {  /* Firefox 19+ */
   color: #565656;  
}
.filter-header :-ms-input-placeholder {  
   color: #565656;  
}
span.custom-select {
	padding-left: 15px;
	padding-right: 15px;
	height: 50px;
	color: #565656;
}
span.custom-select {
	background: #fff;
	border: none;
	line-height: normal;
	font-size: 0.9rem;
}
.selector span.custom-select:before {
	position: absolute;
	right: 0;
	top: 0;
	content: '';
	background: #999;
	width: 24px;
	height: 100%;
}
.selector span.custom-select:after {
	position: absolute;
	right: 9px;
	top: 22px;
	border-top: 5px solid #fff;
	border-left: 3px solid transparent;
	border-right: 3px solid transparent;
	content: "";
}
.filter-header input[type="submit"]{
	width: 100%;
	border: 0;
	color: #fff;
}

/* Calendar -------------------------------------------*/
.ui-datepicker{
	max-width: 250px;
	padding: 0;
	border: 1px solid !important;
}
.ui-datepicker table thead{
	background-color: #f8f8f8 !important;
}
.ui-datepicker th {
  font-size: 0.875rem;
  font-weight: lighter;
}
.ui-datepicker .ui-datepicker-calendar td {
  vertical-align: middle;
  text-align: center;
}
.ui-datepicker .ui-datepicker-calendar td a, .ui-datepicker .ui-datepicker-calendar td span {
  color: #999;
  display: block;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default{
	border: 0;
	font-size: 0.8rem;
}
.ui-state-hover{
	background: #FF3D7F !important; 
	background-color: #FF3D7F !important; 
	color: #fff !important;
}
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
  border-radius: 0 !important;
}
.ui-widget-header{
	color: #fff;
	font-weight: lighter;
	font-size: 1rem;
}
.ui-datepicker .ui-datepicker-prev:before {
  border-right: 8px solid #fff;
}
.ui-datepicker .ui-datepicker-prev:before, .ui-datepicker .ui-datepicker-next:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
}
.ui-datepicker .ui-datepicker-prev {
  left: 20px;
}
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 11px;
  cursor: pointer;
}
.ui-datepicker .ui-datepicker-next {
  right: 0px;
}
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 11px;
  cursor: pointer;
}
.ui-datepicker .ui-datepicker-next:before {
  border-left: 8px solid #fff;
}
.ui-datepicker .ui-datepicker-prev:before, .ui-datepicker .ui-datepicker-next:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
}
.ui-datepicker a.ui-corner-all:hover{
	background: transparent !important;
	border: 0;
}
.ui-widget-content {
	background: #ffffff!important;
}

/* Section Titles ---------------------------------------------*/
.section-title-01{
	height: 450px;
	background-color: #262626;
	text-align: center;
	position: relative;
	width: 100%;
	overflow: hidden;
}
.section-title-01 h1{
	font-family: espa, sans-serif;
	font-style: italic;
	color: #fff;
	padding: 120px 0 0 5px;
	font-size: 5rem;
	line-height: 55px;
	text-transform: uppercase;
	position: relative;
	z-index: 1;
}
.section-title-01 h2{
	font-family: espa, sans-serif;
	font-style: italic;
	color: #fff;
	padding: 60px 0 0 5px;
	font-size: 5rem;
	line-height: 55px;
	text-transform: uppercase;
	position: relative;
	z-index: 1;
}
.overlay-bg{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 1;
	background: rgba(0, 0, 0, 0.3);
	background: -webkit-radial-gradient(50% 55%, ellipse closest-corner, rgba(0, 0, 0, 0.27) 1%, rgba(0, 0, 0, 0.5) 100%);
	background: -moz-radial-gradient(50% 55%, ellipse closest-corner, rgba(0, 0, 0, 0.27) 1%, rgba(0, 0, 0, 0.5) 100%);
	background: -ms-radial-gradient(50% 55%, ellipse closest-corner, rgba(0, 0, 0, 0.27) 1%, rgba(0, 0, 0, 0.5) 100%);
	background: radial-gradient(50% 55%, ellipse closest-corner, rgba(0, 0, 0, 0.27) 1%, rgba(0, 0, 0, 0.5) 100%);
	z-index: 0;
}
/* Crumbs 1 -------------------------------------------------------------*/
.section-title-01 .crumbs{
	position: relative;
}
.section-title-01 .crumbs ul{
	margin: 10px auto;
	padding: 10px;
	display: table;
	border-top: 2px solid;
	list-style: none;
}
.section-title-01 .crumbs ul li{
	display: inline-block;
	padding-right: 5px;
	line-height: 20px;
	font-size: 15px;
	color: #fff;
}
.section-title-01 .crumbs ul li a:hover{
	text-decoration: underline;
}

/* section-title-detailed --------------------------*/
.section-title-detailed{
  max-height: 700px;
  height: auto; 
  width: 100%;
  overflow: hidden;
  position: relative;
  line-height: 0;
  background-size: cover!important;
}
.section-title-detailed img{
	width: 100%;
}
.section-title-detailed .img-hover .overlay{
	opacity: 1;
}
.title-detailed{
  position: absolute;
  bottom: 140px;
  padding-bottom: 20px;
  width: 100%;
}
.title-detailed h2{
	color: #fff;
	font-size: 2rem;
	line-height: 2rem;
}
.title-detailed h2 span{
	font-size: 1rem;
	display: block;
}

/* ---------------------------------------------------------------------- */
/*	04 General Structure
/* ---------------------------------------------------------------------- */

/* Content Info --------------------------*/
.content_info{
	position: relative;
	width: 100%;
	overflow: hidden;
}
.no-overflow{
	overflow: visible !important;
}
.content_resalt{
	background: #F5F6FA;
}

/* Services Lines ------------------------*/
.services-lines-info{
	padding: 0px 0 0 0;
}
.services-lines-info p{
	margin-bottom: 0;
}
.services-lines-info p.lead{
	margin: 0 0 20px 0;
}
p.lead .line{
	height: 2px;
	width: 70px;
	content: '';
	display: block;
	margin: 20px 0;
}
.skin_base p.lead .line{
	background: #232323 !important;
}
.services-lines{
	overflow: auto;
  	width: 106%;
}
.services-lines.services-lines-left{
	margin-left: -5.3%;
}
.layout-wide .services-lines,
.full-services{
  	width: auto !important;
}
.services-lines li{
	text-align: center;
	width: 25%;
	float: left;
	background: #fff;
}
.services-lines li:hover{
	background-color: #F5F6FA;
	cursor: pointer;
}
.services-lines li:hover i {
    -ms-transform: translate(0,40px); /* IE 9 */
   	-webkit-transform: translate(0,40px); /* Safari */
    transform: translate(0,40px);
    -webkit-transition: 0.5s all ease;
	-moz-transition: 0.5s all ease;
	-o-transition: 0.5s all ease;
	-ms-transition: 0.5s all ease;
	transition: 0.5s all ease;
}
.services-lines li:hover h5{
	font-weight: bold;
	-ms-transform: translate(0,-40px); /* IE 9 */
   	-webkit-transform: translate(0,-40px); /* Safari */
	transform: translate(0,-40px);
    -webkit-transition: 0.5s all ease;
	-moz-transition: 0.5s all ease;
	-o-transition: 0.5s all ease;
	-ms-transition: 0.5s all ease;
	transition: 0.5s all ease;
}
.services-lines li h5{
	padding: 5px 0 0 0;
	-webkit-transition: 0.5s all ease;
	-moz-transition: 0.5s all ease;
	-o-transition: 0.5s all ease;
	-ms-transition: 0.5s all ease;
	transition: 0.5s all ease;
}
.services-lines li i{
	font-size: 2.5rem;
	padding-bottom: 5px;
	-webkit-transition: 0.5s all ease;
	-moz-transition: 0.5s all ease;
	-o-transition: 0.5s all ease;
	-ms-transition: 0.5s all ease;
	transition: 0.5s all ease;
}
.services-lines li .item-service-line{
	padding: 65px 0;
	border-right: 1px solid #F4F4F4;
	border-bottom: 1px solid #F4F4F4;
}
.services-lines li:last-child{
	border-right: 0;
}
.tabs-detailed .services-lines{
	margin-bottom: 30px;
}
.tabs-detailed .services-lines li{
	width: 14.2%;
		background-color: #3a4749 !important;
}
.tabs-detailed .services-lines li h5{
	color: #fff;
}
.tabs-detailed .services-lines li i{
	color: #fff !important;
}
.tabs-detailed .services-lines li:hover{
	background-color: #3a4749 !important;
}
.tabs-detailed  .services-lines li .item-service-line{
	padding: 45px 0;
	border-right: 1px solid #F4F4F4;
	border-bottom: 1px solid #F4F4F4;
}

/* item-boxed  ------------------------------*/
.content-boxes{
	overflow: auto;
	display: block;
}
.content-boxes-04 .item-boxed{
	width: 25% !important;
}
.content-boxes .item-boxed{
	width: 50%;
	float: left;
	overflow: hidden;
  	position: relative;
}
.image-boxed{
	float: left;;
	position: relative;
  	overflow: hidden;
  	width: 50%;
}
.image-bottom{
	float: right;
}
.image-boxed img{
	width: 100%;
	height: auto;
	-webkit-transition: 0.3s all ease;
	-moz-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	-ms-transition: 0.3s all ease;
	transition: 0.3s all ease;
}
.image-boxed img:hover{
	-moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: 0.3s all ease;
	-moz-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	-ms-transition: 0.3s all ease;
	transition: 0.3s all ease;
}
.image-boxed .overlay{
	position: absolute;
  	text-align: center;
  	width: 100%;
  	height: 100%;
  	left: 0;
  	top: 0;
  	background: rgba(0,0,0,0.5);
  	-webkit-transition: all .25s ease-in-out;
  	-moz-transition: all .25s ease-in-out;
  	-o-transition: all .25s ease-in-out;
  	transition: all .25s ease-in-out;
}
.item-boxed:hover .overlay{
  opacity: 0.3;
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}
.image-boxed:hover img{
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -ms-transition: 0.3s all ease;
  transition: 0.3s all ease;
  cursor: pointer;
}
.image-boxed a.more-boxe{
	position: absolute;
	text-align: center;
	width: 100%;
	left: 0;
	color: #fff;
	top: 40%;
	font-size: 0;
}
.image-boxed a.more-box i{
	font-size: 0rem;
	color: #fff;
	-webkit-transition: all .25s ease-in-out;
  	-moz-transition: all .25s ease-in-out;
  	-o-transition: all .25s ease-in-out;
  	transition: all .25s ease-in-out;
}
.item-boxed:hover a.more-boxe i{
	font-size: 2.5rem;
	-webkit-transition: all .25s ease-in-out;
  	-moz-transition: all .25s ease-in-out;
  	-o-transition: all .25s ease-in-out;
  	transition: all .25s ease-in-out;
}
.info-boxed{
	background: #fff;
  	-webkit-box-sizing: border-box;
  	-moz-box-sizing: border-box;
  	box-sizing: border-box;
  	display: block;
  	height: 100%;
  	padding: 0;
  	position: absolute;
  	right: 0;
  	top: 0;
  	padding: 35px 25px 30px 25px;
  	-webkit-transform: translate3d(0, 0, 0);
  	-moz-transform: translate3d(0, 0, 0);
  	-ms-transform: translate3d(0, 0, 0);
  	-o-transform: translate3d(0, 0, 0);
  	transform: translate3d(0, 0, 0);
  	width: 50%;
  	z-index: 9999;
}
.boxed-bottom{
	left: 0;
	border-bottom: 1px solid #dedede;
}
.boxed-top{
	border-top: 1px solid #dedede;
}
.info-boxed h3{
	font-size: 1.2rem;
	font-weight: lighter;
	padding: 0;
}
.info-boxed h3 span{
	font-size: 0.775rem;
	display: block;
	margin-top:8px; 
	font-weight: bold;
	font-style: italic;
}
hr.separator {
  border: none;
  border-top: 1px solid #d5d5d5;
  clear: both;
  display: block;
  position: relative;
  margin: 20px auto 20px auto !important;
}
hr.separator:before {
  background: #d5d5d5;
  content: "";
  height: 9px;
  left: 50%;
  margin: -4px 0 0 -4px;
  position: absolute;
  top: -1px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 9px;
}
.info-boxed p{
	margin-bottom: 20px;
	font-weight: normal;
}
.info-boxed .content-btn{
	float: left;
}
.info-boxed .btn{
	border: 0;
	font-size: 0.7rem;
	padding: 7px 10px;
}
.info-boxed .price{
	left: -90px;
	top: 55px;
	font-size: 3rem;
	line-height: 3rem;
	font-weight: normal;
	color: #fff;
	position: absolute;
}
.info-boxed.boxed-bottom .price{
	left: 100%;
	margin-left: 50px;
	top: 55px;
	font-size: 3rem;
	line-height: 3rem;
	font-weight: lighter;
	color: #fff;
	position: absolute;
}
.info-boxed .price span{
	font-weight: bold;
	font-size: 1.5rem;
	left: -20px;
	top: -5px;
	position: absolute;
}
.boxed-top:before {
  	border: 20px solid #fff;
	border-bottom-color: transparent;
  	border-left-color: transparent;
  	border-top-color: transparent;
  	content: "";
  	display: block;
  	left: -40px;
  	position: absolute;
  	top: 65px;
  	z-index: 999;
}
.boxed-bottom:before{
	border: 20px solid #fff;
  	border-bottom-color: transparent;
  	border-right-color: transparent;
  	border-top-color: transparent;
  	content: "";
  	display: block;
  	left: auto;
  	right: -40px;
  	position: absolute;
  	top: 65px;
  	z-index: 999;
}
.starts{
	margin: 5px 0 20px 0;
}
.item-boxed .starts{
	float: right;
}
.title-detailed .starts{
	margin: 0;
}
.starts li{
	display: inline-block;
	font-size: 0.8rem;
}
.starts li a i{
	color: #ed8323;
	opacity: 0.8;
}
.starts li:hover a i{
	opacity: 1;
}

/* Parallax Secion --------------------------*/
.image_01_parallax{
	background: url("../img/slide/1.jpg");
}
.image_02_parallax{
	background: url("../img/slide/2.jpg");
}
.image_03_parallax{
	background: url("../img/slide/3.jpg");
}
.image_04_parallax{
	background: url("../img/slide/4.jpg");
}
.bg_parallax{
  margin: 0 auto;
  padding: 0;
  position: absolute;
  z-index: 0;
  left:0;
  right:0;
  width: 100%;
  height: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: repeat-y;
  background-position: 0 50%;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
.opacy_bg_02{
  bottom: 0px;
  left: 0;
  color: #dedede !important;
  width: 100%;
  position: relative;
  height: 100%;
  z-index: 2;
  background: rgba(0, 0, 0, 0.6);
}
.opacy_bg_02 .caption-head{
	color: #5c5c5c !important;
}
.opacy_bg_02 .caption-head h2{
	color: #232323 !important;
}
.opacy_bg_02 .promotion-box{
	border:0;
}
.opacy_bg_02 h1,
.opacy_bg_02 h2,
.opacy_bg_02 h3,
.opacy_bg_02 h4,
.opacy_bg_02 h5,
.opacy_bg_02 h6,
.color-white h1,
.color-white h2,
.color-white h3,
.color-white h4,
.color-white h5,
.color-white h6,
.color-white span,
.color-white .title-feature,
.skin_base .titles h2 span,
.skin_base .large-number{
	color: #fff !important;
}
.skin_base .titles i,
.item-feature .head-feature i.left-icon,
.item-feature .head-feature i.right-icon{
	opacity: 0.5;
}
.opacy_bg_02 p,
.opacy_bg_02,
.color-white p{
	color: #f5f5f5;
}
.color-white .services-lines .item-service-line h5{
	color: #232323 !important;
}
.opacy_bg_02 .btn-primary,
.skin_base .btn-primary{
	background: transparent !important;
	border: 2px solid;
}
.image-container {
  overflow: hidden;
  position: absolute;
  height: 100%;
  padding: 0px;
  top: 0px;
}
.image-container.pull-right {
  right: 0;
}

/* Video Section --------------------------*/
.bg_video {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
}

/* Footer ------------------------------------------------*/
#footer{
	margin-top: 60px;
	padding-top: 150px;
	font-size: 0.8125rem;
	line-height: 20px;
}
#footer p{
	margin: 0;
	font-size: 1rem;
	line-height: 1.7rem;
	font-weight: lighter;
}
#footer h3{
	font-size: 18px;
	padding-bottom: 20px;	
}
#footer ul{
	margin: 0;
	list-style: none;
}
#footer ul li{
	line-height: 40px;
	font-weight: normal;
}
#footer ul li i{
	padding-right: 5px;
}
#footer .input-prepend{
	width: 100%;	
}
#footer .input-prepend input{
	height: 30px;
	width: 82%;
}
#footer .input-prepend{
	margin:6px 0 12px 0;
}
#footer .input-prepend .add-on{
	background: #ddd;
	height: 30px;
}
#footer .input-prepend .add-on i{	
	vertical-align: middle;
}
#footer .button{
	border-radius: 0;
	margin-top: 3px;
	padding: 0px auto;
}
#footer .contact_footer li i{
	margin-right: 10px;
}
#footer .title-footer h2{
	font-family: espa, sans-serif;
	font-size: 4rem;
	line-height: 3.125rem;
	padding-top: 0;
}
#footer .title-footer h2 span{	
	font-style: italic;
}
#footer .divisor{
	margin: 30px 0 32px 0;
	width: 100%;
	height: 1px;
}

/* Footer ----------------------------------------------------------------*/
.footer-v1{
	background-color: #252C2E;
}
.footer-v1 h3,
.footer-v1 ul li a:hover,
.footer-v1 .title-footer h2{
	color: #fff;	
}
.footer-v1 ul li a,
.footer-v1 p{
	color: #ddd;
}
.footer-v1 .divisor{
	background-color: #363636;
}
.footer-v1 .img-footer{
	margin-top: 0;
	position: relative;
	width: 100%;
	height: 100%;
}
.footer-v1 .img-footer img{
	position: absolute;
	top: 20px;
	right: -50px;
}

.search{
	margin-bottom:30px;
}
.search input,
.search .btn{
	height: 40px;
}

/* Social   ----------------------------*/
.social li{
	-webkit-transition: 0.2s all ease;
	-moz-transition: 0.2s all ease;
	-o-transition: 0.2s all ease;
	-ms-transition: 0.2s all ease;
	transition: 0.2s all ease;
}
.social li span{
	background: #555;
	padding: 5px 10px;
	margin-right: 15px;	
	-webkit-transition: 0.2s all ease;
	-moz-transition: 0.2s all ease;
	-o-transition: 0.2s all ease;
	-ms-transition: 0.2s all ease;
	transition: 0.2s all ease;
}
.social li span i{
	color: #fff;
	width: 8px;
	font-size: 0.7rem;
}
.social li:hover{
	margin-left: 5px;
	-webkit-transition: 0.2s all ease;
	-moz-transition: 0.2s all ease;
	-o-transition: 0.2s all ease;
	-ms-transition: 0.2s all ease;
	transition: 0.2s all ease;
}
.social li:hover span,
.social li:hover i{
	color: #fff !important;
	-webkit-transition: 0.2s all ease;
	-moz-transition: 0.2s all ease;
	-o-transition: 0.2s all ease;
	-ms-transition: 0.2s all ease;
	transition: 0.2s all ease;
}
.social .facebook:hover span{
	background: #3B5998;
}
.social .twitter:hover span{
	background: #3C8FC9;
}
.social .linkedin:hover span{
	background: #3399CC;
}
.social .github:hover span{
	background: #000;
}

/* Footer Down ------------------------------------------------------*/
.footer-down{
	margin-top: 60px;
	padding: 25px 0 20px 0;
	background: rgba(0,0,0,0.5);
}
.footer-down p{
	color: #fff;
	font-size: 1rem;
	margin: 0;
}
.footer-down ul{
	text-align: right;
}
.footer-down ul li{
	display: inline-block;
	margin-left: 5px;
	margin-right: 5px;
	text-transform: uppercase;
	font-size: 1rem;
	font-weight: lighter !important;
	line-height: 1.7rem !important;
}
.footer-down ul li:last-child{
	margin-right: 0;
}
.footer-down ul li a{
	color: #f5f5f5;
	font-size: 13px;
}
.nav-footer li:before {
	content: '|';
	color: #fff;
	display: inline-block;
	margin-right: 10px;
}
.nav-footer li:nth-child(1):before {
	display: none;
}
/* Top ------------------------------------------------------------*/
#toTop {
	display:none;
	text-decoration:none;
	position:fixed;
	bottom:10px;
	right:10px;
	overflow:hidden;
	width:51px;
	height:51px;
	border:none;
	text-indent:100%;
	z-index: 9999;
	background:url("../img/img-theme/ui.totop.png") no-repeat left top;
}
#toTopHover {
	background:url("../img/img-theme/ui.totop.png") no-repeat left -51px;
	width:51px;
	height:51px;
	display:block;
	overflow:hidden;
	float:left;
	opacity: 0;
	-moz-opacity: 0;	
}
#toTop:active, #toTop:focus {
	outline:none;
}

/* Filters ----------------------------------------------------------------*/
.portfolioFilter{
	text-align: right;
	margin: 20px auto 50px auto;
	padding-bottom: 10px;
	border-bottom: 1px solid #dedede;
}
.portfolioFilter a{
	margin: auto 10px;
	color: #131313;
	font-size: 14px;
	padding-bottom: 13px;
	-webkit-transition: 0.3s all ease;
	-moz-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	-ms-transition: 0.3s all ease;
	transition: 0.3s all ease;
}
.portfolioFilter a:hover{
	text-decoration: none;
	-webkit-transition: 0.3s all ease;
	-moz-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	-ms-transition: 0.3s all ease;
	transition: 0.3s all ease;
}
.portfolioFilter .current, .portfolioFilter a:hover{
  border-bottom: 3px solid;
  text-decoration: none;
}
.isotope-item {
    z-index: 2;
}
.isotope-hidden.isotope-item {
    z-index: 1;
}
.isotope,
.isotope .isotope-item {
  /* change duration value to whatever you like */
   -webkit-transition-duration: 0.8s;
   -moz-transition-duration: 0.8s;
   transition-duration: 0.8s;
}
.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    transition-property: height, width;
}
.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    transition-property: transform, opacity;
}

/* Galley ---------------------------------------------------------------*/
.info-gallery{
	position: relative;
	text-align: center;
	border:solid #dedede 1px;
	padding: 20px 12px 30px 12px;
	margin-bottom: 40px;
}
#boxes-carousel .info-gallery{
	border-right: 0;
}
.info-gallery:before {
  	border: 20px solid #fff;
	border-right-color: transparent;
  	border-left-color: transparent;
  	border-top-color: transparent;
  	content: "";
  	display: block;
  	top: -40px;
  	left: 30px;
  	position: absolute;
  	z-index: 999;
}
.info-gallery h3{
	font-size: 1.1rem;
}
.info-gallery h3 span{
	font-size: 0.8rem;
}
.info-gallery p{
	margin-bottom: 0;
	font-size: 0.85rem;
	line-height: 1.3rem;
}
.info-gallery .separator{
	margin: 2px auto 15px auto!important;
	max-width: 60%;
}
.info-gallery .btn{
	border: 0;
	font-size: 0.7rem;
	padding: 7px 10px;
}
.info-gallery .price{
	float: right;
	position: absolute;
	top: -75px;
	left: 30px;
	text-shadow: 2px 3px 3px rgba(0,0,0,0.5);
	font-size: 2.3rem;
	line-height: 2rem;
	font-weight: normal;
	color: #fff;
}
.info-gallery .price b{
	font-size: 0.8rem;
	line-height: 1rem;
	font-weight: lighter;
	font-style: italic;
	padding: 10px 5px;
	text-shadow:none;
	margin-right: 10px;
	border-radius: 50%;
}
.info-gallery .price span{
	font-weight: lighter;
	font-size: 1.8rem;
	right: -20px;
	top: -15px;
	position: absolute;
}
.info-gallery .starts{
	margin-bottom: 15px;
}

/* Galley list-view---------------------------------------------------------------*/
.list-view .img-hover{
	width: 40%;
	float: left;
}
.list-view .info-gallery{
	padding: 23px 20px 27px 20px;
	width: 60%;
	text-align: left;
	float: right;
}
.list-view .info-gallery:before {
  	border: 20px solid #fff;
  	border-left-color: transparent;
  	border-top-color: transparent;
  	border-bottom-color: transparent;
  	content: "";
  	display: block;
  	top: 30px;
  	left: -40px;
  	position: absolute;
  	z-index: 999;
}
.list-view .info-gallery .separator{
	margin: 2px 0 15px 0 !important;
	max-width: 100%;
}
.list-view .info-gallery  hr.separator{
	width: 100%;
}
.list-view .info-gallery .price{
	float: right;
	position: absolute;
	top: 30px;
	left: -160px;
	text-shadow: 2px 3px 3px rgba(0,0,0,0.5);
	font-size: 2.5rem;
	line-height: 2rem;
	font-weight: normal;
	color: #fff;
}
.list-view .info-gallery p {
  margin-bottom: 20px;
}
.list-view .info-gallery .btn {
  float: left;
}
.list-view .info-gallery .starts {
  float: right;
  margin-bottom: 0;
}

.title-results h3{
	text-align: center;
	padding: 30px 0;
}


/* Page Error ------------------------------------------------------------*/
.page-error{
	max-width: 80%;
	margin:70px auto 50px auto;
	text-align: center;
	position: relative;
}
.page-error h1{
	font-size: 140px;
	line-height: 140px;
}
.page-error h1 i{
	font-size: 200px;
	line-height: 190px;
}
.page-error hr.tall{
	margin: 20px 0 30px 0;
}

/* Sidebar Post -------------------------------------------------------*/
.widget{
	margin-bottom: 40px;
}
.widget iframe{
	width: 100%;
	height: 250px;
}
.widget .input-group-addon.btn-search{
	color: #fff;
	padding: 0;
	border-right: 0;
}
.widget .input-group-addon.btn-search input{
	height: 32px;
	border:0;
	padding: 5px 15px;
}
.widget .single-carousel{
	max-height: 220px;
}

/* Filter widgets --------------------------------------------*/
.container-by-widget-filter{
  	margin-left: -45px;
  	padding-left: 45px;
  	padding-right: 45px;
  	padding-bottom: 50px;
  	color: #ccc;
	height: 100%;
}
.filter-widget{
	padding: 0;
	max-width: 100%;
	margin: 0;
}
.filter-widget form{
	border: 0;
	padding: 0;
	margin: 0;
}
.filter-widget input{
	height: 50px;
	margin: 0 0 15px 0;
	width: 100%;
	font-size: 0.8rem;
	border:0;
	padding: 5px 10px;
	border: 1px solid #dedede;
}
.filter-widget input:last-child{
	border-right: 0;
}
.filter-widget .input-large{
	width: 100%;
	background: #fff url("../img/icons/location.png") no-repeat scroll left 6px;
	padding-left: 35px;
}
.filter-widget .date-input{
	width: 50%;
	float: left;
	background: #fff url("../img/icons/calendar.png") no-repeat scroll right 12px;
	padding-right: 10px;
	font-size: 0.8rem;
}
.filter-widget .selector{
	position: relative;
	border: 0;
	min-width: 60px;
	margin-bottom: 15px;
	width: 100%;
	line-height: 0;
	float: left;
	color: #999;
	font-size: 0.9rem;
}
.filter-widget .selector select {
	position: absolute;
	z-index: 1;
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	height: 50px;
	width: 100%;
	-webkit-appearance: menulist-button;
	line-height: 30px;
}
.filter-widget .selector select:hover{
	cursor: pointer;
}
.filter-widget .selector span.custom-select {
	display: inline-block;
	line-height: 52px;
	padding: 0 10px;
	width: 100%;
	color: #888 !important;
	overflow: hidden;
	white-space: nowrap;
}
.filter-widget span.custom-select {
	padding-left: 15px;
	padding-right: 15px;
	height: 50px;
}
.filter-widget span.custom-select {
	background: #fff;
	border: none;
	line-height: normal;
}
.filter-widget .selector span.custom-select:before {
	position: absolute;
	right: 0;
	top: 0;
	content: '';
	background: #999;
	width: 24px;
	height: 100%;
}
.filter-widget .selector span.custom-select:after {
	position: absolute;
	right: 9px;
	top: 22px;
	border-top: 5px solid #fff;
	border-left: 3px solid transparent;
	border-right: 3px solid transparent;
	content: "";
}
.filter-widget input[type="submit"]{
	width: 100%;
	border: 0;
	color: #fff;
	font-size: 1rem;
}
.title-widget{
	border-bottom: 2px solid;
	margin-bottom: 40px;
	padding-top: 0;
	position: relative;
}
.title-widget:after {
  	content: '';
  	left: 10%;
  	bottom: -15px;
  	position: absolute;
  	z-index: 999;
  	border-left: 15px solid transparent;
  	border-right: 15px solid transparent;
}
.widget .starts{
	margin: 0 0 10px 0;
}
.widget .starts li input{
	margin: 0 10px 0 0;
}
.widget .starts li a i{
	margin: 0 3px 0 0;
	font-size: 1rem;
}
.widget .starts li span{
	margin: 0 0 0 10px;
	font-size: 0.9rem;
}
.widget .radio label,
.widget .checkbox label{
	font-size: 300;
	font-size: 0.8rem;
}