html{
	-webkit-font-smoothing: antialiased;
	font-family: helvetica;
	height: 100%;
}

body {
	border:none;
	margin:0px;
	font-weight: regular;
	color:black;
    width: 100%;
    height: 100%;
    font-weight: lighter;
    height:100%;
}

button{
	cursor: pointer;
}

#main_page_logo
{
	cursor:pointer;
}

.wrapper {
    min-height: 100%;
    margin-bottom: -100px;
    padding-bottom: 100px;
}

.header a{
	font-size:22px;
}

.page a{
	color:black;
}

.page .selected a{
	color:#f16739;
}
.page a:hover{
	color:#f16739;
}

a:hover{
	cursor:pointer;
}

button{
	border-radius: 5px;
	border:none;
	background-color:#f56543;
	color:white;
	font-size:16px;
	font-weight: lighter;
}

.header{
	background-color:#F5F5F5;
	width:100%;
	height:100px;
	color:white;
}


.footer{
	position: relative;
	background-color:#F5F5F5;
	width:100%;
	color:black;
	padding:5px;
	min-height: 100px;
}

  .slideout-menu {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 0;
    width: 256px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    display: none;
  }

  .slideout-panel {
    position:relative;
    z-index: 1;
    will-change: transform;
  }

  .slideout-open,
  .slideout-open body,
  .slideout-open .slideout-panel {
    overflow: hidden;
  }

  .slideout-open .slideout-menu {
    display: block;
  }

.main_header {
	background-position: top left;
	background-repeat: no-repeat;
	background-image: url("../images/header_background.png");
	background-size: cover;
	width:100%;
	text-align:center; 
    display:table;
}

h1{
	font-family: helvetica;
	font-size: 40px;
	font-weight: lighter;	
}

h2{
	font-family: helvetica;
	font-size: 30px;
	font-weight: lighter;	
}

h3{
	font-family: helvetica;
	font-size: 24px;
	font-weight: lighter;	
}

h4{
	font-family: helvetica;
	font-size: 15px;
	font-weight: lighter;	
}

.tile_button h1{
position:absolute;
top:180px;
right:100px;
font-size: 70px;
color:white;
}

.tile_button .left h1{
position:absolute;
top:180px;
left:100px;
font-size: 70px;
color:white;
}

.tile_button {
width:100%;
margin-top:160px;
position:relative;
}

form input{
  display: block;
  width: 100%;
  height: 25px;
  /*padding: 12px 12px;*/
  padding-left:10px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

table, th, td {
    text-align: left;
    padding-bottom: 10px;
}

#stone_info_view h4{
	margin:10px;
}

.main_header h1 {
	font-family: Georgia;
	font-size: 60px;
	font-weight: lighter;
	margin-top:170px;
	margin-bottom:0px;
	padding-left:10px;
	padding-right:10px;
	color:white;
}

.main_header h2 {
	font-size: 30px;
	padding-left:20px;
	padding-right: 20px;
	font-weight: 100;
	margin-top:10px;
	margin-bottom:0px;
	color:white;
}

.main_header h3{
	font-size: 24px;
	font-weight: 100;
	display: inline-block;
	vertical-align: middle;
	margin-top:10px;
	margin-bottom:10px;
	color:white;
}

.main_header .navbar{
	height:100px;
	float:right;
	margin-top:20px;
	font-size: 22px;
	padding-right:20px;
	overflow: hidden;
}

.navbar {
	float:right;
	margin-top:30px;
	font-size: 18px;
	padding-right:20px;
	overflow: hidden;
}

.navbar_mobile{
	display: none;
}

.navbar ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.navbar li {
    float: left;
}

.main_header .navbar li a {
    display: block;
    color: white;
    text-align: center;
    padding: 0px 16px;
    padding-top:20px;
    text-decoration: none;
}

.navbar li a {
    display: block;
    color: black;
    text-align: center;
    padding: 5px 16px;
    text-decoration: none;
    font-weight: lighter;
}

.navbar .navbar_link:hover {
color:#F16739;
}

#main_page_logo {
	padding-top:30px;
	padding-left:20px;
	display: inline-block;
	float: left;
}

#words_logo{
	padding-bottom: 10px
}

.main_header button{
	background-color: rgba(255, 255, 255, 0.82);
	font-weight: 200;
} 

.btn_stone_select{
	height:60px;
	width:180px;
	background-color:rgba(255, 255, 255, 0.82);
	font-size: 29px;
	display:inline-block;
	color:black
}

#media_tab div{
	cursor:pointer;
	display:table-cell;
	position:relative;
}

#media_tab div img{
	border-radius:7px;
	width:100%;
}

#media_tab h2{
	position:absolute;
	bottom:23px;
	left:10px;
	right:20px;
	font-size:60px;
	color:white;
	background-color:rgba(0, 0, 0, 0.7);
	margin:0px;
	border-bottom-left-radius:8px;
	border-bottom-right-radius:8px;
}

#btn_view_videos{
	padding:20px;
	padding-right:10px;
}

#btn_view_videos h2{
	right:10px;
	left:20px;
}

#btn_view_gallery{
	padding:20px;
	padding-right:10px;
	padding-left:10px;
}

#btn_view_gallery h2{
	right:10px;
	left:10px;
}

#btn_view_remnants{
	padding:20px;
	padding-left:10px;
}


#btn_get_quote{
	height:80px;
	width:350px;
	border: 0px;
	font-size: 24px;
	margin-bottom:70px;
	margin-top:70px;
	color:black;
}

#btn_add_to_quote{
	color:white;
	font-size:17px;
/*	margin-top:20px;
*/	background-color:#f67555;
	border-radius:4px;
	height:40px;
	border:none;
}

#btn_get_estimate{
	height:40px;
	border:none;
	font-size: 17px;
}

.kitchen_builder_header button{
	font-size: 22px;
	margin-top:0px;
	background-color:#F16739;
	height:50px;
	width:180px;
	color:white;
	display: inline-block;
	margin-left:20px;
	margin-bottom:10px;
	margin-top: 10px;
	border:none;
}

.kitchen_builder_header{
	background-color:rgba(0, 0, 0, 0.7);
	width: 100%;
	padding-left:25px;
	padding-right:25px;
}

#showRight{
	color:black;
	width:60px;
	height:60px;
	right:20px;
	top:20px;
	position:absolute;
	background-color:rgba(255, 255, 255, 0.82);
	font-size: 18px;
	border:1px solid rgb(210, 210, 210);
	padding:0px;
}

#menu_list_item_header:hover{
	background-color: rgb(51, 51, 51);
}

#menu_list_item_header{
	background-color: rgb(51, 51, 51);
	-webkit-user-select: none; /* Chrome/Safari */        
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* IE10+ */
}

.evenly{
    text-align:justify;
    padding:5px;

}
.evenly h3{
margin-bottom:0px;
}
.evenly span{
    display:inline-block;
}

.evenly .list_option:hover{
	color:#f56543;
}
.evenly:after {
    display:inline-block;
    width:100%;
    content:'';
}

.selected{
	color:#f56543;
}

.kitchen_dreamer{
	margin-top:50px;
	margin-bottom:0px;
	width:100%;
	max-width:900px;
	height:500px;
}

#stone_info_view h3:hover{
	color:#f56543;
}

/* Menu Styles */

.third-level-menu
{
    position: absolute;
    top: 0;
    right: -150px;
    width: 150px;
    list-style: none;
    padding: 0;
    margin: 0;
    display: none;
    color:black;
}

.third-level-menu > li
{
    height: 30px;
    background: rgba(255, 252, 252, 0.60);
    border: solid 1px white;
}
.third-level-menu > li:hover { border-color:#f56543; color:#f56543;}

.second-level-menu
{
    position: absolute;
    top: 30px;
    left: 0;
    width: 150px;
    list-style: none;
    padding: 0;
    margin: 0;
    display: none;
}

.second-level-menu > li
{
    position: relative;
    height: 30px;
    background: rgba(255, 252, 252, 0.60);
    border: white 1px solid;
    color:black;
}
.second-level-menu > li:hover { border-color:#f56543; color:#f56543;}

.top-level-menu
{
    list-style: none;
    padding: 0;
    margin: 0;
}

.top-level-menu > li
{
    position: relative;
    float: left;
    height: 30px;
    width: 150px;
    background: transparent;
    color:black;
}
.top-level-menu > li:hover { border-color:#f56543;color:#f56543;}

.top-level-menu li:hover > ul
{
    display: inline;
}

/* Menu Link Styles */

.top-level-menu a 
{
    color: black;
    text-decoration: none;
    padding: 0 0 0 10px;
    display: block;
    line-height: 30px;
}
.top-level-menu a:hover { border-color:#f56543; color:#f56543;}

.account_drop_down:hover ul{
display:block;
}

.account_drop_down ul a{
margin:auto;
font-size: 16px;
}

.account_drop_down ul li{
width:100%;
}

table tr th{
	font-weight: lighter;
	width: 15%;
}

select, input{
	cursor: pointer;
}

.stone_texture_tile{
	width:32%;
	height:300px;
	display:inline-block;
	margin-left:3px;
	cursor: pointer;
}

#table_quote{
	width:100%;
	max-width:900px;
	background-color:#F5F5F5;
	font-family:helvetica;
	font-weight:lighter;
	margin-bottom:20px;
}

#table_quote th{
	padding:0px;
}

#quote_summary{
	width:100%;
	max-width:900px;
	background-color:#F5F5F5;
	margin:20px;
	padding:10px;
	text-align: left;
}

#quote_summary select, #quote_summary input{
	width:300px;
}

#stone_summary{
	width:50%;
	display:inline-table;
	text-align:center;
}

#stone_description{
	padding-top:10px;
	padding-bottom:10px;
	font-family:helvetica;
	font-weight:100;
	font-size:20px;
	text-align:left;
}

#select_group_type{
	background: transparent;
	font-family: helvetica;
	font-weight: lighter;
	font-size: 24px;
	border: none;
}

#instock_quantity{
	text-align: left;
	font-size: 20px
}

.page_not_found h1{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.authentication{
	font-family: helvetica;
	font-size: 20px;
	line-height: 2;
	padding:20px;
}

.authentication h2{
	margin:0px;
	padding:0px;
}

.authentication button{
	font-size:20px
}


#add_stone_table{
	font-size: 20px;
	padding:20px;
}

#add_stone_table tr th select{
	font-size: 20px;
}

#add_stone_table tr th{
	padding-top:22px;
}

.desktop_cell{
 display: table-cell;
 width: 50%;
}

.desktop_row{
 display: table-row;
}

#table_row_header{
	margin-bottom:0px;
	padding-left:40px
}

#pagify button{
	margin:5px;
	width:40px;
	height:40px;
	color:black;
	border-radius: 5px;
	border:1px solid rgb(210, 210, 210);
	background-color:rgba(255, 255, 255, 0.82);


}

.slick-prev:after {
  font-size: 30px;
}

.slick-next:before {
  font-size: 30px;
}

@media all and  ( max-width: 1120px )  {
	.navbar{
		display: none;
	}
	.navbar_mobile{
		display: inline;
		float:right;
	}

	.slider button{
	    visibility: hidden;
	}
}

@media all and  ( max-width: 800px )  {
	#media_tab div{
		display: block;
	}

	#media_tab div img{
		border-radius:0px;
		width:100%;
	}

	#media_tab h2{
		position:absolute;
		bottom:0px;
		left:0px;
		right:0px;
		font-size:60px;
		color:white;
		background-color:rgba(0, 0, 0, 0.7);
		margin:0px;
		border-bottom-left-radius:0px;
		border-bottom-right-radius:0px;
	}


	#btn_view_videos{
		padding:0px;
		padding-top:20px;
	}
	#btn_view_gallery{
		padding:0px;
		padding-top:20px;

	}
	#btn_view_remnants{
		padding:0px;
		padding-top:20px;

	}
}

@media all and  ( max-width: 700px )  {
	.btn_stone_select{
		height:60px;
		width:100px;
	}
}

@media all and  ( max-width: 555px )  {

	.desktop_cell{
	 display: inline;
	 width: 100%;
	}

	.stone_summary{
		width:50%;
		display:inline-table;
		text-align:center;
	}

	#table_row_header{
		padding:10px;
	}

	#stone_description, #instock_quantity{
		padding:10px;
	}

	.desktop_row{
	 display: block;
	}

	.stone_texture_tile{
		width:48%;
		height:150px;
	}

	#add_stone_table, #add_stone_table tr th, #add_stone_table select{
		font-size: 21px
	}

	.kitchen_dreamer
	{
		height:300px
	}

	#stone_type_list span h3
	{
		font-size: 22px;
	}

	#stone_info_wrapper{
		display: inline;
	}

	#select_group_type{
		display: block;
		width: 100%;
		border:black solid 1px;
	}

	#stone_summary{
		display: none;
	}

	#background-image{
	   	width:80%;
	    height:80vw;
	}

	#stone_summary{
		width:100%;
		padding:5px;
	}

	.hide_on_mobile{
		display:none;
	}
	#quote_summary{
		margin-top:20px;
		margin-bottom:20px;
		width:100%;
		background-color:#F5F5F5;
		padding:20px;
		position:relative;
		display: block;
		margin:0;
		top:0;
		left:0;
		transform: translate(0, 0);
		margin-top:20px;
		margin-bottom: 20px;
	}
}