@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:200,300,400,600,700);
@import url(http://fonts.googleapis.com/css?family=Lato:400);
@import url(../fonts/fontawesome/css/font-awesome.min.css);
@import url(../js/plugins/bxslider/jquery.bxslider.css);

html,
body {
    height: 100%;
    overflow: hidden;
}
body {
    margin: 0;
    padding: 0;
    color: #333333;
    font-weight: normal;
    background-color: #ffffff;
    -webkit-text-size-adjust: 100% !important;
    font: 16px/24px 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.browsehappy { margin: 0.2em 0; background-color: #cccccc; color: #000000; padding: 0.2em 0; }
.container { overflow: hidden; }
#minimal #home-section .container { overflow: visible; }
#minimal {
    height: 100%;
    overflow: hidden;
}

a { color: #e35e5e; }
a,
a > * {
    outline: none;
    cursor: pointer;
    text-decoration: none;
}
a:focus,
a:hover {
    outline: none;
    color: #141414;
    text-decoration: none;
}
#home-section a:hover { color: #ffffff; }

#Loader {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 999999;
    background-color: #141414;
}

#Loader img {
    top: 50%;
    left: 50%;
    width: 64px;
    height: 64px;
    margin-top: -32px;
    margin-left: -32px;
    position: absolute;
}

.btn-nesto,
.btn.btn-nesto {
    z-index: 1;
    color: #ffffff;
    font-size: 16px;
    overflow: hidden;
    position: relative;
    background-color: #e35e5e;

    -webkit-border: 0;
       -moz-border: 0;
         -o-border: 0;
            border: 0;

    -webkit-border-radius: 6px;
       -moz-border-radius: 6px;
         -o-border-radius: 6px;
            border-radius: 6px;

    -webkit-transition: all 0.2s ease-in;
       -moz-transition: all 0.2s ease-in;
        -ms-transition: all 0.2s ease-in;
         -o-transition: all 0.2s ease-in;
            transition: all 0.2s ease-in;
}
.btn-nesto:after,
.btn.btn-nesto:after {
    top: 0;
    left: 0;
    z-index: -1;
    content: '';
    width: 100%;
    height: 100%;
    color: #ffffff;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.0);

    -webkit-border-radius: 6px;
       -moz-border-radius: 6px;
         -o-border-radius: 6px;
            border-radius: 6px;

    -webkit-transition: all 0.2s ease-in;
       -moz-transition: all 0.2s ease-in;
        -ms-transition: all 0.2s ease-in;
         -o-transition: all 0.2s ease-in;
            transition: all 0.2s ease-in;
}
.btn-nesto:hover:after { background-color: rgba(0, 0, 0, 0.35); }
.btn-nesto:hover { color: #ffffff; }
.btn-nesto.focus,
.btn-nesto:focus,
.btn-nesto:active,
.btn-nesto.active {
    color: #ffffff;
    outline: none !important;
}

.tooltip {
    z-index: 9999;
    letter-spacing: 1px;
}
.tooltip-inner {
    color: #ffffff;
    background-color: #141414;
}
.tooltip.top .tooltip-arrow {
    -webkit-border-top-color: #141414;
       -moz-border-top-color: #141414;
         -o-border-top-color: #141414;
            border-top-color: #141414;
}

h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    color: #e35e5e;
    line-height: 1.2;
    font-weight: normal;
    font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
h1 {font-weight: 200;
	margin: 0;
    padding: 0;
    color: #e35e5e;
    line-height: 1.2;
    font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    }
h2 {font-weight: 400;
	margin: 0;
    padding: 0;
    color: #e35e5e;
    line-height: 1.2;
    font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    }
h3 {font-weight: 200;
	margin: 0;
    padding: 0;
    color: #e35e5e;
    line-height: 1.2;
    font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

h1 { font-size: 60px; }
h2 { font-size: 60px; }
h3 { font-size: 20px; }
h4 { font-size: 18px; }
h5 { font-size: 14px; }
h6 { font-size: 12px; }

p { margin: 0 0 10px; }

b,
strong { font-weight: 700; }

::selection {
    color: #ffffff;
    text-shadow: none;
    background-color: #e35e5e;
}
::-webkit-selection {
    color: #ffffff;
    text-shadow: none;
    background-color: #e35e5e;
}
::-moz-selection {
    color: #ffffff;
    text-shadow: none;
    background-color: #e35e5e;
}

#subscribe .form-control::-webkit-input-placeholder { color: #ffffff; }
#subscribe .form-control:-moz-placeholder { color: #ffffff; }
#subscribe .form-control::-moz-placeholder { color: #ffffff; }
#subscribe .form-control:-ms-input-placeholder { color: #ffffff; }

.btn-nesto.facebook { background-color: #4c66a4; }
.btn-nesto.twitter { background-color: #3b88c3; }
.btn-nesto.googleplus { background-color: #e1493f; }
.btn-nesto.youtube { background-color: #cc181e; }
.btn-nesto.flickr { background-color: #ff0084; }
.btn-nesto.dribbble { background-color: #ea4c89; }
.btn-nesto.instagram { background-color: #884736; }

#home-section {
    z-index: 1;
    width: 100%;
    height: 100%;
    position: relative;
}

.background-image #home-section {
    background-color: #ffffff;

    background-repeat: repeat;
    background-attachment: fixed;
    background-position: center center;
    background-image: url(../images/background/1-1920x1200.jpg);

    -webkit-background-size: cover;
       -moz-background-size: cover;
         -o-background-size: cover;
            background-size: cover;
}

.colored-overlayer #home-section-wrapper:after { background-color: #e35e5e; }
.colored-overlayer ul.bxslider li { color: #141414; }
.colored-overlayer ul.countdown li p {
    color: #141414;
    font-weight: 700;
}
.colored-overlayer .bx-wrapper .bx-pager.bx-default-pager a:hover,
.colored-overlayer .bx-wrapper .bx-pager.bx-default-pager a.active { background-color: #141414 !important; }
.colored-overlayer #home-section #subscribe { background-color: rgba(0, 0, 0, 0.2); }

.background-video #home-section #subscribe { background-color: rgba(0, 0, 0, 0.2); }

#home-section-wrapper {
    z-index: 1;
    width: 100%;
    height: 100%;
    position: relative;
}
#home-section-wrapper:after {
    top: 0;
    left: 0;
    content: '';
    z-index: -1;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    position: absolute;
    background-color: #000000;
}

#home-section-container {
    left: 0;
    width: 100%;
    position: absolute;
    text-align: center;

    -webkit-transition: all 0.8s ease 0s;
       -moz-transition: all 0.8s ease 0s;
        -ms-transition: all 0.8s ease 0s;
         -o-transition: all 0.8s ease 0s;
            transition: all 0.8s ease 0s;
}
#home-section-container.openclose { left: 50%; }

#logo {
  width: 100%;
  margin-bottom: -80px;
  overflow: hidden;
}
#logo img {
 	width: 100%;
    max-width: 270px;
}

.bx-wrapper { margin: 80px auto 50px !important; }
.bx-wrapper .bx-pager { padding-top: 0; }
.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item { display: block; }
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
    bottom: -15px;
    direction: rtl;
}
.bx-wrapper .bx-pager.bx-default-pager a {
    width: 15px;
    height: 15px;
    margin: 15px 0;
    background: #ffffff;

    -webkit-border-radius: 50px;
       -moz-border-radius: 50px;
         -o-border-radius: 50px;
            border-radius: 50px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active { background-color: #e35e5e; }

.bx-wrapper .bx-viewport {
    background-color: transparent;

	-webkit-border: 0;
       -moz-border: 0;
         -o-border: 0;
            border: 0;

	-webkit-box-shadow: none;
       -moz-box-shadow: none;
         -o-box-shadow: none;
            box-shadow: none;
}

ul.bxslider {
    margin: 0;
    padding: 0;
    text-align: center;
}

ul.bxslider li {
    margin: 0;
    padding: 0;
    color: #e35e5e;
	font-size: 60px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: 1px;
	text-transform: uppercase;
}

ul.countdown {
    margin: 0;
    padding: 0;
    display: block;
    list-style: none;
    text-align: center;
}

ul.countdown li {
    margin-right: 20px;
    display: inline-block;
}
ul.countdown li:first-child { margin-right: 25px; }
ul.countdown li:last-child { margin-right: 0; }

ul.countdown li span {
    font-size: 80px;
    line-height: 65px;
    font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
ul.countdown li p {
    color: #e35e5e;
    font-size: 28px;
    margin-top: 10px;
    margin-bottom: 0;
    padding: 5px 10px;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.days,
.hours,
.minutes,
.seconds {
    color: #ffffff;
}

ul.countdown li.seperator {
    color: #ffffff;
    font-size: 80px;
    line-height: 70px;
    vertical-align: top;
}

.countdowntext {
    color: #ffffff;
	font-size: 60px;
    font-weight: 600;
    position: relative;
    letter-spacing: 1px;
	text-transform: uppercase;
}

#open-overlay {
    top: 25px;
    left: 25px;
    width: 42px;
    height: 42px;
    z-index: 1000;
    padding: 8px 0;
    position: fixed;
    font-size: 26px;
    line-height: 26px;
    text-align: center;
}
#open-overlay.openclose {
    top: 5px;
    left: 5px;
}

#subscribe {
    z-index: 2;
    width: 100%;
    height: auto;
    max-width: 435px;
    position: relative;
    margin: 50px auto 0;
    padding: 10px 10px 10px 0;
    background-color: rgba(241, 241, 241, 0.2);

    -webkit-border-radius: 6px;
       -moz-border-radius: 6px;
         -o-border-radius: 6px;
            border-radius: 6px;
}

.form-group {
    margin: 0;
    padding: 0;
    overflow: hidden;
}

#subscribe .form-control {
	float: left;
    width: 100%;
    height: auto;
    outline: none;
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
    padding: 11px 115px 10px 15px;
	background-color: transparent;

    -webkit-border: none;
       -moz-border: none;
         -o-border: none;
            border: none;

    -webkit-appearance: none;
	   -moz-appearance: none;

    -webkit-box-shadow: none;
       -moz-box-shadow: none;
         -o-box-shadow: none;
            box-shadow: none;

    -webkit-border-radius: 0;
       -moz-border-radius: 0;
         -o-border-radius: 0;
            border-radius: 0;
}
.form-control:hover,
.form-control:focus {
    -webkit-box-shadow: none;
       -moz-box-shadow: none;
         -o-box-shadow: none;
            box-shadow: none;
}

#subscribe .btn-nesto {
    top: 10px;
    right: 10px;
    position: absolute;
}

p.nesto-response {
    left: 0;
    top: 73px;
    width: 100%;
    color: #ffffff;
    margin-bottom: 0;
    text-align: center;
    position: absolute;
}

#minimal #contact-section {
    top: 0;
    margin: 0;
    padding: 0;
    opacity: 0;
    left: -100%;
    z-index: 99;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    background-color: transparent;

    -webkit-transition: all 0.8s ease 0s;
       -moz-transition: all 0.8s ease 0s;
        -ms-transition: all 0.8s ease 0s;
         -o-transition: all 0.8s ease 0s;
            transition: all 0.8s ease 0s;
}
#minimal #contact-section.openclose {
    left: 0;
    opacity: 1;
}
#contact-form {
    left: 50%;
    width: 100%;
    padding: 30px;
    max-width: 500px;
    margin-top: -30px;
    position: absolute;
    background-color: #ffffff;

    -webkit-border-radius: 6px;
       -moz-border-radius: 6px;
         -o-border-radius: 6px;
            border-radius: 6px;
}

.contactForm {
    padding: 0;
    width: 100%;
    margin: 0 auto;
    max-width: 570px;
    overflow: hidden;
}

.contactForm textarea {
	width: 100%;
    resize: none;
    padding: 10px 12px;
    margin: 0 auto 30px;
    height: 142px !important;
}

.contactForm .form-control {
	width: 100%;
    height: 50px;
    color: #e35e5e;
    margin: 0 auto 30px;
	background-color: transparent;

    -webkit-appearance: none;
	   -moz-appearance: none;

    -webkit-box-shadow: none;
       -moz-box-shadow: none;
         -o-box-shadow: none;
            box-shadow: none;

    -webkit-border-radius: 6px;
       -moz-border-radius: 6px;
         -o-border-radius: 6px;
            border-radius: 6px;

    -webkit-border: 1px solid #e5e5e5;
       -moz-border: 1px solid #e5e5e5;
         -o-border: 1px solid #e5e5e5;
            border: 1px solid #e5e5e5;
}
.contactForm .form-control:hover,
.contactForm .form-control:focus {
    -webkit-box-shadow: none;
       -moz-box-shadow: none;
         -o-box-shadow: none;
            box-shadow: none;

    -webkit-border-color: #e35e5e;
       -moz-border-color: #e35e5e;
         -o-border-color: #e35e5e;
            border-color: #e35e5e;
}

.contactForm .btn-nesto {
    float: right;
    line-height: 23px;
}

label#captcha {
    float: left;
    margin-bottom: 0;
}
img#recaptcha {
    width: 115px;
    height: 43px;
    margin-right: 30px;

    -webkit-border-radius: 6px;
       -moz-border-radius: 6px;
         -o-border-radius: 6px;
            border-radius: 6px;

    -webkit-border: 1px solid #e5e5e5;
       -moz-border: 1px solid #e5e5e5;
         -o-border: 1px solid #e5e5e5;
            border: 1px solid #e5e5e5;
}
.contactForm input#verify {
    float: left;
    width: 123px;
    height: 43px;
    margin-bottom: 0;
}
a#regenerate.btn-nesto {
    float: left;
    width: 43px;
    height: 43px;
    font-size: 18px;
    line-height: 43px;
    text-align: center;
    margin-right: 30px;
}

.contactForm .form-message {
    width: 100%;
    color: #e35e5e;
    padding-top: 10px;
    text-align: center;
}

#minimal #map {
    width: 100%;
    height: 100%;
    background-color: #ffffff;
}

#footer-section {
    margin: 0;
    z-index: 99;
    width: 100%;
    padding: 30px 0 0;
    text-align: center;
    position: relative;
    background-color: #ffffff;
}

.social-icons {
    width: 100%;
    overflow: hidden;
    margin-bottom: 15px;
}

.social-icons ul {
    margin: 0;
    padding: 0;
    width: 100%;
    list-style: none;
    text-align: center;
}

.social-icons ul li {
    padding: 8px;
    display: inline-block;
}

.social-icons ul li a {
    width: 40px;
    height: 40px;
    display: block;
    line-height: 40px;

    -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
         -o-transform: rotate(45deg);
            transform: rotate(45deg);
}

.social-icons ul li a i {
    -webkit-transform: rotate(-45deg);
       -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
         -o-transform: rotate(-45deg);
            transform: rotate(-45deg);
}

.copyright {
    overflow: hidden;
    margin-bottom: 0;
}
.copyright h3 {
    color: #141414;
    font-size: 16px;
}

@media only screen and (max-width: 1023px) {

    #minimal #contact-section {
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
    }
    #minimal #map { height: 500px; }
    #contact-form {
        width: 100%;
        margin-top: 0;
        max-width: 100%;
        top: 0 !important;
        position: relative;
        left: 0 !important;

        -webkit-border-radius: 0;
           -moz-border-radius: 0;
             -o-border-radius: 0;
                border-radius: 0;
    }

}

@media only screen and (min-width: 768px) and (max-width: 992px) {

    .bx-wrapper .bx-pager,
    .bx-wrapper .bx-controls-auto { display: none; }

    ul.countdown li p { font-size: 24px; }

}

@media only screen and (max-width: 767px) {

    .container { width: 570px; }

    .bx-wrapper .bx-pager,
    .bx-wrapper .bx-controls-auto { display: none; }

    ul.bxslider li,
    .countdowntext {
        font-size: 50px;
    }

    ul.countdown li span { font-size: 60px; }
    ul.countdown li { margin-right: 10px; }
    ul.countdown li:first-child { margin-right: 10px; }
    ul.countdown li p { font-size: 19px; }
    .colored-overlayer ul.countdown li p { font-weight: 600; }

}

@media only screen and (max-width: 599px) {

    .container { width: 450px; }

    #logo img { max-width: 150px; }

    #logo { margin-bottom: -38px;}

    .bx-wrapper { margin: 35px auto 15px !important; }
    
	h1 { font-size: 35px; }
	h2 { font-size: 35px; }
    
    ul.bxslider li,
    .countdowntext {
        font-size: 35px;
    }
    ul.countdown li { margin: 10px; }
    ul.countdown li:first-child { margin-right: 10px; }
    ul.countdown li p {
        margin-top: 0;
        font-size: 17px;
    }
    ul.countdown li span {
        font-size: 30px;
        line-height: 30px;
    }
    ul.countdown li.seperator { display: none; }
    #subscribe { margin-top: 20px; }

    #open-overlay {
        top: 5px;
        left: 5px;
    }

    p.nesto-response { top: -33px; }

    img#recaptcha,
    a#regenerate.btn-nesto {
        margin-right: 23px;
    }

    #minimal #map { height: 200px; }

}

@media only screen and (max-width: 479px) {

    .container { width: 320px; }

	#logo { margin-bottom: -50px;}

    .bx-wrapper { margin: 50px auto 30px !important; }
    ul.bxslider li,
    .countdowntext {
        font-size: 25px;
    }
    
    h1 { font-size: 25px; }
	h2 { font-size: 25px; }

    ul.countdown li { margin: 0; }
    ul.countdown li:first-child { margin-right: 0; }
    ul.countdown li p {
        font-size: 13px;
    }

    #subscribe { margin-top: 30px; }
    #subscribe .form-control { font-size: 14px; }
    p.nesto-response { top: 73px; }

    #contact-form { padding: 15px; }
    #minimal #contact-section .form-control { margin-bottom: 15px; }
    img#recaptcha,
    a#regenerate.btn-nesto {
        margin-right: 4px;
    }
    #minimal #contact-section input#verify { margin-bottom: 15px; }
    .social-icons ul li { padding: 8px 14px; }
    .copyright { margin-bottom: 10px; }

    #minimal #map { height: 250px; }

}