/* =Reset 
-------------------------------------------------------------- */
/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small, .small {
  font-size: 15px;
}
.small p {
	margin-bottom: 15px;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #ffffff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #428bca;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #2a6496;
  text-decoration: underline;
}
a:active{
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}

/* =Reset 
-------------------------------------------------------------- */
/**
 * html5doctor.com Reset Stylesheet (Eric Meyer's Reset Reloaded + HTML5 baseline)
 * v1.6.1 2010-09-17 | Authors: Eric Meyer & Richard Clark
 * html5doctor.com/html-5-reset-stylesheet/
 */

 html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
 	margin: 0;
 	padding: 0;
 	border: 0;
 	font-size: 100%;
 	font: inherit;
 	vertical-align: baseline;
 }
 article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
 	display: block;
 }
 blockquote, q {
 	quotes: none;
 }
 blockquote:before, blockquote:after, q:before, q:after {
 	content: "";
 	content: none;
 }
 ins {
 	background-color: #ff9;
 	color: #000;
 	text-decoration: none;
 }
 mark {
 	background-color: #ff9;
 	color: #000;
 	font-style: italic;
 	font-weight: bold;
 }
 del {
 	text-decoration: line-through;
 }
 abbr[title], dfn[title] {
 	border-bottom: 1px dotted;
 	cursor: help;
 }
 table {
 	border-collapse: collapse;
 	border-spacing: 0;
 }
 hr {
 	display: block;
 	height: 1px;
 	border: 0;
 	border-top: 1px solid #ccc;
 	margin: 1em 0;
 	padding: 0;
 }
 input, select {
 	vertical-align: middle;
 }
 iframe {
 	display: block;
 }

 /* clearfix */
 .clearfix:after {
 	visibility: hidden;
 	display: block;
 	font-size: 0;
 	content: " ";
 	clear: both;
 	height: 0;
 }
 * html .clearfix {
 	zoom: 1;
 	} /* IE6 */
 	*:first-child+html .clearfix {
 		zoom: 1;
 		} /* IE7 */
/* =HTML5 element display
-------------------------------------------------------------- */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
	display: block;
}
audio, canvas, video {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
audio:not([controls]) {
	display: none;
}
[hidden] {
	display: none;
}

/* =font import
-------------------------------------------------------------- */
@font-face {
  font-family: 'Apercu';
  src: url('../font/Apercu Bold.eot'); /* IE9 Compat Modes */
  src: url('../font/Apercu Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../font/Apercu Bold.woff') format('woff'), /* Modern Browsers */
       url('../font/Apercu Bold.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('../font/Apercu Bold.svg#0173572ae23caf3e4e6d6c9b98fd6474') format('svg'); /* Legacy iOS */
       
  font-style:   normal;
  font-weight:  700;
}

@font-face {
  font-family: 'Apercu';
  src: url('../font/Apercu Light.eot'); /* IE9 Compat Modes */
  src: url('../font/Apercu Light.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../font/Apercu Light.woff') format('woff'), /* Modern Browsers */
       url('../font/Apercu Light.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('../font/Apercu Light.svg#e84b7a8b5afb81f260ea81bfcd555715') format('svg'); /* Legacy iOS */
       
  font-style:   normal;
  font-weight:  200;
}

@font-face {
  font-family: 'Apercu';
  src: url('../font/Apercu Light Italic.eot'); /* IE9 Compat Modes */
  src: url('../font/Apercu Light Italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../font/Apercu Light Italic.woff') format('woff'), /* Modern Browsers */
       url('../font/Apercu Light Italic.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('../font/Apercu Light Italic.svg#e11b181e4ff4104543e3102c095d754a') format('svg'); /* Legacy iOS */
       
  font-style:   italic;
  font-weight:  200;
}


/* =icon import
-------------------------------------------------------------- */

@font-face {
    font-family: 'gijsvandermosticonsregular';
    src: url('../font/GijsvanderMostIcons.eot');
    src: url('../font/GijsvanderMostIcons.eot?#iefix') format('embedded-opentype'),
         url('../font/GijsvanderMostIcons.woff') format('woff'),
         url('../font/GijsvanderMostIcons.ttf') format('truetype'),
         url('../font/GijsvanderMostIcons.svg#gijsvandermosticonsregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
 
 [class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "gijsvandermosticonsregular";
  font-style: normal;
  font-weight: normal;
  speak: none;
 
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
 
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
     
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
 
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
 
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
 
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.icon-twitter:before { content: '\e800'; } /* '' */
.icon-facebook:before { content: '\e801'; } /* '' */
.icon-pinterest:before { content: '\e802'; } /* '' */
.icon-instagram:before { content: '\e803'; } /* '' */
.icon-heart:before { content: '\e807'; } /* '' */

/* =Basic Elements
-------------------------------------------------------------- */
html, body {
	background: #fff;
	color: #000;
	font-family: 'Apercu', sans-serif;
	
	font-size: 20px;
	line-height: 1.5;
	font-weight: normal;
  font-weight: 200;
	height: 100%;
	-webkit-text-size-adjust: none;/* Prevent font scaling in landscape */
  -webkit-font-smoothing: antialiased;

}
a {
	color:  #1ebbb9;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
a:hover {
	color: #199997;
	text-decoration: underline;
}
p {
	margin-bottom: 20px;
}
strong {
	font-weight: bold;
  font-weight: 700;
}
img {
	border: 0;
	max-width: 100%;
	height: auto !important;
	vertical-align: bottom;
}
h1, h2, h3, h4 {
	color: #000;
	font-weight: bold;
	font-weight: 700;
	font-family: 'Apercu', sans-serif;

}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: #000;
	text-decoration: none;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
	color: #888;
}
h1, h2 {
  font-size: 28px;
  border-bottom: 8px solid #000;
  text-transform: uppercase;
  letter-spacing: 6px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  h1{
  margin-top: -10px;
  }
}
.small-text {
  font-size: 14px;
}
.small-text h1, .small-text h2 {
  font-size: 16px;
  letter-spacing: 2px;
  margin-top: 20px;
}
@media (min-width: 768px) {
  .small-text h1, .small-text h2 {
    margin-top: 30px;
  }
}
@media (min-width: 992px) {
  .small-text h1, .small-text h2 {
    margin-top: 50px;
  }

}
.small-text p {
  margin-bottom: 14px;
}
h3 {
	font-size: 18px;
}
h4, h5, h6 {
	font-size: 14px;
	line-height: 1.3;
}
header h4 {
	text-align: center;
	position: relative;
	margin-top: -15px;
	margin-bottom: 15px;
	font-size: 16px;
}
blockquote {
	border-left: 3px solid #8a90a1;
	border-left: 3px solid rgba(0,0,0,0.2);
	color: #636773;
	color: rgba(0,0,0,0.6);
	padding-left: 20px;
	margin-bottom: 1em;
}
blockquote p:last-child {
	margin-bottom: 0;
}
small, .small {
  font-size: 14px;
}
.small p {
	margin-bottom: 14px;
}
ul, ol, li {
	margin: 0;
	padding: 0;
}
article ul {
	list-style: square inside;
	margin-bottom: 17px;
}
article ol {
	list-style: decimal-leading-zero inside;
	margin-bottom: 17px;
	padding: 0;
}
figure a {
	border-bottom: none !important;
}
time {

}
table {
	margin-bottom: 17px;
	width: 100%
}
table td, table th {
	text-align: left;
}
table th {
	font-weight: bold;
}
table tr:nth-child(odd) {
/*	background: #f5f5f5; */
}
address {
	font-style: normal;
}
/* =Generic Classes
-------------------------------------------------------------- */
.clear {
	clear: both;
}
.centered {
	text-align: center !important;
}
.avatar {
	border-radius: 50%;
}
.small {
	font-size: 14px;
}

/* =Buttons
-------------------------------------------------------------- */
a.btn, #pagination a {
	
}
.btn:hover, #pagination a:hover, #ts-shop a:hover {
	
}
#pagination {
	visibility: hidden;
}
#pagination .old-entries a {

}
#pagination .next-entries a {
	
}
.btn-block {
	
}

#pagination a span {

}
#pagination a.loading span {
	
}
#pagination a:hover span {
	
}
#pagination a.loading:hover span {
	
}


/* =Images
-------------------------------------------------------------- */
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
img.alignnone {
	margin-top: 3px;
	margin-bottom: 8px;
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
}
img.alignleft {
	margin-bottom: 8px;
	margin-right: 12px;
	margin-top: 3px;
	margin-left: 0px;
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
}
img.alignright {
	margin-bottom: 8px;
	margin-left: 12px;
	margin-top: 3px;
	margin-right: 0px;
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
}
img.aligncenter {
	margin-top: 3px;
	margin-bottom: 8px;
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
}
.wp-caption {
	border: 1px solid rgba(0,0,0,0.2);
	color: #666;
	color: rgba(0,0,0,0.6);
	font-size: 0.8em;
	max-width: 100%;
}
.wp-caption p {
	padding: 5px 5px 0 5px;
	margin-bottom: 0;
}
.wp-caption img {
	height: auto !important;
	max-width: 100% !important;
	padding: 5px;
}
.wp-caption.alignleft {
	margin-bottom: 8px;
	margin-right: 20px;
	margin-top: 3px;
	margin-left: 0px;
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */ 
}
.wp-caption.alignright {
		margin-bottom: 8px;
	margin-left: 20px;
	margin-top: 3px;
	margin-right: 0px;
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */ 
}
.wp-caption.aligncenter, .wp-caption.alignnone {
	margin-top: 3px;
	margin-bottom: 8px;
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */

}
@media (max-width: 767px) {
	img.alignleft, img.alignright, .wp-caption.alignleft, .wp-caption.alignright {
		clear: both;
		display: block;
		float: none;
		margin: 0;
		margin-bottom: 8px;
		padding: 0;
		border: none;
	}
}
.flex-control-thumbs {
  display: none;
}
.flex-control-thumbs li {
  padding: 6px;
}
.flex-direction-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  left: 0;
  z-index: 99;
}
@media (max-width: 767px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
}
}
@media (min-width: 768px) {
  .flexslider {
    float: left;
    position: relative;
    width: 100%;
  }
  .flex-viewport {
    width: 85% !important;
    position: relative;
    float: left;
  }
  .slides {
    width: 85%;
  }
  .flex-control-thumbs {
    width: 15% !important;
    position: relative !important;
    float: left;
    bottom: auto !important;
    margin: 0 !important;
    padding-left: 17px !important;
    display: block;

  }
  .flex-control-thumbs li {
    width: 50% !important;
    padding: 0 3px 6px 3px;
    margin: 0;
  }
  .flex-direction-nav {
    position: absolute;
    top: 50%;
    width: 85%;
    left: 0;
    z-index: 99;
  }
}
/* = Mobile-header
-------------------------------------------------------------- */
#mobile-header {
  padding-bottom: 20px;
}
.logo-mobile img {
  height: 50px !important;
}
/* = Tablet-header
-------------------------------------------------------------- */
.logo-tablet img {
  height: 100px !important;
}

/* = Nav
-------------------------------------------------------------- */
#main-nav {
  background-color: #000;
  position: relative;	
  line-height: 32px;
  width: 100%;
  z-index: 2;
  font-size: 14px;
 
  font-weight: bold; 
  font-weight: 700;
}
#main-menu li, #categories-menu li {
  display: block;
}
#main-nav a:active {
  text-decoration: underline;
}
#social-menu li {
  display: inline;
}
#social-menu li a {
  color: #888;
}
#main-nav {
  height: auto;
  overflow: hidden;
  max-height: 500px;
  transition: max-height 0.3s ease-in-out;
}
#main-nav.collapse {
  max-height: 0;
}



@media (min-width: 992px) {
  #main-nav {
    height: 32px;
    position: fixed;
    top: 0;
    left: 0;
  }
  .admin-bar #main-nav {
    top: 32px;
  }
  #main-nav.collapse  {
    max-height: 32px;
    height: 32px;
  }
  #main-nav .menu-left {
    float: left;
  }
  #main-nav .menu-right {
    float: right;
  }
  #main-menu li, #categories-menu li, #social-menu li {
    display: inline;
  }
  #categories-menu li:after {
    color: #FFF;
    content: ' / ';
  }
  #categories-menu li:last-child:after {
    content: '';
  }
  #main-menu, #social-menu {
    float: left;
    margin-left: 10px;
  }
  #categories-menu  {
    float: left;
  }
}
a.nav-toggle {
  display: inline-block;
  background: #000;
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
  padding: 10px;
  float: right;
}
a.nav-toggle:hover {
  text-decoration: none;
}
a.nav-toggle .icon-bar {
  display: block;
  background: #FFF;
  height: 3px;
  margin-top: 3px;
  margin-bottom: 3px;
  width: 24px;
}
a.nav-toggle .label {
  display: none;
}
/* = Page
-------------------------------------------------------------- */
#page {
  position: relative;
  z-index: 1;
  padding-top: 20px;
  min-height: 100%;
  min-height: calc(100% - 86px);
}
#page:after {
  content: "";
  display: block;
}

@media (min-width: 992px) {
  #page {
    padding-top: 82px;
  }
}

/* clears */

@media (min-width: 768px) and (max-width: 991px) {
  #page .col-sm-4:nth-of-type(3n+1) {
    clear: both;
  }
  #page .col-sm-4:nth-of-type(3) {
    clear: inherit;
  }
}
@media (min-width: 992px) {
  #page .col-md-3:nth-of-type(4n+0) {
    clear: both;
  }
}


/* = Header
-------------------------------------------------------------- */
#main-header {
	
}
.logo {
  display: block;
  margin-bottom: 20px;
}
.logo img {
  width: 100%;
  max-width: auto;
}

/* = Content 
-------------------------------------------------------------- */
.contact-image {
  width: 250px;
  height: 250px;
  border-radius: 150px;
  -webkit-border-radius: 150px;
  -moz-border-radius: 150px;
  background: url(http://gijsvandermost.nl/wp-content/themes/vandermost/images/Gijsvandermost.jpg) no-repeat;
  background-position:-80px 0px;
  background-size: 145%;
  margin: 15px 15px 15px 0;
}
.contact-image-box{
  width: 250px;
  height: 250px;
  margin-left: -265px;
  margin-top: 15px;
  border-radius: 150px;
  -webkit-border-radius: 150px;
  -moz-border-radius: 150px;
  background-color: #1EBBB9;
  opacity: 0.6;
  filter: alpha(opacity=60); 
}
.page-content {
  margin-bottom: 30px;
}
/* = Product slider
-------------------------------------------------------------- */

figure .flexslider ul li {
  margin-bottom: 0px;
}
figure ul li:before, ul.project-list li:before {
  content: "●";
  color: #449d31;
  margin-right: 8px;
}
figure .flexslider ul li {
  padding: 0;
  text-indent: 0;
}
figure .flexslider ul li:before {
  content: "";
  margin: 0;
}
/* = Product thumbnails
-------------------------------------------------------------- */
.product {

}
.product-thumb {
  display: block;
  background-color: #000;
  margin-bottom: 20px;
  width: 100%;
  position: relative;
}

.product-thumb img {
  width: 100%;
  z-index: 1;
  position: relative;
  /* transition: transform 0.15s ease-in-out; */
}
.product-thumb:hover img {
  transform:translate(-10px,-10px);
}
.product-thumb img.sold-img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
/* = Product info
-------------------------------------------------------------- */
.product-info {
  list-style: none;
  margin-bottom: 20px;
}
.product-info-label {
  width: 80px;
  display: inline-block;
}
/* = Post
-------------------------------------------------------------- */
article.post {
	padding-bottom: 17px;
	padding-top: 9px;
	border-bottom: 3px solid #000;
}
article.post p {
	text-align: left !important;
}
}
article.post .social-share{
	margin-bottom: 17px;
}
article.post .social-share a {
	color: #000;
	font-size: 24px;

}
article.post .social-share a:hover {
	color: #888;
}

@media (min-width: 767px) {
	article.post .social-hype {
		float: right;
	}
}

/* = Infite scroll
-------------------------------------------------------------- */
#infscr-loading {
  position: absolute;
  bottom: 20px;
  left: 50%;
  margin-left: -20px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
#infscr-loading img {
  position: absolute;
  width: 32px;
  top: 4px;
  left: 4px;
}

/* = Responsive video embeds
-------------------------------------------------------------- */
.rve {
	max-width: 100% !important;
	z-index: 1;
	position: relative;
}


/* = Footer
-------------------------------------------------------------- */
footer {
  width: 100%;
  background-color: #000;
  margin-top: 20px;
  color: #FFF;
  font-size: 12px;
  padding: 15px 0;
  float: left;
  position: relative;
}
footer p {
  margin: 0;
}

.footer-credits a {
  /* color: #FFF;
  text-decoration: underline;*/
}
/* = Forms
-------------------------------------------------------------- */

/* = GRID / Utilities
-------------------------------------------------------------- */
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  .container {
    width: 730px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
}
.row {
  margin-left: -20px;
  margin-right: -20px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: 0%;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: 0%;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: 0%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: 0%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
	.container {
	  margin-right: auto;
	  margin-left: auto;
	}
	.container-fluid {
	  margin-right: auto;
	  margin-left: auto;

	}
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: 0%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: 0%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: 0%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: 0%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}
.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 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
