
.magnify {width: 200px; margin: 20px auto; position: relative;}

/*Lets create the magnifying glass*/
.large {
    width: 150px; height: 150px;
	position: absolute;
	border-radius: 100%;
	
	/*Multiple box shadows to achieve the glass effect*/
	box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.85), 
	0 0 7px 7px rgba(0, 0, 0, 0.25), 
	inset 0 0 40px 2px rgba(0, 0, 0, 0.25);
	
	/*Lets load up the large image first
	background: url('http://thecodeplayer.com/uploads/media/iphone.jpg') no-repeat;*/
	
	/*hide the glass by default*/
	display: none;
}


/*To solve overlap bug at the edges during magnification*/
.small { display: block; }




#photos img {
  max-width: 100%;
  position: relative;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  top: 0px;
  right: 0px;
  z-index: 99998;
  box-shadow: 0 0 0 #555;
}
#photos img:hover {
  -moz-transform: scale(1.5);
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
  border: solid 1px #333;
  top: 100px;
  right: 75px;
  z-index: 99999;
  box-shadow: 0 0 20px #555;
  cursor: pointer;
}

.question { display: block; }
.answer { display: block; }

/*

body { color: #442419; }

.logo {
  width: 100%;
  padding-bottom: 20px;
}
.logo h1 {
	font-size: 40px;
	margin: 0;
	padding: 0;
}

.logo h1 a {
	color: #866733;
}

#showroom_header { float: right; padding-top: 30px; padding-bottom: 20px; }

.search { padding: 6px 0 2px; text-align: right; }

*/

table { width: 100%; }
td { text-align: center; border: solid 1px #442419; padding: 5px; }
td.head { color: #306754; font-weight: 600; }
td.desc { width: 25%; }
td.size { width: 35%; }
td.price { width: 10%; }
td.incl { width: 30%; }

td.item-head { width: 33%; font-weight: 600; }

.boldred {  color: #900; font-weight: bold; }

.item-title { text-align: center; font-size: 24px; font-weight: 600; margin-bottom: 0px; font-family: "Aladin",cursive; letter-spacing: 2px; border-top: solid 0px #442419; border-bottom: solid 0px #442419; background-color: #866733; color: #eee; box-shadow: 2px 2px 8px #666; }


.item-table { box-shadow: 2px 2px 4px #aaa; margin-bottom: 8px; }
.item-table-row { border: solid 1px #442419; }
.item-table-item-head { border: solid 1px #442419; border-top: 0px; border-right: 0px; font-size: 14px; text-align: center; padding: 0 !important; margin: 0 !important; height: 46px; display: table; table-layout: fixed;  }
.item-table-item-head:first-child { border-top: solid 1px #442419; }
.item-table-item { border: solid 1px #442419; border-top: 0px; font-size: 13px; text-align: center; height: 46px; display: table; table-layout: fixed;  }
.item-table-item:first-child { border-top: solid 1px #442419; }

.tabs-holder { text-align: center; }

.nav-tabs, .nav-tabs > a, .nav-tabs > li > a
{
  border-width: 0px 0px 0px 0px !important;
}

ul#myTabs {
	padding: 0;
	margin: 0px;
}

ul#myTabs li {
	padding: 0;
	margin: 0px;
	text-align: left;
}

ul#myTabs li.active a {
	background-color: #866733 !important;
	color: #fff !important;
	box-shadow: 0px 0px 0px #888;
	cursor: pointer;
}

ul#myTabs li a {
	padding: 2px 5px;
	background-color: #fff !important;
	color: #442419 !important;
	border-radius: 2px !important;
	display: block;
	box-shadow: 1px 1px 1px #ccc;
	font-size: 12px;
	border: solid 1px #442419 !important;
}

ul#myTabs li:hover a {
	box-shadow: 0px 0px 0px #888;
	background-color: #866733 !important;
	color: #eee !important;
}

.select-cores a {
	color: #866733 !important;
	text-decoration: underline;
    font-size: 14px;
}
.select-cores a:hover {
	text-decoration: none;
}

.popup-description {
	font-size: 16px;
}

.filled { background-color: #442419 !important;
	color: #fff !important;
	padding: 0px !important;
	margin: 0 !important;
}
.unfilled { padding: 0px; font-weight: normal; }
.item-table-item-head div, .item-table-item div {
	display:table-cell;
    vertical-align:middle;
    text-align:center;
} 


.nav > li:hover > a
{
  background-color: #866733 !important; color: #fff !important;
}

.nav > li.active > a
{
  background-color: rgba(68, 36, 25, 1) !important; color: #fff !important;
}

.nav > li > a
{
  color: #442419 !important;
  margin: 4px;
  padding: 8px;
}

.navbar-default .navbar-nav > .open > a {
	background-color: transparent !important;
}
.navbar-default .navbar-nav > .open > a:hover {
	background-color: #866733 !important;
}


.container > .navbar-header
{
  background-color: #866733 !important; color: #fff !important; text-align: center;
}

ul.dropdown-menu
{
	left: -1px;
	background-color: #866733 !important;
}

ul.dropdown-menu li a
{
	color: #fff !important;
}

ul.dropdown-menu li:hover a
{
	background-color: #442419 !important;
}


.navbar-default .navbar-toggle
{
  border-top-color: transparent !important;
  border-right-color: transparent !important;
  border-bottom-color: transparent !important;
  border-left-color: transparent !important;
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover
{
  background-color: transparent !important;
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover
{
  background-color: transparent !important;
}

.item:hover
{
	box-shadow: 0px 0px 20px #442419;
	cursor: pointer;
}



 /* The Modal (background) */
.modals {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
	padding-top: 5%;
}

/* Modal Content/Box */
.modal-containers {
    background-color: #fefefe;
    margin: 0 auto; /* 15% from the top and centered */
    padding: 10px 0 10px;
    border: 1px solid #888;
    width: 90%; /* Could be more or less, depending on screen size */
	overflow: hidden;
	position: relative;
	border: solid 5px #866733;
	border-radius: 10px;
	box-shadow: 0px 0px 50px #000;
}

.modal-headers {


}

.modal-bodys {
	max-height: 420px;
	overflow-x: auto;
}

/* The Close Button */
.close {
    color: #eee;
    font-size: 24px;
    font-weight: bold;
	margin-top: 4px;
	margin-right: 1%;
	opacity: 1;
}

.close:hover,
.close:focus {
    color: #ddd;
    text-decoration: none;
    cursor: pointer;
}

.popup {
	display: none;
}

.splash { cursor: pointer; }
.splash-menu { position: absolute; top: 0; width: 100%; background-color: #866733; cursor: pointer; display: none; z-index: 1; }
.splash-menu ul { display: block; margin: 0 auto; }
.splash-menu ul li { display: block; }
.splash-menu ul li a { color: #fff; }

.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
    background-color: #442419;
}

.door-price { font-size: 16px !important; color: #442419 !important; }

.modal-bodys {
	overflow-x: hidden;
}

@media (min-width: 960px){
	.modal-containers {
		max-width: 80%;
	}
	.modal-bodys {
		max-height: 400px;
	}
}

@media (min-width: 1200px){
	.modal-containers {
		max-width: 50%;
	}
	.modal-bodys {
		max-height: 500px;
	}
}