.clearfix {
	*zoom: 1;
}

.clearfix:before,.clearfix:after {
	display: table;
	content: "";ip-advsearch
	line-height: 0;
}

.clearfix:after {
	clear: both;
}

.hide-text {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0;
}

.input-block-level {
	display: block;
	width: 100%;
	min-height: 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
/*======================= TYPOGRAPHY =======================*/
h1,h2,h3,h4,h5,h6 {
	margin-top: 0;
	font-family: 'Roboto', 'sans-serif';
	text-transform: uppercase;
	font-weight: 600;
	color: #282828;
}

h1 {
	color: #F60;
	font-size: 30px;
}

h2 {
	font-size: 30px;
}

h3 {
	font-size: 20px;
	line-height: 22px;
}

h4 {
	font-size: 14px;
	font-weight: normal;
	color: #C3C3C3;
	line-height: 20px;
}

p {
	margin: 0;
	padding-bottom: 14px;
}

.icons-marker {
	font-size: 16.8px;
	line-height: 18px;
}
/*Buttons*/
.btn {
	padding: 10px 17px 11px;
	font-size: 14px;
	line-height: 18px;
	border: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	background: url("../images/link.gif") repeat-x scroll 0 0 #232323;
	text-shadow: none;
	color: #ffffff;
}

.btn:hover {
	background: #666666;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.btn-primary {
	padding: 10px 17px 11px;
	font-size: 14px;
	line-height: 18px;
	border: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	background: url("../images/link.gif") repeat-x scroll 0 0 #232323;
	text-shadow: none;
}

.btn-primary:hover {
	background: #666666;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.btn-info {
	padding: 10px 17px 11px;
	font-size: 14px;
	line-height: 18px;
	border: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	background: url("../images/link.gif") repeat-x scroll 0 0 #232323;
	text-shadow: none;
}

.btn-info:hover {
	background: #666666;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.btn-group>.dropdown-toggle,#jform_publish_up_img .btn {
	padding: 0 0 0 17px;
	font-size: 18px;
	line-height: 18px;
	border: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	background: none;
	text-shadow: none;
}

.btn-group>.dropdown-toggle:hover,#jform_publish_up_img .btn:hover {
	background: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

#jform_publish_up_img,#jform_publish_down_img,.hasTooltip,.modal,.modal-button,#editor-xtd-buttons .btn
	{
	padding: 5px 0 0 5px;
	line-height: 18px;
	border: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	background: none;
	text-shadow: none;
	color: #282828;
}

.form-validate .btn {
	float: left;
}

#jform_publish_up_img:hover,#jform_publish_down_img:hover,.hasTooltip:hover,.modal:hover,.modal-button:hover,#editor-xtd-buttons .btn:hover
	{ /*background: none;*/
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	color: #000;
}

.btn-group.open .btn.dropdown-toggle {
	background: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.item_icons {
	margin: 0 0 10px;
}
/*Lists*/
ul.categories-module h5 {
	font-size: 1em;
	line-height: inherit;
	font-weight: normal;
	margin: 0;
}
/*Pagination*/
.pagination ul {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	border: none;
	box-shadow: none;
	margin: 0 auto;
	width: 100%;
}

.pagination ul li {
	display: inline-block;
	margin: 0 10px 0 0;
}

.pagination ul li .pagenav {
	font: 800 14px/18px;
	text-transform: none;
	color: #ffffff;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	border: none;
	box-shadow: none;
	background: url("../images/link.gif") repeat-x scroll 0 0 #232323;
	padding: 2px 17px 3px 17px;
}

.pagination ul li span.pagenav {
	color: #ffffff;
}

.pagination ul li a.pagenav {
	color: #ffffff;
}

.pagination ul li a.pagenav:hover {
	background: #666666;
}

.pagination ul li.pagination-start,.pagination ul li.pagination-end {
	display: none;
}

.pagination ul li.num span.pagenav {
	color: #989898;
}
/*Forms*/
input[type='radio'],input[type='checkbox'] {
	margin: 3px 0 0;
}
/* Images */
.item_img,.category_img {
	margin-bottom: 17px;
}

.img-intro__left,.img-full__left {
	float: left;
	margin: 4px 18px 9px 0;
}

.img-intro__right,.img-full__right {
	float: right;
	margin: 4px 18px 9px 0;
}

#content-row .moduletable ul {
	margin: 0;
	color: #282828;
	list-style: none;
}

#content-row .moduletable ul.unstyled {
	margin: 0;
}

#content-row .moduletable ul li {
	margin: 0 0 10px;
	font-size: 14px;
	background: url(../images/libg.png) no-repeat left 7px;
	padding: 0 0 0 13px;
}

#content-row .moduletable ul li p {
	color: #989898;
}
/*======================= TOP =======================*/
/*======================= HEADER =======================*/
#header-row {
	background: #efefef; /* Old browsers */
	background: -moz-linear-gradient(top, #efefef 0%, #ffffff 41%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #efefef),
		color-stop(41%, #ffffff) ); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #efefef 0%, #ffffff 41%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #efefef 0%, #ffffff 41%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #efefef 0%, #ffffff 41%);
	/* IE10+ */
	background: linear-gradient(to bottom, #efefef 0%, #ffffff 41%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(   startColorstr='#efefef',
		endColorstr='#ffffff', GradientType=0 ); /* IE6-9 */
	border-bottom: solid 1px #F1F1F1;
	/*background: url(../images/header_bg.jpg) repeat-x;*/
	height: 93px;
	/*padding-bottom: 10px;*/
}

#header-row .row-container #logo {
	margin: 42px 0 0 0;
}
/*======================= NAVIGATION =======================*/
.select-menu {
	display: none;
}

.navigation ul.sf-menu {
	position: relative;
	float: right;
	/*margin-right: 470px;*/
	/*SubMenu Styles*/

	/*Define 1st SubMenu position*/

	/*Define menu width*/

	/*Define SubMenu position*/

	/*Define 2nd+ SubMenu position*/
}

.navigation ul.sf-menu>li {
	padding: 0;
	margin: 0 0 0 23px;
	height: 65px;
}

.navigation ul.sf-menu>li.active>a,.navigation ul.sf-menu>li.sfHover>a,.navigation ul.sf-menu>li.current>a,.navigation ul.sf-menu>li.active>span,.navigation ul.sf-menu>li.sfHover>span,.navigation ul.sf-menu>li.current>span
	{
	color: #F60;
	/*background: url(../images/mainmenubg.gif) repeat-x 0 0;*/
	-webkit-transition: all 0.2s ease 0s;
	-moz-transition: all 0.2s ease 0s;
	-o-transition: all 0.2s ease 0s;
	transition: all 0.2s ease 0s;
}

.navigation ul.sf-menu>li>a,.navigation ul.sf-menu>li>span {
	font-size: 18px;
	line-height: 36px;
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
	color: #aaaaaa;
	height: 12px;
	font-size: 15px;
	display: block;
	padding: 39px 0 0;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	/*background: url(../images/mainmenubg.gif) repeat-x 0 -20px;*/
}

.navigation ul.sf-menu>li>a:hover,.navigation ul.sf-menu>li>span:hover {
	color: #f60;
	/*background: url(../images/mainmenubg.gif) repeat-x 0 0;*/
	-webkit-transition: all 0.2s ease 0s;
	-moz-transition: all 0.2s ease 0s;
	-o-transition: all 0.2s ease 0s;
	transition: all 0.2s ease 0s;
}

.navigation ul.sf-menu li:hover>ul,.navigation ul.sf-menu li.sfHover>ul
	{
	top: 89px;
	left: -40px;
}

.navigation ul.sf-menu ul {
	width: 130px;
}

.navigation ul.sf-menu li li:hover ul,.navigation ul.sf-menu li li.sfHover ul
	{
	top: -12px;
	left: 130px;
}

.navigation ul.sf-menu li li li:hover ul,.navigation ul.sf-menu li li li.sfHover ul
	{
	top: -12px;
	left: 130px;
}

.navigation ul.sf-menu ul {
	background: url(../images/submenubg.png) center 0px no-repeat;
	padding: 11px 0 0;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.1);
}

.navigation ul.sf-menu ul li {
	background: #090909;
	margin: 0;
}

.navigation ul.sf-menu ul li a,.navigation ul.sf-menu ul li span {
	font-size: 14px;
	line-height: 18px;
	font-family: Arial, Helvetica, sans-serif;
	color: #aaaaaa;
	display: block;
	padding: 6px 12px;
	text-decoration: none;
	text-align: center;
}

.navigation ul.sf-menu ul li a:hover,.navigation ul.sf-menu ul li span:hover
	{
	color: #ffffff;
}

.navigation ul.sf-menu ul li.active>a,.navigation ul.sf-menu ul li.sfHover>a,.navigation ul.sf-menu ul li.active>span,.navigation ul.sf-menu ul li.sfHover>span
	{
	color: #ffffff;
}

.navigation ul.sf-menu ul li.firstItem {
	padding-top: 20px;
}

.navigation ul.sf-menu ul li.lastItem {
	padding-bottom: 20px;
}

.navigation ul.sf-menu ul ul {
	background: url(../images/sub2menubg.png) left 20px no-repeat;
	padding: 11px 0 0 11px;
	margin-left: 3px;
	box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1);
}

.navigation ul.sf-menu ul ul li {
	box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.1);
	background: #676767;
}

.navigation ul.sf-menu ul ul li.firstItem {
	padding-top: 0;
}

.navigation ul.sf-menu ul ul li.lastItem {
	padding-bottom: 0;
}
/*======================= SHOWCASE =======================*/
#showcase-row {
	margin-bottom: 11px;
}

#showcase-row .camera_caption {
	background: url(../images/caption.png) repeat-x;
}

#showcase-row .camera_caption>div {
	background: none;
	margin: 0 auto;
	max-width: 1132px;
	padding: 26px 20px 24px;
}

#showcase-row .camera_caption>div p {
	font-size: 25px;
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
	color: #c8c8c8;
	font-weight: 300;
	margin: 0 110px 0 0;
}

#showcase-row .camera_caption>div h3 {
	line-height: 24px;
	color: #ffffff;
	font-size: 25px;
}

#showcase-row .camera_prev,#showcase-row .camera_next {
	bottom: 35px;
	top: auto;
	margin: 0;
	width: 47px;
	height: 47px;
	background: none;
}

#showcase-row .camera_prev span,#showcase-row .camera_next span {
	width: 47px;
	height: 47px;
	font-size: 0;
	line-height: 0;
	text-indent: -9999px;
	background-color: none;
}

#showcase-row .camera_prev {
	left: 50%;
	margin-left: 467px;
}

#showcase-row .camera_prev span {
	background: url(../images/controls.png) no-repeat 0 0;
}

#showcase-row .camera_prev span:hover {
	background: url(../images/controls.png) no-repeat 0 bottom;
}

#showcase-row .camera_next {
	left: 50%;
	margin-left: 520px;
}

#showcase-row .camera_next span {
	background: url(../images/controls.png) no-repeat -53px 0;
}

#showcase-row .camera_next span:hover {
	background: url(../images/controls.png) no-repeat -53px bottom;
}

.mod-newsflash-adv .isotope {
	margin: 0 -1.5%;
}

.mod-newsflash-adv .isotope-item {
	padding: 0 1.5%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	float: left;
}

.mod-newsflash-adv .isotope-item.straightDown {
	text-align: center;
}
/*======================= FEATURE =======================*/
/*======================= MAINTOP =======================*/
/*======================= CONTENT TOP =======================*/
/*======================= CONTENT =======================*/
#content-row {
	padding: 58px 0 26px;
	background: #FFF;
}

#content-row p {
	line-height: 21px;
}

#content-row .page-featured__home {
	border-bottom: 1px solid #EEEEEE;
}

#content-row .page-featured__home h1 {
	line-height: 36px;
	word-spacing: 1px;
	font-weight: 600;
}

#content-row .page-featured__home h3 {
	color: #C3C3C3;
	line-height: 25px;
	font-size: 25px;
	font-weight: normal;
	margin: -4px 0 0 0;
}

#content-row .page-featured__home a.mainlink {
	background: url("../images/heading-link.png") repeat-x scroll 0 0
		#232323;
	border-bottom: 1px solid #7A7A7A;
	color: #fff;
	float: right;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-size: 19px;
	line-height: 23px;
	padding: 19px 14px 19px 22px;
	text-decoration: none;
	text-transform: uppercase;
	margin-top: 3px;
}

#content-row .page-featured__home a.mainlink:hover {
	background: #BBBBBB;
	border-color: #A5A4A4;
	color: #1E1E1E;
}

#content-row .page-featured__home .item {
	margin-bottom: 35px;
}

#content-row .page-category h3 {
	line-height: 25px;
	font-weight: normal;
	margin: -4px 0 0 0;
}

#content-row .page-category .item_header {
	margin: 0 0 26px;
}

.container-fluid {
	padding: 0 !important;
}

.item {
	margin-bottom: 18px;
}

.page-header {
	border: none;
	padding: 0;
	margin: 0;
}
/*===== Gallery Page ======*/
ul.gallery {
	margin: 0 0 0 -1%;
}

ul.gallery .gallery-item {
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 1%;
	float: left;
	list-style: none;
}

ul.gallery .gallery-item .item_img {
	margin-right: 0;
	float: none;
}

ul.gallery .gallery-item.straightDown {
	float: none;
}

ul.gallery .gallery-item.straightDown .item_img {
	float: left;
	margin: 0 18px 18px 0 !important;
}
/*===== Team Page ======*/
.page-category__team .item_introtext {
	overflow: hidden;
}

h2.moduleTitle,.page_header h2 {
	margin: 0;
}
/*===== Service Page ======*/
.body__services #content-row {
	padding: 58px 0 58px;
}

.body__services #content-row .page-category__services .item_header {
	margin: 0 0 15px;
}

.body__services #content-row .page-category__services .item {
	background: #dbdbdb;
	padding: 20px;
}

.body__services #content-row .page-category__services .item p {
	padding: 0;
}
/*===== Blog Page ======*/
.page-blog .items-row {
	margin: 0 0 15px 0;
}

.page-blog .items-row .item_createdby,.page-blog .items-row .item_published
	{
	color: #C3C3C3;
	text-transform: uppercase;
}

.page-blog .items-row .item_info_dl {
	margin: -5px 0 18px;
}

.page-blog .items-row .item_info_dl dd {
	margin: 0;
}

.page-item {
	margin: 0 0 30px;
}

.page-item .item_createdby,.page-item .item_published {
	color: #C3C3C3;
	text-transform: uppercase;
}

.page-item .item_info_dl {
	margin: -5px 0 18px;
}

.page-item .item_info_dl dd {
	margin: 0;
}

#content-row .offerlist ul {
	margin: 0;
	list-style: none;
}

#content-row .offerlist ul li {
	margin: 0 0 10px;
	background: none;
	padding: 0;
}

#content-row .offerlist ul li .dropcap {
	background: url("../images/dropcap.gif") repeat-x;
	color: #FFF;
	float: left;
	font-family: 'Open Sans', sans-serif;
	font-size: 25px;
	font-weight: 600;
	line-height: 30px;
	margin: 3px 21px 0 0;
	padding: 12px 0 17px;
	text-align: center;
	width: 59px;
}

#content-row .offerlist ul li .extra {
	margin: 0 0 0 80px;
}

#content-row .offerlist ul li .extra a {
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
	line-height: 14px;
}

#content-row .offerlist ul li .extra p {
	margin: 5px 0 0;
}

#aside-right .moduletable {
	margin: 0 0 60px;
}

#search-searchword {
	margin-top: 5px;
}

.addthis_toolbox {
	padding-top: 14px;
}
/*======================= CONTENT BOTTOM =======================*/
/*======================= MAINBOTTOM =======================*/
#mainbottom-row {
	background: url("../images/main-bg.png") repeat-x 0 bottom #ffffff;
	padding: 0 0 49px;
}

#mainbottom-row .row-container .mod-newsflash-adv__offers h3.item_title__offers
	{
	margin: 0;
	line-height: 22px;
}

#mainbottom-row .row-container .mod-newsflash-adv__offers h4 {
	color: #C3C3C3;
}

#mainbottom-row .row-container .mod-newsflash-adv__offers .price {
	color: #282828;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-size: 25px;
	line-height: 23px;
	margin: 4px 0 0;
}

#mainbottom-row .row-container .mod-newsflash-adv__offers p {
	margin: 15px 0 0;
	line-height: 21px;
}

#mainbottom-row .row-container .mod-newsflash-adv__offers .readmore {
	margin: 13px 0 0;
}

#mainbottom-row .team {
	margin-top: 9px;
}
/*======================= BOTTOM =======================*/
#bottom-row {
	background-color: #F1F1F1;
	/*background: url(../images/bottom_bg.jpg);*/
}

#bottom-row #bottom-row-in {
	background: url(../images/bottombg.png) repeat-x;
	border-top: 1px solid #f6f6f6;
	padding: 60px 0 66px;
}

#bottom-row .tweets h2 {
	margin: 0 0 20px;
}

#bottom-row .tweets #twittericon {
	background: url(../images/twitter.png) no-repeat;
	width: 63px;
	height: 51px;
	margin: 5px 0 0 0;
}

#bottom-row .tweets .tweet_list li {
	padding: 18px 0;
	border-top: 1px solid #dedede;
	background: none;
}

#bottom-row .tweets .tweet_list li.tweet_first {
	padding: 0 0 18px 0;
	border: none;
}

#bottom-row .tweets .tweet_list li .tweet_text {
	color: #989898;
}

#bottom-row .tweets .tweet_list li .tweet_text,#bottom-row .tweets .tweet_list li .tweet_time
	{
	margin: 0 0 0 75px;
	display: block;
}

#bottom-row .tweets .tweet_list li .tweet_user {
	display: inline-block;
	margin: 0 0 0 14px;
}

#bottom-row .tweets .tweet_list li .tweet_time a {
	color: #c6c6c8;
}

#bottom-row .tweets .tweet_list li .tweet_time a:hover {
	color: #989898;
}

#bottom-row .mod-custom__market {
	margin: -6px 0 0;
}

#bottom-row .mod-custom__market h4 {
	margin: -9px 0 16px;
}

#bottom-row .mod-custom__market p {
	margin: 8px 0 0;
}

#bottom-row p {
	line-height: 21px;
}

#bottom-row .services .mod-newsflash-adv__services {
	margin-top: -7px;
}

#bottom-row .services .mod-newsflash-adv__services .item {
	margin-bottom: 5px;
}

#bottom-row .services .mod-newsflash-adv__services .item .img-intro {
	margin-top: 5px;
}

#bottom-row .services .mod-newsflash-adv__services .item_content {
	margin: 0 0 0 77px;
}

#bottom-row .mod-custom__whyus img {
	margin: 0 0 14px;
}

#bottom-row .mod-custom__whyus h4 {
	margin: -17px 0 13px;
color: #282828;
}
/*======================= FOOTER =======================*/
#copyright-row {
	background: #1d1d1d;
	padding: 18px 0 15px 0 !important;
}

#copyright-row .row-container .mod-footer {
	margin: 10px 0 0;
	color: #8c8c8c;
}

#copyright-row .row-container .mod-footer .siteName {
	font-weight: bold;
}

#copyright-row .row-container .mod-footer a {
	color: #8c8c8c;
}

#copyright-row .row-container .mod-footer a:hover {
	text-decoration: underline;
}
/*===== Social Media ======*/
.moduletable .social li {
	margin: 0 4px 0 6px;
}

.moduletable .social li a {
	width: 37px;
	height: 37px;
	line-height: 24px;
}

.moduletable .social li a:hover {
	background-position: 0 38px;
}

/*======================= Custom styles =======================*/
/*=============================================================*/

/*===== Header: Login - Logo - Menu ======*/
#btl {
	font-size: 11px;
	line-height: 11px;
	margin: 0 0 0 0;
	text-transform: uppercase;
}

#btl-panel-login,#btl-panel-registration {
	background: transparent !important;
}

#btl .btl-panel>span {
	box-shadow: none !important;
	color: #777 !important;
	padding: 0 9px !important;
}

#btl .btl-panel>span:hover {
	color: #f60 !important;
}

#logo {
	width: 300px !important;
	margin: -8px 0 0 0 !important;
	position: absolute;
}

.navigation {
	margin-left: 133px !important;
	position: absolute !important;
	width: 81.8% !important;
}

.login-bt {
	width: 125px !important;
	float: left;
	margin-right: -53px;
}

#btl-panel-profile.btl-dropdown {
	background: none !important;
}

#header-row .row-container {
	max-width: 1230px !important;
}

/*===== Quick Search ======*/
.search {
	margin-top: 15px;
}

.ip_qsmod_holder {
	background: #ededed; /* Old browsers */
	background: -moz-linear-gradient(top, #FFF 40%, #FFF 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, #FFF),
		color-stop(100%, #FFF) ); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #FFF 40%, #FFF 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #FFF 40%, #FFF 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #FFF 40%, #FFF 100%);
	/* IE10+ */
	background: linear-gradient(to bottom, #FFF 40%, #FFF 100%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(   startColorstr='#FFF',
		endColorstr='#FFF', GradientType=0 ); /* IE6-9 */
	padding: 20px;
	border-radius: 30px;
	float: left;
	margin-right: 85px;
}

.control-group {
	float: left;
	margin-bottom: 9px;
}

#ip-location-filters {
	float: left;
}

.input-medium.ip-qssearch {
	width: 300px;
}

.ip-quicksearch-sortholder {
	clear: both;
}

.control-group {
	margin-right: 40px;
	float: left;
	margin-bottom: 9px;
}

@media ( min-width : 1500px) {
	.row-fluid .span9 {
//		width: 1100px !important;
	}
}

@media ( max-width : 767px) {
	[class*="span"],.row-fluid [class*="span"] {
		float: left;
	}
}

@media ( max-width : 767px) {
	#btl .btl-panel {
		margin-right: 15px;
	}
}

.search .input-small {
	width: 150px !important;
}

.input-medium.ip-qssearch {
	width: 150px !important;
}

#content-row {
	padding: 40px 0 0px;
}

/*===== Social Menu ======*/
.instagram {
	background: url(../images/social/instagram.png);
}

.linkedin {
	background: url(../images/social/linkedin.png);
}

/*===== Text Home ======*/
.mod-custom__text-home {
	text-align: center;
	padding-top: 25px;
	line-height: 58px;
}

.mod-custom__text-home a {
	font-size: 18px;
}

/*===== Recent Properties ======*/
h2.moduleTitle.offers {
	margin: 0 0 26px 0px;
}

.offers .row-fluid{
	margin-left: 0px;
}

.offers .ip-bannertopright {
	right: 16px;
}

.offers.block2 {
	margin-left: 0px !important;
}
img.ip-recentproperties-thumb {
	height: 161px !important;
	width: 268px !important;
	margin-bottom: 17px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	max-width: 100%;
	/*border: 7px solid white;*/
	box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.13);
	-moz-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.13);
	-webkit-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.13);
}

.offers .ip-mod-title {
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
	font-weight: 600;
	color: #282828;
	font-size: 20px !important;
}

.offers .ip-mod-desc {
	height: 170px !important;
	width: 268px !important;
	margin-bottom: 15px;
}

.offers .ip-mod-desc p {
	margin: 15px 0 0 0;
	line-height: 21px;
}

.offers .ip-mod-desc em {
	display: block;
	line-height: 20px;
	margin-top: 0;
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
	font-style: normal;
	color: #C3C3C3;
}

.offers .ip-mod-price {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-size: 25px;
	line-height: 23px;
	margin: 4px 0 0px 0;
}

.offers .ip-newprice {
	font-size: 110%;
}

/*===== Featured Properties ======*/
.ip-featured-img {
	border: none !important;
}

/*===== Random Agent ======*/
.ip-randomagent-thumb {
	border: none !important;
}

/*===== Random Properties ======*/
.ip-randomproperties-thumb {
	border: none !important;
}

/*===== Twitter ======*/
.ltOdd {
	background: none !important;
}

.ltEven {
	background: none !important;
}

img.ltUserAvatar {
	height: 59px !important;
	width: 59px !important;
	margin: 0 18px 0 0 !important;
}

.ltUserStatus {
	margin: 4px 18px 9px 0;
}

.ltUserAvatar { //
	content: url("../images/social/mareus-grey.jpg");
}

/*===== List Properties ======*/
.ip-proplist {
	width: 805px !important;
	margin-bottom: 65px;
}

.all-properties .ip-listview-map {
	margin-bottom: 30px !important;
}

.ip-proplist .span12.cat_overview_desc {
	display: none;
}

.ip-quicksearch-form .ip-quicksearch-sortholder select {
	margin-right: 0px !important;
}

.input-mini {
	width: 70px !important;
}

.ip-overview-row {
	width: 791px;
}

.ip-row0 {
	background-color: #e3e3e3 !important;
}

.ip-pagination-results {
	margin-right: 5px;
	margin-top: 2px;
}

.ip-overview-title {
	font-size: 16px;
}

.ip-overview-title em {
	font-size: 12px !important;
	font-style: normal;
}

.ip-property-header-accent {
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
	font-weight: 600;
	color: #282828 !important;
}

.icon-star:before {
	content: "\e086";
}

.ip-overview-short-desc {
	margin: 10px 90px 10px 0;
}

.ip-overview-price {
	margin: 10px 0;
	font-weight: bold;
	color: #6e6e6e;
}

.ip-proplist .control-group {
	margin-right: 0px;
}

/*=====  aside-right ======*/
#aside-right {
	width: 299px;
	margin-left: 85px;
}

#aside-right .ip-mod-desc {
	display: none;
}

#aside-right .ip-mod-readmore {
	display: none;
}

#aside-right .moduletable {
	margin: 0 0 20px;
}

/*#aside-right .cloud {
    margin-top: 47px;
}*/
.font-size-is-default {
	font-size: 14px !important;
	line-height: 1.7em !important;
	text-align: center !important;
}

/*=====  Search ======*/
.mod-search .mod-search_searchword {
	width: 215px !important;
}

.mod-search .btn-primary {
	width: 80px;
	height: 28px;
	padding: 11px 17px 11px;
	font-size: 14px;
	line-height: 0px;
}

/*=====  Advanced Search ======*/

.ip-advsearchpageadvanced-search #ipPagination {
	width: 800px;
}

.ip-advsearchpageadvanced-search #ipPagination ul li {
	display: block;
}

.ip-advsearchpageadvanced-search {
	width: 800px;
}

.ip-adv-slidecontainer {
	margin-bottom: 10px;
}

.ip-adv-slidecontainer .form-inline {
	margin-top: 7px;
}

.ip-adv-slidecontainer .form-inline label {
	margin-top: 10px;
}

.ip-adv-select,.ip-adv-select-container {
	width: 100px !important;
}

.ip-adv-checkbox-container {
	width: 100px !important;
}

/*=====  Property Details ======*/
.icon-print:before {
	content: "\e026";
}

.icon-save:before {
	content: "\e031";
}

.icon-list:before {
	content: "\e072";
}

.icon-edit:before {
	content: "\e065";
}

.nav-tabs>li>a {
	font-size: 12px;
	padding-top: 8px !important;
	padding-bottom: 8px !important;
	line-height: 20px !important;
	border: 1px solid transparent !important;
	border-radius: 4px 4px 0 0 !important;
	margin-right: -1px !important;
}

.ip-actions .btn {
	display: inline-block;
	padding: 4px 14px;
	margin-bottom: 0;
	font-size: 14px;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	color: #333;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	background-color: #f5f5f5;
	background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',
		endColorstr='#ffe5e5e5', GradientType=0 );
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=  false );
}

.ip-mainheader a {
	color: #F60 !important;	
}

.ip-mapright .pull-left {
	color: #333 !important;
}

.ip-mapright .pull-right {
	color: #6e6e6e !important;
}

.ip-mapright {
	height: 285px;
	overflow: hidden;
}

.ip-after-property {
	width: 235px;
}

.ip-summary-sidecol {
	color: #333 !important;
}

span.label.label-info {
	float: right !important;
}

.ip-sidecol.ip-hits {
	margin-bottom: 10px !important;
}

.label-info {
	background-color: #F60;
}

.ip-agent-contact-btn {
	margin-right: 40px;
	margin-top: 15px;
}

input.btn.btn-primary {
	padding: 10px 17px 11px;
	font-size: 14px;
	line-height: 18px;
	border: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	background: url("../images/link.gif") repeat-x scroll 0 0 #232323;
	text-shadow: none;
	color: #ffffff;
}

/**************

/*=====  Agent Details ======*/
.ip-agent-overview-img {
	width: 25% !important;
}

.ip-agent-overview-desc {
	width: 73% !important;
}

.icon-envelope:before {
	content: "\e01f";
}

.ip-contact.all-properties {
	width: 805px !important;
}

.ip-agentbio {
	margin-top: 10px;
}

#ipCform.control-group {
	display: block;
}
/*=====  languages ======*/
.mod-languages {
	margin-top: 2px;
	float: right;
}

div.mod-languages li {
	margin-left: 0px !important;
	margin-right: 2px !important;
}

/*=====  menu ======*/
#btl .btl-panel {
	width: 150px;
}

/*=====  linea superior login i idiomes ======*/
#top-row {
	background-color: #ddd;
	height: 27px;
}

/*=====  showcase  ======*/
#showcase-row .row-fluid {
	margin: 0 auto;
	width: 1200px;
}

/*=====  barra search  ======*/
#maintop-row {
	background-color: #F1F1F1;
	padding-bottom: 14px;
	margin-left: auto;
	margin-right: auto;
	width: 1200px;
}
/*=====  butons login  ======*/
#btl .btl-panel>span,button.btl-buttonsubmit,input.btl-buttonsubmit {
	font-size: 9px;
	margin: 0 !important;
	border-radius: 3px;
	padding: 0 5px !important;
}
/*=====  espai content row  ======*/
/*#content-row{padding: 0px;}*/

/*===== About Us ======*/
.our-team img {
	border: none !important;
	-webkit-box-shadow: none !important;
	margin-bottom: 10px;
}

.our-team .ip-mod-title {
	text-transform: uppercase;
}

.our-team .ip-mod-subtitle {
	display: none !important;
}

.our-team .ip-mod-thumb {
	width: 85% !important;
}

/*===== text home ======*/
.mod-custom__text-home h1 {
	font-size: 38px;
}

.mod-custom__text-home h3 {
	font-size: 18px;
}
/*===== pestanyes detall pisos ======*/
.nav-tabs>li>a {
	padding: 0 10px;
	font-weight: bold;
}

.nav-tabs li.active {
	border: 1px solid rgba(0, 0, 0, 0) !important;
	background-color: #FFDFCA !important;
	border-radius: 4px 4px 0 0;
}

.nav-tabs li.active a:hover {
	background-color: #FFDFCA;
}
/*===== pestanyes convert ======*/
#ipcurrency hr {
	padding: 18px;
}

/*===== agents ======*/
.ip-agent-overview-desc a b {
	font-size: 22px;
}

#ipCform {
	margin: 0 auto;
	width: 400px;
}

#ipCform .form-actions {
	border: none;
}

/*===== Bottom======*/
#bottom h2 {
	font-size: 27px;
}

#bottom p {
	text-align: justify;
}

.why-us {
	margin: 0 0 0 0 !important;
}

.services h4 {
	margin: 0px 0 13px 0 !important;
}

.services .item_content {
	margin: 0 0 0 0 !important;
}

.services img {
	height: 150px !important;
}

/*===== menu responsive======*/
div.moduletable.navigation.span9 {
	width: 1080px!important;
}

#plg_ip_facebook {
	display: inline;
}

#___plusone_0 {
	float: left !important;
	width: 190px !important;
}

/* google map */
.gmnoprint img {
	max-width: none; 
}

#ipMapnavData #categories1 {
	padding-left: 22px;
}

#ipMapnavData #categories5 {
	padding-left: 22px;
}