.gallery i {
    color: #fff;
    font-size: 90px
}

.details .container {
    border: 1px solid #ccc
}

.details h1 {
    font-size: 48px;
    font-weight: 600
}

.details img {
    margin-top: 40px;
    width: 90%;
    margin-left: -100px
}

@media (max-width:767px) {
    .details img {
        margin-left: 0;
        margin-bottom: 30px
    }
}

.details span {
    color: #777
}

.products {
    margin-top: 40px
}

.products h1 {
    font-size: 48px;
}

.products img {
    width: 100%;
    -webkit-box-shadow: 5px 5px 35px #ccc;
    -moz-box-shadow: 5px 5px 35px #ccc;
    -o-box-shadow: 5px 5px 35px #ccc;
    box-shadow: 5px 5px 30px #ccc;
    cursor: pointer;
    margin-bottom: 30px
}

.products .carousel-control {
    margin-right: -85px;
    margin-left: -85px;
    color: #222;
    margin-top: -30px
}

@media (max-width:767px) {
    .products .carousel-control {
        display: none
    }
}

.gallery.collection .item {
    padding: 0px;
}

.gallery.collection .item .pic {
    width: 100%;
    height: 180px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    margin-bottom: 20px
}

.gallery.collection .item .client-info {
    padding: 10px
}

.location {
    margin-top: 80px;
    border-top: 1px solid #ccc;
    padding: 20px 0
}

iframe {
    border-radius: 10px;
    border: 1px solid #ccc;
    margin-top: 40px
}

.map iframe {
    width: 100%;
    height: 300px;
    clear: both
}

.footer {
    margin-top: 40px;
    padding: 20px 0;
    text-align: center;
    background-color: #393939;
    color: #ccc;
    clear: both
}


/*end map*/

.sign-up h1 {
    font-weight: 600;
    font-size: 38px;
    margin-bottom: 40px;
    color: #e57c27
}

.sign-up input {
    padding: 10px;
    border-radius: 10px;
    border: 1px solid #ccc;
    margin: 20px 0;
    outline: 0
}

.sign-up label {
    margin-top: 10px
}

.sign-up .option {
    text-align: right;
    margin-top: 10px
}

.sign-up button {
    padding: 8px;
    color: #fff;
    background-color: #888;
    border-radius: 10px;
    border: none;
    margin-top: 40px;
    margin-bottom: 60px;
    outline: 0;
    height: 44px;
    -webkit-transition: all 0.5 ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out
}

.sign-up button:hover {
    color: #888;
    background-color: #fff;
    border: 2px solid #888
}

.sign-up select {
    padding: 8px 5px;
    border-radius: 10px 5px;
    margin: 20px 0;
    outline: 0;
    margin-bottom: 30px
}

.total .container {
    line-height: 3;
    border: 1px solid #ccc;
    padding-bottom: 50px;
    margin-top: 40px;
    margin-bottom: 40px
}

.total h1 {
    font-size: 62px;
    font-weight: bold;
    color: #e57c27
}

.ads {
    padding: 5px 20px;
    border-bottom: 2px dotted #ddd;
}

.even {
    background-color: #fff6ef;
}

.ads:last-child {
    border: none
}

.all-ads h1 {
    font-weight: 600;
    margin-top: 30px
}

.ads h2 {
    font-weight: 600;
    font-size: 24px;
    margin-right: 10px;
    display: inline-block;
    color: #e57c27;
    cursor: pointer;
    margin-top: 5px
}

.ads .ads-info {
    margin: 5px 0;
    font-size: 16px
}

.ads i {
    color: #e57c27;
    margin-right: 20px
}

.ads .ads-info i {
    margin-left: 5px;
    cursor: pointer
}

.ads img {
    margin-top: -35px;
    cursor: pointer
}

@media(max-width:767px) {
    .ads img {
        width: 100%;
        margin-top: 15px
    }
}

.city select.second {
    margin-right: -15px
}

.content {
    padding: 40px 0
}

.content .vedio h2 {
    color: #222;
    font-weight: 600;
    padding: 10px 0;
    border-bottom: 1px solid #F89434
}

.date {
    padding: 10px 0;
    color: #888
}

.content h2 {
    font-weight: 600;
    margin-bottom: 30px
}

.content h5 {
    margin-bottom: 20px;
    color: #888;
    font-size: 16px;
    display: inline-block;
    margin-right: 10px
}

.fa-pencil {
    color: #111;
    font-size: 19px
}

h4.media-heading {
    line-height: 1.5
}

.content img.main-pic {
    width: 100%;
}

.print {
    padding: 15px 0;
    background-color: #eee
}

.print i {
    padding: 5px 55px;
    cursor: pointer
}

.print i:hover {
    color: #999
}

span.red {
    color: #F89434
}

p.lead {
    color: #666;
    margin-top: 40px;
    line-height: 1.6;
    font-size: 18px
}

.comments .top-com {
    border-bottom: 2px solid #555;
    width: 30%;
    margin-bottom: 20px
}

.comments h3 {
    display: inline-block;
    margin-right: 5px;
    padding: 5px
}

.comments .comm {
    padding: 10px 0;
    border-bottom: 2px solid #ccc;
    margin-bottom: 20px
}

.comments .comm:last-child {
    border: none;
    margin-bottom: 30px
}

.comments .comm h4 {
    color: #f89434;
    font-weight: 600
}

.comments .comm p {
    color: #aaa;
    margin-top: 15px
}

.comments textarea {
    background-color: #eee;
    padding: 15px;
    border: 1px solid #ccc;
    border-radius: 10px;
    outline: 0;
    margin: 30px;
    font-size: 16px
}

@media (max-width:767px) {
    .comments textarea {
        width: 90%
    }
}

.comm-text button {
    padding: 10px 20px;
    background-color: #F89434;
    border: 2px solid #F89434;
    color: #fff;
    border-radius: 10px;
    margin-right: 350px;
    margin-bottom: 40px;
    font-size: 16px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out
}

@media (max-width:767px) {
    .comm-text button {
        ;
        margin-right: 100px;
    }
}

.comm-text button:hover {
    color: #f89434;
    border-color: #f89434;
    background-color: transparent
}
.side {}
.side h2 {
    padding-bottom: 10px;
    color: #D53838
}
.side img {
    width: 100%;
    margin-bottom: 20px;
    cursor: pointer
}
.side .single-ads {
    padding: 5px;
    border: 1px solid #ccc;
    margin-bottom: 20px
}
.side .single-ads a {
    color: #222
}
.side .single-ads h4 {
    font-weight: 600;
    margin-bottom: 15px
}
.profile-map iframe {
    width: 100%;
    height: 500px
}