/* -------------------------------- 

Primary style

-------------------------------- */

html * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* -------------------------------- 

Modules - reusable parts of our design

-------------------------------- */
.cd-container {
  width: 90%;
  max-width: 768px;
  margin: 2em auto;
}
.cd-container::after {
  /* clearfix */
  content: '';
  display: table;
  clear: both;
}

/* -------------------------------- 

Main components 

-------------------------------- */
header {
  background: #5c4751;
  height: 100px;
  text-align: center;
}
header h1 {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  font-family: 'Prompt',Tahoma, arial, sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  padding-top: 1.6em;
  margin-bottom: .2em;
}
header p {
  font-size: 13px;
  font-size: 0.8125rem;
  color: #957484;
}
@media only screen and (min-width: 1024px) {
  header {
    height: 200px;
  }
  header h1 {
    font-size: 30px;
    font-size: 1.875rem;
    padding-top: 2.6em;
  }
}

main p {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.6;
  margin: 2em 0;
}
@media only screen and (min-width: 1024px) {
  main p {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.cd-top {
  display: inline-block;
  height: 65px;
  width: 50px;
  position: fixed;
  bottom: 30px;
  right: 10px;
  z-index: 9999;
  /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.05); */
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: url(../images/ptop.png) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5;
}
.no-touch .cd-top:hover {
  background-color: #ffffff;
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .cd-top {
    right: 20px;
    bottom: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 65px;
    width: 50px;
    right: 25px;
    bottom: 25px;
  }
}
/*
a.pagetitle_active:link,a.pagetitle_active:visited,a.pagetitle_active:active,.pagetitle_active{font-size:1.3rem;font-weight: bold;color: #ffffff;background-color: #ff9933;text-decoration: none;padding:10px;}
a.pagetitle_active:hover{font-size:1.3rem;font-weight: bold;color: #000000;background-color: #ff9933;text-decoration: underline;padding:10px;}
*/
a.textwhite:link,a.textwhite:visited,a.textwhite:active,.textwhite{font-size:1.3rem;font-weight: bold;color: #ffffff;text-decoration: none;line-height: 18px;}
a.textwhite:hover{font-size:1.3rem;font-weight: bold;color: #f5f5f5; text-decoration: none;;line-height: 18px;}
a.textwhite18:link,a.textwhite18:visited,a.textwhite18:active,.textwhite18{font-size:1.8rem ;font-weight: bold;color: #ffffff;text-decoration: none;line-height: 23px;}
a.textwhite18:hover{font-size:1.8rem;font-weight: bold;color: #f5f5f5; text-decoration: none;line-height: 23px;}
a.textwhite13:link,a.textwhite13:visited,a.textwhite13:active,.textwhite13{font-size:1.3rem ;font-weight: bold;color: #ffffff;text-decoration: none;line-height: 20px;}
a.textwhite13:hover{font-size:1.3rem;font-weight: bold;color: #f5f5f5; text-decoration: none;line-height: 20px;}
a.textwhite12:link,a.textwhite12:visited,a.textwhite12:active,.textwhite12{font-size:1.2rem ;font-weight: bold;color: #ffffff;text-decoration: none;line-height: 16px;margin:0;padding:0;}
a.textwhite12:hover{font-size:1.2rem;font-weight: bold;color: #f5f5f5; text-decoration: none;line-height: 16px;margin:0;padding:0;}
a.textwhite11:link,a.textwhite11:visited,a.textwhite11:active,.textwhite11{font-size:1.1rem ;font-weight: bold;color: #ffffff;text-decoration: none;line-height: 16px;margin:0;padding:0;}
a.textwhite11:hover{font-size:1.1rem;font-weight: bold;color: #f5f5f5; text-decoration: none;line-height: 16px;margin:0;padding:0;}
a.textwhite10:link,a.textwhite10:visited,a.textwhite10:active,.textwhite10{font-size:1.1rem ;font-weight: bold;color: #ffffff;text-decoration: none;line-height: 15px;margin:0;padding:0;}
a.textwhite10:hover{font-size:1.0rem;font-weight: bold;color: #f5f5f5; text-decoration: none;line-height: 15px;margin:0;padding:0;}

a.textgray:link,a.textgray:visited,a.textgray:active,.textgray{font-size:13px;font-weight: normal;color: #f5f5f5;text-decoration: none;line-height: 15px;}
a.textgray:hover{font-size:13px;font-weight: normal;color: #f5f5f5; text-decoration: none;;line-height: 15px;}

a.textred:link,a.textred:visited,a.textred:active,.textred{font-size:14px;font-weight: normal;color: #ff0000;text-decoration: none;line-height: 15px;}
a.textred:hover{font-size:14px;font-weight: normal;color: #990033; text-decoration: none;;line-height: 15px;}

a.textblack:link,a.textblack:visited,a.textblack:active,.textblack{font-size:1.3rem;font-weight: normal;color: #000000;text-decoration: none;line-height: 20px;}
a.textblack:hover{font-size:1.3rem;font-weight: normal;color: #333333; text-decoration: none;;line-height: 20px;}

a.linktextorange:link,a.linktextorange:active,.linktextorange,a.linktextorange:visited{font-size:1.4rem; font-weight: normal; color: #ff9933; text-decoration: none; line-height: 20px;}
a.linktextorange:hover{font-size:1.4rem; font-weight: normal; color: #cc6600; text-decoration: none; line-height: 20px;}

a.linktextblack:link,a.linktextblack:active,.linktextblack,a.linktextblack:visited{font-size:1.4rem; font-weight: normal; color: #000000; text-decoration: none; line-height: 20px;}
a.linktextblack:hover{font-size:1.4rem; font-weight: normal; color: #666666; text-decoration: none; line-height: 20px;}

.img-thumbnail-noborder {
  display: inline-block;
  max-width: 100%;
  height: auto;
  -webkit-transition: all .2s ease-in-out;
       -o-transition: all .2s ease-in-out;
          transition: all .2s ease-in-out;
}

@media (min-width: 150px) {
  .paligntext {
    text-align:center;
  }
}
@media (min-width: 300px) {
  .paligntext {
    text-align:center;
  }
}
@media (min-width: 768px) {
  .paligntext {
    text-align:center;
  }
}
@media (min-width: 992px) {
  .paligntext {
    text-align:left;
  }
}
@media (min-width: 1200px) {
  .paligntext {
    text-align:left;
  }
}

.fonclass {
	font-family: Tahoma, sans-serif;
}

.boxselect{
	width:100px;
}

@media (min-width:1360px) {
    .container {
		width: 1335px;
	}
	.container-fluid {
		width: 1335px;
	}
}
.input_width {
	max-width:300px;
}
.input_width2 {
	max-width:150px;
}