/*
Theme Name: rpg
Author: RPG
Version: 1.0.0
Text Domain: rpg

*/



.btn-primary{
	border-radius: 0 !important;
	border: 0 !important;
	width: 365px;
	height: 55px;
	font-size: 16px;
	font-family: 'Verdana';
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;
	background: #2061ab;
	background: -webkit-linear-gradient(left,#2061ab, #3b8eea);  
    background: -moz-linear-gradient(left,#2061ab, #3b8eea);  
    background: linear-gradient(left,#2061ab, #3b8eea);
	-webkit-transition: all 1s; 
    transition: all 1s;
}
.btn-primary:hover{
	background: #2061ab;
	 
}


body{
	overflow-x: hidden;
}

#page{
	position: relative;
	width: 100%;
	overflow: hidden;
}

.acf-map {
	width: 100%;
	height:390px;
	border: #ccc solid 1px;
	margin: 20px 0;
}

#firm_location > div > div > div > div:nth-child(10){
	display: none;
}

/* fixes potential theme css conflict */
.acf-map img {
   max-width: inherit !important;
}

/**======Header===**/

img.logo-img {
	width: 225px;
}

#primary-menu li,
#mobile li{
	list-style: none;
	display: inline-block;
}

#primary-menu li a,
 #mobile li a{
	display: block;
	font-family: 'Montserrat', sans-serif;
	color:#a6a6a6;
	font-weight: 300;
	text-transform: uppercase;
	text-decoration: none;
	margin: 0 14px;
	padding-left:0;
	transition:all 0.3s;
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
}

#primary-menu li a:hover,
 #mobile li a:hover{
	color:#333 !important;
}

#primary-menu li.current-menu-item a,
#mobile  li.current-menu-item a{
	color:#333 !important;
	font-weight: 500;
}

#menu-mobile {
	display: none;
}

.col-md-8.menu-holder {
	padding:0;
	text-align: center;
}

#header-top {
	margin-top: 14px;
    margin-bottom: 13px;
}

#primary-menu,
#mobile {
	margin-top:25px;
}

#mobile {
	display: none;
}

#btn-mobile.menu-toggle {
	display: none;
}

.col-md-2.btn-primary-contact {
	margin-top:15px;
	padding:0;
	
}

.holder-btn-contact {
	border:3px solid #1f60a9;
	box-sizing: border-box;
	display: inline-block;
	max-height: 40px;
    width: 160px;
		
}

a.btn-contact-top:focus {
	text-decoration:none;
}

span .fa {
	background:#1f60a9;
	padding: 10px;
	color:#fff;
	vertical-align: middle;
	float: left;
	font-size:14px;
}


.btn-primary-contact a {
	text-align: center;
	text-decoration: none;
	color: #333333;
    font-weight: bold;
    font-size: 15px;
	vertical-align: middle;
	font-family: 'Oswald', sans-serif;
	display: block;
	line-height: 32px;
	
}

.btn-primary-contact a:hover {
	text-decoration: none;
}


#primary-menu li.menu-item-has-children,
#menu li.amenu-item-has-children{
	position: relative;
}

#primary-menu li.current-menu-item{
 	border-bottom: 2px solid #3988e0;
}

#mobile li.menu-item-type-custom a:after,
#primary-menu li.menu-item-type-custom a:after{
	content: "\f107";
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
	padding-left: 5px;
}
#mobile li.menu-item-has-children ul a:after{
	content: "" !important;
}


#primary-menu li.menu-item-has-children ul{
	display: none;
	position: absolute;
	left: -30px;
	top: -25px;
	background: #fff;
	padding: 25px 30px;
/*	box-shadow: 1px 1px 20px #000;*/
	box-shadow: 1px 1px 40px #716d6d;
	z-index: 9999;
}

#primary-menu li.menu-item-has-children ul>li {
	text-align:left;
}

#primary-menu li.menu-item-has-children ul>li a{
	font-size: 14px;
	width: 130px;
	font-family: 'Montserrat', sans-serif;
	color:#a6a6a6;
	font-weight: 300;
	text-transform: none;
	text-decoration: none;
	padding: 5px 0;
}

#primary-menu li.menu-item-has-children ul li.current-menu-item{
	border-bottom: 0;
}


	
#primary-menu li.menu-item-has-children ul>li a:after{ content: ""; display: none; }
 
#primary-menu li.menu-item-has-children:hover ul{
	display: block;
}

#primary-menu li.menu-item-has-children ul>li.first{
	border-bottom: 2px solid #3988e0;;
}

#primary-menu li.menu-item-has-children ul>li.first a:after{
	content: "\f107";
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
	padding-left: 5px;
}

#primary-menu li.menu-item-has-children ul>li.first a{
	font-weight: bold;
	font-family: 'Montserrat', sans-serif;
	color: #333333;
	text-transform: uppercase;
}


#primary-menu li ul li.current-menu-item ,
#primary-menu li ul li.current-menu-item a,
#primary-menu li ul li:hover a,
#primary-menu li ul li a:hover{
	color:#1f60a9 !important;
}

/**===General Page==**/

.page-template-contact .entry-content h2,
.page-template-default .entry-content h2 {
	color: #1f60a9;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    font-size: 45px;
}

.page-template-default img.aligncenter {
	display: block;
	margin: 0 auto;
}

.page-template-default img.alignleft {
    float: left;
    padding-right:15px;
}

.page-template-default img.alignright {
	float: right;
	padding-left:15px;
}

.contact-page  h3 {
	color: #1f60a9;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    font-size:28px;
}

.contact-page li {
	font-family: 'Lato', sans-serif;
    font-weight: 300;
    color: #333333;
    font-size: 16px;
	float: left;
	clear: both;
   	line-height: 35px;
	padding-bottom: 14px;
}


ul.contact-page {
	padding-left:0;
	margin-left:0;
	line-height: 30px;
}

.contact-page .fa {
	color:#fff;
	text-align: center;
	font-size: 14px;
	background:none;
}

.page-template-contact .contact-page li span i {
    background: #1f60a9;
    color: #fff;
    /* padding: 10px; */
    border-radius: 35px;
    width: 35px;
    height: 35px;
	margin-right: 6px;
}

.page-template-contact .entry-content,
.page-template-default .entry-content {
	line-height: 30px;
}

.page-template-contact ul li,
.page-template-default ul li {
	list-style: none;
}



.page-template-contact ul {
	margin-top:30px;
}

.page-template-default .entry-content ul li:before {
	content: "";
	display:inline-block;
    margin: 0;
	margin-right: 10px;
	transform: rotate(-45deg) scale(1);
	 -ms-transform: rotate(-45deg) scale(1);
    -webkit-transform: rotate(-45deg) scale(1);
	transition: opacity .2s ease;
	-moz-transition:opacity .2s ease;
	-webkit-transition:opacity .2s ease;
    border-radius: 0;
	border: 1px solid #fff;
	box-sizing: border-box;
    width: 12px;
    height: 12px;
    background: #1f60a9;
	
}

.page-template-default .entry-content ul li:hover:before {
	background:#3585dd;
}

.contact-img{
	width: 100%;
}

/**======Properties Carousel===**/

.properties_item{
	position: relative;
	height: 670px;
	overflow: hidden;
}

.properties_item h1{
	position: absolute;
	left: 0;
    top: -120px;
	width: 300%;
    font-size: 95px;
	font-weight:700;
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
	background: -webkit-linear-gradient(right, #3b8eea, #1f60a9);
	background: linear-gradient(right, #3b8eea, #1f60a9);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	z-index: 9000;
}

/*
.left-mask{
	box-sizing: border-box;
    height: 675px;
    width: 675px;
    position: absolute;
	background: url("img/left-t.gif") no-repeat left bottom;
	background-size: contain !important;
    left: 0;
	bottom: 0;
    z-index: 1000;
}

.right-mask{
	box-sizing: border-box;
	height: 675px;
    width: 675px;
    position: absolute;
	background: url("img/right-t.gif") no-repeat right bottom;
	background-size: contain !important;
    right: -70px;
    bottom: 0;
    z-index: 1000;
}
*/

.properties_item .absolute_nav{
	position: absolute;
	top:0;
	width: 100%;
	height: 670px;
}

.properties_item .relative_nav{
	position: relative;
 	height: 670px;
	padding: 0;
}

#properties-content img.alignright {
	float: right;
}

#properties-content img.alignleft {
	float: left;
}

#properties-content .aligncenter {
	float: none;
	text-align: center;
	display: block;
	margin:4px auto;
}

/*arrow home*/
/*
.properties_item .relative_nav.col-md-7{
	background: url('img/left_mask.png') no-repeat;
	background-position: bottom right;
	background-size: cover;
	z-index: 2000;
}

.properties_item .relative_nav.col-md-5{
	background: url('img/right_mask.png') no-repeat;
	background-position: bottom left;
	background-size: cover;
	z-index: 2000;
}
*/
/*end*/

.content-side{
 	position: absolute;
   	top: 254px;
    right: -274px;
    width: 500px;
    z-index: 3000;
}

.content-side h2 {
	font-family: 'Cinzel', serif;
	font-size:35px;
	margin-bottom: 20px;
}

.border-before {
	content: "";
    background-image: url(img/border.png);
    display: inline-block;
    float: left;
    width: 65px;
    height: 2px;
    margin-top: 17px;
    margin-right: 20px;
	
}

.triangle-image-holder{
	position: relative;
	padding: 0 !important;
    height: 670px;
	background-size: cover !important;
    background-repeat: no-repeat !important;
}

.triangle-image-cover{
	width: 100%;
	height: 670px;
	position: relative;
	z-index: 2000;
}

.triangle-mask{
	width: 100%;
	height: 670px;
	position: relative;
	z-index: 2000;
	background: url('img/cover.png') no-repeat;
	background-size: cover;
	background-position: bottom left;
}

.properties_info{
	position: absolute;
	top: 40px;
    left: 0;
    width: 10%;
	min-width: 270px;
	height: auto;
	z-index: 1000;
	text-align: right;
}

.properties_info .price{
	background: #3b8eea;
	color: #fff;
	font-weight: bold;
	font-size: 26px;
	width: 100%;
	line-height: 70px;
	padding-right: 25px;
}

.properties_info .size{
	background: #fff;
	color: #333333;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 16px;
	width: 100%;
	padding-right: 25px;
	line-height: 40px;
}


.triangle-image{
/*	height: 670px;*/
	width: 100%;
}

#triangle-nav-left {
	width: 65px;
	height: 130px;
	background: url("img/home-left-arrow.png") no-repeat;
	background-size: contain; 
	position: absolute;
    z-index: 2000;
    bottom: 15px;
    right: 40px;
	transition: .4s ease-in;
	-webkit-transition:.4s ease-in;
	-moz-transition:.4s ease-in;
}

#triangle-nav-left:hover {
    width: 65px;
	height: 130px;
	background: url("img/home-left-arrow-hover.png") no-repeat;
	background-size: contain; 
	position: absolute;
    z-index: 2000;
    bottom: 15px;
    right: 40px;
}

#triangle-nav-right {
	width: 65px;
	height: 130px;
	background: url("img/home-right-arrow.png") no-repeat;
	background-size: contain;
 	position: absolute;
    z-index: 2000;
   	bottom: 15px;
    left: -35px;
	transition: .4s ease-in;
	-webkit-transition:.4s ease-in;
	-moz-transition:.4s ease-in;
}

.footer-img-hover {
	display:none;
}

#triangle-nav-right:hover {
	width: 65px;
	height: 130px;
	background: url("img/home-right-arrow-hover.png") no-repeat;
	background-size: contain;
 	position: absolute;
    z-index: 2000;
   	bottom: 15px;
    left: -35px;
}

#carousel-custom-dots{
	position: absolute;
	bottom:50px;
	right: 30px;
	z-index: 5000;
	-ms-transform: rotate(-135deg) scale(1); 
    -webkit-transform: rotate(-135deg) scale(1);  
    transform: rotate(-135deg) scale(1);
}

#carousel-custom-dots .owl-dot{
	margin-right: 10px;
	padding: 3px;
	border: 1px solid #fff;
}

#carousel-custom-dots .owl-dot span{
	display: block;
	margin: 0;
	border-radius: 0;
	width: 12px;
	height: 12px;
	background: #e2e2e2;
}

#carousel-custom-dots .owl-dot.active{
	border: 1px solid #1f60a9;
}

#carousel-custom-dots .owl-dot.active span{
	background: #1f60a9;
}

/*====HOME====*/
.gradient{
	position: absolute;
	top: -41px;
	width: 700px;
	height: 650px;
	z-index: 1000;
	background: #3b8eea;
	background: -webkit-linear-gradient(#3b8eea, #1f60a9);  
    background: -moz-linear-gradient(#3b8eea, #1f60a9);  
    background: linear-gradient(#3b8eea, #1f60a9);  
	-ms-transform: rotate(-135deg) scale(1); 
    -webkit-transform: rotate(-135deg) scale(1);  
    transform: rotate(-135deg) scale(1);
}

#absolute-left-triangle{
	width: 1000px;
    height: 1000px;
    position: absolute;
    left: -400px;
    top: 600px;
    background: transparent;
}

#absolute-left-triangle .relative{
	position: relative;
}

#absolute-left-triangle .gradient{
    top: -170px;
    left: 50px;	
}

#img-left-triangle{
	box-shadow: 1px 1px 80px #908a8a;
	overflow: hidden;
	position: absolute;
	left: -100px;
    top: 50px;
	width: 1000px;
	height: 1000px;
	z-index: 1500;
	-ms-transform: rotate(135deg) scale(1); 
    -webkit-transform: rotate(135deg) scale(1);  
    transform: rotate(135deg) scale(1);
	
	
}
#img-left-triangle img{
	-ms-transform: rotate(-135deg) scale(2.5); 
    -webkit-transform: rotate(-135deg) scale(2.5);  
    transform: rotate(-135deg) scale(2.5);
	width: 100%;
}

#absolute-right-triangle{
	width: 600px;
    height: 600px;
    position: absolute;
    right: -300px;
    bottom: 0;
    background: transparent;
}

#absolute-right-triangle .relative{
	position: relative;
}

#absolute-right-triangle .gradient{
	width: 600px !important;
    height: 600px !important;
	
}

#firm_location{
	width: 750px;
    height: 455px;
    border: 1px solid;
    z-index: 5000;
    border: 0px;
	background: transparent;
	-ms-transform: rotate(45deg); 
    -webkit-transform: rotate(45deg);  
    transform: rotate(45deg);
	position: absolute;
	left: -117px;
    top: 0px;
	overflow: hidden;
}

#location-fix{
	width:800px;
	height:800px;
}

#location-fix .acf-map{
	width: 870px;
    height: 870px;
	position: absolute !important;
    
    top: -140px;
    left: -165px;
	-ms-transform: rotate(-45deg); 
    -webkit-transform: rotate(-45deg);  
    transform: rotate(-45deg);
}

.title-page {
	font-size: 60px;
    font-variant: normal;
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
	margin-top:53px;
}

.short-desc p{
	color:#333333;
	font-size: 16px;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	line-height: 30px;
}

.short-desc {
	padding-right:20px;
}

.btn-project-home {
	text-align: left;
	margin-top: 20px;
}

.btn-project-home a.btn-read {
	background: #1f60a9;
	border:2px solid #fff;
	box-sizing: border-box;
    color: #fff;
	font-weight: 500;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.btn-project-home a.btn-read:hover {
	background:#fff;
	color:#1f60a9;
	border: 2px solid #3381d8 !important;
}

.btn-project-home a {
	display: inline-block;
	text-decoration: none;
    color: #b9b9b9;
	border: 2px solid transparent;
	box-sizing: border-box;
    font-size: 15px;
    font-weight: 300;
	padding: 5px 8px;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
	-webkit-transition: background-color 300ms linear, color .5s linear;
	-moz-transition: background-color 300ms linear, color .5s linear;
	-o-transition: background-color 300ms linear, color .5s linear;
	-ms-transition: background-color 300ms linear, color .5s linear;
	transition: background-color 300ms linear, color .5s linear;
}

.btn-project-home a .fa{
	padding-right: 5px;
}

.btn-project-home a:hover,
.btn-project-home a:focus,
.btn-project-home a:active{
	background:#1f60a9;
	text-decoration: none;
	color:#fff;
}



.content-homepage-editor h5 {
	font-size: 13px;
	color: #979797;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	line-height: 26px;
}

.content-homepage-editor h3 {
	font-size: 18px;
	color: #333333;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	line-height: 28px;
    text-transform: uppercase;
	margin-bottom: 18px;
}

.home .text-homepage-container {
	max-width:620px;
}

.content-homepage-editor h4 {
	font-size: 16px;
	color: #000;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	line-height: 26px;
	margin-bottom: 18px;
}

.content-homepage-editor h2:after {
	content: "";
    display: block;
    width: 73px;
    height: 2px;
    background: #333333;
    margin: 34px 5px;
}


/*===CONTACT===*/
#rpg-footer{
	position: relative;
	z-index: 9000;
	width: 100%;
	min-height: 540px;
}

#rpg-footer.page{
	background: #f6f6f6
}

#contact-form-footer p,
#contact-form-footer p{
	margin:20px 0;
}

#contact-form-footer{
	margin: 0 auto;
	width: 670px;
	padding: 55px 0 0px;
}

#contact-form-footer h2{
	text-align: center;
	color: #333333;
	font-size: 64px;
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
}

#contact-form-footer p{
	text-align: center;
	color: #333333;
	font-size: 24px;
	text-transform: uppercase;
    font-family: 'Cinzel', serif;
}

#contact-form-footer p span{
	display: block;
	text-align: center;
	color: #3c8fe2;
	margin-top: -2px;
	font-size: 24px;
	text-transform: uppercase;
}

#contact-form-footer .form-control{
	border-radius: 0;
    margin-bottom: 20px;
    height: 45px;
    color: #a2a2a2;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
}


ul.contact-page li a:hover {
	text-decoration: none;
}

.wpcf7-form-control.wpcf7-submit.btn.btn-primary {
	font-family: 'Lato', sans-serif;
	font-weight: 700;
}

#copyright{
	margin: 0 auto;
	text-align: center;
	line-height: 60px;
	color: #a6a6a6;
	font-size: 12px;
	font-family: 'Montserrat', sans-serif;
}




/*===SINGLE===*/
/*slider*/

.slider_item{
	background-size: cover;
	background-position: center;
	width: 100%;
	height: 440px;
}

#properties-single-carousel{
	width: 100%;
	height: 440px;
	position: relative;
}

#properties-single-carousel .info .relative{
	position: relative;
	width: 100%;
	height: 115px;
}
#properties-single-carousel .info{
	position: absolute;
    top: 280px;
    left: 0;
    width: 40%;
    z-index: 3000;
    border-bottom: 45px solid #fff;
    border-right: 47px solid transparent;
}

#properties-single-carousel .info .price{
	background: -webkit-linear-gradient(left, #1f60a9, #3b8eea);
	background: linear-gradient(left, #1f60a9, #3b8eea);
	border-bottom: 70px solid #3b8eea;
	border-right: 70px solid transparent;
	width: 100%;
	height: 70px;
	color: #fff;
	text-align: right;
	font-size: 33px;
	line-height: 70px;
	position: absolute;
    top: 46px;
    font-family: 'Lato', sans-serif;
	font-weight: 700;
}

#properties-single-carousel .info .size{
	padding-right: 70px;
	background: transparent;
	text-align: right;
	width: 100%;
	height: 45px;
	position: absolute;
    top: 115px;
	right: 27px;
	
}
#properties-single-carousel .info .size span{
	display: block;
	background: url("img/area.gif") no-repeat left center;
	padding-left: 30px;	
	color: #333;
	font-size: 16px;
	line-height: 45px;
	float: right;
	width: 120px;
	font-family: 'Lato', sans-serif;
	font-weight:bold;
}



#properties-single-carousel .navigation-li{
	position: absolute;
    top: 400px;
    left: 40%;
    z-index: 1000;
}


#properties-content .col-xs-12.page-details-content {
	padding-bottom:100px;
}


#properties-single-carousel .navigation-li .owl-dots{
	margin: 0;
	padding: 0;
}

#properties-single-carousel .navigation-li .owl-dot{
	margin-right: 5px;
    padding: 3px;
    border: 1px solid transparent;
	list-style: none;
	display: inline-block;
}

#properties-single-carousel .navigation-li .owl-dot span {
    display: block;
    margin: 0;
    border-radius: 0;
    width: 12px;
    height: 12px;
    background: #e2e2e2;
}

#properties-single-carousel .navigation-li .owl-dot:hover,
#properties-single-carousel .navigation-li .owl-dot:active{
	border: 1px solid #1f60a9;
	background: #fff;
	cursor: pointer;
}
#properties-single-carousel .navigation-li .owl-dot:hover span,
#properties-single-carousel .navigation-li .owl-dot:active span{
    background: #1f60a9;
}

#properties-single-carousel .navigation{
	position: absolute;
    top: 380px;
    left: 72%;
    z-index: 5000;
}

#properties-single-carousel .navigation .relative{
	position: relative;
	background:transparent;
	width: 121px;
	height: 121px;
	-ms-transform: rotate(-135deg); 
    -webkit-transform: rotate(-135deg);  
    transform: rotate(-135deg);
}


#properties-single-carousel .relative-green {
	bottom: 79px;
    position: relative;
}

#triangle-nav-right, #triangle-nav-left {
	width:66px !important;
}

#properties-single-carousel img.triangle-mask-detail-page {
	-ms-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    position: relative;
    bottom: 46px;
    right: 35px;
}

#properties-single-carousel .navigation .relative #triangle-nav-left{
	-ms-transform: rotate(135deg); 
    -webkit-transform: rotate(135deg);  
    transform: rotate(135deg);
	right: 0;
}

#properties-single-carousel .navigation .relative #triangle-nav-right{
	-ms-transform: rotate(135deg); 
    -webkit-transform: rotate(135deg);  
    transform: rotate(135deg);
	bottom: -31px;
    left: 8px;
}



/*content*/
#main-single-properties h1{
    font-size: 90px;
	font-weight:700;
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
	background: -webkit-linear-gradient(right, #3b8eea, #1f60a9);
	background: linear-gradient(right, #3b8eea, #1f60a9);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	margin-top: 55px;
}

#main-single-properties h2{
	margin-top: 0;
	font-family: 'Cinzel', serif;
    font-size: 35px;
}

#main-single-properties h3{
	font-size: 30px;
    color: #333333;
    text-transform: uppercase;
    text-align: left;
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
	margin-top: 45px;
	margin-bottom: 33px;
}

#main-single-properties .subtitle-home {
	margin-left:5px;
}

#main-single-properties header a{
	color: #3988e0;
    border: 3px solid #3988e0;
    padding: 5px 8px;
    margin: 0 8px;
    font-size: 18px;
    display: inline-block;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
	-webkit-transition: background-color 300ms linear, color .5s linear;
	-moz-transition: background-color 300ms linear, color .5s linear;
	-o-transition: background-color 300ms linear, color .5s linear;
	-ms-transition: background-color 300ms linear, color .5s linear;
	transition: background-color 300ms linear, color .5s linear;
}

#main-single-properties header a:hover {
	background: #3988e0;
    color: #fff;
}



#main-single-properties header a:focus,
#main-single-properties header a:hover{
	text-decoration: none;
}

.pull-right .fa {
    padding-right: 10px;
}

.pull-right a.lot-layout-details {
	margin-right:0px !important;
}

#main-single-properties #location{
	width: 450px;
	height: 400px;
	margin-top: 25px !important;
}

#main-single-properties #location img {
	width:457px;
}

#properties-content{
	font-family: 'Lato', sans-serif;
    font-weight: 300;
}


.features-project-detail .features-img {
	float:left;
	padding-bottom: 8px;
}

p.content-features {
	line-height:22px;
	padding-left: 10px;
	font-family: 'Lato', sans-serif;
	font-size:15px;
}

.features-project-detail {
	margin-top: 24px;
}

.container-features .icon-features-project {
	padding-left:0;
}

span.line-details-page {
	background:#eaeaea;
	height:1px;
	width:100%;
	display: block;
	clear: both;
	margin: 10px 0px;
}

span.line-details-page:last-child {
	display: none;
}

/*posts pagination*/
#post-pagination{
	position: relative;
	width: 100%;
	height: 85px;
}

#prev_post_page ,
#next_post_page{
	text-decoration: none;
	display: block;
 	width: 200px;
	height: 80px;
	position: relative;
	float: left;
}

#prev_post_page:hover ,
#next_post_page:hover
{
	text-decoration: none;
}

#prev_post_page .text,
#next_post_page .text
{
	display: block;
 	width: 190px;
	height: 80px;
	color: #333333;
	font-size: 18px;
	font-family: 'Cinzel', serif;
	text-transform: uppercase;
}

#prev_post_page .sup,
#prev_post_page .text{
	padding-right: 50px;
	transition: .3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
	
}

#next_post_page .sup,
#next_post_page .text{
	padding-left: 50px;
    transition: .3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
}

#prev_post_page *{
	text-align: right;
}


#prev_post_page .text:hover,
#next_post_page .text:hover,
#prev_post_page .sup:hover,
#next_post_page .sup:hover{
	color:#3988e0;
}

#prev_post_page .sup,
#next_post_page .sup{
	display: block;
	color: #adadad;
	font-size: 12px;
	text-transform: uppercase;

}

#prev_post_page i,
#next_post_page i
{
	display: block;
	position: absolute;
	width: 69px;
	height: 138px;
	bottom: -69px;
	z-index: 9500;
}

#prev_post_page i{
	background: url('img/prev_post.png') no-repeat;
	right: 0;
	top:15px;
	transition: .4s ease-in;
	-webkit-transition:.4s ease-in;
	-moz-transition:.4s ease-in;

}
#prev_post_page i:hover {
	background: url('img/prev_post-hover.png') no-repeat;
	right:0;
	top:15px;

}


#next_post_page i{
	background: url('img/next_post.png') no-repeat;
	left: 0;
	top:15px;
 	transition: .4s ease-in;
	-webkit-transition:.4s ease-in;
	-moz-transition:.4s ease-in;

}

#next_post_page i:hover {
	background: url('img/next_post-hover.png') no-repeat;
	left:0;
	top:15px;
	
}

#properties-content .content-details-page,
#properties-content .location-name-field{
	color: #333333;
    font-size: 17px;
    font-family: 'Lato', sans-serif;
    font-weight:300;
    line-height: 28px;
}

#properties-single-carousel hr {
	margin-bottom:35px !important;
}


/*===POP UP===*/
.rpg-contact-agent,
#rpg-contact-agent{
	width: 40%;
	height:455px;
	position: absolute;
	z-index: 99999999990;
	top:300px;
	left: 30%;
	background: #fff;
	box-shadow: 1px 1px 10px #111;
}

.rpg-contact-agent div.wpcf7-mail-sent-ok,
#rpg-contact-agent div.wpcf7-mail-sent-ok,
.rpg-contact-agent div.wpcf7-validation-errors,
#rpg-contact-agent div.wpcf7-validation-errors{
	margin: 0;
    margin-top: -45px !important;
}

.rpg-contact-agent .content,
#rpg-contact-agent .content{
	position: relative;
	padding: 10px;
	width: 100%;
	height: 380px;
}

.rpg-contact-agent form ,
#rpg-contact-agent form {
	margin:37px auto;
}

.rpg-contact-agent h1 ,
#rpg-contact-agent h1 {
	text-align: center;
    color: #333333;
    font-size: 45px;
	margin-top:30px;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
}


.rpg-contact-agent .wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required,
#rpg-contact-agent .wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required {
	width:100%;
	height: 175px;
	color: #a2a2a2;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    line-height: 38px;
    padding-left: 13px;
	border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.rpg-contact-agent .wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required:focus ,
#rpg-contact-agent .wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required:focus {
	border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(102,175,233,0.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(102,175,233,0.6);
}




.rpg-contact-agent input.wpcf7-form-control.wpcf7-submit.btn.btn-primary ,
#rpg-contact-agent input.wpcf7-form-control.wpcf7-submit.btn.btn-primary {
	display: block;
	margin:25px auto;
	color: #fff !important;
    font-family: 'Lato', sans-serif !important;
    font-weight: 700 !important;
}

.rpg-contact-agent .wpcf7-form-control-wrap,
#rpg-contact-agent .wpcf7-form-control-wrap{
	display: block;
	min-height: 65px;
}


.rpg-contact-agent #wpcf7-f42-o2 input,
.rpg-contact-agent #wpcf7-f42-o2 select,
#rpg-contact-agent #wpcf7-f42-o2 input,
#rpg-contact-agent #wpcf7-f42-o2 select,
#rpg-contact-agent .wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.form-control,
.rpg-contact-agent .wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.form-control{
	border-radius: 0;
/*    margin-bottom: 20px;*/
    height: 45px;
    color: #a2a2a2;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
}
.rpg-contact-agent span.wpcf7-form-control-wrap.destination-email,
#rpg-contact-agent span.wpcf7-form-control-wrap.destination-email,
.rpg-contact-agent .wpcf7-form-control-wrap.about-project,
#rpg-contact-agent .wpcf7-form-control-wrap.about-project,
#rpg-contact-agent  br,
.rpg-contact-agent br{
	min-height:0px !important;
	display: none;
}

.rpg-contact-agent #wpcf7-f42-o2 input.btn-primary.btn-contact,
#rpg-contact-agent #wpcf7-f42-o2 input.btn-primary.btn-contact{
	margin-bottom: 0;
}
.rpg-contact-agent div.wpcf7-validation-errors,
#rpg-contact-agent div.wpcf7-validation-errors{
	margin: 0;
}

.rpg-contact-agent .close,
#rpg-contact-agent .close{
	position: absolute;
   right: -16px;
    top: -15px;
    background: #fff;
    opacity: 1;
    display: block;
    width: 30px;
    height: 30px;
    text-align: center;
	-ms-transform: rotate(135deg); 
    -webkit-transform: rotate(135deg);  
    transform: rotate(135deg);
	border: 1px solid #ccc;
}

.rpg-contact-agent .close span,
#rpg-contact-agent .close span{
	-ms-transform: rotate(-135deg); 
    -webkit-transform: rotate(-135deg);  
    transform: rotate(-135deg);
	display: block;
	padding: 4px 1px;
}

#overlay{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.7);
	z-index: 999900;
}


span.wpcf7-not-valid-tip {
	font-family: 'Lato', sans-serif;
    font-weight: 500;
}

div.wpcf7-validation-errors {
	font-family: 'Lato', sans-serif;
    font-weight: 500;
	border-color:#f00;
	color: #333333;
}

/*===Pages===*/
.page .entry-title {
    color: #333333;
    font-size:65px;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
}

.page .entry-title:after {
	content: "";
    display: block;
    width: 73px;
    height: 2px;
    background: #333333;
    margin: 30px 5px;
}

.page .entry-content {
	font-family: 'Lato', sans-serif;
    font-weight:300;
	color: #333333;
	font-size:16px;
	padding-bottom: 55px;
}


.tablepress thead th {
	font-family: 'Montserrat', sans-serif !important;
	color:#a6a6a6 !important;
	font-weight: 300 !important;
	font-size:12px !important;
	text-transform: uppercase !important;
	padding-left: 23px !important;
}



.tablepress thead th {
	background: #fff !important;
}

.tablepress .odd td{
	background: #fff !important;
	padding:13px 22px !important;
}

.tablepress .even td {
	background: #f6f6f6 !important;
	padding:13px 22px !important;
}

.tablepress{
	margin: 26px 0 38px !important;
}


.tablepress tbody td, .tablepress tfoot th,
.tablepress thead th{
	border:1px solid transparent !important;
}

.owl-read-more{
	display: none;
}

/*===Responsive===*/
.tablepress td span{
	display: none;
}

@media (min-width: 1200px){ 
	#main-single-properties .container {
		max-width: 970px;
	}
}

@media screen and (min-width:1700px) {
	.home .properties_info {
		width:10%;
	}
}


@media screen and (min-width:1600px) {
	#carousel-custom-dots {
		bottom:75px;
    	right: 55px;
	}
	
	

	#firm_location{
		width: 635px;
		left: -87px;
	    top: 5px;
	}
	
	#carousel-custom-dots {
		    -ms-transform: rotate(-137deg) scale(1);
		-webkit-transform: rotate(-137deg) scale(1);
		transform: rotate(-137deg) scale(1);
	}

}

@media screen and (min-width:1688px) and (max-width:1808px) {
	#img-left-triangle {
		width:910px;
	}
	
	#absolute-left-triangle .gradient {
		top:-110px;
	}
}

@media screen and (min-width:1550px) and (max-width:1700px){
	#content .content-homepage-editor{
		margin-left: 40.333333% !important;
	}
}

@media screen and (max-width:1600px){
	 
	#img-left-triangle{
		-ms-transform: rotate(135deg) scale(0.8);
		-webkit-transform: rotate(135deg) scale(0.8);
		transform:  rotate(135deg) scale(0.8);
	}
	
	#firm_location{
		-ms-transform: rotate(45deg) scale(.7);
		-webkit-transform: rotate(45deg) scale(.7);
		transform: rotate(45deg) scale(.7);
		z-index:99999;
	}
	.gradient{
		-ms-transform: rotate(-135deg) scale(.75);
		-webkit-transform: rotate(-135deg) scale(.75);
		transform: rotate(-135deg) scale(.75)
	}
	
	#triangle-nav-right,
	#triangle-nav-left{
		width: 60px;
	}
	
	#triangle-nav-left{
		right: 35px;
	}
	
	#triangle-nav-right{
		left: -33px;
	}
	
	.home #triangle-nav-right, 
	.home #triangle-nav-left {
		width: 55px !important;
	}
	
	.home #triangle-nav-left {
		right: 32px;
	}
	
	.home #triangle-nav-right{
		left: -29px;
	}
	
	#carousel-custom-dots {
		-ms-transform: rotate(-130deg) scale(1);
    	-webkit-transform: rotate(-130deg) scale(1);
		transform: rotate(-130deg) scale(1);
	}
}




@media screen and (max-width:1400px){
	 
	#img-left-triangle{
		-ms-transform: rotate(135deg) scale(0.5);
		-webkit-transform: rotate(135deg) scale(0.5);
		transform:  rotate(135deg) scale(0.5);
	}
	
	#firm_location{
		-ms-transform: rotate(45deg) scale(.7);
		-webkit-transform: rotate(45deg) scale(.7);
		transform: rotate(45deg) scale(.7)
	}
	.gradient{
		-ms-transform: rotate(-135deg) scale(.65);
		-webkit-transform: rotate(-135deg) scale(.65);
		transform: rotate(-135deg) scale(.65)
	}
	
	#absolute-left-triangle .gradient {
		top: -51px;
		left:0px;
		height: 900px;
	}
		
	#triangle-nav-right,
	#triangle-nav-left{
		width: 55px;
	}
	
	#triangle-nav-left{
		right: 30px;
	}
	
	#triangle-nav-right{
		left: -25px;
	}
	
	.home .properties_item h1 {
		font-size:70px;
		top:-104px;
	}
	
/*
	#carousel-custom-dots {
		bottom:15px;
	}
*/
}

@media screen and (max-width:1200px){
	 
	#img-left-triangle{
		-ms-transform: rotate(135deg) scale(0.6);
		-webkit-transform: rotate(135deg) scale(0.6);
		transform:  rotate(135deg) scale(0.6);
	}
	
	#firm_location{
		-ms-transform: rotate(45deg) scale(.6);
		-webkit-transform: rotate(45deg) scale(.6);
		transform: rotate(45deg) scale(.6)
	}
	.gradient{
		-ms-transform: rotate(-135deg) scale(.55);
		-webkit-transform: rotate(-135deg) scale(.55);
		transform: rotate(-135deg) scale(.55)
	}
	
	#triangle-nav-right,
	#triangle-nav-left{
		width: 50px;
	}
	
	#triangle-nav-left{
		right: 25px;
	}
	
	#triangle-nav-right{
		left: -20px;
	}
	
	.btn-primary-contact {
		padding:0;
	}
	
	#primary-menu li a {
		font-size:12px;
		margin:0 10px;
		
	}
	
	img.logo-img {
		width:180px;
	}
	
	.short-desc p {
		padding-right:70px;
	}
	
	#img-left-triangle{
		-ms-transform: rotate(135deg) scale(0.4);
		-webkit-transform: rotate(135deg) scale(0.4);
		transform:  rotate(135deg) scale(0.4);
	}
	
	.page-template-contact ul {
		margin-top:0;
	}
	
	.home .subtitle-home {
		max-width: 380px;
		width: 100%;
	}
	
}


@media screen and (min-width:1400px) {
	#img-left-triangle {
		width: 875px;
	}
}

@media screen and (max-width:1400px) and (min-width:1170px){
	.home #triangle-nav-right,
	.home #triangle-nav-left {
		width: 44px !important;
	}
	
	.home #triangle-nav-right {
		left:-24px;
	}
	
	.home #triangle-nav-left {
		right: 29px;
	}
}

@media screen and (max-width:1220px) and (min-width:1100px){
	#firm_location{
	    left: -65px;
    	top: 30px;
	}
}

@media screen and (max-width:1100px) and (min-width:1000px){
	#firm_location{
	    left: -65px;
    	top: 50px;
	}
}

@media screen and (max-width:1400px) and (min-width:1200px){
	#carousel-custom-dots {
		-ms-transform: rotate(-125deg) scale(1);
		-webkit-transform: rotate(-125deg) scale(1);
		transform: rotate(-125deg) scale(1);
	}
	
	.subtitle-home {
		max-width: 450px;
		width:100%;
	}
	
	.content-side h2 {
		font-size: 30px;
	}
}


@media screen and (max-width:1170px) and (min-width:990px){ 
	.home #triangle-nav-right,
	.home #triangle-nav-left {
		width: 44px !important;
	}
	
	.home #triangle-nav-left {
		right:22px;
	}
	
	.home #triangle-nav-right {
		left: -18px;
	}
	
	.btn-project-home a {
		padding: 5px 6px;
	}
}

@media screen and (min-width:990px) and (max-width:992px){
	#header-top.container {
		max-width: 100% !important; 
		width:100%;
	}
}

@media screen and (min-width:992px) and (max-width:1200px){
	#carousel-custom-dots{
		-ms-transform: rotate(-120deg) ;
		-webkit-transform: rotate(-120deg) ;
		transform:  rotate(-120deg) ;
		right: 10px;
	}
	
	

} 

@media screen and (min-width:990px) and (max-width:1200px){
	.col-md-2.btn-primary-contact {
		margin-top:8px;
	}
	
	#primary-menu {
		margin-top:19px;
	}
	
}

@media screen and (max-width:1050px) {
	#properties-single-carousel .info .price {
		font-size: 22px;
	}
}

@media screen and (max-width:1000px){
	 
	#img-left-triangle{
		-ms-transform: rotate(135deg) scale(0.5);
		-webkit-transform: rotate(135deg) scale(0.5);
		transform:  rotate(135deg) scale(0.5);
	}
	
	#firm_location{
		-ms-transform: rotate(45deg) scale(.5);
		-webkit-transform: rotate(45deg) scale(.5);
		transform: rotate(45deg) scale(.5)
	}
	.gradient{
		-ms-transform: rotate(-135deg) scale(.45);
		-webkit-transform: rotate(-135deg) scale(.45);
		transform: rotate(-135deg) scale(.45)
	}
	

}

@media screen and (max-width:995px) {
	#main-single-properties h1 {
		font-size: 65px;
		padding-top: 44px;
	}
	
	#rpg-footer .col-md-6 {
		width:50%;
		float:left;
	}
	
	#contact-form-footer {
		width:100%;
	}
	
	.home #contact-form-footer {
		width:100%;
	}
	
	.btn-project-home a {
		padding:5px 4px;
	}
	.home #contact-form-footer {
		width: 60%;
	}
}

@media screen and (max-width:990px) { 
	#main-single-properties .pull-right {
		float:left !important;
	}
	
	p.content-features {
		padding-left:40px;
	}
	
	#properties-content.container {
		max-width:100%;
		margin:0 auto;
	}
	
	#main-single-properties #location img {
		width:313px;
	}
	
	.rpg-contact-agent,
	#rpg-contact-agent {
		width:80%;
		left: 10%;
	}
	
	.rpg-contact-agent .col-md-6,
	#rpg-contact-agent .col-md-6{
		float: left;
		width:50%;
	}
	
	.menu-holder{
		padding: 0 !important;
		width: 55% !important;
		float: left;
	}
	
	#logo.col-md-2,
	.col-md-2.btn-primary-contact{
		width:25% !important;
		float: left;
	}
	
	.col-md-8.menu-holder {
		width:50% !important;
		float: right; /*left*/
	}
	
	
	.col-md-2.btn-primary-contact{
		position: absolute;
		right: 26%;
    	max-width: 165px;
		margin-top:4px;
	}
	
	
	
	.holder-btn-contact {
		max-width: 145px;
	}
	 
	
	.btn-primary-contact{
		padding: 0 !important;
		width: 45% !important;
		float: left;
	}
	
	#btn-mobile.menu-toggle {
		width:40%;
		float: right;
		text-align: right;
		border: 3px solid #307cd1;
		padding: 4px 8px;
		margin: 4px 8px;
		font-size: 18px;
		display: inline-block;
		text-transform: uppercase;
		font-family: 'Oswald', sans-serif;
		-webkit-transition: background-color 300ms linear, color .5s linear;
		-moz-transition: background-color 300ms linear, color .5s linear;
		-o-transition: background-color 300ms linear, color .5s linear;
		-ms-transition: background-color 300ms linear, color .5s linear;
		transition: background-color 300ms linear, color .5s linear;
		color:#307cd1;
		background-color:#fff;
	}
	
	#mobile {
		display: block;
	}
	
	#primary-menu li,
	#mobile li{
		 padding: 8px 15px;
	}
	
		#primary-menu li a,
		#mobile li a{
		font-size: 13px;
		margin: 0;
    	font-weight: 400;
	}
	/*menu*/
	#primary-menu li.menu-item-has-children ul,
	#mobile li.menu-item-has-children ul{
		position: initial;
		box-shadow: 0 0 0 transparent;
		padding: 2px 2px;
	}
	
	#primary-menu li.menu-item-has-children ul li,
	#mobile li.menu-item-has-children ul li{
	    padding: 4px 20px;
		text-align: right;
	}
	
	#primary-menu li.menu-item-has-children ul>li.first,
	#primary-menu li.menu-item-has-children:hover ul,
	#mobile li.menu-item-has-children ul > li.first,
	#mobile li.menu-item-has-children:hover ul{
		display: none;
	}
	
	#primary-menu li.current-menu-item,
	#mobile li.menu-item-has-children ul{
		border-bottom: 0;
	}
	
	#primary-menu li.menu-item-has-children ul>li a,
	#mobile li li.menu-item-has-children ul > li a{
		width: 100%;		
	}
	/*end*/
	#prev_post_page, #next_post_page {
		width: 50%;
	}
	#prev_post_page .text, #next_post_page .text{
		width: 100%;
	}
	#btn-mobile.menu-toggle .fa {
	    padding-left: 6px;
		margin-top: 4px;
		float: left;
		
	}
	
/*
	#primary-menu li {
		display:block;
		text-align: right;
	}
	
*/
	#primary-menu {
		display: none !important;
	}
	
	#mobile li {
		display:block;
		text-align: right;
	}
	
	#mobile  {
		display:none;
		padding-left: 10px;
		margin: 0;
		padding: 0;
		float: right;
	}

	#mobile li.menu-item-has-children ul{
		display: none;
	}
	
	.page-template-contact ul {
		margin-top:0;
	}
	
	.contact-page li {
		line-height: 22px;
	}
	
	.page-template-default img.alignright,
	.page-template-default img.alignleft{
		margin:0 auto;
		display: block;
		float: none;
		padding: 0;
		width: 100%;
		height: auto;
	}
	
	.page-template-default img.aligncenter {
		width: 100%;
		height: auto;
	}
	
	
}


@media screen and (max-width:950px) {
	#img-left-triangle {
		-ms-transform: rotate(135deg) scale(0.4);
		-webkit-transform: rotate(135deg) scale(0.4);
		transform: rotate(135deg) scale(0.4);
	}

	#firm_location{
		width: 665px;
		left: -130px;
    	top: -75px;
	}

	
	.home .subtitle-home {
		max-width:300px;
	}
}


@media screen and (max-width:810px) {
	#properties-single-carousel .navigation-li .owl-dots {
		    width: 227px;
		
	}
	#properties-single-carousel .navigation-li .owl-dot {
		margin-right: -7px;
	}
	
}

@media screen and (max-width:992px) and (min-width:800px) {
	.home .col-md-8.triangle-image-holder {
		max-width:650px;
		float: right;
	}
	
	.home .properties_info{
		min-width: 200px;
	}
	
	.properties_info .price {
		font-size: 22px;
	}
	
	.home .content-side,
	.home .properties_item h1{
		left:0px;
		padding-left: 20px;
	}
	
	#carousel-custom-dots {
		bottom: 84px;
    	left: -60px;
		-ms-transform: rotate(-120deg) scale(1);
		-webkit-transform: rotate(-120deg) scale(1);
		transform: rotate(-120deg) scale(1);
	}
	
	.home #triangle-nav-right {
		top: -145px;
		left: 361px;
	}
	
	.home #triangle-nav-right, .home #triangle-nav-left {
		width:40px !important;
	}
	
	.home #triangle-nav-left {
		right:293px;
	}
 
	.content-side h2 {
		font-size:28px;
	}
	
}

@media screen and (width:992px) {
	
	.home #triangle-nav-left {
		right: 22px;
	}
	
	.home #triangle-nav-right {
		left: -18px;
		bottom: 15px;
		top: initial;
	}

	#carousel-custom-dots{
		left: initial;
		right: 0;
	}


}


@media screen and (max-width:880px) and (min-width:751px) {
	.short-desc p {
		width:325px;
	}
	
	.btn-project-home a {
		display: block;
		width: 35%;
		text-align: center;
		margin-right: 2px;
		margin-bottom: 2px;
		font-size: 14px;
		float: left;
	}
	
	.content-side h2 {
		font-size: 23px;
	}
	
	.border-before {
		width:32px;
		margin-top:10px;
	}
	
	.home.subtitle-home {
		width:245px;
	}

}

@media screen and (max-width:880px) and (min-width:750px) {
	#firm_location {
		width: 565px;
		left: 0px;
		top: -15px;
	}
}




@media screen and (max-width:801px) and (min-width:750px) {
	.home .col-md-8.triangle-image-holder {
		max-width:500px;
		float: right;
	}

	.home #contact-form-footer p{
		font-size: 20px;
	}
	
	.home .properties_info {
		min-width: 180px;
	}
	
	.properties_info .price {
		font-size: 22px;
		line-height:55px; 
	}
	
	.content-side {
		width:400px;
		left:0 !important;
		padding-left: 20px;
	}
	
	.short-desc p {
		padding: 0;

	}
	
	.home .properties_item h1 {
		left:0;
		padding-left: 20px;
		font-size: 65px;
	}
	
	#absolute-left-triangle .gradient {
	     top: 203px;
		left: 97px;
		height: 243px;
	}
	
	#carousel-custom-dots {
		bottom: 70px;
    	left: -45px;
		-ms-transform: rotate(-116deg) scale(1);
		-webkit-transform: rotate(-116deg) scale(1);
		transform: rotate(-116deg) scale(1);
	}
	
	
	.home #triangle-nav-right {
		left: 278px;
		top: -145px;
	}
	
	.home #triangle-nav-left {
		right:226px;
	}
	
	.home #triangle-nav-right, .home #triangle-nav-left {
		width:35px !important;
	}
	
}

@media screen and (max-width:767px) and (min-width:665px) {
	#main-single-properties .pull-right {
		margin-top:0px;
		float:left !important;
	}
}


@media screen and (width:750px) {
	.col-sm-8.col-sm-offset-4.content-homepage-editor {
		padding-left:15px !important;
	}
	
	.home #contact-form-footer {
		margin:0 auto !important;
	}
	
	.home .col-md-8.triangle-image-holder {
		max-width:100%;
	}
	
	.home #contact-form-footer h2 {
		padding-top:45px;
	}
	
	
}

@media screen and (max-width:750px) {
	#logo{
		width: 100% !important;
		text-align:left;
	}

	#main-single-properties h1 {
		font-size:55px;
	}
	.page-template-contact .contact-page li span i {
		display: inline-block;
	}
	 
	#properties-single-carousel img.triangle-mask-detail-page {
		bottom: 20px;
		right: 0;
		width: 140px;
	}
	
	#properties-single-carousel .relative-green {
		bottom: 37px;
	}
	
	#triangle-nav-right, #triangle-nav-left {
		width: 55px !important;
	}
	
	#properties-single-carousel .navigation .relative #triangle-nav-left {
		right: 9px;
	}
	
	#properties-single-carousel .navigation .relative #triangle-nav-right {
		bottom: -25px;
    	left: 15px;
	}
	

	
	#properties-single-carousel .info .price {
		font-size: 25px;
	}
	
	#properties-single-carousel .info .size{
		right: 0;
	}
	
	#properties-single-carousel .info {
		width:50%;
	}
	
	#properties-single-carousel .navigation-li .owl-dot {
		margin-right:0;
	}
	
	#properties-single-carousel .navigation-li {
		left: 50%;
	}
	
	#main-single-properties .pull-right {
		float:none !important;
		margin:0 auto;
		text-align:center;
	}
	
	/*home*/
	.home #contact-form-footer {
		width: 100%;
	}

	.content-homepage-editor{
		margin-bottom: 108px;
		
	}

	#absolute-left-triangle,
	#absolute-right-triangle .gradient{
		display: none;
	}
	
	.home #rpg-footer {
		min-height: auto;
		margin-top:0 !important;
		padding-top:0px !important;
		
	}
	
	.home .properties_item {
		height:645px;
	}
	
	.home #contact-form-footer {
		padding: 0;
		margin: -25px auto !important;
	}
	
	.home #contact-form-footer h2 {
		text-align: center;
		float: none;
	}
	
	#absolute-right-triangle{
		width: 100%;
		position: inherit;
		height: 300px;
	}
	
	#firm_location{
		-ms-transform: rotate(0) scale(1);
		-webkit-transform: rotate(0) scale(1);
		transform: rotate(0) scale(1); 
		width: 100%;
		position: inherit;
		height: 300px;
		left: 0;
		right: 0;
	}
	
	#location-fix .acf-map{
		width: 100%;
		max-height: 300px;
		position: relative !important;
		top: auto;
		left: auto;
		-ms-transform: rotate(0);
		-webkit-transform: rotate(0); 
		transform: rotate(0);
	}
 
	
	.properties_info .price {
		line-height: 40px;
		font-size: 22px;
	}
	
	.content-side {
		position: initial;
		width: 100%;
		margin-top:22px;
		top: 370px;
		right: auto;
	}
	
	.properties_item .relative_nav.col-md-5{
		display: none;
	}
	
	.properties_item .relative_nav.col-md-7{
		height: 35px;
	}
 
	.home .properties_item h1 {
		width:100%;
		text-align: center;
		top:-268px;
	}
	
	.properties_item h1{
		font-size: 40px;
		margin: 21px auto;
	}
	
	.short-desc p{
	    text-align: left;
		padding: 0px 15px;
		font-size: 15px;
		color:#fff;
		clear: both;
	
	}
	
	.home .border-before {
		background:#fff; 
	}
	
	.home .title-page {
		margin-top:25px;
	}
	
	
	.short-desc {
		padding-right:0;
	}
	
	#carousel-custom-dots .owl-dot.active {
		border: 1px solid #fff;
	}
	
	
/*
	.properties_item{
		padding-top: 350px;
	}
*/

	.owl-read-more{
		display: inline-block;
	}
	
/*

	.home .properties_item h1 {
		position: inherit;
		top:0;
		text-align: center;
		font-size: 40px;
		left:0;
	}
*/
	
	.triangle-image-holder{
		position: absolute !important;
		top: 0;
		height: 350px;
		width: 100%;
		left: 0;
	}
	
	.properties_item .triangle-image-cover{
		display: none !important;
	}
	.home  #triangle-nav-right,
	.home #triangle-nav-left{
		display: none;
	}
	
	#carousel-custom-dots{
		position: initial;
		-ms-transform: rotate(0) scale(1);
		-webkit-transform: rotate(0) scale(1);
		transform: rotate(0) scale(1);
		float: right;
	}
	
	
	.properties_item.item .col-md-4 {
		z-index:9999;
		padding: 0 !important;
	}
	
	.home .content-side {
		position: inherit;
	}
	
	.properties_item .absolute_nav{
		top: 318px;
		right: 100px;
		height: 30px;
		z-index: 9999; /*@TODO - find fix*/
	}
	.properties_info{
		width: 40%;
		min-width: 40%;  
		top: 273px;
	}
	
	/*table*/
	.tablepress th{
		display: none;
	}
	.tablepress td{
		display: block;
	}
	.tablepress td span{
		display: inline-block;
		font-weight: bold;
		padding-right: 10px;
	}
	
	#rpg-footer {
		margin-top:65px;
	}
	
	#prev_post_page i, #next_post_page i {
		top:81px;
	}
	
	#prev_post_page .sup, #next_post_page .sup {
		margin-top:80px;
	}
	
	.tablepress .even td,
	.tablepress .odd td{
		 padding: 4px 15px !important;
	}
	
	.tablepress td span:after {
	    content: ":";
		display: block;
		float: right;
		padding: 0 2px;
	}
	
	.home .subtitle-home {
		padding:22px 20px;
		width:100%;
		max-width: 100%;
	}
	
	.btn-project-home a.btn-read {
		background: #ffffff;
		color: #3381d8;
		font-weight: 500;
		padding: 5px 15px;
		
	}
	
	
	.btn-project-home a:hover, .btn-project-home a:focus, .btn-project-home a:active {
		background: #3381d8 !important;
    	color: #ffffff  !important;
		border:0px !important;
		border: 2px solid transparent !important;
	}
	
	.btn-project-home .rpg_conatct_agent_home:hover,
	.btn-project-home .rpg_conatct_agent:hover,
	.btn-project-home .link-location:hover,
	.btn-project-home .lot:hover{
		color:#fff;
		background:transparent;
		border: 2px solid transparent !important;

	}
	
	
	
	.home .btn-project-home {
		padding:2px 20px 22px 19px;
	}
	
	.home h2 {
		float: left;
		margin: 0;
	}
	
	.home .content-side {
		background:#333333;
		color: #fff;
		margin: -19px 0;
		padding: 0;
		height:auto;
	}
	
	.contact-page.template .col-md-4,
	.contact-page.template .col-md-8{
		width:100%;
	}
	
	#location-fix {
		width:100%;
	}
	
	#properties-single-carousel .navigation-li .owl-dots {
		display: none;
	}
	
}

@media screen and (max-width:1000px) and (min-width:990px) {
	#img-left-triangle {
		 -ms-transform: rotate(135deg) scale(0.4);
    	-webkit-transform: rotate(135deg) scale(0.4);
    	transform: rotate(135deg) scale(0.4);
	}
}

@media screen and (max-width:990px) and (min-width:930px) {
	.col-md-2.btn-primary-contact {
		right: 270px;
    	max-width: 160px;
	}
}

@media screen and (min-width:880px) and (max-width:950px) {
	#firm_location {
		left: -60px;
		top: 5px;
	}
}

@media screen and (max-width:800px) and (min-width:751px) {
	#img-left-triangle {
		 -ms-transform: rotate(135deg) scale(0.3);
    	-webkit-transform: rotate(135deg) scale(0.3);
    	transform: rotate(135deg) scale(0.3);
	}
}

@media screen and (max-width:765px) and (min-width:750px) {
	.col-sm-8.col-sm-offset-4.content-homepage-editor{
		padding-left:250px;
	}
	
	#img-left-triangle {
		 -ms-transform: rotate(135deg) scale(0.3);
    	-webkit-transform: rotate(135deg) scale(0.3);
    	transform: rotate(135deg) scale(0.3);
	}
	
}

@media screen and (max-width:717px){
	.home .border-before {
		display: none;
	}
	
}
@media screen and (max-width:700px) {
	#properties-content .page-details-content {
		width:100%;
	}
	
	#main-single-properties #location img {
		width: 100%;
		max-width: 450px;
	}
	
	#main-single-properties #location {
		width: 100%;
		margin: 25px auto;
    	text-align: center;
	}
	
	#properties-single-carousel .info {
		width:60%;
		
	}
	
	#properties-single-carousel .info .price {
		font-size: 22px;
	}
	
}

@media screen and (max-width:645px) and (min-width:500px) {
	span .fa {
		display: none;
	}
	
	#btn-mobile.menu-toggle {
	    padding: 3px 8px;
    	margin: 5px 8px;
	}
}


@media screen and (max-width:585px){
	.home .content-side  {
		height:300px;
	}
	
	.properties_info .price {
		font-size: 18px;
	}
	
	.properties_info .size {
		font-size: 15px;
	}
}

@media screen and (max-width:550px) {
	#properties-single-carousel .navigation .relative {
		display: none;
	}
	
	#properties-single-carousel .navigation-li .owl-dots {
		display: block;
		width:100%;
	}
	
	
	#properties-single-carousel .info {
		width:100%;
		border-right:0;
	}
	
	#properties-single-carousel .navigation-li {
		left:0;
		top:280px;
		right: 0;
		text-align: center;
    	margin: 0 auto;
		z-index: 10000;
	}
	
	#main-single-properties h1 {
		margin-top:0;
	}
	
	#contact-form-footer .footer-row {
		width:100%;
	}
	
	.rpg-contact-agent .col-md-6 ,
	#rpg-contact-agent .col-md-6 {
		width:100%;
	}
	
	.rpg-contact-agent,
	#rpg-contact-agent {
		height:655px;
		width: 90%;
		left: 5%;
	}
	
	.page .entry-title {
		font-size: 55px;
	}
	
	.btn-primary{
		width: 95%;
	}
	#rpg-contact-agent #wpcf7-f42-o2 input.btn-primary.btn-contact{
		width: 100%;
	}
	
	.properties_info {
		width:100%;
		top:350px;
		border-bottom: 2px solid #fff;
	}
    .properties_info .price,
	.properties_info .size{
		width:50%;
		float: left;
		text-align: center;
	}
	
	.home .content-side {
		margin: 22px 0;
	}
	
	.home .properties_item h1 {
		top:-334px;
	}
	
	#carousel-custom-dots {
		float: none;
		margin: 0;
		padding: 0;
		text-align: center;
	}
	
	.properties_item .absolute_nav {
		left: 0;
		right: 0;
		margin: 0 auto;
		text-align: center;
		display: block;
	}
	
	.home .properties_item {
		height: 680px;
	}
}

@media screen and (max-width:500px) { 
	#main-single-properties h1 {
		font-size:48px;
	}
	
	#main-single-properties h2 {
		font-size:28px;
	}
	
	.border-before {
		margin-top: 13px;
	}
	
	.page-template-contact .contact-page li span i {
		float: left;
	}
	
	.page-template-default ul {
		margin-left:0;
		padding-left:5px;
	}
/*
	#contact-form-footer h2 {
		font-size: 40px;
	}
*/
	.home .properties_item{
		height: 690px;
	}
	
	.home .content-side{
		height: auto;
		min-height: 300px;

	}
	
	.btn-project-home a {
		width:48%;
		float: left;
		margin-right: 2%;
	}
	
	#contact-form-footer p,
	#contact-form-footer span{
		font-size:18px;
	}
	
	.home .title-page {
		margin-top: 27px;
		font-size:40px;
	}
	
	.content-homepage-editor h2:after {
		margin:22px 5px;
	}
	
	#logo.col-md-2{
		width:100% !important;
		display: block;
		text-align: center;
		margin-bottom: 16px;
	}
	
	#mobile li {
		text-align: left;
	}
	
	.col-md-2.btn-primary-contact{
		display: none;
		
	}
	
	.col-md-8.menu-holder {
		width:100% !important;
		float: none;
		display: block;
		clear: both;
	}
	
	  
	#mobile {
		float: left;
		margin-left:0;
	}
	
	span .fa {
		width: 10%;
		float: right;
	}
	
	.holder-btn-contact {
		width:90%;
	}
	
	#btn-mobile.menu-toggle {
 		text-align:left;
		padding: 8px 12px 8px 12px;
		width: 100%;
    	float: none;
    	margin: 0 auto;
		background: #307cd1;
    	color: #fff
		
	}
	
	#btn-mobile.menu-toggle .fa {
		margin-top:5px;
		float: right;
	}
	
	img.logo-img {
		width:225px;
	}
	
	#mobile li.menu-item-has-children ul li {
		text-align: left;
	}
	

	.short-desc p {
		line-height: 25px;
	}
	
	.content-side h2 {
		font-size:27px;
	}

}


@media screen and (max-width:470px) {
	#rpg-contact-agent input.wpcf7-form-control.wpcf7-submit.btn.btn-primary {
		width:90%;
	}
	
	#rpg-contact-agent {
		height: 680px;
	}
	
	#prev_post_page .text, #next_post_page .text {
		display: none;
	}
	
	#prev_post_page .sup, #next_post_page .sup{
		font-size: 18px;
		margin-top: 88px;
	}
	

}

@media screen and (max-width:410px) {
	.short-desc p {
		padding: 5px;
		font-size: 14px;
		line-height: 26px;
	}
	
	.home .col-md-7.relative_nav {
		height: auto;
	}
	

	.home .properties_item h1 {
		font-size:40px;
		top: -257px;
	}
	
	#carousel-custom-dots .owl-dot {
		margin-right:0px;
	}
	.home .properties_item {
		    height: 730px;
	}
	.home .content-side {
		height: 450px;
	}
}


@media screen and (max-width:390px) { 
	.properties_info .price {
		width: 60%;
	} 
	.properties_info .size {
		width: 40%;
	}
	
	
}

@media screen and (max-width:380px) { 
	.home .content-side h2 {
		font-size: 25px;
	}
	
	.home .border-before {
		display: none;
	}
	
	.home .properties_item {
		height:780px;
	}
	.home .content-side {
		height: 450px;
	}
}

@media screen and (max-width:360px) { 
	#properties-single-carousel .navigation-li {
		left:0;
	}
	
	#properties-single-carousel .navigation-li .owl-dot span {
		width:10px;
		height: 10px;
	}
	
	#main-single-properties .pull-right {
		margin: 20px auto;
	}
	
	#main-single-properties header a {
		margin: 10px auto 0;
		width:100%;
	}
	
	#main-single-properties .pull-right {
		float:none!important;
	}
	
	.page .entry-title {
		font-size: 38px;
	}
	
	.page .entry-title:after {
		margin: 25px 5px;
	}
	
	#contact-form-footer h2 {
		font-size: 40px;
	}
	
	.contact-page.template img {
		display: none;
	}
	
	

	.properties_info {
		width:100%;
		min-width:100%;
	}
	
	.properties_info .price {
		font-size:18px;
	}
	
	.properties_info .size {
		font-size: 13px;
	}
	
	.properties_info .price,
	.properties_info .size {
		width:100%;
	} 
	.home .content-side {
		 margin: 55px 0;
	}
	

}


/**Safari**/

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) and (orientation : portrait) {
	.tablepress td span {
		float: left;
	}
}


@media only screen and (min-device-width : 320px) and (max-device-width : 480px) and (orientation : landscape) { 
	.tablepress td span {
		float: left;
	}
}


@media only screen and (min-device-width : 320px) and (max-device-width : 568px) and (orientation : landscape) { 
	.tablepress td span {
		float: left;
	}
}

@media only screen and (min-device-width : 320px) and (max-device-width : 568px) and (orientation : portrait) { 
	.tablepress td span {
		float: left;
	}
}


