﻿/*
Theme Name: Tõnisson
Author: Art Media Agency
Author URI: http://www.artmedia.ee/
Version: 1.0
*/

@charset "UTF-8";

html, body{height: 100%;}
#wrapper{padding-top: 117px; position: relative; min-height: 100%;}

img{max-width: 100%; height: auto;}
/* =============================================================================
   reusable
   ========================================================================== */
.display-t{display: table;}
.display-tr{display: table-row;}
.display-tc{display: table-cell; vertical-align: middle;}

.fw-row{margin-left: 0!important; margin-right: 0!important;}
.fw-main-row .fw-container{padding-left: 0!important; padding-right: 0!important;}

.round-img{
	width: 140px;
	height: 140px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	overflow: hidden;
	border: 2px solid #fff;	
}
.col-orange{color: #e85218;}

.wpcf7 p{margin: 0!important;}
.wpcf7 label{display: block; clear: both;}
label.empty{height: 15px;}

/* =============================================================================
   HEADER
   ========================================================================== */
#header.navbar{height: 117px; border-bottom: 1px solid #fff; background-color: #ffd200; color: #323232;
	background: url('images/header.jpg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% 117px;
	-webkit-transition: all 0.15s linear;
	-moz-transition: all 0.15s linear;
	-ms-transition: all 0.15s linear;
	-o-transition: all 0.15s linear;
	transition: all 0.15s linear;
}   
#header #logo{display: block; float: left; margin-top: 15px; margin-right: 50px;
	-webkit-transition: all 0.15s linear;
	-moz-transition: all 0.15s linear;
	-ms-transition: all 0.15s linear;
	-o-transition: all 0.15s linear;
	transition: all 0.15s linear;
}
#main-menu{text-transform: uppercase; font-weight: 700; padding-top: 56px;
	-webkit-transition: all 0.15s linear;
	-moz-transition: all 0.15s linear;
	-ms-transition: all 0.15s linear;
	-o-transition: all 0.15s linear;
	transition: all 0.15s linear;
}
#main-menu .navbar-nav>li>a{color: #323232; font-size: 18px; padding: 20px;}

#main-menu .navbar-nav>.open>a,
#main-menu .navbar-nav>.open>a:hover,
#main-menu .navbar-nav>.open>a:focus,
#main-menu .navbar-nav>li:hover>a,
#main-menu .navbar-nav>li:hover>a:focus{background-color: #ffde00;} 

#main-menu .navbar-nav>.current-menu-item>a,
#main-menu .navbar-nav>.current-menu-item:hover>a,
#main-menu .navbar-nav>.current-menu-item>a:focus,
#main-menu .navbar-nav>.current-menu-parent>a,
#main-menu .navbar-nav>.current-menu-parent:hover>a,
#main-menu .navbar-nav>.current-menu-parent>a:focus,
#main-menu .navbar-nav>.current-menu-ancestor>a,
#main-menu .navbar-nav>.current-menu-ancestor:hover>a,
#main-menu .navbar-nav>.current-menu-ancestor>a:focus{background-color: #ffc000; color: #fff;}  

#main-menu .dropdown-menu{box-shadow: none; border: none; padding: 0;}
#main-menu .dropdown-menu>li{border-top: 1px solid #fff;}
#main-menu .dropdown-menu>li:nth-child(odd){background-color: #ffd200;}
#main-menu .dropdown-menu>li:nth-child(even){background-color: #ffde00;}
#main-menu .dropdown-menu>li>a{font-weight: 700; padding: 12px 20px;}
#main-menu .dropdown-menu>li:hover>a,
#main-menu .dropdown-menu>.current-menu-item>a,
#main-menu .dropdown-menu>.current-menu-item>a:hover,
#main-menu .dropdown-menu>.current-menu-item>a:focus,
#main-menu .dropdown-menu>.current-menu-parent>a,
#main-menu .dropdown-menu>.current-menu-parent>a:hover,
#main-menu .dropdown-menu>.current-menu-parent>a:focus,
#main-menu .dropdown-menu>.current-menu-ancestor>a,
#main-menu .dropdown-menu>.current-menu-ancestor>a:hover,
#main-menu .dropdown-menu>.current-menu-ancestor>a:focus{background-color: #ffc000;}

#header.shrink{height: auto;}
#header.shrink #logo{height: 60px; width: 146px; margin-top: 0; padding: 5px 0; text-align: center;}
#header.shrink #logo img{max-height: 100%; width: auto;}
#header.shrink #main-menu{padding-top: 0;}
/* =============================================================================
   INTRO
   ========================================================================== */
#intro{list-style: none; padding: 0; margin: 0;}
#intro a{text-decoration: none;}
#intro li{height: 430px; margin-bottom: 35px;}
#intro h1{color: #e85218; font-size: 37px; line-height: 1em; font-weight: 700; text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.47);}
#intro h1 small{display: block; font-size: 22px; color: #fff;}

.intro-txt{margin: 85px 0 25px 0; position: relative; padding-top: 20px;}
.intro-txt.with-img{padding-left: 190px; min-height: 140px;}
.intro-txt.with-img .round-img{position: absolute; left: 20px; top: 0;}

#slogan{font-size: 23px; font-weight: 700; margin: 0 auto 35px auto; line-height: 42px; text-transform: uppercase;}

/* =============================================================================
   SEARCHFORM
   ========================================================================== */
.home #searchbox{margin-top: -44px;}   
   
#searchbox{position: relative; margin-bottom: 35px;}
#searchbox .form-group{margin-bottom: 10px;}
label{font-weight: 600; margin-bottom: 1px;}

#searchbox .inner, #searchbox .box-title{background-color: #fff;}
#searchbox .inner{margin-top: -3px; border: 3px solid #ffd200; position: relative; overflow: hidden;}
#searchbox .box-title{display: inline-block; border-left: 3px solid #ffd200; border-right: 3px solid #ffd200; border-top: 3px solid #ffd200; padding: 11px 60px 11px 15px; position: relative; font-size: 22px; line-height: 1em; font-family: 'Roboto Condensed', sans-serif; text-transform: uppercase; position: relative; z-index: 1000;}
#searchbox .box-title i.fa{display: block; position: absolute; top: 0; right: 0; height: 44px; width: 44px; background-color: #ffd200; line-height: 44px; text-align: center; font-size: 14px;}
#searchbox .search-btns{border-left: 3px solid #ffd200; width: 271px; text-align: center; margin-left: -3px; position: absolute; top: 0; right: 0; background-color: #e85218;}
#searchbox .search-btns .search-btn{
	font-size: 16px;
	font-weight: 700;
	padding: 10px 20px;
	height: 92px;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	background: rgb(248,97,39);
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y4NjEyNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlODUyMTgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(248,97,39,1) 0%, rgba(232,82,24,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(248,97,39,1)), color-stop(100%,rgba(232,82,24,1)));
	background: -webkit-linear-gradient(top,  rgba(248,97,39,1) 0%,rgba(232,82,24,1) 100%);
	background: -o-linear-gradient(top,  rgba(248,97,39,1) 0%,rgba(232,82,24,1) 100%);
	background: -ms-linear-gradient(top,  rgba(248,97,39,1) 0%,rgba(232,82,24,1) 100%);
	background: linear-gradient(to bottom,  rgba(248,97,39,1) 0%,rgba(232,82,24,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f86127', endColorstr='#e85218',GradientType=0 );
}
#searchbox .search-btns .search-btn:hover{filter: none; background: #e85218;}
#searchbox .search-btns .search-btn.last{border-top: 1px solid #fff;}

#searchbox .search-fields{padding-right: 268px; background-color: #e85218;}
#searchbox #searchform{border-right: 3px solid #ffd200; padding: 10px 20px 44px 20px; min-height: 184px; background-color: #fff; position: relative;}
#searchbox #searchform .btn-search{position: absolute; right: 60px; bottom: -3px; font-size: 25px; font-weight: 700; padding: 5px 75px 5px 35px; background-color: #ffc000;}
#searchbox #searchform .btn-search i.fa{position: absolute; right: 35px; top: 13px; font-size: 18px;}
#searchbox .view_more_less{position: absolute; left: 20px; bottom: 10px; color: #6f6f6f; font-weight: 600;}

.form-inline.small-elements .form-control{width: 43%; display: inline-block;}
.form-inline.small-elements span.seperator{display: inline-block; text-align: center; width: 14%;}


.section-title{color: #15061b; text-transform: uppercase; font-size: 18px; line-height: 1em; margin: 0 0 25px 0; font-weight: 600;}
.title-underlined{border-bottom: 1px solid #eee; padding-bottom: 10px;}

/* =============================================================================
   MAIN
   ========================================================================== */
#main{margin: 0 auto; width: 1440px; position: relative; padding-top: 35px;}
#main.with-featured-img{padding-top: 0;}
.home #main{padding-top: 0;}
#main #share-btns{position: absolute; left: 0; top: 80px;}
.home #main #share-btns{top: 270px;}

#share-btns{list-style: none; padding: 0; margin: 0;}
#share-btns a{display: block; height: 44px; width: 44px; line-height: 44px; text-align: center; text-indent: -5000px; background-position: center; background-repeat: no-repeat;
-webkit-transition: all 0.25s linear;
-moz-transition: all 0.25s linear;
-ms-transition: all 0.25s linear;
-o-transition: all 0.25s linear;
transition: all 0.25s linear;
}
#share-btns .share-search a{background-color: #ffd200; background-image: url(images/icons/icon-search.png);}
#share-btns .share-em a{background-color: #15061b; background-image: url(images/icons/icon-em.png);}
#share-btns .share-fb a{background-color: #3d5b96; background-image: url(images/icons/icon-fb.jpg);}
#share-btns .share-tw a{background-color: #1dacee; background-image: url(images/icons/icon-tw.jpg);}
#share-btns .share-yt a{background-color: #cd2515; background-image: url(images/icons/icon-yt.jpg);}
#share-btns a:hover{width: 54px;}

/* =============================================================================
   PROPERTY LISTING
   ========================================================================== */
.property-item-special{background-size: cover; margin-bottom: 35px;}
.property-item-special .info{width: 225px; color: #fff; background-color: #4aab09; padding: 35px 10px 35px 20px; font-size: 16px; min-height: 250px;}
.property-item-special .info .property-title{display: block; text-transform: uppercase; font-size: 25px; font-weight: 700; line-height: 1em; margin-bottom: 15px;}
.property-item-special a:hover{text-decoration: none;}
.property-item-special .inner{background-position: 100% 0;}

.property-listing .deal-type{display: block; font-weight: 700; text-transform: uppercase; margin-bottom: 4px;}
.property-listing .property-img{margin-bottom: 15px; height: 179px; overflow: hidden;}

.monthly-fee{display: inline-block; padding: 3px 5px; color: #15061b; background-color: #ffd200; font-size: 13px; text-transform: uppercase;}
span.price{font-size: 18px; font-weight: 700;}

.property-item{margin-bottom: 35px;}
.property-item:nth-child(4n+1){clear: left;}
.property-item .item-link{color: inherit; display: block; background-color: #fff;}
.property-item .item-link:hover{text-decoration: none;}
.property-item .item-link .property-img img{transition: all .2s ease-in-out;}
.property-item .item-link:hover .property-img img{transform: scale(0.95);}
.property-listing.grid-view .property-info{padding-right: 70px;}
.property-listing.grid-view .property-content{position: relative; margin-bottom: 10px;}
.property-listing.grid-view .property-data{position: absolute; top: 0; right: 0; width: 70px; text-align: right; font-size: 12px; text-transform: uppercase;}
.property-listing.grid-view .property-data dt{font-weight: 400; color: #898989;}
.property-listing.grid-view .property-price .monthly-fee{float: right;}

.with-sorting{padding-top: 25px;}

/* =============================================================================
   CONTENT
   ========================================================================== */
.page-title{border-bottom: 1px solid #eee; margin-bottom: 20px; padding-bottom: 15px;}
.page-title h1{margin: 0; color: #e85218; font-size: 30px; line-height: 30px; font-weight: 700;}
.page-title h1 small{color: #15061b; font-size: 30px; line-height: 30px;}
.page-title .property-price .price{font-size: 24px; font-weight: 700; float: left; display: block; margin-left: 15px;}
.page-title .property-price .monthly-fee{float: right; margin: 5px 0 0 30px;}
.sub-title{margin-bottom: 20px; color: #252525; font-weight: 700; font-size: 21px; line-height: 21px;}

.btn.btn-pdf{
	padding: 10px 10px !important;	
	background: white; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(white, #f9f9f9); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(white, #f9f9f9); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(white, #f9f9f9); /* For Firefox 3.6 to 15 */
    background: linear-gradient(white, #f9f9f9); /* Standard syntax */
	color: #5d5d5d;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f9f9f9',GradientType=0 );
	border: none;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 16px;
	line-height: 18px;
	padding: 20px 25px;
	border: 1px solid #DDDDDD;
}

.btn.btn-pdf:hover{
	background: white; /* For browsers that do not support gradients */
	color: #5d5d5d;
}

.btn.btn-primary{
	background: rgb(248,97,39);
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y4NjEyNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlODUyMTgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(248,97,39,1) 0%, rgba(232,82,24,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(248,97,39,1)), color-stop(100%,rgba(232,82,24,1)));
	background: -webkit-linear-gradient(top,  rgba(248,97,39,1) 0%,rgba(232,82,24,1) 100%);
	background: -o-linear-gradient(top,  rgba(248,97,39,1) 0%,rgba(232,82,24,1) 100%);
	background: -ms-linear-gradient(top,  rgba(248,97,39,1) 0%,rgba(232,82,24,1) 100%);
	background: linear-gradient(to bottom,  rgba(248,97,39,1) 0%,rgba(232,82,24,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f86127', endColorstr='#e85218',GradientType=0 );
	border: none;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 16px;
	line-height: 18px;
	padding: 20px 25px;		
}

.btn.btn-primary:hover{background: #e85218;}

#rightside .btn{margin-bottom: 30px;}
#rightside .section-title{font-weight: 700;}
#rightside .person-block{ padding-bottom: 20px; border-bottom: 1px solid #eee; min-height: 140px;}
.person-block{position: relative; padding-left: 140px; min-height: 120px; margin-bottom: 20px;}
.person-block.no-img{padding-left: 0; min-height: inherit;}
.person-block h3, .entry-content .person-block h3{font-size: 18px; font-weight: 700; line-height: 18px; margin: 0 0 5px 0;}
.entry-content .person-block{margin-bottom: 40px;}
.person-block .person-img{width: 120px; height: 120px; position: absolute; top: 0; left: 0; overflow: hidden;}
.person-block.static-img .person-img{display: block; margin: 0 0 15px 0; position: static;}
.person-block.static-img{padding: 0 20px;}

.image-list{list-style: none; padding: 0; margin: 0; overflow: hidden;}
.image-list li{overflow: hidden;}
.image-list li.medium-img{margin-bottom: 6px; height: 200px; width: 300px;}
.image-list li.small-img{float: left; margin: 0 0 1px 1px; height: 49px; width: 74px;}
.image-list li a{display: block; text-decoration: none; cursor: pointer;}
.image-list li a:hover{text-decoration: none;}

.view-all{display: inline-block; margin: 15px 0 0 0; font-weight: 700; color: #575757;}
.view-all:hover{text-decoration: none;}

.detail-images{width: 300px; margin-bottom: 20px; float: right; margin-right: 30px;}
.detail-info{width: 540px; float: right;}

.property-table{width: 100%; margin-bottom: 20px;}
.property-table td{padding: 0 0 5px 0;}
.property-table tr td:first-child{padding-right: 20px; width: 200px;}
.property-table tr td:last-child{font-weight: 700;}
.property-table tr:last-child td{border-bottom: 1px solid #eee; padding-bottom: 20px;}

.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6{font-weight: 700; margin: 35px 0;}
.entry-content h2{font-size: 23px; line-height: 25px;}
.entry-content h3{font-size: 18px; line-height: 20px;}
.entry-content h4{font-size: 18px; line-height: 20px; font-weight: 600;}
.entry-content p{margin-bottom: 25px;}
.video-container{padding: 20px 0;}

.modal-title{font-size: 30px; color: #e8521c; font-weight: 700; text-transform: uppercase;}
.modal-content .inner{padding: 15px 30px;}
.modal-content .inner .modal-header{padding: 0 0 15px 0;}
.modal-content .inner .modal-body{padding: 15px 0;}

.modal-body h1, .modal-body h2, .modal-body h3, .modal-body h4, .modal-body h5, .modal-body h6{font-weight: 700; margin: 15px 0;}
.modal-body h2{font-size: 23px; line-height: 25px;}
.modal-body h3{font-size: 18px; line-height: 20px;}
.modal-body h4{font-size: 18px; line-height: 20px; font-weight: 600;}

.inline-formgroups .form-group.small-field,
.inline-formgroups .seperator,
.inline-formgroups .form-group.medium-field{float: left; margin-bottom: 15px;}
.inline-formgroups .form-group.small-field{width: 23%; margin-bottom: 15px;}
.inline-formgroups .form-group.medium-field{width: 40%; margin-bottom: 15px;}
.inline-formgroups .seperator{width: 7%; display: block; text-align: center; line-height: 34px;}

.form-group .form-group{margin-bottom: 0;}

.modal-content{
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	position: relative;
}
.modal-content .close{position: absolute; top: 10px; right: 10px;}
.modal-content .contact-person{margin-top: 30px;}

.btn-lg{text-transform: uppercase; font-weight: 700;}

.featured-img{margin-bottom: 15px;}

.small-title{font-size: 23px; line-height: 23px; margin: 0 0 20px 0; font-weight: 700;}
.big-title, .entry-content .big-title{font-size: 30px; line-height: 32px; margin: 15px 0 35px 0; padding-bottom: 15px; border-bottom: 1px solid #eee; text-transform: uppercase; color: #e85218;}
.post-list h6{color: #e85218; text-transform: uppercase; font-size: 14px; line-height: 14px; margin: 20px 0;}

.post-list .post-item{margin-bottom: 30px;}
.post-list .post-item:nth-child(4n+1){clear: left;}

.anchor-links{list-style: none; padding: 0; margin: 20px 0 20px -1px; overflow: hidden;}
.anchor-links li{float: left; border-left: 1px solid #fff; background-color: #ffd400;}
.anchor-links li a{color: #282828; font-weight: 600; font-size: 18px; line-height: 20px; display: block; padding: 15px 20px; text-transform: uppercase}
.anchor-links li a:hover, .anchor-links li a:focus{background-color: #ffc100; color: #fff; text-decoration: none;}

.no-marg-top{margin-top: 0!important;}
textarea.smallarea{height: 104px;}

.entry-content h2 small{color: #15061b; margin-left: 15px;}
.push-down{margin-bottom: 25px;}

.map-with-img{padding-left: 166px; position: relative;}
.map-with-img > a.image,
.map-with-img > img{position: absolute; top: 0; left: 0;}

.marg-20-0{margin: 20px 0!important;}

.personel-list{padding-bottom: 20px; margin-bottom: 40px; border-bottom: 1px solid #eee;}
.personel-list.col-sm-8{padding-bottom: 0; margin-bottom: 0; border: none;}

.text-upper{text-transform: uppercase;}

.map-area .panel-grid{margin-left: 0!important; margin-right: 0!important;}
.map-area .panel-grid-cell{padding: 0!important;}

.fw-main-row{margin-left: -15px; margin-right: -15px;}

.bottom-content form{margin-top: 50px;}

.map-img{margin-bottom: 25px;}
.contact-detail-box{font-size: 16px; line-height: 24px;}

/* =============================================================================
   PAGER
   ========================================================================== */
#pager{margin-bottom: 35px;}
#pager ul{list-style: none; padding: 0; margin: 0; overflow: hidden;}
#pager ul li{float: left; margin-right: 1px; margin-bottom: 1px;}
#pager ul li a{
	display: block;
	line-height: 35px;
	text-align: center;
	height: 37px;
	width: 37px;
	border: 1px solid #ebebeb; 
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
    background-color: #ffd200;
    color: #000;
    font-weight: bold;
	font-size: 11px;
}
#pager ul li a:hover,
#pager ul li.active a{color: #222; text-decoration: none;background-color: #e2b800;}
#pager div.pull-right{line-height: 37px; color: #919191; font-size: 11px;}

/* =============================================================================
   FOOTER
   ========================================================================== */
#footer{position: relative; margin-top: 35px; padding-bottom: 35px;}
#footer ul{list-style: none; padding: 15px 0; margin: 0;}
#footer ul li{display: inline-block;}
a#ama{color: #bbb; position: absolute; top: 18px; right: 15px; font-size: 10px; font-family: 'Ubuntu Condensed', sans-serif;}
#footer-nav{margin-right: 70px; font-weight: 600; color: #434343;}
#footer-nav a{color: inherit;}
#footer-nav li{margin-left: 35px;}
#footer-nav li:first-child{margin-left: 0;}
#footer .social-icons{padding-top: 10px;}
#footer .social-icons a{color: #434343; font-size: 24px;}
#footer .social-icons li{margin-left: 5px;}
#footer .social-icons li:first-child{margin-left: 0;}


div.wpcf7 img.ajax-loader{display: block; clear: both;}


@media (max-width: 1439px){
	#main{width: 100%;}
}
@media (max-width: 1240px){
	.container{width: 100%;}	
}
@media (max-width: 1280px){
	#main #share-btns{position: static!important; overflow: hidden; padding: 15px; margin: 0; text-align: center;}	
	#main #share-btns li{display: inline-block;}
	
	.detail-images{width: 35%; margin-right: 0; padding-right: 30px;}
	.detail-info{width: 65%;}
}
@media (max-width: 1199px){
	.intro-txt{margin-top: 45px;}
	.intro-txt.with-img .round-img{left: 0;}
	.intro-txt.with-img{padding-left: 150px; padding-top: 0px;}
	
	#wrapper{padding-top: 0;}
	#header{display: none;}	
	
	#searchbox .search-fields{padding-right: 0;}
	#searchbox #searchform{margin-bottom: 30px; border: none;}
	#searchbox .search-btns{position: static; width: 100%; padding: 0; margin: 0; border: none; display: block; overflow: hidden;  background :none!important; filter: none!important;}
	
	#searchbox .search-btns .display-tr{display: block; float: left; width: 50%; border-top: 3px solid #ffd200;}
	#searchbox .search-btns .display-tr .display-tc{display: block;}
	#searchbox .search-btns .search-btn{height: auto; margin: 0; border: none;}
	#searchbox .search-btns .search-btn.last{border: none;}
	.property-listing .property-img{text-align: center;}
}

@media (min-width: 992px){
	.modal-lg{width: 1100px;}	
}

@media (max-width: 1004px){
	.modal-lg{width: 96%;}	
	.person-block{padding-left: 100px;}
	.person-block .person-img{width: 80px; height: 80px;}
	.btn.btn-primary{padding: 10px 15px; white-space:normal;}
	.btn.btn-pdf{padding: 10px 15px; white-space:normal;}
}
@media (max-width: 1000px){
	.modal-content .contact-person{display: none!important;}	
}
@media (max-width: 800px){
	#footer ul li{display: block; margin: 0 0 15px 0;}
	#footer-nav{float: left!important;}
	#slogan{font-size: 22px; line-height: 1em;}
	.property-item{width: 50%; float: left;}
}
@media (max-width: 640px){
	.intro-txt.with-img{padding-left: 110px;}
	.round-img{width: 90px; height: 90px;}
	#intro h1{font-size: 24px;}
	#intro h1 small{font-size: 18px;}
	.anchor-links{margin: 0 0 0 -1px;}
	.entry-content h2 small{display: block; margin-left: 0; margin-top: 10px;}
}
@media (max-width: 600px){
	.home #searchbox{margin-top: -134px;}
	.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto{bottom: 150px;}
	#searchbox .inner{display: block;}
}
@media (max-width: 470px){
	#searchbox .search-btns .display-tr{float: none; width: 100%;}
	#searchbox #searchform{padding-bottom: 0; margin-bottom: 20px;}
	#searchbox .view_more_less,
	#searchbox #searchform .btn-search{display: block; position: relative; bottom: inherit; left: inherit; top: inherit; right: inherit; width: 100%; text-align: center;}
	#searchbox .view_more_less{margin-bottom: 15px;}
	#searchbox #searchform .btn-search i.fa{display: none;}
	#searchbox #searchform .btn-search{padding: 5px 15px;}
	.property-item{width: 100%; float: none;}
	
	.inline-formgroups .form-group.small-field{width: 26%;}
	.inline-formgroups .form-group.medium-field{width: 40%;}
	.inline-formgroups .seperator{width: 4%;}
	
	h1.pull-left, .property-sorting.pull-right{float: none!important;}
	#searchbox{margin-bottom: 15px;}
	
	#searchbox .box-title{display: block; cursor: pointer; border-bottom: 3px solid #ffd200;}
	#searchbox .inner{display: none;}
	
	.home #hot-offers > #searchbox.container{background: none;}
	.home #hot-offers > .container{background-color: #fff;}
	.home #hot-offers > .container h2.section-title:first-of-type{padding-top: 15px;}
}
@media (max-width: 400px){
	.round-img{display: none;}
	.intro-txt.with-img{padding-left: 0;}
}


#pg-8-0, #pl-8 .panel-grid-cell .so-panel{margin: 0!important;}
/* == WordPress WYSIWYG Editor Styles == */

.entry-content img {
	margin: 0 0 1.5em 0;
	}
.alignleft, img.alignleft {
	margin-right: 1.5em;
	display: inline;
	float: left;
	}
.alignright, img.alignright {
	margin-left: 1.5em;
	display: inline;
	float: right;
	}
.aligncenter, img.aligncenter {
	margin-right: auto;
	margin-left: auto;
	display: block;
	clear: both;
	}
.alignnone, img.alignnone {
	/* not sure about this one */
	}
.wp-caption {
	margin-bottom: 1.5em;
	text-align: center;
	padding-top: 5px;
	}
.wp-caption img {
	border: 0 none;
	padding: 0;
	margin: 0;
	}
.wp-caption p.wp-caption-text {
	line-height: 1.5;
	font-size: 10px;
	margin: 0;
	}
.wp-smiley {
	margin: 0 !important;
	max-height: 1em;
	}
blockquote.left {
	margin-right: 20px;
	text-align: right;
	margin-left: 0;
	width: 33%;
	float: left;
	}
blockquote.right {
	margin-left: 20px;
	text-align: left;
	margin-right: 0;
	width: 33%;
	float: right;
	}
.gallery dl {}
.gallery dt {}
.gallery dd {}
.gallery dl a {}
.gallery dl img {}
.gallery-caption {}

.size-full {}
.size-large {}
.size-medium {}
.size-thumbnail {}

.mn-navigation-wrap {
	background: url('images/header.jpg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% 117px;
}

