body {
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background:url(../images/bg-body.jpg) 50% 50% no-repeat;
    background-size:cover;
    background-attachment:fixed;
}
.rent{
    background:url(../images/rent.jpg) 50% 50% no-repeat;
    background-size:cover;
    background-attachment:fixed;
}
.bail{
    background:url(../images/bail.jpg) 50% 50% no-repeat;
    background-size:cover;
    background-attachment:fixed;
}
.report{
    background:url(../images/report.jpg) 50% 50% no-repeat;
    background-size:cover;
    background-attachment:fixed;
    position: relative;
}

.report:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.35);
}

body.white {
    background:#fff;
}

.container.fullwidth {
    width:100%;
}

@media (min-width: 720px) {
    .container.small {
        width: 550px;
    }
}

/* for equal height */
.row-eq-height {
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
}

.center-block {
    float:none;
}

.column-centered {
    margin:0px auto;
    float:none;
}

.flush {
    padding:0px;
}

.flush-left {
    padding-left:0px;
}

.flush-right {
    padding-right:0px;
}

a:hover {
    color:inherit;
}

.tablerow {
    display:table;
    width:100%;
    height:100%;
}

.tablecell {
    display:table-cell;
    width:100%;
    height:100%;
    vertical-align:middle;
}

img {
    max-width:100%;
    display:inline-block;
}

h1,h2,h3,h4,h5,h6,p,ul,a {

}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    background:#000;
}

.navbar-default {
    background:#000;
    min-height:50px;
    border:none;
    border-radius:0px;
}

.navbar-brand {
    height:50px;
    padding:15px 15px;
}

.navbar-nav>li>a {
    color:#fff;
}

.navbar-default .navbar-nav>li>a {
    color:#fff;
}

.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
    color: #ccc;
    background-color: transparent;
}

/* Main Styles */
#content {
    padding-bottom:10px;
    position: relative;
}

#content .bg {
    padding-left: 10px;
    padding-right: 10px;
    -webkit-box-shadow: 0 2px 5px 2px rgba(0,0,0,0.3);
    -moz-box-shadow: 0 2px 5px 2px rgba(0,0,0,0.3);
    box-shadow: 0 2px 5px 2px rgba(0,0,0,0.3);
    background-position-y: -3px;
    background-color: rgba(0, 0, 0, 0.619608);
    padding-bottom: 40px;
    margin-top: 40px;
    margin-bottom: 20px;
}

.button {
    display:inline-block;
    border: 3px solid #0fb3ff;
    color: #fff;
    font-size: 16px;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);
    border-radius: 3px;
    padding: 13px 25px;
    min-width:142px;
    text-align:center;
    font-weight:bold;
    margin-top:13px;
    text-decoration:none;
}

.button:hover {
    background-color:#0fb3ff;
    color:#fff;
    text-decoration:none;
}
.logo{
    margin-top: 45px;
}

.logo img {
    width:357px;
}

h1 {
    color:#fff;
    font-size: 34px;
    font-family: 'Oswald', sans-serif;
    margin-top: 35px;
    margin-bottom: 40px;
    line-height: 50px;
}

h4 {
    color:#fff;
    font-size: 21px;
    margin-top: 5px;
    margin-bottom:25px;
}

h4.bottom {
    margin-bottom:45px;
}

h3 {
    color:#fff;
    font-size: 34px;
    margin-top: 10px;
    margin-bottom:25px;
}

h5 {
    margin:0px 0px 35px 0px;
}

a {
    color:inherit;
}
.down{
    margin: 30px auto;
    color:rgb(238, 238, 238);
    font-size: 16px;
}

.down b {
    color:#0fb3ff;
    margin-top: 0px;
    margin-bottom:20px;
    line-height:normal:
}

p.info {
    color:#fff;
    font-size: 12px;
    margin-top: 0px;
    margin-bottom:0px;
    line-height:13px:
}

p.info:before {
    content: "\f023";
    position: relative;
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 5px;
}

textarea {
    display:inline-block;
    width:100%;
    background-color:#fff;
    border-radius: 5px;
    border: 1px solid rgba(0,0,0,0.2);
    font-size: 16px;
    padding: 10px 18px;
    outline: none;
    color: #333;
    height:70px;
    margin-bottom:40px;
}

input {
    display:inline-block;
    width:100%;
    background-color:#fff;
    border-radius: 5px;
    border: 1px solid rgba(0,0,0,0.2);
    font-size: 16px;
    padding: 0px 18px;
    outline: none;
    color: #333;
    height:48px;
    margin-bottom:10px;
}

input.name {
    background-image: url(../images/name2.png);
    background-repeat: no-repeat;
    background-position: 97%;
}

input.phone {
    background-image: url(../images/phone2.png);
    background-repeat: no-repeat;
    background-position: 97%;
}

input.email {
    background-image: url(../images/email2.png);
    background-repeat: no-repeat;
    background-position: 97%;
}

input.address {
    background-image: url(../images/address2.png);
    background-repeat: no-repeat;
    background-position: 97%;
}

select {
    display:inline-block;
    width:100%;
    background-color:#fff;
    border-radius: 5px;
    background-image: url(../images/bg-select.png);
    background-repeat: no-repeat;
    background-position: 97%;
    border: 1px solid rgba(0,0,0,0.2);
    font-size: 16px;
    padding: 0px 0px 0px 18px;
    outline: none;
    color: #333;
    height:48px;
    margin-bottom:10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position:relative;
}

select[multiple] {
    height: 82px !important;
}

input[type="submit"] {
    background-color: #0fb3ff;
    color:#fff;
    font-size: 23px;
    padding:35px 25px;
    text-align:center;
    border:none;
    border-radius:0px;
    font-weight:bold;
    margin-top:5px;
    margin-bottom:20px;
    font-family: 'Oswald', sans-serif;
    white-space: normal;
    line-height: 5px;
    transition: 0.4s all ease;
}

input[type="submit"]:hover {
    background:#08355c;
}

a.facebook {
    display:inline-block;
    background:#3d5b95;
    padding: 3px 5px 3px 3px;
    font-weight: 700;
    font-size: 14px;
    color:#fff;
    margin:0px 10px;
    text-decoration:none;
}

a.twitter {
    display:inline-block;
    background:#24aadd;
    padding: 3px 5px 3px 3px;
    font-weight: 700;
    font-size: 14px;
    color:#fff;
    margin:0px 10px;
    text-decoration:none;
}

a.google {
    display:inline-block;
    background:#d23e30;
    padding: 3px 5px 3px 3px;
    font-weight: 700;
    font-size: 14px;
    color:#fff;
    margin:0px 10px;
    text-decoration:none;
}

a.facebook:before {
    content: "\f230";
    position: relative;
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 5px;
}

a.twitter:before {
    content: "\f099";
    position: relative;
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 5px;
}

a.google:before {
    content: "\f0d5";
    position: relative;
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 5px;
}

#header {
    background:#fff;
    padding:40px 0px;
}

#header p {
    color:#000;
    font-size: 24px;
    margin:25px 0px 0px 0px;
}

#header .logo img {
    width:240px;
}

#header p:before {
    content: "\f007";
    position: relative;
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 5px;
}

#content.edit {
    padding-top:0px;
    background:#fff;
}

#content.edit p {
    font-size:15px;
    color: rgba(64, 64, 64, 0.709804);
}

#content.edit .bg {
    background:#fff;
    border-radius: 5px;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 0px;
    padding-bottom: 20px;
    margin-bottom:60px;
    -webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.3);
    -moz-box-shadow: 0 1px 5px rgba(0,0,0,0.3);
    box-shadow: 0 1px 5px rgba(0,0,0,0.3);
    border-color: rgba(158, 167, 178, 0.31);
    background-color: rgba(255, 255, 255, 0.298);
}

#content.edit h1 {
    color:#0fb3ff;
    font-weight:700;
    font-size: 48px;
    line-height: 1.5em;
    text-transform:inherit;
    font-family:inherit;
    margin-bottom:20px;
}

#content.edit h4 {
    font-size: 24px;
    color: rgb(20, 20, 20);
    font-weight:700;
    margin-bottom:40px;
}

#content.edit .bg p {
    color: rgba(47, 47, 47, 0.780392);
    font-size: 16px;
}

#content.edit .button {
    background-color: #0fb3ff;
    color:#fff;
    font-size: 13px;
     height:47px;
    line-height:47px;
    text-align:center;
    font-weight:700;
    margin-top:5px;
    border: 1px solid rgba(0,0,0,0.1);
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);
    border-radius: 4px;
    text-shadow: 1px 1px 0 rgba(0,0,0,0.2);
    padding: 0 35px;
    transition: 0.4s all ease;
}

#content.edit .button:hover {
    background:#08355c;
}

#content.edit span:before {
    font-family: FontAwesome;
    content: "\f061";
    margin-right: 15px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#content.edit .top {
    margin-top:65px;
}

/* Media Css */
/* Custom, iPhone Retina */
@media only screen and (min-width : 320px) {
}

/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px) {
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
     .modal-body{
        height: 300px;
    }
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
}



@media only screen and (max-width: 767px) {
    .row-eq-height {
        display:inline-block;
    }

    .small-text-center {
        text-align:center;
    }

    .small-text-left {
        text-align:left;
    }

    .small-text-right {
        text-align:right;
    }

    .logo {
        margin:15px 0px;
    }

    h4 {
        font-size:16px;
    }

    h3 {
        font-size: 27px;
    }

    h5 a {
        margin-top:10px !important;
    }

    input[type="submit"] {
        font-size:15px;
    }

    #content.edit .bg {
        padding:10px 30px 50px 30px;
    }

    #content.edit h1 {
        font-size: 29px;
        line-height: 1.2em;
    }

    #content.edit .button {
        font-size: 19px;
        padding:0px 20px;
        margin-bottom:25px;
    }
    .modal-body{
        height: 450px;
    }
    

}

@media only screen and (min-width: 768px) and (max-width: 1169px) {

    #content.edit .button {
        font-size: 18px;
        padding:0px 25px;
        margin-bottom:25px;
    }
   
}

/* Select2 Styles */

.select2-container {
    margin-bottom: 10px;
}

.select2-container,
.select2-container .select2-selection--single,
.select2-container .select2-selection--multiple,
.select2-container--default .select2-selection--single .select2-selection__arrow,
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    height: 58px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 48px;
    font-size: 16px;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    display: flex;
    overflow-x: scroll;
    overflow-y: hidden;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    width: auto;
    overflow: hidden;
    margin: 10px 8px 10px 0;
    flex: 0 0 auto;
}

.select2-container--default .select2-search--inline .select2-search__field {
    margin: 0 8px;
    font-size: 16px;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
    overflow: hidden;
}

.px20{
    padding-left: 20px;
    padding-right: 20px;
}
.language{
    color: #0fb3ff;
    transition: 0.4s all ease;
}
.my10{
    margin-top:10px;
    margin-bottom: 10px; 
}

.modal-content .modal-header{
    border-bottom: none;
    text-align: center;
}

.modal-content .modal-header h1{
    padding-top: 30px;
    color: #0fb3ff;
}
.modal-content input[type="submit"] {
    height: 66px;
    border-radius: 5px;
}
.btnmodal,.btntwoline{
    background-color: #0fb3ff;
    color:#fff;
    font-size: 20px;
    padding:18px 25px;
    text-align:center;
    border:none;
    border-radius:0;
    font-weight:bold;
    margin-top:5px;
    margin-bottom:20px;
    font-family: 'Oswald', sans-serif;
    white-space: normal;
    transition: 0.4s all ease;
}

.btnmodal:hover,.btntwoline:hover{
    background: #08355c;
}

.py0{
    padding-left:0px;
    padding-right: 0px; 
}
.modal-content{
    background-color: rgba(45, 45, 45, 0.8);
}

.grecaptcha-badge{
    display: none !important;
}
