/**************************************************************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}
.googleMapCanvas img {max-width:none}
.navbar .brand,body > .navbar .brand {float:right}
@media (min-width: 766px) and (max-width: 981px) {body{overflow-x:hidden}}
.nav-tabs .open .dropdown-menu  a , .nav-pills .open .dropdown-menu  a{color:#333333;background-color:transparent}
.nav-tabs .open .dropdown-toggle.active, .nav-pills .open .dropdown-toggle.active, .nav > li.dropdown.open.active > a:hover {
    background-color: #999999;
    border-color: #999999;
    color: #FFFFFF;
}
	.jumbotron,.subhead{margin-top:0!important;}	
body {position:static;padding-top:0;}
input[type="submit"],input[type="button"],input[type="reset"],input[type="submit"]{
  display: inline-block;
  *display: inline;
  padding: 4px 14px;
  margin-bottom: 9px;
  *margin-left: .3em;
  font-size: 14px;
  line-height: 20px;
  *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: -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-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border: 1px solid #bbbbbb;
  *border: 0;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-bottom-color: #a2a2a2;
  -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);
		  
}
input[type="submit"]:hover,input[type="button"]:hover,input[type="reset"]:hover,input[type="submit"]:hover { color: #333333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}
/*brand fix*/
.navbar div.brand a,.navbar a.brand,.navbar div.brand a:visited,.navbar a.brand:visited {
  font-size: 20px;
   font-weight: bold;
  color: #555555;
  text-shadow: 0 1px 0 rgba(255,255,255,.1), 0 0 30px rgba(255,255,255,.125);
  -webkit-transition: all .2s linear;
     -moz-transition: all .2s linear;
          transition: all .2s linear;
}

.navbar div.brand a:hover,.navbar a.brand:hover {
  text-decoration: none;
    color: #555555;
	text-shadow: 0 1px 0 rgba(255,255,255,.1), 0 0 30px rgba(255,255,255,.4);
}

.navbar.navbar-inverse div.brand a,.navbar.navbar-inverse a.brand,.navbar.navbar-inverse div.brand a:visited,.navbar.navbar-inverse a.brand:visited {
  font-size: 20px;
   font-weight: bold;
  color: #000;
  text-shadow: 0 1px 0 rgba(255,255,255,.1), 0 0 30px rgba(255,255,255,.125);
  -webkit-transition: all .2s linear;
     -moz-transition: all .2s linear;
          transition: all .2s linear;
}

.navbar.navbar-inverse div.brand a:hover,.navbar.navbar-inverse a.brand:hover {
  text-decoration: none;
   color: #ffffff;
   text-shadow: 0 1px 0 rgba(255,255,255,.1), 0 0 30px rgba(255,255,255,.4);
}

.optional_space{display:block;height:20px;width:100%;clear:both;overflow:hidden}

.navbar-fixed-top .brand a:visited {
	color: #000
}
.navbar div.brand p{margin:0;padding:0;}
/*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: -15px;
	}
.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);
}
 .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: #222222;
	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
}

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: 39px;
	border-right: 5px solid #DD4B39;
}

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: #222222;
	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
}
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: 25px;
	border-left: 5px solid #DD4B39;
	
}
.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}

ul.boostrap_nav_left li.open a.dropdown-toggle,ul.boostrap_nav_right li.open a.dropdown-toggle,ul.nav-list li.open a.dropdown-toggle{background-color:#DEDEDE}
ul.boostrap_nav_left li.open li a.dropdown-toggle,ul.boostrap_nav_right li.open li a.dropdown-toggle,ul.nav-list li.open li a.dropdown-toggle {background-color:transparent}
ul.boostrap_nav_left li.open a.dropdown-toggle:hover,ul.boostrap_nav_right li.open a.dropdown-toggle:hover,ul.nav-list li.open a.dropdown-toggle:hover{background-color:#DEDEDE}

/*  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;
	border-left: 1px solid #ddd;
}
.mobile_block {
	float: left;
}
.mobile_block  select {
	width: auto;
}
.mobile_block .thumbnail img{
max-width:200px;
padding: 4px;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
     -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);

}
.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;
	border: 1px solid #ddd;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
	background: #fff;
	margin: 5px;
	overflow: hidden
}

#ccm-core-commerce-checkout-form-billing select {
	margin: 5px
}
.thumbnail {
	background: #DDDDDD
}
.pagination2 {
	display: inline-block;
	*display: inline;
	/* IE7 inline-block hack */

	*zoom: 1;
	margin-left: 0;
	margin-bottom: 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
#ccm-core-commerce-checkout-form-billing  table, #ccm-core-commerce-shipping-address-form {
	min-height: 20px;
	padding: 19px;
	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);
}
.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: 1px solid #ddd;
	border-left-width: 0;
}
.pagination2 span:hover, .pagination2.active span, .pagination2 strong, .pagination2 span.currentPage {
	background-color: #f5f5f5;
}
.pagination2.active  span, .pagination2 strong {
	color: #999999;
	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
}


.tags {
	margin-top: 10px
}

.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);
}
.label a ,.label a:visited {color:#fff}
.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;
}
/*****************************************************************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;
	}
	.navbar{position:static}
	.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:left}

	.navbar-static-top {
		position: static;
		width: auto;
		margin: 0 -20px;
	}
	.navbar-fixed-bottom{top:0;margin-top:0}
}


@media (max-width: 767px) {

	/*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;
	}
	.footer{margin-left:0;margin-right:0;padding-left:0;padding-right:0}
	.navbar{margin:0}
}

@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 (min-width: 980px) {
.navbar-fixed-bottom .dropdown.drop_li_custom > .dropdown-menu {top:auto;margin-bottom: -20px;}
.navbar .nav-collapse {float:left;}

}
@media (max-width: 480px) {input, textarea,select{max-width:200px!important}}
@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;
	}
}

/*custom*/

