._pattern-bg {
  background: url(../images/pattern.png) center no-repeat;
}

.banner-bg {
  background: url(../images/section/banner-bg.png) fixed bottom / cover #9e3732;
}

.footer-bg {
  background: url(../images/section/footer-bg.png) bottom / cover #9e3732;
}

._img-bg-1 {
  background: url(../images/section/bg1.png) fixed center / cover no-repeat;
}

._img-bg-2 {
  background: url(../images/section/bg2.png) fixed bottom / cover no-repeat;
}

._img-bg-3 {
  background: url(../images/section/bg3.png) fixed bottom / cover no-repeat;
}

._pri-bg {
  background-color: #062f67;
}

._sec-bg {
  background-color: #7289b2;
}

.pri-text {
  color: #0f4578;
}

.sec-text {
  color: #e09c20;
}

.white-text {
  color: #fff;
}

.red-text {
  color: #bc0028;
}

a {
  color: #195994;
}

a:active,a:focus,a:hover {
  color: #3084d2;
}

.btn-pri,
.btn-pri:hover,
.btn-pri:focus,
.btn-pri:active {
background: #ffdb20;
    background: -moz-linear-gradient(top, #ffdb20 0%, #ffc10a 50%, #ffb311 51%, #ffc300 100%);
    background: -webkit-linear-gradient(top, #ffdb20 0%,#ffc10a 50%,#ffb311 51%,#ffc300 100%);
    background: linear-gradient(to bottom, #ffdb20 0%,#ffc10a 50%,#ffb311 51%,#ffc300 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffdb20', endColorstr='#ffc300',GradientType=0 );
    -webkit-text-stroke: .2px #0e4376;
    text-shadow: 0 1px 1px #fff;
    color: #0e4376;
    border-bottom: 3px solid #ffb400;
    display: inline-block;
    border-top: .2px solid #ffb500;
    border-left: .2px solid #ffb500;
    border-right: .2px solid #ffb500;
}

._bannerText {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffed86+0,ffc32d+50,ffb311+50,ffb311+50,ffc300+100 */
  background: #ffed86;
 /* Old browsers */
  background: -moz-linear-gradient(top, #ffed86 0%, #ffc32d 50%, #ffb311 50%, #ffb311 50%, #ffc300 100%);
 /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #ffed86 0%,#ffc32d 50%,#ffb311 50%,#ffb311 50%,#ffc300 100%);
 /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ffed86 0%,#ffc32d 50%,#ffb311 50%,#ffb311 50%,#ffc300 100%);
 /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffed86', endColorstr='#ffc300',GradientType=0 );
 /* IE6-9 */
  -webkit-text-stroke: .2px #0e4376;
  text-shadow: 0 1px 1px #fff;
  color: #0e4376;
}