@charset "utf-8";
/* CSS Document */
@import url(https://fonts.googleapis.com/css?family=Dosis:400,200,300,500,600,700,800);

body	{
	margin: 0px;
	padding: 0px;
	font-family: 'Dosis', sans-serif;
	color: #5d5d5d;
	font-size: 16px;
	/*background-image: url(../images/bg.jpg);*/
	background-color: #92c7e6;
	background-position: top center;
	background-repeat: repeat;
}
a {
	text-decoration: none;
	color: #333;
}
ul, li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
h2 {
    color: #333;
    font-size: 25px;
    font-weight: 500;
}
.inner-row h2 {
    color: #ff5c23;
    font-size: 25px;
    font-weight: 500;
}

.art-nav.desktop-nav {
    display: none;
}
.container {
    background: #fff none repeat scroll 0 0;
    margin: 0 auto;
    width: 1228px;
}
.row	{
	width: 100%;
	margin: 0 auto;
	padding-top: 20px;
}
.row:after	{
	float: none;
	clear: both;
	content: '';
	display: block;
}
.row.item-list2 {
   padding-top: 1px;
}
.inner-row {
    margin: 0 25px;
    width: auto;
}
.logo {
    float: left;
    padding-left: 20px;
    width: 30%;
}
.social {
    float: right;
    padding-right: 20px;
    padding-top: 10px;
    text-align: right;
    width: 30%;
}
.header {
    background: #fff none repeat scroll 0 0;
    height: 100px;
    position: fixed;
    top: 0;
    width: 1228px;
    z-index: 999;
}
.banner {
    margin-top: 91px;
}

nav {
    background: #f8f8f8 none repeat scroll 0 0;
    border-top: 1px solid #eee;
    padding: 6px 0;
    text-transform: uppercase;
}
nav a {
    font-weight: 500;
    /*padding: 0 42px;*/
	padding-left: 40px;
    padding-right: 36px;
}
nav a:first-child {
    padding-left: 22px;
}
nav a:last-child {
    padding-right: 20px;
}
.details {
    float: left;
    margin-left: 20px;
    margin-right: 30px;
    width: 35%;
}
.details-middle {
    color: #f38900;
    float: left;
    font-size: 20px;
    font-weight: 700;
    margin-right: 29px;
    margin-top: 18px;
    width: 20%;
}
.details-middle li {
    border-bottom: 2px solid #ececec;
    padding: 5px 0;
}
.details-middle li img {
    margin-right: 38px;
    vertical-align: middle;
}
.lorenz-furni {
    float: right;
    margin-right: 26px;
    width: 35%;
}
.uphol-portfolio li {
    /*float: left;
    width: 307px;*/
	border-right: 1px solid #fff;
    float: left;
    width: 306px;
}
.uphol-portfolio h2 {
    color: #ff5c23;
    margin-left: 20px;
}
.uphol-portfolio li img {
    height: auto;
    width: 100%;
}
.uphol-portfolio li img:hover{
    opacity:0.6;
}
.item-list li {
    float: left;
    width: 307px;
}
.item-list li img {
    height: auto;
    width: 100%;
}
.item-list {
    background: #e6e6e6 none repeat scroll 0 0;
    margin-top: 40px;
}
.item-list h2 {
    padding-left: 10px;
}
.item-list li p {
    padding: 0 18px;
}
.item-list2 li {
    border-right: 1px solid #fff;
    float: left;
    width: 306px;
}
.item-list2 li:last-child {
	border: none;
}
.item-list2 li img {
    height: auto;
    width: 100%;
}
.item-list2 {
    background: #fff none repeat scroll 0 0;
}
.item-list2 h2 {
    padding-left: 10px;
}
.item-list2 li p {
    padding: 0 18px;
	text-align: justify;
}
.row.item-list {
    padding-top: 0;
}
.uphol-list li {
    float: left;
    width: 32%;
}
.uphol-list ul {
    margin-left: 166px;
}
.uphol-list li h2 {
    font-size: 20px;
}

.contact-details {
    line-height: 26px;
	float: left;
   /* width: 30%;*/
   width: 26%;
}
.contact-details label {
    display: block;
    float: left;
    width: 100px;
}
.dateandtime {
    float: left;
    width: 31%;
}
.dateandtime table {
    border-collapse: collapse;
	text-align: left;
}
.dateandtime table td {
    border: 1px solid #d1d1d1;
    color: #1f1f1f;
    font-size: 17px;
    padding: 3px 6px;
    width: 23%;
}
.dateandtime table th {
    padding: 10px 0;
}
.quest {
    float: right;
    /*width: 45%;*/
	width: 40%;
	 padding-top: 10px;
}
.map {
    margin-bottom: 50px;
    margin-top: 1px;
}
.quest input {
    border: 1px solid #ccc;
    font-size: 17px;
    font-weight: 200;
     padding-bottom: 3px;
    padding-left: 9px;
    padding-right: 9px;
    padding-top: 3px;
	padding-bottom: 4px;
    width: 60%;
	font-family: 'Dosis', sans-serif;
}
/*.quest textarea {
    border: 1px solid #ccc;
    font-size: 17px;
    font-weight: 200;
    padding: 9px;
    width: 60%;
	font-family: 'Dosis', sans-serif;
}*/
.quest textarea {
    border: 1px solid #ccc;
    font-size: 17px;
    font-weight: 200;
    padding: 9px;
    width: 75%;
	font-family: 'Dosis', sans-serif;
}
.quest input[type="submit"] {
    background: #ef9727; /* Old browsers */
background: -moz-linear-gradient(top, #ef9727 0%, #ed7a12 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #ef9727 0%,#ed7a12 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #ef9727 0%,#ed7a12 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ef9727', endColorstr='#ed7a12',GradientType=0 ); /* IE6-9 */
border: medium none;
    color: #fff;
    font-family: dosis;
    font-weight: 700;
    padding: 6px 36px;
    width: auto;
} 

.contact-details input[type="submit"] {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #ef9727 0%, #ed7a12 100%) repeat scroll 0 0;
    border: medium none;
    color: #fff;
    font-family: dosis;
    font-weight: 800;
    padding: 6px 15px;
    width: auto;
}

.contact-details input {
    border: 1px solid #ccc;
    font-size: 17px;
    font-weight: 200;
    padding: 7px;
    width: 44%;
}
.nothing {
    margin: 0 auto;
    width: 80%;
}
.nothing strong {
	font-weight: 600;
	font-size: 18px;
	color: #ff5c23;
}
.nothing h2 {
    color: #ff5c23;
    font-size: 46px;
    font-weight: 800;
}
.nothing .details {
    float: left;
    margin-left: 0;
    margin-right: 30px;
    width: 43%;
}

.nothing .lorenz-furni {
    float: right;
    margin-right: 26px;
    width: 43%;
}


.footer {
    background: #202020 none repeat scroll 0 0;
    color: #cbcbcb;
    font-size: 12px;
    padding: 14px;
    width: auto;
	margin-top: 40px;
}
.footer span {
    float: right;
}
.foter{
color:#FFFFFF;
font-size: 12px;
}
.details-middle ul li {font-size: 17px;}
.quest > div {
    padding-bottom: 5px;
margin-bottom: 5px;
	}
.row.uphol-list {
    padding-left: 1px;
}
.foot-social-mob {display:none;}
.callus-mob{display:none;}
@media only screen and (min-width: 320px) and (max-width: 640px) 
{
.container {
    background: #fff none repeat scroll 0 0;
    margin: 0 auto;
    width: 100%;
}
.row {
    margin: 0 auto;
    width: 90%;
}
.logo {
    float: left;
    padding-left: 9px;
    text-align: center;
    width: 100%;
	margin-top: 43px;
}
.social {
    float: right;
    padding-right: 0;
    padding-top: 10px;
    text-align: center;
    width: 100%;
}
.header {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #fff;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    height: 100px;
    position: relative;
    top: 0;
    width: 100%;
   }
nav a {
    font-weight: 500;
    padding: 0 4px;
}
.banner img {
    width: 100%;
}
.details {
    float: none;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
}
.details > h2 {
    font-size: 19px;
    font-weight: 600;
}
.lorenz-furni > h2{
    font-size: 19px;
    font-weight: 600;
}
.details-middle {
    color: #f38900;
    float: left;
    font-size: 20px;
    font-weight: 700;
    margin-right: 0;
    margin-top: 18px;
    width: 100%;
}
.lorenz-furni {
    float: none;
    margin-right: 0;
    width: 100%;
}
.uphol-portfolio li {
    float: left;
    width: 49%;
}
.item-list li {
    float: left;
    min-height: 200px;
    width: 49%;
}
 .item-list li p {
    display: none;
    padding: 0 18px;
}

.item-list2 li {
    border-right: 1px solid #fff;
    float: left;
    width: 100%;
}
.footer {
    background: #202020 none repeat scroll 0 0;
    color: #cbcbcb;
    font-size: 12px;
    padding: 14px;
    text-align: center;
    width: auto;
}
.footer span {
    display: block;
    float: none;
    text-align: center;
}
.contact-details {
    float: left;
    line-height: 26px;
    width: 100%;
}
.dateandtime {
    float: left;
    width: 100%;
}
.quest {
    float: right;
    padding-top: 10px;
    width: 100%;
}
.map img {
    width: 100%;
}
.fixed_btm {
    display: none;
}
.banner{display:none;}
.social{display:none;}
.foot-social-mob {display:block;}

.uphol-list ul {
    margin-left: 0;
}
.uphol-list li {
    float: left;
    width: 100%;
}
nav {
    background: #f8f8f8 none repeat scroll 0 0;
    border-top: 1px solid #eee;
    display: none;
    padding: 6px 0;
    text-transform: uppercase;
}
.art-nav {
	background: #282828;
	bottom: auto !important;
	display: block !important;
	left: auto !important;
	margin-bottom: 0;
	margin-top: 0;
	min-width: 0;
	position: fixed;
	right: auto !important;
	text-align: right !important;
	top: -1 !important;
	width: 100% !important;
	z-index: 9999;
}
.click {
	color: #fff;
	font-family: arial;
	font-size: 18px;
	font-weight: bold;
	left: 0px;
    position: absolute;
    top: 15px;
}
.click a {
	color: #fff;
	text-decoration:none;
}
.menu2 {
	color: #fff !important;
	display: block !important;
	font-family: arial !important;
	font-size: 15px;
	font-weight: bold;
	right: 36px !important;
    position: absolute !important;
    text-transform: uppercase;
    top: 15px;
}
.art-nav:before {
	content: " ";
	display: table;
	width: 100%;
}
.art-menu-btn {
	background: #282828 none repeat scroll 0 0 !important;
	border: 1px solid #282828 !important;
	border-radius: 0 !important;
	box-shadow: none;
	display: inline-block !important;
	margin: 3px !important;
	outline: medium none !important;
	padding: 2px !important;
	position: relative !important;
	vertical-align: bottom !important;
	width: 20px !important;
}
.art-nav .art-menu-btn span {
	background: #fff !important;
	border-radius: 0 !important;
	display: block !important;
	height: 3px !important;
	margin: 3px 1px !important;
	position: relative !important;
	transition: background 0.2s ease 0s;
}
.art-hmenu {
    background: #666 none repeat scroll 0 0;
    display: none;
    margin-left: 0 !important;
    padding-left: 0;
    position: absolute;
    top: 44px;
    width: 100%;
    z-index: 2147483647;
}
.art-hmenu li {
    background: rgba(0, 0, 0, 0) url("../images/top-nav-arow.jpg") no-repeat scroll left center;
    border-bottom: 1px solid #ccc;
    font-family: dosis;
    font-size: 13px;
    font-weight: bold;
    list-style: outside none none;
    margin: 7px 8px;
    padding-bottom: 8px;
    padding-left: 0;
    padding-top: 6px;
    text-align: left;
}
.art-hmenu li a {
	color: #fff;
	text-align: left;
	text-decoration: none;
}
.callus-mob {
    display:block;
    float: left;
    margin-bottom: 10px;
    width: 100%;
}
.click-call::after {
    clear: both;
    content: "";
    display: block;
    float: none;
}
.click-call {
    background: #e7e9e8 none repeat scroll 0 0;
    border-radius: 4px;
    float: none;
    margin: 2px 0;
    padding: 0;
}
.click-call span {
    color: #ff5c23;
    display: block;
    float: left;
    font-size: 21px;
    font-weight: 800;
    padding: 6px 8px 7px 5px;
    width: 39%;
}
.click-call span b {
    font-size: 15px;
    font-weight: 700;
}
.click-call b {
    font-size: 13px;
    font-weight: normal;
    line-height: 0;
}
.click-call img {
    float: left;
    height: auto;
    margin-top: 16px;
    width: 3%;
}
.call-num {
    color: #666;
    float: right;
    font-size: 30px;
    padding: 1px;
    width: 47%;
}

.call-txt {
    float: right;
    width: 49%;
}

.social {
    display: none;
    float: right;
    padding-right: 0;
    padding-top: 10px;
    text-align: center;
    width: 100%;
}
.nothing .lorenz-furni {
    float: left;
    margin-right: 26px;
    width: 91%;
}
.nothing .details {
    float: left;
    margin-left: 0;
    margin-right: 30px;
    width: 91%;
}
}
@media only screen and (min-width: 641px) and (max-width: 1024px)
 {
.container {
    background: #fff none repeat scroll 0 0;
    margin: 0 auto;
    width: 100%;
}
.row {
    margin: 0 auto;
    width: 98%;
}
.logo {
    float: left;
    padding-left: 0;
    text-align: center;
    width: 28%;
}
.social {
    float: right;
    padding-right: 0;
    padding-top: 10px;
    text-align: center;
    width: 24%;
}
nav a {
    font-size: 14px;
    font-weight: 500;
    padding: 0 10px;
}
.banner img {
    width: 100%;
}
.details {
    float: left;
    margin-left: 0;
    margin-right: 5px;
    width: 33%;
}
.details-middle {
    color: #f38900;
    float: left;
    font-size: 20px;
    font-weight: 700;
    margin-right: 0;
    margin-top: 18px;
    width: 32%;
}
.lorenz-furni {
    float: right;
    margin-right: 0;
    width: 33%;
}
.uphol-portfolio li {
    float: left;
    width: 48%;
}
.item-list li {
    float: left;
    width: 25%;
}
.item-list2 li {
    border-right: 0 solid #fff;
    float: left;
    width: 25%;
}
.footer {
    background: #202020 none repeat scroll 0 0;
    color: #cbcbcb;
    font-size: 12px;
    padding: 14px;
    text-align: center;
    width: auto;
}
.footer span {
    display: block;
    float: none;
    text-align: center;
}
.fixed_btm {
    display: none;
}
}

