/*! HTML5 Boilerplate v5.0.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
   ========================================================================== */
a {
    -webkit-transition-duration: .3s; /* Chrome, Safari, Opera */
    transition-duration: .3s;
}

html {
    color: #222;
    font-size: 1em;
    line-height: 1;
}
/*
 * 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;
}

.clear {
     height: 0px;
line-height: 0px;
font-size: 0px;
margin: 0;
    clear: both;
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;
}

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

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

/*
 * Hide visually and from screen readers:
 * http://juicystudio.com/article/screen-readers-display-none.php
 */

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

/*
 * 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,
       (-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 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;
    }
}

li {
	list-style: none;
}

h3 i {
	padding-top: 11px;
	text-align: center;
	width: 47px;
	height: 47px;
	border-radius: 40px;
	background: #3067a8;
}



.act {
	background: #355674;
}



.header {
	box-shadow:  0 2px 3px rgba(0,0,0,0.3);
	background: #234;
}

.content {
    margin: 0 auto;
	font-size: 1.2em;
	max-width: 1170px;
}

.content .text p:after {
	border: none;
}

.content p {
	padding-top: 15px;
}

.content h1 {
	line-height: 1.7em;
	text-indent: 10px;
}

.content h1:after {
	content: ' ';
	display: block;
	border-bottom: 3px solid #3066A8;
	width: 100%;
}

.content h2, .content h3 {
	text-indent: 15px;
}

.footer {
	margin-top: 40px ;
	padding: 40px 0px 20px;
	background: #353535;
	color: #fff;
	font-size: 1.2em;
	box-shadow:  0 -2px 3px rgba(0,0,0,0.3);
}

.block-footer {
	min-width: 100%;
	float: left;
	color: #CCC;
	padding: 0px 20px 20px 20px;
	display: block;
	background: #303030;
	transition-duration: .3s;
}

.block-footer:last-child {
	margin-right: 0;
}

.block-footer a {
	color: inherit;
}

.block-footer li {
	padding-left: 15px; 
	transition-duration: .3s;
	display: block;
}

.block-footer li a:hover {
	text-decoration: none;
}

.block-footer li:hover {
	padding-left: 10px;
	background: #1b1b1b;
}

.block-footer ul {
	padding-left: 0;
	font-size: .9em;
	padding-bottom: 10px;
	border-bottom: 1px solid #bbb;
}


.block-footer span {
	padding: 10px;
	line-height: 40px;
}

.block-footer .fa {
	color: #fff; 
}

.block-footer:hover {
	background: #292929;
}

.image-height {
    height: 124px;
}
.about-us li{
    color: #fff;
}
.about-us li a {
    color: azure;
}

@media screen and (max-width: 767px) {
    .content {
         font-size: .95em;   
    }
}
@media screen and (min-width: 767px)
{
        .act:after {
        display: block;  
        width: 0;
        height: 0;
        position: relative;
        bottom: -20px;
        border-left: 9px solid transparent;
        border-right: 9px solid transparent;
        border-bottom: 9px solid #f1f1f1;
        margin: -14px auto 5px auto;
        content: " ";  
    }
}

.spacer {
    background: #ffffff;
    border: 1px solid #ccc;
    margin: 15px 0;
    padding: 0;
    position: relative;
    box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.16), 0px 2px 10px 0px rgba(0,0,0,0.12);
}

.product-image {
    margin: 0 0 10px;    
    padding: 0;
}

.clear {
    border: medium none;
clear: both;
display: block;
float: none;
height: 0;
line-height: 0;
margin: 0;
padding: 0;
}

.product-name {
    font-size: 14px;
    font-weight: bold;
}

a.product-name:hover {
    color: #23527c;
}

.product-detail {
    padding: 10px;
    max-height: 170px;
    min-height: 170px;
    overflow: hidden;
}
.product-detail:hover {
    position: relative;
    overflow-y: auto;
    display: block;
    background: #fff;
    z-index: 10001;
}

.product-s-desc {
    margin-top: 10px;
    line-height: 20px;

}

.product-cart-bar {
    background: #f1f1f1;
overflow: hidden;
}

.product-details {
background-color: #1a242d;
background-image: url("/img/images/ico_cart.png");
background-position: 8px 50%;
background-repeat: no-repeat;
color: #ffffff;
display: inline-block;
border-style: none;
border-width: 0;
font-weight: bold;
margin: 10px 25% 10px 25%;
padding: 0 15px 0 33px;
}

a.product-details {
    color:#ccc;
}

a:hover {
        color:#23527c;
}
.center {
    text-align: center;
    margin: 0 auto;
}

.product-image {
    text-align: center;
}

@media (min-width: 992px)
    {
        
        .col-md-footer-9 {
        width: 69%;
        }
    }
.material-block {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    transition: box-shadow .25s;
    border-radius: 2px;
    background-color: #fff;  
    padding: 20px;
    box-sizing: border-box;
}

.mt50 {
    margin-top: 50px;
}   
