/**************************************************************Fixes***************************************************************************/
.nav_collapse_custom {height:auto;overflow:visible}
.bs-docs-sidenav.bs-docs-sidenav-right  .icon-chevron-left{float:left;margin-left: -6px;}
.bs-docs-sidenav.bs-docs-sidenav-right  > li > a{text-align:right}
.navbar .brand p, body > .navbar .brand p {margin:0}
.span3.logo-position-0 {
    float: right;
}
.span9.logo-position-0 {
    margin-left:0!important	
}
.span9.logo-position-1 {
    
	margin:0;
}
.span3.logo-position-1 {
   
	margin:0;
}
.span12.logo-position-2 .brand {
display:table!important;
margin:0 auto!important
}
.navbar .brand, body > .navbar .brand{display:block}
.span9.logo-position-1 .nav,.span9.logo-position-0 .nav{margin:0!important}
.googleMapCanvas img {max-width:none}
.dropdown-menu {min-width:200px}
.row-fluid [class*="span"]{min-height:0.5px!important;}
.navbar .nav-collapse,.navbar .brand, body > .navbar .brand{float:none!important}
.nav-pills li.active > a, .nav-pills li.active > a:hover,.nav-pills li a:hover,.nav-list li.active > a, .nav-list li.active > a:hover,.nav-list li a:hover,.nav-pills li.open a,.nav-list li.open a{background-image:none}
@media (min-width: 766px) and (max-width: 981px) {body{overflow-x:hidden}}
.footer {
  padding: 70px 0;
  margin-top: 70px;
 }
.footer p {
  margin-bottom: 0;

}
.footer-links {
  margin: 10px 0;
}
.footer-links li {
  display: inline;
  margin-right: 10px;
}
	.jumbotron,.subhead{margin-top:0!important;}
body {position:static;padding-top:0}
input[type="submit"],input[type="button"],input[type="reset"],input[type="submit"]{ margin-bottom: 9px;
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  padding: 4px 14px;
  
  font-size: 13px;
  line-height: 18px;
  *line-height: 18px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #3a3f44;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  background-color: #f5f5f5;
  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;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=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);
  *background-color: #e6e6e6;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border: 1px solid #cccccc;
  *border: 0;
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  *margin-left: .3em;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
input[type="submit"]:hover,input[type="button"]:hover,input[type="reset"]:hover,input[type="submit"]:hover{background-position:0 center}

.nav-collapse .in, .nav-collapse.collapse .in,.collapse.in {
    height: auto;
}
.optional_space{display:block;height:20px;width:100%;clear:both;overflow:hidden}
.navbar-fixed-top .brand a:visited {
	color: #000
}

/*keep position on the row if other span is empty*/
.span1, .span2, .span3, .span4, .span5, .span6, .span7, .span8, .span9, .span10, .span11, .span12 {
	display: block;
	min-height: 1px;
}
.input-prepend input:focus, .input-append input:focus, .input-prepend .uneditable-input:focus, .input-append .uneditable-input:focus
{
    color: #000000;
    font-size: 13px;
    line-height: 14px;
    z-index: 0 !important
}
.li_lvl_1_open > .dropdown-menu {
    display: block;
}


.ccm-profile-attribute  label.control-label {display:inline-block}



/***********************************************************new stuff*****************************************************************************/

/*LVL 2*/

.dropdown.drop_li_custom {
  position: relative;
}
.dropdown.drop_li_custom  .caret{display:none}
.dropdown.drop_li_custom  .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
     -moz-border-radius: 0 6px 6px 6px;
          border-radius: 0 6px 6px 6px;
}

.dropdown.drop_li_custom  a.drop_a_custom:after {
  display: block;
  float: right;
  width: 0;
  height: 0;
  margin-top: 5px;
  margin-right: -10px;
  border-color: transparent;
  border-left-color: #cccccc;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  content: " ";
}

.dropdown.drop_li_custom:hover  a.drop_a_custom:after {
  border-left-color: #ffffff;
}
.boostrap_nav_right .dropdown.drop_li_custom a.drop_a_custom:after {
    border-color: transparent #CCCCCC transparent transparent;
	border-width: 5px;
	float: left;
	margin-left: -30px;
	}
.bs-docs-sidenav .dropdown.drop_li_custom a.drop_a_custom:after {
    border-color: #CCCCCC transparent transparent transparent;
	border-width: 5px;
	float: right;
	margin-left: -10px;
	}
.bs-docs-sidenav .dropdown-menu .icon-chevron-left,.bs-docs-sidenav .dropdown-menu .icon-chevron-right{display:none!important}	
.bs-docs-sidenav-right .dropdown.drop_li_custom .dropdown-menu,.boostrap_nav_right .dropdown.drop_li_custom .dropdown-menu{right: 100%;left:auto;}
.boostrap_nav_right .dropdown.drop_li_custom:hover  a.drop_a_custom:after {
  border-right-color: #ffffff;
  border-left-color:transparent
}
.bootstrap-modal-style {
	padding: 10px;
	background-color: #ffffff;
	border: 1px solid #999;
	border: 1px solid rgba(0, 0, 0, 0.3);
	*border: 1px solid #999;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
	box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
}
.mobile_block.right, .right {
	float: right
}
/*left and right nav*/
ul.boostrap_nav_left {
	list-style: none;
	border: 0 none;
	margin: 0;
	padding: 0;
	width: 200px;
}
ul.boostrap_nav_left li {
	border-bottom: 1px solid transparent;
	line-height: 29px;
	opacity: 1;
	text-align: left
}
ul.boostrap_nav_left li a, ul.boostrap_nav_left li a:visited {
	padding-right: 44px;
	text-decoration: none;
	font-size: 13px;
	color: #fff;
	display: block;
	cursor: pointer;
	padding-left: 5px;
}
ul.boostrap_nav_left li a:hover, ul.boostrap_nav_left li a.nav-path-selected {
	background: #DEDEDE;
	opacity: 1;
	color:#222222;
}
ul.boostrap_nav_left li a.active, ul.boostrap_nav_left li a.active:visited, ul.boostrap_nav_left li a.nav-path-selected {
	padding-right: 20px;
	border-right: 5px solid #DD4B39;
	color:#222222;
}

ul.boostrap_nav_right {
	list-style: none;
	border: 0 none;
	margin: 0;
	padding: 0;
	width: 200px;
	text-align: right;
	float:right
}
ul.boostrap_nav_right li {
	border-bottom: 1px solid transparent;
	line-height: 29px;
	opacity: 1;
}
ul.boostrap_nav_right li a, ul.boostrap_nav_right li a:visited {
	padding-left: 44px;
	text-decoration: none;
	font-size: 13px;
	color: #fff;
	display: block;
	cursor: pointer;
	padding-right: 5px;
}
ul.boostrap_nav_right li a:hover, ul.boostrap_nav_right li a.nav-path-selected {
	background: #DEDEDE;
	opacity: 1;
	color:#222222;
}
ul.boostrap_nav_right li a.active, ul.boostrap_nav_right li a.active:visited, ul.boostrap_nav_right li a.nav-path-selected {
	padding-left: 20px;
	border-left: 5px solid #DD4B39;
	color:#222222;
}
.boostrap_nav_left	.dropdown-menu li  a {padding-right:20px;padding-left:20px;min-width:150px}
.boostrap_nav_right .dropdown-menu li  a {padding-right:20px;min-width:150px;margin-left: 0px;padding-left:25px;}
.boostrap_nav_right .dropdown.drop_li_custom a.drop_a_custom:after{margin-left:-15px;}
/*  responsive youtube and vimeo player */
.youtubeBlock, .vimeo-player {
	position: relative;
	padding-top: 25px;
	padding-bottom: 67.5%;
	height: 0;
	margin-bottom: 0px;
	overflow: hidden;
}

.youtubeBlock .widescreen, .vimeo-player .widescreen {
	padding-bottom: 57.25%;
}
.youtubeBlock.vimeo, .vimeo-player.vimeo {
	padding-top: 0;
}

.youtubeBlock iframe, .youtubeBlock object, .youtubeBlock embed, .vimeo-player iframe, .vimeo-player object, .vimeo-player embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/************************************************************************addons support***************************************************************/
/* core_commerce */
table.ccm-core-commerce-product-list-results td.span4 {
	min-height: 520px
}
table.ccm-core-commerce-cart td {
	border-bottom: 0
}
.storepadding .pagination2, .storepadding .ccm-core-commerce-summary {
	margin: 10px;
}
div.ccm-core-commerce-cart-buttons {
	clear: both
}

.ui-dialog  label, #ccm-core-commerce-checkout-form-billing label {
	display: inline
}
table.ccm-core-commerce-product-list-results .span4 {
	float: left;
}
.pagination2 {
	height: 36px;
	margin: 18px 0;
	
}
.mobile_block {
	float: left;
}
.mobile_block  select {
	width: auto;
}
.mobile_block {
	padding: 0px;
}
.mobile_block  select {
	width: auto;
}
.mobile_block .thumbnail img{
max-width:200px;
padding: 4px;


}
.mobile_block .thumbnail h2{font-size:20px;line-height:20px}
.mobile_block .ccm-rating {
display: block;
    margin: 5px auto;
    width: 100px;}
.mobile_block {
	padding: 0px;
	width:234px;
}
.mobile_block .thumbnail {
	
	display: block;
	padding: 4px;
	line-height: 1;

	margin: 5px;
	overflow: hidden
}

#ccm-core-commerce-checkout-form-billing select {
	margin: 5px
}

.pagination2 {
	display: inline-block;
	*zoom: 1;
	margin-left: 0;
	margin-bottom: 0;
	
}

.pagination2   a,.pagination2  span.ccm-pagination-ellipses,.pagination2  span.ltgray,.pagination2  span.currentPage{
	float: left;
	padding: 0 14px;
	line-height: 34px;
	text-decoration: none;	
	border-width: 0;
	opacity:0.6;
	
}
.pagination2 a:hover, .pagination2.active span, .pagination2 strong, .pagination2 span.currentPage {
	opacity:1;
	cursor:pointer
}
.pagination2.active  span, .pagination2 strong {
	
	cursor: default;
}
div.ccm-core-commerce-profile-address-save input {
	float: right;
	margin: 0 10px
}
.ccm-error {
	background-color: #F2DEDE;
	padding: 8px 35px 8px 14px;
	margin-bottom: 18px;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	border: 1px solid #EED3D7;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	color: #B94A48;
}
.miniSurveyView #msg {
	background-color: #d9edf7;
	padding: 8px 35px 8px 14px;
	margin-bottom: 18px;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	border: 1px solid #bce8f1;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	color: #3a87ad;
}
#ccm-core-commerce-shipping-address-form label {
	display: inline;
}
.ccm-profile-sidebar, .ccm-profile-member, div#ccm-profile-body {
	float: left
}
.ccm-profile-sidebar, .ccm-profile-member, #ccm-core-commerce-registry-sidebar, #ccm-core-commerce-wishlist-sidebar, table .span4 {
	width: 300px;
}

div#ccm-profile-body, #ccm-core-commerce-checkout-cart {
	width: 620px;
}
.ui-dialog {
	width: 940px;
}
#ccm-core-commerce-checkout-cart .ccm-core-commerce-order-billing table td, #ccm-core-commerce-checkout-cart .ccm-core-commerce-order-shipping table td {
	text-align: center
}
.ccm-attribute-address-line.ccm-attribute-address-state-province {
	margin: 10px 0;
}
.ccm-attribute-address-line select {
	margin-left: 10px;
}
#ccm-core-commerce-checkout-form-billing table td input {
	margin-top: 5px;
}
#submit-wishlist, #submit-registry {
	margin: 5px !important;
}
.ccm-core-commerce-add-to-cart label {
	float: left
}


.ccm-page-list-title, .ccm-page-list {
	margin-bottom: 5px
}

.white_text  a, .white_text  a:visited {
	color: #fff;
	font-size: 11px;
}
.white_text {
	margin: 0 5px 5px 0;
	float: left
}
.blog_tags_h5 {
	float: left;
	margin: 5px 5px 5px 0;
}
.ccm-profile-member {
	min-height: 20px;
	padding: 0px;
	margin-left: 10px;
	margin-bottom: 10px;
	background-color: #f5f5f5;
	border: 1px solid #eee;
	border: 1px solid rgba(0, 0, 0, 0.05);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.form-search .input-prepend .btn {
    height: 30px;
  
}
.subhead {margin-bottom:20px}
.ccm-tags-display .label {display:inline-block;margin:0 2px 2px 0;}
.bs-docs-example.bs-docs-post-box{margin:0 0 20px 0}
.bs-docs-product {
 margin: 15px 15px 0 0;
 width:auto; 
display:inline-block
}

hr.composer-soften {
  height: 1px;
  margin: 20px 0;
  background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,.1), rgba(0,0,0,0));
  background-image:    -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,.1), rgba(0,0,0,0));
  background-image:     -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,.1), rgba(0,0,0,0));
  background-image:      -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,.1), rgba(0,0,0,0));
  border: 0;
}
/*bootswatch fixes*/
/*composer*/
.bs-docs-post-box{background-color:transparent!important;border:none!important;margin:0 0 15px 0!important;}
.pagination2   a,.pagination2  span.ccm-pagination-ellipses,.pagination2  span.ltgray,.pagination2  span.currentPage{background-color: #FFFFFF;color:#757C82}
.ccm-tags-display .label a{color:#fff}
.bs-docs-post-box_title a, .bs-docs-post-box_title a:visited, .bs-docs-post-box_title{color:#757C82!important}
table td div {margin:5px}
.navbar  li.active a.active,.navbar .dropdown-menu li.active a.active,.navbar .dropdown-menu li.active a:hover {
    background-color: #3A3F44!important;
}
.navbar.navbar-inverse .nav-collapse.collapse .nav li > a:hover, .navbar.navbar-inverse .nav-collapse.collapse .nav li.active > a:hover ,.navbar.navbar-inverse .nav-collapse.collapse .nav li.active > a.active{
    background-color: #272B30;
}

/*ducks*/
div.ccm-paging-top {color:#fff}
.ccm-core-commerce-add-to-cart-image {margin-top:5px}
.bootstrap-modal-style table ,.bootstrap-modal-style{background-color:transparent}
div.ccm-core-commerce-checkout-form table td {background-color:transparent!important}
.alert, .label {clear:both;overflow:hidden}
div.ccm-core-commerce-checkout-form table {border-color:transparent!important;margin-bottom:5px}
.ccm-core-commerce-order-shipping table td, .ccm-core-commerce-order-billing table td {border-color:transparent!important;}
.ccm-core-commerce-order-shipping label, .ccm-core-commerce-order-billing label,table.ccm-results-list tr.ccm-list-record-alt td, table.ccm-results-list tr.ccm-row-alt td{background-color:transparent!important}

/*****************************************************************css3 media queries******************************************************************/

@media (max-width: 979px) {
.nav_collapse_custom {height:0}
.nav_collapse_custom.in{height:auto}
	.ccm-core-commerce-product-list-results {
		width: 100%;
		overflow: hidden;
	}
	
	.nav-collapse .dropdown-menu:before, .nav-collapse .dropdown-menu:after ,.nav-collapse .dropdown-menu{border:none!important;display:none}
	.nav-collapse .open > .dropdown-menu{display:block}
	.nav-collapse .dropdown-menu {margin:0}
	.navbar .btn-navbar .icon-bar {margin-right:0px}
	.navbar{margin-top:0;margin-bottom:0;}
	.navbar .brand,body > .navbar .brand {float:none}
	.jumbotron{margin-top:0;}
	.navbar-static-top {
		position: static;
		width: auto;
		margin: 0 -20px;
	}
	.navbar-fixed-bottom{top:0;margin-top:0}
	.navbar  li.active a.active,.navbar .dropdown-menu li.active a.active,.navbar .dropdown-menu li.active a:hover {
    background-color: #272B30!important;
}
.navbar  .row-fluid [class*="span"]{float:none;width:100%!important}
	.full-width-bg {
    margin: 0 -20px;
	}
	.navbar .brand, body > .navbar .brand{display:table!important}
}


@media (max-width: 767px) {
	.affix-top,.affix {position:static!important}
	/*responsive layouts*/
	.ccm-layout-wrapper .ccm-layout .ccm-layout-row .ccm-layout-cell {
		display: block;
		float: none;
		width: auto !important;
		margin-left: 0;
	}
	.ccm-layout-wrapper .ccm-layout .ccm-layout-row .ccm-layout-cell .ccm-layout-col-spacing {
		margin: 0px !important;
	}
	/*responsive layouts*/
	
	
	.ccm-core-commerce-cart-buttons-checkout {
		margin: 5px !important;
	}
	.nav_bg {
		box-shadow: none;
	}
	 div#ccm-profile-body, div#ccm-profile-sidebar, .ccm-profile-member, .ui-dialog, #ccm-core-commerce-checkout-cart, #ccm-core-commerce-registry-sidebar, #ccm-core-commerce-wishlist-sidebar {
		float: none;
		display: block;
		width: auto;
		margin: 0;
	}
	
	.ui-dialog {
		position: relative;
		top: 0;
		left: 0;
		width: auto !important
	}
	.ccm-core-commerce-profile-order-list-row ul li, .ccm-core-commerce-profile-order-list-row ul li label {
		font-size: 11px
	}
	
	.storepadding {
		overflow: hidden
	}
	div.ccm-core-commerce-checkout-form table td {
		display: table-row;
		clear: both;
	}
	div.ccm-core-commerce-checkout-form input.ccm-input-text {
		width: auto;
		margin-right: 10px;
	}
	div.ccm-core-commerce-checkout-form   label {
		float: left;
		margin: 0px;
		padding-left: 10px;
	}
	div.ccm-core-commerce-checkout-form  .input, div.ccm-core-commerce-checkout-form  input, div.ccm-core-commerce-checkout-form  select {
		float: right
	}
	div.ccm-core-commerce-checkout-form {
		clear: both
	}
	div.ccm-core-commerce-checkout-form .ccm-attribute-address-line, div.ccm-core-commerce-checkout-form .clearfix {
		margin-bottom: 10px;
		margin-top: 10px
	}
	.ccm-core-commerce-profile-address-save {
		display: block !important;
		width: 250px;
		padding: 10px 0;
	}
	.ccm-core-commerce-profile-address-save label {
		display: block
	}
	.ccm-attribute-address-line {
		clear: both;
		overflow: hidden
	}
	div.ccm-core-commerce-cart-buttons {
		margin: 0;
		padding: 10px 0
	}
	.ccm-core-commerce-cart-name, .ccm-core-commerce-cart-quantity, .ccm-core-commerce-cart-price {
		font-size: 10px
	}
	.ccm-core-commerce-cart-remove {
		padding: 0 !important
	}
	#ccm-core-commerce-shipping-address-form td {
		display: table-row;
		clear: both;
	}
	#ccm-core-commerce-checkout-form-shipping div {
		clear: both;
	}
	#ccm-core-commerce-shipping-address-form  label {
		float: left;
		margin: 0px;
		padding-left: 10px;
	}
	#ccm-core-commerce-shipping-address-form  .input, #ccm-core-commerce-shipping-address-form  input, #ccm-core-commerce-shipping-address-form  select {
		float: right
	}
	#ccm-core-commerce-shipping-address-form  .clearfix {
		clear: both;
		width: 100%
	}
	.ccm-core-commerce-order-shipping, .ccm-core-commerce-order-billing {
		width: 100% !important
	}
	.ccm-order-header {
		width: 300px;
	}
	.ccm-core-commerce-order-shipping table td, .ccm-core-commerce-order-billing table td {
		text-align: center
	}
	.ccm-core-commerce-order-shipping label, .ccm-core-commerce-order-billing label {
		text-align: center
	}
	.ccm-core-commerce-checkout-complete-order table  td {
		font-size: 10px;
	}
	.ccm-core-commerce-checkout-complete-order table  td {
		display: inline;
	}
	.ccm-core-commerce-order-shipping {
		margin-left: 0px !important
	}
	#ccm-core-commerce-checkout-cart .ccm-core-commerce-order-billing table td, #ccm-core-commerce-checkout-cart .ccm-core-commerce-order-shipping table td {
		display: table-cell !important
	}
	#ccm-core-commerce-checkout-cart table .ccm-results-list {
		width: 150px !important;
		overflow: hidden;
		font-size: 9px;
		display: table
	}
	#ccm-core-commerce-checkout-cart table .ccm-results-list td {
		display: table-cell
	}
	div.ccm-core-commerce-add-to-cart-callout {
		display: none !important
	}
	.pagination2  span {display:none;float:left}
	.pagination2  span.currentPage,.pagination2  span:first-child,.pagination2  span:last-child{display:block}
}

@media (min-width: 768px) and (max-width: 979px) {
.container, .navbar-static-top .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container {
width: 724px;
	}
	div#ccm-profile-body, #ccm-core-commerce-checkout-cart {
		width: 476px;
	}
	.ccm-profile-sidebar, .ccm-profile-member, #ccm-core-commerce-registry-sidebar, #ccm-core-commerce-wishlist-sidebar, table .span4 {
		width: 228px;
	}

}

@media (min-width: 980px) {

.navbar .brand {float:none}
.navbar-fixed-bottom .dropdown.drop_li_custom > .dropdown-menu {top:auto;margin-bottom: -20px;}
.navbar .nav-collapse {float:none;}
.navbar .logo-position-1 .nav{float:right}
.navbar .navbar-inner{padding:0!important}
.span3.logo-position-0 {text-align:right}
.span12.logo-position-2 .nav{float:none!important;display:table!important;margin:0 auto!important}	
}

@media (min-width: 1200px) {
	.ccm-profile-sidebar, .ccm-profile-member, #ccm-core-commerce-registry-sidebar, #ccm-core-commerce-wishlist-sidebar, table .span4 {
		width: 370px;
	}

	div#ccm-profile-body, #ccm-core-commerce-checkout-cart {
		width: 770px;
	}

}

@media only screen and (max-device-width: 800px) , only screen and (device-width: 1024px) and (device-height: 600px) , only screen and (width: 1280px) and (orientation: landscape) , only screen and (device-width: 800px) , only screen and (max-width: 767px) {
	.youtubeBlock, .vimeo-player {
		padding-top: 0;
	}
}
@media (max-width: 480px) {input, textarea,select{max-width:200px!important}}

