body {
    font-family: 'Open Sans', sans-serif;
    background:url('/assets/images/background.png') center center;
}

h1, h2, h3 {
    color:#0077df;
}

.mainheading {
    color:#fff;
}

.contact-text .telephone-numbers {
    font-size:22px;
}

.page-header-underline {
    font-weight: 300;
    text-transform: uppercase;
    border-bottom: 1px solid;
}

.collapsible .page-header-underline {
    cursor: pointer;
}

.collapsible .page-header-underline .caret {
    border-bottom: 6px solid transparent;
    border-top: 6px solid transparent;
    border-left: 6px solid #756f7d;
    display: inline-block;
    height: 0;
    opacity: 0.3;
    vertical-align: middle;
    width: 0;
    transition:transform 0.2s ease-in-out;
    -webkit-transition:transform 0.2s ease-in-out;
}

.collapsible.open .page-header-underline .caret {
    -webkit-transform: rotate(90deg); 
    -moz-transform: rotate(90deg);  
}



@media (min-width: 768px) {

    html, body { 
        min-height: 100%; 
    }
    body {
        margin-bottom: 100px;
    }
    html {
        position: relative;
    }
}



/* HEADER STYLES */

#header {
    margin-bottom:10px;
    position:relative;
}
#header .header-top-bar, #header .header-bottom-bar {
    background-color: rgba(0, 119, 223, 0.88);
}
#header .header-top-bar {
    position:absolute;
    top:0;
    width:100%;
    min-height: 54px;
    z-index:2;
}
#header .header-top-bar img {
    margin-bottom: -36px; 
    margin-top: 7px;
}
#header-images-scrolling {
    overflow-x:hidden;
}
#header-images-scrolling img {
    float:left;
}
#header .header-bottom-bar {
    position:absolute;
    bottom:0;
    width:100%;
    color:#fff;
    z-index:2;
}
#header .header-bottom-bar h1 {
    font-size:20px;
    margin:8px 0;
}

.simply-scroll {
    z-index:1;
    overflow: hidden;
    background: #ccc;
}
/* Container DIV - automatically generated */
.simply-scroll-container { 
    position: relative;
}

/* Clip DIV - automatically generated */
.simply-scroll-clip { 
    position: relative;
    overflow: hidden;
}

/* UL/OL/DIV - the element that simplyScroll is inited on
Class name automatically added to element */
.simply-scroll-list { 
    overflow: hidden;
    margin: 0;
    padding: 0;
    list-style: none;
}

.simply-scroll-list li {
    padding: 0;
    margin: 0;
    list-style: none;
}

.simply-scroll-list li img {
    border: none;
    display: block;
}

/* Custom class modifications - adds to / overrides above

.simply-scroll is default base class */

/* Container DIV */
.simply-scroll { 
    width: 100%;
    height: 333px;
}

/* Clip DIV */
.simply-scroll .simply-scroll-clip {
    width: 100%;
    height: 333px;
}

/* Explicitly set height/width of each list item */	
.simply-scroll .simply-scroll-list li {
    float: left; /* Horizontal scroll only */
    height: 333px;
}

/* Container DIV - automatically generated */
.simply-scroll-container { 
    position: relative;
}

/* Clip DIV - automatically generated */
.simply-scroll-clip { 
    position: relative;
    overflow: hidden;
}

/* END HEADER STYLES */






#content {
    padding-top:10px;
    border-top:2px dotted #0077df;
}





/* SIDE BAR MENU STYLES */

#left-bar-menu {
    background-color: #0077df;
    padding-top:5px;
}
#left-bar-menu img {
    margin:10px;
}
nav {
    padding-bottom:5px;
    margin-bottom:5px;
}
nav ul {
    list-style: none;
    padding:0;
    color:#fff;
    font-size:16px;
    text-transform:uppercase;
    z-index:1;
}
nav ul li {
    position:relative;
}
nav .dropdown li {
    position:relative;
}

nav ul li a, nav ul li a:hover {
    color: #fff;
    display: block;
    padding: 6px 15px;
    text-decoration: none;
    width: 100%;
}

nav ul.dropdown { 
    padding-left:15px;
}

nav ul li:hover > a { 
    background-color:#276194;
}

.navbar-collapse {
    padding-right: 0; 
    padding-left: 0;    
}

.navbar-toggle {
    background-color: #0077df;
    float:none;
    display:block;
    margin: 0 auto;
    cursor:pointer;
    border-radius:80px;
    margin-bottom:10px;
}

.navbar-toggle span {
    background-color:#fff;
    width: 14px !important;
}

@media (min-width:992px){

    nav .dropdown 
    {
        -webkit-transition: visibility 0s linear 0.2s, opacity 0.2s, left 0.2s ease-in;
        transition: visibility 0s linear 0.2s, opacity 0.2s, left 0.2s ease-in;
        position:absolute;
        top:0;
        opacity: 0;
        width:100%;
        left:0%; 
        margin-left:0;
        background:#0077df;
        overflow:hidden;
        z-index:3;
        visibility: hidden;
        padding-left:0;
    }

    nav li a
    {
        position: relative;
        z-index: 5;
        background: #0077df;
    }

    nav li:hover a + .dropdown
    {
        -webkit-transition: opacity 0.5s ease-in 0.25s, left 0.5s ease-in;
        transition: opacity 0.5s ease-in 0.25s, left 0.5s ease-in;
        opacity: 1;
        left:100%;
        visibility: visible;
        padding-left:0;
    }
    .navbar-toggle {
        display:none;
    }
}

@media (max-width:991px) {
    #left-bar-menu {
        background: none;
    }
    nav ul {
        width: 50%;
        margin: 0 auto;
        text-align: center;
    }
    nav ul ul.dropdown {
        width:100%;
        padding:0;
        font-size:14px;
        display:none;
    }
    nav ul li a {
        background-color: #0077df;
    }
    nav ul li:hover > a { 
        background-color:#276194;
    }
}

@media(max-width:1000px)  {

    .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-collapse {
        overflow-x: visible !important;
    }

    .navbar-collapse.in {
        overflow-y: auto !important;
    }

    .collapse.in {
        display: block !important;
    }
    .navbar-header {
        float:none;
    }

}


/* END SIDE BAR MENU STYLES */







.contact-text {
    color: #0077df;
    font-size:17px;
    font-weight:bold;
}

@media (min-width: 992px) {
    .contact-text {
        padding-right: 189px;
        color: #0077df;
        font-size:17px;

    }
}






/* LOZENGE STYLES */

.front-page-lozenge {
    height:252px;
}

.front-page-lozenge-image {
    height:100%;
    width:100%;
}

.lozenges-top-row {
    margin-top:5px;
    margin-bottom:25px;
}
.lozenges-bottom-row {
    margin-top:25px;
}
.lozenge {
    border-radius:40px;
    border:4px solid #fff;
    -webkit-box-shadow: 0px 0px 7px 2px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 7px 2px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 7px 2px rgba(0,0,0,0.75);
    overflow:hidden;
    position:relative;
}
.lozenge-bottom-right, .lozenge-top-right {
    margin-bottom:20px;
}
@media (min-width: 768px) {
    .lozenge-bottom-right {
        border-bottom-right-radius:0px;
        margin-bottom:0;
    }
    .lozenge-bottom-left {
        border-bottom-left-radius:0px;
    }
    .lozenge-top-right {
        border-top-right-radius:0px;
        margin-bottom:0;
    }
    .lozenge-top-left{
        border-top-left-radius:0px;
    }
}
.lozenge a .lozenge-caption {
    background-color: rgba(0, 0, 0, 0.60);
    color: #fff;
    font-size: 20px;
    height: 60px;
    position: absolute;
    text-transform: uppercase;
    transition: all 0.4s ease;
    width: 100%;
    bottom: 0;
    z-index: 2;
}
.lozenge a:hover .lozenge-caption {
    height: 100%;
    bottom: 0;
}
.lozenge p {
    transition:all 0.4s ease;
    color: #fff;
}
.lozenge a:hover p {
    margin-top:35%;
}

/* END LOZENGE STYLES */




/* BLINDS STYLES */

.blinds ul {
    list-style-image: url('/assets/images/bullet-point.png');
    padding-left:20px;
}
.blinds ul li {
    margin-bottom:9px;
}
.mini-lozenges-lozenge {
    margin-bottom:10px;
    margin-right:15px;
    display: inline-block;
    vertical-align: top;
}
.mini-lozenges-lozenge a {
    text-decoration:none;
}
.mini-lozenges img { 
    position: relative;
    border-radius:0 40px 40px 40px;
    -webkit-box-shadow: 5px 5px 9px -4px rgba(0,0,0,1);
    -moz-box-shadow: 5px 5px 9px -4px rgba(0,0,0,1);
    box-shadow: 5px 5px 9px -4px rgba(0,0,0,1);
    text-align:center;
    top:0;
    left:0;
    transition: all 0.2s ease-in-out;
}

.mini-lozenges-lozenge img { 
    width:115px;
}
.mini-lozenges-lozenge a:hover img {
    -webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);
    -moz-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);
    box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);
    top: 2px;
    left: 2px;
}
.mini-lozenges p { 
    padding-top:10px;
    color:#333;
    text-align:center;
}
@media (min-width:768px) {
    .mini-lozenges-lozenge {
        max-width:17%;
        margin-bottom:10px;
        margin-right:15px;
    }
}


/* BLINDS STYLES ENDS */






/* TEXT ONLY PRODUCT STYLES */

.products h3 {
    font-weight:600;
    font-size:16px;
}

/* TEXT ONLY PRODUCT STYLES */








/* I LIV FABRICS */

.iliv-container {
    margin-top:30px;
}
.iliv-container .image-and-head {
    background-color: #0077df;
    position:relative;
}
.iliv-container a:hover{
    text-decoration:none;
}
.iliv-container h2 {
    color: #FFF;
    padding: 10px;
    font-weight: 300;
    position: absolute;
    background-color: #0077df;
    top: 0;
    z-index: 1;
    width: 100%;
    margin-top:0;
}
.iliv-container h2:hover {
    text-decoration:none;
}
.iliv-container .image-and-head img {
    filter: sepia(0);
    -webkit-filter: sepia(0);
    -moz-filter: sepia(0);
    -o-filter: sepia(0);
    -ms-filter: sepia(0);  
    transition:all 0.3s ease;
}
.iliv-container .image-and-head img:hover, .iliv-container a:hover .image-and-head img {
    filter: sepia(0.6);
    -webkit-filter: sepia(0.6);
    -moz-filter: sepia(0.6);
    -o-filter: sepia(0.6);
    -ms-filter: sepia(0.6);
}
.iliv-container .thumbnails {
    margin-top:10px;
    width:50px;
    height:50px;
    cursor:pointer;
}
.feature-image {
    width:100%;
}
.i-liv-sub-product {
    background:#0077df;
    padding:20px;
    color:#fff;
}
.i-liv-sub-product h2,.i-liv-sub-product p {
    color:#fff;
    margin:0;
}
.left-column {
    width:25%;
    float:left;
}
.right-column {
    width:75%;
    float:right;
}


/* I LIV FABRICS ENDS */

#calculator {
    background-color: #F79419;
    width: 100%;
    padding: 10px;
    color: #000;
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
}

#calculator .input-group-addon
{
    font-size: 9px;
    width:auto;
}

#calculator table,
#calculator input,
#calculator select,
#calculator .input-group
{
    border: solid 2px #655f6a;
    width:100%;
}

#calculator .input-group input
{
    border: none;
}

#calculator .remove
{
    cursor: pointer;
}

#calculator select,
#calculator input,
#calculator .input-group
{
    border-radius: 0;
}

#calculator .quote_item,
#calculator .quantity
{
    padding: 2px;
}

#calculator .glyphicon-minus
{
    color: red;
    padding: 3px;
    border: solid 2px red;
    border-radius: 15px;
}

#calculator tr:first-child .remove
{
    cursor: default;
}

#calculator tr:first-child .remove .glyphicon
{
    color: #ccc;
    border-color: #ccc;
}

@media (max-width:545px) {
    #calculator table td {
        display:block;
    }
}

.request-quote {
    background-color:#0077df;
    padding:10px 30px;
    color:#fff;
    text-transform:uppercase;
    text-decoration:none;
    margin-top:15px;
}
.request-quote:hover {
    color:#CCC;
    text-decoration:none;
}


/* FOOTER STYLES */

#footer .footer-images {
    padding-bottom:5px;
    border-bottom:2px dotted #0077df;
}
#footer img {
    margin:10px;
}
#footer .footer-links {
    margin-top:5px;
    background-color: #0077df;
    min-height:35px;
    color: #FFF;
    padding-top:7px;
}

#footer .footer-links a {
    color: #FFF;
}

@media (min-width: 768px) {
    #footer {
        position: absolute;
        bottom: 0;
        width: 100%;
        height: 96px;
    }
}

/* END FOOTER STYLES */

.sliding {
    position:relative;
}

#product-carousel a, #product-carousel a:hover, #product-carousel a:focus, #product-carousel a:visited  {
    color:#fff;
    text-decoration:none;
}

.abcd {
    display:inline-block;
    vertical-align: top;
    width:24.5%;
    background-color:#fff;
    border:1px solid #ddd;
    margin-top:10px;
    padding:3px;
}

.abcd a{
    color:#bbb;
}

.associated  {
    line-height:17px;
}

.associated a {
    text-decoration:none;
}

#collection-carousel a, #collection-carousel a:hover, #collection-carousel a:focus, #collection-carousel a:visited  {
    /*color:#fff;*/
    font-size:15px;
    text-decoration:none;
}

