/*---------------------------------------------------------------
Project:	Comingsoon iDeas Static
Version:	1.0
Last change:	07/03/2015
Assigned to:	moonhunters (moonhuntersteam@gmail.com)
Primary use:	Themeforest
---------------------------------------------------------------*/

/*------------------------------------------------------------------
[Table of contents]

1. Body
2. Preloader
        - #preloader
        - #status
3. Typography
        - h1
        - h2
        - h3
        - p
4. Navbar
        - .navbar
        - .navbar-default
        - .navbar-toggle
        - .navbar-right
        - .navbar-text
        - .navbar-brand>img
        - .top-nav-collapse

5. Jumbotron
        - .jumbotron
        - .jumbo
5. Video        
6. Counter
        - ul#example
        - ul#example li span
        - ul#example li.seperator
7. Testimonial
        - .testimonial
        - .testimonial-border
        - .testimonial-text
        - blockquote
        - #quote-carousel
        - .carousel-inner
        - .item blockquote
8. What we do
        - .what-we
        - .file-text-icon
        - .icons
        - .what_we_do
        - .webdesign
        - .copywriting
        - .coding
9. About Us
        - #subscribe
        - .subs
        - .subscribe-group
        - #email
10. subscribe
        - .about-text
        - .about-images
        - #text-aboutus
11. animate-numbers
        - .animate-numbers
        - .number
        - .counter
12. gallery
        - .images-gallery
        - .gallery
        - figure
        - figcaption
        - .modalDialog
        - .modalDialog:target
        - .modalDialog img
        - .close
13. contact
        - .contact-us
        - .input-group .form-control
        - .form-control
        - .input-group-addon
        - form-control:focus
14. Google-maps
        - #map-canvas
15. Footer
        - .footer
        - .footer-text
        - .social-icon
        - .social-icon li
        - .icon
        - .icon a
        - .icon a:hover
-------------------------------------------------------------------*/

/*------------------------------------------------------------------
[Color codes]

    Body-color: #313131 (dark)
    Navbar border bottom: #c1a26e (gold)
    jumbotron color: #ffffff (white)
    counter color: #c1a26e (gold)
    testimonial color: #9b9b9b (grey)
    text-aboutus color: #848484 (grey)
    contact-us color: #313131; (dark)
    footer color: #555559 (dark)
    btn-primary color: #c1a26e
-------------------------------------------------------------------*/

/*------------------------------------------------------------------
[Typography]

Body copy:		Open Sans 700, 400, 100;
Input, textarea:	Arial, Helvetica, sans-serif;
-------------------------------------------------------------------*/

/*---------------------------------------------------------------*/
/* 1. Body */
/*---------------------------------------------------------------*/

body{
    color: #313131;
    font-family: 'Open Sans', sans-serif;
    height: 100%;
    overflow: scroll;
}

.btn-primary {
    background-color: transparent;
    border-color: #c1a26e;
    border: solid 2px;
    color: #c1a26e;
    font-weight: 700;
    font-size: 14px;
}

.btn-primary:hover {
    color: #fff;
    background-color: #c1a26e;
    border: solid 2px #c1a26e;
}

.btn-lg, .btn-group-lg>.btn {
    padding: 12px 25px;
}
/*---------------------------------------------------------------*/
/* 2. preloader */
/*---------------------------------------------------------------*/

#preloader {
    position:fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background-color:#fff;
    z-index:99;
}

#status {
    width:200px;
    height:200px;
    position:absolute;
    left:50%;
    top:50%;
    background-image: url(../images/status.gif); /* path to your loading animation */
    background-repeat: no-repeat;
    background-position: center;
    margin:-100px 0 0 -100px;
}
/*---------------------------------------------------------------*/
/*  preloader-end */
/*---------------------------------------------------------------*/

/*---------------------------------------------------------------*/
/* 3. typography */
/*---------------------------------------------------------------*/
h1 {
    font-weight: 300;
    font-size: 36px;
    margin-bottom: 30px;
}

h2 {
    margin-bottom: 35px;
}

h3 {
    font-weight: 400;
    font-size: 24px;
    color: #3f3f3f;
    margin-bottom: 30px;
}

p {
    font-weight: 400;
    font-size: 14px;
    line-height: 180%;
    color: #a8a8a8;
    margin-bottom: 35px;
}
/*---------------------------------------------------------------*/
/* typography-end */
/*---------------------------------------------------------------*/

/*---------------------------------------------------------------*/
/* 4. navbar */
/*---------------------------------------------------------------*/
.navbar {
    min-height: 75px;
    margin-bottom: 25px;
}

.navbar-default {
    background-color: transparent;
    opacity: 1;
    border-bottom: 1px solid #9b9b9b;
}

.navbar-default .navbar-toggle {
    background-image: url(../images/menu-icon.png);
    margin-top: 28px;
    border-color: transparent;
    background-color: transparent;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: transparent;
}


.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 12px;
    margin-top: 8px;
    margin-right: 15px;
    background-color: #fff;
    background-image: none;
}

.navbar-default .navbar-nav>li>a {
    color: #313131;
    border: 1px solid transparent;
    font-weight: 700;
}

.navbar-default .navbar-nav>li>a:hover {
    border-bottom: 3px solid #c1a26e;
    color: #000;
    opacity: 0.6;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #e7e7e7;
    height: auto;
}

.navbar-right {
    margin-top: 10px;
}

.navbar-text {
    margin-top: 15px;
}

.navbar-default .navbar-text {
    color: #41414f;
    font-weight: 700;
    font-size: 25px;
}

.navbar-nav>li>a {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 12px;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
    border-bottom: 3px solid #c1a26e;
    background-color: transparent;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .close.navbar-nav>.active>a:focus {
    color: #000;
    opacity: 0.6;
}

.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 0px;
    margin-bottom: 0px;
}

.navbar-brand>img {
    display: block;
    width: 100%;
    margin-top: 6px;
}

.nav>li>a {
    display: inline;
}

.navbar-nav>li>a {
    line-height: 50px;
}

.navbar-brand>img {
     margin-top: 0px;
}

.top-nav-collapse {
    padding: 0;
    background-color: #fff;
    opacity: 0.9;
}
/*---------------------------------------------------------------*/
/* navbar-end */
/*---------------------------------------------------------------*/

.scroll-top-wrapper {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    text-align: center;
    z-index: 99999999;
    background-color: #777777;
    color: #eeeeee;
    width: 50px;
    height: 48px;
    line-height: 48px;
    right: 30px;
    bottom: 30px;
    padding-top: 2px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.scroll-top-wrapper:hover {
    background-color: #888888;
}
.scroll-top-wrapper.show {
    visibility:visible;
    cursor:pointer;
    opacity: 1.0;
}
.scroll-top-wrapper i.fa {
    line-height: inherit;
}

/*---------------------------------------------------------------*/
/* 5. jumbotron */
/*---------------------------------------------------------------*/
.jumbotron {
    margin-bottom: 0px;
    background-image: url(../images/5.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    height: 960px;
}

.jumbo  {
    padding-top: 300px;
    text-align: center;
    color: #313131;
}

.jumbotron h2 {
    font-size: 90px;
    font-weight: 300;
}

.jumbotron p {
    margin-bottom: 20px;
    font-size: 22px;
    font-weight: 100;
    color: #313131;
}

.button-down {
    margin-top: 80px;
    margin-left: 10px;
}
/*---------------------------------------------------------------*/
/* 5. video */
/*---------------------------------------------------------------*/


.youtube {
    width: auto;
    height: 1000px;
    text-align: center;

    color: #fff;
}

.yt h1 {
    margin-top: 300px;
    font-weight: 100;
    color: #fff;
    font-size: 160px;
}

.yt h2 {
    font-weight: 100;
}

.yt p {
    font-size: 20px;
}

.button-yt {
    display: inline;
}

.button-yt p {
    margin-top:25px;
    display: inline-block;
    padding: 15px;
}
/*---------------------------------------------------------------*/
/* youtube-end */
/*---------------------------------------------------------------*/

/*---------------------------------------------------------------*/
/* 6. counter */
/*---------------------------------------------------------------*/
ul#example {
    list-style: none;
    margin: 10px 0;
    padding: 0;
    display: block;
    text-align: center;
    color: #c1a26e;
}

ul#example li { display: inline-block; }

ul#example li span {
    font-size: 55px;
    font-weight: 300;
    line-height: 80px;
    padding: 20px;
}

ul#example li.seperator {
    font-size: 55px;
    line-height: 70px;
    vertical-align: top;
}

ul#example li p {
    color: #000;
    font-size: 15px;
}

/*---------------------------------------------------------------*/
/* 7. testimonial */
/*---------------------------------------------------------------*/
.testimonial {
    background-image: url(../images/testimonial-background.jpg);
}

.testimonial-border {
    border-top: 2px solid #c1a26e;
    width: 50px;
    margin-bottom: 35px;
}

.testimonial-text  {
    font-size: 14px;
}

blockquote {
    padding: 20px 20px;
    margin: 0 0 20px;
    font-size: 13px;
    font-style: italic;
}

#quote-carousel {
    padding: 0 10px 10px 10px;
    margin-top: 30px;
}

#quote-carousel .carousel-control {
    background: none;
    color: #CACACA;
    font-size: 2.3em;
    text-shadow: none;
    margin-top: 0px;
}

.carousel-inner {
    min-height: 220px;
    margin-top: 25px;
    color: #9b9b9b;
    line-height: 180%;
    text-align: left;
}

.item blockquote {
    border-left: none;
    margin: 0;
}

blockquote footer, blockquote small, blockquote .small{
    margin-top: 20px;
    font-size: 14px;
    color: #9b9b9b;
    font-style: normal;
}
/*---------------------------------------------------------------*/
/* testimonial-end */
/*---------------------------------------------------------------*/

/*---------------------------------------------------------------*/
/* 8. what we do */
/*---------------------------------------------------------------*/
.what-we {
    background-image: url(../images/about-us-background.jpg);
}

.file-text-icon {
    color: #c1a26e;
    padding-top: 67px;
    padding-left: 72px;
    padding-bottom: 67px;
    padding-right: 72px;
    background-image: url(../images/square.png);
    background-repeat: no-repeat;
}

.file-text-icon:hover {
    color: #848484;
    background-image: url(../images/square_grey.png);
}

.icons {
    padding: 20px;
    text-align: center;
    margin-bottom: 20px;
}


.what_we_do {
    text-align: center;
    margin-top: 50px;
}

.what {
    margin-top: 50px;
    text-align: center;
}
.what h2 {
    text-align: center;
}

.webdesign {
    padding-left: 35px;
    padding-right: 35px;
    margin-bottom: 40px;
}

.copywriting {
    padding-left: 35px;
    padding-right: 35px;
    margin-bottom: 40px;
}

.coding {
    padding-left: 35px;
    padding-right: 35px;
    margin-bottom: 40px;
}
/*---------------------------------------------------------------*/
/* what we do - end*/
/*---------------------------------------------------------------*/

/*---------------------------------------------------------------*/
/* 9. about us */
/*---------------------------------------------------------------*/
.about-text {
    margin-top: 100px;
    margin-bottom: 55px;
}

.about-text h2 {
    font-weight: 100;
    font-size: 55px;
    margin-bottom: 15px;
}

.about-text h3 {
    font-size: 18px;
}

.about-images {
    margin-top: 50px;
    margin-bottom: 55px;
}

#text-aboutus {
    padding-right: 100px;
    color: #848484;
}

/*---------------------------------------------------------------*/
/* about us end */
/*---------------------------------------------------------------*/

/*---------------------------------------------------------------*/
/* 10. subscribe */
/*---------------------------------------------------------------*/
#subscribe {
    background: url(../images/testimonial-background.jpg) 50% 0 fixed;
    height: auto;
    margin: 0 auto;
    width: 100%;
    position: relative;
}

.subs {
    text-align: left;
    margin-top: 60px;
    margin-bottom: 40px;
}

.subscribe-group {
    display: inline;
    text-align: center;
}

#email {
    width: 400px;
    background-color: transparent;
    margin-bottom: 25px;
    border-bottom: 1px solid #c1a26e;
    font-size: 18px;
}

.form-control {
    padding-left: 0px;
}

/*---------------------------------------------------------------*/
/* 11. animate-numbers*/
/*---------------------------------------------------------------*/
.animate-numbers {
    height: auto;
    background-image: url(../images/testimonial-background.jpg);
}

.number {
    margin-top: 30px;
    margin-bottom: 20px;
    text-align: center;
    font-size: 22px;
}

.counter {
    color: #c1a26e;
    font-size: 60px;
    font-weight: 300;
}

.number p{
    color: #848484;
    font-size: 14px;
    text-transform: uppercase;
}





/*---------------------------------------------------------------*/
/* 12. gallery*/
/*---------------------------------------------------------------*/
.images-gallery{
    position:relative;
    padding: 0;
    height: 100%;
}

.gallery {
    height:400px;
}

#gallery h1 {
    position: relative;
    top: 200px;
    font-size: 48px;
    text-align: center;
    color: #c1a26e;
    text-transform: capitalize;
}

#gallery h2 {
    position: relative;
    top: 200px;
    text-align: center;
    font-size: 18px;
    font-weight: 300;
    text-transform: capitalize;
    color: #fff;
}

figure {
    height: 170px;
    width: 170px;
    display: block;
    overflow: hidden;
    z-index: 100;

}

figcaption {
    height: 500px;
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: -800px;
    opacity: 0;
    padding: 5px;
}

.sort-gallery a {
    color: #c1a26e;
    font-weight: 400;
    font-size: 24px;
    text-align: center;
}

a:hover figcaption {
    opacity: 0.8;
    background-color: #000;
    left: 0;
    color: #fff;
    transition: all 0.8s;
}
/*---------------------------------------------------------------*/
/* modal*/
/*---------------------------------------------------------------*/
.modalDialog {
    position: fixed;
    font-family: Arial, Helvetica, sans-serif;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,0.9);
    z-index: 99999;
    opacity:0;
    -webkit-transition: opacity 400ms ease-in;
    -moz-transition: opacity 400ms ease-in;
    transition: opacity 400ms ease-in;
    pointer-events: none;
}

.modalDialog:target {
    opacity:1;
    pointer-events: auto;
}

.modalDialog > div {
    width: 1100px;
    height: 800px;
    color: #000;
    position: relative;
    margin: 7% auto;
    padding: 5px 20px 13px 20px;
}

.modalDialog p {
    color: #000;
    margin-top: 7px;
}

.modalDialog img {
    height: 85%;
}

.close {
    color: #c1a26e;
    line-height: 25px;
    position: absolute;
    right: -26px;
    text-align: center;
    top: -10px;
    width: 24px;
    text-decoration: none;
    font-weight: normal;
    font-size: 30px;
    -webkit-transition: all 1.3s ease-in-out;
    -moz-transition: all 1.3s ease-in-out;
    -o-transition: all 1.3s ease-in-out;
    -ms-transition: all 1.3s ease-in-out;
}


.close:hover {
    color: #c1a26e;
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
}
/*---------------------------------------------------------------*/
/* gallery-end*/
/*---------------------------------------------------------------*/

/*---------------------------------------------------------------*/
/* 13. contact*/
/*---------------------------------------------------------------*/
.contact-background{
    height: auto;
    background-image: url(../images/machine2.jpg);
}

.contact-us {
    text-align: center;
    color: #c1a26e;
}

.contact-us h2 {
    margin-top: 50px;
    margin-bottom: 50px;
    padding: 30px;
    font-weight: 300;
    font-size: 55px;

}

.input-group .form-control {
    margin-bottom: 10px;
}

.form-control {
    display: block;
    width: 100%;
    height: 50px;
    padding: 0px 0px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #fff;
    background-color: #fff;
    background-image: none;
    border: transparent;
    border-bottom: 1px solid rgba(255,255,255,0.6);;

}

.input-group-addon {
    padding: 6px 12px;
     font-size: 0px;
     line-height: 1;
     color: transparent;
     text-align: center;
     background-color: transparent;
     border: 1px solid transparent;
     border-radius: 0px;
}

.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child>.btn, .input-group-btn:first-child>.btn-group>.btn, .input-group-btn:first-child>.dropdown-toggle, .input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle), .input-group-btn:last-child>.btn-group:not(:last-child)>.btn {
    padding:0px;
    color: #fff;
    background: transparent;
}

.form-control:focus {
    border-color: #c1a26e;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0),0 0 0px rgba(0, 0, 0, 0);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.0),0 0 8px rgba(0, 0, 0, 0);
}

.contact .btn-primary {
    margin-right: 25px;
    color: #c1a26e;
    background-color: transparent;
    border-color: #c1a26e;
    border: solid 2px;
    font-weight: 700;
    font-size: 16px;
    padding: 8px 30px;
    margin-bottom: 80px;
    height: 40px;
}

.contact .btn-primary:hover {
    color: #fff;
    background-color: #c1a26e;
    border: solid 2px #c1a26e;
}

.address {
    margin-top: -20px;
}

.h2-contact {
    color: #c1a26e;
}

.lead {
    font-size: 16px;
}
/*---------------------------------------------------------------*/
/* contact-end*/
/*---------------------------------------------------------------*/

/*---------------------------------------------------------------*/
/* 14. Google-maps*/
/*---------------------------------------------------------------*/
html, body, .row, .col-xs-6 { height: 65% }

#map-canvas {
    width:100%;
    height:40%;
}
/*---------------------------------------------------------------*/
/*  Google-maps-end*/
/*---------------------------------------------------------------*/

/*---------------------------------------------------------------*/
/* 15 footer*/
/*---------------------------------------------------------------*/
.footer {
    height: 100px;
    background-image: url(../images/testimonial-background.jpg);
}

.footer h4 {
    color: #555559;
    text-align: right;
    margin-top: -45px;
    margin-right: 50px;
}

.footer-text {
    position: relative;
    text-align: right;
}

.social-icon {
   display: table;
   margin-top: 15px;
}

.social-icon li {
    display: table-cell;
    text-align: right;
    padding: 10px;
}

#footerPinterest {
    background-image: url('../images/social-icons/pinterest.png');
}

#footerFacebook {
    background-image: url('../images/social-icons/facebook.png');
}

#footerTwitter {
    background-image: url('../images/social-icons/twitter.png');
}

.icon {
    list-style: none;
    display: inline-block;
    height: 30px;
    width: 41px;
    vertical-align: middle;
    margin: 0;
    padding: 10px;
}

.icon a {
    display: block;
    background-size: 28px, 28px;
    width: 28px;
    height: 28px;
    opacity: 0.2;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;

}

.icon a:hover {
    opacity: 0.9;
    -webkit-transform: scale(1.2,1.2);
    -moz-transform: scale(1.2,1.2);
    -o-transform: scale(1.2,1.2);
    -ms-transform: scale(1.2,1.2);
}
/*---------------------------------------------------------------*/
/* footer-end*/
/*---------------------------------------------------------------*/


/*---------------------------------------------------------------*/
/* responsive*/
/*---------------------------------------------------------------*/
@media only screen and (max-width: 1550px) {
    .jumbotron {
        height: 700px;
    }

    .jumbo  {
        padding-top: 190px;
    }

    .modalDialog > div {
        width: 785px;
        height: 600px;
        margin-top: 100px;
    }

    .modalDialog img {
        height: 80%;
    }

    #email {
        width: 300px;
    }
}

@media only screen and (max-width: 1250px) {
    .jumbotron {
        height: 700px;
    }

    .jumbo  {
        padding-top: 190px;
    }

    #email {
        width: 275px;
        background-color: transparent;
        margin-bottom: 25px;
        margin-left: 20px;
    }

    .subs .btn-primary {
        margin-left:20px;
    }
}

@media only screen and (max-width: 750px) {
    .jumbotron {
        height: 550px;
    }

    .jumbo  {
        padding-top: 105px;
    }

    .jumbotron h2 {
        font-size: 60px;
        font-weight: 300;
    }

    .jumbotron p {
        margin-bottom: 20px;
        font-size: 16px;
        font-weight: 100;
    }

    ul#example li span {
        font-size: 30px;
        line-height: 45px;
    }

    .footer {
        height: 125px;
    }

    .footer h4 {
        text-align: center;
        margin-top: 50px;
        margin-right: 20px;
    }

    .social-icon {
        display: none
    }

    .modalDialog {
        display: none;
    }
}
/*---------------------------------------------------------------*/
/* responsive-end*/
/*---------------------------------------------------------------*/