/*! HTML5 Boilerplate v5.2.0 | MIT License | https://html5boilerplate.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}



/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}





/* ==========================================================================
 General styles
========================================================================== */

body{
    font: 400 15px/26px 'Montserrat', sans-serif;
    color: #121212;

    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
}

.has-feather-bg{
    background: #ebebeb url(images/white-feathers.png);
} 

h1, h2, h3, h4, h5, h6{
    font-family: 'Montserrat', sans-serif;  
}


img{
    max-width: 100%;
    height: auto;
}

a:link,
a:visited{
    text-decoration: none;
    color: #010101;
}


ul {
    margin: 0;
    padding: 0;
}

p{
    margin-bottom: 30px;
}

ul li{
    list-style: none;
}

h2{
    color: #b7b7b7;        
}

.section-contents{    
    padding: 160px 0;  
}


.bg-left{
    background: url(images/bg-shape-left.png) left bottom no-repeat;

}
.bg-right{
    background: url(images/bg-shape-right.png) right bottom no-repeat;
}

.grey-bg{
    background: #f1f2f2;
}

.box{
    max-width: 730px;
    margin: 0 auto;
    padding-top: 78px;
}

/*Form-process*/
.warning{    
    color: #ff0000;
    text-align: center;
}

h3.warning{
    background: #fff;
    padding: 15px;
    width: 70%;
    margin: 0 auto;
}

.seccess{
    color: #4BAF47;
    text-align: center;
}

/*Scrollup*/
#scrollUp {
    bottom: 15px;
    display: block;
    height: 30px;
    position: fixed;
    right: 15px;
    text-align: center;
    width: 30px;
    border: 2px solid #770027;    

    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
}

#scrollUp:hover {
    background: #770027;
    border: none;

}
 
.glyphicon-menu-up{
    font-size: 15px;
    line-height: 25px;
    color: #770027;
    font-weight: bold;
}


#scrollUp:hover .glyphicon-menu-up{ 
    color: #ffffff;
    line-height: 28px;
}



/* ==========================================================================
  Header
========================================================================== */
.site-header{    
    background: url(images/banner.jpg) center center no-repeat;
    background-size: cover;
}


.navbar-fixed-top {
    background: rgba(253,253,253,0.5);
    padding: 15px 0;
}

.site-header ul.social-icons{
    padding-left: 15px;
    padding-top: 11px;
}

ul.social-icons a{
    display: block;
    background: #fff;
    color: #666666;
    font-size: 18px;
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;    
    border-radius: 100%;
}

.navbar-inverse .navbar-nav > li > a {
    color: #fff;
}


.nav > li > a {
    font: 400 14px/24px 'Montserrat', sans-serif;
    color: #000000;
    text-transform: uppercase;
}

.nav > li > a:hover,
.nav > li > a:visited,
.nav > li > a:focus,
.nav > li > a.active{
    background-color: transparent;
    text-decoration: underline;
    outline: none;
}


.nav > li.active > a{    
    text-decoration: underline;
}


.navbar-toggle .icon-bar {
    background: #000000;
}

.navbar-toggle{
    border: 1px solid#000000;
}


.glyphicon-menu-down{
    font-size: 35px;
    color: rgba(235,235,235,.5);
}

.glyphicon-menu-down:hover{
    color: rgba(235,235,235,1);
}



/* ==========================================================================
 Section About Us
========================================================================== */

.about-us a{
    display: inline-block;
    color: #770027;
}

.bullet-list li{
    padding-left: 10px;
    position: relative;
}

.bullet-list li:before{
    content: '•';
    font-family: Arial;
    font-size: 14px;
    color: #000;
    position: absolute;
    left: 0;
    top: 0;
}


/* ==========================================================================
 Site footer
========================================================================== */
.site-footer{
    color: #ffffff;
    background: #000000 url(images/bg-shape.png) bottom no-repeat;
}

.site-footer a{
    color: #ffffff;
    text-decoration: underline;
}


#contact-form{
    max-width: 518px;
    margin: 0 auto;
}

#contact-form h5{
    font-weight: 400;
    margin-bottom: 20px;  
}


#contact-form li{
   margin-bottom: 20px;
}

input[type="text"],
input[type="email"],
input[type="submit"],
textarea{
    font: 400 14px/26px 'Montserrat', sans-serif;
    width: 100%;
    padding: 8px 15px;
    color: #959595;
    border: none;
    outline: none;
}
textarea{
    height: 156px;
}

input[type="submit"]{
    font-weight: 700;
    background: #770027;
    color: #ffffff;
    text-transform: uppercase;
}

input[type="submit"]:hover {
    background: #770027;
    background: -webkit-linear-gradient(#770027, #86012c); 
    background: -o-linear-gradient(#770027, #86012c); 
    background: -moz-linear-gradient(#770027, #86012c); 
    background: linear-gradient(#770027, #86012c); 
}


.site-footer ul.social-icons a{
    color: #000000;
    font-size: 25px;
    height: 40px;
    width: 40px;
    line-height: 40px;
}



/*************************************************************
 Responsive styles Less-than-767px
**************************************************************/
@media screen and (max-width: 767px){
    .section-contents{    
        padding: 50px 0;  
    }

    .section-banner{
        padding-top: 80px;
    }
    h1.logo a{
        display: inline-block;
        width: 40%;
        margin: auto;
    }

    .about-us .box{
        padding-top: 0;
    }

    h3.warning{
        font-size: 18px;
        width: 90%;
        line-height: 22px;
    }
    .seccess{
        font-size: 18px;
    }
  
    h2{
        color: #959595;        
    }
   
    #contact-form h5.text-center{       
        line-height: 24px;
    }
}



@media screen and (min-width: 768px){ 
    h2{
        font-size: 62px;    
    }

    .section-banner{
        padding: 310px 0;
    }

    #contact-form h5{
        font-size: 17px;
    }

    
}

@media screen and (min-width: 768px) and (max-width: 991px){
    .section-banner{
        padding: 200px 0;
    }
}







/* ==========================================================================
 Helper classes
========================================================================== */

/*
 * Hide visually and from screen readers:
 */

.hidden {
    display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 1.25dppx),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important; /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
