/* Extra small devices (phones, less than 768px) */

@media (max-width: 768px) { 
/*
* CUSTOM CSS

* --------------------------------------------------------------------------
*  CONTENT:
* --------------------------------------------------------------------------
* 00. BASE CSS
* 01. MAIN CONTAINER/SLIDESHOW
* 02. NAVIGATION
* 03. CONTENT BLOCK
* 04. SCHEDULE PAGE
* 05. ABOUT PAGE 
* 06. NEWS PAGE 
* 07. GALLERY&VIDEO 
* 08. CONTACT FORM/NEWS BOX 
* 09. FOOTER
*
* --------------------------------------------------------------------------
* COLORS:
* -------------------------------------------------------------------------- 
* TEXT COLOR
* WHITE: #FFFFFF
* GREY: #333333
* OTHER ELEMENTS COLOR
* DARK BLUE: #194682
* GREY: #333333
*
* --------------------------------------------------------------------------
* FONT SIZE:
* -------------------------------------------------------------------------- 
*  font-size: 1.000em;
*  font-family: 'Underdog', cursive;
*  font-family: 'Andika', sans-serif;
*
*/


/********************************************************************************
 * 00. BASE
 *********************************************************************************/

body{
	font-family: 'Roboto', sans-serif;
	font:87.5%;
	background:url(img/forest.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	background-position:top left;
	background-attachment:fixed;
}
.container,
.node-type-property .main-container .container{
	width:auto;
}
/********************************************************************************
 * 01. HEADER
 *********************************************************************************/
.main-header img{
	margin:0 auto;
}
#contactinfo .address,
#contactinfo .work-time{
	display:none;
}
#contactinfo .phone{
	margin-left:30%;
}

	.navbar-toggle {
        background-color: rgba(255, 255, 255,0.6);
    }
	.navbar-toggle .icon-bar{
		background-color:#fff;
	}
.breadcrumb{
	padding-left:20px;
}
/********************************************************************************
 * 02. MAIN SEARCH
 *********************************************************************************/
.mask{
	display:none;
}
/********************************************************************************
 * 02. MAIN CONTAINER
 *********************************************************************************/
.pane-quicktabs-front-tabs{
	display:none;
}
/********************************************************************************
 * 02. AGENTS
 *********************************************************************************/
.agents-wrap .btn-success {
    word-wrap: break-word;
    white-space: normal;
}
/********************************************************************************
 * 02. FOOTER
 *********************************************************************************/
.main-footer{
	overflow:hidden;
	padding-left:20px;
}
.region-footercenter li{
	float:left;
	margin:0 10px;
}
.footer-address{
	text-align:center;
}

.node-type-property .field-estate-extra {
    height: auto;
}
.node-type-property .field-estate-extra li {
    float: none;
}

.node-type-property .field-estate-extra li::before {
    position: relative;
    top: 25px;
    left: -25px;
}
.page-header{
	font-size:26px;
}
}