/*

Landing Zero theme - A free landing page theme from BootstrapZero
http://www.bootstrapzero.com

*/

@import url(https://fonts.googleapis.com/css?family=Roboto:400);
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed);

@font-face {
    font-family: 'sugar_plumsregular';
    src: url('sugar-webfont.eot');
    src: url('sugar-webfont.eot?#iefix') format('embedded-opentype'),
         url('sugar-webfont.woff2') format('woff2'),
         url('sugar-webfont.woff') format('woff'),
         url('sugar-webfont.ttf') format('truetype'),
         url('sugar-webfont.svg#sugar_plumsregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

html,
body {
    width: 100%;
    height: 100%;
}

body {
    font-family: 'Roboto Condensed','Helvetica Neue',Arial,sans-serif;
    background-color: #FFF;
    color: #666;
    webkit-tap-highlight-color: #222;
}

hr {
    max-width: 80px;
    border-width: 3px;
    opacity: 0.09;
    margin-top: 15px;
    margin-bottom: 15px;
}

hr.light {
    border-color: #fff;
}

a {
    color: #696969;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

a:hover,
a:focus {
    color: #9c27c1;
    outline: 0;
}

h1,h2,h3,h4,h5,h6 {
    font-family: 'sugar_plumsregular','Helvetica Neue',Arial,sans-serif;
}

p {
    font-size: 15px;
    line-height: 1.7;
    margin-bottom: 20px;
}


section {
    padding: 70px 70px;
}



aside {
    padding: 50px 0;
}

footer {
    padding: 15px;
}

.no-padding {
    padding: 0;
}

.navbar-default {
    font-family: 'Roboto','Helvetica Neue',Arial,sans-serif;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
}

.navbar-header > .navbar-brand {
    font-family: 'Roboto','Helvetica Neue',Arial,sans-serif;
    color: #696969;
    padding: 15px;
    -webkit-transition: padding .2s ease-in;
    -moz-transition: padding .2s ease-in;
    transition: padding .2s ease-in;
}

.navbar-header > .navbar-brand:hover,
.navbar-header > .navbar-brand:focus {
    color: #8b27b0;
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: #181818;
}
.navbar-default .navbar-toggle, .navbar-default .navbar-collapse {
    border-color: transparent;
}

.navbar-default .nav > li>a,
.navbar-default .nav>li>a:focus {
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
    color: #eee;
}

.navbar-default .nav > li>a:hover,
.navbar-default .nav>li>a:focus:hover {
    color: #696969;
}

.navbar-default .nav > li.active>a,
.navbar-default .nav>li.active>a:focus {
    color: #696969 !important;
    background-color: transparent;
}

.navbar-default .nav > li.active>a:hover,
.navbar-default .nav>li.active>a:focus:hover
{
    background-color: transparent;
}

.logo {
	margin-top: 20px;
	margin-bottom: 20px;
}


.bg {
  background: url('../images/bg3.png');
  width:100%;
  height:auto;
  background-repeat: no-repeat;
  background-position:center;
  
}

.bg2 {
  background-color:rgba(218,234,233,0.3);
  width:100%;
  height:auto;
}

.bg3 {
  /*background-color:rgba(249,214,172,0.3);
  width:100%;*/
  background: url('../images/bg-brunch.png');
  width:100%;
  height:auto;
  background-repeat: no-repeat;
  background-position:center;
}

.bg4 {
  background-color:rgba(254,239,244,0.4);
  width:100%;
  height:auto;
}

.bg5 {
  background: url('../images/bg3.png');
  width:100%;
  height:auto;
  background-repeat: no-repeat;
  background-position:center;
  
}

.bg6 {
  background: url('../images/bg-reponse.png');
  width:100%;
  height:auto;
  background-repeat: no-repeat;
  background-position:center;  
}

.bg7 {
  background-color:rgba(245,166,68,0.1);
  width:100%;
  height:auto;
}

.form {
	background:transparent;
}

.contact {
	font-size:18px
}

.img-responsive {
	display:inline;
}

section {
    width:94%;
  	margin:0 auto;
  	height:100%;
}

iframe {
	margin-bottom: 20px;
}

.panel {
	color:#777;
}

a:hover {
  color: #f4bb6c;
  text-decoration:none;
}

.img-hotel {
	opacity: 1; 
	filter: alpha(opacity=100);
}

.img-hotel:hover {
    opacity: 0.3; 
	filter: alpha(opacity=30);
}

.btn-font {
font-family: 'sugar_plumsregular','Helvetica Neue',Arial,sans-serif;
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 28px;
  color: #FFF;
  font-size: 20px;
  padding: 10px 20px 10px 20px;
  border: solid #eaeff2 2px;
  text-decoration: none;
}

.btn-font:hover {
  background: #f4bb6c;
  background-image: -webkit-linear-gradient(top, #f4bb6c, #f39ba0);
  background-image: -moz-linear-gradient(top, #f4bb6c, #f39ba0);
  background-image: -ms-linear-gradient(top, #f4bb6c, #f39ba0);
  background-image: -o-linear-gradient(top, #f4bb6c, #f39ba0);
  background-image: linear-gradient(to bottom, #f4bb6c, #f39ba0);
  text-decoration: none;
  color:#fff;
}

.btn-font:visited {
font-family: 'sugar_plumsregular','Helvetica Neue',Arial,sans-serif;
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 28px;
  color: #FFF;
  font-size: 20px;
  padding: 10px 20px 10px 20px;
  border: solid #eaeff2 2px;
  text-decoration: none;
}

.btn-prog {
font-family: 'sugar_plumsregular','Helvetica Neue',Arial,sans-serif;
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 28px;
  color: #999;
  font-size: 20px;
  padding: 10px 20px 10px 20px;
  border: solid #999 2px;
  text-decoration: none;
}

.btn-prog:visited {
font-family: 'sugar_plumsregular','Helvetica Neue',Arial,sans-serif;
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 28px;
  color: #999;
  font-size: 20px;
  padding: 10px 20px 10px 20px;
  border: solid #eaeff2 2px;
  text-decoration: none;
}

.btn-prog:hover {
  background: #f4bb6c;
  background-image: -webkit-linear-gradient(top, #f4bb6c, #f39ba0);
  background-image: -moz-linear-gradient(top, #f4bb6c, #f39ba0);
  background-image: -ms-linear-gradient(top, #f4bb6c, #f39ba0);
  background-image: -o-linear-gradient(top, #f4bb6c, #f39ba0);
  background-image: linear-gradient(to bottom, #f4bb6c, #f39ba0);
  text-decoration: none;
  color:#FFF;
}

.btn-prog:active {
font-family: 'sugar_plumsregular','Helvetica Neue',Arial,sans-serif;
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 28px;
  color: #999;
  font-size: 20px;
  padding: 10px 20px 10px 20px;
  border: solid #eaeff2 2px;
  text-decoration: none;
}

.btn {
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 28px;
  color: #FFF;
  font-size: 20px;
  padding: 10px 20px 10px 20px;
  border: solid #eaeff2 2px;
  text-decoration: none;
}

.btn:hover {
  background: #f4bb6c;
  background-image: -webkit-linear-gradient(top, #f4bb6c, #f39ba0);
  background-image: -moz-linear-gradient(top, #f4bb6c, #f39ba0);
  background-image: -ms-linear-gradient(top, #f4bb6c, #f39ba0);
  background-image: -o-linear-gradient(top, #f4bb6c, #f39ba0);
  background-image: linear-gradient(to bottom, #f4bb6c, #f39ba0);
  text-decoration: none;
  color:#fff;
}




@media(min-width:768px) {
    .navbar-default {
        border-color: transparent;
        background-color: transparent;
        min-height: 60px;
    }

    .navbar-header > .navbar-brand {
        color: rgba(255,255,255,0.7);
        padding: 19px;
    }

    .navbar-default .navbar-header .navbar-brand:hover,
    .navbar-default .navbar-header .navbar-brand:focus {
        color: #f4f4f4;
    }

    .navbar-default .nav > li>a,
    .navbar-default .nav>li>a:focus {
        color: rgba(255,255,255,0.8);
        padding: 20px;
        letter-spacing: 1.1px;
    }

    .navbar-default .nav > li>a:hover,
    .navbar-default .nav>li>a:focus:hover {
        color: #fefefe;
    }

    .navbar-default.affix {
        border-color: rgba(34,34,34,.05);
        background: rgba(243,155,160,1);
background: -moz-linear-gradient(left, rgba(243,155,160,1) 0%, rgba(252,167,110,0.72) 37%, rgba(244,187,108,0.5) 67%, rgba(186,217,200,0.25) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(243,155,160,1)), color-stop(37%, rgba(252,167,110,0.72)), color-stop(67%, rgba(244,187,108,0.5)), color-stop(100%, rgba(186,217,200,0.25)));
background: -webkit-linear-gradient(left, rgba(243,155,160,1) 0%, rgba(252,167,110,0.72) 37%, rgba(244,187,108,0.5) 67%, rgba(186,217,200,0.25) 100%);
background: -o-linear-gradient(left, rgba(243,155,160,1) 0%, rgba(252,167,110,0.72) 37%, rgba(244,187,108,0.5) 67%, rgba(186,217,200,0.25) 100%);
background: -ms-linear-gradient(left, rgba(243,155,160,1) 0%, rgba(252,167,110,0.72) 37%, rgba(244,187,108,0.5) 67%, rgba(186,217,200,0.25) 100%);
background: linear-gradient(to right, rgba(243,155,160,1) 0%, rgba(252,167,110,0.72) 37%, rgba(244,187,108,0.5) 67%, rgba(186,217,200,0.25) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f39ba0', endColorstr='#bad9c8', GradientType=1 );
    }

    .navbar-default.affix .navbar-header .navbar-brand {
        font-size: 15px;
        color: #fff;
        padding: 20px;
        letter-spacing: 1px;
    }

    .navbar-default.affix .navbar-header .navbar-brand:hover,
    .navbar-default.affix .navbar-header .navbar-brand:focus {
        color: #fff;
    }

    .navbar-default.affix .nav > li>a,
    .navbar-default.affix .nav>li>a:focus {
        color: #fff;
    }

    .navbar-default.affix .nav > li>a:hover,
    .navbar-default.affix .nav>li>a:focus:hover {
        color: #fff;
    }
}

header {
    position: relative;
    min-height: auto;
    text-align: center;
    color: #fff;
    width: 100%;
    background-color: #c9c9c9;
    background-image: url('https://splashbase.s3.amazonaws.com/lifeofpix/regular/Life-of-Pix-free-stock-photos-Slate-Stone-Xeromatic-1440x953.jpg');
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

header .header-content {
    position: relative;
    width: 100%;
    padding: 100px 15px;
    text-align: center;
    z-index: 2;
}

header .header-content .inner h1 {
    margin-top: 0;
    margin-bottom: 0;
}

header .header-content .inner p {
    margin-bottom: 50px;
    font-size: 16px;
    font-weight: 300;
    color: rgba(255,255,255,0.7);
}

#video-background {
  position: absolute;
  right: 0; 
  bottom: 0;
  min-width: 100%; 
  min-height: 100%;
  width: auto; 
  height: auto;
  z-index: 1;
}

#video-background.collapsing {
  display:none;
}

footer {
    background-color:rgba(218,234,233,0.3);

}

@media(min-width:768px) {
    .icon-lg {
        font-size: 80px;
    }
    
    header {
        min-height: 100%;
    }

    header .header-content {
        position: absolute;
        top: 50%;
        padding: 0 50px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    header .header-content .inner {
        margin-right: auto;
        margin-left: auto;
        max-width: 1000px;
    }

    header .header-content .inner h1 {
        font-size: 53px;
    }

    header .header-content .inner p {
        margin-right: auto;
        margin-left: auto;
        max-width: 80%;
        font-size: 18px;
    }
    
    section {
		height:auto;
        padding: 70px 70px;
    }

}

.form-control {
    display: block;
    width: 100%;
    height: 35px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.5;
    color: #eee;
    background-color: #36333d;
    background-image: none;
    border: 1px solid #36333d;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form-control:focus {
    color: #222;
    background-color: #ccc;
    box-shadow: none;
}

textarea {
    resize: none;
}

.margin-top-0 {
    margin-top: 0;
}

.margin-top-40 {
    margin-top: 40px;
}

.margin-bottom-40 {
    margin-bottom: 40px;
}

.feature {
    margin: 50px auto 0;
    max-width: 400px;
}

@media(min-width:992px) {
    .feature {
        margin: 20px auto 0;
    }
}


::-moz-selection {
    text-shadow: none;
    color: #fff;
    background: #222;
}

::selection {
    text-shadow: none;
    color: #ffd589;
    background: #222;
}

img::selection {
    color: #fff;
    background: 0 0;
}

img::-moz-selection {
    color: #fff;
    background: 0 0;
}


@media only screen and (min-width : 320px) and (max-width : 480px) {


.lead {
	font-size:12px;
}

.btn-prog {
	display: none;
}

iframe {
	width:auto;
	height:auto;
}

}

@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 568px) { 

iframe {
	width: 220px;
	height:220px;
	
}


}

