@CHARSET "ISO-8859-1";
/* Large desktop */
@media (min-width: 1200px) {
	.second_menu {
	    height: 63px;
	    margin: -68px 0 0;
	    position: relative;
	}
	.second_menu li {
		width: 20%;
		text-align: center;
	}
	.second_menu li:nth-child(3) {
		width: 27%;
	}
	.second_menu li:nth-child(5) {
		width: 16%;
	}
	.second_menu li:nth-child(1), .second_menu li:nth-child(2) {
		width: 25%;
	}
	.second_menu li:nth-child(4) {
		width: 23%;
	}
	.second_menu li a {
		background: url(../images/nav_bg_grey.png) no-repeat 0 0 transparent;
		color: #bfbfbf;
		font-family: 'NotoSansRegular';
		font-size: 15px;
		padding: 20px 0;
		position: relative;
		z-index: 100;
		display: inline-block;
		border-right: solid 1px #fff;
		width: 100%;
	}
	.second_menu li.current a {
		background: url(../images/nav_bg_blue.png) no-repeat 0 0 transparent;
	}
	.second_menu li a:hover, .second_menu li.current a {
		background-position: top center;
		text-decoration: none;
		color: #fff;
	}
	.second_menu li:last-child a {
		border: none;
	}
	.second_menu li:last-child a {
		border-radius: 0 0 13px 0;
	}
	.second_menu li:first-child a {
		border-radius: 0 0 0 13px;
	}
}
/* Portrait tablet to landscape and desktop */
@media (max-width: 979px) {
	.row-fluid [class*="span"] {
		width: 100%;
	}
	#container {
		background-position: center -300px;
	}
	.header_content {
		
	}
	.banner .bx-wrapper {
		padding: 0 2%;
	}
	.navbar-inverse .btn-navbar:hover,
	.navbar-inverse .btn-navbar:focus,
	.navbar-inverse .btn-navbar:active,
	.navbar-inverse .btn-navbar.active,
	.navbar-inverse .btn-navbar.disabled,
	.navbar-inverse .btn-navbar[disabled] {
		background-color: #fff;
	  *background-color: #fff;
	}
	.navbar-inverse .navbar-inner, .navbar-inner {
		background: none;
		border: none;
		min-height: 0;
		padding: 0;
	}
	.navbar-inverse .btn-navbar {
	    background: none repeat scroll 0 0 #FFFFFF;
	    border: medium none;
	    border-radius: 2px 2px 2px 2px;
	}
	.navbar .btn-navbar .icon-bar {
		background: #114B90;
	}
	#menu_button .navbar-inner {
		border: none;
		box-shadow: none;
		background: none;
	}
	.header_content .logo {
		padding-left: 2%;
	}
	.nav-collapse {
	    background: none repeat scroll 0 0 #114B90;
	    margin: 0 auto;
	    width: 70%;
	    z-index: 200;
		text-align: center;
	}
	.navbar-inverse .nav-collapse .nav > li > a {
	    border-bottom: 1px solid #FFFFFF;
	    border-radius: 0 0 0 0;
	    color: #FFFFFF;
	    font-family: 'NotoSansRegular';
	    font-size: 130%;
	    font-weight: normal;
		padding: 3%;
		margin: 0
	}
	.navbar-inverse .nav-collapse .nav > li:last-child > a {
		border: none;
	}
	 .navbar-inverse .nav-collapse .nav > li > a:hover,
	  .navbar-inverse .nav-collapse .nav > li > a:focus,
	  .navbar-inverse .nav-collapse .dropdown-menu a:hover,
	  .navbar-inverse .nav-collapse .dropdown-menu a:focus {
	    background-color: #e5e5e5;
		text-shadow: none;
		color: #114b90;
		border-radius: 0;
	}
	
	.nav-collapse .nav {
	    float: none;
	    margin: 0;
	    padding: 0 20px;
	}
	
	.row-fluid.banner img {
		width: 100%;
	}
	.row-fluid.banner img.default_banner {
		width: 96%;
		padding: 0 2%;
	}
	
	.row-fluid .second_menu {
		margin: 0;
		position: relative;
		top: -67px;
		padding: 0 2%;
	}
	.second_menu li {
		width: 100%;
		text-align: center;
	}
	.second_menu li.current a {
		background: url(../images/nav_bg_blue.png) no-repeat top center transparent;
		color: #bfbfbf;
		font-family: 'NotoSansRegular';
		font-size: 124%;
		padding: 20px 0;
		position: relative;
		z-index: 100;
		display: inline-block;
		border-right: solid 1px #fff;
		width: 100%;
		color: #fff;
		border-radius: 0 0 0 13px;
	}
	#second_menu_button {
		background: url(../images/nav_bg_grey.png) no-repeat 0 0 transparent;
		color: #bfbfbf;
		font-family: 'NotoSansRegular';
		padding: 10px 0;
		position: relative;
		z-index: 100;
		display: inline-block;
		border-radius: 0 0 13px 13px;
		margin: 0;
	}
	#second_menu_button .navbar-inner {
		display: inline-block;
		
	}
	#second_menu_button .btn-navbar {
	    background: none;
	    border: none;
	    box-shadow: none;
	    float: none;
	}
	#second_menu_button  .btn-navbar .icon-bar {
	    background: #fff;
		width: 30px;
		height: 3px;
	}
	.second_navbar {
		position: relative;
		top: -70px;
	}
	#container .main {
		position: relative;
		top: -80px;
	}
	.wrapper {
	    margin: 0 auto;
	    position: relative;
	    width: 96%;
	}
	.main_form {
		padding: 10% 10% 0 10%;
		background: none;
	}
	.customSelectInner {
		padding: 0 10px 5px 10px;
	}
	.main_form .field {
		width: 100%;
	}
	.main_form .field label {
		width: 45%;
		font-size: 100%;
	}
	.main_form .field label, .main_form .customSelectInner, .main_form input.text, .main_form select option {
		font-size: 100%;
	}
	.main_form .field select {
		width: 49%;
	}
	.main_form .checkbox label {
	    float: left !important;
	    margin-top: 1px;
	    padding: 0 7% 0 0 !important;
	}
	.main_form .Actions {
		width: 100%;
	}
	.main_form .Actions input {
		font-size: 135%;
	}
	.carousel .bx-wrapper {
		width: 600px;
		margin: 0 auto;
	}
	.carousel .bx-controls {
		width: 600px
	}
	.carousel .item img {
		width: 100%;
	}
	.footer p {
		font-size: 90%;
	}
	h2.page_title {
		font-size: 230%;
		text-align: center;
	}
	h2.page_title .left_span, h2.page_title .right_span {
		width: auto;
	}
	.typography form .field.text {
		width: 100%;
	}
	.typography form label {
		width: 100%;
		float: none!important;
		margin-right: 3%;
		font-size: 120%;
		text-align: left;
	}
	.typography input[type="text"], .typography input[type="password"],
	.typography input[type="url"], .typography input[type="email"],
	.typography input.text, .typography input.title, textarea {
		width: 90%;
		font-size: 120%;
	}
	.typography p, .typography a, .typography li {
		font-size: 120%;
	}
	.typography .literalFieldArea textarea {
		width: 92%;
	}
	.typography .literalFieldArea, .typography .customcaptcha .middleColumn {
		margin-left: 0;
	}
	.typography .customcaptcha .middleColumn p {
		float: left;
	}	
	.typography .customcaptcha .middleColumn input {
	    float: left;
	    margin-left: 2%;
	    margin-top: 21px;
	    width: 20%;
	}
	.typography .customcaptcha.captcha_error {
		box-shadow: none;
	}
	.typography form .field span.right {
		float: none!important;
		margin-left: 1%;
	}
	.typography form .customcaptcha label {
		display: none;
	}
	
	.map iframe {
		background: #fff;
		margin-top: 20px;
	} 
	.footer {
		background: #000;
	}
	.data_list .item .thumb {
		width: 20%;
		padding: 1%;
	}
	.data_list .item .main_info {
		margin: 0 0 0 2%;
	    padding: 0;
	    width: 74%;
	}
	.data_list .item .price {
		text-align: right;
	}
	.PropertyListPage .data_list {
		background: #F9F9F9;
		border: solid 2px #EAEDF0;
	    margin: 0 -2%;
	    min-height: 523px;
	    padding: 10px 2% 0;
	    width: 99%;
	}
	#side_search .checkbox label, #side_search .customSelectInner, #side_search select.hasCustomSelect {
		width: 90%
	}
	#side_search .checkbox input[type="checkbox"] + label {
		width: 85%;
	}
	#side_search .text.left label {
		width: 70%;
		float: left!important;
	}
	#side_search .text.right label {
		float: left !important;
	    text-align: right;
	    width: 40%;
	}
	#side_search input[type="text"] {
		width: 10%;
		margin: 0;
	}
	.pagination a {
		font-size: 12px;
	}
	.data_list .item .main_info .fake_button {
		margin-right: 1%;
		padding: 1% 2%;
		font-size: 100%;
	}
	.gallery .bx-controls-direction .bx-prev, .gallery .bx-controls-direction .bx-next {
		top: -50px;
	}
	.prop_name  {
		font-size: 200%;
	}
	.prop_code {
		font-size: 120%;
		text-align: right;
	}
	.main_top .print_btn span {
		font-size: 130%;
	}
	#foto_tab a, #graph_tab a {
		font-size: 95%;
	}
	.typography h3 {
		font-size: 180%;
	}
	.detail .more_attr .title, .detail .more_attr p {
		font-size: 120%;
	}
	.main_top {
		width: 100%;
		margin-bottom: 5%;
		float: none;
		position: inherit;
	}
	.main_form .field input[type="text"] {
		width: 49%;
	}
	.side_form {
		width: 50%;
		margin: 0 auto;
		padding: 5%;
	}
	.side_form form label, .side_form form input, .side_form form option, .side_form form span {
		width: auto
	}
	.side_form form select.hasCustomSelect {
		width: 90%;
	}
	.side_form form .checkbox input[type="checkbox"] + label {
		width: 87%;
		font-size: 120%;
		line-height: 1;
	}
	.side_form form .right input[type="text"] {
		margin: 0 8% 0 0;
	}
	.side_form form input[type="text"] {
		width: 10%;
		min-width: 10px;
	}
	.side_form form .text label {
		width: auto;
		float: left!important;
	}
	.side_form form .field.text.left {
		width: 75%;
	}
	.side_form form .field.text.right {
		width: 25%;
	}
	.carousel .bx-wrapper {
		width: 394px;
		margin: 0 auto;
	}
	.carousel .bx-controls {
		width: 394px
	}
	.gallery .bx-controls-direction .bx-prev, .gallery .bx-controls-direction .bx-next {
		top: -47px;
	}
	#side_search input[type="text"] {
		margin-right: 10%;
	}
	#side_search .text.left label {
		width: 60%;
	}
	.typography h4 {
		font-size: 150%;
	}
	.PropertyPage .side_form {
		width: 90%;
		background: #fff;
	}
	.PropertyPage .side_form form input[type="text"],
	.PropertyPage .side_form form input[type="email"],
	.PropertyPage .side_form form textarea {
		width: 95%;
	}
	.PropertyPage .side_form .field.checkbox .right {
		line-height: 1;
	}
	.PropertyPage .side_form .Actions {
		text-align: right;
		width: 98%;
	}
	.PropertyPage .sidebar {
		padding-top: 5%;
	}
	.ContactPage .map, .PropertyPage .sidebar  {
	    background: url(../images/map_bg.png) repeat-x #f9f9f9;
	    margin: 0 -2%;
	    padding: 10px 2% 0;
	    width: 104%;
		min-height: 523px;
	}
	.main_top {
		width: 100%;
		margin-bottom: 5%;
	}
	.ContactPage .typography form .Actions input {
		float: right;
	    margin-right: 10%;
	    position: relative;
	    bottom: 70px;
	}
	.PropertyPage .side_form .Actions {
		text-align: center;
	}
	.gallery li {
	    padding: 0 10px;
	    width: 115px;
	}
	.main_form .Actions {
		background: none;
	}
}
@media (max-width: 480px) {
	.main_form .field label, .main_form .customSelectInner, .main_form input.text, .main_form select option {
		width: 100%;
		text-align: left;
		float: none!important;
	}
	.checkbox input[type="checkbox"] + label {
		width: 96%;
	}
	.main_form .field input[type="text"], .main_form .field select {
		width: 100%;
	}
	.gallery .bx-controls-direction .bx-prev, .gallery .bx-controls-direction .bx-next {
		top: -34px;
	}
	.carousel .bx-controls, .carousel .bx-wrapper {
		width: 100%;
	}
	.carousel .item {
		width: 130px!important;
	}
	.carousel h3 {
		width: 150px
	}
	.data_list .item .main_info .fake_button {
		float: none;
		display: block;
		border: none;
	}
	.data_list .item .price {
		text-align: left;
		font-size: 20px;
	}
	.data_list .item .thumb {
		width: 100%;
		padding: 0;
		margin: 0;
		border: none;
	}
	.side_form {
		width: 90%;
	}
	h2.page_title {
		font-size: 150%;
	}
	.prop_name {
		font-size: 130%;
	}
	.prop_code {
		font-size: 100%;
	}
	.gallery .large_photo img, .graph_photo img {
		height: auto;
	}
	.gallery li {
		padding: 0 1px;
    	width: 65px;
	}
	.typography p, .typography a, .typography li, .detail .more_attr .title, .detail .more_attr p {
		font-size: 70%;
	}
	.detail ul li .title {
		font-weight: normal;
		color: #000;
	}
	.gallery .bx-viewport {
	    margin: 20px 10px 0;
	}
	#foto_tab a, #graph_tab a {
		font-size: 150%;
	}
	.main_form .Actions {
		background: none;
	}
}