/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.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,
button,
input,
select,
textarea {
    color: #222;
}

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

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * 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 images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

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

/*
 * Remove default fieldset styles.
 */

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

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

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */

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

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

















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

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.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: h5bp.com/p
 */

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

/*
 * Hide visually and from screenreaders, 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;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   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,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        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 for images, or javascript/internal links
     */

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

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

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

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

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

    @page {
        margin: 0.5cm;
    }

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

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

/*CSS for Mainmenu*/

.mainmenu_area{background-color: #222222;border-bottom:10px solid #158AC6}
.navbar-default {
  background-color: #222222;
  border-color: #222;
}
.navbar {
  border-radius: 0px;
}

.navbar-default .navbar-nav > li > a {
  color:#fff;
}
.navbar-default .navbar-nav > li > a:hover {
  color:#fff;
}
.navbar-nav > li > a {
font-size:18px;
padding-bottom: 15px;
padding-top: 18px;
text-transform: uppercase;
}
.navbar {

  margin-bottom: 0px;

}
.existing-user {
  color: hsl(0, 0%, 100%);
  float: right;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: bold;
  margin-right: 7%;
  margin-top: 15px;
  text-decoration: none;
}
.existing-user a {
  border-bottom: 2px solid hsl(0, 0%, 62%);
  border-style: none none solid;
  text-decoration: none;
  text-transform: none;
}

/*banner area*/
.slider_area{margin-top:30px;margin-bottom:20px}
.banner{
background-image: url("../img/banner.png");
background-repeat: no-repeat;
display: block;
height: auto;
min-height: 340px;

}
.btn-primary {
background-color: hsl(199, 100%, 40%);
border: 2px solid hsl(0, 0%, 0%);
color: hsl(0, 0%, 100%);
margin-top: 0;
padding-left: 85px;
padding-right: 85px;
}
.banner_content{margin-left:50px}
.banner_content p{
font-family: Arial,Helvetica,sans-serif;
font-size: 28px;
margin: 0;
}
span.blue{color:#0089C8}
span.avalablity{}
span.avalablity p{font-size: 11px;
margin: 0 0 0 11px;}
span.price{color:#0089C8}
span.logo{color:#5393E1}
p.logo_style{font-size: 40px;
font-weight: 700;
margin-top: 10px;}

.testimonial_area{margin-bottom: 30px;}
.testimonial_area p{color: hsl(0, 0%, 0%);
font-size: 13px;
font-style: italic;}
.testimonial_area a{text-decoration:underline}
.testimonial_area p span{display: block;
font-weight: bold;
text-align: right;}
.testimonial_area p span.link{}
.featured_area img{padding-bottom: 20px;
padding-top: 20px;
width: 100%;}

.featuredin {
  background: none repeat scroll 0 0 #FFFFFF;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 14pt;
  margin-bottom: -5px;
  margin-top: -16px;
  padding: 15px 10px 0;
  text-decoration: none;
}
.featured_position_custom {
  margin-top: -18px;
}
.featured {
  border-bottom: 10px solid #158BCB;
  border-top: 10px solid #158BCB;
  text-align: center;
}
.footer_area{background-color: hsl(0, 0%, 0%);
padding-top: 30px;}
.footer_area p{border-top: 1px solid hsl(0, 0%, 100%);
color: hsl(0, 0%, 100%);
padding-top: 3px;
text-align: right;}
.social_like iframe{width: 100%}
.social_like{margin-bottom: -7px;
padding-bottom: 0;
padding-top: 40px;}



.span4 {
    width: 370px;
    font-size: 18px;
}
[class*="span"] {
    float: left;
    
    min-height: 1px;
}

.span8 {
    width: 770px;
    font-size: 18px;
}
[class*="span"] {
    float: left;
    margin-left: 0px;
    min-height: 1px;
}

.side-menu ul {
    border-bottom: 1px solid #DDDDDD;
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
.side-menu li {
    border-top: 1px solid #DDDDDD;
    padding: 10px 0;
}

h3 {
    font-size: 24.5px;
}
h1, h2, h3 {
    line-height: 40px;
}
h1, h2, h3, h4, h5, h6 {
    color: inherit;
    font-family: inherit;
    font-weight: bold;
    line-height: 20px;
    margin: 10px 0;
    text-rendering: optimizelegibility;
}

.faq h3 {
    cursor: pointer;
    font-size: 100%;
}
.faq h3:hover {
    color: #0089C8;
}
.faq ol {
    font-size: 100%;
    font-weight: bold;
}


.span6 {
    width: 570px;
    font-size: 18px;
    text-align: justify;
    padding-left: 30px;
}
.references {
    font-size: 80%;
}


h1, h2, h3 {
    line-height: 40px;
}

.offset6 {
    margin-left: 49%;
    
    
}
.help-inline {
    color: #CC0000;
    display: none;
}

.span12 {
    width: 1170px;
}