html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.clear {
    clear: both;
}


@font-face {
    font-family: 'robotolight';
    src: url('../fonts/roboto-light-webfont.eot');
    src: url('../fonts/roboto-light-webfontd41d.eot?#iefix') format('embedded-opentype'),
        url('../fonts/roboto-light-webfont.html') format('woff'),
        url('../fonts/roboto-light-webfont.ttf') format('truetype'),
        url('../fonts/roboto-light-webfont-2.html#robotolight') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'robotoblack';
    src: url('../fonts/roboto-black-webfont.eot');
    src: url('../fonts/roboto-black-webfontd41d.eot?#iefix') format('embedded-opentype'),
        url('../fonts/roboto-black-webfont.html') format('woff'),
        url('../fonts/roboto-black-webfont.ttf') format('truetype'),
        url('../fonts/roboto-black-webfont-2.html#robotoblack') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'robotothin';
    src: url('../fonts/roboto-thin-webfont.eot');
    src: url('../fonts/roboto-thin-webfontd41d.eot?#iefix') format('embedded-opentype'),
        url('../fonts/roboto-thin-webfont.html') format('woff'),
        url('../fonts/roboto-thin-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'robotoregular';
    src: url('../fonts/roboto-regular-webfont.eot');
    src: url('../fonts/roboto-regular-webfontd41d.eot?#iefix') format('embedded-opentype'),
        url('../fonts/roboto-regular-webfont.html') format('woff'),
        url('../fonts/roboto-regular-webfont.ttf') format('truetype'),
        url('../fonts/roboto-regular-webfont-2.html#robotoregular') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'robotobold';
    src: url('../fonts/roboto-bold-webfont.eot');
    src: url('../fonts/roboto-bold-webfontd41d.eot?#iefix') format('embedded-opentype'),
        url('../fonts/roboto-bold-webfont.html') format('woff'),
        url('../fonts/roboto-bold-webfont.ttf') format('truetype'),
        url('../fonts/roboto-bold-webfont-2.html#robotobold') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'robotomedium';
    src: url('../fonts/roboto-medium-webfont.eot');
    src: url('../fonts/roboto-medium-webfontd41d.eot?#iefix') format('embedded-opentype'),
        url('../fonts/roboto-medium-webfont.html') format('woff'),
        url('../fonts/roboto-medium-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}


body {
    margin: 0px;
    padding: 0px;

    font-size: 20px;
    font-family: 'robotolight';
    color: #fff;
    background-color: #333;
}

h2 {
    font-family: 'robotoblack';
    color: #fff;
    font-size: 42px;
    text-transform: uppercase;
    padding-bottom: 20px;
}

#container {
    width: 1920px;
    height: 1080px;
    position: relative;
    overflow: hidden;
}

a#virtual-cle-btn {
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 100;
}

.toplinks {
    position: absolute;
    width: 100%;
    height: 100px;
    z-index: 200;
    margin-bottom: 0;
    bottom: 0;
}

.toplinkwrapper {
    width: 430px;
    margin: 0px auto;
    padding: 15px;
    background: rgba(255, 255, 255, 0.8);
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

.toplinkwrapper .totitle {

    color: #000;
    padding: 10px 10px;
    font-family: "robotobold";

    float: left;
    display: block;
    margin-right: 10px;
    text-transform: uppercase;
    font-size: 20px;
    text-decoration: none;
    text-align: left;
}

.toplinkwrapper a {
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    padding: 10px 10px;
    font-family: "robotobold";
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    float: left;
    display: block;
    margin-right: 10px;
    text-transform: uppercase;
    font-size: 20px;
    text-decoration: none;
    min-width: 17px;
    text-align: center;
}

.toplinkwrapper a:hover,
.toplinkwrapper a.active {
    background-color: #ff0000;
}


#bgcover {
    display: block;
    width: 1920px;
    height: 1080px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 201;
    background-color: #000;
    -webkit-transform: translateZ(300px);
}

#cover {
    display: block;
    width: 1920px;
    height: 1080px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 202;
    background: url(/*  ../images/bg.jpg   */) no-repeat left top;
    -webkit-transform: translateZ(300px);
}

#clickoutlayer {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    z-index: 50;
    background-color: none;
    display: none;
}

.pleasewait {
    position: absolute;
    z-index: 20;
    left: 860px;
    top: 400px;

}

#wallbt {
    position: absolute;
    width: 160px;
    font-size: 34px;
    font-family: 'robotobold';
    color: #fff;
    padding: 20px;
    height: 34px;
    background-color: rgba(0, 0, 0, 1);
    margin-left: -200px;
    margin-top: 100px;

    -moz-border-radius-topleft: 45px;
    -webkit-border-top-left-radius: 45px;
    border-top-left-radius: 45px;
    -moz-border-radius-bottomleft: 45px;
    -webkit-border-bottom-left-radius: 45px;
    border-bottom-left-radius: 45px;

    background: #45484d;
    /* Old browsers */
    background: -moz-linear-gradient(top, #45484d 0%, #000000 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #45484d), color-stop(100%, #000000));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #45484d 0%, #000000 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #45484d 0%, #000000 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #45484d 0%, #000000 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #45484d 0%, #000000 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#45484d', endColorstr='#000000', GradientType=0);
    /* IE6-9 */


    z-index: 200;
}

#wallbt a {
    text-decoration: none;
    color: #fff;
    background: url(../images/edit.png) no-repeat left center;
    padding-left: 45px;
}

#floorbt {
    position: absolute;
    width: 160px;
    font-size: 34px;
    font-family: 'robotobold';
    color: #fff;
    padding: 20px;
    height: 34px;
    background-color: rgba(0, 0, 0, 1);
    margin-left: 600px;
    margin-top: 900px;

    -moz-border-radius-topright: 45px;
    -webkit-border-top-right-radius: 45px;
    border-top-right-radius: 45px;
    -moz-border-radius-bottomright: 45px;
    -webkit-border-bottom-right-radius: 45px;
    border-bottom-right-radius: 45px;


    background: #45484d;
    /* Old browsers */
    background: -moz-linear-gradient(top, #45484d 0%, #000000 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #45484d), color-stop(100%, #000000));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #45484d 0%, #000000 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #45484d 0%, #000000 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #45484d 0%, #000000 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #45484d 0%, #000000 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#45484d', endColorstr='#000000', GradientType=0);
    /* IE6-9 */




    z-index: 200;
}

#floorbt a {
    text-decoration: none;
    color: #fff;
    background: url(../images/edit.png) no-repeat 15px center;
    padding-left: 55px;
}

.no-flickr {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
}

#wall {
    display: block;
    height: 730px;
    width: 1920px;
    overflow: hidden;
    position: relative;
}

#wall ul {
    width: 3000px;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
}

#floor {
    display: block;
    width: 1920px;
    height: 350px;
    overflow: hidden;
    -webkit-perspective: 150px;
    /* Chrome, Safari, Opera  */
    perspective: 150px;
    position: relative;
}

#floor ul {

    width: 3000px;
    -webkit-transform: translateZ(0px) rotateX(20deg);
    -moz-transform: translateZ(0px) rotateX(20deg);
    -ms-transform: translateZ(0px) rotateX(20deg);
    transform: translateZ(0px) rotateX(20deg);
    -webkit-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;



    transform-style: preserve-3d;

    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
}

#wall ul li {
    display: block;

    float: left;

    transition: 'all 1s ease-in-out';
    border-right: 1px solid #666;
    border-bottom: 1px solid #666;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
    pointer-events: none;
}

li.clearfloat {
    clear: both;
}

#floor ul li {
    display: block;

    float: left;


    transition: 'all 1s ease-in-out';
    border-right: 1px solid #666;
    border-bottom: 1px solid #666;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    pointer-events: none;




}

#floor ul li.tile2 {
    display: block;
    background: url(../images/tile3.jpg) no-repeat left top;
    background-size: cover;
    float: left;
}

/*
#object_pic
{
    background:url(../images/lv_1_object.png) no-repeat left top;
    display: block;
    width:1920px;
    height: 1080px;
    position: absolute;
    left:0;
    top:0;
    z-index: 10;
}

#object_reflection
{
    background:url(../images/lv_1_reflection.png) no-repeat left top;
    display: block;
    width:1920px;
    height: 1080px;
    position: absolute;
    left:0;
    top:0;
    z-index: 9;
}
*/

#object_pic2 {
    background: url(/*url(../images/room_object2.html) */) no-repeat left top;
    display: block;
    width: 1920px;
    height: 1080px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
}

#object_reflection2 {
    /*background: url(../images/room_object2_reflection.html) no-repeat left top;  */
    display: block;
    width: 1920px;
    height: 1080px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
}



#wall_controls {
    display: block;
    position: absolute;
    z-index: 210;
    right: 0;
    top: 0;

    width: 600px;
    height: 1080px;

    background-color: rgba(0, 0, 0, 0.6);
    -webkit-box-shadow: -21px 1px 30px 0px rgba(50, 50, 50, 0.3);
    -moz-box-shadow: -21px 1px 30px 0px rgba(50, 50, 50, 0.3);
    box-shadow: -21px 1px 30px 0px rgba(50, 50, 50, 0.3);

    -webkit-transform: translateZ(200px);

}


#floor_controls {
    display: block;
    position: absolute;
    z-index: 209;
    left: 0;
    top: 0;

    width: 600px;
    height: 1080px;

    background-color: rgba(0, 0, 0, 0.6);
    -webkit-box-shadow: 21px 0px 30px 0px rgba(50, 50, 50, 0.3);
    -moz-box-shadow: 21px 0px 30px 0px rgba(50, 50, 50, 0.3);
    box-shadow: 21px 0px 30px 0px rgba(50, 50, 50, 0.3);



}



.wallwrapper,
.floorwrapper {
    width: 94%;
    margin: 20px auto;

}

.selected_tile {

    height: 940px;
    width: 100%;
    /*background:url(../images/overareabg.png) repeat left top;*/
    -webkit-border-radius: 10px;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius: 10px;
    -moz-border-radius-topleft: 0;
    border-radius: 10px;
    border-top-left-radius: 0;
    border-top: 5px solid #e73827;
    background-color: #fff;



}

#wallstep3 {
    height: 540px;
}

#floorstep3 {
    height: 540px;
}

.selected_tile_left {
    float: left;
    width: 35%;
    margin-left: 4%;


}

.selected_tile_right {
    float: left;
    width: 51%;
    padding-left: 4%;
    padding-top: 15px;
}

.currsel {
    display: block;

    color: #ff0000;
    padding: 10px 0px 10px 0px;
    font-family: 'robotobold';
    font-size: 20px;
    margin-top: 15px;
    text-transform: uppercase;
}

.currselname {
    display: block;

    color: #666;
    padding: 10px;
    font-family: 'robotobold';
    font-size: 20px;
    margin-top: 15px;
    text-transform: uppercase;
}

.wall_image {
    margin-top: 25px;
    display: block;
    width: 100%;
    height: 226px;


}

.currwallname {
    font-size: 33px;
    color: #000;
    font-family: 'robotobold';
    padding: 20px 0px 0px 20px;

}

.currwalldesc {
    font-family: 'robotoregular';
    font-size: 18px;
    line-height: 18px;
    color: #999;
    padding: 5px 10px 0px 20px;

    height: 20px;

}

.selected_tile_right table tr td {
    padding: 6px;
    color: #666;
}

.tabfields {
    font-family: 'robotobold';
    border-right: 1px solid #e4e4e4;
}

.tabsep {
    border-bottom: 1px solid #e4e4e4;
}

.selected_tabs .tab a {
    text-transform: uppercase;
    text-align: center;
    font-family: 'robotobold';
    width: 250px;
    font-size: 22px;

    float: left;
    margin-right: 5px;
    padding: 10px;
    text-decoration: none;
    color: #666;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;


    transition: all 0.5s ease;
    background: #ffffff;
    /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(50%, #f1f1f1), color-stop(51%, #e1e1e1), color-stop(100%, #f6f6f6));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffffff 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #ffffff 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f6f6f6', GradientType=0);
    /* IE6-9 */





}

.selected_tabs .active a {


    background-color: #000;
    color: #fff;

    background: #f85032;
    /* Old browsers */
    background: -moz-linear-gradient(top, #f85032 0%, #f16f5c 50%, #f6290c 51%, #f02f17 71%, #e73827 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f85032), color-stop(50%, #f16f5c), color-stop(51%, #f6290c), color-stop(71%, #f02f17), color-stop(100%, #e73827));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #f85032 0%, #f16f5c 50%, #f6290c 51%, #f02f17 71%, #e73827 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #f85032 0%, #f16f5c 50%, #f6290c 51%, #f02f17 71%, #e73827 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #f85032 0%, #f16f5c 50%, #f6290c 51%, #f02f17 71%, #e73827 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #f85032 0%, #f16f5c 50%, #f6290c 51%, #f02f17 71%, #e73827 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f85032', endColorstr='#e73827', GradientType=0);
    /* IE6-9 */

}


.sect_triangle {
    text-align: center;
    z-index: 100;
    position: absolute;
    margin-left: 260px;
}



.tileselectarea {
    display: block;
    height: 560px;
    background: #e4e4e4;
    margin-top: 30px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background: #ffffff url(../images/stripe2.png) repeat left top;
    position: relative;
}

.disablelayer {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    min-height: 300px;
    background-color: rgba(255, 255, 255, 0.8);
}


.tileselecttitle {
    font-family: 'robotobold';
    font-size: 24px;
    color: #999;
    padding: 35px 10px 15px 20px;
    width: 60%;
    float: left;
}

.tileselectcontainer {
    margin-top: 10px;
    padding-left: 20px;
    height: 460px;
    overflow-y: scroll;
    overflow-x: hidden;

}

.filterbt {
    width: 32%;
    float: right;
    text-align: right;

    margin-top: 24px;

}

a.sizeselectbt {
    font-family: 'robotobold';
    text-decoration: none;
    color: #333;
    background: #fff;
    padding: 15px;
    font-size: 15px;
    right: 14px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: 1px solid #e4e4e4;

    width: 133px;
    display: block;
    text-align: left;
}

.sizeselectbt.active,
.sizeselectbt:hover {
    color: #fff;
    background: #222;

}

.sizeselects {
    position: absolute;
    background: #fff;
    width: 94%;
    height: 470px;
    z-index: 211;
    margin-top: 493px;
    background: #222;
    left: 3%;
    -webkit-border-radius: 10px;
    -webkit-border-top-right-radius: 0;
    -moz-border-radius: 10px;
    -moz-border-radius-topright: 0;
    border-radius: 10px;
    border-top-right-radius: 0;



}

.sizeselectul {
    margin-top: 20px;
    width: 96%;
    margin-left: 2%;



}

.sizeselect li {
    float: left;
    display: block;

}

.sizeselectul li a {
    display: block;
    font-family: 'robotobold';
    text-align: center;
    width: 120px;
    height: 14px;
    color: #333;

    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    padding: 15px 15px;
    float: left;
    text-decoration: none;
    margin-left: 10px;
    margin-bottom: 10px;
    font-size: 13px;

    background: rgb(255, 252, 252);
    /* Old browsers */
    background: -moz-linear-gradient(top, rgba(255, 252, 252, 1) 0%, rgba(234, 232, 232, 1) 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 252, 252, 1)), color-stop(100%, rgba(234, 232, 232, 1)));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(255, 252, 252, 1) 0%, rgba(234, 232, 232, 1) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(255, 252, 252, 1) 0%, rgba(234, 232, 232, 1) 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(255, 252, 252, 1) 0%, rgba(234, 232, 232, 1) 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, rgba(255, 252, 252, 1) 0%, rgba(234, 232, 232, 1) 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcfc', endColorstr='#eae8e8', GradientType=0);
    /* IE6-9 */

    -webkit-box-shadow: 3px 3px 0px 0px rgba(0, 0, 0, 0.21);
    -moz-box-shadow: 3px 3px 0px 0px rgba(0, 0, 0, 0.21);
    box-shadow: 3px 3px 0px 0px rgba(0, 0, 0, 0.21);

    transition: all 0.5s ease;
}

.sizeselectul li a:hover,
.sizeselectul li a.active {
    transition: all 0.5s ease;
    color: #fff;
    background: rgb(248, 80, 50);
    /* Old browsers */
    background: -moz-linear-gradient(top, rgba(248, 80, 50, 1) 0%, rgba(241, 111, 92, 1) 50%, rgba(246, 41, 12, 1) 51%, rgba(240, 47, 23, 1) 71%, rgba(231, 56, 39, 1) 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(248, 80, 50, 1)), color-stop(50%, rgba(241, 111, 92, 1)), color-stop(51%, rgba(246, 41, 12, 1)), color-stop(71%, rgba(240, 47, 23, 1)), color-stop(100%, rgba(231, 56, 39, 1)));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(248, 80, 50, 1) 0%, rgba(241, 111, 92, 1) 50%, rgba(246, 41, 12, 1) 51%, rgba(240, 47, 23, 1) 71%, rgba(231, 56, 39, 1) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(248, 80, 50, 1) 0%, rgba(241, 111, 92, 1) 50%, rgba(246, 41, 12, 1) 51%, rgba(240, 47, 23, 1) 71%, rgba(231, 56, 39, 1) 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(248, 80, 50, 1) 0%, rgba(241, 111, 92, 1) 50%, rgba(246, 41, 12, 1) 51%, rgba(240, 47, 23, 1) 71%, rgba(231, 56, 39, 1) 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, rgba(248, 80, 50, 1) 0%, rgba(241, 111, 92, 1) 50%, rgba(246, 41, 12, 1) 51%, rgba(240, 47, 23, 1) 71%, rgba(231, 56, 39, 1) 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f85032', endColorstr='#e73827', GradientType=0);
    /* IE6-9 */

}

.tileselectcontainer ul li {
    width: 26%;
    height: 170px;
    float: left;
    background: #f9f9f9;
    border: 1px solid #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 10px;
    margin-right: 15px;
    margin-bottom: 15px;
    -webkit-box-shadow: 4px 4px 3px 0px rgba(50, 50, 50, 0.1);
    -moz-box-shadow: 4px 4px 3px 0px rgba(50, 50, 50, 0.1);
    box-shadow: 4px 4px 3px 0px rgba(50, 50, 50, 0.1);

    transition: all 0.5s ease;



}

.tileselectcontainer ul li .tileimg {
    display: block;
    width: 100%;
    height: 100px;
    text-align: center;

}

.tileselectcontainer ul li .tiletitle {
    font-family: 'robotobold';
    color: #000;
    font-size: 17px;
    margin-top: 10px;
    text-align: center;
}

.tileselectcontainer ul li .tiledesc {
    color: #999999;
    margin-top: 5px;
    font-size: 14px;
    text-align: center;

}


.tileselectcontainer ul li.active,
.tileselectcontainer ul li:hover {

    background: #ff0000;


}

.tileselectcontainer ul li.active .tileimg,
.tileselectcontainer ul li:hover .tileimg {}

.tileselectcontainer ul li.active .tiletitle,
.tileselectcontainer ul li:hover .tiletitle {

    color: #fff;

}

.tileselectcontainer ul li.active .tiledesc,
.tileselectcontainer ul li:hover .tiledesc {
    color: #fff;


}





.patternslist {
    height: 250px;
    padding-left: 25px;
    margin-top: 15px;
}

.patternslist ul li {
    width: 18%;
    height: 100px;
    float: left;

    border: 1px solid #e4e4e4;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    -webkit-box-shadow: 4px 4px 3px 0px rgba(50, 50, 50, 0.1);
    -moz-box-shadow: 4px 4px 3px 0px rgba(50, 50, 50, 0.1);
    box-shadow: 4px 4px 3px 0px rgba(50, 50, 50, 0.1);
    background: #45484d;
    /* Old browsers */

    background: none;
    /* Old browsers */

    transition: all 0.5s ease;

}

.patternslist ul li.active,
.patternslist ul li:hover {
    -webkit-box-shadow: 0px 0px 35px 1px rgba(0, 193, 251, 0.58);
    -moz-box-shadow: 0px 0px 35px 1px rgba(0, 193, 251, 0.58);
    box-shadow: 0px 0px 35px 1px rgba(0, 193, 251, 0.58);
    background: #00c1fb;
    transition: all 0.5s ease;
}

.patternslist ul li a {
    text-decoration: none;
    display: block;
    text-align: center;
}

.pattitle {
    text-align: center;
    text-decoration: none;
    color: #000;
    font-family: 'robotobold';
    font-size: 14px;
    text-transform: uppercase;
    margin-top: 5px;
}

.patternslist ul li.active .pattitle {
    color: #fff;
}

.patternslist ul li.active,
.patternslist ul li:hover .pattitle {
    color: #fff;
}

.groutlist {
    height: 250px;
    padding-left: 25px;
    margin-top: 15px;
}

.groutlist ul li {
    width: 73px;
    height: 73px;
    float: left;
    background: #000;
    border: 1px solid #333;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    -webkit-box-shadow: 4px 4px 3px 0px rgba(50, 50, 50, 0.1);
    -moz-box-shadow: 4px 4px 3px 0px rgba(50, 50, 50, 0.1);
    box-shadow: 4px 4px 3px 0px rgba(50, 50, 50, 0.1);
    background: #45484d;
    /* Old browsers */

    background: #000000;
    /* Old browsers */
    background: -moz-linear-gradient(top, #000000 0%, #45484d 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #000000), color-stop(100%, #45484d));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #000000 0%, #45484d 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #000000 0%, #45484d 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #000000 0%, #45484d 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #000000 0%, #45484d 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#45484d', GradientType=0);
    /* IE6-9 */


}

.groutlist ul li div {
    width: 75px;
    display: block;
    height: 75px;
    text-align: center;
}

#container {
    /*transform: scale(0.7);
-moz-transform: scale(0.7);
-ms-transform: scale(0.7);
-webkit-transform: scale(0.7);
-o-transform: scale(0.7);
    transform-origin: 15% 0%;*/
}

#ov_wall_price,
#ov_floor_price {
    color: #ef1c24;
    font-family: 'robotobold';
}

#ov_wall_price span,
#ov_floor_price span {
    color: #fff;
    font-family: 'robotolight';
}

/*#ov_wall_usedfor,#ov_floor_usedfor
{
    word-break:break-all;
}*/


/*tile calculator css*/
a {
    text-decoration: none;
}

.calc-text {
    width: 170px;
    background-color: #ef1c24;
    text-align: center;
    color: #FFF !important;
    padding: 10px 0px;
    text-transform: uppercase;
    /*font-weight: bold;*/
    font-family: 'robotobold';
    display: block;
    font-size: 18px;
    margin-top: 8px;
}

.closelogin {
    text-align: right;
    position: absolute;
    right: -25px;
    top: -25px;
}

.tilecalc-container {
    width: 100%;
    position: fixed;
    *position: absolute;
    min-height: 100%;
    left: 0;
    top: 0;
    z-index: 250;
    /*  background:url(../images/cartbg.jpg) no-repeat center top;
						background-size:cover;*/
    background: rgba(0, 0, 0, 0.3);


}


#tile-calculator-wrapper {
    width: 1270px;
    height: 548px;
    margin: 100px auto;
    background: #fff;
    padding: 25px;
    position: relative;
    border: 1px solid #e4e4e4;
    -webkit-box-shadow: 10px 10px 138px 0px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 10px 10px 138px 0px rgba(0, 0, 0, 0.6);
    box-shadow: 10px 10px 138px 0px rgba(0, 0, 0, 0.6);

    border: 1px solid #e4e4e4;
    /*background: url(images/whitegloss.html) no-repeat left top;  */
    background-size: cover;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    border: 15px solid rgba(0, 0, 0, 0.6);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;


    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transform: scale(0, 0);
    /* reset transforms (Chrome bug) */
    -ms-transform: scale(0, 0);
    transform: scale(0, 0);

    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -ms-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;



}

#tile-calculator-wrapper.tile-animlayer {

    -webkit-transform: scale(1, 1);
    /* reset transforms (Chrome bug) */
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);

    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -ms-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;

}

#tile-popup {
    width: 70%;
    float: left;
}

#tile-popup input[type=text],
#tile-popup input[type=number] {
    width: 90px;
    margin-right: 15px;
    padding: 6px;
    border: 1px solid #e4e4e4;
}

#tile-popup select {


    border: 1px solid #e4e4e4;
}

#tile-popup h2 {
    font-size: 28px;
    /*font-weight: bold;*/
    font-family: 'robotobold';
    color: #ef1c24;
}

#tile-popup input[type=radio] {
    width: 24px;
    padding: 6px;
}

#tile-popup table tbody tr {}

#tile-popup table tbody tr td {
    padding: 15px;
    border: 1px solid #e4e4e4;
    color: #000;
}

#tile-results {
    width: 30%;
    float: left;
}

.sectlabel {
    font-size: 20px;
    text-transform: uppercase;
    /*font-weight: bold;*/
    font-family: 'robotobold';
    color: #333;
    margin-bottom: 5px;
}

.calcprodname {
    font-size: 22px;
    color: #000;
    /*font-weight: bold;*/
    font-family: 'robotobold';
}

.calcprodname span {
    color: #888;
}

.proddetlabel {
    text-transform: uppercase;
    color: #333;
    /*font-weight: bold;*/
    font-family: 'robotobold';
}

.pt5 {
    width: 100px;
}

#tile-calculator-wrapper {
    background: #fff;
}

.restitle {
    font-size: 28px;
    /*font-weight: bold;*/
    font-family: 'robotomedium';
    color: #ef1c24;
    text-transform: uppercase;
}

.res_tit {
    /*font-weight: bold;*/
    font-family: 'robotobold';
    font-size: 20px;
    color: #000;
    margin-top: 5px;
}

.res_val {
    font-size: 28px;
    /*font-weight: bold;*/
    font-family: 'robotobold';
    color: #000;
    line-height: 24px;

    padding-bottom: 5px;

}

.innerCont a {
    display: inline-block;
    padding: 10px;
    background: #ef1c24;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    /*font-weight: bold;*/
    font-family: 'robotobold';
    font-size: 20px;
}

.sectlabel,
.proddetlabel,
.sectlabel span {
    text-transform: uppercase;
    color: #333;
    /*font-weight: bold;*/
    font-family: 'robotobold';
}

.proddetlabel span {
    font-size: 18px;
    /*font-weight: bold;*/
    font-family: 'robotobold';
}

.pattern-label {
    color: #ef1c24;
    font-size: 18px;
    /*font-weight: bold;*/
    font-family: 'robotobold';
}

.base_tile table,
.pattern_tile table,
.result table {
    margin-bottom: 15px !important;
    width: 95% !important;
    padding-bottom: 15px;
}

.proddetlabel span,
.calcprodname span,
.sectlabel span {
    color: #888;
}

a[name="reset"] {
    background-color: #000 !important;
}

.opt {
    margin-bottom: 15px;
}

[for=width1],
[for=length1],
[for=width2],
[for=length2] {
    width: 150px !important;
}

.res_tit,
.res_val {
    font-size: 22px !important;
    margin-top: 5px;
    line-height: 24px;
}

.res_tit {
    float: left;
    width: 157px;
    padding-left: 18px;
}

.restitle {
    padding-left: 18px;
    padding-top: 8px;
}

.result {
    background-color: #fff !important;
}

#showOptionalnew span a {
    background-color: transparent;
    color: #f00;
}

.base_tile tr td,
.result tr td {}

.type_wall_floor {
    text-transform: capitalize;
}

.calcprodname select {
    font-size: 22px;
    width: 350px;
}

.selected_tile_right table {
    text-transform: capitalize;
}

.pattern-tile-calculator-btn {
    margin-top: 40px;
}

.tileselecttitle {
    text-transform: uppercase;
}

/*#ov_wall_image,#ov_floor_image{-webkit-box-shadow: 0px 0px 17px 0px rgba(0,0,0,0.3);
-moz-box-shadow: 0px 0px 17px 0px rgba(0,0,0,0.3);
box-shadow: 0px 0px 17px 0px rgba(0,0,0,0.3);}*/