/*---------- RESET ----------*/
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,font,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{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}article,aside,footer,header,hgroup,nav,section,figure,figcaption{display:block;margin:0}*{-webkit-tap-highlight-color:rgba(0,0,0,0)}input,textarea{-webkit-border-radius:0;border-radius:0}input{-webkit-appearance:none}body{-webkit-text-size-adjust:none}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}:focus{outline:0}::-moz-focus-inner{border:0}ins{text-decoration:none}del{text-decoration:line-through}table{border-collapse:collapse;border-spacing:0}*,*:after,*:before{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
::-moz-selection {background:#e5173f;color:#fff;}
::selection {background:#e5173f;color:#fff;}
::-webkit-input-placeholder {color:#5b564c;}
::-moz-placeholder {color:#5b564c;}
:-ms-input-placeholder {color:#5b564c;}
::placeholder {color:#5b564c;}
input[type="checkbox"]{-webkit-appearance:checkbox;}






/*---------- SELECTRIC ----------*/
.selectric-wrapper {
  position: relative;
  cursor: pointer;
}

.selectric-responsive {
  width: 100%;
}

.selectric {
	border:1px solid #fff;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background: #fff;
  position: relative;
}
.selectric-open .selectric{
	-webkit-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
	border-color: #888;
}
.selectric-open.selectric-above .selectric{
	-webkit-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
	border-color: #888;
}

.selectric .label {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 55px 0 14px;
  font-size: 16px;
  line-height: 35px;
  color: #231f20;
  height: 35px;
	font-family:'DINOT-Regular', Arial, sans-serif;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.selectric .button {
  display: block;
  position: absolute;
  right: -1px;
  top: -1px;
  width: 45px;
  height: 37px;
  background-color: #f3f3f2;
  color: #888;
  text-align: center;
	font-size: 0;
	-webkit-border-radius:0 3px 3px 0;
	border-radius:0 3px 3px 0;
	border: 1px solid #f3f3f2;
	border-left:0 none;
}

.selectric .button:after {
  content: "\e903";
	font-size:20px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 45px;
  height: 35px;
	line-height:35px;
	color:#888;
	font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.selectric-open .selectric .button{
	-webkit-border-radius:0 3px 0 0;
	border-radius:0 3px 0 0;
	border-color:#888;
}

.selectric-open.selectric-above .selectric .button{
	-webkit-border-radius:0 0 3px 0;
	border-radius:0 0 3px 0;
}

.selectric-focus .selectric {
  border-color: #888;
}


.selectric-hover .selectric .button {
  color: #a2a2a2;
}

.selectric-hover .selectric .button:after {
  border-top-color: #a2a2a2;
}

.selectric-open {
  z-index: 9999;
}


.selectric-open .selectric-items {
  display: block;
}

.selectric-disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.selectric-hide-select {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0;
}

.selectric-hide-select select {
  position: absolute;
  left: -100%;
}

.selectric-hide-select.selectric-is-native {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.selectric-hide-select.selectric-is-native select {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  border: none;
  z-index: 1;
  box-sizing: border-box;
  opacity: 0;
}

.selectric-input {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: none !important;
  border: none !important;
  *font: 0/0 a !important;
  background: none !important;
}

.selectric-temp-show {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important;
}

/* Items box */
.selectric-items {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #F8F8F8;
  border: 1px solid #888;
  z-index: -1;
  box-shadow: 0 0 10px -6px;
	width: 100% !important;
}
.selectric-open .selectric-items{border-top:0 none;}
.selectric-open.selectric-above .selectric-items{border-top:1px solid #0088cc;border-bottom:0 none;}

.selectric-items .selectric-scroll {
  height: 100%;
  overflow: auto;
}

.selectric-above .selectric-items {
  top: auto;
  bottom: 100%;
}

.selectric-items ul, .selectric-items li {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
  line-height: 20px;
  min-height: 20px;
}

.selectric-items li {
  display: block;
  padding: 10px;
  color: #666;
  cursor: pointer;
}

.selectric-items li.selected {
  background: #E0E0E0;
  color: #444;
}

.selectric-items li.highlighted {
  background: #D0D0D0;
  color: #444;
}

.selectric-items li:hover {
  background: #D5D5D5;
  color: #444;
}

.selectric-items .disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default !important;
  background: none !important;
  color: #666 !important;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.selectric-items .selectric-group .selectric-group-label {
  font-weight: bold;
  padding-left: 10px;
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background: none;
  color: #444;
}

.selectric-items .selectric-group.disabled li {
  filter: alpha(opacity=100);
  opacity: 1;
}

.selectric-items .selectric-group li {
  padding-left: 25px;
}

/*---------- iCHECK ----------*/
.icheckbox, .iradio {cursor: pointer; float: left;
	height: 18px; margin: 0; padding: 0; vertical-align: middle; width: 18px; }
.icheckbox {width:25px;height:25px;}
.icheckbox:before{content: "\e900";font-size:25px;color:#828181;
	font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icheckbox.hover:before {color:#333;}
.icheckbox.checked:before{content: "\e901";}
.iradio {border:2px solid #8c8c8b;
	-webkit-border-radius:50%;
	border-radius:50%;
}
.iradio.hover{border-color:#1d1d1b;}
.iradio.checked {border-color:#cc1538;}


/*---------- jslider ----------*/
.jslider { display: block; width: 100%; height: 1em; position: relative; top: 0.6em; font-family: Arial, sans-serif; }
.jslider table { width: 100%; border-collapse: collapse; border: 0; }
.jslider td, .jslider th { padding: 0; vertical-align: top; text-align: left; border: 0; }

.jslider table,
.jslider table tr,
.jslider table tr td { width: 100%; vertical-align: top; }

.jslider .jslider-bg { position: relative;height:20px;background-color:#888;
	-webkit-border-radius:38px;
	border-radius:38px;
}
.jslider .jslider-bg i {display:none;}

.jslider .jslider-pointer {width:28px;height:28px;background-color:#cc1538;position: absolute; left: 0%; top: -4px; margin-left: -14px; cursor: pointer;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
.jslider .jslider-pointer-to { left: 80%; }

.jslider .jslider-label { font-size: 14px; line-height: 12px; color: black; white-space: nowrap; padding: 0px 2px; position: absolute; top: -22px; left: 0px; 
	display: block !important;opacity:1 !important;font-family:'DINOT-Bold', Arial, sans-serif;
}
.jslider .jslider-label-to { left: auto; right: 0;}

.jslider .jslider-label span:before{content:"$";}

.jslider .jslider-value { font-size: 16px; white-space: nowrap; padding: 5px; position: absolute; top: -33px; left: 20%; background: white; line-height: 16px; 
	-moz-border-radius: 2px; -webkit-border-radius: 2px; -o-border-radius: 2px; border-radius: 2px; color:#e5173f;
	font-family:'DINOT-Bold', Arial, sans-serif;
}
.jslider .jslider-value-to { left: 80%; }
.jslider .jslider-value span:before{content:"$";}

.jslider .jslider-label small,
.jslider .jslider-value small { position: relative; top: -0.4em; }

.jslider .jslider-scale { position: relative; top: 9px; }
.jslider .jslider-scale span { position: absolute; height: 5px; border-left: 1px solid #999; font-size: 0; }
.jslider .jslider-scale ins { font-size: 9px; text-decoration: none; position: absolute; left: 0px; top: 5px; color: #999; }

.jslider-single .jslider-pointer-to,
.jslider-single .jslider-value-to,
.jslider-single .jslider-bg .v,
.jslider-limitless .jslider-label { display: none; }


/*---------- LAYOUT ----------*/
#main_wrapper{background-color:#f3f3f3;padding:40px 0;font-family:'DINOT-Regular', Arial, sans-serif;line-height:normal;color:#231f20;}
.content-wrapper{max-width:1340px;padding:0 20px;margin:0 auto;}

#main_wrapper h1,
#main_wrapper h2{font-family:'DINOT-Bold', Arial, sans-serif;font-size:30px;text-transform:uppercase;color:#e5173f;margin-bottom:20px;}
.text-center{text-align:center;}
.summary{max-width:800px;margin:0 auto 30px auto;}
.btn-home{display:inline-block;width:236px;height:43px;line-height:40px;border:0 none;margin:30px 0 0 0;text-transform:uppercase;
	font-family:'DINOT-Regular', Arial, sans-serif;font-size: 20px;color:#fff;background-color:#e5173f;cursor:pointer;
}
.btn-home:hover{background:#990F2A;}
.donation-banner{margin-bottom:60px;}
.donation-wrapper{background: url(../images/donations-bg.jpg) 0 0 no-repeat;padding:30px;
	-webkit-background-size: cover;
	background-size: cover;
}
.donation-wrapper .dd-cols{font-size:0;margin-left:-26px;}
.donation-wrapper .dd-cols .col{display: inline-block;vertical-align:top;padding-left:26px;width:33.33%;}
.donation-wrapper label{color:#010101;font-size:15px;font-family:'DINOT-Bold', Arial, sans-serif;display:block;margin-bottom:8px;}
.donation-wrapper .amount-wrapper{padding:20px 0;}
.donation-wrapper .amount-wrapper .radio-list li{margin-top:10px;}
.donation-wrapper .amount-wrapper .radio-list label{font-family:'DINOT-Regular', Arial, sans-serif;margin:0;font-size:18px;line-height:18px;
	display:inline-block;vertical-align:top;padding-left:8px;cursor:pointer;
}
.donation-wrapper .amount-wrapper .amount-slider{display:none;margin:40px 0 20px 0;}
.donation-wrapper .amount-wrapper .iradio.checked ~ .amount-slider{display:block;}
.donation-wrapper h3{font-family:'DINOT-Bold', Arial, sans-serif;font-size:20px;text-transform:uppercase;color:#e5173f;margin:0 0 20px 0;position:relative;}
.donation-wrapper h3:after{content:"";display:block;height:4px;background-color:#e5173f;position:absolute;left:144px;right:0;top:2px;bottom:0;margin:auto;}
.donation-wrapper .fields-wrapper{font-size:0;margin-left:-36px;padding:0 0 40px 0;}
.donation-wrapper .fields-wrapper .field{display:inline-block;vertical-align:top;padding-left:36px;width:50%;font-size:0;}
.donation-wrapper .fields-wrapper .textbox{display:block;height:54px;border:1px solid #fff;background-color:#fff;line-height:52px;
	padding:0 14px;font-size:16px;font-family:'DINOT-Regular', Arial, sans-serif;width:100%;
	-webkit-border-radius:3px;
	border-radius:3px;
}
.donation-wrapper .fields-wrapper .textbox:focus{border-color:#888;}
.donation-wrapper .fields-wrapper .textbox.error{border-color:#D90202;}
.donation-wrapper .fields-wrapper .textbox.error::-webkit-input-placeholder {color:#D90202;opacity:1;}
.donation-wrapper .fields-wrapper .textbox.error::-moz-placeholder {color:#D90202;opacity:1;}
.donation-wrapper .fields-wrapper .textbox.error:-ms-input-placeholder {color:#D90202;opacity:1;}
.donation-wrapper .fields-wrapper .textbox.error::placeholder {color:#D90202;opacity:1;}
.donation-wrapper .fields-wrapper .field .half{display:inline-block;vertical-align:top;padding-left:5px;width:50%;}
.donation-wrapper .fields-wrapper .field .half:first-child{padding-left:0;padding-right:5px;}
.donation-wrapper .chk-list li{padding:12px 0 0 0;}
.donation-wrapper .chk-list li:first-child{padding-top:0;}
.donation-wrapper .chk-list label{font-family:'DINOT-Regular', Arial, sans-serif;margin:0;display:block;padding:2px 0 0 30px;cursor:pointer;}
.donation-wrapper .btn-donate{display: block;width:236px;height:40px;border:0 none;margin:30px 0 0 0;text-transform:uppercase;
	font-family:'DINOT-Regular', Arial, sans-serif;font-size: 20px;color:#fff;background-color:#e5173f;cursor:pointer;
}
#btn-donate-iframe{display: block;width:236px;height:40px;border:0 none;margin:30px 0 0 0;text-transform:uppercase;
  font-family:'DINOT-Regular', Arial, sans-serif;font-size: 20px;color:#fff;background-color:#e5173f;cursor:pointer;
}
.donation-wrapper .btn-donate:hover{background:#990F2A;}
#btn-donate-iframe:hover{background:#990F2A;}

/*---------- SINGLE DONATION ----------*/
.tbl-layout{display:table;width:100%;}
.tbl-layout > .col{display:table-cell;vertical-align:top;}
.tbl-layout > .col.left{padding-right:40px;}
.tbl-layout > .col.right{width:400px;}
.tbl-layout > .col.left img{margin-bottom:30px;}
.tbl-layout .donation-wrapper{background: url(../images/side-bar-bg.png) 0 0 no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}
.tbl-layout .donation-wrapper .dd-cols{margin-left:0;}
.tbl-layout .donation-wrapper .dd-cols .col{padding:0 0 20px 0;width:100%;}
.tbl-layout .donation-wrapper label{color:#fff;}
.tbl-layout .donation-wrapper .amount-wrapper{padding-top:0;}
.tbl-layout .iradio{border-color:#fff;}
.tbl-layout .iradio.hover{border-color:#111;}
.tbl-layout .iradio.checked{border-color:#111;background-color:#fff;}
.tbl-layout .jslider .jslider-bg{background-color:#fff;}
.tbl-layout .jslider .jslider-pointer{border:2px solid #fff;}
.tbl-layout .jslider .jslider-label{color:#fff;}
.tbl-layout .donation-wrapper h3{color:#fff;}
.tbl-layout .donation-wrapper h3:after{background-color:#fff;}
.tbl-layout .donation-wrapper .fields-wrapper{margin-left:0;}
.tbl-layout .donation-wrapper .fields-wrapper .field{padding:10px 0 0 0;width:100%;}
.tbl-layout .donation-wrapper .fields-wrapper .field:first-child{padding-top:0;}
.tbl-layout .icheckbox:before,
.tbl-layout .icheckbox.checked:before{color:#8a0d26;}
.tbl-layout .icheckbox.hover:before{color:#111;}
.tbl-layout .donation-wrapper .btn-donate{border:2px solid #fff;background-color:#d5153b;margin:30px auto 0 auto;height:43px;
	-webkit-border-radius:3px;
	border-radius:3px;
}
#btn-donate-iframe{border:2px solid #fff;background-color:#d5153b;margin:30px auto 0 auto;height:43px;
  -webkit-border-radius:3px;
  border-radius:3px;
}
.tbl-layout .donation-wrapper .btn-donate:hover{background-color:#fff;color:#d5153b;}
#btn-donate-iframe:hover{background-color:#fff;color:#d5153b;}

@media only screen and (max-width: 800px) {
	#main_wrapper h1, 
	#main_wrapper h2{font-size:26px;}
	.donation-wrapper .dd-cols{margin-left:0;}
	.donation-wrapper .dd-cols .col{display:block;width:100%;padding:10px 0;}
	.tbl-layout > .col{display:block;}
	.tbl-layout > .col.left{padding-right:0;}
	.tbl-layout > .col.right{width:100%;padding-top:30px;}
}

@media only screen and (max-width: 670px) {
	.donation-wrapper .fields-wrapper{margin-left:0;padding-bottom:30px;}
	.donation-wrapper .fields-wrapper .field{display:block;width:100%;padding:0 0 10px 0;}
}

@media only screen and (max-width: 570px) {
	#main_wrapper h1, 
	#main_wrapper h2{font-size:22px;}
	.donation-banner{margin-bottom:40px;}
	.donation-wrapper{padding:20px;}
	.donation-wrapper h3{font-size:18px;}
	.donation-wrapper h3:after{left:134px;}
	.donation-wrapper .chk-list label{font-size:12px;}
	.donation-wrapper .btn-donate{width:100%;}
  #btn-donate-iframe{width:100%;}
}

@media only screen and (max-width: 360px) {
	#main_wrapper h1, 
	#main_wrapper h2{font-size:20px;}
	.donation-wrapper .fields-wrapper .field .half{display:block;width:100%;padding:0;}
	.donation-wrapper .fields-wrapper .field .half:first-child{padding:0 0 10px 0;}
}




