body{
	padding: 0px;
	margin: 0px;
	background:#091522;
    color: #fff;
    font: 14px 'Open Sans', arial, sans-serif;
}

html{ 
	height: 100%;
}

.clear_left{
	clear: both;
}

/**HTML5 fix - do not touch**/
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

/**
* Common Element Specific
*/
p{ 
  padding: 0;
  margin: 0;
}

img { border: 0;}

h1, h2, h3, h4, h5, h6 { 
	font: normal 175% 'Open Sans', arial, sans-serif;
  	color: #000;
  	margin: 0 0 15px 0;
  	padding: 15px 0 5px 0;
}

h2{ 
	font: normal 175%  'Open Sans', arial, sans-serif;
	padding: 0;
	margin: 0 0 20px 0;
}

h3{
	color:white;
	font-weight:bold;
	font-size: 18px;
}

h4, h5, h6{ 
	margin: 0;
  	padding: 0 0 5px 0;
  	font: normal 120% 'Open Sans', arial, sans-serif;
  	color: #000;
}

h5, h6{ 
	font: italic 95% 'Open Sans', arial, sans-serif;
  	padding: 0 0 15px 0;
  	color: #000;
}

h6{ color: #000;}

a, a:hover{ 
	outline: none;
  	text-decoration: none;
  	color: #000;
}

a:hover{ 
	text-decoration: none;
}

ul{ 
  padding: 0;
  margin: 0;
}

ul li{ 
	list-style-image:url('images/pinksquare.png');
	color: #fff;
	padding: 0;
	margin: 0;
}

ol{ 
	padding: 0;
	margin: 0;
}

ol li{ 
	padding: 0;
	margin: 0;
}


/**
* Layout Specific
*/
/**
	/**fullscreen background **/
	img.bg {
		/* Set rules to fill background */
		min-height: 100%;
		min-width: 1024px;
		background-size: 100%;
		/* Set up proportionate scaling */
		width: 100%;
		max-height: auto;
		
		/* Set up positioning */
		position: fixed;
		top: 0;
		left: 0;
	}

	@media screen and (max-width: 1024px) { /* Specific to this particular image */
		img.bg {
			left: 50%;
			margin-left: -512px;   /* 50% */
		}
	}

.topbar {
	text-align:center;
	color:#fff;
	padding:5px 0;
	background: #000;
	width:100%;
	position:absolute;
	height:20px;
	z-index:999;
}

#global-container {
	width: 100%;
	float:left;
	margin:0 auto;
	position:absolute;
}

#content-container {
	width: 980px;
	margin:0 auto;
	position:relative;
}

.logo {
	width: 190px;
	height: 180px;
	float: left;
	padding: 10px 20px;
}

.navigation {
	display:block;
	width:750px;
	float:right;
	z-index:999; 
	height:50px;
	margin:12px 0 0 0;
}

section {
	width:750px;
	float:left;
}

#component {
	float: right;
	width: 750px;
	height:auto;
	margin: 20px 0 40px 0;
}

.widget-container {
	float: right;
	width: 750px;
	margin:20px 0 0 0;
}

.button-go {
	width:30px;
	height:30px;
	border-radius:50px;
	background-color: #f7941d;
	color: white;
	font-weight:bold;
	font-size:20px;
	padding:10px;
}

.bottombar {
	width:100%;
	height:20px;
	float:left;
	background: #091522;
	text-align:center;
	padding:5px 0;
	position:fixed;
	bottom:0;
}

.bottombar a {
	color: #ebebeb;
	font-weight:bold;
	text-transform: uppercase;
	font-size:11px;
}

.promo-bg {
	background: url('images/promo-photo.png');
	width:750px;
	height:542px;
}

.promo-bg p { font-weight:bold;}

.row.position {display: none;}

.map {
	border: 1px solid #464646;
}

.contact_detail_block {
display: none;
}

.row.contact_desc {
margin: 380px 0 0 70px;
}

/**menu style**/

.ca-menu{
    padding:0;
    margin:20px auto;
    width: 750px;
}
.ca-menu li{
    width: 170px;
    height: 170px;
    overflow: hidden;
    position: relative;
    float:left;
    background: #000;
	border:1px solid #6d6d6d;
    -webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
    -moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
    box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
    margin-left: 8px;
	margin-top: 4px;
	margin-bottom: 4px;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}

.menu-200 li {
	width: 200px;
    height: 250px;
	padding:10px;
}
.ca-menu li:last-child{
    margin-right: 0px;
}
.ca-menu li a{
    text-align: center;
    color: #fff;
    position: relative;
}
.ca-icon{
    font-size: 18px;
    color: #333;
    text-shadow: 0px 0px 1px #333;
    position: absolute;
    width: 100%;
    height: 50%;
    left: 0px;
    top: 0px;
    text-align: center;
    -webkit-transition: all 400ms linear;
    -moz-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    -ms-transition: all 400ms linear;
    transition: all 400ms linear;
}
.ca-icon#heart{
    color: #f7002f;
    text-shadow: 0px 0px 1px #f7002f;
}
.ca-content{
    position: absolute;
    left: 0px;
    width: 100%;
    height: 50%;
    top: 50%;
}
.ca-main{
    font-size: 30px;
    opacity: 0.8;
    text-align: center;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}
.ca-sub{
    text-align:center;
    font-size: 14px;
    color: #fff;
    position: absolute;
	background: #000;
    bottom: 0px;
    width: 100%;
    left: 0px;
	padding
	min-height:35px;
	padding: 10px 0;
    opacity: 0.8;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
	font-weight: normal;
	margin: 0;
}

.menu-text {
	font-size:12px;
	width:200px;
	padding:0 10px 10px 10px;
}

.ca-menu li:hover{
    background-color: #000;
    z-index:999;
    -webkit-transform: scale(1.1);  
    -moz-transform: scale(1.1);  
    -ms-transform: scale(1.1);   
    -o-transform: scale(1.1);   
    transform: scale(1.1);  
}
.ca-menu li:hover .ca-icon{
    color: #a2055e;
    font-size: 90px;
    opacity:0.6;
}
.ca-menu li:hover .ca-icon#heart{
    -webkit-animation: smallToBig 900ms alternate infinite ease;
    -moz-animation: smallToBig 900ms alternate infinite ease;
    -ms-animation: smallToBig 900ms alternate infinite ease;
}
.ca-menu li:hover .ca-main{
    color: #a2055e;
    -webkit-animation: smallToBig 300ms ease;
    -moz-animation: smallToBig 300ms ease;
    -ms-animation: smallToBig 300ms ease;
}
.ca-menu li:hover .ca-sub{
    color: #a2055e;
    -webkit-animation: moveFromBottom 500ms ease;
    -moz-animation: moveFromBottom 500ms ease;
    -ms-animation: moveFromBottom 500ms ease;
}

.ca-menu li:hover .menu-text{
    color: #fff;
    -webkit-animation: moveFromBottom 500ms ease;
    -moz-animation: moveFromBottom 500ms ease;
    -ms-animation: moveFromBottom 500ms ease;
}


@-webkit-keyframes smallToBig{
    from {
        -webkit-transform: scale(0.1);
    }
    to {
        -webkit-transform: scale(1);
    }
}
@-moz-keyframes smallToBig{
    from {
        -moz-transform: scale(0.1);
    }
    to {
        -moz-transform: scale(1);
    }
}
@-ms-keyframes smallToBig{
    from {
        -ms-transform: scale(0.1);
    }
    to {
        -ms-transform: scale(1);
    }
}

@-webkit-keyframes moveFromBottom {
    from {
        -webkit-transform: translateY(100%);
    }
    to {
        -webkit-transform: translateY(0%);
    }
}
@-moz-keyframes moveFromBottom {
    from {
        -moz-transform: translateY(100%);
    }
    to {
        -moz-transform: translateY(0%);
    }
}
@-ms-keyframes moveFromBottom {
    from {
        -ms-transform: translateY(100%);
    }
    to {
        -ms-transform: translateY(0%);
    }
}

/**home page styles**/

.column {
	display:block;
	float:left;
}

.column h3 {
	font-size:14px;
	padding: 0;
	margin:0;
}

.one {
	width:355px;
	padding: 0 10px;
	float:left;
}	

/**menu styling**/
.content {
margin: 80px 0 0 0;
}

/**gallery**/

.mbpgallery-category-box-file {
	background: none repeat scroll 0 0 black;
	border: 1px solid #636363;
	float: left;
	margin: 5px;
	overflow: visible;
	padding: 8px 0px 5px 0px;
	text-align: center;
}

.mbpgallery-category-box-file-third img {
	width:200px;
	height:136px;
}

.mbpgallery-category-box-file:hover {
	background: none repeat scroll 0 0 #0e1f2e;
	border: 1px solid #154f83;
}
.gallery_back_button span.back_btn {
	float: right;
	background: url('images/backbutton.png');
	width: 38px;
	height:37px;
}

.ch-info-back h3 a {
	color:white;
}

.slogan-bottombar {
	float: left;
	width: 100%;
	text-align:center;
	margin:30px 0 0 0;
	padding: 0 0 80px 0;
}