h4, h5, h6,
h1, h2, h3 {margin-top: 0;}
ul, ol {margin: 0;}
p {margin: 0;}
html,body{
    font-family: 'Open Sans', sans-serif;
}
body a{
    transition:0.5s all;
    -webkit-transition:0.5s all;
    -moz-transition:0.5s all;
    -o-transition:0.5s all;
    -ms-transition:0.5s all;
}
.prlk{ cursor: pointer !important;}
.header-top {
    position:absolute;
    width:100%;
    height:15px;
}
.head-nav {
    float: right;
    margin: 10px 0 0 0;
}
.head-nav ul{
    margin:0;
    padding:0;
}
.head-nav ul li{
    display:inline-block; 
    float:left;	
}
.head-nav ul li a{
    position: relative;
    display: inline-block;
    outline: none;
    color:#fff;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    margin: 1em 0.8em;
    text-shadow: 0 0 1px rgba(255,255,255,0.3);
    font-size: 1em;
}
.head-nav a:hover,
.head-nav a:focus {
    color: #F7EE12;
}
.head-nav ul{
    padding:0;
    margin: 0;
}
*,
*:after,
*::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.head-nav ul li {
    display: inline-block;
    margin: 0 .5em;
    outline: none;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 400;
    font-size: 16px;
}
.head-nav ul li.active a{
    color: #F7EE12;
}
#wr-slider{
    margin-top:130px;
}
ul a:hover,
ul a:focus {
    outline: none;
    color: ;
    text-decoration: none;
}
.social-media{
    float:right;
    margin-top:10px;
    width:80px;
}
.social-media i{ color:#fff; font-size:26px; margin-right:10px; }
.social-media i:hover{ color:yellow; }
.social-media a{ cursor: pointer;}
/* Effect 16: fall down */
.cl-effect-16 a {
    color: #090909;
    text-shadow: 0 0 1px rgba(111,134,134,0.3);
}

.cl-effect-16 a::before {
    color:#090909;
    content: attr(data-hover);
    position: absolute;
    opacity: 0;
    text-shadow: 0 0 1px rgba(255,255,255,0.3);
    -webkit-transform: scale(1.1) translateX(10px) translateY(-10px) rotate(4deg);
    -moz-transform: scale(1.1) translateX(10px) translateY(-10px) rotate(4deg);
    transform: scale(1.1) translateX(10px) translateY(-10px) rotate(4deg);
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    -moz-transition: -moz-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    pointer-events: none;
}
.cl-effect-16 a:hover::before,
.cl-effect-16 a:focus::before {
    -webkit-transform: scale(1) translateX(0px) translateY(0px) rotate(0deg);
    -moz-transform: scale(1) translateX(0px) translateY(0px) rotate(0deg);
    transform: scale(1) translateX(0px) translateY(0px) rotate(0deg);
    opacity: 1;
}
.header{
    height:120px;
}
.logo {
    position:absolute;
    display: block;
    margin-top:15px;
    width:300px;
    left: 10px;
}
.logo img {
    max-height: 120px;
    max-width: 400px;
}

.fixedPos{ 
    float: left;
    width: 100%;
    position: fixed;
    top: 0px;
    z-index: 100;    
    background-color: #00382E;
    border-bottom: 1px solid #F7EE12;
    border-top: 2px solid #F7EE12;
    z-index:99999999;
}
.topBox{
    margin-top:5px;
}
.language{
    float:right;
    margin-top:5px;
}
.language a{ 
    float:left; 
    width:40px;
    color:#fff;
    list-style: none;
    font-family: sans;
    font-size:12px;
}
.language img{ height:25px; }
.centre{
    margin-top:135px;
}
.banner {
    
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    min-height: 300px;
    margin: 0;
    padding: 2em 0 0;
}
.ban-left{
    width: 50%;
    padding: 0 0em 0em 2em;
}
.banner h1 {
    color: #fff;
    font-size: 38px;
    font-weight: 700;
    text-transform: uppercase;
}
a.view {
    position: relative;
}
a.view {
    background: none;
    color: #F05A28;
    text-decoration: none;
    font-size: 1.4em;
    font-weight: 400;
    padding: 0.8em 3em 0.8em 0;
    display: inline-block;
    text-decoration: none;
    border-radius: 3px;
    text-align: center;
    text-transform: uppercase;
}
a.view:hover{
    color:#FFFC00;
}
i.arrw {
    width: 25px;
    height: 18px;
    background: url(/10009/images/arrw.png)no-repeat -0px -1px;
    display: inline-block;
    position: absolute;
    top: 21px;
    right: 26px;
}
i.arw {
    width: 25px;
    height: 18px;
    background: url(/10009/images/arrw1.png)no-repeat -0px -3px;
    display: inline-block;
    padding-right: 2.5em;
    vertical-align: middle;
}
.b-info {
    background: #090909;
}
.b-left {
    float: left;
}
.b-right {
    float: right;
}
/* property search */

.home_search{
    position:absolute;
    margin:400px 0 0 80px;
    background:rgba(244,245,247,0.9);
    padding: 20px;
    border-radius: 3px;
    margin-bottom: 5px;
    margin-right:5px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border: 1px solid #ccc;
    z-index:9999;
}
.menu_search{
    float:right;
    width:19%;
    margin-top:50px;
}
.floating{
    background: #e6edeb;
    position: fixed;
    padding:20px 10px 20px 10px;
    width:220px;
    height:400px;
}
.search select {
    float:left;
    width:120px;
    color: #000!important;
    font-size: 12px;
    padding:8px 6px;
    outline: none;
    cursor: pointer;
    background: #ffffff;
    border: 1px solid #ccc;
    border-radius: 3px;
    margin-bottom: 5px;
    margin-right:5px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
}
.search select:last-child{margin-right:0px !important;}
.search input[type="text"] {
    width: 100px;
    color: #000!important;
    font-size: 12px;
    padding:9px 7px;
    outline: none;
    cursor: pointer;
    background: #ffffff;
    border: 1px solid #ccc;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
}
.search input[type="submit"] {
    color: #fff;
    text-transform: uppercase;
    font-size: 1em;
    font-weight: 500;
    border: none;
    width: 100px;
    background:#00382E;
    padding: 11px 0px;
    outline: none;
}
.search input[type="submit"]:hover {
    background:#42403A;
}
.menu_search h3{ font-size:18px; text-transform: uppercase; }
.menu_search select{
    width:100%;
}
.menu_search input{
    margin-top:5px;
}
/*--search--*/
.banner h6 {
    color: #999898;
    font-size: 1.5em;
    text-transform: uppercase;
    padding: 0.8em;
    margin: 0;
}
.ban-right {
    text-align: right;
    padding-right: 0;
}
.benefts h3 {
    color: #090909;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1.7em;
    padding-bottom: 0.5em;
    margin: 0 0 1em;
    border-bottom: 6px solid #00382E;
    vertical-align: middle;
}
.benefts {
    padding: 2em 0;
    border-bottom: 1px solid #5d5d5d;
    border-top: 1px solid #5d5d5d;
}
.benefts p {
    color: #5d5d5d;
    font-size: 1em;
    line-height: 1.8em;
    margin: 1em 0;
    font-weight: 400;
}
.portf  h3 {
    color: #090909;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1.7em;
    margin: 0 0 1em;
    vertical-align: middle;
}
.portf {
    padding: 2em 0;
    border-bottom: 1px solid #5d5d5d;
    position: relative;
}
.porf .portf-1{
    height:300px;
}
.portf img{ width:100%; height:166px; }
.portf .prinfo {
    margin-top:10px;
}
.portf .prinfo h3{ 
    width:100%;
    display: inline-block;
    height:30px;
    font-size:14px; 
    text-align: center; 
}
.portf .prinfo ul li{
    list-style: none;
    float:left;
    margin-right: 8px;
}
.portf .prinfo i{ font-size:16px;}
.bglow h4 {
    color: #090909;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1.3em;
    margin: 0 0 1em;
    vertical-align: middle;
}
.bglow {
    padding: 2em 0;
}
i.twt{
    width: 32px;
    height: 32px;
    background: url(/10009/images/img-sprite.png)no-repeat -49px -44px;
    display: inline-block;
}
i.twt:hover {
    background: url(/10009/images/img-sprite.png)no-repeat -48px -4px ;
}
i.fb{
    width: 32px;
    height: 32px;
    background: url(/10009/images/img-sprite.png)no-repeat -6px -44px;
    display: inline-block;
}
i.fb:hover{
    background: url(/10009/images/img-sprite.png)no-repeat -6px -4px;
}
i.in{
    width: 32px;
    height: 32px;
    background: url(/10009/images/img-sprite.png)no-repeat -89px -44px;
    display: inline-block;
}
i.in:hover {
    background: url(/10009/images/img-sprite.png)no-repeat -89px -4px;
}
i.rss{
    width: 32px;
    height: 32px;
    background: url(/10009/images/img-sprite.png)no-repeat -128px -44px;
    display: inline-block;
}
i.rss:hover {
    background: url(/10009/images/img-sprite.png)no-repeat -128px -4px;
}
/*results*/
.sresults{
    width:100% !important;
    padding-left:0px !important;
}
.sresults h3{ margin:0px !important; padding:10px 0px !important; color:#fff; }

/*************** PAGINATION ***************/

.pagination {
    float:left;
    width:100%;
    text-align: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    padding:5px 0;
    clear: both;
    height:30px;
    color:#333;
    margin:12px 0 12px 0;
}
.pagination div.pbox-left{ position:absolute; width:450px; height: 19px; margin-top:-26px; font-family:'Josefin Slab', arial;}
.pagination div.pbox-right{ float:right;margin-top:6px;}
.pagination a {
    margin: 0 5px 0 0;
    padding: 3px 6px;
    color:#333; 
    font:normal 12px Arial;
    text-decoration:none;
}


.pagination a.number {
    border: 1px solid #888989;
}

.pagination a.current,
.pagination a:hover{
    background: #888989 !important;
    border: 1px solid #888989 !important;
    color: #fff !important;
}

.pagination a.current:hover {
    text-decoration: underline;
}	
.sort-by-price {
    float: right;
    margin:10px 0;

}
.sort-by-price select {
    float: left;
    color: #000!important;
    font-size: 14px!important;
    padding: 12px 10px;
    outline: none;
    cursor: pointer;
    background: #ffffff;
    border: 1px solid #d8d8d8;
    border-radius: 3px;
    margin-bottom: 5px;
    margin-right: 5px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
}

.sort-by-price strong {
    display:inline-block; 
    float:left; 
    margin:16px 10px 0 0;	
    font-size:10px;
    font:bold 12px Arial;
    color:#7a7a7a;
}
.sort-by-price ul {margin:0px !important;}
.sort-by-price .sbOptions {width:125px !important;z-index:99999; 	}
/*-- galary --*/
.galary{ margin-top:200px; }
.galary-info h1{
    font-size: 30px;
    text-align: center;
    text-transform: uppercase;
    color: #414141;
    font-weight:700;
    margin: 0 0 10px 0;
}
.galary-grids{ float:left; width:80%; min-height:500px;}
.galary-grid{
    position: relative;
}
.col-results{
    border-top: 1px solid #ccc;
    width:100%;
    margin:0 10px 20px 0;
    height: 250px;
    padding:20px 0px;
}
.col-results:last-child{ margin-right:0px !important; }


.galary-grid-info{
    padding: 0px;
    float:left;
    width:262px;
    height:197px;
    
}
.galary-grid-info img{
    width:100% !important;
}
.galary-grid-text{
    margin-left:0px;
    
}
.propInfo{
    padding: 20px;
    width:620px;
    float:right;
}
.propInfo .cl ul{ padding:0px; margin:20px 0px; }
.propInfo .cl li{ float:left; list-style: none; margin-right:30px; }
.propInfo .cl li i{ font-size:18px; color:#00382E; }
.galary-grid-text .ref{ font-weight:bold !important; color:#000;margin:10px 0 5px 0;float:left }
.galary-grid-text .price { float:right; margin-top:10px; }
.galary-grid-text h6{
    color:#1E1E1E;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5em;
    margin: 0.5em 0;
}
.galary-grid-text p{
    font-size: 12px;
    color: #898888;
    margin:0;
    line-height: 2em;
}
.galary-grid-text span{ color:#000; display:block; width:80px; float:left; }
.galary-grid-text img{ max-height:18px; vertical-align: top;}
.galary-grid-text h5{
    color: #00382E;
    font-size:22px;
    font-weight:700;
    margin: 0;
}

#energetic-rating{ margin-left:80%;}
/*details*/

.details-photo-info {
    width:56%;
    float:left;
    margin:0 0 10px 0;
    padding:0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background:#f0f0f0;
}
#full-specs {
    width:33%;
    float:left;
    background:#fff;
    text-align:left;
    border:1px dotted #b3cfdd;
    padding-left:20px;
    padding-right:20px;
}
#full-specs li{ list-style: none !important; }
#full-specs h2 {
    color:#000;
    margin:0;
    text-transform:none;
    font-size:24px;
    text-align:right;
}
.backbutton{
    float:left;
    color:#333;
    
}
.backbutton i{ font-size:28px; }
#full-specs h4 {
    margin: 4px 0;
    font:bold 16px 'Josefin Slab', Arial !important;
    text-align:right;
}
#full-specs #specs-items, #full-specs #specs-feat{
    padding:20px;
}
#full-specs #specs-items li{ float:left; width:35%; text-align:right; background: #d8d8d8; font-weight:bold;}
#full-specs #specs-items .second{ float:left; width:45% !important; text-align:left; margin-left:5px; background: #d8d8d8; padding-left:5px; font-weight:normal;}
#full-specs #specs-feat li{ float:left; width:49%; text-align:center; background: #d8d8d8; font-weight:normal; padding-left:5px; padding-right:5px; margin-right:2px;}
#full-specs #specs-feat h3{ color:#333; margin:0px; }
.spec-price {
    padding: 2px 8px 4px 0;
    margin:4px 0 5px;
    font-family: 'Open Sans', Arial;
    font-size:22px;
    color:#00382E;
    border-top:1px solid #d5e3ea;
}

.spec-ref {
    margin:4px 0;
    font-size:16px;
    padding-bottom:4px;
    font-family: 'Open Sans', Arial;
    border-bottom:1px dotted #d5e3ea;
}

#full-specs ul.bed-bath {
    list-style:none;
    margin:0 0 12px;
    padding:8px 0 12px 10px;
    font-size:14px;
    font-family: 'Open Sans', Arial;
    border-bottom:1px dotted #d5e3ea;

}

#full-specs ul.bed-bath  li {
    padding-left:12px;
    margin:3px 0;
    font:normal 14px 'Josefin Slab', Arial !important;
}

#full-specs ul.bed-bath  li sup {font-size:8px;}

.prop-acc {float:left;padding: 0 0 15px 6px; line-height:28px; width:104px;}
.prop-acc a {color:#00382E; font-size:14px; font-family: 'Open Sans', Arial; margin-right:20px;}
.prop-acc a img {vertical-align:middle; margin-right:12px;}
.prop-acc i{ font-size:28px; color:#00382E; }

.fb-like {float:right; margin:0px 0 6px 6px;}

.slideshow {margin-bottom:14px;}
.slideshow a {}
.slideshow img {vertical-align:middle;}


.extended-info {
    width:100%;
    float:left;
    margin:0;
    padding:0;
    background:#fafbfc;


}

.extended-info h2 {
    font-size:24px;
    margin-bottom:8px;
    color:#00382E;
    text-transform:none;
}

#descrip {
    padding:0 0 20px;
    float:left;
    width:90%;
    text-align:left !important;
    margin:15px 0 10px 15px;

}

ul.facil-list {
    font-size:18px;
    line-height:20px;
    margin:0px 0 10px !important;
    padding:0 0 15px 10px !important;
    list-style:none !important;
    border-bottom:1px dotted #d5e3ea;
}
ul.facil-list li{
    margin-top:10px;
    font-family: 'Open Sans',Arial;
    font-size: 16px;
    font-weight: 400;
    background:none !important;
    padding-left:0 !important;
}
ul.facil-list li strong{
    display:block;
    margin-bottom:5px;
    color:#00382E;
    font:bold 16px 'Josefin Slab', Arial !important;
}
ul.facil-list li span {
    font:normal 14px 'Josefin Slab', Arial !important;
    line-height:20px !important;
    display:inline-block;
    margin:0 3px;
}

ul.facil-list li span.pt {color:#00382E;margin:0;}


#dmapa{
    padding:0 10px 10px;
    float:left;
    width:100%;
    margin:20px 0;
    border:1px dotted #b3cfdd;

}

#dmapa  h2 {
    font-size:22px;
    margin:6px 0 12px;
    text-transform:none;
    color:#1381B7;

}


#map_canvas {
    margin:10px 0 10px !important;}

p.full-info {
    font:normal 15px 'Josefin Slab',Arial;
    line-height:22px;
    margin-top:0;
    padding-bottom:15px;
}



.info-form {
    background-color:#F0F0F0;
    padding:10px 10px 20px 20px;

    float:left;
    width:100%;
    margin: 0;
    line-height:28px;
}
.info-form input{ margin-bottom:10px; }
.info-form h4 { 
    text-align:left !important;
    margin-bottom:8px !important;
    color:#00382E !important;}

.info-form label {
    margin:3px 0;
    display:inline-block;
    width:130px;
    font:normal 14px 'Josefin Slab', Arial !important;
}

#tabs {float:left;}
.area-tab {
    padding:20px;
    margin:0 10px;
    background-color:#f8f8f8;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.area-tab p {
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
    line-height:22px;
    text-indent:15px;
}

.area-tab h2 {
    color:#560a54;
    margin-bottom:8px;
}

.area-tab img {
    display:block;
    float:left;
    margin: 0 20px 15px 0;}

#energetic-rating{
    position:absolute;
    width:72px;
    height:175px;
    margin-top:70px;
    margin-left:300px;
    z-index:999999;
}
.er-{ background:url(/10009/images/er-.png) left bottom no-repeat; }
.er-a{ background:url(/10009/images/er-A.png) left bottom no-repeat; }	
.er-b{ background:url(/10009/images/er-B.png) left bottom no-repeat; }	
.er-c{ background:url(/10009/images/er-C.png) left bottom no-repeat; }	
.er-d{ background:url(/10009/images/er-D.png) left bottom no-repeat; }	
.er-e{ background:url(/10009/images/er-E.png) left bottom no-repeat; }	
.er-f{ background:url(/10009/images/er-F.png) left bottom no-repeat; }	
.er-g{ background:url(/10009/images/er-G.png) left bottom no-repeat; }
/**/
.bglow-right ul {
    padding: 0;
}
.bglow-right li {
    display: inline-block;
    margin: 0 0.5em;
}
.bglow p {
    color: #5d5d5d;
    font-size: 1em;
    line-height: 1.8em;
    margin: 1em 0;
}
.footer {
    background: #000a08;
    padding: 2em 0;
}
.foot-nav ul {
    padding: 0;
}
.foot-nav li {
    display: inline-block;
    margin: 0.2em;
}
.foot-nav li a {
    color: #fff;
    font-size: 1em;
    text-transform: capitalize;
    font-weight: 500;
    text-decoration: none;
    margin-right:20px;
}
.foot-nav li a:hover{
    color: yellow;
}
.foot-left {
    float: left;
}
.foot-right {
    float: right;
}
.foot-right img{ width:50%; float:right; }
.footer p {
    color: #5d5d5d;
    font-size: 1em;
    margin: 1em 0;
}
.footer p a{
    color: #5d5d5d;
    text-decoration:none;
}
.footer p a:hover{
    color: #fe9b00;
}
.benefts-1 ul li {
    background: url(/10009/images/tick.png) 0 8px no-repeat;
    padding: 0px 0px 0px 26px;
}
.benefts-1 li {
    display:block;
}
.benefts-1 ul {
    padding:0;
}
a.read {
    display: inline-block;
    font-size: 1em;
    font-weight: 600;
    color: #fe9b00;
    text-decoration:none;
}
a.read:hover{
    color:#5d5d5d;
}
.billon.benefts-1 h6 {
    color: #090909;
    font-size: 1.1em;
    font-style: italic;
}
.billon.benefts-1 h6 a {
    color: #090909;
    font-size: 1em;
    font-style: italic;
    text-decoration:none;
}
.billon.benefts-1 h6 a:hover{
    color: #fe9b00;
}
a.vew {
    background: #fe9b00;
    color: #090909;
    text-decoration: none;
    font-size: 1em;
    font-weight: 600;
    padding: 0.3em 0.5em 0.3em 0.5em;
    display: inline-block;
    text-decoration: none;
    border-radius: 0px;
    text-align: center;
    text-transform: uppercase;
    position: absolute;
    bottom: 0;
    right: 15px;
}
a.vew:hover{
    color:#090909;
    background:#FFFC00;
}
i.arws {
    width: 25px;
    height: 18px;
    background: url(/10009/images/arrw1.png)no-repeat -0px -3px;
    display: inline-block;
    vertical-align: middle;
}
/*-- error-page --*/
.main {
    padding: 12em 0px;
    border-bottom: 1px solid #5d5d5d;
}
.error-404 h1 {
    font-size: 12em;
    font-weight: 700;
    color: #00382E;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
}
.error-404 p{
    color: #090909;
    margin: 0;
    font-size: 1.2em;
    text-transform: uppercase;
} 
a.b-home{
    background:#00382E;
    padding:0.8em 3em;
    display:inline-block;
    color:#FFF;
    text-decoration:none;
    margin-top:1em;
}
a.b-home:hover{
    background:#833000;
    color:#fff;
}
.contact {
    padding: 0 0 20px 0;
    border-bottom: 1px solid #5d5d5d;
}
.contact h2 {
    color: #00382E;
    font-size: 2.5em;
    margin: 0;
    padding-bottom: 1em;
}
.contact h3 {
    color: #00382E;
    font-size: 1.7em;
    margin-bottom: 1em;
    font-family: 'bediz';
}
.contact p {
    color:#5d5d5d;
    font-size: 1em;
    line-height: 1.8em;
    margin: 1em 0;
    font-weight: 400;
}
.contact .address i{ font-size:28px; text-align:center; color:#00382E; }
.contact .address i.mobile{ font-size:38px; margin-left:5px;}
.map {
    margin-top:20px;
    margin-bottom: 2em;
}
.contact-left-text input[type="text"] {
    width: 100%;
    color: #5d5d5d;
    outline: none;
    font-size: 1em;
    padding: 0.7em 1em;
    margin-bottom: 1em;
    border: solid 1px #D5D4D4;
    -webkit-appearance: none;
    letter-spacing: 1px;
}
.contact-left-text textarea {
    resize: none;
    width: 100%;
    margin: 0 auto;
    color: #5d5d5d;
    font-size: 1em;
    outline: none;
    padding: 0.6em 1em;
    border: solid 1px #D5D4D4;
    min-height: 11em;
    -webkit-appearance: none;
    letter-spacing: 1px;
}
.contact-left-text input[type="submit"] {
    border: none;
    outline: none;
    color: #fff;
    background:#00382E;
    padding: 0.5em 1.5em;
    font-size: 1em;
    font-weight: 300;
    text-transform: uppercase;
    margin-top: 1.5em;
    letter-spacing: 1px;
    -webkit-appearance: none;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.contact-left-text input[type="submit"]:hover{
    background:#833000;
}
/*--gallery-Part-starts-Here--*/
/*-- portfolio --*/
.port {
    padding: 3em 0;
}
.portfolio {
    padding: 0.5em 0em;
}
.project-section-head h3{
    text-transform: uppercase;
    color: #FFF;
    font-weight: 500;
    font-size: 3.2em;
}	
.project-section-head p{
    color: #FFF;
    font-weight: 400;
    font-size: 1.3em;
}
#portfoliolist .portfolio {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    width: 23.75%;
    display: none;
    float: left;
    overflow: hidden;
    margin: 0em 0.5em;
}
div#portfoliolist {
    padding: 0em 0 3em;
    border-bottom: 1px solid #5d5d5d;
}
.portfolio-wrapper {
    overflow:hidden;
    position: relative !important;
    cursor:pointer;
}
.portfolio img {
    width:100%;
    transition: all 300ms!important;
    -webkit-transition: all 300ms!important;
    -moz-transition: all 300ms!important;
}
.portfolio .label {
    position: absolute;
    width: 100%;
    height:40px;
    bottom:-40px;
}
.portfolio .label-bg {
    background: #22B4B8;
    width: 100%;
    height:100%;
    position: absolute;
    top:0;
    left:0;
}
.portfolio .label-text {
    color:#fff;
    position: relative;
    z-index:500;
    padding:5px 8px;
}
.portfolio .text-category {
    display:block;
    font-size:9px;
    font-size: 12px;
    text-transform:uppercase;
}
/* Self Clearing Goodness */
.container:after { content: "\0020"; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix:before,
.clearfix:after,
.row:before,
.row:after {
    content: '\0020';
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0; 
}
.row:after,
.clearfix:after {
    clear: both; 
}
.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}
.zoom-icon {
    position: absolute;
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
    display: block;
    left: 0;
    top: -152px;
    width: 290px;
    height: 219px;
    background: url(/10009/images/zoom.png) center center no-repeat rgba(77, 78, 98, 0.45);
    cursor: pointer;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}
.grid_box .zoom-icon {
    top: -5px;
    width: 100%;
    height: 177px;
}
.grid_box a:hover .zoom-icon {
    top: 0;
    opacity: 1;
    filter: alpha(opacity=99); 
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=99)";
}
.entertain_box{
    margin-bottom:3em;
}
.portfolio h3 {
    color: #00382E;
    text-align: center;
    font-size: 2em;
    font-weight: 700;
}
/*--gallery-Part-Ends-Here--*/
/*--about-starts-here--*/
.about{
    padding:5em 0px;
}
.about-main h3,.choose-main h3,
.contact-main h3,.services-main h3,
.feature-main h3,.price-main h3{
    text-align:center;
    color:#00382E;
    font-size:2.5em;
    font-weight:700;
    margin:0;
}
.about-top{
    margin-top:3%;
}
.about-left img{
    width:100%;
}
.about-right h4 {
    color: #090909;
    font-size: 1.4em;
    line-height: 1.5em;
    font-weight: 400;
}
.about-right p {
    color: #5d5d5d;
    font-size: 1em;
    font-weight: 400;
    margin: 1em 0;
    line-height: 1.8em;
}
/*--about-ends-here--*/
/*--team-starts-here--*/
.team {
    background: rgba(254, 155, 0, 0.58);
    padding: 2em 0;
    box-shadow: 0px 0px 7px 2px;
}
.team-main h3{
    text-align:center;
    color:#fff;
    font-size:2.5em;
    font-weight:700;
    margin:0;
}
.team-top{
    margin-top:3%;
}
.team-left img{
    width:100%;
}
.team-bottom{
    border:1px solid #090909;
    padding:15px 0px;
    text-align:center;
    border-top:none;
}
.team-bottom h4 {
    font-size: 1.3em;
    font-weight: 600;
    color: #090909;
    margin: 0;
}
.team-bottom p {
    color: #5d5d5d;
    font-size: 1em;
    font-weight: 400;
    margin: 1em 0;
    line-height: 1.8em;
}
/*--team-ends-here--*/
/*--choose-starts-here--*/
.choose {
    padding: 5em 0px;
    border-bottom: 1px solid #5d5d5d;
}
.choose-top{
    margin-top:3%;
}
.choose-left img{
    width:100%;
}
.choose-left p {
    color: #5d5d5d;
    font-size: 1em;
    font-weight: 400;
    line-height: 1.8em;
    margin: 1em 0;
}
.choose-left ul{
    padding:0;
}
.choose-left ul li {
    list-style: initial;
    margin: 3px 0px;
    font-size: 22px;
    color: #dc1c1f;
}
.choose-left ul li a {
    color: #5d5d5d;
    font-size: 0.7em;
    font-weight: 400;
    line-height: 2.2em;
}
/*--choose-ends-here--*/
/*--services-starts-here--*/
.services{
    padding:5em 0px;
}
.services-top{
    margin-top:4%;
}
.services-left img{
    width:100%;
}
.services-left h4 {
    color: #090909;
    font-size: 1.4em;
    font-weight: 400;
    margin:0;
}
.services-left p {
    color: #5d5d5d;
    font-size: 1em;
    font-weight: 400;
    margin: 1em 0;
    line-height: 1.8em;
}
.services-top-main:nth-child(2) {
    margin-top: 3em;
}
/*--services-ends-here--*/
/*--feature-starts-here--*/
.feature {
    padding: 1em 0px 2em 0px;
    border-bottom: 1px solid #5d5d5d;
}
.feature-top{
    margin-top:4%;
}
.feature-left ul{
    padding:0;
}
.feature-left ul li{
    list-style: initial;
    margin: 3px 0px;
    font-size: 22px;
    color: #dc1c1f;
}
.feature-left ul li a {
    color: #5d5d5d;
    font-size: 0.650em;
    font-weight: 400;
    line-height: 2.2em;
    text-decoration:none;
}
.feature-left ul li a:hover,.choose-left ul li a:hover{
    color: #dc1c1f;
    transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    -ms-transition: 0.5s all ease;
}
/*--feature-ends-here--*/
/*-- responsive-mediaquries --*/
@media(max-width:1440px){
}
/*-- responsive-mediaquries --*/
@media(max-width:1366px){
}
/*-- responsive-mediaquries --*/
@media(max-width:1280px){
}
/*-- responsive-mediaquries --*/
@media(max-width:1024px){

    .banner h1 {
        font-size: 4em;
    }
    a.view {
        font-size: 1.2em;
    }
    .banner h6 {
        font-size: 1.2em;
        padding: 0.95em;
    }
    i.arrw {
        top: 15px;
        right: 21px;
    }
    .banner {
        min-height: 377px;
    }
    .banner h1 {
        font-size: 5.7em;
    }
    .benefts h3 {
        font-size: 1.5em;
    }
    .portf h3 {
        font-size: 1.5em;
    }
    .bglow h4 {
        font-size: 1.2em;
    }
    .footer {
        padding: 1em 0;
    }
    .about-main h3, .choose-main h3, .contact-main h3, .services-main h3, .feature-main h3, .price-main h3{
        font-size: 2em;
    }
    .about-right h4 {
        font-size: 1.3em;
    }
    .about-right p {
        font-size: 1em;
        overflow: hidden;
        height: 54px;
    }
    .about {
        padding: 2em 0px 3em;
    }
    .team-main h3 {
        font-size: 2em;
    }
    .team-bottom h4 {
        font-size: 1.2em;
    }
    .choose-left ul li a {
        font-size: 0.6em;
        line-height: 1.5em;
    }
    .choose-left p {
        overflow: hidden;
        height: 79px;
    }
    .choose-left ul li {
        margin: 0px 0px;
        font-size: 21px;
    }
    .choose {
        padding: 2em 0px;
    }
    #portfoliolist .portfolio {
        width: 23.5%;
        margin: 0em 0.5em;
    }
    .grid_box .zoom-icon {
        height: 145px;
    }
    .services-left h4 {
        font-size: 1.15em;
    }
    .services-left p {
        font-size: 1em;
        margin: 0.5em 0;
        overflow: hidden;
        height: 99px;
    }
    .services {
        padding: 2em 0px;
    }
    .feature-left ul li a {
        color: #5d5d5d;
        font-size: 0.6em;
        font-weight: 400;
        line-height: 1em;
        text-decoration: none;
    }
    .contact h2 {
        font-size: 2em;
    }
    .contact h3 {
        font-size: 1.5em;
    }
    .error-404 h1 {
        font-size: 9em;
    }
    .main {
        padding: 10em 0px;
    }
}
/*-- responsive-mediaquries --*/
@media(max-width:768px){
    #wr-slider{ display:none; }
    .logo img { width:280px; }
    .social-media{ display:none; }
    .language { 
        width:100px;
    }
    .topBox {  padding:0px !important; margin:0px !important; }
    .header { width:90%; padding:0px !important; height:100px; }
    .home_search {
        position:relative;
        margin:0 auto;
    }
    .menu_search {
        float:right;
        width:100%;
        margin-bottom:20px;
    }
    .galary-grids {
        float:right;
        width:100%;
    }
    .search select, .search input[type="text"] { width:48%; }
    .head-nav ul li{
        display:block;
        float:none;
    }
    .head-nav ul li a{
        border-right:none;
        color:#fff;
    }
    .head-nav ul{
        position:absolute;
        margin: 0;
        padding: 2% 0;
        z-index: 999;
        width: 100%;
        display: none;
        text-align: center;
        background:#00382E;
        left:0em;
        top:10em;
    }
    .head-nav span.menu {
        display: block;
        background: none;
        position: absolute;
        top: 74px;
        right: 20px;
    }
    .head-nav span.menu:before{
        content:url(/10009/images/menu.png);
        color:#FFF;
        text-align:right;
        cursor:pointer;
    }
    .head-nav ul li a {
        padding:0.5em 1.5em;
        display:block;
        font-size:0.875em;
        font-weight:500;
        margin:0;
    }
    .propInfo, .galary-grid-info {
        width:100%;
        float:none;
    }
    .propInfo .cl li { margin-right:15px; }
    .propInfo .cl li:last-child { margin-right:0; }
    .col-results { height:500px; }
    
    .details-photo-info, #full-specs {
        width: 100%;
        float: none;
    }
    .logo{
        top:5%;
        left:5%;
    }
    .ban-left {
        width: 50%;
        padding: 0 0em 0em 2em;
        float: left;
    }
    .ban-right {
        text-align: right;
        padding-right: 0;
        width: 50%;
        float: right;
    }
    i.arrw {
        top: 12px;
        right: 1px;
    }
    a.view {
        font-size: 1em;
        padding: 0.8em 2em 0.8em 0;
    }
    .banner h6 {
        font-size: 1em;
        padding: 0.95em 0.5em;
    }
    .banner h1 {
        font-size: 4em;
    }
    .banner {
        min-height: 292px;
    }
    .benefts h3 {
        font-size: 1.4em;
    }
    .portf-1 {
        float: left;
        width: 25%;
    }
    .benefts-1 {
        float: left;
        width: 33.33%;
    }
    p.nunu {
        display: none;
    }
    .bglow-left {
        float: left;
        width: 66%;
        padding: 0 1em 0 0;
    }
    .bglow-right {
        float: right;
        width: 34%;
    }
    .bglow {
        padding: 2em 0 1em;
    }
    .about-left {
        width: 44%;
        float: left;
    }
    .about-right {
        float: right;
        width: 56%;
    }
    .about-main h3, .choose-main h3, .contact-main h3, .services-main h3, .feature-main h3, .price-main h3 {
        font-size: 1.7em;
    }
    .team-main h3 {
        font-size: 1.7em;
    }
    .team-left {
        float: left;
        width: 25%;
    }
    .team-bottom h4 {
        font-size: 1.1em;
    }
    .choose-left {
        width: 39%;
        float: left;
    }
    .choose-right {
        display: none;
    }
    .choose-left {
        width: 45%;
        float: left;
        padding-right: 3em;
    }
    #portfoliolist .portfolio {
        width: 23%;
        margin: 0em 0.5em;
    }
    .portfolio h3 {
        font-size: 1.7em;
    }
    .grid_box .zoom-icon {
        height: 109px;
    }
    div#portfoliolist {
        padding: 0em 0 1em;
    }
    .services-top-left {
        float: left;
        width: 50%;
    }
    .services-left h4 {
        font-size: 1.2em;
        padding-top: 1em;
    }
    .services-top-main:nth-child(2) {
        margin-top: 1em;
    }
    .contact h2 {
        font-size: 1.7em;
    }
    .contact h3 {
        font-size: 1.4em;
    }
    .main {
        padding: 10em 0px;
    }
    .error-404 h1 {
        font-size: 7em;
    }
    .error-404 p {
        font-size: 1.1em;
    }
}
/*-- responsive-mediaquries --*/
@media(max-width:640px){
    a.view {
        font-size: 0.8125em;
        padding: 0.8em 2.4em 0.8em 0;
    }
    .banner h6 {
        font-size: 0.8125em;
        padding: 0.95em 0.3em;
    }
    i.arrw {
        top: 8px;
        right: 1px;
    }
    .banner h1 {
        font-size: 3.3em;
    }
    .banner {
        min-height: 244px;
    }
    .benefts h3 {
        font-size: 1.2em;
        border-bottom: 3px solid #090909;
    }
    .benefts p {
        font-size: 0.875em;
    }
    .billon.benefts-1 h6 a {
        font-size: 0.875em;
    }
    .billon.benefts-1 h6 {
        font-size: 0.875em;
    }
    a.read {
        font-size: 0.875em;
    }
    .benefts {
        padding: 2em 0 1em;
    }
    .portf h3 {
        font-size: 1.2em;
    }
    a.vew {
        font-size: 0.8125em;
        padding: 0.3em 0.3em 0.3em 0.3em;
        bottom: -1px;
    }
    i.arws {
        background: url(/10009/images/arrw1.png)no-repeat -0px -2px;
    }
    .bglow h4 {
        font-size: 1em;
    }
    .bglow p {
        font-size: 0.875em;
    }
    .bglow-right li {
        margin: 0 0.2em;
    }
    .foot-nav li a {
        font-size: 0.875em;
    }
    .foot-left {
        text-align: center;
        float: none;
    }
    .foot-right {
        float: none;
        text-align: center;
    }
    .footer p {
        font-size: 0.875em;
        margin: 1em 0;
    }
    .about-right h4 {
        font-size: 1.2em;
    }
    .about-right p {
        font-size: 0.875em;
        overflow: hidden;
        height: 49px;
    }
    .about-left {
        width: 50%;
        float: left;
    }
    .about-right {
        float: right;
        width: 50%;
    }
    .team-left {
        float: left;
        width: 50%;
    }
    .choose-left {
        width: 50%;
        float: left;
        padding-right: 1em;
    }
    .about-main h3, .choose-main h3, .contact-main h3, .services-main h3, .feature-main h3, .price-main h3 {
        font-size: 1.6em;
    }
    .team-main h3 {
        font-size: 1.6em;
    }
    #portfoliolist .portfolio {
        width: 30.9%;
        margin: 0em 0.5em;
    }
    .grid_box .zoom-icon {
        height: 119px;
    }
    .portfolio h3 {
        font-size: 1.6em;
    }
    .services-left p {
        font-size: 0.875em;
        margin: 0.5em 0;
        overflow: hidden;
        height: 106px;
    }
    .contact {
        padding: 1em 0;
        border-bottom: 1px solid #5d5d5d;
    }
    .contact p {
        font-size: 0.875em;
    }
    .contact-left-text input[type="text"] {
        font-size: 0.875em;
    }
    .contact-left-text textarea {
        font-size: 0.875em;
    }
    .contact-left-text input[type="submit"] {
        font-size: 0.875em;
    }
    .error-404 h1 {
        font-size: 6em;
    }
    .main {
        padding: 7em 0px;
    }
}
/*-- responsive-mediaquries --*/
@media(max-width:480px){
    .b-left {
        float: none;
        text-align: center;
    }
    .b-right{
        float: none;
        text-align: center;
    }
    .banner h6 {
        font-size: 0.8125em;
        padding: 0.95em 0.3em;
        display: none;
    }
    .b-info {
        background: #090909;
        width: 73%;
    }
    a.view {
        font-size: 0.8125em;
        padding: 0.8em 2.3em 0.8em 0;
    }
    i.arrw {
        top: 8px;
        right: -2px;
    }
    .b-info {
        width: 73%;
    }
    .ban-right {
        padding: 0;
    }
    .banner h1 {
        font-size: 2.3em;
    }
    .ban-left {
        padding: 0 0em 0em 1em;
    }
    .banner {
        min-height: 194px;
    }
    .benefts-1 {
        float: none;
        width: 100%;
    }
    a.read {
        margin-bottom: 2em;
    }
    .benefts-1 ul {
        margin-bottom: 2em;
    }
    .portf-1 {
        float: left;
        width: 50%;
        margin: 0.5em 0;
    }
    a.vew {
        font-size: 0.8125em;
        padding: 0.5em 0.3em 0.3em 0.5em;
        bottom: 0px;
    }
    .portf {
        padding: 1em 0;
    }
    .benefts {
        padding: 1em 0 1em;
    }
    .bglow-left {
        float: none;
        width: 100%;
        padding: 0 1em 0 0;
    }
    .bglow-right {
        float: none;
        width: 100%;
    }
    .about-left {
        width: 100%;
        float: none;
        margin-bottom: 1em;
    }
    .about-right {
        float: none;
        width: 100%;
    }
    .choose-left {
        width: 100%;
        float: none;
        padding-right: 0em;
        margin: 1em 0;
    }
    .team-main h3 {
        font-size: 1.5em;
    }
    .about-main h3, .choose-main h3, .contact-main h3, .services-main h3, .feature-main h3, .price-main h3 {
        font-size: 1.5em;
    }
    .about {
        padding: 1em 0px 1em;
    }
    #portfoliolist .portfolio {
        width: 46.75%;
        margin: 0em 0.5em;
    }
    .grid_box .zoom-icon {
        height: 132px;
    }
    .portfolio h3 {
        font-size: 1.5em;
    }
    .services-left {
        padding: 0;
    }
    .services-left h4 {
        font-size: 1.1em;
        padding-top: 1em;
    }
    .map iframe {
        width: 100%;
        height: 200px;
    }
    .contact h2 {
        font-size: 1.5em;
    }
    .contact h3 {
        font-size: 1.3em;
    }
    a.b-home {
        padding: 0.6em 2em;
        font-size: 0.875em;
    }
    .error-404 p {
        font-size: 1em;
    }
    .error-404 h1 {
        font-size: 5em;
    }
    .main {
        padding: 6em 0px;
    }
    .port {
        padding: 2em 0;
    }
}
/*-- responsive-mediaquries --*/
@media(max-width:320px){
    .logo {
        float: left;
        width: 40%;
    }
    .header-top {
        padding: 0.8em;
    }
    .head-nav span.menu {
        top: 48px;
    }
    .banner h1 {
        font-size: 1.3em;
    }
    .b-info {
        width: 100%;
    }
    a.view {
        font-size: 0.750em;
        padding: 0.5em 2.3em 0.5em 0;
    }
    i.arrw {
        top: 3px;
        right: -3px;
    }
    .banner {
        min-height: 133px;
        margin: 1em 0;
    }
    .benefts h3 {
        font-size: 1.1em;
    }
    .portf h3 {
        font-size: 1.1em;
    }
    .foot-right img {
        width: 30%;
    }
    .about-main h3, .choose-main h3, .contact-main h3, .services-main h3, .feature-main h3, .price-main h3 {
        font-size: 1.4em;
    }
    .about-right h4 {
        font-size: 1.15em;
    }
    .about-right p {
        height: 40px;
    }
    .team-main h3 {
        font-size: 1.4em;
    }
    .team-bottom h4 {
        font-size: 1em;
    }
    .team-bottom p {
        font-size: 0.875em;
    }
    .team-left {
        margin: 1em 0;
    }
    .team {
        padding: 1em 0;
    }
    .team-top {
        margin-top: 0%;
    }
    #portfoliolist .portfolio {
        width: 44.5%;
        margin: 0em 0.5em;
    }
    .grid_box .zoom-icon {
        height: 80px;
    }
    .portfolio h3 {
        font-size: 1.4em;
    }
    .services-left h4 {
        font-size: 1em;
        padding-top: 1em;
    }
    .feature-left ul li a {
        font-size: 0.575em;
    }
    .services {
        padding: 1em 0px;
    }
    .feature {
        padding: 1em 0px 1em 0px;
    }
    .contact h2 {
        font-size: 1.4em;
    }
    .map iframe {
        width: 100%;
        height: 152px;
    }
    .contact-left-text {
        padding: 0;
    }
    .footer {
        background: #e2e2e2;
        padding: 1em 0 1em;
    }
    .head-nav ul {
        top: 6.5em;
    }
    .map {
        margin-bottom: 1em;
    }
    .contact-left-text textarea {
        min-height: 8em;
    }
    .main {
        padding: 4em 0px;
    }
    .error-404 h1 {
        font-size: 4em;
    }
    a.b-home {
        font-size: 0.8125em;
    }
    .port {
        padding: 1em 0;
    }
    .portf-1 {
        float: left;
        width: 50%;
        margin: 0.2em 0;
        padding: 0 0.2em;
    }
    .foot-nav li a {
        font-size: 0.7em;
    }
    .foot-nav li {
        display: inline-block;
        margin: 0em;
    }
    a.vew {
        right: 3px;
        bottom: 0px;
    }
    .team-left {
        padding: 0 0.3em;
    }
    .portfolio {
        padding: 0.2em 0em;
        margin:0 0.2em;
    }
    .services-top-left {
        padding: 0 0.4em;
    }
}
