/*##################################################################Remo expand ####################################################################*/
.ccm-remo-expand .panel {margin-bottom:0}
/*##################################################################CORE COMMERCE ##################################################################*/
.alert.alert-info.ccm-page-list-rss-icon > img {
    display: inline-block;
}
body,html{overflow-x:hidden;}
#ccm-rating-rating{clear:both}
.navbar .navbar-inner .nav-collapse .pronav_list > li > a{padding:15px}
table.ccm-core-commerce-cart td{border:none!important;background-color:transparent!important;}
.ccm-core-commerce-cart-subtotal{border-top:1px solid #eee}
table.ccm-core-commerce-cart th {border-bottom:1px solid #eee!important}
div.ccm-core-commerce-checkout-form table{border: medium none!important;color: #333333!important;}
div.ccm-core-commerce-checkout-form table td{background-color:transparent!important;}
.ccm-core-commerce-profile-address-save input {margin:0 10px}
.ccm-core-commerce-add-to-cart .ccm-rating {
    display: table;
}
@media(min-width:769px){.logo-position-1.col-nav .pronav_list{float:right}
.logo-position-0.col-logo  .navbar-brand ,.logo-position-0.col-logo{text-align:right}
.logo-position-0.col-logo  .navbar-brand.navbar-brand-link{float:right}
}
#google_translate_element img {
    display: inline-block!important;
}
.googleMapCanvas img {max-width:none}
.ccm-core-commerce-add-to-cart  ul.list-group li:last-child{border-bottom:1px solid transparent!important;-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
border-left:1px solid transparent!important;
border-right:1px solid transparent!important;}

#ccm-core-commerce-checkout-cart > p{margin: 10px 0; padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px; color: #3a87ad;
  background-color: #d9edf7;
  border-color: #bce8f1;}

.ccm-core-commerce-order-shipping label, .ccm-core-commerce-order-billing label {background-color:transparent!important;}  
.ccm-core-commerce-order-shipping table td, .ccm-core-commerce-order-billing table td {padding:0 5px;}  
@media (max-width:768px){
.ccm-core-commerce-order-billing,.ccm-core-commerce-order-shipping{width:100%!important;margin:10px 0!important;float:none!important}
table.ccm-results-list th:last-child,table.ccm-results-list td:last-child{display:none!important;padding:0!important;margin:0!important}

.ccm-core-commerce-cart-dialog {width:90%!important;top:90px!important;left:5%!important;}

#ccm-core-commerce-checkout-form-billing form > table tr > td {
    float: left;
    width: 100% !important;
}
}
.ccm-core-commerce-add-to-cart-loader{margin:10px auto!important}


.ccm-core-commerce-add-to-cart img.img-thumbnail{margin:0 auto;display:block}
#jquery-lightbox a img{margin:0 auto}

/* #################################################################go to top####################################################################*/

#toTop {
    display:none;
    text-decoration:none;
    position:fixed;
    bottom:20px;
    right:20px;
    overflow:hidden;  
    
    opacity:0.8;
    -moz-opacity:0.8;
    filter:alpha(opacity=0.8);
    z-index: 999999;
}

#toTop:hover {
    opacity:1;
    -moz-opacity:1;
    filter:alpha(opacity=1);

}
#toTop:active,#toTop:focus {
    outline: none;
}
/* Specify class=linenums on a pre to get line numbering */
ol.linenums {
  margin: 0 0 0 33px; /* IE indents via margin-left */
}
ol.linenums li {
  padding-left: 12px;
  color: #bebec5;
  line-height: 20px;
  text-shadow: 0 1px 0 #fff;
}

/*############################################################ concrete5 css overwrites ############################################################*/
.navbar-collapse{overflow:auto!important;max-height:none!important}

/* Keep code small in tables on account of limited space */
.table code {
  font-size: 13px;
  font-weight: normal;
}


/*
 * Social buttons
 *
 * Twitter and GitHub social action buttons (for homepage and footer).
 */

.bs-social {
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
}
.bs-social-buttons {
  display: inline-block;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.bs-social-buttons li {
  display: inline-block;
  line-height: 1;
  padding: 5px 8px;
}
.bs-social-buttons .twitter-follow-button {
  width: 225px !important;
}
.bs-social-buttons .twitter-share-button {
  width: 98px !important;
}
/* Style the GitHub buttons via CSS instead of inline attributes */
.github-btn {
  border: 0;
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .bs-social {
    text-align: left;
  }
  .bs-social-buttons li:first-child {
    padding-left: 0;
  }
}


/*
 * Homepage
 *
 * Tweaks to the custom homepage and the masthead (main jumbotron).
 */

 /* Masthead (headings and download button) */
 .bs-masthead {
  position: relative;
  padding: 30px 15px;
  text-align: center;
  
}
.bs-masthead h1 {
  font-size: 50px;
  line-height: 1;
  color: #fff;
}
.bs-masthead .btn-outline {
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 18px 24px;
  font-size: 21px;
}

/* Links to project-level content like the repo, Expo, etc */
.bs-masthead-links {
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 0 15px;
  list-style: none;
  text-align: center;
}
.bs-masthead-links li {
  display: inline;
}
.bs-masthead-links li + li {
  margin-left: 20px;
}
.bs-masthead-links a {
  color: #fff;
}

@media screen and (min-width: 768px) {
  .bs-masthead {
    text-align: left;
    padding-top:    140px;
    padding-bottom: 140px;
  }
  .bs-masthead h1 {
    font-size: 100px;
  }
  .bs-masthead .lead {
    margin-right: 25%;
    font-size: 30px;
  }
  .bs-masthead-links {
    padding: 0;
    text-align: left;
  }
}


/*
 * Page headers
 *
 * Jumbotron-esque headers at the top of every page that's not the homepage.
 */


/* Page headers */
.bs-header {
  padding: 30px 0px 40px; /* side padding builds on .container 15px, so 30px */
  font-size: 16px;
  text-align: center;
  text-shadow: 0 1px 0 rgba(0,0,0,.15);
}

.bs-header p {
  font-weight: 300;
  line-height: 1.5;
}
.bs-header .container {
  position: relative;
}

@media screen and (min-width: 768px) {
  .bs-header {
    font-size: 21px;
    text-align: left;
  }
  .bs-header h1 {
    font-size: 60px;
    line-height: 1;
  }
}

@media screen and (min-width: 992px) {
  .bs-header h1,
  .bs-header p {
    margin-right: 380px;
  }
}


/*
 * Carbon ads
 *
 * Single display ad that shows on all pages (except homepage) in page headers.
 * The hella `!important` is required for any pre-set property.
 */

.carbonad {

  padding: 10px ;
  overflow: hidden; /* clearfix */

  background: #463265 ;
  border: 0 !important;
  box-shadow: inset 0 3px 5px rgba(0,0,0,.075);
}
.carbonad-img {
  margin: 0 !important;
}
.carbonad-text,
.carbonad-tag {
  float: none !important;
  display: block !important;
  width: auto !important;
  height: auto !important;
 
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}
.carbonad-text {
  padding-top: 0 !important;
}
.carbonad-tag {
  color: #cdbfe3 !important;
  text-align: left !important;
}
.carbonad-text a,
.carbonad-tag a {
  color: #fff ;
}
.carbonad #azcarbon > img {
  display: none; /* hide what I assume are tracking images */
}

@media screen and (min-width: 768px) {
  .carbonad {
    margin: 0 !important;
    border-radius: 4px;
    box-shadow: inset 0 3px 5px rgba(0,0,0,.075), 0 1px 0 rgba(255,255,255,.1);
	
  }
}

@media screen and (max-width: 768px) {
  .carbonad {width:auto!important;margin:20px -30px -40px !important}
  }

 

/*
 * Side navigation
 *
 * Scrollspy and affixed enhanced navigation to highlight sections and secondary
 * sections of docs content.
 */

/* By default it's not affixed in mobile views, so undo that */
.bs-sidebar.affix {
  position: static;
}


@media (max-width: 1008px) and (min-width: 992px) {
.bs-sidebar.affix-bottom,.bs-sidebar.affix ,.bs-sidebar.affix-top,.bs-sidebar {
    width: 175px!important;}
.full-home-carousel {top:-121px}	
}
@media (max-width: 992px) {
.bs-sidebar .nav .nav {
  display: block!important;}
}
/* Show and affix the side nav when space allows it */
@media screen and (min-width: 992px) {
  .bs-sidebar .nav > .active > ul {
    display: block;
  }
  /* Widen the fixed sidebar */
  .bs-sidebar.affix,
  .bs-sidebar.affix-bottom {
    width: 213px;
  }
  .bs-sidebar.affix {
    position: fixed; /* Undo the static from mobile first approach */
    top: 80px;
  }
  .bs-sidebar.affix-bottom {
    position: absolute; /* Undo the static from mobile first approach */
  }
  .bs-sidebar.affix-bottom .bs-sidenav,
  .bs-sidebar.affix .bs-sidenav {
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1200px) {
  /* Widen the fixed sidebar again */
  .bs-sidebar.affix-bottom,
  .bs-sidebar.affix {
    width: 263px;
  }
}


/*
 * Docs sections
 *
 * Content blocks for each component or feature.
 */

/* Space things out */
.bs-docs-section + .bs-docs-section {
  padding-top: 40px;
}

/* Janky fix for preventing navbar from overlapping */
h1[id] {
  padding-top: 80px;
  margin-top: -45px;
}


/*
 * Callouts
 *
 * Not quite alerts, but custom and helpful notes for folks reading the docs.
 * Requires a base and modifier class.
 */

/* Common styles for all types */
.bs-callout {
  margin: 20px 0;
  padding: 15px 30px 15px 15px;
  border-left: 5px solid #eee;
}
.bs-callout h4 {
  margin-top: 0;
}
.bs-callout p:last-child {
  margin-bottom: 0;
}
.bs-callout code,
.bs-callout .highlight {
  background-color: #fff;
}

/* Variations */
.bs-callout-danger {
  background-color: #fcf2f2;
  border-color: #dFb5b4;
}
.bs-callout-warning {
  background-color: #fefbed;
  border-color: #f1e7bc;
}
.bs-callout-info {
  background-color: #f0f7fd;
  border-color: #d0e3f0;
}


/*
 * Grid examples
 *
 * Highlight the grid columns within the docs so folks can see their padding,
 * alignment, sizing, etc.
 */

.show-grid {
  margin-bottom: 15px;
}
.show-grid [class^="col-"] {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #eee;
  border: 1px solid #ddd;
  background-color: rgba(86,61,124,.15);
  border: 1px solid rgba(86,61,124,.2);
}


/*
 * Examples
 *
 * Isolated sections of example content for each component or feature. Usually
 * followed by a code snippet.
 */

.bs-example {
  position: relative;
  padding: 45px 15px 15px;
  margin: 0 -15px 15px;
   
  
  border-color: #e5e5e5 #eee #eee;
  border-style: solid;
  border-width: 1px 0;
}
/* Echo out a label for the example */
.bs-example:after {
  content: "Example";
  position: absolute;
  top:  15px;
  left: 15px;
  font-size: 12px;
  font-weight: bold;
  color: #bbb;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* Tweak display of the code snippets when following an example */
.bs-example + .highlight {
  margin: -15px -15px 15px;
  border-radius: 0;
  border-width: 0 0 1px;
}

/* Make the examples and snippets not full-width */
@media screen and (min-width: 768px) {
  .bs-example {
    margin-left: 0;
    margin-right: 0;
    background-color: #fff;
    border-width: 1px;
    border-color: #ddd;
    border-radius: 4px 4px 0 0;
    box-shadow: none;
  }
  .bs-example + .highlight {
    margin-top: -16px;
    margin-left: 0;
    margin-right: 0;
    border-width: 1px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
  }
}

/* Tweak content of examples for optimum awesome */
.bs-example > p:last-child,
.bs-example > ul:last-child,
.bs-example > ol:last-child,
.bs-example > blockquote:last-child,
.bs-example > .form-control:last-child,
.bs-example > .table:last-child,
.bs-example > .navbar:last-child,
.bs-example > .jumbotron:last-child,
.bs-example > .alert:last-child,
.bs-example > .panel:last-child,
.bs-example > .list-group:last-child,
.bs-example > .well:last-child,
.bs-example > .progress:last-child,
.bs-example > .table-responsive:last-child > .table {
  margin-bottom: 0;
}
.bs-example > p > .close {
  float: none;
}

/* Typography */
.bs-example-type .table td:last-child {
  color: #999;
  vertical-align: middle;
}
.bs-example-type .table td {
  padding: 15px 0;
  border-color: #eee;
}
.bs-example-type .table tr:first-child td {
  border-top: 0;
}
.bs-example-type h1,
.bs-example-type h2,
.bs-example-type h3,
.bs-example-type h4,
.bs-example-type h5,
.bs-example-type h6 {
  margin: 0;
}

/* Images */
.bs-example > .img-circle,
.bs-example > .img-rounded,
.bs-example > .img-thumbnail {
  margin: 5px;
}

/* Buttons */
.bs-example > .btn,
.bs-example > .btn-group {
  margin-top: 5px;
  margin-bottom: 5px;
}
.bs-example > .btn-toolbar + .btn-toolbar {
  margin-top: 10px;
}

/* Forms */
.bs-example-control-sizing select,
.bs-example-control-sizing input[type="text"] + input[type="text"] {
  margin-top: 10px;
}
.bs-example-form .input-group {
  margin-bottom: 10px;
}
.bs-example > textarea.form-control {
  resize: vertical;
}

/* List groups */
.bs-example > .list-group {
  max-width: 400px;
}

/* Navbars */
.bs-example .navbar:last-child {
  margin-bottom: 0;
}
.bs-navbar-top-example,
.bs-navbar-bottom-example {
  z-index: 1;
  padding: 0;
  overflow: hidden; /* cut the drop shadows off */
}
.bs-navbar-top-example .navbar-header,
.bs-navbar-bottom-example .navbar-header {
  margin-left: 0;
}
.bs-navbar-top-example .navbar-fixed-top,
.bs-navbar-bottom-example .navbar-fixed-bottom {
  position: relative;
  margin-left: 0;
  margin-right: 0;
}
.bs-navbar-top-example {
  padding-bottom: 45px;
}
.bs-navbar-top-example:after {
  top: auto;
  bottom: 15px;
}
.bs-navbar-top-example .navbar-fixed-top {
  top: -1px;
}
.bs-navbar-bottom-example {
  padding-top: 45px;
}
.bs-navbar-bottom-example .navbar-fixed-bottom {
  bottom: -1px;
}
.bs-navbar-bottom-example .navbar {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .bs-navbar-top-example .navbar-fixed-top,
  .bs-navbar-bottom-example .navbar-fixed-bottom {
    position: absolute;
  }
  .bs-navbar-top-example {
    border-radius: 0 0 4px 4px;
  }
  .bs-navbar-bottom-example {
    border-radius: 4px 4px 0 0;
  }
}

/* Pagination */
.bs-example .pagination {
  margin-top: 10px;
  margin-bottom: 10px;
}

/* Pager */
.bs-example > .pager {
  margin-top: 0;
}
 
.bs-example-modal .modal {
  position: relative;
  top: auto;
  right: auto;
  left: auto;
  bottom: auto;
  z-index: 1;
  display: block;
}
.bs-example-modal .modal-dialog {
  left: auto;
  margin-left: auto;
  margin-right: auto;
}
.modal-dialog{left:0!important}
/* Example dropdowns */
.bs-example > .dropdown > .dropdown-menu {
  position: static;
  display: block;
  margin-bottom: 5px;
}

/* Example tabbable tabs */
.bs-example-tabs .nav-tabs {
  margin-bottom: 15px;
}

/* Tooltips */
.bs-example-tooltips {
  text-align: center;
}
.bs-example-tooltips > .btn {
  margin-top: 5px;
  margin-bottom: 5px;
}
 
.bs-example-popover .popover {
  position: relative;
  display: block;
  float: left;
  width: 260px;
  margin: 20px;
}

/* Scrollspy demo on fixed height div */
.scrollspy-example {
  position: relative;
  height: 200px;
  margin-top: 10px;
  overflow: auto;
}


/*
 * Code snippets
 *
 * Generated via Pygments and Jekyll, these are snippets of HTML, CSS, and JS.
 */

.highlight {
  display: none; /* hidden by default, until >480px */
  padding: 9px 14px;
  margin-bottom: 14px;
  background-color: #f7f7f9;
  border: 1px solid #e1e1e8;
  border-radius: 4px;
}
.highlight pre {
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
  background-color: transparent;
  border: 0;
  white-space: nowrap;
}
.highlight pre code {
  font-size: inherit;
  color: #333; /* Effectively the base text color */
}
.highlight pre .lineno {
  display: inline-block;
  width: 22px;
  padding-right: 5px;
  margin-right: 10px;
  text-align: right;
  color: #bebec5;
}

/* Show code snippets when we have the space */
@media screen and (min-width: 481px) {
  .highlight {
    display: block;
  }
}


/*
 * Responsive tests
 *
 * Generate a set of tests to show the responsive utilities in action.
 */

/* Responsive (scrollable) doc tables */
.table-responsive .highlight pre {
  white-space: normal;
}

/* Utility classes table  */
.bs-table th small,
.responsive-utilities th small {
  display: block;
  font-weight: normal;
  color: #999;
}
.responsive-utilities tbody th {
  font-weight: normal;
}
.responsive-utilities td {
  text-align: center;
}
.responsive-utilities td.is-visible {
  color: #468847;
  background-color: #dff0d8 !important;
}
.responsive-utilities td.is-hidden {
  color: #ccc;
  background-color: #f9f9f9 !important;
}

/* Responsive tests */
.responsive-utilities-test {
  margin-top: 5px;
}
.responsive-utilities-test .col-xs-6 {
  margin-bottom: 10px;
}
.responsive-utilities-test span {
  padding: 15px 10px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.1;
  text-align: center;
  border-radius: 4px;
}
.visible-on .col-xs-6 .hidden-xs,
.visible-on .col-xs-6 .hidden-sm,
.visible-on .col-xs-6 .hidden-md,
.visible-on .col-xs-6 .hidden-lg,
.hidden-on .col-xs-6 .visible-xs,
.hidden-on .col-xs-6 .visible-sm,
.hidden-on .col-xs-6 .visible-md,
.hidden-on .col-xs-6 .visible-lg {
  color: #999;
  border: 1px solid #ddd;
}
.visible-on .col-xs-6 .visible-xs,
.visible-on .col-xs-6 .visible-sm,
.visible-on .col-xs-6 .visible-md,
.visible-on .col-xs-6 .visible-lg,
.hidden-on .col-xs-6 .hidden-xs,
.hidden-on .col-xs-6 .hidden-sm,
.hidden-on .col-xs-6 .hidden-md,
.hidden-on .col-xs-6 .hidden-lg {
  color: #468847;
  background-color: #dff0d8;
  border: 1px solid #d6e9c6;
}


/*
 * Glyphicons
 *
 * Special styles for displaying the icons and their classes in the docs.
 */

.bs-glyphicons {
  padding-left: 0;
  padding-bottom: 1px;
  margin-bottom: 20px;
  list-style: none;
  overflow: hidden;
}
.bs-glyphicons li {
  float: left;
  width: 25%;
  height: 115px;
  padding: 10px;
  margin: 0 -1px -1px 0;
  font-size: 12px;
  line-height: 1.4;
  text-align: center;
  border: 1px solid #ddd;
}
.bs-glyphicons .glyphicon {
  display: block;
  margin: 5px auto 10px;
  font-size: 24px;
}
.bs-glyphicons li:hover {
  background-color: rgba(86,61,124,.1);
}

@media (min-width: 768px) {
  .bs-glyphicons li {
    width: 12.5%;
  }
}


/*
 * Customizer
 *
 * Since this is so form control heavy, we have quite a few styles to customize
 * the display of inputs, headings, and more. Also included are all the download
 * buttons and actions.
 */

.bs-customizer .toggle {
  float: right;
  margin-top: 85px; /* On account of ghetto navbar fix */
}

/* Headings and form contrls */
.bs-customizer label {
  margin-top: 10px;
  font-weight: 500;
  color: #444;
}
.bs-customizer h2 {
  margin-top: 0;
  margin-bottom: 5px;
  padding-top: 30px;
}
.bs-customizer h4 {
  margin-top: 15px;
}
.bs-customizer input[type="text"] {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
  background-color: #fafafa;
}
.bs-customizer .help-block {
  font-size: 12px;
}

/* For the variables, use regular weight */
#less-section label {
  font-weight: normal;
}

/* Downloads */
.bs-customize-download .btn-outline {
  padding: 20px;
}

/* Error handling */
.bs-customizer-alert {
  position: fixed;
  top: 51px;
  left: 0;
  right: 0;
  z-index: 1030;
  padding: 15px 0;
  color: #fff;
  background-color: #d9534f;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.25);
  border-bottom: 1px solid #b94441;
}
.bs-customizer-alert .close {
  margin-top: -4px;
  font-size: 24px;
}
.bs-customizer-alert p {
  margin-bottom: 0;
}
.bs-customizer-alert .glyphicon {
  margin-right: 5px;
}
.bs-customizer-alert pre {
  margin: 10px 0 0;
  color: #fff;
  background-color: #a83c3a;
  border-color: #973634;
  box-shadow: inset 0 2px 4px rgba(0,0,0,.05), 0 1px 0 rgba(255,255,255,.1);
}


/*
 * Miscellaneous
 *
 * Odds and ends for optimum docs display.
 */

/* Examples gallery: space out content better */
.bs-examples h4 {
  margin-bottom: 5px;
}
.bs-examples p {
  margin-bottom: 20px;
}

/* Pseudo :focus state for showing how it looks in the docs */
#focusedInput {
  border-color: rgba(82,168,236,.8);
  outline: 0;
  outline: thin dotted \9; /* IE6-9 */
  -moz-box-shadow: 0 0 8px rgba(82,168,236,.6);
       box-shadow: 0 0 8px rgba(82,168,236,.6);
}

/* Better spacing on download options in getting started */
.bs-docs-dl-options h4 {
  margin-top: 15px;
  margin-bottom: 5px;
}

/*CSS overwrites */

img {
  vertical-align: middle;

  display: block;
  height: auto;
  max-width: 100%;
}
.navbar{margin-bottom:0}
.full-with-carousel .carousel-inner > .item > img,.full-with-carousel .carousel-inner > .item > a > img{margin:0 auto}
.full-with-carousel.carousel.slide{margin:0 auto}




/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */
.full-home-carousel{top:-123px}
/* Special class on .container surrounding .navbar, used for positioning it into place. */
.navbar-wrapper {
  position: relative;
  z-index: 15;
}


/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Since positioning the image, we need to help out the caption */
.full-with-carousel .carousel-caption {
  z-index: 1;
}

/* Declare heights because of positioning of img element */
.full-with-carousel.carousel .item {
  background-color: #777;
}




/* MARKETING CONTENT
-------------------------------------------------- */


/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  text-align: center;
  margin-bottom: 20px;
}
.marketing h2 {
  font-weight: normal;
}
.marketing .col-lg-4 p {
  margin-left: 10px;
  margin-right: 10px;
}


/* Featurettes
------------------------- */

.featurette-divider {
  margin: 80px 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -1px;
}


/*  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%;
}
/* Customize the nav-justified links to be fill the entire space of the .navbar */

.nav-justified {
  background-color: #eee;
  border-radius: 5px;
  border: 1px solid #ccc;
}
.nav-justified > li > a {
  padding-top: 15px;
  padding-bottom: 15px;
  color: #777;
  font-weight: bold;
  text-align: center;
  border-bottom: 1px solid #d5d5d5;
  
}
.nav-justified > .active > a,
.nav-justified > .active > a:hover,
.nav-justified > .active > a:focus {
  background-color: #ddd;
  background-image: none;
  box-shadow: inset 0 3px 7px rgba(0,0,0,.15);
}
.nav-justified > li:first-child > a {
  border-radius: 5px 5px 0 0;
}
.nav-justified > li:last-child > a {
  border-bottom: 0;
  border-radius: 0 0 5px 5px;
}
/* Main marketing message and sign up button */
.white-jumbotron {
  text-align: center;
  background-color: transparent;
}
.white-jumbotron .btn {
  font-size: 21px;
  padding: 14px 24px;
}
.ccm-tags-display .label {margin:0 10px 10px 0;color:#fff;display:inline-block}
.ccm-tags-display .label a,.ccm-tags-display .label a:visited,.ccm-tags-display .label a:hover{color:#fff}
.bs-old-docs p{margin:0!important}

.bs-sidenav-right li {text-align:right}
.bs-sidebar .bs-sidenav-right.nav > .active > a, .bs-sidebar .bs-sidenav-right.nav > .active:hover > a, .bs-sidebar .bs-sidenav-right.nav > .active:focus > a,.bs-sidebar .bs-sidenav-right.nav a.active{border-right:none!important;border-left:1px solid #563D7C}

.bs-sidebar .nav.bs-sidenav-right .nav > li > a{padding:3px 30px 3px 20px}
.bs-sidebar .nav.bs-sidenav-right .nav  .nav > li > a{padding:3px 40px 3px 10px}

.bs-sidebar .nav .nav  .nav > li > a{padding:3px 10px 3px 40px}
.bs-sidebar{margin-bottom:10px}
.m-top-20{margin-top:20px}
.dropdown-menu > li > a{color:#333333}

#main-content-post-footer-share a img{display:inline-block}

/*autonav pro dropdown fix*/

.sublvl.dropdown-menu  li {position:relative}
.sublvl.dropdown-menu li.open > a {color:#fff}

.navbar-fixed-bottom .sublvl.dropdown-menu  .sublvl.dropdown-menu,.navbar-static-bottom .sublvl.dropdown-menu  .sublvl.dropdown-menu,.navbar-fixed-bottom  .sublvl.dropdown-menu,.navbar-static-bottom  .sublvl.dropdown-menu{bottom:100%;margin:0;left:0;top:auto}


/*link color for intro page type*/
.bs-docs-home footer .bs-social a,.bs-docs-home footer .bs-social a:visited,.bs-docs-home footer .bs-social a:hover{color:#fff}

.bs-example .navbar{position:relative!important}

.ccm-search-option.ccm-search-option-type-rating{margin-bottom:10px;overflow:hidden;display:block}

/*navbar*/
.col-md-3.logo-position-0 .navbar-header {float:none}

.navbar-brand{float:none}
.navbar-inverse .navbar-brand a{color:#fff}
.navbar-default .navbar-brand a{color:#563D7C}
.navbar-brand p{margin:0}

.col-md-12.logo-position-2 .navbar-header{float:none}
.col-md-3.logo-position-0 a.navbar-brand{float:left}
.col-md-3.logo-position-1 a.navbar-brand{float:left}

.container  > .navbar {margin:10px auto}
.nav-list > li.active > a, .nav-list > li.active > a:hover, .nav-list > li.active > a:focus {
    background-color: #428BCA;
    color: #FFFFFF;
}
.full-with-carousel.carousel.slide{margin:0 auto}
@media(min-width:768px){
	.col-md-3.logo-position-0 .navbar-header{text-align:right}
	.navbar  .container .navbar-inner .col-md-3,.navbar  .container  .navbar-inner .col-md-12,.navbar  .container  .navbar-inner .col-md-9{margin:0!important;padding:0!important}
	.col-md-3.logo-position-0{float:right}
	.col-md-3.logo-position-0 a.navbar-brand{float:right}

	.container  > .navbar .col-md-3.logo-position-0 ,.container  > .navbar .col-md-9.logo-position-0 {padding-left:0}
	.col-md-9.logo-position-0 {
		float: left;
	}
	.navbar  .navbar-inner .container  .col-md-3.logo-position-1 .navbar-brand{padding-left:1px}
	.navbar  .navbar-inner .container  .col-md-12.logo-position-2 .navbar-brand{padding:15px 0}

}
.navbar .navbar-inner .container .nav-collapse.collapse{padding:0!important}
@media(max-width:768px){
.navbar-nav{margin:0}
.container.marketing{margin:10px auto}

}
.col-md-12.logo-position-2  .navbar-brand{margin:0 auto;float:none;text-align:center;display:block}
.navbar .navbar-inner .container .col-md-3.logo-position-0 .navbar-brand {padding-right:0}
.marketing-logo ,.marketing-logo a{color:#999999}
.marketing-logo{text-align:center}


.bs-header h1, .bs-header p{margin:0!important}

.carbonad{position:static!important;float:none!important;width:100%!important}

@media(max-width:768px){
.navbar-nav{margin:0}


.navbar .navbar-inner .container .col-md-3.logo-position-0 .navbar-brand {padding-right:15px}
}


.navbar-nav  li.open{display:block;filter: alpha(opacity=100);}

/*space for top navbar*/

.navbar-bottom-fixed-space,.navbar-top-static-space,.navbar-top-fixed-space{margin:0;display:block;clear:both;overflow:hidden;z-index:1}
.navbar-header {
    float: none!important;
}
.bootstrap-carousel .navbar-top-fixed-space{margin:0!important}
.col-md-12 .navbar-nav > li > a{line-height:20px!important}

.navbar-brand{padding:15px 0}
.navbar-brand.navbar-brand-area{display:block}
.navbar-brand-area{height:auto}
.carousel-indicators{z-index:2}
.navbar-brand.navbar-brand-link{display:table}
.navbar-wrapper > .container > .navbar,body > .container > .navbar {padding:0 15px;}
.navbar-toggle {margin:8px 0}
.dropdown-menu,.dropdown-menu li ,.dropdown-menu a{text-align:left}
.full-home-carousel{position:relative;top:-50px}
@media(min-width:769px){
.navbar-top-fixed-space{margin-top:51px;}
.navbar-top-fixed-space.bs-navbar-logo-f{margin-top:101px}

}
@media(min-width:768px){
.dropdown-menu .open > .dropdown-menu {left:100%;}
.navbar  .navbar-inner .container .col-md-3.logo-position-1{padding-left:15px}
.boostrap_nav_right .dropdown-menu .open > .dropdown-menu ,.bs-sidenav-right  .dropdown-menu .open > .dropdown-menu{left:-100%;}
.col-logo.logo-position-0,.col-nav.logo-position-1{float:right;text-align:right;padding-left:0}
.col-logo.logo-position-1,.col-nav.logo-position-0{float:left;text-align:left;padding-right:0}
.navbar  .navbar-inner .container  .col-md-12.logo-position-2 .navbar-brand{padding:15px 0}
.navbar  .logo-position-1 .navbar-nav {float:right}
}
@media(max-width:767px){
.navbar-fixed-bottom{position:relative!important}
.navbar-nav > li > a{line-height:20px!important}
body{margin-bottom:0!important}
.col-md-12.logo-position-2 .navbar-brand img{max-width:90%}
 .navbar-fixed-bottom .dropdown .caret{ border-top: 4px solid #000000;
  border-right: 4px solid transparent;
  border-bottom: 0 dotted;
  border-left: 4px solid transparent;}
 .navbar-fixed-bottom .dropdown .caret:hover, .navbar-fixed-bottom .dropdown .active .caret{ border-top: 4px solid #fff;
  border-right: 4px solid transparent;
  border-bottom: 0 dotted;
  border-left: 4px solid transparent;} 
     .nav-collapse.collapse.in{padding:10px 0!important;border:none!important;box-shadow:none!important}
.optional-navbar .navbar-toggle{margin:8px}	 

.bootstrap-carousel .navbar-wrapper{position:static!important;}
.bootstrap-carousel .navbar-wrapper .container{padding:0}
.bootstrap-carousel .navbar-wrapper .container .navbar{margin:0;}
}

@media(max-width:768px){
.navbar-bottom-fixed-space,.navbar-top-static-space,.navbar-top-fixed-space{padding:0!important;}
.full-home-carousel {top:0px!important}
.col-md-12.logo-position-2  .navbar-brand{text-align:left}


}
@media(max-width:480px){
.navbar-brand img{max-width:80%;float:left}
}

.nav-stacked-right li{text-align:right}
.nav-stacked-right a.dropdown-toggle {overflow:hidden}
.nav-stacked-right a.dropdown-toggle .caret{float:left;margin:8px 0 0}
.nav-stacked-right .dropdown-menu .open > .dropdown-menu {left:-100%;}
 
.nav-stacked-right .dropdown-menu{left:-100%;right:100%}
.dropdown-menu > li > a{white-space: normal;}

.stack-drops .dropdown-menu {
  position: static!important;  
  z-index: 2!important;
  float: none!important; 
  background-color: transparent!important;
  border: none!important; 
  border-radius: 0px!important;
  -webkit-box-shadow: none!important;
          box-shadow: none!important;

}
.stack-drops a {overflow: hidden;}
.stack-drops a .caret{float: right;margin: 8px 0 0;}
.stack-drops .dropdown-menu a .caret{margin:-8px 0 0 0}

.stack-drops.nav-stacked-right a {overflow: hidden;}
.stack-drops.nav-stacked-right a .caret{float: left;margin: 8px 0 0;}
.stack-drops.nav-stacked-right .dropdown-menu a .caret{margin:8px 0 0;}

.stack-drops .caret{border-top-color: #000!important;}
@media(min-width:768px){
.nav .dropdown-menu .open > a .caret, .nav .dropdown-menu .open > a:hover .caret, .nav .dropdown-menu .open > a:focus .caret{border-top-color: #000!important;}
}
/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 768px) {
  .nav-justified {
    max-height: 52px;
  }
  .nav-justified > li > a {
    border-left: 1px solid #fff;
    border-right: 1px solid #d5d5d5;
  }
  .nav-justified > li:first-child > a {
    border-left: 0;
    border-radius: 5px 0 0 5px;
  }
  .nav-justified > li:last-child > a {
    border-radius: 0 5px 5px 0;
    border-right: 0;
  }




  /* Navbar positioning foo */

  /* The navbar becomes detached from the top, so we round the corners */
  .navbar-wrapper .navbar {
    border-radius: 4px;
  }

  /* Bump up size of carousel content */
  .full-with-carousel .carousel-caption p {
    margin-bottom: 20px;
    font-size: 21px;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }
.navbar  .logo-position-1 .navbar-nav {float:right}
}

@media (min-width: 992px) {
  .featurette-heading {
    margin-top: 120px;
  }
}

@media (max-width: 768px) {
.navbar-wrapper{position:absolute;left:0;right:0;top:10px;z-index:99}
/*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*/
.full-home-carousel {top:0}	

.nav-justified > li > a{margin-bottom:0!important}
}

@media(max-width:767px){
	.navbar-inner {
		max-height: 340px;
		overflow-y: auto;
		overflow-x: hidden;
	}
}
@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;
	}
}
