@import url('https://fonts.googleapis.com/css?family=Montserrat:300,600');
.container-fluid {
  max-width:1170px;
}
.cheader {
  position:relative;
  text-align:center;
  border-bottom:1px solid #ebebeb;
  background-color:white;
}
.cheader ul {
  padding-left:0;
  margin-bottom:0
}
.cheader li {list-style:none}

.user {
  font:300 12px/12px 'Montserrat', sans-serif;
  position:relative;
  z-index:12;
}
.user .wrap {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.lang {
  position:relative;
}
.lang::before {
  content:"";
  display:inline-block;
  vertical-align:middle;
  border-top:5px solid #757575;
  border-left:3.5px inset transparent;
  border-right:3.5px inset transparent;
  position:absolute;
  top:9px;
  right:0;
}
.lang select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: transparent;
  border: 0;
  text-transform:uppercase;
  font-size:12px;
  line-height:22px;
  width:70px;
  position:relative;
  cursor:pointer;
}
.content .lang {
  border:1px solid #ccc;
  padding-left:4px;
  padding-right:4px;
  margin-left:10px;
}
.content .lang::before {  
  right:4px;
}
.login {
  display: -webkit-flex;
  display: flex;
  margin:0;
}

.cheader .logo a {
  display:inline-block;
}
.cheader .logo svg {
  width:376px;
  height:29px;
  max-width:100%;
}
.cheader .logo span {
  display:block;
  margin-top:10px;
  font-size:11px;
  line-height:14px;
}

.cnav {
  background-color:white;
  font:14px/12px 'Montserrat', sans-serif;
  text-transform:uppercase;
}
.cnav a:hover {
  color:#222e76;
}
.cnav .current a {
  color:#273fd2;
}
.cnav ul {
  margin-bottom:0;
  padding-left:0;
}
.cnav li {list-style:none;}
.menu-btn,
.search-btn {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  cursor:pointer;
}
.menu-btn svg,
.search-btn svg {
  fill:#4a4a4a;
}
.search-close {
  border-radius: 50%;
  background-color: #eee;
}
.csearch input {
  padding:0;
  border:0;
}
.csearch form {
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity:0;
  visibility:hidden;
}
.show-search .csearch form {
  opacity:1;
  visibility:visible;
}
@media (max-width:767px) {
  body {
    padding-top:63px;
  }
  .cheader {
    position:fixed;
    top:0;
    left:0;
    right:0;
    z-index:10;
    text-transform:uppercase;
  }
  .user {
    position:relative;
    background-color:black;
    padding-left:0;
    padding-right:0;
  }
  .login li {
    border-left:1px solid #333;
    line-height:22px;
    color:white;
  }
  .login li a {
    display:block;
    padding-left:10px;
    padding-right:10px;
  }
.cheader .lang {
  padding-left:8px;
}
.cheader .lang select {
  color:white;
}
  .cheader .logo {
    padding:11px 45px 4px;
  }
  .cheader .logo svg {
    height:19px;
  }
  .menu-btn,
  .search-btn {
    position:fixed;
    z-index:11;
    top:23px;
    width:40px;
    height:40px;
  }
  .menu-btn {
    left:0;
  }
  .search-btn {
    right:0;
  }
  .csearch form {
    position:fixed;
    z-index:11;
    top:63px;
    left:0;
    right:0;
    background-color:#f8f8f8;
    height:calc(100vh - 63px);
    padding:20px 10px;
    border:0;
    text-align:center;
  }
  .csearch input {
    border-radius:4px;
    font-size:14px;
    line-height:40px;
    font-family:'Montserrat', sans-serif;
    position: absolute;
    top: 20px;
  }
  .csearch .form-text {
    text-indent:15px;
    width:calc(100% - 110px);
    left:10px;
  }
  .csearch .form-submit {
    border-radius:4px;
    background-color:#273fd2;
    color:white;
    width:90px;
    right: 10px;
  }
  .csearch .form-submit:hover {
    background-color:black;
  }
  .cnav {
    position:relative;
  }
  .cnav ul {
    position:fixed;
    z-index:11;
    top:63px;
    left:0;
    right:0;
    background-color:white;
    height:calc(100vh - 63px);
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    font-size:20px;
    line-height:20px;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    opacity:0;
    visibility:hidden;
  }
  .cnav li {
    padding:10px 0;
  }
  .show-menu .cnav ul {
    opacity:1;
    visibility:visible;
  }
}
@media (min-width:768px) {
  .cheader {
    padding-top:10px;
    padding-bottom:15px;
  }
  .cheader .logo {padding-top:18px;}
  .login {
    padding:5px;
  }  
  .login li::before {
    content:"|";
    margin-left:5px;
    margin-right:5px;
    color:#ccc;
  }
  .login li:first-child::before {
    content:none;
  }
  .login a:hover {
    color:black;
  }
  .menu-btn {
    display:none;
  }
  .search-btn {
    float:right;
  }
  .cnav {
    border-bottom:1px solid #ebebeb;
    padding:20px 0;
  }
  .cnav ul {
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .admin .cnav .container-fluid {
    max-width:600px;
  }
  .show-search .cnav ul {
    filter: blur(15px);
  }
  .cnav li {
    flex-grow:1;
  }
  .csearch {
    position:relative;
    z-index:1;
  }
  .csearch form {
    position:absolute;
    top:0;
    left:0;
    right:55px;
  }
  .csearch input[type="text"] {
    background-color:transparent;
    width:100%;
    height:57px;
    text-indent:15px;
  }
  .csearch input[type="submit"] {
    width:0;
    height:0;
  }
}
#page-title,
#home {
  text-transform:uppercase;
}
#home h1 {
  text-shadow: 2px 2px 2px rgba(29, 56, 143, .5);
  font-weight:700;
  font-family:'Montserrat', sans-serif;
  margin-bottom:40px;
}
#home h4 {
  text-shadow: 2px 2px 2px rgba(29, 56, 143, .5);
  font:400 18px/24px 'Montserrat', sans-serif;
  margin-bottom:40px;
}
#page-title h2 {
  text-shadow: 2px 2px 2px rgba(29, 56, 143, .5);
  font-weight:700;
  font-family:'Montserrat', sans-serif;
  margin-bottom:40px;
  margin-bottom:10px;
}
#page-title p {
  font:300 14px/20px 'Montserrat', sans-serif;
  margin-bottom:15px;
}
.cbtn {
  border-radius:3px;
  display:inline-block;
  font:300 16px/18px 'Montserrat', sans-serif;
  padding:15px 60px;
  background-color:#273fd2;
  color:white;
}
.cbtn:hover {
  background-color:#0E26B9;
}
.clink {
  color:#273fd2;
  font:600 11px/11px "Montserrat", Helvetica, Arial, sans-serif;
  text-transform:uppercase;
}
.feature-content h5 a:hover {
  color:#273fd2;
}
.button {
  border:0;
  color:white;
}
.button.cgreen {
  background-color:#50ae54;
}
.button.cgreen:hover {
  background-color:#28a745;
  color:white;
}
.button.cred {
  background-color:#d04f3e;
}
.button.cred:hover {
  background-color:#d43f3a;
  color:white;
}

.button.corange {
  background-color:#f49b0c;
}
.button.corange:hover {
  background-color:#f49b0c;
  color:white;
}



.button.cblue {
  background-color:#0f4fb9;
}
.button.cblue:hover {
  background-color:#0036A0;
  color:white;
}

.content .btn-submit {
  display:inline-block;
  width:inherit;
  padding-top:15px;
  padding-bottom:15px;
  min-width:175px;
}
.content .btn-submit:after {
  border:0;
}
.content .btn-submit:hover:after {
  background-color:#000C9F;
}
.content .btn-submit.paypal:after {
  background-color:#009cde;
}
.content .btn-submit.paypal:hover:after {
  background-color:#0070ba;
}
@media (min-width:768px) {  
  #home h1 {
    font-size:60px;
    line-height:72px;
  }
  #page-title h2 {
    font-size:38px;
    line-height:42px;
  }
}
@media (min-width:1200px) {
  .account-page .sidebar,
  .contact-page .sidebar,
  .payment-page .sidebar {
    margin-left:8.33333333%;
  }
}
.code_note {color:blue}