.pagination a.navlinks{margin-left:2px;margin-right:2px;}


#system-message{
    background-color: #26b7cd;
    margin-bottom: 1vw;
    position: relative;
   
}

.alert-message>.close{
        position: absolute;
    right: -0.5vw;
    top: -0.5vw;
    color: #00;
    height: 1.5vw;
    width: 1.5vw;
    background-color: #fff;
    font-size: 2em;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    border: solid 1px #242424;
}

.alert-message>div>p{
    color: #fff;
    padding: 1vw;
}

.alert-message>h4{
    color: #fff;
    padding: 1vw 1vw 0 1vw;
}


.row-fluid {
    display: flex;
    justify-content: center;
}

.control-group {
    width: 100%;
    margin: 0 auto;
    padding: 0 0 0.4em 0;
	display: flex;
}
.page-header> h1{
    text-align: center;
}

.control-group>.fabrikLabel{
       display: inline-block;
    margin: 0.3em 0;
    padding: 0 1em 0 0;
    line-height: 1.2em;
    text-align: right;
    width: 38%;
    box-sizing: border-box;
}

.control-group>.controls {
    box-sizing: border-box;
    display: inline-block;
    width: 38%;
    /* max-width: 38%; */
    background: #fff;
    padding: 2px 0 2px 7px;

}


.control-group>.controls input{
    width: 100%;
    line-height: 23px;
}

.control-group>.controls>.fabrikElement select{
    height: 27px;
    width: 100%;
}

/*.sharepost {
	float: left;
	width: 80%;
	margin-bottom: 40px;
}
.sharepost ul {
	margin: 0px;
	padding: 0px;
}*/
.sharepost li {
	/*margin: 0px 7px 5px 0px;
	padding: 2px 5px;
	float: left;
	border-radius: 2px;
	list-style-type: none;*/
	/*background-color: #7ab700;*/
	background-color: transparent !important;
}
/*.sharepost li i {
	color: #fff;
}*/
.sharepost li:hover {
	/*background-color: #383634;*/
	background-color: transparent !important;
}
.azp_container .azura_tour {margin-left:0 !important;margin-right: 0 !important;}
.carousel li {margin-right: 0;}
.page_title2 .container ,.page_title3 .container {padding-right: 15px;padding-left: 15px;background-position: 15px bottom;}

.com_content [class^="icon-"],span[class^="icon-"]{
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
}

.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  font-size: 11px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: visible;
}

.tooltip.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}

.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}

.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}

.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}

.tooltip-inner {
  max-width: 200px;
  padding: 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-top-color: #000000;
  border-width: 5px 5px 0;
}

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-right-color: #000000;
  border-width: 5px 5px 5px 0;
}

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-left-color: #000000;
  border-width: 5px 0 5px 5px;
}

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-bottom-color: #000000;
  border-width: 0 5px 5px;
}
.wrapper_boxed #rev_slider_2_1 > ul {overflow: initial !important;}