/* ==========================================================================
   Author's custom styles
   ========================================================================== */

@font-face {
    font-family: 'vera_crouzregular';
    src: url('../fonts/vera_crouz-wf.woff2') format('woff2'),
         url('../fonts/vera_crouz-wf.woff') format('woff'),
         url('../fonts/vera_crouz-wf.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

#navbar a.list-group-item,#navbar a.list-group-item.focused,
#navbar a.list-group-item:hover,#navbar a.list-group-item:active  {
    background: transparent;
    outline: none;
    color: #fff;
    font-family: 'Times New Roman',serif;
    font-size: 32px;
    padding: 0;
    border: 0;
    line-height: 25px;
    margin-top: 30px;
    display: block;
}
#navbar a.list-group-item i{
    font-size: 20px;
    text-decoration:none;
    font-style:normal;
}

div#navbar .list-group {
    margin: 0 -15px;
    text-align: center;
}

div#topcont {
    padding: 20px 0;
}

.nav-pills>li.active>a, .nav-pills>li.active>a:hover, .nav-pills>li.active>a:focus,.nav-pills>li>a, .nav-pills>li>a:hover, .nav-pills>li>a:focus {
    background: transparent;
    color: #e8c58d;
    font-family: sans-serif;
    font-size: 18px;
    padding-right:35px;
    display:block;
    height:45px;
    line-height:45px;
    margin-top: 16px;
}
nav.navbar .navbar-brand{
    margin:-40px 0 0;
    white-space:nowrap;
}

@media (min-width:768px){
nav.navbar .navbar-brand{
    margin:0;
}
nav.navbar .container {
    padding: 0 60px;
}

.nav-pills>li:after{
    content:'~';
    color: #e8c58d;
    font-family: sans-serif;
    font-size: 32px;
    position:absolute;
    top: 25px;
    right:0;
}
.nav-pills>li:last-child:after{
    display:none;
}
}

div#topcont {
    background-image: url(../img/topbg.jpg);
    background-position: top center;
    background-size: cover;
    padding-top: 100px;
}

.well {
    background:rgba(0,0,0,.75);
    border-color:rgba(0,0,0,.75);
    background-repeat: repeat-x;
    -webkit-box-shadow: inset 0 1px 3px rgba(0,0,0,.05),0 1px 0 rgba(255,255,255,.1);
    box-shadow: inset 0 1px 3px rgba(0,0,0,.05),0 1px 0 rgba(255,255,255,.1);
    padding:20px 30px!important;
    margin:0;
}
.well h1{
    font-size: 78px;
    font-family: vera_crouzregular;
    font-weight: 100;
    color:#e8c58d;
    margin-bottom: -30px;
    margin-top: 10px;
    display: none;
}

div#stepscont {
    background-image: -webkit-linear-gradient(top,#2b0304 0,#8d060a 50%,#2b0304 100%);
    background-image: -o-linear-gradient(top,#2b0304 0,#8d060a 50%,#2b0304 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#2b0304),to(#8d060a));
    background-image: linear-gradient(to bottom,#2b0304 0,#8d060a 50%,#270405 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2b0304', endColorstr='#ff8d060a', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    box-shadow: 0 0 15px rgba(0,0,0,1);
    color: #fff;
    text-align: center;
    position: relative;
    z-index: 10;
    padding-bottom: 30px;
}
div#stepscont figure{
   width: 277px;
   height: 165px;
   margin: 20px auto;
   display: block;
   background-repeat: no-repeat;
   background-position: top;
}
figure#step1 {
    background-image: url(../img/images/steps_01.png);
}
figure#step2 {
    background-image: url(../img/images/steps_02.png);
}
figure#step3 {
    background-image: url(../img/images/steps_03.png);
}
figure#step4 {
    background-image: url(../img/images/steps_04.png);
}

#steps>h1 {
    color: #fff;
    background-image: url(../img/bigvin.png);
    background-repeat: no-repeat;
    background-position: bottom center;
    padding: 0 0 10px;
    font-size: 78px;
    font-family: vera_crouzregular;
}
@media (max-width:768px){
    #steps>h1{
        display:none;
    }
}
div#steps {
    /* margin-bottom: 30px; */
    font-size: 20px;
}

div#steps h4 {font-family: 'Times New Roman',serif;font-size: 22px;color: #fff;font-weight: normal;}

div#steps a {
    color: inherit;
}

h1 {
    font-size: 100%;
    font-family: vera_crouzregular;
    font-weight: 100;
}

h1>em {
    font-style: normal;
    color: #000;
}


#infocont {
    background-color: #eadec4;
}

#info h1 {
    color: #7b0003;
    font-size: 400%;
}
#info {
    padding: 0 0 30px 0;
    font-size: 150%;
    position: relative;
    overflow: visible;
}

div#info ul {
    padding: 0;
    list-style-position: inside;
    color: #7b0003;
}

div#info ul>li>span {color: #000;}

div#info>figure {
    background-image: url(../img/84_cGlsZV8wMDI.png);
    position: absolute;
    top: -50px;
    bottom: -50px;
    background-repeat: no-repeat;
    width: 100%;
    background-size: contain;
    background-position: top right;
    transform: translateX(-80%);
}

div#callcont {
    position: relative;
    z-index: 10;
    /* min-height: 200px; */
    background: #edcb9a;
    box-shadow: 0 0 12px rgba(0,0,0,.6);
    text-align: center;
}

div#callcont {}

div#callcont h1 {
    display: inline-block;
    font-size: 4.8em;
    background-image: url(../img/phonebg.png);
    background-repeat: no-repeat;
    padding-left: 70px;
}

#call input[type="text"] {
    background: #000;
    border: 0;
    padding: 12px;
    box-shadow: 3px 3px 8px rgba(0,0,0,0.45);
    margin-right: 20px;
    width: 260px;
    margin-bottom: 30px;
}

#call input[type="submit"] {
    padding: 12px;
    box-shadow: 3px 3px 8px rgba(0,0,0,0.45);
    border: 0;
    background: #7b0003;
    color: #efa648;
    padding: 12px 50px;
}

div#footercont {
    padding: 15px 0;
    background-image: -webkit-linear-gradient(top,#7b0003 0,#8d060a 50%,#7b0003 100%);
    background-image: -o-linear-gradient(top,#7b0003 0,#8d060a 50%,#7b0003 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#7b0003),to(#8d060a));
    background-image: linear-gradient(to bottom,#7b0003 0,#8d060a 50%,#7b0003 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff7b0003', endColorstr='#ff8d060a', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    box-shadow: 0 0 15px rgba(0,0,0,1);
    text-align: right;
    font-size: 12px;
    color: #edcc92;
    position: relative;
    z-index: 20;
}

div#footercont a {
    color: inherit;
}

div#footercont p {
    margin: 0;
}
div#topcont form input::-webkit-input-placeholder {color:#000;}
div#topcont form input::-moz-placeholder {color:#000;}
div#topcont form input:-moz-placeholder {color:#000;}
div#topcont form input:-ms-input-placeholder {color:#000;}
::-webkit-input-placeholder {color:#efa648;}
::-moz-placeholder          {color:#efa648;}/* Firefox 19+ */
:-moz-placeholder           {color:#efa648;}/* Firefox 18- */
:-ms-input-placeholder      {color:#efa648;}

div#topcont form {
    background: #e9cb98;
    border-radius: 20px;
    padding: 10px 20px 30px;
    text-align: center;
}

div#topcont form input {
    display: block;
    margin: 20px auto 10px;
    border: 0;
    padding: 12px 20px;
    width: 95%;
    background: #e8c58d;
    box-shadow: 3px 3px 8px rgba(0,0,0,0.45);
}

div#topcont form input[type="submit"] {
    width: auto;
    padding: 12px 30px;
    background: #7b0003;
    color: #efa648;
}

a[name]{
    display: block;
    position: relative;
    top: -70px;
    visibility: hidden;
}


@media (max-width:765px){
    div#stepscont figure{
        transform: scale(.6);
        margin: -10% 0;
         background-position:center;
    }
    div#steps h4{
        font-size: 130%
    }
    div#steps{
        font-size: 100%;
    }
    #info{
        font-size: 100%;
    }
    div#topcont{
        padding:40px 0;
    }
    .jumbotron.well, .jumbotron.well div,.jumbotron.well .row{
        padding: 5px 5px!important;;
        margin:0;
    }
    .jumbotron hr{
        margin:7px 0 15px;
    }
    .jumbotron div>h2{
        color:#ccc;
        border-bottom:2px solid;
        margin-bottom: 10px;
    }
    .jumbotron p{
        padding:0;
        margin:0;
    }
    .jumbotron a i{
        font-size: 80%!important;
        letter-spacing: 0;
    }
    .jumbotron a{
        background: transparent;
        border:0;
        font-size: 180%;
        color:#fff;
        font-weight: bold;
        letter-spacing: 2px;
    }
    ul.nav.nav-pills.navbar-left {
        /*! padding-bottom: 30px; */
        /*! margin-top:-30px; */
    }
    ul.nav.nav-pills.navbar-left li {
        width:100%;
        text-align:center;
    }
    h1{
        font-size: 200% !important;
    }
    .navbar-brand{
        font-size: 300%;
    }
    .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus, .nav-pills > li > a, .nav-pills > li > a:hover, .nav-pills > li > a:focus{
        padding: 0;
        margin:0;
        height: 30px;
    }
}

@media (min-width:765px) and (max-width:1200px){
    #info h1{
        font-size: 70px;
    }
    #steps .col-md-3.col-sm-6.col-xs-12 {
    min-height: 420px;
}
        div#navbar .list-group{
        position:absolute;
        right:60px;
    }
    ul.nav.nav-pills.navbar-left {
        padding-bottom: 30px;
        margin-top:-30px;
        width:100%;
        float:none;
    }
    #steps > h1{
        font-size: 290%;
    }
}

.navbar-brand {
    float:none;
}

input+span{display: none;color:red;}
input.err+span{display:inline-block;}
.navbar-toggle {position: absolute;
    top: 2px;
    right: 0px;}

article+hr {
    background-image: url(../img/bigvin.png);
    width: 100%;
    height: 33px;
    background-repeat: no-repeat;
    background-position: center center;
    border: 0;
}

h1.entry-title {
    font-size: 300%!important;
}

div.free {
    color: #fff;
    font-size: 20px;
    margin-top: 5px;
}