body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}

body{
    background: url(../images/bg.jpg)100% 0 no-repeat fixed;
    background-position: 50%;
    background-size: cover;
    padding: 0;
    margin: 0;
}

@font-face{ 
	font-family: 'Graviola-regular';
	src: url('../fonts/graviola-regular.eot');
	src: url('../fonts/graviola-regular.eot?#iefix') format('embedded-opentype'),
	     url('../fonts/graviola-regular.woff') format('woff'),
	     url('../fonts/graviola-regular.ttf') format('truetype'),
	     url('../fonts/graviola-regular.svg#graviola-regular') format('svg');
}

@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro);
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:700);
@import url(https://fonts.googleapis.com/css?family=News+Cycle:700);
@import url(https://fonts.googleapis.com/css?family=Josefin+Sans);
@import url(https://fonts.googleapis.com/css?family=Josefin+Sans:600);

.wrapper{
    max-width: 1100px;
    margin: 0 auto;
}

li{list-style: none; float:left}
a{text-decoration: none}
.clear{clear: both}

table{border-collapse: collapse;}

/*INDEX PAGE=============================================================*/
/*Header----------------------------------*/
#header{
    position: fixed;
    width: 100%;
    top:0;
    z-index: 9999;
}

#header #logo{margin-top: 10px;float:left}
#header #menu{margin-top: 12px;float:right}
#header{background: #fff}

#header a, #header #search label{color:#065c7f; font-family: 'Graviola-regular', Arial, sans-serif;}

#header #menu_first{float:right}

#header #menu_first li{
    vertical-align: top;
    list-style: disc;
    margin-left: 15px;
    margin-right: 15px;
    color:#065c7f;
}

#header #menu_first li a{
    font-size:14px;
    padding: 6px 6px;
    border:1px solid transparent;  
}

#icon_home{
    background: url(../images/home.png) no-repeat scroll center;
}

#header #menu_first li a:hover{
    border:1px solid #e3e3e3;   
    border-radius:5px;
    -webkit-border-radius:5px;
    -o-border-radius:5px;
    -moz-border-radius:5px;
    -ms-border-radius:5px;
    -khtml-border-radius:5px;
}

#header #menu_first li:first-child{list-style: none}
#header #menu_first li:first-child a{border:none; padding: 0px 0px 0px 18px;}

#header #menu_first li:last-child{list-style: none;margin-left: 0px;margin-right: 0px}

#header #menu_first li:last-child a{}

#icon_forma{
    background: #f8f8f8;
    border:1px solid #e3e3e3 !important;
    border-radius:5px;
    -webkit-border-radius:5px;
    -o-border-radius:5px;
    -moz-border-radius:5px;
    -ms-border-radius:5px;
    -khtml-border-radius:5px;
}

#icon_forma:hover{
    background-position: 0px -18px;
}

#icon_forma:before {
    display: inline-block;
    content: '';
    background-image: url(../images/forma.png);
    background-repeat: no-repeat;
    width: 17px;
    height: 18px;
    background-position: 0px 0px;
    vertical-align: middle;
    padding-left: 7px;

}

#icon_forma:hover{
    background: #809bb5;
    color:#fff;
    border:1px solid #cacaca;
}

#icon_forma:hover:before{
    background-position: 0px -18px;
}

#header #menu_second{
    margin-top: 15px;
    margin-bottom: 10px;
    float:right;
}

#header #menu_second li{margin-left: 15px}

#header #menu_second li a{
    display: block;
    font-size:17px;
    padding: 5px 10px 5px 7px;
    border:1px solid transparent;
}

#header #menu_second li a:hover{
    border:1px solid #cddee5;   
    color:#1a4a5d;
    border-radius:5px;
    -webkit-border-radius:5px;
    -o-border-radius:5px;
    -moz-border-radius:5px;
    -ms-border-radius:5px;
    -khtml-border-radius:5px;
}

#header #menu_second li a:before{
    display: inline-block;
    vertical-align: middle;
    content: '';
    background-image: url(../images/icon_menu.png);
    width: 5px;
    height: 5px;
    background-position: 0px 0px;
    padding-left: 7px;
    background-repeat: repeat-y;
}

#header #menu_second li a:hover:before{
    background-position: 0px 5px;
}

#header #search{background: #90a4b7;width: 100%}

#header #search label{font-size:16px;color:#fff;padding-right: 12px;padding-left: 25px;padding-left: 25px}
#header #search label:first-child{padding-left: 0px}

#header #search select{font-size:16px; color:#646363}

#header #search select{
    -moz-appearance:none; 
    -webkit-appearance:none; 
    -ms-appearance:none;
    -o-appearance:none;
    border-radius: 3px;
    -webkit-border-radius:3px;
    -o-border-radius:3px;
    -moz-border-radius:3px;
    -ms-border-radius:3px;
    -khtml-border-radius:3px;
    padding: 5px 48px 5px 5px;
    border:1px solid #9a8973;
    background: #fff url(../images/icon_select.png) no-repeat scroll right 7px center;
}

#form_search{padding-top: 8px;padding-bottom: 8px;}

button.send{
    cursor: pointer;
    font-size:18px;
    border-radius:5px;
    padding: 5px 40px 5px 10px;
    color:#fff;
    background: #a0b7cc url(../images/icon_send.png) no-repeat scroll right 10px center;
    border:1px solid #7b8c9d;
    float:right;
    margin-top: -1px
}

button.send:hover{background: #809bb5 url(../images/icon_send.png) no-repeat scroll right 10px center;border:1px solid #6a7988}
/*Header END----------------------------------*/
/*HOME CONTAINER----------------------------------*/
.house_left{
    display: inline-block;
    max-width: 860px;
}

.recommend {
    display: inline-block;
    border:2px solid #fff;
    border-radius:10px;
    -webkit-border-radius:10px;
    -o-border-radius:10px;
    -moz-border-radius:10px;
    -ms-border-radius:10px;
    -khtml-border-radius:10px;
    -moz-box-shadow: 0 0 10px #c5c5c5;
	-webkit-box-shadow: 0 0 10px #c5c5c5;
	box-shadow: 0 0 10px #c5c5c5;
}

.recommend .left{float:left;width: 398px;}
.recommend .right{float:right;}

.recommend .left .image img{
    display: block;
    min-width: 398px;
    max-width: 398px;
    height: auto;   
    border-top-left-radius:10px;
    -webkit-border-top-left-radius:10px;
    -o-border-top-left-radius:10px;
    -moz-border-top-left-radius:10px;
    -ms-border-top-left-radius:10px;
    -khtml-border-top-left-radius:10px;
    border-bottom-left-radius:10px;
    -webkit-border-bottom-left-radius:10px;
    -o-border-bottom-left-radius:10px;
    -moz-border-bottom-left-radius:10px;
    -ms-border-bottom-left-radius:10px;
    -khtml-border-bottom-left-radius:10px;
}

.recommend .left .title{
    background: rgba(104, 123, 156, 0.8);
    position: absolute;
    font-size:18px;
    color:#fff;
    font-family: 'Source Sans Pro', Arial, sans-serif;
    padding: 13px 17px;
    border-bottom-right-radius:10px;
    -webkit-border-bottom-right-radius:10px;
    -o-border-bottom-right-radius:10px;
    -moz-border-bottom-right-radius:10px;
    -ms-border-bottom-right-radius:10px;
    -khtml-border-bottom-right-radius:10px;
    border-top-left-radius:10px;
    -webkit-border-top-left-radius:10px;
    -o-border-top-left-radius:10px;
    -moz-border-top-left-radius:10px;
    -ms-border-top-left-radius:10px;;
    -khtml-border-top-left-radius:10px;
    text-transform: uppercase;
    z-index: 6;
}

.recommend .right{
    display: inline-block;
    background: #687b9c;  
    width: 420px;
    border-top-right-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -o-border-top-right-radius: 10px;
    -moz-border-top-right-radius: 10px;
    -ms-border-top-right-radius: 10px;
    -khtml-border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -o-border-bottom-right-radius: 10px;
    -moz-border-bottom-right-radius: 10px;
    -ms-border-bottom-right-radius: 10px;
    -khtml-border-bottom-right-radius: 10px;
}

.recommend .right .title{
    display: inline-block;
    font-family: 'News Cycle', Arial, sans-serif;
    color:#fff;
    padding-top: 12px;
    padding-bottom: 7px;
    border-bottom:4px solid #fff;
    font-size:18px;
    margin-left: 30px;
    z-index: 6;
    position: relative
}

.recommend .right .title span{
    font-size:23px;
    z-index: 6;
    position: relative
}

.recommend .right p{
    padding: 5px 0px 5px 30px;
    background-image:url(../images/icon_all.png);
    background-repeat: no-repeat;
    font-family: 'Josefin Sans', Arial, sans-serif;
    color:#fff;
}

.recommend .right .more{margin-left: 4px;position: relative;z-index: 6}

.recommend .right h3{
    font-family: 'Josefin Sans', Arial, sans-serif;
    font-size:23px;
    color:#fff;
    font-weight: 100;
    text-align: center;
    border-top:1px solid #fff;
    padding-top: 8px;
    padding-bottom: 8px;
}

.recommend .right p.one{background-position: 0 0px;}
.recommend .right p.two{background-position: 0 -29px;}
.recommend .right p.three{background-position: 0 -56px;}
.recommend .right p.four{background-position: 0 -85px;}
.recommend .right p.five{background-position: 0 -113px;}
.recommend .right p.six{background-position: 0 -142px;}

.recommend .right .info{
    margin-top: 7px;
    margin-bottom: 17px; 
    padding-left: 30px;
    position: relative;
    z-index: 6
}

.recommend .hover{
    display: none;
    position: absolute;
    border-radius:10px;
    z-index: 5;

}

.recommend .background{
    background: #809bb5;
    position: relative;
    border-radius:10px;
    z-index: 6;
    opacity: 0.7;
}

.recommend .hover h2{
    font-family: 'Graviola-regular', Arial, sans-serif;
    color:#fff;
    display: table-cell;
    vertical-align: middle;
    z-index: 7;
    position: relative;
}

.recommend .hover .left{
    max-width: 390px;
    text-align:center;
    display: table;
}

.home{
    display: inline-block; 
    background: #ffffff;
    border-radius:10px;
    border:2px solid #fff;
    -webkit-border-radius:10px;
    -o-border-radius:10px;
    -moz-border-radius:10px;
    -ms-border-radius:10px;
    -khtml-border-radius:10px;
    -moz-box-shadow: 0 0 10px #c5c5c5;
	-webkit-box-shadow: 0 0 10px #c5c5c5;
	box-shadow: 0 0 10px #c5c5c5;
    margin-right: 30px;
    margin-top: 30px;
    width: 45.3%;
    -webkit-transition: all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.home .image img{
    display: block;
    width: 390px;
    height: 200px;
    border-top-left-radius: 10px;
    -webkit-border-top-left-radius: 10px;
    -o-border-top-left-radius: 10px;
    -moz-border-top-left-radius: 10px;
    -ms-border-top-left-radius: 10px;
    -khtml-border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -o-border-top-right-radius: 10px;
    -moz-border-top-right-radius: 10px;
    -ms-border-top-right-radius: 10px;
    -khtml-border-top-right-radius: 10px;
}

.home .info{
    padding-left: 30px;
    position: relative;
    z-index: 6;
}

.home .title{
    display: inline-block;
    font-family: 'News Cycle', Arial, sans-serif;
    color:#687b9c;
    padding-top: 12px;
    padding-bottom: 7px;
    border-bottom:4px solid #ba3554;
    font-size:18px;
    z-index: 6;
    position: relative;
        -webkit-transition: all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.home .title:before{
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 100%;
    bottom: 0;
   
    border-bottom: 1px solid #7e8ab3;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.home .title:hover:before, 
.home .title:focus:before, 
.home .title:active:before {
  right: 0; 
}

.home .title span{
    font-size:23px;
    z-index: 6;
    position: relative;
}

.home .info p{
    color:#687b9c;
    padding: 5px 0px 5px 30px;
    background-image:url(../images/icon_all_2.png);
    background-repeat: no-repeat;
    font-family: 'Josefin Sans', Arial, sans-serif;
    position: relative;
    z-index: 6;
}

.home .info p.one{background-position: 0 0}
.home .info p.two{background-position: 0 -26px}
.home .info p.three{background-position: 0 -55px}
.home .info p.four{background-position: 0 -84px}
.home .info p.five{background-position: 0 -110px}
.home .info p.six{background-position: 0 -141px}

.home .info_2{
    margin-top: 7px;
    margin-bottom: 17px;
}

.home .more{
    border-bottom-right-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -o-border-bottom-right-radius: 10px;
    -moz-border-bottom-right-radius: 10px;
    -ms-border-bottom-right-radius: 10px;
    -khtml-border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -o-border-bottom-left-radius: 10px;
    -moz-border-bottom-left-radius: 10px;
    -ms-border-bottom-left-radius: 10px;
    -khtml-border-bottom-left-radius: 10px;
    position: relative;
    z-index: 6;
       -webkit-transition: all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.home h3{
    font-family: 'Josefin Sans', Arial, sans-serif;
    font-size:23px;
    color:#687b9c;
    font-weight: 100;
    text-align: center;
    border-top:1px solid #687b9c;
    padding-top: 8px;
    padding-bottom: 8px;
        -webkit-transition: all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.home .hover{
    display: none;
    position: absolute;
    border-radius:10px;
}

.home .hover .background{
    opacity: 0.7;
    background: #737e9e;
    border-radius:10px;
    position: relative;
    z-index: 5;
     -webkit-transition: all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.home .hover h2{
    position: absolute;
    font-family: 'Graviola-regular', Arial, sans-serif;
    color:#fff;
    text-align: center;
    padding-top: 70px;
    z-index: 6;
        -webkit-transition: all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.advertisement{
    margin-top: 30px;
}

.advertisement img{
    max-width: 252px;
    min-width: 252px;
    margin-right: 30px;
}

.next_page{display: inline-block;margin-top: 30px;margin-bottom: 45px;}

.next_page li{margin-right: 3px;}

.next_page li a {
    background: #fff;
    display: block;
    font-family: 'News Cycle', Arial, sans-serif;
    padding: 5px 10px;
    border:1px solid #90a4b7;
    border-radius:7px;
    color:#687b9c;
    font-size:16px;
}

.next_page li:first-child a:before{
    display: inline-block;
    content: '';
    background-image: url(../images/back.png);
    background-repeat: no-repeat;
    width: 7px;
    height: 11px;
    background-position: 0px 0px;
    padding-right: 8px;
}

.next_page  li:hover:first-child a{background: #687b9c; color:#fff}
.next_page  li a:hover:first-child:before{ background-position: 0px -13px;}


.next_page li:last-child a:after{
    display: inline-block;
    content: '';
    background-image: url(../images/next.png);
    background-repeat: no-repeat;
    width: 7px;
    height: 11px;
    background-position: 0px 0px;
    margin-left: 7px;
    padding-right: 3px;
}

.next_page  li:hover:last-child a{background: #687b9c; color:#fff}
.next_page  li a:hover:last-child:after{ background-position: 0px -13px;}

.next_page li a:hover{color:#ba3554}

.pagination{display: table; margin: auto}

.banner{margin-bottom: 50px}
.banner img{max-width: 820px}

#aside, .inner_aside{display: inline-block;float:right}

#aside img, .inner_aside img{
    max-width:240px;
}

#aside li, .inner_aside li{float:none;margin-bottom: 20px;}

.inner_aside{margin-top: 185px}
/*HOME CONTAINER END----------------------------------*/

/*FOOTER ----------------------------------*/
#footer{
    background: #809bb5;
    color:#ebf3fa;
    font-family: 'Josefin Sans', Arial, sans-serif;
    font-size:16px;
}

#footer h2{
    font-size: 18px !important;
    font-weight: 700;
    padding-bottom: 5px;
}

#footer .wrapper{padding-top: 15px;}
#footer .left{float:left}
#footer .right{float:right}

#footer .left_right{border-bottom:1px solid #708eac;display: table;width: 100%}

#footer .left p{padding-bottom: 10px}

a.facebook:before {
    border: 2px solid #ecf6ff;
    font-family: 'FontAwesome';
    color: #ecf6ff;
    content: "\f082";
    padding: 8px 9px;
    border-radius: 50px;
    font-size: 15px;
}

a.google:before {
    border: 2px solid #ecf6ff;
    font-family: 'FontAwesome';
    color: #ecf6ff;
    content: "\f0d5";
    padding: 8px 9px;
    border-radius: 50px;
    font-size: 15px;
}

a.in:before {
    border: 2px solid #ecf6ff;
    font-family: 'FontAwesome';
    color: #ecf6ff;
    content: "\f0e1";
    padding: 8px 9px;
    border-radius: 50px;
    font-size: 15px;
}

a.youtube:before {
    border: 2px solid #ecf6ff;
    font-family: 'FontAwesome';
    color: #ecf6ff;
    content: "\f167";
    padding: 8px 9px;
    border-radius: 50px;
    font-size: 15px;
}

#footer .right{margin-top: 12px}
#footer .right li{margin-left: 7px}

#footer .right a:hover:before{color:#556a7d;background: #f5fafe}

#footer .seo{
    border-top:1px solid #8da8c1;
    color:#5a6f83;
    font-family: Calibri ,Arial,sans-serif; 
    font-size:14px;
    font-weight: 100;
    padding-bottom: 5px
}

#footer .seo p{display: inline-block;padding-top: 5px;}
#footer .seo a{color:#5a6f83}

#footer .seo a:hover{text-decoration: underline}

#footer .seo a:after{content: ','}
#footer .seo a:last-child:after{content: '.'}
/*FOOTER END----------------------------------*/
/*INDEX PAGE END=============================================================*/


/*PLACIAU PAGE=============================================================*/
.inner{
    margin-top: 185px;
    display: inline-block;
    max-width: 820px;
    font-family: 'Josefin Sans', Arial, sans-serif;
    color:#687b9c;
}

.inner .left{float:left}
.inner .right{float:right}

.inner a{color:#687b9c}

.inner h2{font-size:26px;padding-bottom: 30px}
.inner p{font-size:16px}

.inner p strong{font-size:18px}

.house_info, .inner .inner_slide{
    display: inline-block;
    background: #fff;
    margin-bottom: 30px
}

.inner .inner_slide:last-child{
    margin-bottom: 50px
}

.inner .house_info a.back{
    display: block;
    font-size:18px; 
    position: relative;
    padding: 0 0 0 18px;
}

.inner .house_info a.back:hover{
    color:#196485;
}

.inner .house_info a.back:before{
    content: '';
    background-image: url(../images/inner_back.png);
    background-repeat: no-repeat;
    width: 12px;
    height: 24px;
    background-position: 0px 0px;
    position: absolute;
    left:0;
}

.inner .house_info a.back:hover:before{
    background-position: 0px -24px;
}

.inner .house_info a.print{
    font-size:18px;
    background: url(../images/inner_print.png)no-repeat scroll 0px center;
    width: 26px;
    height: 22px;
    padding: 0px 0px 0px 32px;
}

.inner .house_info a.print:hover{
    color:#c14965;
    text-decoration: underline;
}


.inner .information {margin-bottom: 45px}
.inner .information .left .inf{border-bottom:1px solid #e1e5eb;width: 315px}
.inner .information .left .inf p{padding: 5px 0px 5px 0px;}
.inner .information .left .inf p strong{float:right}
.inner .information .left .inf:last-child{border-bottom:0px}
.inner .information .left{margin-right: 30px}

.inner .house_info, .inner .inner_slide{
    border-radius:10px;
    -webkit-border-radius:10px;
    -o-border-radius:10px;
    -moz-border-radius:10px;
    -ms-border-radius:10px;
    -khtml-border-radius:10px;
}

.inner .house_info .padding{padding: 30px;}

.inner .button{
    display: inline-block;
    width: 100%;
    margin-bottom: 25px
}

.inner .layout{display: inline-block; margin-bottom: 35px}

.inner .layout .inf{
    border-bottom:1px solid #e1e5eb;
    border-top:1px solid #e1e5eb;
    width: 165px;
    padding: 6px 0px 6px 0px;
    margin-right: 10px;
    margin-left: 10px;
    float:left;
    margin-top: -1px;
}

.inner .layout .inf strong{float:right}

.inner .layout h2{padding-left: 10px}


.inner .description{margin-bottom: 30px}
.inner .description p{
    font-size:18px;
    color:#5e646e;
}

.inner .button_offer{
    display: inline-block;
    border:1px solid #e3e7ec;
    border-radius:5px;
    margin-bottom: 30px;
}

.inner .button_offer a{
    display: block;
    font-size:18px;
    padding: 8px 8px;
}

.inner .button_offer a:before{
    display: inline-block;
    content: '';
    background-image: url(../images/icon_offer.png);
    background-repeat: no-repeat;
    width: 21px;
    height: 23px;
    background-position: 0px 0;
    padding-left: 7px;
    float:left;
    margin-top: -2px;
}

.inner .button_offer a:hover{
    background: #809bb5;
    color:#fff;
    border-radius:5px
}

.inner .button_offer a:hover:before{
    background-position: 0px -25px;
}

.inner .button_end_block li{margin-right: 2px;}

.inner .button_end_block li a{
    display: block;
    padding: 15px 28px 15px 67px;
    background: #96a7c6;
    vertical-align: top;
    color: #fff;
    font-size: 20px;
    position: relative;
    height: 23px;
}

.inner .button_end_block li a:hover{
    background: #809bb5;
}

.inner .button_end_block li a:before{
    content: '';
    background-image: url('../images/icon_inner_button.png');
    background-repeat: no-repeat;
    -webkit-background-size: 316px 314px;
    background-size: 31px 78px;
    position: absolute;
    left: 25px;
}

.inner .button_end_block li a.one:before{
    background-position: 0 0px;
    width: 32px;
    height: 22px
}

.inner .button_end_block li a.two:before{
    background-position: -2px -24px;
    width: 27px;
    height: 27px;
    top:12px
}

.inner .button_end_block li a.three:before{
    background-position: -3px -54px;
    width: 24px;
    height: 24px;
}

.inner .button_end_block li:first-child a{
    border-bottom-left-radius: 10px
}

.inner .button_end_block li:last-child a{
    border-bottom-right-radius: 10px;
        border-right: 2px solid #96a7c6;
}

.inner .button_end_block li:last-child {margin-right: 0px}

.inner .inner_slide {width: 100%}

.inner .inner_slide h2{text-align: center;font-size:36px;padding-top: 30px;padding-bottom: 50px}

.inner_bxslider .image img{
    width: 140px;
    height: 140px;
    border-radius: 50%;
    border:5px solid transparent;
}

.inner_bxslider .image{margin-bottom: 30px;text-align: center}

.inner_bxslider li{
   width: 170px;
}

.inner_bxslider .name p{font-size:21px;font-weight: 700;margin-bottom: 20px;text-align: center}
.inner_bxslider p{font-size:18px;text-align: center}

.inner_bxslider .phone{text-align: center}
.inner_bxslider .phone p{
    display: inline-block;
    margin-top: 10px;
    padding: 0px 0px 0px 28px;
    background: url(../images/icon_slide_3.png) no-repeat scroll 2px center;
}

.inner_bxslider .mail{text-align: center}
.inner_bxslider .mail p{
    display: inline-block;
    margin-top: 10px;
    padding: 0px 0px 0px 30px;
    background: url(../images/icon_slide_2.png) no-repeat scroll 0px center;
}

.inner_bxslider .button{display: block;margin: auto;  margin-top: 30px; margin-bottom: 4px; max-width: 170px}

.inner_bxslider .button a{
    display: block;
    padding: 10px 10px 10px 40px;
    border-radius:5px;
    color:#fff;
    background: #96a7c6 url(../images/icon_slide_1.png) no-repeat scroll 10px center;
}

.inner_slide .bx-wrapper img{margin: auto}

.inner_slide .bx-wrapper{margin-top: 0px !important}
/*PLACIAU PAGE END=============================================================*/


/*NT PROJEKTAS PAGE=============================================================*/
.project{
    background: #fff;
    border-radius: 10px;
    margin-bottom: 50px;
    z-index: 99;
}
.facebook_like{position: fixed;left:0;z-index: 9999}

.facebook_like .show{
    background-image: url(../images/fb_like.png);
    background-repeat: no-repeat;
    background-size: 64px 106px;
    background-position: 0 0;
    display: inline-block;
    content: '';
    width: 64px;
    height: 50px;
    cursor: pointer;
    float:left;
}

.facebook_like .show:hover{
    background-position: 0 -56px;
}

.facebook_like .hide{
    background: #dae0ee;
    font-size:15px;
    color:#687b9c;
    padding: 15px 8px;
    border-radius:10px;
    -webkit-border-radius:10px;
    -o-border-radius:10px;
    -moz-border-radius:10px;
    -ms-border-radius:10px;
    -khtml-border-radius:10px;
    position: relative;
    display: none;
    margin-left: 70px;
    z-index: 9999;
}

.facebook_like .hide .close{
    background-image: url(../images/fb_close.png);
    background-repeat: no-repeat;
    background-size: 15px 27px;
    background-position: 0 0;
    display: inline-block;
    content: '';
    width: 15px;
    height: 14px;
    cursor: pointer;
    position: absolute;
    top:7px;
    right: 10px;
}

.facebook_like .hide .close:hover{
    background-position: 0 -14px;
}

.fb-like{margin-top: 10px;}

#slide-counter {
    display: inline-block;
    font-size:18px;
    padding: 5px 10px;
    background: #dae0ee;
    border-top-left-radius: 5px;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 60px;
    text-align: center
}

.project_slide{position: relative; margin-bottom: 30px;}

.project .title_2 h2{
    color:#fff; 
    background: #97a9d4;
    font-size:20px;
    padding: 20px 15px;
    border-top-left-radius: 10px;
    -webkit-border-top-left-radius: 10px;
    -o-border-top-left-radius: 10px;
    -moz-border-top-left-radius: 10px;
    -ms-border-top-left-radius: 10px;
    -khtml-border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -o-border-top-right-radius: 10px;
    -moz-border-top-right-radius: 10px;
    -ms-border-top-right-radius: 10px;
    -khtml-border-top-right-radius: 10px;
}

.project .bx-wrapper{margin: 0px auto 50px;}
.project .bx-wrapper .bx-viewport{
    box-sizing: border-box;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
    border-radius:0px;
    -webkit-border-radius:0px;
    -o-border-radius:0px;
    -moz-border-radius:0px;
    -ms-border-radius:0px;
    -khtml-border-radius:0px;
    border:0;
}

.project .bx-wrapper .bx-prev{left: 0}
.project .bx-wrapper .bx-next{right: -1px}

.project_slide .category{
    position: absolute;
    top: 0;
    right:0;
}
.project_slide .category li{
    cursor: pointer;
    padding: 7px 15px;
    background: #dae0ee;
    color:#7384a3;
    font-size:14px;
}

.project_slide .category li:hover{
    background: #7384a3;
    color:#fff;
}

.project_slide .category li.active{
    background: #7384a3;
    color:#fff;
}

.project_slide .category li:first-child{
    border-bottom-left-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -o-border-bottom-left-radius: 10px;
    -moz-border-bottom-left-radius: 10px;
    -ms-border-bottom-left-radius: 10px;
    -khtml-border-bottom-left-radius: 10px;
}
.project .title h2{
    text-transform: uppercase;
    font-size:25px;
    font-weight: 700;
    background: transparent url(../images/title_bottom.png) no-repeat scroll bottom center;
    color:#687b9c;
    text-align: center;
    margin-bottom: 30px;
}

.about .left p, .about .right p{
    color:#687b9c;
    padding: 5px 0px 5px 30px;
    background-image:url(../images/icon_all_2.png);
    background-repeat: no-repeat;
    font-family: 'Josefin Sans', Arial, sans-serif;
    position: relative;
    z-index: 6;
}

.about .left p.one{background-position: 0 3px}
.about .left p.two{background-position: 0 -25px}
.about .left p.three{background-position: 0 -55px}
.about .left p.four{background-position: 0 -84px}
.about .right p.five{background-position: 0 -110px}
.about .right p.six{background-position: 0 -141px}

.about p.seven{
    background: url(../images/icon_energy.png)no-repeat scroll center left;
}

.about p{font-size:18px;}

.about .left_right{
    display: inline-block;
    margin-bottom: 30px;
}

.about .left{margin-right: 80px;margin-left: 65px;}

.about h3{font-size:18px;color:#ba3554;font-weight: 100}
.about span{font-weight: 100;font-size: 18px;}
.about .row{margin-left: 65px; margin-bottom: 50px;}
.about .col{margin-bottom: 18px;}
.about a{font-size:18px;}

.about .maps{
    display: inline-block;
    background-image: url(../images/maps_icon.png);
    background-repeat: no-repeat;
    background-size: 24px 71px;
    background-position: 0 0;
    content: '';
    cursor: pointer;
    padding-left: 35px;
    margin-left: 30px;
}

.about .maps:hover{
    background-position: 0 -37px;
}

.about .maps p{
    font-size:18px;
    font-weight: 700;
    font-style: italic;
    padding: 5px 15px;
    border-top:2px solid #ba3554;
    border-bottom:2px solid #ba3554;
    background: none;
}

.about .maps p:hover{
    background: #ba3554;
    color:#fff;
}

h2.title_01{
    font-size:24px;
    color:#c14965;
    padding: 0 30px 10px 30px;
}

p.inf_01{
    font-size:18px;
    color:#5e646e;
    background: none;
    padding: 5px 30px 25px 30px;
    line-height: 26px;
}

.video_youtube{display: table;margin: auto;margin-bottom: 30px;}

.button_01{
    display: table;
    margin: auto;
    background-image: url(../images/icon_folder.png);
    background-repeat: no-repeat;
    background-size: 34px 60px;
    background-position: 0 3px;
    content: '';
    cursor: pointer;
    padding-left: 40px;
    margin-bottom: 50px;
}

.button_01 p{
    background: none;
    font-size:18px;
    font-style: italic;
    padding: 5px 15px;
    border-top:2px solid #ba3554;
    border-bottom:2px solid #ba3554;
}

.button_01:hover{
    background-position: 0 -29px;
}

.button_01 p:hover{
    background: #ba3554;
    color:#fff;
}

.house_01{position: relative;margin-bottom: 50px;}
.house_01 img{min-width: 820px;max-width: 820px;height: 250px; display: block}
.house_01 span{font-size:23px; color:#fff;}

.house_01 .footer_text{
    background: rgba(150, 167, 198, 0.9);
    padding: 15px 0px;    
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
}

.row_2 p.inf_01, .row_3 p.inf_01{
    text-align: center
}

.row_3 .inf_01{padding-bottom: 50px}

.row_2 .inf_01{padding-bottom: 50px}

.s_image img{
    width: 140px;
    height: 140px;
    border-radius: 50%;
    border:1px solid #a4c2d0;
    margin: auto;
    margin-bottom: 18px;
}

.s_title p{
    font-size:18px;
    color:#c14965;
    text-align: center;
    padding-bottom: 12px;
}

.s_title_blue p{
    font-size:18px;
    color:#516d9e;
    text-align: center;
    padding-bottom: 12px;
}

.s_inf p{
    color:#5e646e;
    font-size:16px;
    text-align: center;
    padding-bottom: 15px;
}

.s_bxslider{display: flex;}

.s_bxslider li{
    border-bottom:2px solid #516d9e
}

.row_2 .bx-wrapper .bx-pager{
    display: block !important;
}

.row_2{
    margin-bottom: 50px;
    border-bottom:1px solid #e1e5eb
}

.row_3 .s_bxslider{
    margin-bottom: 50px;
    border-bottom:1px solid #c14965
}

.row_3 .bx-wrapper .bx-pager{
    display: block !important;
}

.project table.select{max-width: 820px;min-width: 820px;}

.project table.select th{
    min-width: 200px;
    font-size:18px;
    color:#fff;
    background: #c14965;
    padding: 10px 0px;
    border-right:1px solid #e28ea1;
    font-weight: 700
}

.project table tr.blue th{
    width: 135px;
    background: #e1e5eb;
    color:#516d9e;
    border-right:1px solid #c1c6cd;
    text-align: center;
    font-size:18px;
    padding: 10px 0px;
    font-weight: 700
}

.project table.inf{max-width: 820px;min-width: 820px;}

.project table.select th:last-child{border-right:0}

.project table.select tr th.se.active{
    background: #516d9e;
    border-right: 0;
}

.project table.select tr th.se.active:before{
    background-image: url(../images/table_bottom.png);
    position: absolute;
    content: '';
    display: inline-block;
    background-position: center center;
    width: 14px;
    height: 7px;
    top: 22;
    margin-top: 29px;
    text-align: center;
    margin-left: 12px
}

.project table.select tr th.se:hover{
    cursor: pointer;
    background: #516d9e;
}


.project table tr td{text-align: center;font-weight: 700;color:#5e646e;padding: 10px 0px;border:1px solid #e1e5eb;cursor: pointer}
.project table tr td.more{font-size:16px;color:#516d9e}

.project table tr td:first-child{border-left:0;}
.project table tr td:last-child{border-right:0;}

.project table tr.action td{color:#c14965}
.project table tr.action td.more{color:#516d9e}

.project table tr:hover td{background: #6984b3;color:#ffffff;}
.project table tr:hover td.more{background: #516d9e}
.project table tr.action:hover td.more{color:#fff}

.project table tr.blue th:last-child{border-right:0}
/*.project table.inf{margin-bottom: 30px;}*/

.project .table_button{
    margin: auto;
    display: table;
    font-size:18px;
    font-style: italic;
    padding: 7px 73px;
    border:1px solid #e3e7ec;
    border-radius:5px;
    cursor: pointer;
    margin-bottom: 30px;
    margin-top: 30px;
}

.project table.inf.hide{display: none}

.project table.inf.hide tr.blue th{
    opacity: 0;
    border-right: 0;
    padding: 0;
    font-size:0px
}

.project .table_button span{font-weight: 600}

.project .table_button:hover{
    background: #516d9e;
    color:#fff;
}
.button_02{display: block;margin: auto;border-bottom:1px solid #e1e5eb; width: 100%}
.button_02 li{margin-left: 2px;position: relative}

.button_02 ul{display: table;margin: auto}

.button_02 li a{
    background: #96a7c6;
    display: block;
    padding: 14px 30px;
    color:#fff;
    font-weight: 700
}

.button_02{padding-bottom: 50px;position: relative}

.button_02 li a.icon_1:before{
    display: inline-block;
    content: '';
    background-image: url(../images/icon_offer.png);
    background-repeat: no-repeat;
    width: 21px;
    height: 23px;
    background-position: 0 -25px;
    padding-left: 7px;
    float: left;
    margin-top: -2px;
}
.button_02 li a.icon_1{
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px
}

.button_02 li a.icon_2{
    padding: 14px 30px 14px 60px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px
}

.button_02 li a.icon_2:before{
    content: '';
    background-image: url('../images/icon_inner_button.png');
    background-repeat: no-repeat;
    -webkit-background-size: 316px 314px;
    background-size: 31px 78px;
    position: absolute;
    left: 25px;
        background-position: -3px -54px;
    width: 24px;
    height: 24px;
}

.button_02 li a:hover{background: #687b9c}


.row3 p.a{
    color:#5e646e;
    font-size:18px;
    font-weight: 700;
    background: none;
}

.row3 img{
    max-width: 230px;
    margin-bottom: 25px;
}

.row3 span{text-transform: uppercase;
    font-size:17px;
    color:#5e646e;
    font-weight: 700;
    display: block;
}

.row3 p.location{padding: 5px 0px 5px 0px;background: none;color:#5e646e;}

.row3 p.location:before{
    content: '';
    display: inline-block;
    background-image: url(../images/icon_novalex.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    width: 14px;
    height: 23px;
    float: left;
    margin-right: 10px;
}

.row3 a.web{
    padding: 0px 0px 0px 20px;
    content: '';
    display: inline-block;
    background-image: url(../images/icon_novalex.png);
    background-repeat: no-repeat;
    background-position: 0 -26px;
    color:#5e646e
}
.row3 a.web:hover{text-decoration: underline}

.row3 .left{max-width: 360px; display: inline-block;margin-left:30px;margin-right: 40px }
.row3 .right{float:right;max-width: 340px}

.row3 .left p{padding: 0}

.row3{margin-bottom: 80px;}

.row4 .title h2{background: none}


.g_bxslider li{border:2px solid transparent}
.g_bxslider .g_image img{
    display: block;
    width: 243px;
    height: 166px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.g_bxslider li{background: #f7f7f7;border-radius:10px}

.g_title{padding: 0px 15px 0px 15px}

.g_bxslider h2{
    font-family: 'News Cycle', Arial, sans-serif;
    font-size: 18px;
    font-weight: 100;
    padding-bottom: 10px;
    padding-top: 20px;
    border-bottom:3px solid #c14965;display: inline-block
}

.g_bxslider h2 strong{font-size:23px;font-weight: 100;}
.g_bxslider .g_1{margin-top: 10px;padding: 0px 15px 0px 15px;}
.g_bxslider .g_1 p{
    font-size:14px;
    padding: 5px 0px 5px 30px;
    background-image: url(../images/icon_all_2.png);
    background-repeat: no-repeat;
    background-position: 0 3px;
}

.g_bxslider p strong{font-size:14px;}

.g_bxslider .g_2 p {
    font-size:14px;
    padding: 5px 0px 5px 30px;
    background-image: url(../images/icon_all_2.png);
    background-repeat: no-repeat;
    background-position: 0 -53px;
}

.g_bxslider .g_2{margin-bottom: 30px;padding: 0px 15px 0px 15px;}
.g_bxslider .g_hide{display: none}
.g_bxslider .g_hide{position: absolute}
.g_bxslider .g_hide span{font-size:18px; color:#fff; font-family: 'Graviola-regular', Arial, sans-serif;position: absolute;z-index: 5;text-align: center;
    display: block;
    width: 100%;
    margin-top: 60px;}

.g_bxslider .g_hide .background{background: rgba(126, 138, 179, 0.7);border-top-left-radius:10px;border-top-right-radius:10px}

.row4 .bx-wrapper .bx-pager{
    display: block !important;
}

.row4{padding-bottom: 20px}

/*NT PROJEKTAS PAGE END=============================================================*/