@charset "UTF-8";
body {
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	color: #000;
	background-image: url(../images/bg_page2.png);
}

/* ~~ Element/tag selectors ~~ */
ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6  {
	margin-top: 0px;
}
p {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}
a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}
/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a:link {
	text-decoration: none;
	color: #09C;
}
a:visited {
	color: #003399;
	text-decoration: underline;
}
a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: none;
	background-color: #39C;
	color: #FFF;
}
	
	
.container {
	width: 960px;
	background-color: #FFF;
	left: auto;
	right: auto;
	position: relative;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
.page-header {
	margin-top: 20px;
}

.row {
	overflow: hidden;
}
.lineHeight1 {
	line-height: 100%;
}
.column {
	float: left;
	margin-left: 20px;
}
.alpha {
	margin-left: 0px;
}
.omega {
	margin-right: 0px;
}
.two-thirds {
	width: 610px;
}
.one-third {
	width: 295px;
}
.one-half {
	width: 450px;
}
.one-whole {
	width: 940px;
}
/* ~~ the header is not given a width. It will extend the full width of your layout. It contains an image placeholder that should be replaced with your own linked logo ~~ */
.header {
	height: 250px;
	position: relative;
	background-image: url(../images/HeaderBackground.jpg);
	background-repeat: repeat-x;
}
.BK_Welcome_position {
	position: absolute;
	z-index: 6;
	left: 120px;
	top: 120px;
}
.BK-Lashes-logo {
	position: absolute;
	z-index: 4;
	top: 40px;
	left: 15px;
}
.address_phone-email {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	position: absolute;
	z-index: 10;
	width: 600px;
	top: 55px;
	padding-bottom: 2px;
	right: 20px;
}
.address_phone-email p {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	text-align: right;
	float: right;
	line-height: 100%;
	margin: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	color: #666;
}
nav {
	position: absolute;
	z-index: 15;
	width: 874px;
	top: 201px;
	right: 17px;
	height: 40px;
}
nav ul {
	position: absolute;
	top: 10px;
	right: 6px;
	z-index: 18;
	width: 858px;
}
nav ul li {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	display: inline;
	margin-left: 10px;
	color: #39C;
	box-shadow: 5px 5px 10px #666;
	border-radius: 0px 6px 0px 6px;
	background-color: #CFF;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 1px;
	padding-bottom: 1px;
}
.homePage_container {
	width: 960px;
}
.homePage_leftColumn {
	float: left;
	width: 620px;
}
.homePage-image {
}
.homePage-text {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #666;
	font-size: 16px;
	padding: 20px;
}
.text_shadow {
	text-shadow: 4px 3px 2px #999;
}
.homePage_rightColumn {
	float: left;
	width: 330px;
	margin-left: 10px;
	background-color: #04a996;
	height: 910px;
}
.backgroundGreyBlue {
	background-color: #04a996;
	height: 820px;
	width: 310px;
}
.Crowd_image {
	height: 160px;
	padding-top: 80px;
	padding-right: 20px;
	padding-left: 65px;
}

.BK-lashes-logo_div {
	padding-left: 40px;
}
.Schedule_div {
	padding-top: 100px;
	color: #FFF;
	text-align: center;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 18px;
}
.contactUs_container {
	padding-right: 50px;
	padding-left: 50px;
	width: 1000px;
}
.galleryPage_container {
	height: 1100px;
}
.galleryPage_image_BigBox {
	background-color: #efefef;
	width: 770px;
	margin-top: 70px;
	margin-right: 70px;
	margin-bottom: 70px;
	margin-left: 90px;
	height: 770px;
}
.galleryPage_image_smallBox {
	float: left;
	height: 249px;
	width: 249px;
	background-color: #FFF;
	margin-top: 5px;
	margin-left: 6px;
	border-radius: 8px;
}
.border-radius {
	border-radius: 9px;
	padding: 2px;
}
/* ~~ miscellaneous float/clear classes ~~ */
.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
	clear: both;
	height: 0;
	line-height: 0px;
}
.center_div {
	text-align: center;
}
.text-center {
	text-align: center;
}
.image_lower {
	margin-top: 7px;
}
.h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 36px;
	font-weight: bold;
	line-height: 80%;
	padding: 0px;
}

/* ~~ The footer ~~ */
.footer {
}
.footer_container {
	height: 100px;
	margin-right: 20px;
	margin-left: 20px;
}
#footer_copyright {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	float: left;
	color: #999;
}
#footer_Menu {
	height: 40px;
	float: right;
	color: #999;
}
.subTitle_div {
	background-color: #f9f8f8;
	border-radius: 6px;
	margin-top: 20px;
	color: #333;
}
.subTitle_background {
	background-color: #f9f8f8;
	padding-right: 10px;
	padding-left: 10px;
}
.line_decoration {
	background-color: #CCC;
	height: 2px;
	margin-right: 20px;
	margin-left: 20px;
}
.imageFrame {
	border: 1px solid #CCC;
}
.social_media_div {
	color: #069;
	height: 40px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
.pricing-table {
	width: 93%;
	font-size: 14px;
	margin-top: 30px;
}
.pricing-table caption {
	color: #373737;
	margin-bottom: 10px;
	text-transform: uppercase;
	font-weight: bold;
}
.pricing-table th {
	text-transform: uppercase;
	padding-top: 15px;
	padding-bottom: 10px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #373737;
	background-color: #f9f8f8;
	text-align: left;
	padding-left: 10px;
}
.pricing-table td {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #373737;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.pricing-table tr {
	border: 1px solid #CCCCCC;
}
.list-box {
	padding-left: 30px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}
iframe {
	height: 450px;
	width: 600px;
}
.text_red {
	color: #C30;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-style: italic;
}


/* ~~ Contact form ~~ */

body{
margin: 0;
padding: 0;
text-align: left;
background: #fff; <!--linear-gradient(rgba(0, 0, 50, 0.5), rgba(0, 0, 50, 0.5)),  url(bg.png);-->
background-size: cover;
background-position: center;
font-family: sans-serif;
} 

.contact-title
{
    margin: 100px;
    color: gray;
    text-transform: uppercase;
    transition: all 4s ease-in-out;
    
}

.contact-title h1{
    font-size: 32px;
    line-height: 10px;
    
}

.contact-title h2{
    font-size: 16px;
}

form
{
    margin-top: 50px;
    transition: all 4s ease-in-out;
}

.form-control
{
    width: 600px;
    background: #fff;
    border: none;
    outline: none;
    border-bottom: 1px solid gray;
    color: gray;
    font-size: 18px;
    margin-bottom: 16px;
}

input
{
    height: 45px;
}

form .submit
{
    background: grey;
    border-color: transparent;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 2px;
    height: 50px;
    margin-top: 20px;
}

form .submit:hover
{
    background-color: #f44336;
    cursor: pointer;
    
}
/* ~~ End Contact form ~~ */