@font-face {
  font-family: 'AnnaStd';
  src: url('fonts/AnnaStd.eot?#iefix') format('embedded-opentype'),  url('fonts/AnnaStd.woff') format('woff'), url('fonts/AnnaStd.ttf')  format('truetype'), url('fonts/AnnaStd.svg#DecoTechTL') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'PalatinoLinotype-Roman';
  src: url('fonts/PalatinoLinotype-Roman.eot?#iefix') format('embedded-opentype'),  url('fonts/PalatinoLinotype-Roman.woff') format('woff'), url('fonts/PalatinoLinotype-Roman.ttf')  format('truetype'), url('fonts/PalatinoLinotype-Roman.svg#PalatinoLinotype-Roman') format('svg');
  font-weight: normal;
  font-style: normal;
}
* :not(i){
/*	outline: none;
    font-family: decotech !important;
    letter-spacing: 1px;*/
}
a,a:hover,a:focus{
	text-decoration: none;
}
em{
    /*font-style: normal;*/
}
body {
    background-color: #f7f7f7;
    background-image: url("../img/pattern.png");
    font-size: 20px;
}
.logo img {
    max-width: 370px;
}
.top_head {
    padding: 2em 0;
}
.container {
    width: 1130px;
}
.navbar .navbar-nav > li > a {
    color: #769fab;
    font-family: AnnaStd;
    font-size: 30px;
    margin: 20px 0;
    padding: 5px 28px 2px;
    border-right: 1px solid #e1e1e1;
    text-align: center;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    background-color: rgba(0, 0, 0, 0);
}
.navbar .navbar-nav > li.active {
    background: url(../img/navhover.png) no-repeat center center transparent;
}
.navbar-nav > li {
    display: inline-block;
    float: none;
}
.navbar {
    background: url(images/pat1.png) repeat top center transparent;
    background-size: contain;
    border: 1px solid #2b6372;
    border-radius: 0;
    border-bottom: 4px solid #2b6372;
    background-color: white;
    padding: 0 10px;
}
.navbar .navbar-nav > li:last-child > a {
    border-right-color: rgba(0, 0, 0, 0);
}
ul.nav.navbar-nav {
    border-image: url(../img/nav-border.svg)0 fill;
    -webkit-border-image: url(../img/nav-border.svg)0 fill;
    -moz-border-image: url(../img/nav-border.svg)0 fill;
    -o-border-image: url(../img/nav-border.svg)0 fill;
}
.search_btn i {
    background-color: #2b6372;
    border-radius: 50%;
    color: #ffffff;
    font-size: 23px;
    height: 40px;
    padding-top: 7px;
    position: relative;
    text-align: center;
    vertical-align: middle;
    width: 40px;
}
@media (min-width: 768px){
	.navbar-nav {
		text-align: center;
		width: 100%;
		margin: 10px 0;
	}
	.navbar-collapse{
		padding-left: 0;
		padding-right: 0;
	}
}
#content {
    background: url(../img/border-top-desktop.png) no-repeat center top;
    background: url(../img/border-top-desktop.svg) no-repeat center top;
    background-size: contain;
    padding-top: 33px;
}
#content .bottom_img {
    background: url(../img/border-bottom-desktop.png) no-repeat center bottom;
    background: url(../img/border-bottom-desktop.svg) no-repeat center bottom;
    padding-bottom: 33px;
    background-size: contain;
}
#content .row .content_wrap {
    background: url(../img/border-middle-desktop.png);
    background: url(../img/border-middle-desktop.svg);
    background-size: contain;
    width: 100%;
    overflow: hidden;
}
.content_wrap {
    text-align: center;
}
.main_head {
    margin: 3em 0 5em;
}
.main_head h2 {
    color: #2b6372;
    font-family: AnnaStd;
    font-size: 48px;
	margin-bottom: 0;
}
.main_head > p {
    color: #2b6372;
    font-family: PalatinoLinotype-Roman;
    font-size: 20px;
}
.form_area input {
    background-color: rgba(0, 0, 0, 0);
    border: 2px solid #2b6372;
    color: #2b6372;
    font-family: AnnaStd;
    font-size: 28px;
    height: 50px;
    margin-bottom: 20px;
    padding: 10px;
    width: 60%;
}
.form_area .btn_style, #basicform1 .btn_style {
    background-color: #2b6372;
    border: 1px solid #2b6372;
    color: #ffffff;
    /*font-family: PalatinoLinotype-Roman;*/
    font-size: 38px;
    padding: 4px 40px 0px;
    text-transform: uppercase;
    height: auto;
    display: inline-block;
    width: auto;
}
.form_area {
    margin-bottom: 5em;
}
.form_area .btn_wrap {
    margin: 5em 0;
}
.ftr_blk > ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.ftr_blk li {
    display: inline-block;
    margin-right: 20px;
    position: relative;
}
.ftr_blk > p {
    color: #111111;
    font-family: PalatinoLinotype-Roman;
    font-size: 20px;
    margin: 0;
    text-align: right;
}
.ftr_blk li a{	
    color: #111111;
    font-family: PalatinoLinotype-Roman;
    font-size: 20px;
	position: relative;
}
.ftr_blk li a::after {
    content: "/";
    position: absolute;
    right: -14px;
}
.ftr_blk li:last-child a::after{
	content:'';
}
.top_ftr {
    padding: 2em 0;
}
.badge_area {
    display: inline-block;
    padding: 0 3em;
    width: 100%;
}
.badge_wrap {
    border: 1px solid #cccccc;
    box-shadow: 1px 3px 7px transparent;
    height: 280px;
    width: 100%;
    position: relative;
    transition: all 0.3s ease;
}
.badge_wrap.active, .badge_wrap:hover {
    box-shadow: 1px 3px 7px #88adb7;
	transition: all 0.3s ease;
}
.badge_wrap > h3 {
    bottom: 40px;
    color: #2b6372;
    font-family: PalatinoLinotype-Roman;
    font-size: 21px;
    position: absolute;
    text-align: center;
    width: 100%;
}
.bdg_design {
    padding-top: 20px;
}
.badge_area .btn_style {
    margin-bottom: 2em;
    margin-top: 3em;
}
.badge_detail_area {
    padding: 30px 10px;
    text-align: left;
}
.selected_badge > img {
    margin-right: 0;
    width: 100%;
}
.selected_badge > span {
    color: #2b6372;
    font-family: PalatinoLinotype-Roman;
    font-size: 24px;
    display: block;
    text-align: center;
    margin-top: 10px;
}
.field_blk > h3 {
    color: #2b6372;
    font-family: PalatinoLinotype-Roman;
    font-size: 30px;
    margin-bottom: 30px;
    position: relative;
}
.field_blk > h3::after {
    background-color: #2b6372;
    bottom: -5px;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 50px;
}
.field_blk .col-sm-6 {
    padding: 0;
}
.field_blk input , .ship_via_blk input, .field_blk select{
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    border-bottom: 1px solid #2b6372;
    color: #2b6372;
    font-family: PalatinoLinotype-Roman;
    font-size: 20px;
    margin-bottom: 15px;
    width: 100%;
    letter-spacing: 2px;
}
.field_blk .col-sm-6:nth-child(2) {
    padding-right: 30px;
}
.field_blk .col-sm-6:nth-child(3) {
    padding-left: 30px;
}
.field_blk {
    display: inline-block;
    margin-bottom: 20px;
    width: 100%;
}
.selected_badge {
    margin-bottom: 30px;
    width: 300px;
    margin: 0 auto;
}
.success-popup  {
    transition: .3s ease all;
    font-family: 'Roboto', sans-serif;
}
.ship_via_blk {
    background-color: #ececec;
    margin: 0 -45px;
    padding: 20px 45px;
}
.ship_via_blk select {
    -moz-appearance: none;
    background: rgba(0, 0, 0, 0) url(../img/arrow.png) no-repeat scroll 100% 10px / 15px auto;
    border: medium none;
    border-bottom: 1px solid #2b6372;
    color: #2b6372;
    font-family: PalatinoLinotype-Roman;
    font-size: 20px;
    margin-bottom: 20px;
    width: 100%;
}
.ponumber_blk > h3 {
    color: #2b6372;
    font-family: PalatinoLinotype-Roman;
    font-size: 25px;
}
.ponumber_blk .col-sm-6:nth-child(2) {
    padding-left: 0;
    padding-right: 30px;
}
.ponumber_blk .col-sm-6:nth-child(3) {
    padding-left: 0px;
    padding-right: 0;
}
.ponumber_blk h4 {
    color: #2b6372;
    font-family: PalatinoLinotype-Roman;
    font-size: 20px;
    margin-bottom: 20px;
}
.ponumber_blk .col-sm-6 > p {
    color: #2b6372;
    font-family: palatinolinotype-roman;
    font-size: 20px;
    margin-bottom: 15px;
    width: 100%;
}
.ponumber_blk .col-sm-6 > p:last-child {
    width: 100%;
}
.ponumber_blk input[type="file"] {
    display: inline-block;
    margin-left: 20px;
}
.ponumber_blk span {
    background-color: #2b6372;
    color: #ffffff;
    display: inline-block;
    font-family: PalatinoLinotype-Roman;
    font-size: 22px;
    margin-bottom: 20px;
    padding: 10px 20px 15px;
    width: 215px;
}
.ponumber_blk textarea {
    border: 1px solid #cccccc;
    color: #333333;
    font-family: PalatinoLinotype-Roman;
    font-size: 20px;
    height: 200px;
    padding: 10px;
    width: 100%;
}
.ponumber_blk .btn_style {
/*    bottom: 35px;
    left: 70px;
    position: absolute;*/
}
.thanks_pg .selected_badge {
    text-align: center;
}
.thanks_pg .selected_badge > span {
    display: block;
    margin-top: 10px;
}
.thanks_pg .selected_badge > img {
    margin: 0;
}
.thanks_pg .field_blk input, .thanks_pg .ship_via_blk input {
    cursor: not-allowed;
}
.thanks_pg .ponumber_blk {
    margin-top: 20px;
}
.thanks_pg .ponumber_blk > p {
    color: #2b6372;
    font-family: PalatinoLinotype-Roman;
    font-size: 19px;
    font-style: italic;
}
.thanks_pg .ponumber_blk > p label {
    font-weight: 400;
}
.thanks_pg .main_head {
    margin-bottom: 2em;
}