@import url("reset.css");

/*********************************************************************************/
/* Fonts                                                                     */
/*********************************************************************************/

@charset 'UTF-8';

@font-face {
    font-family: 'segoe_uiregular';
    src: url('../fonts/segoe/segoeui-webfont.eot');
    src: url('../fonts/segoe/segoeui-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/segoe/segoeui-webfont.woff') format('woff'),
    url('../fonts/segoe/segoeui-webfont.ttf') format('truetype'),
    url('../fonts/segoe/segoeui-webfont.svg#segoe_uiregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
html{-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}
html, body {
    height: 100%;
}

body {
    margin: 0px;
    padding: 0px;
    background: #fcfbfb;
    font-family: 'segoe_uiregular';
    font-size: 0.9em;
    font-weight: 300;
    color: #e1e1e1
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
    font-weight: 600;

}

p, ol, ul {
    margin-top: 0;
}

ol, ul {
    padding: 0;
    list-style: none;
}

p {
    line-height: 180%;
}

strong {
}

a {
    color: #2C383B;
}

a:hover {
    text-decoration: none;
}

table {
    border-collapse: collapse; /* 'cellspacing' equivalent */
}

table td, table th {
    vertical-align: top;
    padding: 0; /* 'cellpadding' equivalent */
    /*display: inline-block;*/
}

/*********************************************************************************/
/* Image Style                                                                   */
/*********************************************************************************/

img {
    border: 0;
}

/*********************************************************************************/
/* Header                                                                        */
/*********************************************************************************/

#header-wrapper {
    background: #fcfbfb;
}

#header {
    position: relative;
    height: 100px;
}

/* this div id is operated on by backstretch in footer */

#header-featured {
    /*height: 40em;*/
    height: auto;
    /*background: url(../images/banner-frame.jpg) no-repeat center bottom;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;	*/
}

/*********************************************************************************/
/* Page                                                                          */
/*********************************************************************************/

.container {
    margin: 0px auto;
    min-width: 960px;
    max-width: 1200px;

}

#wrapper {
    background: #FFF;
}

#page {
    overflow: hidden;
    padding: 6em 0em;
    border-bottom: 2px solid #E3E3E3;
    text-align: center;
}

#page .button {
    margin-top: 2em;
}

/* float a div in the centre of another div horizontally */
.rectangle-center {
  display: table;
  margin: 0 auto;
}

/*********************************************************************************/
/* Content                                                                       */
/*********************************************************************************/

.container-content {
    min-width: 960px;
    max-width: 1200px; display:inline-block;
    /* space between we cut corners footer and the actual footer */
    padding-bottom: 24px;
}

.container-content p, h1, h2, h3 {
    margin: 12px;
}

.container-content td {
    background: black;
    background: rgba(0, 0, 0, 0.7);
}

.container-content p {
    font-size: 1.2em;
}

.container-content h1 {
    font-size: 1.6em;
}

.container-content h2 {
    font-size: 1.4em;
    color: #DF771C;
}

.container-content h3 {
    font-size: 1.3em;
    color: #DF771C;
}

.container-content img {
    border: solid 6px #e1e1e1;
}

.container-content a {
    color: #DF771C;
}

.space-before-inner-footer {
    padding-bottom: 0;
}

/*
 add this class to a div inside .container-content if you want to modify an already defined attribute of .container-content
*/
.container-modification h1 {

    font-size: 3em;
    color: #DF771C;

}

.container-modification {
    background: black;
    background: rgba(0, 0, 0, 0.7);
}

/*********************************************************************************/
/* Banner                                                                        */
/*********************************************************************************/

#banner-wrapper {
    overflow: hidden;
    padding: 0em 0em;
    background: #fcfbfb;
}

#banner {
    overflow: hidden;
    width: 1000px;
    padding: 0px 100px;
    text-align: center;
    color: rgba(0, 0, 0, .7);
}

#banner a {
    color: rgba(0, 0, 0, .9);
}

#banner .box-left {
    float: left;
}

#banner .box-right {
    float: right;
}

#banner h2 {
    margin: 0em;
    padding: 0em;
    font-weight: 400;
    font-size: 3em;
    color: #555555;
}

#banner span {
    display: block;
    padding-top: 0.20em;
    text-transform: uppercase;
    font-size: 1.2em;
    color: #A2A2A2;
}

/*********************************************************************************/
/* Featured                                                                      */
/*********************************************************************************/

#featured-wrapper {
    overflow: hidden;
    padding: 1em 0em;
    background: #fcfbfb;
    text-align: center;
}

#featured {
    overflow: hidden;
}

/*********************************************************************************/
/* List Styles                                                                   */
/*********************************************************************************/

ul.style1 {
    margin: 0;
    padding: 0em 0em 0em 0em;
    overflow: hidden;
    list-style: none;
    color: #6c6c6c
}

ul.style1 li {
    overflow: hidden;
    display: block;
    padding: 2.80em 0em;
    border-top: 1px solid #D1CFCE;
}

ul.style1 li:first-child {
    padding-top: 0;
    border-top: none;
}

ul.style1 .image-left {
    margin-bottom: 0;
}

ul.style1 h3 {
    padding: 1.2em 0em 1em 0em;
    letter-spacing: 0.10em;
    text-transform: uppercase;
    font-size: 1.2em;
    font-weight: 600;
    color: #454445;
}

ul.style1 a {
    text-decoration: none;
    color: #525252;
}

ul.style1 a:hover {
    text-decoration: underline;
    color: #525252;
}

ul.style2 {
    margin: 0;
    padding-top: 1em;
    list-style: none;
}

ul.style2 li {
    border-top: solid 1px #E5E5E5;
    padding: 0.80em 0 0.80em 0;
    font-family: 0.80em;
}

ul.style2 li:before {
    display: inline-block;
    padding: 4px;
    background: #DB3256;
}

ul.style2 a {
    display: inline-block;
    margin-left: 1em;
}

ul.style2 li:first-child {
    border-top: 0;
    padding-top: 0;
}

ul.style2 .icon {
    color: #FFF;
}

ul.style3 {
    margin: 0;
    padding-top: 1em;
    list-style: none;
}

ul.style3 li {
    border-top: solid 1px rgba(255, 255, 255, .2);
    padding: 1em 0 1em 0;
    font-family: 0.80em;
}

ul.style3 li:before {
    display: inline-block;
    padding: 4px;
    background: #FFF;
}

ul.style3 a {
    display: inline-block;
    margin-left: 1em;
    font-size: 1em !important;
    color: #FFF;
}

ul.style3 li:first-child {
    border-top: 0;
    padding-top: 0;
}

ul.style3 .icon {
    color: #DB3256;
}

/*********************************************************************************/
/* Button Style                                                                  */
/*********************************************************************************/

.button {
    display: inline-block;
    padding: 1.3em 3em;
    background: #2C383B;
    -moz-transition: opacity 0.25s ease-in-out;
    -webkit-transition: opacity 0.25s ease-in-out;
    -o-transition: opacity 0.25s ease-in-out;
    -ms-transition: opacity 0.25s ease-in-out;
    transition: opacity 0.25s ease-in-out;
    letter-spacing: 0.20em;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 600;
    color: #FFF;
}

.button:hover {
}

.button:active {
}

.button-big {
    padding: 1.6em 4em;
    font-size: 1.4em;
    font-weight: 900;
}

/*********************************************************************************/
/* Heading Titles                                                                */
/*********************************************************************************/

.title {
    margin-bottom: 3em;
}

.title h2 {
    font-weight: 400;
    font-size: 2.8em;
    color: #323232;
}

.title .byline {
    letter-spacing: 0.15em;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 1.1em;
    color: #6F6F6F;
}

/*********************************************************************************/
/* Logo                                                                          */
/*********************************************************************************/

#logo {
    position: absolute;
    top: 0.4em;
    left: 0;
    width: 100%;
}

#logo h1 {
    display: inline-block;
    font-size: 2.5em;
    text-transform: uppercase;
    font-weight: 700;
    color: #2C383B;
    padding-right: 0.50em;
    border-right: 1px solid rgba(0, 0, 0, .3);
}

#logo div {
    position: absolute;
    top: 0.1em;
    display: inline-block;
    padding-left: 1.50em;
    letter-spacing: 0.10em;
    text-transform: uppercase;
    font-size: 0.90em;
}

#logo a {
    text-decoration: none;
    color: #2C383B;
}

/*********************************************************************************/
/* Menu                                                                          */
/*********************************************************************************/

#menu {
    position: absolute;
    right: 0;
    top: 0em;
}

#menu ul {
    display: inline-block;
}

#menu li {
    display: block;
    float: left;
    text-align: center;
    line-height: 71px;
}

#menu li a, #menu li span {
    display: inline-block;
    margin-left: 1px;
    padding: 1em 1.5em;
    letter-spacing: 0.05em;
    text-decoration: none;
    font-size: 1.2em;
    /*text-transform: uppercase;*/
    outline: 0;
    color: #212121;
    /*background: #ECECEC;*/
}

#menu li:hover a, #menu li.active a, #menu li.active span {
    background-color: #DF771C;
}

#menu .current_page_item a {
    /*background: #f04a16; dark orange */
    background: #DF771C;
    color: #FFF;
}

#menu .icon {
}

/*********************************************************************************/
/* Copyright                                                                     */
/*********************************************************************************/

#copyright {
    overflow: hidden;
    padding: 5em 0em;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

#copyright p {
    letter-spacing: 0.20em;
    text-align: center;
    text-transform: uppercase;
    font-size: 0.60em;
    color: #333;
    color: rgba(0, 0, 0, 0.3);
}

#copyright a {
    text-decoration: none;
    color: #333;
    color: rgba(0, 0, 0, 0.3);
}

#copyright a:hover {
    text-decoration: none;
    color: #333;
    color: rgba(0, 0, 0, 0.6);
}

/*********************************************************************************/
/* Print Price Page Tables                                                            */
/*********************************************************************************/

.prints-images {
    width: 100%;
    text-align: center;
}

.prints-images {
    margin: 24px 0;

}

.prints-images td {
    padding: 48px;
    text-align: center;
    background-color: transparent;
    font-size: 1.4em
}

.print-text {
    width: 75%;
    margin: 12px;
}

.print-price {
    margin: 24px;
    border: 1px solid white;
}

.print-price td {
    width: 100px;
    border: 1px solid white;
    padding: 12px;
    text-align: center;
}

.print-price tr td:first-child {
    font-weight: 600;
    background-color: #FFF;
    color: black;
    border: 1px dashed black;
}

/*********************************************************************************/
/* Gallery Slide Show Pages                                                            */
/*********************************************************************************/

.gallery-paginate {
    clear: both;
    padding-bottom: 24px;
    text-align: left;
    color: #DF771C;
}

.gallery li {
    height: 400px;
    min-width: 240px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.gallery-paginate li {
    list-style: none;
    display: inline;
    font-size: 1.6em;
    padding-right: 36px;
}

.paginate-on {
    color: #fff;
    font-size: 1.6em;
    margin-bottom: 24px;
}

/* the room gallery needs special padding */

.room li {

    padding-left: 48px;
    padding-right: 48px;

}

/***********************************/
/* social media icons need to be pushed left for phones and tablet
/***********************************/

.social-media {

    position: relative;
    top: 108px;
    left: 1086px;
    height: 28px;
    width: 114px;
    font-size: 1em

}

.facebook-image {

    width: 26px;
    height: 26px;
    padding: 1px 0 0 24px

}

.instagram-image {

    width: 26px;
    height: 26px;
    padding: 1px 0 0 12px

}

@media screen and (orientation: portrait) {

    .social-media {

        position: relative;
        top: 108px;
        left: 860px;
        height: 28px;
        width: 114px;
        font-size: 1em

    }

    .instagram-image {

        width: 26px;
        height: 26px;
        padding: 1px 0 0 20px

    }

}

@media screen and (max-width: 1024px) and (orientation: landscape) {

    .social-media {

        position: relative;
        top: 108px;
        left: 860px;
        height: 28px;
        width: 114px;
        font-size: 1em

    }

    .instagram-image {

        width: 26px;
        height: 26px;
        padding: 1px 0 0 20px

    }

}

/***********************************/
/* PRICE LIST FOR GENERIC HOVER ON ANY PRINT
/* see footer-main.inc.php
/* ui-tooltip is added by jquery
/***********************************/

.ui-tooltip {
    max-width: 30em;
    width: 30em;
}

.price-list-hover {

}

.price-list-hover-row {

    width: 100%;

    display: inline-block;

}

.price-list-hover-row span {

    font-size: 0.6em;

}

.price-list-hover-row div:nth-child(1) {

    width: 25%;
    background-color: transparent;

}

.price-list-hover-row div:nth-child(2) {

    width: 16%;

}

.price-list-hover-row div:nth-child(3) {

    width: 16%;

}

.price-list-hover-row div:nth-child(4) {

    width: 16%;

}

.price-list-hover-row div:nth-child(5) {

    width: 16%;

}

.price-list-hover-row div {
    padding: 4px;
    float: left;

}

/***********************************/
/* UL LI to tile or stack images
/*
/*
/***********************************/

.images-respond {
    text-align: center;
}

.images-respond ul li {
    list-style: none;
    display: inline-block;
}

.images-respond ul li {
    list-style: none;
    display: inline-block;
    margin: 24px;
}

.mirrors-intro ul li {
    width: 320px;
}

.mirrors-intro ul img {
    width: 320px;
}

.mirrors-intro-corners ul li {
    width: 85px;
    color: #000;
}

.mirrors-intro-corners ul img {
    width: 85px;
}

/*****************************
SERVICES PAGE UL
*********************************/

.services-framing-list ul {
    margin: 12px;
}

.services-framing-list ul li {
    font-size: 1.1em;
    margin: 12px;
}

/*****************************
INNER FOOTER
*********************************/

.inner-footer {
    font-size: 1.1em;
    background: #fcfbfb;
}


/*Techtic Solutions*/

.banner-image{ display:none;}
.mobile-footer{ display:none;}
.content-area{ width:100%; background: rgba(0, 0, 0, 0.7) none repeat; padding:0 0 5px 0; box-sizing:border-box; overflow:hidden;}

.aboutright{float:right; margin-left:25px; margin-right:25px; margin-top:35px;}
.aboutright-1{ float:right; clear:right; margin-top:150px; margin-left:25px; margin-right:25px;}

.aboutleft-panel{ width:65%; float:left; height:auto;}
.aboutright-panel{width:34%; float:right; height:auto; padding-right:1%;}
.aboutright-panel img{ max-width:100%; height:auto !important;}

.aboutleft-panel-1{width:65%; float:left; height:auto; margin-top: -10px;}

.aboutright-panel-1{width:34%; float:right; height:auto; padding-right:1%;}

.aboutright-panel-1 img{ max-width:100%; height:auto !important;}


.services-row1{ width:100%; float:left; height:auto;}
.services-row1-left{width:65%; float:left;}
.services-row1-right{width:33%; float:right; margin-top:55px;}



.services-row2{ width:100%; float:left; height:auto; margin-top:24px;}
.services-row2-left{width:65%; float:left;}
.services-row2-left ul{width:100% !important; float:left; margin:10px 0 0 0!important; box-sizing:border-box; padding-left:12px;}
.services-row2-left ul li{ width:30%; float:left; margin-bottom:0px; margin-right:0px;}


.services-row2-right{width:33%; float:right; margin-top:50px;}

.services-row3{ width:100%; float:left; height:auto; margin-top:50px;}
.services-row3-left{width:65%; float:left;}
.services-row3-right{width:33%; float:right;}

.services-row3-right{ margin-top:40px;}

.services-row4{ width:100%; float:left; height:auto; margin-top:40px;}
.services-row4-left{width:65%; float:left;}
.services-row4-right{width:33%; float:right; margin-top:50px; margin-bottom:20px;}

.contact-left{ width:30%; float:left;}
.contact-center{width:20%; float:left;}
.contact-right{ width:50%; float:right;}

.print{width:100%; float:left; height:auto;}
.print-row1{width:100%; float:left; height:auto;}
.print-row1 ul{ width:100%; float:left; list-style:none;}
.print-row1 ul li {
  box-sizing: border-box;
  float: left;
  font-size: 1.4em;
  list-style: outside none none;
  padding: 60px 5%;
  width: 33%;
} 

.contact-leftimg {
  margin-left: 12px;
  margin-top: 24px;
}

.tooltip-res{ display: none;}
.mobile-paginate-on{display: none;}

.orange-txt {
    color: #DF771C;
}