@import "fonts/stylesheet.css";
@import "textimg.css";
@import "mice.css";
@import "portfolio.css";
@import "isotope.css";
@import "navigation.css";
@import "highlights.css";
@import "lcto.css";

#header,
#footer,
#map_footer,
#footer_bottom,
#main #content_main #left,
.smartphone,
.tablet,
#home_right{
	display: none;
}


body{
	font-family: arial;
	font-size: 12px;
	line-height: 22px;
	color: #000;
}

a{
	color: #266078;
	text-decoration: none;
}

a.btn_call,
a.back{
	display: none;
}

h1{
	 font-family: 'vaglightregular';
	 font-size: 30px;
	 line-height: 33px;;
	 color: #266078;
	 text-shadow: 1px 1px 1px #efecf7;
	 font-weight: normal;
	 margin: 0px 0px 25px 0px;
}

h1.main_title{
	margin-top: 0px;
}

h2{
	 font-family: 'vaglightregular';
	 font-size: 20px;
	 line-height: 22px;
	 color: #000;
	 font-weight: normal;
}


h2.blue_title{
	font-size: 20px;
	text-transform: uppercase;
	color: #266078;
	line-height: 23px;
}

h3{
	font-family: 'vaglightregular';
	font-size: 18px;
	line-height: 22px;
	color: #266078;
	font-weight: normal;
	margin: 25px 0px;
}

hr{
	margin: 0px;
	border: none;
	border-bottom: 1px dotted #266078;
}

.title{
	background: #256078;
	border: 1px solid #256078;
	height: 7px;
	position: relative;
	text-align: center;
}

.title h3{
	line-height: 19px;
	background: #256078;
	border: 1px solid #256078;
	border-bottom: 0px;
	margin:auto;
	margin-top: -14px; 
	color: #fff;
	font-family: arial;
	font-size: 10px;
	display: block;
	max-width:70px;
	padding: 0px 16px;
	width: auto;
	
}

.title .arrow{
	height: 6px;
	width: 10px;
	overflow: hidden;
	background: url("../images/arrow-title.gif") top left no-repeat;
	position: absolute;
	bottom: -5px;
	left: 50%;
	margin-left: -5px;
}

.title2{
	background:none;
	text-align: left;
}

.title2 h2{
	display: inline-block;
	background: #fff;
	padding: 0px;
	margin: 0px;
}

img.image_left{
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
}

img.image_right{
    float: right;
    margin-left: 20px;
    margin-bottom: 10px;
}


#content_contact #content_contact_content{
	position: static;
}

#home_top{
	margin-bottom: 30px;
}

.jcarousel-list-horizontal{
	width: 100% !important;
}

/***** Isotope *****/

.isotope{
	height: auto !important;
}

.isotope .isotope-item{
	position: static !important;
	float: left !important;
	margin: 0px 4% 5% 0px !important;
	-webkit-transform : none !important;
	width: 45% !important;
	padding: 0% !important;
}

.content_projectlist.projectlist_partners .project{
	width: 40% !important;
	padding: 2.5% !important;
}

/***** Navigation *****/

.content_breadcrumb{
	font-size: 10px;
	line-height: 35px;
	color: #000;
}

.content_breadcrumb a{
	color: #266078;
}

/***** Portfolio *****/

/** Projectview **/

.content_projectview .project_left,
.content_projectview .project_right{
	width: 100%;
	float: none;
	padding: 0px;
	background: none;
	border: none;
	margin: 0px;
}

.content_projectview .project_left .project_description{
	background: none;
	padding: 0px;
	min-height: 0px;
	border: none;
	margin-bottom: 30px;
}

.content_projectview .project_right .project_fields{
	background: none;
	padding: 0px;
	border: 0px;
}

.content_projectview .project_right .project_fields .corner{
	display: none;
}

/** Projectlist **/

.content_projectlist.small_list{
	display: none;
}

.portfolio_filter{
	display: none;
}

.portfolio_listing{
	width: 100%;
	float: none;
}

/***** Mice *****/

/** Placelist **/

.content_placelist .types_list{
	display: none;
}

/** Placeview **/

.content_placeview .place_right,
.content_placeview .place_left{
	width: 100%;
	float: none;
	padding: 0px; 
}

.content_placeview .place_sharing{
	display: none;
}

.content_placeview .place_right .place_commodities{
	margin-top: 30px;
	border: none;
	background: none;
}

.content_placeview .place_left .place_images a{
	display: inline-block !important;
	margin: 0px 30px 30px 0px;
	float: left;
}

.content_placeview .place_left .place_images img{
	max-width: 500px;
	height: auto;
	
}

.content_placeview .place_left .place_images .zoom{
	display: none;
}

.content_placeview ul.place_tabs{
	display: none;
}

.content_placeview div.place_tab{
	display: block;
	padding: 0px !important;
	background: none;
	border: none;
	margin-bottom: 30px;
}

.content_placeview #preview_map p{
	display: none;
}

