/*
//== Modals
//
//##

// Padding applied to the modal body
@modal-inner-padding: 			20px;

// Padding applied to the modal title
@modal-title-padding: 			15px;
// Modal title line-height
@modal-title-line-height: 	@line-height-base;

// Background color of modal content area
@modal-content-bg: 													#fff;
// Modal content border color
@modal-content-border-color: 								rgba(0,0,0,.2);
// Modal content border color **for IE8**
@modal-content-fallback-border-color: 				#999;

// Modal backdrop background color
@modal-backdrop-bg: 				#000;
// Modal backdrop opacity
@modal-backdrop-opacity: 		.5;
// Modal header border color
@modal-header-border-color: #e5e5e5;
// Modal footer border color
@modal-footer-border-color: @modal-header-border-color;

@modal-lg: 									900px;
@modal-md: 									600px;
@modal-sm: 									300px;


//== Thumbnails
//
//##

// Padding around the thumbnail image
@thumbnail-padding: 				4px;
// Thumbnail background color
@thumbnail-bg: 							@body-bg;
// Thumbnail border color
@thumbnail-border: 					#ddd;
// Thumbnail border radius
@thumbnail-border-radius: 	@border-radius-base;

// Custom text color for thumbnail captions
@thumbnail-caption-color: 	@text-color;
// Padding around the thumbnail caption
@thumbnail-caption-padding: 9px;


//== Carousel
//
//##

@carousel-text-shadow: 											0 1px 2px rgba(0,0,0,.6);

@carousel-control-color: 										#fff;
@carousel-control-width: 										15%;
@carousel-control-opacity: 									.5;
@carousel-control-font-size: 								20px;

@carousel-indicator-active-bg: 							#fff;
@carousel-indicator-border-color: 					#fff;

@carousel-caption-color: 										#fff;


//== Close
//
//##

@close-font-weight: 				bold;
@close-color: 							#000;
@close-text-shadow: 				0 1px 0 #fff;


//== Type
//
//##

// Text muted color
@text-muted: 								@color-gray-light;
// Abbreviations and acronyms border color
@abbr-border-color: 				@color-gray-light;
// Headings small color
@headings-small-color: 			@color-gray-light;
// Blockquote small color
@blockquote-small-color: 		@color-gray-light;
// Blockquote font size
@blockquote-font-size: 			(@font-size-base * 1.25);
// Blockquote border color
@blockquote-border-color: 	@color-gray-lighter;
// Page header border color
@page-header-border-color: 	@color-gray-lighter;


//== Miscellaneous
//
//##

// Horizontal line color.
@hr-border: 								@color-gray-lighter;

// Horizontal offset for forms and lists.
@component-offset-horizontal: 180px;

*/
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.clearfix:before,
.clearfix:after,
.container-inside-another:before,
.container-inside-another:after,
.container:before,
.container:after,
.container .container:before,
.container .container:after,
.container .container-fluid:before,
.container .container-fluid:after,
.container-fluid:before,
.container-fluid:after,
.container-fluid .container:before,
.container-fluid .container:after,
.container-fluid .container-fluid:before,
.container-fluid .container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container-inside-another:after,
.container:after,
.container .container:after,
.container .container-fluid:after,
.container-fluid:after,
.container-fluid .container:after,
.container-fluid .container-fluid:after,
.row:after {
  clear: both;
}
.text-norender {
  display: block;
  overflow: hidden;
  text-indent: -9999px;
}
.container-inside-another {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container .container,
.container .container-fluid {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 769px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 993px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1201px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container-fluid .container,
.container-fluid .container-fluid {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}
.container .no-gap .row,
.container-fluid .no-gap .row {
  margin-left: 0;
  margin-right: 0;
}
.container .no-gap [class*='column-md'],
.container-fluid .no-gap [class*='column-md'],
.container .no-gap [class*='column-lg'],
.container-fluid .no-gap [class*='column-lg'],
.container .no-gap [class*='column-sm'],
.container-fluid .no-gap [class*='column-sm'] {
  padding-left: 0;
  padding-right: 0;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.column-xs-1, .column-sm-1, .column-1, .column-md-1, .column-lg-1, .column-xs-2, .column-sm-2, .column-2, .column-md-2, .column-lg-2, .column-xs-3, .column-sm-3, .column-3, .column-md-3, .column-lg-3, .column-xs-4, .column-sm-4, .column-4, .column-md-4, .column-lg-4, .column-xs-5, .column-sm-5, .column-5, .column-md-5, .column-lg-5, .column-xs-6, .column-sm-6, .column-6, .column-md-6, .column-lg-6, .column-xs-7, .column-sm-7, .column-7, .column-md-7, .column-lg-7, .column-xs-8, .column-sm-8, .column-8, .column-md-8, .column-lg-8, .column-xs-9, .column-sm-9, .column-9, .column-md-9, .column-lg-9, .column-xs-10, .column-sm-10, .column-10, .column-md-10, .column-lg-10, .column-xs-11, .column-sm-11, .column-11, .column-md-11, .column-lg-11, .column-xs-12, .column-sm-12, .column-12, .column-md-12, .column-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
/* Grid for extra small devices, such as smartphones */
.column-xxs-1, .column-xxs-2, .column-xxs-3, .column-xxs-4, .column-xxs-5, .column-xxs-6, .column-xxs-7, .column-xxs-8, .column-xxs-9, .column-xxs-10, .column-xxs-11, .column-xxs-12 {
  float: left;
}
.column-xxs-12 {
  width: 100%;
}
.column-xxs-11 {
  width: 91.66666667%;
}
.column-xxs-10 {
  width: 83.33333333%;
}
.column-xxs-9 {
  width: 75%;
}
.column-xxs-8 {
  width: 66.66666667%;
}
.column-xxs-7 {
  width: 58.33333333%;
}
.column-xxs-6 {
  width: 50%;
}
.column-xxs-5 {
  width: 41.66666667%;
}
.column-xxs-4 {
  width: 33.33333333%;
}
.column-xxs-3 {
  width: 25%;
}
.column-xxs-2 {
  width: 16.66666667%;
}
.column-xxs-1 {
  width: 8.33333333%;
}
.column-xxs-pull-12 {
  right: 100%;
}
.column-xxs-pull-11 {
  right: 91.66666667%;
}
.column-xxs-pull-10 {
  right: 83.33333333%;
}
.column-xxs-pull-9 {
  right: 75%;
}
.column-xxs-pull-8 {
  right: 66.66666667%;
}
.column-xxs-pull-7 {
  right: 58.33333333%;
}
.column-xxs-pull-6 {
  right: 50%;
}
.column-xxs-pull-5 {
  right: 41.66666667%;
}
.column-xxs-pull-4 {
  right: 33.33333333%;
}
.column-xxs-pull-3 {
  right: 25%;
}
.column-xxs-pull-2 {
  right: 16.66666667%;
}
.column-xxs-pull-1 {
  right: 8.33333333%;
}
.column-xxs-pull-0 {
  right: 0%;
}
.column-xxs-push-12 {
  left: 100%;
}
.column-xxs-push-11 {
  left: 91.66666667%;
}
.column-xxs-push-10 {
  left: 83.33333333%;
}
.column-xxs-push-9 {
  left: 75%;
}
.column-xxs-push-8 {
  left: 66.66666667%;
}
.column-xxs-push-7 {
  left: 58.33333333%;
}
.column-xxs-push-6 {
  left: 50%;
}
.column-xxs-push-5 {
  left: 41.66666667%;
}
.column-xxs-push-4 {
  left: 33.33333333%;
}
.column-xxs-push-3 {
  left: 25%;
}
.column-xxs-push-2 {
  left: 16.66666667%;
}
.column-xxs-push-1 {
  left: 8.33333333%;
}
.column-xxs-push-0 {
  left: 0%;
}
.column-xxs-offset-12 {
  margin-left: 100%;
}
.column-xxs-offset-11 {
  margin-left: 91.66666667%;
}
.column-xxs-offset-10 {
  margin-left: 83.33333333%;
}
.column-xxs-offset-9 {
  margin-left: 75%;
}
.column-xxs-offset-8 {
  margin-left: 66.66666667%;
}
.column-xxs-offset-7 {
  margin-left: 58.33333333%;
}
.column-xxs-offset-6 {
  margin-left: 50%;
}
.column-xxs-offset-5 {
  margin-left: 41.66666667%;
}
.column-xxs-offset-4 {
  margin-left: 33.33333333%;
}
.column-xxs-offset-3 {
  margin-left: 25%;
}
.column-xxs-offset-2 {
  margin-left: 16.66666667%;
}
.column-xxs-offset-1 {
  margin-left: 8.33333333%;
}
.column-xxs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 481px) {
  .column-xs-1, .column-xs-2, .column-xs-3, .column-xs-4, .column-xs-5, .column-xs-6, .column-xs-7, .column-xs-8, .column-xs-9, .column-xs-10, .column-xs-11, .column-xs-12 {
    float: left;
  }
  .column-xs-12 {
    width: 100%;
  }
  .column-xs-11 {
    width: 91.66666667%;
  }
  .column-xs-10 {
    width: 83.33333333%;
  }
  .column-xs-9 {
    width: 75%;
  }
  .column-xs-8 {
    width: 66.66666667%;
  }
  .column-xs-7 {
    width: 58.33333333%;
  }
  .column-xs-6 {
    width: 50%;
  }
  .column-xs-5 {
    width: 41.66666667%;
  }
  .column-xs-4 {
    width: 33.33333333%;
  }
  .column-xs-3 {
    width: 25%;
  }
  .column-xs-2 {
    width: 16.66666667%;
  }
  .column-xs-1 {
    width: 8.33333333%;
  }
  .column-xs-pull-12 {
    right: 100%;
  }
  .column-xs-pull-11 {
    right: 91.66666667%;
  }
  .column-xs-pull-10 {
    right: 83.33333333%;
  }
  .column-xs-pull-9 {
    right: 75%;
  }
  .column-xs-pull-8 {
    right: 66.66666667%;
  }
  .column-xs-pull-7 {
    right: 58.33333333%;
  }
  .column-xs-pull-6 {
    right: 50%;
  }
  .column-xs-pull-5 {
    right: 41.66666667%;
  }
  .column-xs-pull-4 {
    right: 33.33333333%;
  }
  .column-xs-pull-3 {
    right: 25%;
  }
  .column-xs-pull-2 {
    right: 16.66666667%;
  }
  .column-xs-pull-1 {
    right: 8.33333333%;
  }
  .column-xs-pull-0 {
    right: 0%;
  }
  .column-xs-push-12 {
    left: 100%;
  }
  .column-xs-push-11 {
    left: 91.66666667%;
  }
  .column-xs-push-10 {
    left: 83.33333333%;
  }
  .column-xs-push-9 {
    left: 75%;
  }
  .column-xs-push-8 {
    left: 66.66666667%;
  }
  .column-xs-push-7 {
    left: 58.33333333%;
  }
  .column-xs-push-6 {
    left: 50%;
  }
  .column-xs-push-5 {
    left: 41.66666667%;
  }
  .column-xs-push-4 {
    left: 33.33333333%;
  }
  .column-xs-push-3 {
    left: 25%;
  }
  .column-xs-push-2 {
    left: 16.66666667%;
  }
  .column-xs-push-1 {
    left: 8.33333333%;
  }
  .column-xs-push-0 {
    left: 0%;
  }
  .column-xs-offset-12 {
    margin-left: 100%;
  }
  .column-xs-offset-11 {
    margin-left: 91.66666667%;
  }
  .column-xs-offset-10 {
    margin-left: 83.33333333%;
  }
  .column-xs-offset-9 {
    margin-left: 75%;
  }
  .column-xs-offset-8 {
    margin-left: 66.66666667%;
  }
  .column-xs-offset-7 {
    margin-left: 58.33333333%;
  }
  .column-xs-offset-6 {
    margin-left: 50%;
  }
  .column-xs-offset-5 {
    margin-left: 41.66666667%;
  }
  .column-xs-offset-4 {
    margin-left: 33.33333333%;
  }
  .column-xs-offset-3 {
    margin-left: 25%;
  }
  .column-xs-offset-2 {
    margin-left: 16.66666667%;
  }
  .column-xs-offset-1 {
    margin-left: 8.33333333%;
  }
  .column-xs-offset-0 {
    margin-left: 0%;
  }
}
/* Grid for small devices, such as wide smartphones and vertical tablets */
@media (min-width: 769px) {
  .column-sm-1, .column-sm-2, .column-sm-3, .column-sm-4, .column-sm-5, .column-sm-6, .column-sm-7, .column-sm-8, .column-sm-9, .column-sm-10, .column-sm-11, .column-sm-12 {
    float: left;
  }
  .column-sm-12 {
    width: 100%;
  }
  .column-sm-11 {
    width: 91.66666667%;
  }
  .column-sm-10 {
    width: 83.33333333%;
  }
  .column-sm-9 {
    width: 75%;
  }
  .column-sm-8 {
    width: 66.66666667%;
  }
  .column-sm-7 {
    width: 58.33333333%;
  }
  .column-sm-6 {
    width: 50%;
  }
  .column-sm-5 {
    width: 41.66666667%;
  }
  .column-sm-4 {
    width: 33.33333333%;
  }
  .column-sm-3 {
    width: 25%;
  }
  .column-sm-2 {
    width: 16.66666667%;
  }
  .column-sm-1 {
    width: 8.33333333%;
  }
  .column-sm-pull-12 {
    right: 100%;
  }
  .column-sm-pull-11 {
    right: 91.66666667%;
  }
  .column-sm-pull-10 {
    right: 83.33333333%;
  }
  .column-sm-pull-9 {
    right: 75%;
  }
  .column-sm-pull-8 {
    right: 66.66666667%;
  }
  .column-sm-pull-7 {
    right: 58.33333333%;
  }
  .column-sm-pull-6 {
    right: 50%;
  }
  .column-sm-pull-5 {
    right: 41.66666667%;
  }
  .column-sm-pull-4 {
    right: 33.33333333%;
  }
  .column-sm-pull-3 {
    right: 25%;
  }
  .column-sm-pull-2 {
    right: 16.66666667%;
  }
  .column-sm-pull-1 {
    right: 8.33333333%;
  }
  .column-sm-pull-0 {
    right: 0%;
  }
  .column-sm-push-12 {
    left: 100%;
  }
  .column-sm-push-11 {
    left: 91.66666667%;
  }
  .column-sm-push-10 {
    left: 83.33333333%;
  }
  .column-sm-push-9 {
    left: 75%;
  }
  .column-sm-push-8 {
    left: 66.66666667%;
  }
  .column-sm-push-7 {
    left: 58.33333333%;
  }
  .column-sm-push-6 {
    left: 50%;
  }
  .column-sm-push-5 {
    left: 41.66666667%;
  }
  .column-sm-push-4 {
    left: 33.33333333%;
  }
  .column-sm-push-3 {
    left: 25%;
  }
  .column-sm-push-2 {
    left: 16.66666667%;
  }
  .column-sm-push-1 {
    left: 8.33333333%;
  }
  .column-sm-push-0 {
    left: 0%;
  }
  .column-sm-offset-12 {
    margin-left: 100%;
  }
  .column-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .column-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .column-sm-offset-9 {
    margin-left: 75%;
  }
  .column-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .column-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .column-sm-offset-6 {
    margin-left: 50%;
  }
  .column-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .column-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .column-sm-offset-3 {
    margin-left: 25%;
  }
  .column-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .column-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .column-sm-offset-0 {
    margin-left: 0%;
  }
}
/* Grid for medium devices, for example horizontal tablets and small desktop devices */
@media (min-width: 993px) {
  .column-md-1, .column-md-2, .column-md-3, .column-md-4, .column-md-5, .column-md-6, .column-md-7, .column-md-8, .column-md-9, .column-md-10, .column-md-11, .column-md-12 {
    float: left;
  }
  .column-md-12 {
    width: 100%;
  }
  .column-md-11 {
    width: 91.66666667%;
  }
  .column-md-10 {
    width: 83.33333333%;
  }
  .column-md-9 {
    width: 75%;
  }
  .column-md-8 {
    width: 66.66666667%;
  }
  .column-md-7 {
    width: 58.33333333%;
  }
  .column-md-6 {
    width: 50%;
  }
  .column-md-5 {
    width: 41.66666667%;
  }
  .column-md-4 {
    width: 33.33333333%;
  }
  .column-md-3 {
    width: 25%;
  }
  .column-md-2 {
    width: 16.66666667%;
  }
  .column-md-1 {
    width: 8.33333333%;
  }
  .column-md-pull-12 {
    right: 100%;
  }
  .column-md-pull-11 {
    right: 91.66666667%;
  }
  .column-md-pull-10 {
    right: 83.33333333%;
  }
  .column-md-pull-9 {
    right: 75%;
  }
  .column-md-pull-8 {
    right: 66.66666667%;
  }
  .column-md-pull-7 {
    right: 58.33333333%;
  }
  .column-md-pull-6 {
    right: 50%;
  }
  .column-md-pull-5 {
    right: 41.66666667%;
  }
  .column-md-pull-4 {
    right: 33.33333333%;
  }
  .column-md-pull-3 {
    right: 25%;
  }
  .column-md-pull-2 {
    right: 16.66666667%;
  }
  .column-md-pull-1 {
    right: 8.33333333%;
  }
  .column-md-pull-0 {
    right: 0%;
  }
  .column-md-push-12 {
    left: 100%;
  }
  .column-md-push-11 {
    left: 91.66666667%;
  }
  .column-md-push-10 {
    left: 83.33333333%;
  }
  .column-md-push-9 {
    left: 75%;
  }
  .column-md-push-8 {
    left: 66.66666667%;
  }
  .column-md-push-7 {
    left: 58.33333333%;
  }
  .column-md-push-6 {
    left: 50%;
  }
  .column-md-push-5 {
    left: 41.66666667%;
  }
  .column-md-push-4 {
    left: 33.33333333%;
  }
  .column-md-push-3 {
    left: 25%;
  }
  .column-md-push-2 {
    left: 16.66666667%;
  }
  .column-md-push-1 {
    left: 8.33333333%;
  }
  .column-md-push-0 {
    left: 0%;
  }
  .column-md-offset-12 {
    margin-left: 100%;
  }
  .column-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .column-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .column-md-offset-9 {
    margin-left: 75%;
  }
  .column-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .column-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .column-md-offset-6 {
    margin-left: 50%;
  }
  .column-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .column-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .column-md-offset-3 {
    margin-left: 25%;
  }
  .column-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .column-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .column-md-offset-0 {
    margin-left: 0%;
  }
}
/* Grid for large desktop devices */
@media (min-width: 1201px) {
  .column-lg-1, .column-lg-2, .column-lg-3, .column-lg-4, .column-lg-5, .column-lg-6, .column-lg-7, .column-lg-8, .column-lg-9, .column-lg-10, .column-lg-11, .column-lg-12 {
    float: left;
  }
  .column-lg-12 {
    width: 100%;
  }
  .column-lg-11 {
    width: 91.66666667%;
  }
  .column-lg-10 {
    width: 83.33333333%;
  }
  .column-lg-9 {
    width: 75%;
  }
  .column-lg-8 {
    width: 66.66666667%;
  }
  .column-lg-7 {
    width: 58.33333333%;
  }
  .column-lg-6 {
    width: 50%;
  }
  .column-lg-5 {
    width: 41.66666667%;
  }
  .column-lg-4 {
    width: 33.33333333%;
  }
  .column-lg-3 {
    width: 25%;
  }
  .column-lg-2 {
    width: 16.66666667%;
  }
  .column-lg-1 {
    width: 8.33333333%;
  }
  .column-lg-pull-12 {
    right: 100%;
  }
  .column-lg-pull-11 {
    right: 91.66666667%;
  }
  .column-lg-pull-10 {
    right: 83.33333333%;
  }
  .column-lg-pull-9 {
    right: 75%;
  }
  .column-lg-pull-8 {
    right: 66.66666667%;
  }
  .column-lg-pull-7 {
    right: 58.33333333%;
  }
  .column-lg-pull-6 {
    right: 50%;
  }
  .column-lg-pull-5 {
    right: 41.66666667%;
  }
  .column-lg-pull-4 {
    right: 33.33333333%;
  }
  .column-lg-pull-3 {
    right: 25%;
  }
  .column-lg-pull-2 {
    right: 16.66666667%;
  }
  .column-lg-pull-1 {
    right: 8.33333333%;
  }
  .column-lg-pull-0 {
    right: 0%;
  }
  .column-lg-push-12 {
    left: 100%;
  }
  .column-lg-push-11 {
    left: 91.66666667%;
  }
  .column-lg-push-10 {
    left: 83.33333333%;
  }
  .column-lg-push-9 {
    left: 75%;
  }
  .column-lg-push-8 {
    left: 66.66666667%;
  }
  .column-lg-push-7 {
    left: 58.33333333%;
  }
  .column-lg-push-6 {
    left: 50%;
  }
  .column-lg-push-5 {
    left: 41.66666667%;
  }
  .column-lg-push-4 {
    left: 33.33333333%;
  }
  .column-lg-push-3 {
    left: 25%;
  }
  .column-lg-push-2 {
    left: 16.66666667%;
  }
  .column-lg-push-1 {
    left: 8.33333333%;
  }
  .column-lg-push-0 {
    left: 0%;
  }
  .column-lg-offset-12 {
    margin-left: 100%;
  }
  .column-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .column-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .column-lg-offset-9 {
    margin-left: 75%;
  }
  .column-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .column-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .column-lg-offset-6 {
    margin-left: 50%;
  }
  .column-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .column-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .column-lg-offset-3 {
    margin-left: 25%;
  }
  .column-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .column-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .column-lg-offset-0 {
    margin-left: 0%;
  }
}
/*.pie() {
	behavior: url(pie/PIE.php);
}*/
/*---------------------------------------------------------------
  2. LESS VARIABLES
---------------------------------------------------------------- */
/** Color set */
/* Default colors */
/** Widgets */
/*@padding-vertical-xs:		1px;
@padding-horizontal-xs:		5px;*/
/** Typography */
/** Tables */
/** Forms and buttons */
/* Buttons */
/** Grid */
/* Breakpoints */
/* - extra small devices */
/* (min) */
/* - small devices */
/* (min) */
/* - medium size devices */
/* (min) */
/* - large size devices */
/* (min) */
/* Grid settings */
/* RWD sizes */
/** Pagination */
[data-pagination="true"] .pagination {
  display: block;
}
.pagination {
  padding: 20px 0;
}
.pagination ul {
  text-align: center;
}
.pagination ul li {
  display: inline-block;
}
.pagination ul li a {
  display: block;
  min-width: 40px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #d0d0d0;
  margin: 0 3px;
  font-size: 1.15rem;
  text-align: center;
  color: #d0d0d0;
  padding: 0 1em;
  border-radius: 0.25em;
  -webkit-border-radius: 0.25em;
  -moz-border-radius: 0.25em;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
.pagination ul li a:hover {
  color: #2c3438;
}
.pagination ul li:first-child a:after,
.pagination ul li:last-child a:after {
  font-family: FontAwesome;
  display: inline-block;
  font-size: 1.15rem;
  line-height: 40px;
  content: "\f104";
  vertical-align: top;
  text-align: center;
  -webkit-transition: margin 0.3s;
  -moz-transition: margin 0.3s;
  -o-transition: margin 0.3s;
  transition: margin 0.3s;
}
@media (max-width: 768px) {
  .pagination ul li:first-child a:after,
  .pagination ul li:last-child a:after {
    font-size: 1rem;
    line-height: 30px;
  }
}
.pagination ul li:first-child a:after {
  content: "\f104";
}
.pagination ul li:first-child a:hover:after {
  margin-left: -7.5px;
  margin-right: 7.5px;
}
.pagination ul li:first-child.inactive a {
  cursor: default;
  opacity: 0;
  filter: alpha(opacity=0);
}
.pagination ul li:first-child.inactive a:after {
  margin-right: 0;
  color: #a3aeb2;
}
.pagination ul li:last-child a:after {
  content: "\f105";
}
.pagination ul li:last-child a:hover:after {
  margin-right: -7.5px;
  margin-left: 7.5px;
}
.pagination ul li:last-child.inactive a {
  cursor: default;
  opacity: 0;
  filter: alpha(opacity=0);
}
.pagination ul li:last-child.inactive a:after {
  margin-left: 0;
  color: #a3aeb2;
}
.pagination ul li.active a {
  color: #2c3438;
  border-color: #a3aeb2;
}
@media (max-width: 768px) {
  .pagination {
    padding: 20px 0;
  }
  .pagination ul li a {
    min-width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 1rem;
  }
}
/*# sourceMappingURL=css_cache/style.map */