@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,600,400italic,600italic,700,700italic,800,800italic&subset=latin,latin-ext);

/*

	MODIFIED!

*/

@font-face {
	font-family: 'Myriad Pro Regular';
	src:url('../fonts/Myriad_Pro_Regular.eot');
	src:url('../fonts/Myriad_Pro_Regular.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Myriad_Pro_Regular.ttf') format('truetype'),
		url('../fonts/Myriad_Pro_Regular.svg#Myriad_Pro_Regular') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Myriad Pro Italic';
	src: url('../fonts/MyriadPro-It.eot');
	src: local('☺'), url('../fonts/MyriadPro-It.woff') format('woff'), url('../fonts/MyriadPro-It.ttf') format('truetype'), url('../fonts/MyriadPro-It.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* html5doctor.com Reset v1.6.1 - http://cssreset.com */
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}body{line-height:1}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}nav ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}ins{background-color:#ff9;color:#000;text-decoration:none}mark{background-color:#ff9;color:#000;font-style:italic;font-weight:bold}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}input,select{vertical-align:middle}

body {
	padding-bottom: 56px;
	position: relative;
}
/* Top bar */
#iframe {
	width: 100%;
	height: 100%;
}

#topbar {
	height: 66px;
	font-family: 'Myriad Pro Regular', Verdana, sans-serif, serif;
	background: #fff;
	color: #333;
	overflow: hidden;
	position: relative;
	box-shadow: 0 0px 3px 1px rgba(0,0,0,.4);
}

#topbar-content-container {
	max-width: 1200px;
	margin: 0 auto;
}

#topbar .topbar-content {
	position: relative;
	display: inline-block;
	padding: 2px;
	vertical-align: top;
	font-size: 15px;
}
.profile-picture {
	border: 3px solid #ddd;
	margin-top: 8px;
}
.shared-by {
	font-style: italic;
	color: #666;
	font-size: 9px;
	margin-top: 7px;
}
.shared-by-name {
	color: #010101;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: bold;

}
.brokerage-name {
	font-size: 13px;	
	color: #848484;
}
#topbar .ask-me-button {
	font-size: 16px;
	font-weight: bold;
	background: #6fad51;
	margin: -5px 0 0 10px;
	padding: 2px 17px;
}
#topbar .info {
	margin-top: 4px;
}
.topbar-content .questions {
	display: inline-block;
	margin-top: 25px;
}
.info {
	margin-bottom: 0px;
}

/* TOP AREA */
.top-area {
	background: url(../images/top-area-bg.jpg) no-repeat 50% 100%;
	background-size: cover;
	min-height: 182px;
	padding: 25px 0;
	text-align: center;
	font-family: 'Open Sans', sans-serif;
	box-sizing: border-box;
}

.top-area * {
	box-sizing: border-box;
}

.top-area .promo-title {
	font-size: 24px;
	font-weight: 600;
	line-height: 1.2;
	color: #333;
	margin: 0 0 10px 0;
}

.top-area .button {
	transition: color .25s;
	font-weight: 800;
	font-size: 16px;
	line-height: 20px;
	padding: 10px 15px;
	text-align: center;
	display: inline-block;
	vertical-align: top;
	border-radius: 4px;
	color: #fff;
	background: #fff;
	position: relative;
	min-width: 300px;
	overflow: hidden;
	text-decoration: none;
	z-index: 10;
}

.top-area .button:after {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	content: '';
	z-index: 1;
	opacity: 1;
	transition: opacity .25s;
	background: #f6c500;
	background: -moz-linear-gradient(top,  #f6c500 0%, #f3b200 28%, #ec8800 68%, #e96e00 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f6c500), color-stop(28%,#f3b200), color-stop(68%,#ec8800), color-stop(100%,#e96e00));
	background: -webkit-linear-gradient(top,  #f6c500 0%,#f3b200 28%,#ec8800 68%,#e96e00 100%);
	background: -o-linear-gradient(top,  #f6c500 0%,#f3b200 28%,#ec8800 68%,#e96e00 100%);
	background: -ms-linear-gradient(top,  #f6c500 0%,#f3b200 28%,#ec8800 68%,#e96e00 100%);
	background: linear-gradient(to bottom,  #f6c500 0%,#f3b200 28%,#ec8800 68%,#e96e00 100%);
}

.top-area .button:hover:after {
	opacity: 0;
}

.top-area .button:hover {
	background: #fff;
	box-shadow: inset 0 0 0 3px #f57f00;
	color: #f38f00;
}
.top-area .button > * {
	position: relative;
	z-index: 2;
}

.top-area .button .text-default {
	display: block;
}

.top-area .button .text-hover {
	display: none;
}

.top-area .button:hover .text-default {
	display: none;
}

.top-area .button:hover .text-hover {
	display: block;
}

.top-area .user-info {
	overflow: hidden;
	line-height: 20px;
}

.top-area .user-info img {
	width: 40px;
	height: auto;
	float: right;
	border: 1px solid #dadada;
	margin-left: 10px;
}

.top-area .user-info .info {
	overflow: hidden;
	text-align: right;
	font-size: 14px;
	display: block;
}

.top-area .user-info .info strong {
	display: block;
	font-size: 20px;
	font-weight: 700;
}

.container {
	max-width: 1100px;
	padding: 0 30px;
	box-sizing: border-box;
	margin: 0 auto;
}

.top-area .user-info-holder {
	position: relative;
	z-index: 5;
	margin: -20px 0 0 0;
}

.top-area .container {
	position: relative;
}

/*overlow*/
.overlay-full{
	display: none;
	position: fixed;
	width:100%;
	height:100%;
	z-index:16000003;
	background-size: cover;
	top:0;
}


.overlay-1{
	background: url(../images/background/bg-1.png) 50% 50% no-repeat;
	background-size: cover;
}
.overlay-2{
	background: url(../images/background/bg-2.png) 50% 50% no-repeat;
	background-size: cover;	
}
.overlay-3{
	background: url(../images/background/bg-3.png) 50% 50% no-repeat;
	background-size: cover;				
}
.overlay-4{
	background: url(../images/background/bg-4.png) 50% 50% no-repeat;	
	background-size: cover;	
}
.overlay-5{
	background: url(../images/background/bg-5.png) 50% 50% no-repeat;	
	background-size: cover;		
}
.overlay-6{	
	background: url(../images/background/bg-6.png) 50% 50% no-repeat;	
	background-size: cover;		
}
.overlay-7{
	background: url(../images/background/bg-7.png) 50% 50% no-repeat;
	background-size: cover;			
}
.overlay-8{
	background: url(../images/background/bg-8.png) 50% 50% no-repeat;
	background-size: cover;		
}
.overlay-9{
	background: url(../images/background/bg-9.png) 50% 50% no-repeat;	
	background-size: cover;		
}
.overlay-10{
	background: url(../images/background/bg-10.png) 50% 50% no-repeat;	
	background-size: cover;		
}
.overlay-11{
	background: url(../images/background/bg-11.png) 50% 50% no-repeat;	
	background-size: cover;		
}
.overlay-12{
	background: url(../images/background/bg-12.png) 50% 50% no-repeat;	
	background-size: cover;		
}

.block{
	max-width:900px;
	width:98%;
	margin:0 auto;
	padding:44px 10px 32px;
	background:#312f46;
	color:#fff;
	font-family: 'Open Sans', sans-serif;
	text-align: center;
	position: relative;
	top:-100%;
}
.title-block{
	font-weight: 300;
	font-size: 2.7em;
	line-height: 42px;
	margin-bottom: 6px;
}
.text-block{
	color:#ccc;
	font-size: 18px;
	margin-bottom: 48px;
	letter-spacing: -1px;
}
.block a{
	cursor: pointer;
	color:#fff;
	display: inline-block;
}
.block a:hover{
	color:#fff;
	text-decoration: none;
}
.green-button{
	text-transform: uppercase;
	padding:20px 20px 19px;
	width:301px;
	text-align: center;
	background-color: #20b411;
	font-weight: 700;
	font-size: 23px;
	-webkit-transition: background .3s ease-out;
	-moz-transition: background .3s ease-out;
	-o-transition: background .3s ease-out;
	transition: background .3s ease-out;
	margin-bottom: 14px;
	line-height: 23px;
}
.green-button:hover{
	background-color: #5fd053;
}
.link-button{
	font-size: 24px;
	line-height: 24px;
/*	text-decoration: underline;*/
	padding-bottom: 1px;
/*	border-bottom:1px solid #fff;*/
}
.link-button:hover{
	border-bottom:1px #fff;
}
.wrapper-overlow{
	position: relative;
	width:100%;
	height:100%;
	top:0;
	vertical-align: top;
	padding-top: 7.4%;
	overflow:hidden;
}
.modal-count{
	position: absolute;
	width:331px;
	bottom:0;
	right:40px;
	background: #fff;
	padding:11px 0 5px;
	cursor: pointer;
	-moz-box-sizing: border-box; /* Для Firefox */  
    box-sizing: border-box; /* Ширина блока с полями */
}
.top-block{
	padding:0 15px 17px;
}
.left-image{
	width:75px;
	float:left;
	margin-right: 4px;
	margin-top: 5px;
}
.top-block:after{
	clear:both;
	display:table;
	content:"";
}
.title-right{
	width:211px;
	float:right;
	font-size: 16px;
}
.line-gray{
	color:#dadada;
	background: #dadada;
	height: 1px;
	width:100%;
}
.bottom-block {
	padding:5px 15px 0;
	text-align: center;
	font-weight: 600;
	font-size: 12px;
	color:#999999;
	text-transform: uppercase;
}
.bottom-block span{
	display: inline-block;
	line-height: 32px;
}
.bottom-block p{
	margin-bottom: 0;
}
#count{
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	width:32px;
	height:32px;
	border:1px solid #9b9b9b;
	font-size: 18px;
    font-weight: 400;
    margin-left: 23px;
}

.title-home{
	color:#333333;
	font-weight: 700;
	line-height: 20px;
    margin-bottom: 1px;
}
.location-home{
	color:#999;
	margin-bottom: 0;
}
.top-bar{
	background-size: cover;
	min-height: 58px;
	position: relative;
	background: url(../images/back-bar.jpg) no-repeat 0 100% rgba(0, 0, 0, 0.51);
	background-size: 100% auto;
}
.overlay-bar{
	position: absolute;
	width:100%;
	height:100%;
	background: rgba(0, 0, 0, 0.51);
}
.holder{
	padding:8px 35px;
	color:#fff;
	font-family: 'Open Sans', sans-serif;
	position: relative;
	z-index: 1;
}
.holder:after,
.detail-agent:after{
	clear:both;
	content:"";
	display: table;
}
.leftbar,
.rightbar{
	display: inline-block;
}
.leftbar{
	float:left;
	max-width: 50%;
}
.rightbar{
	float:right;
	max-width: 49%;
	text-align: right;
}
.rightbar a{
	display: inline-block;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 800;
	color:#fff;
	background: #1eab12;
	line-height: 16px;
	padding: 10px 29px 9px 24px;
	white-space: nowrap;
	border:2px solid #1eab12;
}
.rightbar a .fa{
	margin-right: 5px;
}
.rightbar a:hover{
	background: #fff;
	text-decoration: none;
	color:#1eab12;
}
.detail-agent{
	display: table;
	width:100%;
}
.image-agent{
	width:57px;
	display: table-cell;
	padding-right: 15px;
}
.image-agent a{
	display: inline-block;
	height:41px;
}
.image-agent img{
	width:100%;
	height:auto;
	border:1px solid #dadada;
}
.data-agent{
	display: table-cell;
	vertical-align: middle;
}
.data-agent .name-agent{
	color:#fff;
	font-size: 20px;
	font-weight: 900;
	margin-bottom: 4px;
}
.data-agent a{
	color:#fff;
}
.work-agent{
	font-size: 14px;
}
.row-agent{
	display: table-row;
}
@media screen and (max-width: 1000px) {
	.title-block{
		font-size: 2.5em;
	}
}
@media screen and (max-width: 1000px) {
	.title-block{
		font-size: 2.2em;
	}
}
@media screen and (max-width: 900px) {
	.top-bar{
		background-size:cover;
		background-position:72% 100%; 
	}

}
@media screen and (max-width: 700px) {
	.title-block{
		font-size: 1.6em;
	}
	.text-block{
		font-size: 16px;
		margin-bottom: 20px;
	}
	.block{
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.wrapper-overlow{
		padding-top: 2%;
	}
}
@media screen and (max-width: 650px) {
	.leftbar{
		margin-bottom: 10px;
	}
	.leftbar,
	.rightbar{
		display: block;
		float:none;
	}
	.leftbar{
		max-width: 100%;
	}
	.rightbar{
		max-width: 100%;
		text-align: center;
	}
	.rightbar a{
		width:295px;
		text-align: center;
		padding-left: 5px;
		padding-right: 5px;
	}
	.detail-agent{
		max-width: 295px;
		margin:0 auto;
	}
	.holder{
		padding-left: 5px;
		padding-right: 5px;
	}
}
@media screen and (max-width: 600px) {
	.title-block{
		font-size: 1.4em;
	}
	.text-block{
		font-size: 14px;
		letter-spacing: 0;
	}
}
@media screen and (max-width: 479px) {	
	.title-block{
		line-height: 27px;
	}
	.green-button {
	    padding: 7px 20px 10px;
	    width: 221px;	    
	    font-size: 18px;	    
	    margin-bottom: 0;
	    line-height: 18px;
	}
	.link-button{
		font-size: 18px;
	}
	.block {
	    padding-top: 5px;
	    padding-bottom: 5px;
	}
	.modal-count{
		right:1%;
		width:98%;
		bottom:5px;
	}
	.title-right{
		width:197px;
	}
}
@media screen and (max-width: 450px) {
	.rightbar a{
		font-size: 13px;
	}
}
@media screen and (max-height: 330px) {
   .green-button {
	    padding: 7px 20px 10px;
	    width: 221px;	    
	    font-size: 18px;	    
	    margin-bottom: 0;
	    line-height: 18px;
	    width:150px;
	}
	.link-button{
		font-size: 18px;
	}
	.block {
	    padding-top: 5px;
	    padding-bottom: 5px;
	}
	.title-block{
		line-height: 27px;
		margin-bottom: 2px;
	}
	.text-block{
		margin-bottom: 12px;
	}
	.top-block{
		padding-bottom: 5px;
	}
	.modal-count{
		right:1%;
		width:98%;
		bottom:5px;
	}
}
/*end overlow*/

@media screen and (max-width: 992px) {

	.top-area {
		min-height: 0;
		padding: 20px 0 68px;
	}

	.container {
		padding: 0 20px;
	}

	.top-area .user-info-holder {
		position: absolute;
		right: 0;
		top: 20px;
		width: 100%;
		height: 40px;
	}

	.top-area .user-info {
		float: none;
		display: inline-block;
		vertical-align: top;
	}

	.top-area .promo-title {
		padding: 70px 0 20px;
		font-size: 22px;
	}
}

@media screen and (max-width: 767px) {

	.top-area .user-info .info {
		font-size: 12px;
	}

	.top-area .user-info .info strong {
		font-size: 16px;
	}

	.top-area .promo-title {
		font-size: 20px;
	}

	.top-area .button {
		font-size: 12px;
		min-width: 240px;
	}
}
/*elements*/
.rightbar a.btn-blue,
.btn-blue{
	position: relative;
    display: inline-block;
    padding: 18px 5px 14px;
    border: none;
    outline: none;
    border-radius: 0px;
    background: #3a7de9;
    border-bottom: 4px solid #285296;
    font-size: 16px;
    line-height: 16px;
    font-weight: 600;
    text-align: center;
    color: #fff !important;
    width:100%;
}
.rightbar a.btn-blue:hover,
.btn-blue:hover{
	background-color: #285296;
}
/*end elements*/
/*KW*/
.kw-view .top-bar .rightbar a.btn-blue{
	max-width: 278px;
}
.kw-view .top-bar{
	background-image: url(../images/kw_topbar.jpg);
	background-color: #ac0007;
	border-bottom:1px solid #5d0004;
	-webkit-box-shadow: 0px 2px 13px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 2px 13px 0px rgba(0, 0, 0, 0.5);
}
.img_topbar{
	height:50px;
	width: 50px;
	border:1px solid #fff;
	background-color: #ebebeb;
}
.img_topbar img{
	width:100%;
	height:auto;
}
.kw-view .data-agent .name-agent{
	font-size: 24px;
	margin-bottom: 9px;
	font-weight: 600;
}
.kw-view .kw-view {
	font-size: 15px;
}
.kw-view .holder{
	padding: 16px 5px;
}
.shell_logo_kw{
	text-align: center;
    padding: 11px 0 0 0;
}
.kw-view .rightbar,
.kw-view .leftbar{
	width: 100%;
	float:none;
	max-width: 100%;
}
.kw-view .rightbar{
	text-align: right;
}
.clear_mobile{
	display: none;
}
@media(max-width: 767px){
	.shell_logo_kw{
		text-align: right;
		padding-top: 13px;
	}
	.kw-view .rightbar{
		text-align: center;
	}
	.kw-view .rightbar:before{
		content:'';
		clear:both;
		display: table;
	}
	.kw-view .top-bar .rightbar a.btn-blue{
		font-size: 14px;
		line-height: 14px;
		margin: 1px 0 0;
    	padding: 11px 4px;
    	max-width: 280px;
	}
	.kw-view .holder{
		padding:13px 0 10px;
	}
	.shell_logo_kw img{
		max-width: 36px;
	}
	.kw-view .data-agent .name-agent{
		font-size: 18px;
	}
	
	.clear_mobile{
		display: block;
	}
	.clear_mobile:after{
		content:'';
		clear:both;
		display: table;
	}
}
.kw-view .wrapper-overlow{
	padding-top: 12.4%;
}
.kw-view{
	padding-bottom: 0;
}
.kw-view .block{
	background: transparent;
}
.kw-view .overlay-full{
	background: #fff;
	background-image: url(../images/overlay_kw.jpg);
}
.overlay-full:before{
	content:'';
	position:absolute;
	width:100%;
	height:100%;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.78)
}
.kw-view .left-image{
	background-color: #cbcbcb;
	width:77px;
	height:77px;
	display: table-cell;
	vertical-align: top;
}
.kw-view .shell_bottom_count-block{
	display: table;
	width:100%;
}
.kw-view #count{
	display: table-cell;
	font-size: 24px;
	line-height: 24px;
	color: #e22128;
	font-weight: 800;
	border: 1px #9b9b9b;
	font-family: 'Open Sans', sans-serif;
	border-left:1px solid #dadada;
	-webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    float:right;
    width:59px;
    margin-left: 0;
    padding: 5px;
    float:none;
    vertical-align: middle;
    text-align: center;
}
.kw-view .bottom-block{
	text-align: left;
}
.kw-view .title-block{
	font-size: 40px;
	margin-bottom: 10px;
	letter-spacing: -1px;
}
.kw-view .green-button{
	border-bottom:4px solid #009600;
	width:100%;
	padding: 19px 20px 16px;
	margin-bottom: 30px;
}
.kw-view .green-button:hover{
	background-color: #009600;
}
.kw-view .text-block{
	color: #fff;
	font-weight: 300;
	letter-spacing: 0;
	margin-bottom: 21px;
}
.kw-view .bottom-block{
	padding:0;
}
.kw-view .modal-count{
	padding-bottom: 0;
	padding-top: 8px;
}
.kw-view .shell_yes{
	padding:32px 73px 0;
	position:relative;
	max-width: 425px;
	margin:0 auto;
}
.kw-view .shell_yes:before{
	content:'';
	position:absolute;
	top:0;
	left:0;
	background: url(../images/shell_yes.png) no-repeat 0 0;
	background-size: 100% auto;
	width:56px;
	height: 76px;
}

.shell_bottom_count-block .text{
	display: table-cell;
	vertical-align: top;
	font-size: 14px;
	line-height: 14px;
	font-weight: 400;
	float:none;
	padding: 16px 2px 14px 14px;
}

.kw-view .top-block{
	padding-bottom: 21px;
	display: table;
	width:100%;
}
.kw-view .title-right{
	padding-top: 4px;
	vertical-align: top;
	display: table-cell;
	float:none;
	width:auto;
	padding-left: 10px;
}
.text_mobile{
	display: none;
}
@media(max-width: 767px){
	.kw-view .title-block{
		font-size: 28px;
		line-height: 34px;
		margin-bottom: 1px;
	}
	.kw-view .green-button{
		font-size: 14px;
		line-height: 14px;
		padding: 17px 5px 13px;
		margin-bottom: 25px;
	}
	.kw-view .text-block{
		font-size: 12px;
		font-weight: 400;
		margin-bottom: 0;
	}
	.kw-view .wrapper-overlow{
		padding-top: 37%;
	}
	.kw-view .shell_yes{
		padding-right: 15px;
		padding-left: 15px;
		padding-top: 33px;
		max-width: 327px;
		width:100%;
	}
	.kw-view .shell_yes:before{
		width:20px;
		height:32px;
		background-image: url(../images/little_arrow_mobile.png);
		top: -8px;
	}
	.no_mobile{
		display: none;
	}
	.text_mobile{
		display: inline-block;
	}
	.kw-view .link-button{
		font-size: 14px;
		line-height: 16px;
	}
	.kw-view .modal-count{
		right: 5%;
	    width: 90%;
	    bottom: 16px;
	}
}
@media(max-height: 500px){
	.kw-view .wrapper-overlow{
		padding-top:0;
	}
	.kw-view .modal-count{
		bottom: 4%;
    	right: 2%;
    	max-width: 92%;
    	width: 331px;
	}
	.kw-view .green-button{
		margin-bottom: 10px;
	}

}

/*end KW*/