/* Autodealers.nl CSS voor de dealerwebsite */
@import url('//svl.autodealers.nl/css/responsive2/bootstrap.min.css');
@import url('//fonts.googleapis.com/css?family=Open+Sans:300,400,600');
@import url('//code.jquery.com/ui/1.12.1/themes/base/jquery-ui.min.css');
@import url('//svl.autodealers.nl/css/responsive2/style.min.css');
/*
	Style.css
	Table of Contents:

	- Custom Class Library
	- Global
	- Theme
		+ Header
		+ Menu
		+ Carousel
		+ Occasion Slideshow
		+ Footer
	- Custom
		+ Global
		+ Pages
		+ Mediaqueries
*/

/*********************
******** CCL *********
*********************/

/* Margin */
.no-m { margin: 0; }
.m-10 { margin: 10px; }
.m-15 { margin: 15px; }
.m-30 { margin: 30px; }
.m-60 { margin: 60px; }

/* Margin Top Bottom */
.mtb-10 { margin: 10px 0; }
.mtb-15 { margin: 15px 0; }
.mtb-30 { margin: 30px 0; }
.mtb-60 { margin: 60px 0; }

/* Margin Top */
.mt-10 { margin-top: 10px; }
.mt-15 { margin-top: 15px; }
.mt-30 { margin-top: 30px; }
.mt-60 { margin-top: 60px; }

/* Margin Right */
.mr-10 { margin-right: 10px; }
.mr-15 { margin-right: 15px; }
.mr-30 { margin-right: 30px; }
.mr-60 { margin-right: 60px; }

/* Margin Bottom */
.mb-10 { margin-bottom: 10px; }
.mb-15 { margin-bottom: 15px; }
.mb-30 { margin-bottom: 30px; }
.mb-60 { margin-bottom: 60px; }

/* Margin Left */
.ml-10 { margin-left: 10px; }
.ml-15 { margin-left: 15px; }
.ml-30 { margin-left: 30px; }
.ml-60 { margin-left: 60px; }

/* Padding */
.no-p { padding: 0; }
.p-10 { padding: 10px; }
.p-15 { padding: 15px; }
.p-30 { padding: 30px; }
.p-60 { padding: 60px; }

/* Padding Top Bottom */
.ptb-10 { padding: 10px 0; }
.ptb-15 { padding: 15px 0; }
.ptb-30 { padding: 30px 0; }
.ptb-60 { padding: 60px 0; }

/* Padding Top */
.pt-10 { padding-top: 10px; }
.pt-15 { padding-top: 15px; }
.pt-30 { padding-top: 30px; }
.pt-60 { padding-top: 60px; }

/* Padding Right */
.pr-10 { padding-right: 10px; }
.pr-15 { padding-right: 15px; }
.pr-30 { padding-right: 30px; }
.pr-60 { padding-right: 60px; }

/* Padding Bottom */
.pb-10 { padding-bottom: 10px; }
.pb-15 { padding-bottom: 15px; }
.pb-30 { padding-bottom: 30px; }
.pb-60 { padding-bottom: 60px; }

/* Padding Left */
.pl-10 { padding-left: 10px; }
.pl-15 { padding-left: 15px; }
.pl-30 { padding-left: 30px; }
.pl-60 { padding-left: 60px; }

/* Border */
.no-b { -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; }
.b-10 { -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; }
.b-15 { -webkit-border-radius: 15px; -moz-border-radius: 15px; border-radius: 15px; }
.b-30 { -webkit-border-radius: 30px; -moz-border-radius: 30px; border-radius: 30px; }
.b-60 { -webkit-border-radius: 60px; -moz-border-radius: 60px; border-radius: 60px; }

/* Others */
.relative {
  position: relative;
}

/*********************
****** GLOBAL ********
*********************/

html, body {
	background: #fff !important;
}
body {
  font-family: 'Muli', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #2A2B31;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
  padding: 0;
}
h1 {
  font-size: 24px;
  margin-bottom: 12px;
}
h2 {
  font-size: 25px;
  margin-bottom: 12px;
}
h3 {
  font-size: 18px;
}
p {
  line-height: 22px;
  margin: 0 0 22px 0;
    font-size: 16px;
}
a,
a:link,
a:visited,
a:hover,
a:active {
  color: #E41C26;
  text-decoration: none;
}


/*********************
******* THEME ********
*********************/

/*************
*** Header ***
*************/

#header .glyphicon {
	color: #3199c7;
}

/*****************
*** Navigation ***
*****************/

/*
Primary background: 	grey
Secondary background: 	lightgrey
Dropdown background:	dimgray
text color:				#fff
*/

/* Setup */

.img-header {height: 60px;}

.navbar {
  z-index: 99;
}
.navbar-default {
  margin: 0;
  padding: 0;
  background: transparent;
  border-radius: 0;
  border: none;
  z-index: 999;
}
/* Menu Link */
.navbar-default .navbar-nav > li > a {
  padding: 10px 3px;
  color: #fff;
  text-align: center;
  border-right: 1px solid #fff;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  transition:all 0.3s ease; /* Animate */
}
.navbar-default .navbar-nav > li:first-child a {
  border-left: 1px solid #fff;
}
/* Menu Link Hover & Active*/
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
  background: transparent;
  color: #E41C26;
}
/* Menu icon*/
.navbar-default .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
  background-color:  transparent;
}
.navbar-default .navbar-toggle {
  border-color: #fff;
}
@media (max-width: 767px) {
  /* Setup */
  body { padding-top: 50px }
  .navbar-xs {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
  }
  .navbar-default .navbar-nav > li:first-child a {
    border-left: none;
  }
  /* Background */
  .navbar-default .navbar-header {
    background: #2A2B31;
  }
  /* Brand */
  .navbar-default .navbar-brand,
  .navbar-default .navbar-brand:hover {
    color: #fff;
  }
  /* Collapse */
  .navbar-default .navbar-nav {
    margin-top: 0;
    margin-bottom: 0;
    padding: 15px 0;
    background-color: #2A2B31;
    margin-left: -15px;
  	width: calc(100% + 30px);
  }
  .navbar-default .navbar-collapse {
    border: none;
    color: #fff;
  }
  /* Menu Link */
  .navbar-default .navbar-nav > li > a {
    padding: 20px 5px;
    font-size: 16px;
    border: none;
  }
  
  /* Dropdown */
  .navbar-nav .open .dropdown-menu {
    outline: none;
    padding: 0;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #E41C26;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
    color: #fff;
  }
  /* Menu links */
  .navbar-default .navbar-nav > li a {
    text-align: center;
  }
}
@media (min-width: 768px) {
  /* Setup */
  .navbar-nav {
    width: 100%;
    display: table;
  }
  .navbar-nav > li {
    float: none;
    display: table-cell;
  }
  nav .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
  nav .container-fluid {
    padding-left: 0;
    padding-right: 0;
  }
}
.nav li a{
    padding: 8px 15px;
}
.navbar{
    min-height: auto;
}
/*************************
*** Occasion Slideshow ***
*************************/

/* slideshow SEO */
#slideshow-wrapper {
  margin-top: 46px;
}
#gallery {
  text-align: left;
  position: relative;
  width: 320px;
  height: 240px;
  border: 1px solid #000000;
  overflow: hidden;
  line-height: normal;
}
#gallery a {
  float: left;
  position: absolute;
}
#gallery a img {
  width: 320px;
  height: 240px;
}
#gallery a.show {
  z-index: 500;
}
#gallery .caption {
  z-index: 600;
  background-color: #3A6A92;
  color: #FFFFFF;
  width: 320px;
  position: absolute;
  bottom: 0px;
}
#gallery .caption .content {
  margin: 5px;
  color: #FFFFFF;
}
#gallery .caption .content h3 {
  margin: 0px;
  padding: 0px;
  font-size:16px;
  color: #FFFFFF;
  line-height: 20px
}

/* slideshow4 */
#scroller .nieuwbinnen h3 {
	margin:0;
	line-height: 20px;
}


/*************
*** Footer ***
*************/

/** Sticky Footer ***/
#footer {
  position: relative;
  height: auto;
  padding: 15px 0;
}
#footer h3 {
  font-size: 25px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 30px;
}
#footer p {
  line-height: 25px;
  font-size: 16px;
}
#footer table {
  font-size: 16px;
}
#footer #contact-table {
  margin-bottom: 25px;
}
#footer .soort {width: 83px;}
#footer .openingstijden-opmerking {
  margin-top: 25px;
  font-size: 16px;
}
#footer .semibold {
	color: #E41C26;
  	text-decoration: none;
  	font-weight: 600;
}


@media (min-width: 767px) {
  html {
    position: relative;
    min-height: 100%;
  }
  #footer {
    position: relative;
    height: auto;
    padding: 35px 0 15px 0;
  }
}

@media (max-width: 768px) {
	#footer h3 {margin-top: 25px;}
}


/*************
*** CUSTOM ***
*************/
.headerplaat{
    background: url("//svl.autodealers.nl/upload/1257_res_Header_image.jpg") no-repeat fixed 50% 100%;
    -webkit-background-size: cover;
    background-size: cover;
}
.headerplaat h1{
    color: #fff;
    font-size: 45px;
    font-weight: 800;
    text-align: center;
    text-transform: uppercase;
    margin-top: 308px;
}
.headerplaat p{
    color: #fff;
    font-weight: 600;
    text-align: center;
    font-size: 16px;
    margin: 30px 0;
    font-size: 16px;
}
.headerplaat a{
    color: #fff;
    padding: 10px 0;
    display: block;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    margin-top: 15px;
    margin-bottom: 30px;
    transition: 0.3s;
    background-color: #E41C26;
    text-transform: uppercase;
}
.headerplaat a:hover{
    background-color: #2A2B31;
    color: #E41C26;
}
.headerplaat .shapes{
    width: 100%;
    height: 55px;
    margin-top: 300px;
}
.headerplaat .shapes .shape1{
    width: 50%;
    float: left;
    height: 55px;
}
.headerplaat .shapes .shape1 .blok1{
    width: 80%;
    background: #E4E2E3;
    float: left;
    height: 55px;
}
.headerplaat .shapes .shape1 .blok2{
    width: 20%;
    height: 0;
    padding-bottom: 10%;
    overflow: hidden;
    float: left;
    height: 55px;
}
.headerplaat .shapes .shape1 .blok2:after{
    content: '';
    width: 0;
    display: block;
    height: 0;
    border-bottom: 55px solid #E4E2E3;
    border-right: 10vw solid transparent;
}
.headerplaat .shapes .shape2{
    width: 50%;
    float: right;
    height: 55px;
}
.headerplaat .shapes .shape2 .blok1{
    width: 80%;
    background: #E4E2E3;
    float: right;
    height: 55px;
}
.headerplaat .shapes .shape2 .blok2{
    width: 20%;
    height: 0;
    padding-bottom: 10%;
    overflow: hidden;
    float: right;
    height: 55px;
}
.headerplaat .shapes .shape2 .blok2:after{
    content: '';
    width: 0;
    display: block;
    height: 0;
    border-bottom: 55px solid #E4E2E3;
    border-left: 10vw solid transparent;
    float: right;
}



#welkom-blok {margin: -62px 0 -2px 0;}
.welkom h2 {text-transform: uppercase;}



.bg-audi{

}
.bg-audi .shapes{
    width: 100%;
    height: 55px;
}
.bg-audi .shapes .shape1{
    width: 50%;
    float: left;
    height: 55px;
}
.bg-audi .shapes .shape1 .blok1{
    width: 80%;
    background: transparent;
    float: left;
    height: 55px;
}
.bg-audi .shapes .shape1 .blok2{
    width: 20%;
    height: 0;
    padding-bottom: 10%;
    overflow: hidden;
    float: right;
    height: 55px;
}
.bg-audi .shapes .shape1 .blok2:after{
    content: '';
    width: 0;
    display: block;
    height: 0;
    border-bottom: 55px solid transparent;
    border-right: 10vw solid #E4E2E3;
    float: right;
}
.bg-audi .shapes .shape2{
    width: 50%;
    float: right;
    height: 55px;
}
.bg-audi .shapes .shape2 .blok1{
    width: 80%;
    background: transparent;
    float: right;
    height: 55px;
}
.bg-audi .shapes .shape2 .blok2{
    width: 20%;
    height: 0;
    padding-bottom: 10%;
    overflow: hidden;
    float: right;
    height: 55px;
}
.bg-audi .shapes .shape2 .blok2:after{
    content: '';
    width: 0;
    display: block;
    height: 0;
    border-bottom: 55px solid transparent;
    border-left: 10vw solid #E4E2E3;
    float: left;
}
.bg-audi .drieCircles .circle{
    position: relative;
    border-radius: 50%;
    margin-bottom: 25px;
}
.bg-audi .drieCircles .circle:after{
    width: 100%;
    border-radius: 50%;
    padding-top: 100%;
    height: 0;
    display: block;
    content: '';
}
.bg-audi .drieCircles a{
    color: #fff;
    padding: 10px 0;
    display: block;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    margin-top: 15px;
    margin-bottom: 30px;
    transition: 0.3s;
    background-color: #E41C26;
    text-transform: uppercase;
}
.bg-audi .drieCircles a:hover {
  background: #2A2B31;
  color: #E41C26;
}
#Banden{
    background: url("//svl.autodealers.nl/upload/1257_res_Occasions_image.png") no-repeat center #fff;
    background-size: 100%;
}
#Occasions{
    background: url("//svl.autodealers.nl/upload/1257_res_Verwachte_occasions_image.png") no-repeat center #fff;
    background-size: 100%;
}
#Contact{
    background: url("//svl.autodealers.nl/upload/1257_res_Contact_image.png") no-repeat center #fff;
    background-size: 100%;
}
.bg-black {
  padding: 25px;
  background: #2A2B31;
}
.bg-black .bedrijfsfoto {
  width: 100%;
}
.bg-black .svg-logo {height: 55px; margin: 15px 0;}

.line{
    margin: 15px 0 35px 0;
    width: 100%;
    height: 1px;
    background: #2A2B31;
}
.s-m a img{
    height: 50px;
    background: #fff;
    border-radius: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
}
.dmf{
    margin-top: 30px;
    width: 100%;
}
.rdw-adp{
    text-align: center;
    padding: 15px 0;
    background: -moz-linear-gradient(-21deg, rgba(34,164,189,1) 1%, rgba(34,164,189,1) 50%, rgba(1,151,179,1) 51%, rgba(1,151,179,1) 100%);
    background: -webkit-linear-gradient(-21deg, rgba(34,164,189,1) 1%,rgba(34,164,189,1) 50%,rgba(1,151,179,1) 51%,rgba(1,151,179,1) 100%);
    background: linear-gradient(164deg, rgba(34,164,189,1) 1%,rgba(34,164,189,1) 50%,rgba(1,151,179,1) 51%,rgba(1,151,179,1) 100%);
}
.rdw-adp img{
    display: inline-block;
    height: 55px;

}
.rdw-adp img:first-child{
    margin-right: 15px;
}

/*************
*** Global ***
*************/

/* Bootstrap */
.bg-primary {
  background: #2A2B31;
}
.bg-secondary {
  background: #E4E2E3;
}
a.btn-default {
  color: #000;
}

.twitter-icon {margin-left: 10px;}

/* Others */
.full-width {
	width: 100%;
}


/*************
**** Home ****
*************/
.form-group a {color: #fff;}

.btn-primary {
  padding: 10px 25px;
  background-color: #E41C26;
  color: #fff;
  font-weight: 400;
  border-radius: 0;
  border: none;
  text-transform: uppercase;
  transition: 0.3s;
}
.btn-primary:hover {background-color: #2A2B31; color: #E41C26;}


/****************
*** Occasions ***
****************/



/* Slideshow */
.autodealers-carousel-item * {border-radius: 0 !important;}
.autodealers-carousel-item .btn-primary {
  padding: 10px 0;
  background-color: #E41C26;
  color: #fff;
  font-weight: 400;
  border-radius: 0;
  border: none;
  text-transform: uppercase;
  transition: 0.3s;
}
.autodealers-carousel-item .btn-primary:hover {background-color: #2A2B31; color: #E41C26;}
.autodealers-carousel-caption {
  margin-top: 14px;
  margin-bottom: 10px !important; 
  font-size: 14px;
}
.carousel nav {border: none;}
.pager li>a {
  padding: 10px 18px 7px 18px;
  background-color: #E41C26; 
  border: none; 
  border-radius: 0;
  color: #fff;
  transition: 0.3s;
}
.pager li>a:hover {background-color: #2A2B31; color: #E41C26;}





/* Gallery weergave */
/* Style voor de nummering linksboven */

#body.autolijst_background * {border-radius: 0;}

#body.autolijst_background .pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus { 
     color: #fff !important;
     background-color: #E41C26 !important;
     border-color: #E41C26 !important;
}

#body.autolijst_background .pagination>li>a, .pagination>li>span {
     color: #000 !important;
     text-decoration: none;
     background-color: #fff;
}

#body.autolijst_background .pagination>li>a:hover, .pagination>li>span:hover, .pagination>li>a:focus, .pagination>li>span:focus, .pagination>li>span:hover {
     color: #fff !important;
     background-color: #E41C26;
     border-color: #E41C26;
}

/* Bekijk occasion button */ 
#body.autolijst_background .gallery-view .btn-primary {
     color: #fff;
     background-color: #E41C26;
     border-color: #E41C26;
}

#body.autolijst_background .gallery-view .glyphicon-info-sign {
     color:#E41C26;
}

/* Style voor tekst in de popover */ .popover-table { 
width: 250px;
color: #000;
}
/* Lijstweergave */

#body.autolijst_background a.btn.btn-primary.btn-list {
     background: #E41C26;
     color: #fff;
     border-color: #E41C26;
}

#body.autolijst_background .block.title {
     color: #E41C26;
}

/* Style voor detailpagina */
#body.autolijst_background .col-xs-12.auto-detail-page .xs-center-block.sm-center-block .title {
     color: #E41C26;
}

/* Style voor de button met telefoonnummer */
#body.autolijst_background .btn.btn-primary.btn-lg.btn-block-company.tel {
     color: #fff;
     background: #E41C26;
     border-color: #E41C26;
}

/* Meer button achter het merk */
#body.autolijst_background .label.label-primary {
     color: #fff;
     background-color: #E41C26;
}

#body.autolijst_background .label-primary[href]:hover, .label-primary[href]:focus {
     background-color: #E41C26;
}
#body.autolijst_background a.label:hover, a.label:focus {
     color: #fff;
     text-decoration: none;
}

/* Financierenlink */
#body.autolijst_background .col-sm-12.col-md-5.data-list.auto-attributen [data-section="financieren"] a {
     color: #E41C26;
}

/* Verzekeren link */
#body.autolijst_background .col-sm-12.col-md-5.data-list.auto-attributen [data-section="verzekeren"] a {
     color: #E41C26;
}

/* Meer specificaties button */
#body.autolijst_background .data-list.auto-attributen .btn.btn-primary {
     background: #E41C26;
     border-color: #E41C26;
     color: #fff;
}
@media(max-width:767px) {
     #body.autolijst_background .data-list.auto-attributen .row .col-xs-12.data-list-item-label {
           padding-left: 15px;
     }
}

/* Meer opties */
#body.autolijst_background .responsive-controls .btn.btn-primary {
     background: #E41C26;
     border-color: #E41C26;
     color: #fff;
}

/* Toon disclaimer button */
#body.autolijst_background .auto-toon-disclaimer .btn.btn-primary {
     background: #E41C26;
     border-color: #E41C26;
     color: #fff;
}

/* Telefoon en Mobiel nummer onderin de detailpagina */
#body.autolijst_background .row.nav-bar.margin-bottom-md .telefoon {
     color: #E41C26;
}
#body.autolijst_background .row.nav-bar.margin-bottom-md .mob {
     color: #E41C26;
}
#body.autolijst_background .row.nav-bar.margin-bottom-md a {
     color: #E41C26;
}
#body.autolijst_background .btn.btn-social { color: #fff; }

.nav-bar strong {color: #000;}




/* Base colors*/
#body.autolijst_background a.btn-primary,
#body.autolijst_background a.btn-social,
#body.detail-view .label-primary {
	color: #fff;
}
#body.autolijst_background .well,
#body.autolijst_background .list-group,
#body.detail-view h3[itemprop="name"],
#body.detail-view p[itemprop="address"],
#body.detail-view span[itemprop="telephone"],
#body.detail-view .row.nav-bar {
  color: #000;
}

/* Secondary colors */
#body.autolijst_background ul.pagination a,
#body.autolijst_background .title,
#body.detail-view .bg-info {
	color: red;
}
#body.autolijst_background .pagination > .active > a,
#body.autolijst_background a.btn-primary {
	background: red;
	border: 1px solid red;
	color: #fff;
}


/**********************
*** Route & Contact ***
**********************/

#body.Contact #map {
  height: 400px;
}
#body.Contact #route {
  background: #fff;
}
/* de routebeschgrijving op mobiel valt buiten het scherm zonder */
#body.Contact .adp b,
#body.Contact .adp-list b {
  display: inline-block;
}
/* de prijs valt anders over de "bekijk deze auto" heen */
#body.Contact .adp-directions,
#body.Contact .adp-summary
{
  width:100%;
}


/*******************
*** Mediaqueries ***
*******************/

/*** MIN ***/

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
	.center-block-sm { margin: 0 auto; display: block; }
	.text-center-sm { text-align: center; }
	.text-right-sm { text-align: right; }
	.pull-right-sm { float: right; }
    .bg-audi{
        height: 300px;
    }
  
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
	.center-block-md { margin: 0 auto; display: block; }
	.text-center-md { text-align: center; }
	.text-right-md { text-align: right; }
	.pull-right-md { float: right; }

  .bg-black .bedrijfsfoto {
    width: calc(100% + 100px);
  }
  .navbar-default .navbar-nav > li > a {
  padding: 20px 5px;
  font-size: 16px;
}
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
	.center-block-lg { margin: 0 auto; display: block; }
	.text-center-lg { text-align: center; }
	.text-right-lg { text-align: right; }
	.pull-right-lg { float: right; }
  
  .mb-0-lg {margin-bottom: 0;}
}

/*** MAX ***/

@media (max-width: 768px) {
	.center-block-sm-max { margin: 0 auto; display: block; }
	.text-center-sm-max { text-align: center; }
	.text-right-sm-max { text-align: right; }
	.pull-right-sm-max { float: right; }
    .line{
        margin: 30px 0;
    }
    .bg-audi .drieCircles a{
        margin-top: 15px;
    }
  	
 	
  .headerplaat h1{
    font-size: 40px;
    margin-top: 100px;
  }
  .headerplaat a {margin-bottom: 100px;}
  .headerplaat .shapes {display: none;}
  
  .bg-audi .shapes {display: none;}
  
  
}

/* Medium devices (desktops, 992px and up) */
@media (max-width: 992px) {
	.center-block-md-max { margin: 0 auto; display: block; }
	.text-center-md-max { text-align: center; }
	.text-right-md-max { text-align: right; }
	.pull-right-md-max { float: right; }
}

/* Large devices (large desktops, 1200px and up) */
@media (max-width: 1200px) {
	.center-block-lg-max { margin: 0 auto; display: block; }
	.text-center-lg-max { text-align: center; }
	.text-right-lg-max { text-align: right; }
	.pull-right-lg-max { float: right; }
}
