@charset "utf-8";
/* CSS Document */
@import url(https://fonts.googleapis.com/css?family=PT+Sans:400,700,700italic,400italic|PT+Sans+Caption:400,700|PT+Sans+Narrow:400,700);

/*font-family: 'PT Sans', sans-serif;
font-family: 'PT Sans Caption', sans-serif;
font-family: 'PT Sans Narrow', sans-serif;*/

@font-face {
 font-family: 'bebasregular';
 src: url('bebas___-webfont.woff2') format('woff2'),  url('bebas___-webfont.woff') format('woff');
 font-weight: normal;
 font-style: normal;
}
*{
font-family: 'PT Sans Narrow', sans-serif;
}
body{
background:url(images/bg.jpg) no-repeat top center  / 100% auto fixed;
margin:0px;
padding:0px;
font-size:16px;
}
.sold{
position:relative;
overflow:hidden;
}
.sold::after {
  background: #ff0000 none repeat scroll 0 0;
  border: 2px solid #fff;
  color: #fff;
  content: "SOLD";
  display: inline-block;
  font-family: arial;
  font-size: 12px;
  font-weight: bold;
  height: 23px;
  left: -16px;
  outline: 1px dashed #000;
  padding: 2px 0;
  position: absolute;
  text-align: center;
  top: 1px;
  transform: rotate(315deg);
  -moz-transform: rotate(315deg);
  -webkit-transform: rotate(315deg);
  width: 58px;
}
.main-body {
  background: rgba(255, 255, 255, 0.3) none repeat scroll 0 0;
  border: 3px solid #ffffff;
  margin-top: 10px;
  padding: 10px;
}
.h3, h3{
font-family: 'PT Sans Narrow', sans-serif;
font-size:22px;
}
.navbar-inverse{
border:0px;
background:#fff;
}
.navbar-inverse .navbar-nav > li > a{
color:#000;
}
.navbar-brand{
height:auto;
}
.head-two {
  background: rgba(255,255,255,0.75);
  padding: 5px;
}
.navbar-nav > li > a{
padding:0px;
margin:30px 35px 20px;
text-transform:uppercase;
font-family:"bebasregular";
font-size:15px;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover{
background:transparent;
color:#676767;
}
.navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li > a:hover{
color:#676767;
}
.navbar-nav {
  margin: 0 0 0 13%;
}
.stamp > img {
  float: right;
  margin-right: 20px;
  padding: 5px;
  width: 70px;
}
.w-hot {
  color: #000000;
  font-family: "PT Sans Narrow",sans-serif;
  font-size: 23px;
}
marquee {
  font-family: "PT Sans Narrow",sans-serif;
  font-size: 18px;
  line-height: 27px;
  padding: 2px;
}
.w-hot span {
  float: right;
  line-height: 31px;
  font-size: 23px;
}
.marg{
padding:0px;
}
.phone span:first-child{
  float: left;
  line-height: 31px;
  font-size: 23px;
}
.phone span:nth-child(2) {
  font-size: 15px;
}
.phone {
  font-family: "PT Sans Narrow",sans-serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 32px;
  text-align: right;
}
.main-sec {
  display: inline-block;
}
.main-sec{
background:rgba(255,255,255,0.75);
margin-top:20px;
width: 100%;
}
#tabs {
  margin-top: 15px;
    margin-bottom: 15px;
}
.ui-widget-content {
  background: transparent;
  color: #333333;
}
.ui-widget-header{
background: rgba(255,255,255,0.3);
}
.ui-widget.ui-widget-content {
  border: 1px solid #a7a7a7;
}
.table-bordered {
  background: rgba(255, 255, 255, 0.5) none repeat scroll 0 0;

}
.table-bordered > tbody > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
  border: 1px solid #d8d8d8;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
  background: #ef801c none repeat scroll 0 0;
  color: #ffffff;
  font-weight: normal;
  border-color:#bf6717;
}
.main-sec h2{
  margin-bottom: 10px;
  margin-top: 10px;
 font-family: "PT Sans Narrow",sans-serif;
}
/*Light Box*/

    a.fancybox img {
        border: none;
        -o-transform: scale(1,1); -ms-transform: scale(1,1); -moz-transform: scale(1,1); -webkit-transform: scale(1,1); transform: scale(1,1); -o-transition: all 0.2s ease-in-out; -ms-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -webkit-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out;
    } 
  /*  a.fancybox:hover img {
        position: relative; z-index: 999; -o-transform: scale(1.03,1.03); -ms-transform: scale(1.03,1.03); -moz-transform: scale(1.03,1.03); -webkit-transform: scale(1.03,1.03); transform: scale(1.03,1.03);
    }*/
	
	#tabs-2 img {
  width: 100%;
}
img.aligntright {
  padding: 5px 0 10px 10px;
}
img.aligntleft {
  padding: 5px 0 10px 10px;
}

.bg-primary {
  background-color: rgba(51, 122, 183, 0.5);
  color: #ffffff;
}
#myCarousel {
  margin-top: 15px;
}
.carousel-indicators {
  bottom: 0;
  margin-bottom: 2px !important;
}
.carousel-indicators li {
  background-color: #e1e1e1;
  border: 1px solid #9f9f9f;
}
.table-content{
height:500px;
overflow-x:hidden;
}
/*Testimonial*/
.testimonial{
margin-top:10px;
display:none;
}
.pagination .glyphicon
{
    margin-right:0px !important; /*override*/
}
.testimonial .pagination > li > a, .pagination > li > span {
  line-height: 0;
}
.pagination a
{
    color:#555;
}

.panel ul
{
    padding:0px;
    margin:0px;
    list-style:none;
}

.news-item
{
    padding:4px 4px;
    margin:0px;
    border-bottom:1px dotted #555; 
}
.list-group-item {
  background-color: rgba(255, 255, 255, 0.4);
  border: 1px solid #d0d0d0;
  
}

.contact {
  background: rgba(255, 255, 255, 0.7) none repeat scroll 0 0;
  display: inline-block;
  padding: 10px;
  width: 100%;
  margin-top:5px;
}
.contact > p{
font-size:17px;
margin:0px;
}
.contact > p strong{
font-size:20px;
}

footer{
background: rgba(255, 255, 255, 0.9);
 padding: 10px;
 margin-top:10px;
  margin-bottom:10px;
  text-align:center;
  font-weight:bold;
}
footer a{
color:#ef801c;
}
footer a:hover, footer a:focus{
color:#ef801c;
}

.modal-dialog {width:800px;
height:100%;}
.thumbnail {margin-bottom:6px;}
.thumbnail {
  height: 120px;
  width: 100%;
}
.modal-body img {
  height: auto;
}

.stamp-fixed {
  text-align:center;
}
.stamp-fixed img {
  margin-bottom: 15px;
  opacity: 0.5;
  width: 150px;
   margin-top: 15px;
}
#about h2.title, #projects h2.title, #contact h2.title {
  border-bottom: 1px dashed #848484;
  margin-bottom: 20px;
  padding-bottom: 10px;
  color:#df7f1a;
}

#projects .main-sec ul{
padding-left:10px;
}
#projects .main-sec ul li {
  line-height: 30px;
  list-style: outside none none;
}
#projects .main-sec ul li span{
color: #f2ac47;
margin-right:10px;
}
.contact-info p span {
  color: #7979ff;
  margin-right: 6px;
}
.contact-info {
  line-height: 26px;
}
.contact-info img{
width:380px;
}
th, td {
  text-align: center;
}

@media screen and (max-width:1280px){
body {
  background: rgba(0, 0, 0, 0) url("images/bg.jpg") no-repeat fixed center top / auto 100%;
}
}
@media screen and (min-width:768px) and (max-width:980px){
.w-hot {
  font-size: 17px;
  line-height: 30px;
}
.phone {
  font-size: 13px;
}
.navbar-nav > li > a {
  margin: 30px 12px 20px;
}
.contact-info img {
  display: none;
}
#tabs-3{
  padding: 1em 0;
}
.table > thead > tr > th{
font-size:14px;
}
.sec-tab-col > tr > th:first-child{
width:66px;
}
#tabs-3 .col-sm-6{
padding-left:5px;
padding-right:5px;
}
}
@media screen and (max-width:767px){
.navbar-toggle {
  margin-top: 20px;
}
.contact-info img {
  display: none;
  width: 100%;
}
.navbar-toggle {
  background-color: #444444;

}
.w-hot, .phone {
  text-align: center;
}
.w-hot span, .phone span{
display:none;
}
.marg {
  border-left: 3px solid #333333;
  border-radius: 30%;
  border-right: 3px solid #333333;
  text-align: center;
}
.carousel-inner > .item > a > img, .carousel-inner > .item > img, .img-responsive, .thumbnail a > img, .thumbnail > img {
  margin: auto;
}
.main-sec .col-sm-3 > h3 {
  text-align: center;
}
marquee {
  width: 90%;
}
.navbar-nav {
  margin: auto;
  text-align: center;
}
.stamp {
  display: none;
}
td:first-child {
  width:33%;
}
td:nth-child(2) {
  width:33%;
}
td:nth-child(3) {
  width:33%;
}
#tabs{
  padding: 1em 0;
}
#tabs .col-sm-6{
padding-left:0px;
padding-right:0px;
}
.ui-tabs-panel {
  padding: 15px !important;
}
.sec-tab-col{
display:none;
}
#tabs3 .table tr > th:first-child{
-width:25% !important;
}
th {
  font-size: 14px;
}
.table td, .table th {
  text-align: center;
}
}
@media screen and (max-width:480px){
#tabs {
  padding-top: 0 !important;
}
.main-sec h2 {
  font-size: 21px;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  padding: 0.6em 0.3em;
  text-align: center;
}
img.aligntright {
  display: block;
  padding: 10px 5px;
  width: 100%;
}
}
@media screen and (max-width:390px){
.ui-tabs .ui-tabs-nav li {
  float: none;
  text-align: center;

}
.main-sec h2 {
  text-align: center;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  float: none;
  display: inline-block;
    padding: 0.3em 0.3em;
}

}
