@charset "utf-8";
/* CSS Document */

body {
	font-family: 'Ubuntu', sans-serif;
	margin:0;
	padding:0;
}

h1 {
	font-weight: 300;/*Font weight light also known as 300*/
	padding-top: 10px;
	padding-bottom: 10px;
}

h2 {
	font-weight: 300;/*Font weight light also known as 300*/
	padding-top: 10px;
	padding-bottom: 10px;
	font-size:2em;
}


/*====The below style center the content containter for the certain sections, adjust for devices.====*/

.Container {
	/overflow:hidden;
	/background:#b90!important;
	max-width:1120px;
	margin: 0 auto;
	padding:0 15px 0 15px;
}



/*Style for floating Notice and Header Section*/
.HeaderSection{
	margin-top:-23%;
	position: absolute;
}

.row-fluid.HeaderBar{
	/margin-top:-600px;
	/position: absolute;
}


/*NOTICE BAR SECTION*/

.NoticeBar{
	background: rgba(0, 0, 0, 0.8); /* Black background with 80% opacity */
	color:white;
}

/*HEADER BAR SECTION*/

.HeaderBar{
	background: rgba(0, 0, 0, 0.6); /* Black background with 60% opacity */
}

.customnotice_Phone {
	text-align: right;
	padding: 5px 10px 0 10px;
}

/*Header Logo*/

.HeaderBar .Logo {

	/padding-top:20px;

}



.HeaderBar .Logo h1 {

	/background:#b14;

	font-size: 1px;

    margin-top: -30px;

    text-indent: -99999px;

}




/*Navigation*/

.navbar {

	margin:0;

}



/*Style for nav bar and height*/

.navbar-inner {

	background:none;

	border:none;

	box-shadow:none;

	min-height:100px;

}

/*Style for li*/

.navbar .nav > li > a{

	color:#ffffff;

	padding:60px 25px 0 25px;

	text-shadow:none;

	min-height:80px;

	font-size:1.2em;

}

/*Style for li hover*/

.navbar .nav > li > a:focus,

.navbar .nav > li a:hover {

	background-color:#c7081b;

	color:#ffffff;

}

/*Style for active state*/

.navbar .nav > .active > a,

.navbar .nav > .active > a:hover,

.navbar .nav > .active > a:focus {

    background-color: #c7081b;

    box-shadow: 0 0px 0px rgba(0, 0, 0, 0.125) inset;

    color: #ffffff;

    text-decoration: none;

}





/*Below is the style for drop down menu*/



nav .nav-child {

	position: absolute;

	top: 95%;

	left: 0;

	z-index: 1000;

	display: none;

	float: left;

	min-width: 160px;

	padding: 5px 0;

	margin: 6px 0 0;

	list-style: none;

	background-color: #5699a2;

	border: 1px solid #ccc;

	border: 1px solid rgba(0,0,0,0.2);

	*border-right-width: 2px;

	*border-bottom-width: 2px;

	-webkit-border-radius: 6px;

	-moz-border-radius: 6px;

	border-radius: 6px;

	-webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.2);

	-moz-box-shadow: 0 5px 10px rgba(0,0,0,0.2);

	box-shadow: 0 5px 10px rgba(0,0,0,0.2);

	-webkit-background-clip: padding-box;

	-moz-background-clip: padding;

	background-clip: padding-box;

}

nav .nav-child.pull-right {

	right: 0;

	left: auto;

}

nav .nav-child .divider {

	*width: 100%;

	height: 1px;

	margin: 8px 1px;

	*margin: -5px 0 5px;

	overflow: hidden;

	background-color: #e5e5e5;

	border-bottom: 1px solid #fff;

}

nav .nav-child a {

	display: block;

	padding: 12px 12px;

	clear: both;

	font-size:1.2em;

	font-weight: normal;

	line-height: 18px;

	color: #ffffff;

	white-space: nowrap;

}

nav .nav > li {

	position: relative;

}

nav .nav > li:hover > .nav-child,

nav .nav > li > a:focus + .nav-child {

	display: block;

}



/*Styling for the triangle shape above the drop down*/

nav .nav-child:before {

	position: absolute;

	top: -7px;

	left: 9px;

	display: inline-block;

	border-right: 7px solid transparent;

	border-bottom: 7px solid #5699a2;

	border-left: 7px solid transparent;

	border-bottom-color: rgba(0,0,0,0.2);

	content: '';

}

nav .nav-child:after {

	position: absolute;

	top: -6px;

	left: 10px;

	display: inline-block;

	border-right: 6px solid transparent;

	border-bottom: 6px solid #5699a2;

	border-left: 6px solid transparent;

	content: '';

}

nav .nav-child li > a:hover,

nav .nav-child li > a:focus,

nav .nav-child:hover > a {

	text-decoration: none;

}

/*Style for sub menu active state*/

nav .nav-child > .active > a,

nav .nav-child > .active > a:hover,

nav .nav-child > .active > a:focus {

    background-color: #1d5c63;

    box-shadow: 0 0px 0px rgba(0, 0, 0, 0.125) inset;

    color: #ffffff;

    text-decoration: none;

}



/*Style for menu 3 line button */



.navbar .btn, .navbar .btn-group {

    margin: 5px 0;

}	

	

.navbar .btn-navbar {

  background-color: #c7081b;

  background-image: -moz-linear-gradient(top, #c61527, #c7081b);

  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#c61527), to(#c7081b));

  background-image: -webkit-linear-gradient(top, #c61527, #c7081b);

  background-image: -o-linear-gradient(top, #c61527, #c7081b);

  background-image: linear-gradient(to bottom, #c61527, #c7081b);

  background-repeat: repeat-x;

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc61527', endColorstr='#ffc7081b', GradientType=0);

  border-color: #c7081b #c7081b #bfbfbf;

  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);

  *background-color: #c7081b;

  /* Darken IE7 buttons by default so they stand out more given they won't have borders */



  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);

  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.075);

  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.075);

  box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.075);

}

.navbar .btn-navbar:hover,

.navbar .btn-navbar:active,

.navbar .btn-navbar.active,

.navbar .btn-navbar.disabled,

.navbar .btn-navbar[disabled] {

  color: #59c0e1;

  background-color: #c7081b;

  *background-color: #c7081b;

}	



/* Style for drop down arrow image icon */

.nav > li > a > img {

    max-width: none;

	float:right;

	padding:7px 0 0 10px;

}


.Page {
	padding:30px 0;
}

.Page p {
	font-size:1.2em;
}

.Page ul li {
  font-size:1.2em;
	padding-top: 10px;
}

.Page ul li ul li{
	font-size:1em;
}





/*Wedding Car Gallery*/
.Wedding-Car-Gallery {
	padding: 30px 0;
}
.G-Image {
	padding-top:20px;
}


.LowerContentBar{
	background-color: #edecec;
	padding: 20px 0;
}

.FeatureBar{
	text-align: center;
}

.FeatureBar .Box1,
.FeatureBar .Box2,
.FeatureBar .Box3{
	Padding:20px 0;
}

.FeatureBar img{
	border-left: solid 2px #000000;
	border-top: solid 2px #000000;
	border-right: solid 2px #c1c1c1;
	border-bottom: solid 2px #c1c1c1;
	margin-bottom: 5px;
}




.FooterBar{
	background-color: #2f2f2f;
	color:#999999;
	text-align: center;
	font-size: 0.85em;
	padding:15px 0;
}



/*Chronoforms*/

.chrono_credits {

  display: none;

}