/*---------------------------------------------------------------
Project:	Comingsoon iDeas slider
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. Carousel
        - .carousel
        - .carousel-inner
        - .carousel-caption
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. About Us
        - #subscribe
        - .subs
        - .subscribe-group
        - #email

9. animate-numbers
        - .animate-numbers
        - .number
        - .counter
10. gallery
        - .images-gallery
        - .gallery
        - figure
        - figcaption
        - .modalDialog
        - .modalDialog:target
        - .modalDialog img
        - .close
11. contact
        - .contact-us
        - .input-group .form-control
        - .form-control
        - .input-group-addon
        - form-control:focus
12. Google-maps
        - #map-canvas
13. 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: #ffffff (white)
-------------------------------------------------------------------*/

/*------------------------------------------------------------------
[Typography]

Body copy:		Open Sans 700, 400, 100;
Input, textarea:	Arial, Helvetica, sans-serif;
-------------------------------------------------------------------*/

/*---------------------------------------------------------------*/
/* 1. Body */
/*---------------------------------------------------------------*/

body{
    color: #313131;
    overflow: auto;
    font-family: 'Open Sans', sans-serif;
    height: 100%;
}

.btn-primary {
    color: #fff;
    background-color: transparent;
    border-color: #fff;
    border: solid 2px;
    font-weight: 700;
    font-size: 14px;
}

.btn-primary:hover {
    color: #a8a8a8;
    background-color: #fff;
    border: solid 2px #fff;
}

.btn-primary1 {
    color: #fff;
    background-color: #c1a26e;
    border: solid 2px #c1a26e;
    font-weight: 700;
    font-size: 14px;
}

.btn-primary1:hover {
    color: #c1a26e;
    background-color: transparent;
    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; */
    min-height: 100px;
    margin-bottom: 25px;
}

.navbar-default {
    background-color: transparent;
    /* opacity: 1; */
    border-bottom: 1px solid #9b9b9b;
	/* background:#000; 
	opacity:0.5;*/
}

.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: #fff;
    border: 1px solid transparent;
    font-weight: 700;
}

.navbar-default .navbar-nav>li>a:hover {
    /* border-bottom: 3px solid #c1a26e; */
    border-bottom: 3px solid #EDA730;
    #EDA730
	color: #fff;	
    /* 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: #fff;
    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;
}

.navbar-brand{
	padding:14px 15px !important;
}

/* ------------------------------------------------------------- */
.navbar-brand h3{
	color:#fff !important;
	font-size:35px;
	text-transform:uppercase !important;
	margin:0px;
	padding:0;
	font-family:Verdana;
	letter-spacing:8px;
	font-weight:bold;
}
/* ------------------------------------------------------------- */

.top-nav-collapse {
    padding: 0;
    background-color: #000;
    opacity: 0.7;
}
/*---------------------------------------------------------------*/
/* navbar-end */
/*---------------------------------------------------------------*/

/*---------------------------------------------------------------*/
/* jumbotron */
/*---------------------------------------------------------------*/
.button-down {
    margin-top: 80px;
    margin-left: 10px;
}

/*---------------------------------------------------------------*/
/* 5. carousel */
/*---------------------------------------------------------------*/
.carousel,
.item,
.active {
    height: 100%;
}

.carousel-inner {
    height: 100%;
}

.fill_1 {
    background-image: url('../images/machine.jpg');
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.fill_2 {
    background-image: url('../images/slide2.jpg');
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.fill_3 {
    background-image: url('../images/slide3.jpg');
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.fill_4 {
    background-image: url('../images/haix.jpg');
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.fill_5 {
    background-image: url('../images/slide5.jpg');
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.fill_6 {
    background-image: url('../images/slide1.jpg');
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.yt h2 {
    font-weight: 100;
    color: #fff;
    font-size: 155px;
    margin-bottom: 40px;
}

.yt p {
    font-weight: 100;
    font-size: 24px;
    margin-top:0px;
    margin-bottom: 35px;
}

.button-yt {
    display: inline;
}

.button-yt p {
    margin-top:5px;
    display: inline-block;
    padding: 5px;
    margin-bottom: 210px;
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 0px 0px rgba(0, 0, 0, .0);
}
/*---------------------------------------------------------------*/
/* carousel-end */
/*---------------------------------------------------------------*/

/*---------------------------------------------------------------*/
/* 6. counter */
/*---------------------------------------------------------------*/
ul#example {
    list-style: none;
    margin: 10px 0;
    padding: 0;
    display: block;
    text-align: center;
    color: #c1a26e;
    margin-bottom: 180px;
}

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: #fff;
    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: 0px;
    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. about us */
/*---------------------------------------------------------------*/
.about-text {
    /* margin-top: 100px; */
    margin-top: 33px;
    margin-bottom: 55px;
}

.about-text h2 {
    font-size: 55px;
    margin-bottom: 15px;
}

.about-text h3 {
    font-size: 18px;
}

.about-images {
    margin-top: 70px;
    margin-bottom: 55px;
}

#text-aboutus {
    padding-right: 100px;
    color: #848484;
}

/*---------------------------------------------------------------*/
/* about us end */
/*---------------------------------------------------------------*/


/*---------------------------------------------------------------*/
/* 9. animate-numbers*/
/*---------------------------------------------------------------*/
.animate-numbers {
    height: auto;
    background-image: url(../images/testimonial-background.jpg);
	display:none;
}

.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;
}
/*---------------------------------------------------------------*/
/* 10. gallery*/
/*---------------------------------------------------------------*/
.images-gallery{
    position:relative;
    padding: 0;
    height: 100%;
}

.gallery {
    height:400px;
	/* width:100%; */
}

#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*/
/*---------------------------------------------------------------*/

/*---------------------------------------------------------------*/
/* 11. contact*/
/*---------------------------------------------------------------*/
.contact-us {
    text-align: center;
    color: #313131;
}

.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: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #000;
    background-color: #fff;
    background-image: none;
    border: transparent;
    border-bottom: 1px solid #000;
}

.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: #2f2f33;
}

.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: #313131;
}

.lead {
    font-size: 16px;
}
/*---------------------------------------------------------------*/
/* contact-end*/
/*---------------------------------------------------------------*/

/*---------------------------------------------------------------*/
/* 12. Google-maps*/
/*---------------------------------------------------------------*/
html, body, .row, .col-xs-6 { height: 65% }

#map-canvas {
    width:100%;
    height:40%;
}
/*---------------------------------------------------------------*/
/* Google-maps-end*/
/*---------------------------------------------------------------*/

/*---------------------------------------------------------------*/
/* 13. 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*/
/*---------------------------------------------------------------*/

@media only screen and (max-width: 1550px) {
    .jumbotron {
        height: 600px;
    }

    .jumbo  {
        padding-top: 160px;
    }

    .modalDialog > div {
        width: 785px;
        height: 600px;
        margin-top: 100px;
    }

    .modalDialog img {
        height: 80%;
    }

    .yt h2 {
        font-size: 140px;
    }

    .button-yt p {
        margin-top:5px;
        display: inline-block;
        padding: 5px;
        margin-bottom: 140px;
    }
}

@media only screen and (max-width: 1250px) {
    .jumbotron {
        height: 550px;
    }

    .jumbo  {
        padding-top: 150px;
    }

    .yt h2 {
        font-size: 110px;
    }

    .button-yt p {
        margin-top:5px;
        display: inline-block;
        padding: 5px;
        margin-bottom: 140px;
    }

    ul#example {
        margin-bottom: 120px;
    }
}

@media only screen and (max-width: 750px) {
    .jumbotron {
        height: 400px;
    }

    .jumbo {
        padding-top: 75px;
    }

    .footer {
        height: 125px;
    }

    .footer h4 {
        text-align: center;
        margin-top: 50px;
        margin-right: 20px;
    }

    .social-icon {
        display: none
    }

    .modalDialog {
        display: none;
    }

    .yt h2 {
        font-size: 80px;
        margin-bottom: 20px;
    }

    .yt p {
        font-size: 30px;
        margin-bottom: 20px;
    }

    .button-yt p {
        margin-top: 5px;
        display: inline-block;
        padding: 5px;
        margin-bottom: 140px;
    }

    p {
        margin-bottom: 5px;
    }

    ul#example li span {
        font-size: 30px;
        line-height: 45px;
    }
}

    @media only screen and (max-width: 500px) {

        ul#example {
            margin-bottom: 25px;
        }

        .yt p {
            font-size: 16px;
            margin-bottom: 20px;
        }

        .button-yt p {
            margin-bottom: 10px;
        }

    }
	
	/* ***********************************/
	
	/* .my{
		position:absolute;
		top:11px;
	} */