 
address, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav section, summary {
     display: block;
}

body {
	background-color: #fff;
	/*background: url('../images/site_bg.jpg');*/
	color: #000;
	font-family: 'Droid Sans', Helvetica, Arial, sans-serif;
	font-size: 13px;
	line-height: 1.9em;
	margin: 5px auto;
	max-width: 1000px;
	margin: 20px auto;
}

section.container {
	font-family: 'Droid Sans', Arial, sans-serif;
	font-size: 13px;
}

#wd_printable_content div,
#wd_printable_content p{
}
.html5title {
	display: none;
}

a {
	color: #023954;
}

a:hover {
	color: #ae7600;
	text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 5px 0;
	line-height: 1.1em;

}

h1, h2, h3 {
	font-weight: normal;
	color: #000;
}

h1 {
	font-size: 2.6em;
}

h2 {
	font-size: 2.3em;
}

h3 {
	font-size: 2.1em;
}

h4 {
	font-size: 1.8em;
}

h5 {
	font-size: 1.4em;
}

h6 {
	font-size: 1.1em;
}

img {
    width: auto\9;
    /*max-width: 100%;*/
    vertical-align: middle;
    border: 0;
    -ms-interpolation-mode: bicubic;
}

/* HEADER Styles */

.header {
	max-width: 1000px;
	margin-bottom: 20px;
}

.header .logo{
	float: left;
}

.header .logo img {
	width: auto;
	height: auto;
}

.header form {
	display: block;
}

.header form input {
	border: 2px solid #ddd;
	border-radius: 10px;
	margin: 0px 13px 0 0px;
	padding-left: 10px;
	float: right;
}

.header form input.submit {
	border-radius: 10px;
	border: 0px;
	position: relative;
	color: #fff;
	background: transparent url('../images/magnifier.png') top left no-repeat;
	font-size: 20px;
	line-height: 15px;
	padding: 5px;
	margin-top: 3px;
	font-weight: bold;
	right: 10px;
	top: 3px;
	width: 21px;
	height: 23px;
	position: absolute;
}

.header .tagline {
	clear: right;
	color: #efefef;
	text-align: right;
	padding: 0px;
	float: right;
}

.header .tagline p {
	margin: 0px;
	padding: 0px;
}

/* Major building blocks Styles */

section#wd_wrapper {
	max-width: 1000px;
	background: #fff;
	/*
	-webkit-box-shadow: -3px -3px 6px rgba(0, 0, 0, 0.2), 3px 3px 6px rgba(0, 0, 0, 0.2);
	-moz-box-shadow:  -3px -3px 6px rgba(0, 0, 0, 0.2), 3px 3px 6px rgba(0, 0, 0, 0.2);
	box-shadow:  -3px -3px 6px rgba(0, 0, 0, 0.2), 3px 3px 6px rgba(0, 0, 0, 0.2);
	*/
}

section.container {
	max-width: 1000px;
	width: 100%;
	float: left;
}

div.content-wrapper {
	background: ;
	width: 100%;
	float: right;
}

aside.left-sidebar {
	float: left;
	width: 200px;
}


aside.right-sidebar .wd_featurebox, 
aside.left-sidebar .wd_featurebox {
	/*
	border: 2px solid rgba(120,120,120,0.2);
	background: rgba(0,0,0,0.5;);*/
}

.wd_featurebox-financial .wd_featurebox {
	/*background: #fff;
	border: 2px solid #0353d7
	*/
}


/* Slideshow Styles */
section.slideshow {
	max-width: 98%;
	float: right;
	padding: 0 10px;
	clear: both;
}

.single_slider_carousel_control {
	left: 0 !important;
	-moz-border-radius:  0 5px 5px 0 !important;
	-webkit-border-radius: 0 5px 5px 0 !important;
	border-radius: 0 5px 5px 0 !important;
}

.single_slider_carousel_control.right {
/* background: #DDD url(../images/slide_buttons.png) no-repeat -54px -8px; */
left: auto !important;
right: 0px !important;
	-moz-border-radius: 5px 0 0 5px !important;
	-webkit-border-radius: 5px 0 0 5px !important;
	border-radius: 5px 0 0 5px !important;
}

/* Right Sidebar Styles */

aside.right-sidebar {
	vertical-align: top;
	width: 250px;
	padding-top: 15px;
	float: right;
	background: ;	
}

aside.right-sidebar a:link, aside.right-sidebar a:visited {
	color: #6095C3;
	text-decoration: none;
}

aside.right-sidebar a:hover {
	color: #000;
	text-decoration: underline;
}


/* Top NAV Styles */

nav#wd_top_nav {
	background: #ce9d41; /* Old browsers */
	background: -moz-linear-gradient(top,  #ce9d41 0%, #ce9d41 50%, #ce9d41 51%, #b87b22 60%, #b87b22 91%, #b87b22 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ce9d41), color-stop(50%,#ce9d41), color-stop(51%,#ce9d41), color-stop(60%,#b87b22), color-stop(91%,#b87b22), color-stop(100%,#b87b22)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ce9d41 0%,#ce9d41 50%,#ce9d41 51%,#b87b22 60%,#b87b22 91%,#b87b22 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ce9d41 0%,#ce9d41 50%,#ce9d41 51%,#b87b22 60%,#b87b22 91%,#b87b22 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ce9d41 0%,#ce9d41 50%,#ce9d41 51%,#b87b22 60%,#b87b22 91%,#b87b22 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ce9d41 0%,#ce9d41 50%,#ce9d41 51%,#b87b22 60%,#b87b22 91%,#b87b22 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ce9d41', endColorstr='#b87b22',GradientType=0 ); /* IE6-9 */
	width: 100%;
	display: block;
	min-height: 30px;
	clear: both;
}
nav#wd_top_nav ul {
	display: block;
	padding: 0;
	margin: 0;
}
nav#wd_top_nav ul li {
	display: inline;
	float: left;
	padding-top: 2px;
	height: 28px;
	border-right: 1px solid #666;
	background: #ce9d41; /* Old browsers */
	background: -moz-linear-gradient(top,  #ce9d41 0%, #3d3d3d 50%, #ce9d41 51%, #b87b22 60%, #b87b22 91%, #b87b22 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ce9d41), color-stop(50%,#ce9d41), color-stop(51%,#ce9d41), color-stop(60%,#b87b22), color-stop(91%,#b87b22), color-stop(100%,#b87b22)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ce9d41 0%,#ce9d41 50%,#ce9d41 51%,#b87b22 60%,#b87b22 91%,#b87b22 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ce9d41 0%,#ce9d41 50%,#ce9d41 51%,#b87b22 60%,#b87b22 91%,#b87b22 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ce9d41 0%,#ce9d41 50%,#ce9d41 51%,#b87b22 60%,#b87b22 91%,#b87b22 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ce9d41 0%,#ce9d41 50%,#ce9d41 51%,#b87b22 60%,#b87b22 91%,#b87b22 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ce9d41', endColorstr='#b87b22',GradientType=0 ); /* IE6-9 */
}

nav#wd_top_nav ul li a {
	padding: 4px 20px;
	text-decoration: none;
	color: #FFF;
	font-weight: bold;
}

nav#wd_top_nav ul li.form {
	padding-top: 0px;
	float: right;
}

nav#wd_top_nav ul li form {
	padding: 4px 0px;
	position: relative;
}


/* Left NAV Styles */

.nav {
	vertical-align: top;
	width: 200px;
	min-height: 500px;
	float: left;
	background: url('../images/Left_Nav_Shadow.png') top right no-repeat;
	background-position: 100% 30%;
}

.nav .wd_nav a {
	text-decoration: none;
	color: #000;
}

.nav ul {padding: 0; margin: 0;}

.nav ul, .nav ul li  {list-style-type: none; list-style: none;}

.nav ul li  {
	background: transparent;
	padding: 5px 0 5px 10px;
	overflow: visible;
	width: 170px;
	float: right;
}
.nav ul li a {
}

.nav ul li ul li {
	background: transparent;
	padding: 0px 0 0 10px;
	width: 160px;
}
.nav ul li ul li a {
}

.nav ul li.active  {
	background: #fff;
	-webkit-box-shadow: -3px -3px 6px rgba(0, 0, 0, 0.2), -3px 3px 6px rgba(0, 0, 0, 0.2);
	-moz-box-shadow:  -3px -3px 6px rgba(0, 0, 0, 0.2), -3px 3px 6px rgba(0, 0, 0, 0.2);
	box-shadow:  -3px -3px 6px rgba(0, 0, 0, 0.2), -3px 3px 6px rgba(0, 0, 0, 0.2);
}
.nav ul li.active a {
	font-weight: bold;
	color: #BF8F30;
}

.nav ul li.active ul li  {
	background: transparent;
}
.nav ul li.active ul li a {
}

.nav ul li.active ul li.active  {
	background: transparent url(../images/menu_active.png)top right no-repeat;
	-webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.2);
}
.nav ul li.active ul li.active a {
	font-weight: bold;
	color: #BF8F30;
}

/* Article Styles */

article.content {
	vertical-align: top;
	padding: 15px;
	line-height: 1.5;	
	float: left;
	width: 98%;
}

article.content table, 
table.spintable {
	font-size: 12px;
}

article.content p {
}

/* use h2 for the title of a section */
article.content h2 {
}

/* use h3 for the title of an item, or a group heading */
article.content h3 {
}

/* use h4 for subtitles and such */
article.content h4 {
}

/* caption style override for pictures within the content area */
article.content .caption {
}

/* inline links */
article.content a:link, article.content a:visited {
	color: #023954;
	text-decoration: none;
}

article.content a:hover {
	color: #ae7600;
}

/* use .itemlink class for anything that clicks through to an item */
article.content a:link.itemlink, .content a:visited.itemlink {
	font-weight: bold; 
}

article.content a:hover.itemlink {

}

/* use .itemtitle for things that are like .itemlink, but aren't links */
article.content .itemtitle {
	font-weight: bold;
	color: #000000;
}

.wd_featureboxes_tabbed .wd_tab {
margin: 0 0.9em 0 0 !important;
}
.wd_featureboxes_tabbed .wd_tab-inactive {
	background: #4c4c4c; /* Old browsers */
	background: -moz-linear-gradient(top,  #4c4c4c 0%, #3d3d3d 50%, #000000 51%, #111111 60%, #1c1c1c 91%, #131313 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4c4c4c), color-stop(50%,#3d3d3d), color-stop(51%,#000000), color-stop(60%,#111111), color-stop(91%,#1c1c1c), color-stop(100%,#131313)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #4c4c4c 0%,#3d3d3d 50%,#000000 51%,#111111 60%,#1c1c1c 91%,#131313 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #4c4c4c 0%,#3d3d3d 50%,#000000 51%,#111111 60%,#1c1c1c 91%,#131313 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #4c4c4c 0%,#3d3d3d 50%,#000000 51%,#111111 60%,#1c1c1c 91%,#131313 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #4c4c4c 0%,#3d3d3d 50%,#000000 51%,#111111 60%,#1c1c1c 91%,#131313 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#131313',GradientType=0 ); /* IE6-9 */
	color: #fff;
}

.wd_tabs_container .wd_featurebox_container {
padding: 0 11px;
}

.wd_tabs_container .wd_featurebox {
	background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top,  #ffffff 0%, #e1e1e1 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e1e1e1)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ffffff 0%,#e1e1e1 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ffffff 0%,#e1e1e1 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ffffff 0%,#e1e1e1 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ffffff 0%,#e1e1e1 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e1e1e1',GradientType=0 ); /* IE6-9 */

	-webkit-box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2), -3px -2px 6px rgba(0, 0, 0, 0.2);
	   -moz-box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2), -3px -2px 6px rgba(0, 0, 0, 0.2);
		    box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2), -3px -2px 6px rgba(0, 0, 0, 0.2);

}
.wd_tabs {
overflow: hidden;
margin: 0px;
padding: 10px 10px 0 10px;
list-style: none;
}
.wd_tabs_container .wd_tab-active {
	-webkit-box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2), -2px -1px 6px rgba(0, 0, 0, 0.2);
	   -moz-box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2), -2px -1px 6px rgba(0, 0, 0, 0.2);
	        box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2), -2px -1px 6px rgba(0, 0, 0, 0.2);
}

#language-selector {
	float: right;
	width: 130px;
}

#language-selector ul {
	float: right;
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}

#language-selector li a{
	text-decoration: none;
}

#language-selector li {
	float: left;
	list-style-type: none;
	padding: 0 10px;
}

/* Footer Styles */

.footer {
	background: #fff; /* url('../images/Footer_Shadow.png') top center no-repeat;*/
	padding: 0px 0px 0px 0px;
	color: #000;
	vertical-align: bottom;
	clear: both;
	text-align: center;
}

.footer p {
}

.footer a:link, .footer a:visited {
	color: #6095C3;
	text-decoration: none;
}

.footer a:hover {
	color: #000;
	text-decoration: underline;
}

.footer div.footerbar {
	/*
	-webkit-box-shadow: inset 0px 3px 3px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: inset 0px 3px 3px rgba(0, 0, 0, 0.5);
	box-shadow: inset 0px 3px 3px rgba(0, 0, 0, 0.5);
	*/
} 

/* Form Styles */

.formbuilder p {
	margin: 0px;
	padding: 0px;
}

.subscribe-links p {
    font-size: 0.9em;
    padding-left: 5px;
}

/* Slideshow Styles */

div.single_slider_carousel_container {
	background: transparent url('../images/Footer_Shadow.png') bottom center no-repeat;
	background-position: 50% 101%;
	padding: 0px 0px 30px !important;
}

ol.single_slider_carousel_indicators {
	display: none;
	background: transparent !important;
	padding: 3px 10px;
	list-style: none;
	list-style-type: none;
	position: absolute;
	bottom: -10px;
	right: 45%;
}

a.single_slider_carousel_control  {
	text-decoration: none;
}

div.single_slider_carousel_caption {
	background: rgba(255,255,255,0.7);
	padding: 10px;
	width: 70%;
	left: auto;
}
div.single_slider_carousel_caption h4 {
	font-size: 30px;
	color: #000;
}
div.single_slider_carousel_caption p {
	color: #000 !important;
}

.single_slider_carousel_indicators li.active span {
background: #000 !important;
}
.single_slider_carousel_indicators li span {
	border: 1px solid #000 !important;
	border-radius: 5px !important;
	padding: 7px !important;
	-webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
	box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
}

/* MISC Styles */

.clear {
	display: block;
	clear: both;
}

.wd_assets_container div.wd_asset_type_tabs {
	background: transparent !important;
	height: 35px;
	margin: 0;
	padding: 0;
	border-left: 1px solid #222;
	border-right: 1px solid #222;
	border-bottom: 1px solid #222;
	border-top: 1px solid #222;
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-webkit-border-top-left-radius: 4px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-topleft: 4px;
}

.wd_assets_container #wd_assets_closer {
	border-left: 1px solid #222;
	border-right: 1px solid #222;
	border-bottom: 1px solid #222;
	border-top: 1px solid #222;
	margin: 0px;
	padding: 0px;
	position: relative;
	height: 0px;
	overflow: hidden;
}

.wd_assets_container div.wd_asset_type_tabs li.wd_asset_type_tab a {
	float: left;
	display: block;
	height: 27px;
	padding: 8px 8px 0;
	margin: 1px 0 0;
	border-left: 0px;
	border-right: 0px;
}

.wd_assets_container li.tab-active a, 
.wd_assets_container li.tab-active a:hover {
	background: rgba(255,255,255,0.2);
	color: #fff!important;
	font-weight: bold;
}

.wd_assets_container {
	background-image: none;
}
.social {
width: 490px;
margin: 0 auto;
height: 30px;
}
.social-border {
background: url(http://www.mgmmacau.com/sites/mgmmacau.com/themes/mgmmacau/img/web55.jpg) center bottom no-repeat !important;
width: 980px !important;
padding-bottom: 40px !important;
margin: 0 auto 35px !important;
}
/*
.footer-links {
clear: both !important;
line-height: 1.8em !important;
background: url(http://www.mgmmacau.com/sites/mgmmacau.com/themes/mgmmacau/img/web55.jpg) center top no-repeat !important;
padding-top: 31px !important;
text-align: center !important;
}*/
.nav-collapse {
	clear: both;
}

.collapse {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
     -moz-transition: height 0.35s ease;
       -o-transition: height 0.35s ease;
          transition: height 0.35s ease;
}

.collapse.in {
  height: auto;
}

.btn {
  display: inline-block;
  *display: inline;
  padding: 4px 12px;
  margin-bottom: 0;
  *margin-left: .3em;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  cursor: pointer;
  background-color: #f5f5f5;
  *background-color: #e6e6e6;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border: 1px solid #cccccc;
  *border: 0;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  *zoom: 1;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn:hover,
.btn:focus,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  color: #333333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}

.btn:active,
.btn.active {
  background-color: #cccccc \9;
}

.btn:first-child {
  *margin-left: 0;
}

.btn:hover,
.btn:focus {
  color: #333333;
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
     -moz-transition: background-position 0.1s linear;
       -o-transition: background-position 0.1s linear;
          transition: background-position 0.1s linear;
}

.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn.active,
.btn:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn.disabled,
.btn[disabled] {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}
.btn-navbar {
  clear: both;
  display: none;
  float: right;
  padding: 7px 10px;
  margin: 10px;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #ededed;
  *background-color: #e5e5e5;
  background-image: -moz-linear-gradient(top, #f2f2f2, #e5e5e5);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f2f2f2), to(#e5e5e5));
  background-image: -webkit-linear-gradient(top, #f2f2f2, #e5e5e5);
  background-image: -o-linear-gradient(top, #f2f2f2, #e5e5e5);
  background-image: linear-gradient(to bottom, #f2f2f2, #e5e5e5);
  background-repeat: repeat-x;
  border-color: #e5e5e5 #e5e5e5 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2f2f2', endColorstr='#ffe5e5e5', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
     -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
}

.btn-navbar:hover,
.btn-navbar:focus,
.btn-navbar:active,
.btn-navbar.active,
.btn-navbar.disabled,
.btn-navbar[disabled] {
  color: #ffffff;
  background-color: #e5e5e5;
  *background-color: #d9d9d9;
}

.btn-navbar:active,
.btn-navbar.active {
  background-color: #cccccc \9;
}

.icon-bar {
  display: block;
  width: 18px;
  height: 2px;
  background-color: #f5f5f5;
  -webkit-border-radius: 1px;
     -moz-border-radius: 1px;
          border-radius: 1px;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
     -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}

.icon-bar + .icon-bar {
  margin-top: 3px;
}

@media (min-width: 769px) {
	.nav-collapse.collapse {
	    height: auto !important;
	    overflow: visible !important;
	}
}

@media (max-width: 768px) {
	.nav-collapse,
	.nav-collapse.collapse {
		height: 0;
		overflow: hidden;
	}
	.btn-navbar {
	    display: block;
	}
	.nav-collapse nav#wd_top_nav ul li {
		width: auto;
		display: block;
		float: none;
	}
}


@media (min-width: 1030px) and (max-width: 1200px) {
	
}


@media (min-width: 768px) and (max-width: 1029px) {
	div.content-wrapper {
		width: 100%;
		float: right;
	}
	article.content {
		width: 44% !important;
	}
	aside.right-sidebar {
		width: 25%;
	}
}
@media (min-width: 768px) and (max-width: 977px) {
	
	div.single_slider_carousel_caption {width: 100%;}
	div.single_slider_carousel_caption h4 {margin-top: 0px;}
	ol.single_slider_carousel_indicators {height: 30px;}
	a.single_slider_carousel_control  {color: #fff !important;}

}

/* Start mobile sizes */
@media (min-width: 480px) and (max-width: 767px) { 
	.left-sidebar .nav h4 {
		padding-left: 10px;
	}
	.nav {min-height: auto;}
	aside.left-sidebar {padding: 15px 0px;}
	aside.left-sidebar,
	aside.left-sidebar .nav {
		width: auto;
		background: none;
		max-width: 1000px;
		float: none;
	}
	.nav ul li {
		width: auto;
	}
	div.content-wrapper {
		width: 100%;
		float: right;
	}
	article.content {
		width: 90% !important;
	}
	aside.right-sidebar {
		width: 100%;
	}
		div.single_slider_carousel_caption {width: 100%;}
	div.single_slider_carousel_caption h4 {margin-top: 0px;}
	a.single_slider_carousel_control  {color: #fff !important;}
	ol.single_slider_carousel_indicators {height: 30px;}

}
@media (min-width: 400px) and (max-width: 479px) {
	.left-sidebar .nav h4 {
		padding-left: 10px;
	}
.nav {min-height: 250px;}
	.nav {min-height: auto;}
	aside.left-sidebar {padding: 15px 0px;}
	aside.left-sidebar,
	aside.left-sidebar .nav {
		width: auto;
		background: none;
		max-width: 1000px;
		float: none;
	}
	.nav ul li {
		width: auto;
	}
	div.content-wrapper {
		width: 100%;
		float: right;
	}
	article.content {
		width: 90% !important;
	}
	aside.right-sidebar {
		width: 100%;
	}
		div.single_slider_carousel_caption {width: 100%;}
	div.single_slider_carousel_caption h4 {margin-top: 0px;}
	ol.single_slider_carousel_indicators {height: 30px;}
	a.single_slider_carousel_control  {color: #fff !important;}
}
@media (min-width: 0px) and (max-width: 399px) {
	.left-sidebar .nav h4 {
		padding-left: 10px;
	}
	.nav {min-height: auto;}
	aside.left-sidebar {padding: 15px;}
	aside.left-sidebar,
	aside.left-sidebar .nav {
		width: auto;
		float: none;
		background: none;
		max-width: 1000px;
	}
	.nav ul li {
		width: auto;
	}
	div.content-wrapper {
		width: 100%;
		float: right;
	}
	article.content {
		width: 90% !important;
	}
	aside.right-sidebar {
		width: 100%;
	}
		div.single_slider_carousel_caption {width: 100%;}
	div.single_slider_carousel_caption h4 {margin-top: 0px;}
	ol.single_slider_carousel_indicators {height: 30px;}
	a.single_slider_carousel_control  {color: #fff !important;}
}


