.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    /*display: inline-block;*/
}

html[xmlns] .clearfix {
    display: block;
}


* html .clearfix {
    height: 1%;
}


body {
    font-family: 'Exo', sans-serif;
    font-size:13px;
    margin:0px;
    padding:0px;
    background-color:#FBFBFB;
    font-weight: 300;
    overflow-x: hidden;
}

h1, h2, h3, h4, h5 {
    font-weight: 300;
}

.overlay {
    background-color:#000;
    width:100%;
    height:100%;
    opacity:0.7;
    position:fixed;
    top:0;
    left:0;
    display:none;
}

.loading, .success, .errors {
    display:none;
}

.contentHolder{
    cursor:default !important;
}

.logo img{
    width: 120px;
    margin-top: -13px;
}

.navbar {
    min-height: 65px !important;
}

@media (min-width:768px){
    .navbar-nav > li > a {
        padding-top: 23px !important;
        padding-bottom: 23px !important;
    }

    .modal-dialog {
        width: 350px !important;
        margin: 30px auto;
    }
}

.header-content-inner{
    background-color: rgba(0, 0, 0, 0.5);
    padding: 20px;
}

.box-div{
    border:1px solid #ccc;
    box-shadow: 1px 1px 5px 1px;
}

ul{
    margin:0;
    padding:0;
}

.project-ul li{
    list-style-type: square;
    padding: 7px;
}

.border-right{
    border-right:1px solid #ccc;
}

.btn-contact{
    margin-top:20px;
}

.highlight p{
    font-size:13px;
}

.dark{
    border-color:#1597D8;
}

.high-h3{
    text-transform: uppercase;
    font-family:"Exo";
    font-size:18px !important;
    color: #1597D8;
}

.section-heading{
    font-family:"Exo";
}

.fa-google-plus{
    color:#DF4B38 !important;
}

.fa-twitter{
    color:#659FCB !important;
}

.fa-facebook{
    color:#3B5998;
}

#walkthrough{
    background-color:#EDEDED;
}

.bg-gray{
    background-color: #e0e0e0;
}

.text-transform{
    text-transform: lowercase !important;
}

#about{
    background-color:#31A3DD !important;
}

.selldof .btn, .sell_do_ctc_btn, .selldof .btn, .sell_do_verify_btn {
    background-color: #5BC0DE !important;
    border-color: #46B8DA !important;
    color:#fff !important;
}

#mask {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9000;
  background-color: #000;
  display: none;
}

#boxes .window {
  position: absolute;
  left: 0;
  top: 0;
  width: 440px;
  height: 200px;
  display: none;
  z-index: 9999;
  padding: 20px;
  border-radius: 15px;
  text-align: center;
}

.window img{
	width:100%;
	height:500px;
}

#boxes #dialog {
  width: 50%;
  height: 550px;
  padding: 10px;
  background-color: #ffffff;
  font-family: 'Segoe UI Light', sans-serif;
  font-size: 15pt;
}

@media (min-width:320px) and (max-width:768px)
{
	#boxes #dialog {
  width: 90% !important;
  height: 400px;
  padding: 10px;
  background-color: #ffffff;
  font-family: 'Segoe UI Light', sans-serif;
  font-size: 15pt;
}

.window img{
	width:100%;
	height:350px;
}
}

#popupfoot {
  font-size: 16pt;
  position: absolute;
  bottom: 0px;
  width: 250px;
  left: 250px;
}

.call-icon i{
	color:#171717 !important;
}

.call-icon i:hover{
	color:#414141 !important;
}

@media (min-width:320px) and (max-width:768px)
{
	#walkthrough iframe{width:100% !important}
	#gmap iframe{width:100% !important;}
} 
