@charset "utf-8";

/* ---------------------------------------------------------------------- */
/*	01 Import styles
/* ---------------------------------------------------------------------- */

/* bootstrap.css  - include resetes ( Media querys, grid-responsive,layout).*/
@import url("bootstrap/bootstrap.css");
@import url("bootstrap/bootstrap-responsive.css");
/*Google Fonts*/
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,600,300,700,800");
@import url("https://fonts.googleapis.com/css?family=Roboto:400,700");
/*slide.css*/
@import url("slide/camera.css");
/*jquery.fancybox-1.3.1.css  - Lightbox*/
@import url("../js/fancybox/jquery.fancybox-1.3.1.css");
/*Icons Font-Awesome*/
@import url("icons/font-awesome.min.css");
/*Animations*/
@import url("animations/animate.css");

.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently supported by Chrome and Opera */
}

/* ---------------------------------------------------------------------- */
/*	02 Basic Elements
/* ---------------------------------------------------------------------- */

/* Standar Styles --------------------------------------------------------*/
.normal {
	width: auto !important;
	height: auto !important;
	margin-bottom: 8px !important;
}
body{
	font-size: 16px;	
	font-family: 'Open Sans', sans-serif;
	line-height:26px;
	color:#5c5c5c;
	position: relative;
	font-weight: normal;
}
a{
	color: #080808;
	-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;
}
a:hover{
	text-decoration: none;	
	color: #ffbc00;
	-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;
}
hr {
    margin: 20px 0;
    border: 0;
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #cdcdcd;
}
.vgomb
{
	margin: 5px;
    padding: 5px;
    padding-left: 15px;
    padding-right: 15px;
    border: 3px solid #f3ba05;
    background: #f3ba05;
    font-weight: normal;
    font-family: Tahoma, Verdana, Arial, Sans-serif;
    text-shadow: none !important;
    outline: none !important;
    color: #000000;
	display:inline-block;
}
.gallerymap img, .gallerymapf img {
    display: inline-block;
    max-width: 150px;
    margin-right: 5px;
	margin-bottom: 15px;
}
.kapcsi {
	background: #f3ba05;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: 400;
	font-size: 20px;
}
.brighto {
	border-right: 3px solid #f3ba05 !important;
	padding-right: 10px !important;
}
.href {
	float: right;
    margin: 0 auto !important;
    font-size: 20px !important;
}
.right {
	float:none;
	text-align:center;
}
.left {
	float:center;
	text-align:center;
}
 .slo {
	font-size: 22px;
	color: #000;
	margin-bottom: 0;
 }
 .bold {
	font-weight: 700;
 }
 ul.demo {
	 margin: 0 auto;
 }
.demo-gallery a {
	display: block;
    position: relative;
    max-height: 520px;
    overflow: hidden;
}
.ingatlan img {
    max-width: none !important;
    width: 100%;
}
.thumbi {
	margin-left: 5px;
	max-height: 125px;
    overflow: hidden;
}
.csekk {
	width: 50px !important;
	height: 20px !important;
	margin-top: 10px !important;
}
.yellowbar {
	background: #f3ba05;
    padding-left: 5px !important;
    padding-right: 5px !important;
}
.pageing {
	background: #fff !important;
	padding: 5px 30px 50px 30px;
	margin-top: 100px;
}
.wbg {
	background: #fff !important
}
.fullcenter {
	display: flex;
	justify-content: center;
}
p{
	margin:0 0 20px 0;
	padding: 0;			
}
h1 {
	font-size:24px;
	line-height: 34px;
}
h2 {
	font-size:22px;
	line-height: 32px;
}
h3 {
	font-size:20px;
	line-height: 30px;
}
h4 {
	font-size:18px;
	line-height: 25px;
}
h5 {
	font-size:16px;
	line-height: 26px;
}
h6 {
	font-size:14px;
	line-height: 24px;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;	
	font-family: 'Roboto', sans-serif;
	padding: 0px 0 15px 0;	
	margin: 0;	
	color: #080808;
}

.mobile-show {
	display:none !important;
}

/* Class and styles General ----------------------------*/

.clearfix{
	width:1px;
	height:1px;	
	display:block;
	clear:both;
	content:" , ";
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.text_right{
	text-align: right;
}
.center{
	text-align: center;
}
.padding_top{
	padding-top: 10px;
}
.padding_bottom{
	padding-bottom: 40px;
}
.padding_top_mini{
	padding-top: 20px;
}
.margin_top{
	margin-top: 40px;
}
.button{
	width: auto;
	background-color: #f3ba05;
	border: 0;
	color: #000;
	font-size: 16px;
	font-style: italic;
	margin: 10px 0;	
	padding: 10px 35px;
	-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;
}
.button:hover{
	color: #fff;
	background: #f3ba05;
	-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;
}

div.show-grid [class*="span"] {
	-moz-border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
	background-color: #43402f;
	opacity: 0.5;
	margin-bottom: 20px;
	color: #fff;
	border-radius: 3px 3px 3px 3px;
	line-height: 40px;
	min-height: 40px;
	text-align: center;
}

/* ul -  style */
 ul li{
 	line-height: 30px;
 	list-style: none; 	
 }
 ol li{
 	line-height: 30px;
 }
 dl dt{
 	line-height: 30px;
 }


/* divisor  ----------------------------*/

.divisor{
	position: relative;
	width: 100%;
	height: 1px;
	margin: 20px 0;
	background-color: #cdcdcd;
}
.circle_left{
	position: absolute;
	left: 0;
	top: -5px;
	width: 10px;
	height: 10px;
	background-color: #f3bb06;
	border-radius: 50%;
}
.circle_right{
	position: absolute;
	right: 0;
	top: -5px;
	width: 10px;
	height: 10px;
	background-color: #f3bb06;
	border-radius: 50%;
}


/* Titles  ----------------------------*/

.titles{
	margin:50px 0 40px 0;
	width: auto;
}
.titles span{
	background-color: #1e1e1e;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	line-height: 30px;
	padding: 6px 20px 6px 10px;
	display: inline;
}
.titles h1{
	margin: 20px 0;
	border-bottom: 8px solid #f3bb06;
	padding-bottom: 7px;	
	font-size: 30px;
	line-height: 40px;
	display: inline;
}
.no_margin_top{
	margin-top: 0;
}

.switcher-panel .padding_top{
	padding-top: 60px;
}



/* Tabs  ----------------------------*/

.tabs_services{	
	margin: 0;
	margin-bottom: 5px;
}
.tabs_services li{
	display: inline-block;	
	font-size: 14px;
	font-weight: bold;	
	background: #000;
	background: rgba(0,0,0,0.8);
	padding: 5px 15px;		
	list-style: none
}
.tabs_services li a{	
	cursor: pointer;	
	color: #fff;
}
.switcher-content {
  display: none;
}
.switcher-panel{
	padding: 0 0 0;
}
.divisor_services{
	margin:0;
}
.search_box{
	width: 90%;
	padding: 15px 5%;
	
}
.search_box input{
	width: 93%;
	background: #fff;
	border: solid 1px #f3bb06;
	border-radius: 0;
	color: #222;	
	height: 23px;
	margin-top: 2px;
}
.search_box label{
	color: #000;
}
.search_box select{
	background-color: #fff;
	color: #222;
	border: solid 1px #f3bb06;
	width: 97%;
	border-radius: 0;
	height: 35px;
}
.search_box .button{
	background: #f3bb06;
	color: #fff;
	padding: 6px 15px;
	margin-top: 0px;
	width: auto;
	height: auto;
}
.calculator input{
	margin-bottom: 20px;
}
.calculator select{
	margin-bottom: 20px;
}
.calculator .button{
	margin: 0;
}
.calculator label{
	font-weight: bold;
	font-size: 16px;
	line-height: 26px;
}
#result_calculator{
	float: right;
	margin-right: 5%;
	margin-top: -30px;
	color: #fff;
}

/* Tabs  Details--------------------------------*/

ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	width: 100%;	
}
ul.tabs li {
	float: left;
	margin: 0;
	padding: 5px 10px;
	line-height: 31px;
	border: 1px solid #ddd;
	border-left: none;
	border-bottom: none;
	overflow: hidden;
	position: relative;
	background-color: #f3ba05;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
ul.tabs li:first-child {
	border-left:  1px solid #ddd;
}
ul.tabs li a {
	text-decoration: none;
	display: block;
	padding:0 16px;
	outline: none;
	font-size: 14px;
	color: #000;
}
ul.tabs li:hover {	
	background-color: #fff;	
	color: #f3ba05;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
ul.tabs li a:hover {		
	color: #000;
}
html ul.tabs li.active, html ul.tabs li.active a:hover  {
	background-color: #fff;	
	color: #f3ba05;
}
html ul.tabs li.active a{	
	color: #f3ba05;
}
.tab_container {
	border: 1px solid #ddd;
	background: #f6f6f6;
	padding:20px;
	clear: both;	
	overflow: auto;
	width: 97%;		
	position: relative;
}
.tab_content #form input{
	width: 90%;
}
.tab_content #form .button{
	width: auto;
}


/* ACCORDION ------------------------------------------*/

.accordion-container h4{
	margin: 0;
	padding: 0;	
}
.accordion-trigger{
	text-decoration: none;
	padding:10px 10px 10px 25px;
	margin:0 0 10px 0;
	cursor: pointer;
	font-weight: bold;
	border: 1px solid #dbdbdb;
	background: #f9f9f9 url("../img/toggle.png") no-repeat right 14px;
	-webkit-transition: all .1s linear;
	-moz-transition: all .1s linear;
	-o-transition: all .1s linear;
	transition: all .1s linear;
}
.accordion-trigger.active{	
	background: #f3ba05 url("../img/toggle.png") no-repeat right -69px;
	color: #fff;
}
.accordion-trigger:hover{
	background-color: #f3ba05;	
	color: #fff;
	-webkit-transition: all .1s linear;
	-moz-transition: all .1s linear;
	-o-transition: all .1s linear;
	transition: all .1s linear;
}
.accordion-container{	
	padding:5px 0;
}
.accordion-container p{
	margin: 0;
}

/* Top ---------------------------------------------------------*/

#toTop {
	display:none;
	text-decoration:none;
	position:fixed;
	bottom:10px;
	right:10px;
	overflow:hidden;
	width:51px;
	height:51px;
	border:none;
	text-indent:100%;
	background:url("../img/ui.totop.png") no-repeat left top;
	z-index: 9999;
}
#toTopHover {
	background:url("../img/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;
}

/* Forms ---------------------------------------------------------*/

 input{
 	width: 90%;
 }

/* ---------------------------------------------------------------------- */
/*	03 Structure
/* ---------------------------------------------------------------------- */


/* Client Login ---------------------------------------*/

.line{
	height: 5px;
	background: #1e1e1e;
}
.jBar {	
	background-position:top;
	height: auto;
	display: none;
	padding-bottom: 15px;
	background:#1e1e1e url("../img/panelbg.png") center no-repeat;
	position:relative;
	color:#FFF;	
}
.jRibbon {
	padding:3px;
	position:absolute;
	top:0px;
	right:7%;
	display:none;
	background:#f3bb06;
	font-size: 12px;
	padding: 2px 20px;		
	color:#FFF;
	cursor:pointer;
	-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;
}
.downarrow {
	position:absolute;
	bottom:-50px;
	z-index: 99;
	padding: 0 20px;
	right:7%;
	background:#f3bb06;
	font-size: 12px;
	padding: 2px 20px;
	cursor: pointer;	
	-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;
}
.up {
	top:-50px;
	-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;
}
.jBar h1{
	color: #fff;		
	font-weight: bold;
	margin:0;
	padding: 0;
	font-size: 28px;
	line-height: 38px;
}
.jBar ul{
	margin-top: 25px;
}
.jBar ul li{
	padding-bottom: 20px;
	text-align: right;
}
.jBar ul li span{	
	font-size: 20px;
	margin: 0;
	float: left;
	padding: 0;
	margin-right: 10%;
	color: #df562c;
	line-height: 22px;
	font-weight: bold;
}
.jBar input{
	width: 95%;
	margin:0;
	height: 25px;	
	padding: 5px;
	border-radius: 0;
}
.jBar .botton{
	border: none;
	width: auto;
	background: #f3bb06;
	padding: 8px 20px;
	height: auto;
	color: #fff;	
}
.jBar form{
	padding: 50px 0 70px 0;
	margin: 0;
}
.jBar span{
	font-weight: bold;
	padding: 0 15px;
}

/*  Info head -----------------------------------------*/

.info_head{
	padding: 8px 0;
	background: #ffbd00;
    width: 100%;
}
.info_head ul{
	margin:0;
}
.info_head ul li{
	list-style: none;
	float: left;
	margin-right: 25px;
	font-size: 13px;
}
.info_head ul li i{
	padding: 5px 5px 0 0;
	color: #000;
}

/* header ---------------------------------------------------------*/

header{
	position: relative;
	overflow: hidden;
}
.logo img{
	width: 200px;
	position: absolute;
	top: 72px;
}
.bg_header{
	position: absolute;
	top: 6.2%;
	width: 100%;
	height: 100%;
	z-index: 2;
}
.slide{
	padding: 0;
	background: transparent;
}


/*  Main Navigation -----------------------------------------*/

nav{
	background-color: #1e1e1e;	
	padding: 15px 0 5px 0;					
}
.tinynav{ 
	display: none 
}
.sf-menu{	
	text-align: right;			
}
.sf-menu ul{
	position:absolute;	
	list-style: none;
	text-align: left;
	top:-999em;
	width:170px;
	display:none;
	background: #1e1e1e;		
}
.sf-menu > li{
	position: relative;
	display: inline-block;
	border-top: 1px solid #1e1e1e;
	border-bottom: 1px solid #1e1e1e;
	list-style: none;
	padding: 10px 0;
	margin:0 20px;	
}
.sf-menu > li:hover{
	border-top: 1px solid #f3bb06;
	border-bottom: 1px solid #f3bb06;
}
.sf-menu > li > a {
	text-decoration:none;
	display:block;
	font-size:18px;			
	color:#fff;	
}
.sf-menu > li > a:hover{
	color: #f3bb06;
}

.sf-menu li:hover ul,.sf-menu li.sfHover ul{
	top:65px; 	
	left:-28px;
	 z-index:999;
}
.sf-menu li:hover li ul,ul.sf-menu li.sfHover li ul{top:-999em}
.sf-menu li.current,.sf-menu li:hover,.sf-menu li.sfHover{
	text-decoration:none;
}
.sf-menu li li a{
	display:block;
	margin:0;
	position:relative;
	text-decoration:none;
	font-size:13px;
	line-height:16px;
	color:#fff;
	overflow:hidden;
	padding:12px 15px;	
	-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;
}
.sf-menu li li > a:hover, .sf-menu li li.sfHover > a, .sf-menu li li.current > a{
	color:#fff;			
}
.sf-menu li li{
	float:none;
	position:relative;	
}
.sf-menu li li a:hover{
	background-color: #f3bb06;	
	color: #fff;	
	-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;
}
.sf-menu li li:hover ul,ul.sf-menu li li.sfHover ul{left:145px;top:0;}


/* Content Info ----------------------------*/

.content_info{	
	margin-top: -150px;
	max-width: 1110px;	
	position: relative;
	-webkit-box-shadow: 0 1px 10px rgba(0,0,0,0.15);
	-moz-box-shadow: 0 1px 10px rgba(0,0,0,0.15);
	box-shadow: 0 1px 10px rgba(0,0,0,0.15);
	background: transparent;
	z-index: 1;
}
.pdtop {
	padding: 30px 30px 50px 30px !important;	
}
.full_info{
	padding: 50px 0;
	border-top: 1px solid #cacaca;	
	background: #fff;
}
.sections .tabs_services{
	margin: 50px auto 0 auto;
}
.section_title{
	background-color: #f6f6f6;
	border-bottom: solid 1px #ddd;	
	padding: 30px 0 10px 0;	
	margin-bottom: 45px;
	height:190px;
}
.section_title h1{
	font-size: 45px;	
	line-height: 55px;
	color: #fff;	
	background: #000;
	background: rgba(0,0,0,0.6);
	padding: 10px 20px;
}
.section_title span{
	font-size: 20px;
	line-height: 30px;
	font-weight: normal;
	border-left: 3px solid #ddd;
	margin-left: 10px;
	padding-left: 10px;
}
.section_title span a{
	color: #f3bb06;
	padding-right: 3px;
}
.section_title span a:hover{
	text-decoration: underline;
}
.section_title form{
	margin: 0;
	padding: 0;
}
.section_title input{
	height: 28px;
	margin-top: 3px;
	width: 50%;
	float: right;
}
.section_title form{
	position: relative;
}
.section_title .search{
	background: none;
	border: 0;
	color: #1e1e1e;
	margin: 0;
	padding: 0;	
	position: absolute;
	right: 10px;
	top: 12px;
}
.about{
	background: url("../img/titles/1.jpg");
}
.properties{
	background: url("../img/titles/2.jpg");
}
.features{
	background: url("../img/titles/3.jpg");
}
.contact{
	background: url("../img/titles/4.jpg");
}
.sponsors{
	padding: 20px 0;
}

/* newsletter_box ----------------------------*/

.newsletter_box{
	background: rgba(0,0,0,.5);
    border-bottom: 5px solid #f3bb06;
	border-top: 5px solid #f3bb06;
    padding: 20px 0px;
    position: absolute;
    top: -40px;
    left: 0;
    width: 100%;
    max-width: 1110px;
}
.newsletter_box h3{		
	margin: auto;
	padding: 10px 0;	
	line-height: 34px;
	font-size: 26px;
	font-style: italic;
	color: #333;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.newsletter_box h3 span{
	color: #1c1b1b;
	font-weight: normal;
	font-family: 'Open Sans', sans-serif;
	font-style: italic;
	font-size: 16px;
	padding-left: 10px;
}
.newsletter_box form{
	margin: 0;
	padding: 0;
}
.newsletter_box input{
	height: 28px;
	margin-top: 12px;
	padding: 0 5px;
	width: 70%;
	float: right;
}
.newsletter_box form{
	position: relative;
}
.newsletter_box .register{
	background: none;
	border: 0;
	color: #1e1e1e;
	margin: 0;
	padding: 0;	
	position: absolute;
	right: 10px;
	top: 17px;
}
.newsletter_box .register i{
	font-size: 20px;	
}

/* Bar Propertys ----------------------------*/

.bar_properties{
	width: 96%;
	padding: 0 2%;
	margin-bottom: 8px;
	background: #1e1e1e;
}
.bar_properties ul{
	margin: 0;
	position: relative;
}
.bar_properties ul li{
	padding: 5px 10px;
	margin-right: 5px;
	display: inline-block;
}
.bar_properties ul li:hover{
	background: #4e4e4e;
}
.bar_properties  strong{
	color: #fff;
	padding: 6px 10px 0 10px;
	float: left;	
}
.bar_properties ul li a{
	color: #fff;
	font-size: 14px;
}
.bar_properties .active{
	background: #4e4e4e;
}

/* Propertys ----------------------------*/

.item_property{	
	overflow: hidden;
	margin-bottom: 30px;
}
.properties_two .item_property{
	margin-bottom: 25px;
}
.item_property:hover .info_property{
	border-bottom: 3px solid #f3ba05;
	border-top: 3px solid #f3ba05;
	-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;
}
.head_property{
	position: relative;
	overflow: hidden;
	width: 100%;
	min-height: 195px;
    max-height: 195px;
}
.head_property img{
	width: 100%;
    height: auto;
    min-height: 195px !important;
	-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;
}
.item_property:hover img{	
	 -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;
	opacity: 0.7;
	cursor: pointer;
}
.item_property a{
	color: #f3ba05;
}
.title{	
	width: 79px;
	height: 84px;
	position: absolute;
	top: 0;
	left: -1px;
	z-index: 1;
}
.title2v {
	width: 79px;
	height: 84px;
	position: absolute;
	margin: 0 auto;
	right: 0;
	z-index: 2;
}
.sale{
	background: url("../img/for_sale.png") no-repeat;
}
.rent{
	background: url("../img/for_rent.png") no-repeat;
}
.saleu{
	background: url("../img/for_sale_u.png") no-repeat;
}
.rentu{
	background: url("../img/for_rentu.png") no-repeat;
}
.videos{
	background: url("../img/video.png") no-repeat;
}
.setas{
	background: url("../img/vseta.png") no-repeat;
}
.info_property{	
	background-color: #f6f6f6;
	padding: 0;
	border:solid 1px #cdcdcd;
	border-top: 0;
	border-bottom: 3px solid #cdcdcd;
	border-top: 3px solid #f6f6f6;
	padding: 20px 0;
}
.item_property h5{	
	position: absolute;
	color: #f3ba05;
	bottom: 20px;
	border-left: 4px solid #f3ba05;
	text-align: right;
	right: 0;
	background: #000;
	background: rgba(0,0,0,0.8);	
	padding: 5px 15px 5px 30px;
}
.info_property ul{
	margin: 0;
	list-style: none;
	width: 100%;	
}
.info_property ul li{	
	line-height: 25px;
	padding: 3px 4%;
	border-top: 1px solid #e3e2e2;
}
.info_property ul li:last-child{		
	border-bottom: 1px solid #e3e2e2;
}
.info_property ul li span{
	float: right;
	font-size: 13px
}
.info_property ul li strong{
	font-size: 14px;
}
.info_property .resalt{
	background-color: #f0f0f0;
}

.portal .info_property h5{
	padding: 5px 0 10px 0;
}
.portal .info_property{
	padding: 10px 5%;
}
.portal .info_property p{
	margin: 0 0 3px 0;
	font-style: italic;
}
.portal .info_property a{
	color: #f3ba05;	
}

/* Item Properti h ------*/

.item_property_h{
	position: relative;
	border-radius: 10px 0 0 10px;
	width: 100%;
	background-color: #f6f6f6;	
	border:solid 1px #cdcdcd;
	margin-bottom: 80px;
}
.info_property_h{
	text-align: right;
	padding-right: 43%;	
	height: 100px;	
}
.full_propertie .info_property_h{
	height: 145px;
	padding-left: 5px;
}
.full_propertie .info_property_h h4{
	padding:10px 0 0 0;
}
.info_property_h span{
	font-size: 13px;
	border-left: 1px solid #1e1e1e;
	margin-left: 10px;
	padding-left: 8px;
}
.info_property_h p{
	font-size: 15px;	
	line-height: 20px;
}
.info_property_h .line_property{
	background: #1e1e1e;
	bottom: 15px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #f3bb06;
	font-weight: bold;
	left: 0;
	line-height: 30px;
	padding-right: 43%;
	position: absolute;
	width: 100%;
}
.info_property_h .line_property span{
	float: left;
	padding:0 5%;
	color: #fff;
	font-size: 18px;	
	border-right: 1px solid #fff;
}
.image_property_h{
	position: absolute;
	width: 40%;
	background: #000;
	top: -16%;
	right: 0;
	-webkit-box-shadow: 5px 5px 9px #ccc;
	box-shadow: 5px 5px 9px #ccc;
	-webkit-background-clip: padding-box;
}
.hover_property_h{
	position: relative;
	overflow: hidden;
}
.info_hover_property_h{
	position: absolute;
	background: #000;
	background: rgba(0,0,0,0.7);
	width: 100%;
	height: 100%;
	top: 0;
	left: -500px;
	color: #fff;
	-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;
}
.item_property_h:hover .info_hover_property_h{
	left: 0;
	-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;
}
.item_property_h .info_hover_property_h p{
	padding: 5% 3%;
	font-size: 14px;
	line-height: 20px;
	font-style: italic;
}
.search_advance{
	margin-bottom: 20px;
	width: 97%;
}

.more_slide{
	background: #1e1e1e;
	padding: 8px 10px;
	border: 1px solid #ddd;	
	border-bottom: 0;
	width: auto;
}
.more_slide ul{
	margin: 0;
}
.more_slide ul li i{
	color: #f3bb06;
	font-size: 20px;
}
.more_slide ul li{
	display: inline-block;
	margin-right: 15px;
}
.more_slide ul li a{
	font-size: 13px;
	margin-left: 5px;
	color: #fff;
}

.info_details{
	margin: 0;
	list-style: none;
}
.info_details li{
	line-height: 28px;
	border-bottom: 1px solid #cdcdcd;
	padding: 5px 0;
}
.info_details li:last-child{
	border: 0;
}
.info_details li span{
	float: right;
}
.info_details li strong{
	color: #444;
}

.general_info{
	margin: 0;
}
.general_info li{
	line-height: 40px;
}
.general_info li i{
	color: #333;
	font-size: 15px;
	padding-right: 5px;
}
.description{
	background: #f6f6f6;
	padding: 20px;
	border: 1px solid #ddd;
}

/* comments ----------------------------*/

.comments{
	width: 80%;
	padding: 20px 0 0 3%;
}
.comments .media{
	margin-bottom: 10px;
}
.comments .media .media{
	margin-top: 40px;
}
.comments .media h5{
	padding: 0;
}
.comments .media h5 a:hover{
	color: #de4b39;
}

/* Services ----------------------------*/

.services h3{	
	padding: 0 0 10px 5%;
}
.item_service{		
	margin:0 0 30px 0; 		
	position: relative;		
}
.item_service:hover .image_service{		
	background: #1e1e1e;
	-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;		
}
.item_service .image_service{
	position: absolute;	
	top: 0;
	left: 0;
	padding: 20px;	
	border: 4px solid #1e1e1e;	
	-webkit-border-radius: 60.799999999999997px;
	-moz-border-radius: 60.799999999999997px;
	border-radius: 60.799999999999997px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;	
	overflow: hidden;
	background-color: #ffbc00;
}
.image_service img{
	width: 32px;
	height: 32px;
	margin-left: auto;
	margin-right: auto;
}
.info_service{
	float: left;
	margin-left: 10%;
	width: 73%;
	background-color: #efedea;
	border-radius: 10px;
	padding: 10px 10px 10px 14%;
	border:solid 1px #cdcdcd;
}
.info_service p{
	margin: 0;
}
.services i{
	font-size: 25px;
	color: #fff;
}
.item_service:hover i{
	color: #ffbc00;
}
.item_service:hover .image_service{
	color: #dbc404;
	border: 4px solid #ffbc00;	
}



.service-process{
	background-image:url('../img/service-bg.png');
	background-repeat:no-repeat;
	background-size:100% auto;
	background-position:top center;	
}
.service-process a{
	color: #5c5c5c;
}
.service-process a:hover{
	color: none;
}
@media(max-width:979px){
	.service-process{background-image:none}
}
.service-process .thumbnail,.service-process .thumbnail:hover{
	border:0 none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none
}
.caption-head{
	height:200px;
	width:200px;
	color: #808080;
	background-color:#f3b903;
	border:6px solid #e6e6e6;
	-webkit-border-radius:500px;
	-moz-border-radius:500px;
	border-radius:500px;
	-webkit-transition:background-color .3s ease;
	-moz-transition:background-color .3s ease;
	-o-transition:background-color .3s ease;
	transition:background-color .3s ease
}
.caption-head h2 {
	color:#808080;
}
.caption-head .caption-icon{
	display:block;
	height:90px;
	margin-top:35px;	
}
.caption-head .caption-icon:hover,.caption-head .caption-title:hover{
	cursor:default
}
.caption-head:hover{
	background-color:#fff;
	cursor:default;
	-webkit-transition:background-color .3s ease;
	-moz-transition:background-color .3s ease;
	-o-transition:background-color .3s ease;
	transition:background-color .3s ease
}
.caption-head:hover>.caption-icon{
	color:#f3b903;
	-webkit-animation:slideFromBottom 300ms ease;
	-moz-animation:slideFromBottom 300ms ease;
	-o-animation:slideFromBottom 300ms ease;
	animation:slideFromBottom 300ms ease
}
.caption-head:hover>.caption-title{
	color:#f3b903;-webkit-animation:slideFromBottom 500ms ease;
	-moz-animation:slideFromBottom 500ms ease;
	-o-animation:slideFromBottom 500ms ease;
	animation:slideFromBottom 500ms ease
}
.icon-big{
	font-size:5em;
	line-height:1.1
}
@-webkit-keyframes slideFromBottom{
	from{
		-webkit-transform:translateY(150%) scale(0.5);
		opacity:0
}
to{
	-webkit-transform:translateY(0%) scale(1);
	opacity:1
 }
}
@-moz-keyframes slideFromBottom{
	from{
		-moz-transform:translateY(150%) scale(0.5);opacity:0
		}
		to{
			-moz-transform:translateY(0%) scale(1);
			opacity:1
			}
	}
	@-ms-keyframes slideFromBottom{
		from{
			-ms-transform:translateY(150%) scale(0.5);
			opacity:0
		}
		to{
			-ms-transform:translateY(0%) scale(1);
			opacity:1
		}
}
.featured-service h1{
	font-size:58px;
	line-height:1.1
}

/* Social   ----------------------------*/

.social{	
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: right;
}
.social li{
	display: inline-block;
	margin: 0 0 0 15px;
	background-color: #f3bb06;
	padding: 0 6px;
}
.social li a{
	color: #1e1e1e;
	-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;		
}
.social li a:hover{
	color: #fff;
	-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;		
}

/* -------------------------------------------------- */
/*	Footer
/* -------------------------------------------------- */

/* Footer top ----------------------------*/

footer a{
	color: #f4f4f4;
}
footer a:hover{
	color: #f4f4f4;
}
footer h3{
	color: #fff;
	padding-top: 0;
}
.footer_top {
	background-color: #2d2d2e;
	border-top: #ccc;
	border-top: 6px solid rgba(0, 0, 0, 0.4);

}
.footer_top h1{
	color: #fff;
	font-size: 50px;
	line-height: 60px;
	margin-bottom: 10px;
}
.footer_top p{
	color: #b7b5b5;
	font-weight: 600;
	margin-bottom: 30px;
	font-style: italic;	
	font-size: 18px;
	line-height: 28px;	
	font-family: Georgia, "Times New Roman", Times, serif;
}
.footer_top .button{	
	margin-bottom: 20px;
}


/* Footer Medium ----------------------------*/

.footer_medium {
	background-color: #1e1e1e;
	border-top: 5px solid #ffbc00;
	background: #1e1e1e url("../img/arrow_footer.png")no-repeat top center;
}
.footer_medium .testimonials{
	background: #494949;
	padding: 10px 15px;
	position: relative;
}
.footer_medium .testimonials p{
	color: #f4f4f4;
}
.footer_medium .arrow_testimonials{
	position: absolute;
	background: url("../img/arrow_testimonials.png");
	width: 79px;
	height:24px;
	bottom: -24px;
	left: 10%;
}
.testimonial_autor{
	color: #f4f4f4;
	padding: 20px 0 0 0;
	font-style: italic;
	text-align: right;	
}
.tags{
	margin: 0;
	list-style: none;
}
.tags li{
	display: inline-block;
	background: #494949;
	padding: 2px 10px;
	margin: 5px;
	font-size: 14px;
	-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;	
}
.tags li:hover{
	background-color: #ffbc00;	
	cursor: pointer;
	-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;	
}
.section_area{
	padding: 50px 0;
}
.footer_down {
	background-color: #494949;
	padding: 15px 0;
}
.footer_down p{
	margin: 0;
	padding: 0;
	color: #fff;
	padding-top: 5px;
}
/* Contact Footer -------------------------------------------*/

ul.contact_footer{
	margin: 0;
}
ul.contact_footer li{
	margin:0 0 10px 0;
	list-style: none;
	color: #fff;
	font-weight: bold;
}
ul.contact_footer li a{	
	color: #fff;	
	padding-left: 10px;
	font-weight: normal;
}
ul.contact_footer li i{
	padding-right: 10px;
}

.links ul{
	margin: 0;
}
.links li{
	border-bottom: 1px solid #494949;
	color: #fff;
	padding-bottom: 5px;
}
.links li:last-child{
	border: 0;
}

/* Contact  ----------------------------*/

.map_area{	
	width: 100%;
	height: 450px;	
	z-index: -1;
}
.map_area iframe{
	width: 100%;
	height: 100%;
	border:0;
}
#form input{
	width: 85%;
	height: 32px;
	margin-bottom: 20px;
}
#form textarea{
	width: 95%;
	height: 100px;
}
#form .button{
	width: auto;
	height: auto;
}
form{
	margin: 0;
}

/* Agents -------------------------------*/

.item_agent{
	margin:10px 0 15px 0;
}
.item_agent .image_agent img{		
	border-bottom: 4px solid #ffbc00;
}
.item_agent h4{
	padding-bottom: 5px;
	color:#fff;
}
.item_agent ul{
	margin: 0;
	list-style: none;
}
.item_agent ul li{
	line-height: 25px;
	font-size: 13px;
}
.item_agent ul li i{
	padding-right: 10px;
}

/* Table Princing ------------------------------*/

.item_table{		
	background-color: #fff;
	padding-bottom: 50px;
	border: 1px solid #cdcdcd;
	border-bottom: 3px solid #1e1e1e;	
	position: relative;
	text-align: center;
}
.head_table{
	color: #fff;	
	background-color: #1e1e1e;
	position: relative;	
	padding:10px 0 25px 0;
	text-align: center;
}
.head_table h1{
	color: #fff;
	margin:0;
	font-size: 22px;
	padding:0 0 8px 0;	
	border-bottom: 1px solid #666;
}
.head_table h2{
	color: #ffbc00;
	font-size: 20px;
	margin: 0;
	border-bottom: 1px solid #666;
	padding: 10px 0;
	margin-bottom: 8px;
}
.head_table h2 span{
	font-size: 14px;
	color: #fff;
}
.head_table h5{
	margin:0;
	font-size: 16px;
	padding: 0;
	color: #fff;
	padding-bottom: 10px;
}
.arrow_table_blak{
	background: url("../img/arrow_table_blak.png") no-repeat center center;	
	height: 26px;
	left: 0;
	position: absolute;
	bottom: -1px;
	width: 100%;
}
.arrow_table_white{
	background: url("../img/arrow_table_white.png") no-repeat center center;
	left: 0;
	height: 26px;
	position: absolute;
	bottom: 0;
	width: 100%;
}

.item_table .color{
	background-color: #f5f4f4;
}
.item_table ul{
	margin:30px 0 30px 0;
}
.item_table ul li{
	list-style: none;
	border-top: 1px solid #ddd;
	text-align: center;
	padding: 10px 0;
}
.item_table .button{	
	padding: 10px 35px;
	-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;	
	border-right: 3px solid #1e1e1e;
}
.item_table .button:hover{	
	background-color: #ffbc00;
	color: #fff;
	-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;	
}

.item_table_resalt{		
	background-color: #fff;
	padding-bottom: 50px;	
	border: 1px solid #ffbc00;
	border-bottom: 3px solid #ffbc00;	
	position: relative;
	margin-top: -15px;
	text-align: center;
}
.item_table_resalt .head_table{
	padding-top: 25px;
	background: #ffbc00;
}
.item_table_resalt .head_table h2{
	color: #fff;
	border-bottom: 1px solid #eee;
}
.item_table_resalt .head_table h1{
	color: #222;
	border-bottom: 1px solid #eee;
}
.item_table_resalt .head_table h5{
	color: #222;	
}
.arrow_table_yellow{
	background: url("../img/arrow_table_yellow.png") no-repeat center center;
	left: 0;
	height: 26px;
	position: absolute;
	bottom: 0;
	width: 100%;
}


/*About ------------------------*/

.solutions h2{
	margin-bottom: 10px;	
}
.image_solutions{
	position: relative;
}
.image_solutions img{
	width: 100%;
}
.title_solutions{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 96%;
	background: #000;
	background: rgba(0,0,0,0.8);
	padding: 10px 2%;
}
.title_solutions h5{
	color: #fff;
	font-style: italic;
	padding: 0;
}
.title_solutions h3{
	color: #f3bb06;
	padding: 0;
}

/* Item Team -------------------------------------------*/

.item_team{
	background-color: #fdfdfd;
	position: relative;
	border: solid 1px #ddd;
	border-bottom: 3px solid #ffbc00;	
	padding-bottom: 25px;		
}
.item_team .image_team{
	position: relative;
	overflow: hidden;
}
.item_team .image_team img{
	width: 100%;
}
.item_team:hover img{	
	 -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;
	opacity: 0.7;
	cursor: pointer;
}
.item_team .info_team h4{
	border-bottom: 1px solid #cdcdcd;
	margin-bottom: 15px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.item_team .info_team h4 span{
	font-size: 12px;
	font-style: italic;
	border-left: 2px solid #cdcdcd;
	margin-left: 10px;
	padding-left: 10px;
}
.item_team .social{
	display: table;
	margin: 0 auto;
	list-style: none;
}
.item_team .social li{
	display: inline-block;
	margin: 0 10px;
}

.arrow_team_gray{
	background: url("../img/arrow_team_gray.png") no-repeat center center;	
	height: 17px;
	left: 0;
	position: absolute;
	bottom: 0;
	width: 100%;
}
.arrow_team_white{
	background: url("../img/arrow_team_white.png") no-repeat center center;
	left: 0;
	height: 17px;
	position: absolute;
	bottom: 0;
	width: 100%;
}

.register input{
	border-radius: 0;
	height: 30px;
	width: 95%;
}
.register select{
	height: 39px;
	width: 100%;
}
.register textarea{
	width: 95%;
	height: 70px;
}
.register .button{
	height: auto;
	width: auto;
	float: right;
}
.custom_input_file {
    overflow: hidden;
    position: relative;
    cursor: pointer;
    text-align: center;
}
.custom_input_file i{
	font-size: 6em;
}
.custom_input_file img{
    width: 100%;
}
.custom_input_file .input_file {
    margin: 0;
    padding: 0;
    outline: 0;
    font-size: 10000px;
    border: 10000px solid transparent;
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    right: -1000px;
    top: -1000px;
    cursor: pointer;
}


/* Blog ------------------------------------------------*/

.post{
	padding-bottom: 50px;
	margin:10px 0 30px 0;
	border-bottom: 1px solid #cdcdcd;
}
.post h2{
	padding:0 0 5px 0;
    -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;
}
.post h2:hover{
	color: #ffbc00;
	-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_post{
	position: relative;
	border:3px solid #ffbc00;
	overflow: hidden;
}
.image_post ul{
	margin: 0;
	list-style: none;
	position: absolute;
	bottom: 0;
	left: 0;
}
.image_post ul li{
	background-color: #ffbc00;
	padding: 5px 12px;
	text-align: center;
	display: inline-block;
	color: #fff;
	font-size: 14px;
	font-weight: bold;		
}
.image_post ul li i{	
	color: #fff;
	font-size: 14px;		
}
.image_post ul li:last-child{
	border: 0;
}
.image_post img{
	width: 100%;
	-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_post 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;
	opacity: 0.7;
}
.meta{
	margin: 0;
	list-style: none;
	margin-bottom: 5px;
}
.meta li{
	display: inline-block;
	font-style: italic;
}
.meta .author{
	border-right: 1px solid #cdcdcd;
	padding:0 10px 0 6px;
	margin-right: 5px;
}
.pagination{
	margin: 0;
	list-style: none;
	text-align: center;
}
.pagination li{
	display: inline-block;
	margin-right: 10px;	
	padding: 5px;
	background-color: #1e1e1e;	
	 -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;
}
.pagination li:hover{
	background-color: #ffbc00;
	 -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;
}
.pagination .active{
	background-color: #ffbc00;
}
.pagination li a{
	color: #fff;
	padding: 0px 15px;
}

aside{
	border-bottom: 1px solid #cdcdcd;
	margin-bottom: 30px;
}
aside h4{
	padding-top: 0;
}
aside .tags li a{
	color: #fff;
}
aside .tags{
	padding-bottom: 20px;
}
aside .check{
	margin: 0;
	padding-bottom: 30px;
}
aside .check li i{
	padding-right: 10px;
}
.single .image_post{
	margin-bottom: 30px;
}
.comment{
	border-bottom: 1px solid #cdcdcd;
	margin: 20px 0 30px 0;
	padding-bottom: 30px;
}
.comment p{
	margin: 0;
}
.image-visitor {	
	margin-left: auto;
	margin-right: auto;
	width: 90%;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	background: #888;
	border: solid 4px white;
	overflow: hidden;
	-webkit-box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.15000000000000002);
	-moz-box-shadow: 2px 2px 15px rgba(0,0,0,0.15000000000000002);
	box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.15000000000000002);
	-webkit-transition: all .4s ease-out;
	-moz-transition: all .4s ease-out;
	transition: all .4s ease-out;
}
.title_comment{
	margin-bottom: 10px;
}
.comment:last-child{
	border:0;
	margin-bottom: 0;
}
.title_comment span{
	padding-right: 10px;
	font-style: italic;
	font-size: 18px;
}
.form_comment input{
	width: 37%;
	margin-right: 3.5%;
	display: inline-block;
	height: 35px;
}
.form_comment textarea{
	width: 80%;
	margin-top: 10px;
	height: 200px;
	display: block;
}
.form_comment .button{
	display: block;
	margin-top: 20px;	
	width: auto;
	height: auto;
}

/* ---------------------------------------------------------------------- */
/*	 0.4 Version 1024px
/* ---------------------------------------------------------------------- */

@media handheld, only screen and (max-width: 1024px) {	
	.vgomb
	{
		display:block !important;
		width:87%;
	}
	.mobile-hide {
		display:none !important;
	}
	.mobile-show {
		display:block !important;
	}
	.brighto {
		border-right: 0px !important;
		padding-right: 10px !important;
	}
	.fullcenter {
		display: block !important;
	}
	.href {
		float: none !important;
		margin: 0 auto !important;
		font-size:18px !important;
		display: block;
	}
	.bar_properties ul li a i{
		font-size: 22px;
	}
	.camera_caption h1{		
		font-size: 28px;
		line-height: 38px;	
	}
	.camera_caption p{	
		line-height: 26px;	
		font-size: 16px;
	}
	ul.tabs li {
		width: 92%;
	}
		.jBar .botton{	
		padding: 8px 10px;
		font-size: 13px;		
	}
	.image_property_h{
		top: -10%;
	}
	.info_service p{
		font-size: 13px;
		line-height: 18px;
	}
	.item_service .image_service{		
		padding: 15px;			
	}
	.head_property{
		position: relative;
		overflow: hidden;
		width: 100%;
		max-height: 195px;
	}

}

/* ---------------------------------------------------------------------- */
/*	 0.5 Version 800px
/* ---------------------------------------------------------------------- */

@media handheld, only screen and (max-width: 800px) {
	
	.sf-menu > li{
		margin:0 10px;	
	}		
	.item_service .image_service{		
		padding: 10px;			
	}

}

/* ---------------------------------------------------------------------- */
/*	0.5 Mobile Version 767px
/* ---------------------------------------------------------------------- */

@media handheld, only screen and (max-width: 767px) {

	#menu{
		display: none;	
	}
	.tinynav {
		display: inline;
		width: 50%;								
		border: 1px solid #dbdbdb;
		float: right;
		height: 35px;	
		z-index: 999;
		margin-right: 20px;
		margin-top: -35px;
	} 		
	.logo img{
		width: 30%;
		padding-left: 20px;
		position:static;
	}
	header{
		overflow: visible;
	}
	.item {
	  	width: 95%; 
		display: inline;
		margin: 10px 2.5%;
	}

	/* header ---------------------------------------------------------*/

	.camera_caption h1 {
		display: none;
	}
	.camera_caption p{
		display: none;
	}
	.camera_caption ul{
		display: none;
	}
	.camera_caption .more{
		display: none;
	}

	.info_head{
		display:none;
	}
	.info_service p{
		font-size: 16px;
		line-height: 26px;
	}
	.item_service{
		margin-bottom: 60px;
	}
	.item_property{
		margin-bottom: 20px;
	}
	.footer_top{
		padding: 40px 20px;
	}
	.footer_medium{
		padding: 40px 20px;
	}
	.footer_down{
		padding: 10px 20px;
		text-align: center;
	}
	.footer_down .social{
		text-align: center;
		margin-top: 10px;
	}
	.testimonial_autor{
		text-align: left;
	}
	.item_service .image_service{		
		padding: 20px;			
	}

	.content_info{
		width: 99%;
		z-index: 99;
	}
	.pdtop {
		padding: 0 !important;
	}
	.sponsors{
		text-align: center;
	}
	.full_info .caption-head{
		margin: 0 auto;
	}

	.description{
		margin-bottom: 30px;
	}
	.tab_container{
		width: 84%;
	}
	.item_table{
		margin-bottom: 30px;
	}
	/* newsletter_box ----------------------------*/

	.newsletter_box{		
		text-align: center;
	}
	.newsletter_box h3{
		padding:0;
		font-size: 25px;
		line-height: 20px;
		margin-bottom: 10px;
	}	
	.newsletter_box h3 span{
		font-size: 14px;
		line-height: 20px;
	}	
	.newsletter_box input{	
		margin: 0 auto;
		float: none;
		width: 90%;
	}
	.newsletter_box .register{
		top: 20%;
		right: 7%;
	}
	.pageing {
		background: #fff !important;
		padding: 5px 30px 50px 30px;
		margin-top: 90%;
	}
	.bg_header{
		padding: 0 20px;		
	}
	.sections .tabs_services{
		margin: 10px auto 0 auto;
	}	
	.section_title{				
		padding: 20px 20px 10px 20px;			
	}
	.section_title h1{
		font-size: 25px;	
		line-height: 35px;		
	}
	.section_title span{
		font-size: 13px;		
	}
	.section_title input{
		height: 28px;
		margin-top: 3px;
		width: 98%;
		float: left;
	}

	.jBar {			
		padding:0 20px;		
	}
	.jRibbon {
		right:20px;		
	}
	.downarrow {		
		right:20px;
	}
	.jBar h1{
		padding: 0 0 20px 0;		
	}
	.jBar input{
		margin-bottom: 20px;
	}
	.jBar form{
		padding: 30px 0 20px 0;	
	}
	.padding_top{
		padding-top: 0;
	}
	.item_team{
		margin-bottom: 20px;
	}

	.full_info .info_property_h{
		height: 135px;		
	}
	.full_info .info_property_h p{
		font-size: 13px;
		line-height: 20px;
	}
	.footer_medium .testimonials{
		margin-top: 15px;
	}

	.map_area{	
		width: 100%;
		height: 650px;	
		z-index: -1;
	}
	.sections{
		width: 90%;
	}
	.item_property_h .info_property_h p{
		font-size: 14px;
		line-height: 24px;
	}
}


/* ---------------------------------------------------------------------- */
/*	0.6 Mobile Version 600px
/* ---------------------------------------------------------------------- */

@media handheld, only screen and (max-width: 600px) {
	.item_service{
		margin-bottom: 40px;
	}
	.titles h1{
		font-size: 26px;
		line-height: 40px;
	}
	.item_property_h .info_property_h p{
		font-size: 12px;
		line-height: 22px;
	}
	.modal-body {
		position: relative;
		max-height: 450px;
		padding: 15px;
		overflow-y: auto;
	}
}


/* ---------------------------------------------------------------------- */
/*	0.7 Mobile Version 560px
/* ---------------------------------------------------------------------- */

@media handheld, only screen and (max-width: 560px) {
	.item_property_h .info_property_h p{
		font-size: 10px;
		line-height: 15px;
	}
}

/* ---------------------------------------------------------------------- */
/*	0.8 Mobile Version 480px
/* ---------------------------------------------------------------------- */

@media handheld, only screen and (max-width: 480px) {	
	.item_property_h .info_property_h p{
		font-size: 10px;
		line-height: 15px;
	}	
	.item_property_h h4 span{
		display: none;
	}
}


/* ---------------------------------------------------------------------- */
/*	0.9 Mobile Version 380px
/* ---------------------------------------------------------------------- */

@media handheld, only screen and (max-width: 380px) {
	.tinynav {		
		margin-top: -32px;
	} 
	.item_service p{
		font-size: 13px;
		line-height: 20px;
	}
	.titles h1{
		font-size: 20px;
		line-height: 30px;
	}
	.item_property_h{
		margin-bottom: 30px;
	}
	.image_property_h{		
		width: 50%;		
		top: 0%;		
	}
	.item_property_h h4{
		text-align: left;
		font-size: 15px;
		padding-left: 10px;
		line-height: 24px;
	}
	.item_property_h .info_property_h p{
		display: none;
	}
	.line_property{
		font-size: 12px;
		text-align: left;
		padding-left: 5px;
	}
	.item_service .image_service{		
		padding: 12px;			
	}
	.footer_top h1 {		
		font-size: 30px;
		line-height: 40px;		
	}
	.footer_top p{
		font-size: 14px;
		line-height: 24px;
	}
}

