html {
    position: relative;
    height: 100%;
}

body{
	/* font-family: LatoLight; */
	font-size: 14px;
	height: 100%;
	line-height: 30px;
}
body,h1,h2,h3,h4,h5,h6,p,ul,ol{
	padding:0px;
	margin:0px;
}
button[typ="submit"]{
	border:none;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	/* font: inherit; */
	/* vertical-align: baseline; */
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6
{
	text-transform: capitalize;
}
.site-txt-clr{
	color:#fbcc34;
}
.site-back-clr{
	background-color:#fbcc34;
}
.fs10{
	font-size: 10px;
}
.fs11{
	font-size: 11px;
}
.fs12{
	font-size: 12px;
}
.fs13{
	font-size: 13px;
}
.fs14{
	font-size: 14px;
}
.fs15{
	font-size: 15px;
}
.fs16{
	font-size: 16px;
}
.fs17{
	font-size: 17px;
}
.fs18{
	font-size: 18px;
}
.fs20{
	font-size: 20px;
}
.fs22{
	font-size: 22px;
}
.fs24{
	font-size: 24px;
}
.fs26{
	font-size: 26px;
}
.fs28{
	font-size: 28px;
}
.fs30{
	font-size: 30px;
}
.fs32{
	font-size: 32px;
}
.fs34{
	font-size: 34px;
}
.fs36{
	font-size: 36px;
}
.fs40{
	font-size: 40px;
}
.fs45{
	font-size: 45px;
}
.clr-white{
	color: #FFF;
}
.clr-black{
	color: #000;
}
.clr-black2{
	color: #222;
}
.clr-black3{
	color: #333;
}
.clr-black4{
	color: #555;
}
.clr-black6{
	color: #666;
}
.clr-black9{
	color: #999;
}
.clr-blackc{
	color: #CCC
}
.clr-red{
	color: #dd1719;
}
.clr-red2
{
	color: #af0707;
}
.clr-red3
{
	color: #681515;
}
.clr-red4
{
	color: #ae0606;
}
.clr-pink
{
	color: #e2007d;
}

.bg-white
{
	background-color: #ffffff;
}
.bg-grey1
{
	background-color: #f1f1f1;
}
.disp-block
{
	display: block;
}
.bdr{
	border:1px solid #EEE;
}
.bdr-top{
	border-style: solid none none;
}
.align-center{
	text-align: center;
}
.align-left{
	text-align: left;
}
.align-right{
	text-align: right;
}
.align-justify{
	text-align: justify;
}
.vertical-middle
{
	vertical-align: middle;
	display: table-cell;
}
.flt-none{
	float: none;
}
.fltl{
	float: left;
}
.fltr{
	float: right;
}
.clr{
	clear: both;
}
.mac{
	margin:0 auto;
}
.m0{
	margin: 0;
}
.my5{
	margin-top: 5px;
	margin-bottom: 5px;
}
.my10{
	margin-top: 10px;
	margin-bottom: 10px;
}
.my15{
	margin-top: 15px;
	margin-bottom: 15px;
}
.my20{
	margin-top: 20px;
	margin-bottom: 20px;
}
.my30{
	margin-top: 30px;
	margin-bottom: 30px;
}
.my40{
	margin-top: 40px;
	margin-bottom: 40px;
}
.my50{
	margin-top: 50px;
	margin-bottom: 50px;
}
.mt5{
	margin-top: 5px;
}
.mt10{
	margin-top: 10px;
}
.mt15{
	margin-top: 15px;
}
.mt20{
	margin-top:20px;
}
.mt25{
	margin-top:25px;
}
.mt30{
	margin-top:30px;
}
.mt35{
	margin-top:35px;
}
.mt40{
	margin-top:40px;
}
.mt50{
	margin-top:50px;
}
.mt60{
	margin-top:60px;
}
.mt65{
	margin-top:65px;
}
.mt75{
	margin-top:75px;
}
.mb5{
	margin-bottom: 5px;
}
.mb10{
	margin-bottom: 10px;
}
.mb15{
	margin-bottom: 15px;
}
.mb20{
	margin-bottom:20px;
}
.mb25{
	margin-bottom:25px;
}
.mb30{
	margin-bottom:30px;
}
.mb35{
	margin-bottom:35px;
}
.mb40{
	margin-bottom:40px;
}
.mb50{
	margin-bottom:50px;
}
.mb55{
	margin-bottom:50px;
}
.mb60{
	margin-bottom:60px;
}
.mb70{
	margin-bottom:70px;
}
.p0{
	padding: 0;
}
.p20
{
	padding: 20px;
}
.px0
{
	padding-left: 0;
	padding-right: 0;
}
.py5{
	padding-top: 5px;
	padding-bottom: 5px;
}
.py10{
	padding-top: 10px;
	padding-bottom: 10px;
}
.py15{
	padding-top: 15px;
	padding-bottom: 15px;
}
.py20{
	padding-top: 20px;
	padding-bottom: 20px;
}
.py30{
	padding-top: 30px;
	padding-bottom: 30px;
}
.py35{
	padding-top: 35px;
	padding-bottom: 35px;
}
.py40{
	padding-top: 40px;
	padding-bottom: 40px;
}
.py50{
	padding-top: 50px;
	padding-bottom: 50px;
}
.py60{
	padding-top: 60px;
	padding-bottom: 60px;
}
.py65{
	padding-top: 65px;
	padding-bottom: 65px;
}
.py70{
	padding-top: 70px;
	padding-bottom: 70px;
}
.py110{
	padding-top: 110px;
	padding-bottom: 110px;
}
.pt5{
	padding-top: 5px;
}
.pt10{
	padding-top: 10px;
}
.pt15{
	padding-top: 15px;
}
.pt20{
	padding-top:20px;
}
.pt30{
	padding-top:30px;
}
.pt40{
	padding-top:40px;
}
.pt50{
	padding-top:50px;
}
.pt60{
	padding-top:60px;
}
.pb5{
	padding-bottom: 5px;
}
.pb10{
	padding-bottom: 10px;
}
.pb15{
	padding-bottom: 15px;
}
.pb20{
	padding-bottom:20px;
}
.pb30{
	padding-bottom:30px;
}
.pb40{
	padding-bottom:40px;
}
.pb50{
	padding-bottom:50px;
}
.pb60{
	padding-bottom:60px;
}
.pl95
{
	padding-left: 95px;
}
a:hover,a:focus{
	text-decoration: none;
}
.lh18{
	line-height: 18px;
}
.lh25{
	line-height: 25px;
}
.lh28{
	line-height: 28px;
}
.lh30{
	line-height: 30px;
}
.lh35{
	line-height: 35px;
}
.lh40{
	line-height: 40px;
}
.ucase{
	text-transform:uppercase;
}
.posr{
	position: relative;
}
.wh100{
	width: 100%;
	height: 100%;
}
.carousel-control.left,.carousel-control.right{
	box-shadow: none;
	background-image: none;
}
.lh12{
	line-height:12px;
}
@media (min-width: 1600px){
	.container {
	    width: 1360px;
	    max-width: 100%;
	}
}
[type="radio"]:not(:checked), [type="radio"]:checked {
    position: absolute;
    left: -9999px;
    opacity: 0;
}
[type="radio"]:checked + label:before
{
	border: 1px solid #666666;
	margin: 4px;
}
[type="radio"]:checked + label:after, [type="radio"].with-gap:checked + label:before, [type="radio"].with-gap:checked + label:after
{
    border: 1px solid transparent;
}
[type="radio"]:checked + label:after, [type="radio"].with-gap:checked + label:after
{
	width: 8px;
	height: 8px;
	margin: 8px;
	background-color: #666666;
}
[type="radio"]:not(:checked) + label, [type="radio"]:checked + label {
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    display: inline-block;
    height: 25px;
    line-height: 25px;
    font-size: 1rem;
    transition: .28s ease;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
[type="radio"] + label:before, [type="radio"] + label:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    margin: 4px;
    width: 16px;
    height: 16px;
    z-index: 0;
    transition: .28s ease;
    border: 1px solid #666;
}

[type="radio"]:not(:checked) + label:before, [type="radio"]:not(:checked) + label:after, [type="radio"]:checked + label:before, [type="radio"]:checked + label:after, [type="radio"].with-gap:checked + label:before, [type="radio"].with-gap:checked + label:after {
    border-radius: 50%;
}

[type="radio"]:checked + label:after {
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
}

[type="radio"]:checked + label:after, [type="radio"].with-gap:checked + label:after {
    background-color: #2c9fe2;
    z-index: 0;
}

[type="checkbox"]:not(:checked), 
[type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
  opacity: 0;
}

[type="checkbox"] + label {
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  color: #000;
  display: inline-block;
  height: 25px;
  line-height: 25px;
  font-size: 14px;
  -webkit-user-select: none;
  /* webkit (safari, chrome) browsers */
  -moz-user-select: none;
  /* mozilla browsers */
  -khtml-user-select: none;
  /* webkit (konqueror) browsers */
  -ms-user-select: none;
  /* IE10+ */
}

[type="checkbox"] + label:before, [type="checkbox"]:not(.filled-in) + label:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  z-index: 0;
  border: 1px solid #666;
  border-radius: 0px;
  margin-top: 5px;
  transition: .2s;
}

[type="checkbox"]:not(.filled-in) + label:after {
  border: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
}


[type="checkbox"]:checked + label:before {
  top: -4px;
  left: -5px;
  width: 8px;
  height: 16px;
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
}

[type="checkbox"]:checked:disabled + label:before {
  border-right: 2px solid rgba(0, 0, 0, 0.26);
  border-bottom: 2px solid rgba(0, 0, 0, 0.26);
}[type="checkbox"]:not(:checked), 
[type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
  opacity: 0;
}

[type="checkbox"] + label {
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  color: #a1a1a1;
  display: inline-block;
  height: 25px;
  line-height: 25px;
  font-size: 14px;
  -webkit-user-select: none;
  /* webkit (safari, chrome) browsers */
  -moz-user-select: none;
  /* mozilla browsers */
  -khtml-user-select: none;
  /* webkit (konqueror) browsers */
  -ms-user-select: none;
  /* IE10+ */
}

[type="checkbox"] + label:before, [type="checkbox"]:not(.filled-in) + label:after {
  content: '';
  position: absolute;
  top: 0;
  left: 10px;
  width: 15px;
  height: 15px;
  z-index: 0;
  border: 2px solid #999;
  border-radius: 0px;
  margin-top: 5px;
  transition: .2s;
}

[type="checkbox"]:not(.filled-in) + label:after {
  border: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
}


[type="checkbox"]:checked + label:before {
  top: 0px;
    left: 10px;
    width: 9px;
    height: 17px;
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  border-right: 2px solid #2c9fe2;
  border-bottom: 2px solid #2c9fe2;
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
}

[type="checkbox"]:checked:disabled + label:before {
  border-right: 2px solid rgba(0, 0, 0, 0.26);
  border-bottom: 2px solid rgba(0, 0, 0, 0.26);
}
::-webkit-input-placeholder {
	color:#CCC;
}
::-moz-placeholder{
	color:#CCC;
}
:-ms-input-placeholder {
	color:#CCC;
}
:-moz-placeholder {
	color:#CCC;
}

.spinner {
  width: 100px;
}
.spinner input {
  text-align: center;
}
.input-group-btn-vertical {
  position: relative;
  white-space: nowrap;
  width: 1%;
  vertical-align: middle;
  display: table-cell;
}
.input-group-btn-vertical > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
  padding: 8px;
  margin-left: -1px;
  position: relative;
  border-radius: 0;
}
.input-group-btn-vertical > .btn:first-child {
  border-top-right-radius: 4px;
}
.input-group-btn-vertical > .btn:last-child {
  margin-top: -2px;
  border-bottom-right-radius: 4px;
}
.input-group-btn-vertical i{
  position: absolute;
  top: 0;
  left: 4px;
}
