/*
 * ANKR v2 styles
 */

/*
This CSS resource incorporates links to font software which is the valuable copyrighted
property of Monotype Imaging and/or its suppliers. You may not attempt to copy, install,
redistribute, convert, modify or reverse engineer this font software. Please contact Monotype
Imaging with any questions regarding Web Fonts:  http://webfonts.fonts.com
*/

@font-face {
    font-family: "AvenirNextRoundedDemiBold";
    src: url("e2495386-a17e-4ee0-8732-5520c1293330.eot?#iefix");
    src: url("e2495386-a17e-4ee0-8732-5520c1293330.eot?#iefix") format("eot"), url("2c411805-4782-431c-b99c-8a8e71579a5d.woff2") format("woff2"), url("9200fe41-e086-4a45-8f83-42a9a61b4ac2.woff") format("woff"), url("5c8e4b30-323d-4d6d-bb79-7cc78a2a3c2a.ttf") format("truetype"), url("63202d51-a5ed-4261-92b2-c2ded844dcc8.svg#63202d51-a5ed-4261-92b2-c2ded844dcc8") format("svg");
}

@font-face {
    font-family: "AvenirNextRoundedBold";
    src: url("749f1f3e-83ea-4252-ae60-29d812f9c7c8.eot?#iefix");
    src: url("749f1f3e-83ea-4252-ae60-29d812f9c7c8.eot?#iefix") format("eot"), url("2edd03c1-f8ce-4b51-9aa5-de2341c33ce6.woff2") format("woff2"), url("aac739eb-0b7b-4672-81c9-1eacd061a629.woff") format("woff"), url("8849c494-4d24-49bb-bb3b-3acd939658da.ttf") format("truetype"), url("dcc4ea58-57b4-40cd-92c3-0ef8728c21a1.svg#dcc4ea58-57b4-40cd-92c3-0ef8728c21a1") format("svg");
}

/* HTML defaults */
html {
    height: 100%;
}

.grid-background {
    background: url("grid_pattern.gif") repeat;
    margin-top: 10px;
    min-height: 400px;
}

.page-body {
    margin: 70px auto 60px auto;
}

/* Defaults for the body */
.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    max-width: 1200px;
}

#main-container {
    margin: 0px!important;
    width: 95%;
    max-width: 100%;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "AvenirNextRoundedBold", Helvetica, Arial, sans-serif;
}

h1, h2, h3, h4, h5, h6, .cart-summary, .toolbar {
    font-family: "AvenirNextRoundedBold", Helvetica, Arial, sans-serif;
}

h1 {
    font-family: "AvenirNextRoundedBold", Helvetica, Arial, sans-serif;
    font-size: 36px;
    line-height: 40px;
}

h2 {
    font-family: "AvenirNextRoundedBold", Helvetica, Arial, sans-serif;
    font-size: 28px;
    line-height: 32px;
}

h3 {
    font-family: "AvenirNextRoundedBold", Helvetica, Arial, sans-serif;
    font-size: 24px;
    line-height: 27px;
}

h4 {
    font-family: "AvenirNextRoundedBold", Helvetica, Arial, sans-serif;
    font-size: 18px;
    line-height: 18px;
}

h5 {
    font-family: "AvenirNextRoundedBold", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 18px;
}

h6 {
    font-family: "AvenirNextRoundedBold", Helvetica, Arial, sans-serif;
    font-size: 10px;
    line-height: 18px;
    text-transform: uppercase;
}

h1 .note, h2 .note, h3 .note, h4 .note, h5 .note, h6 .note {
    margin-left: 8px;
    font-weight: 400;
    font-size: 12px;
}

h1 .note a, h2 .note a, h3 .note a, h4 .note a, h5 .note a, h6 .note a {
}

p {
    margin: 0 0 20px 0;
    line-height: 23px
}

body {
    color: #2c2b26;
    font-family: "AvenirNextRoundedDemiBold", Helvetica, Arial, sans-serif;
    font-size: 15px;
    line-height: 20px;
    height: 100%;
}

input, select, textarea, button {
    font-family: "AvenirNextRoundedDemiBold", Helvetica, Arial, sans-serif;
}

/* Defaults for anchors */
body a {
    color: #A29129;
}

blockquote p {
    font-size: 30px;
    line-height: 38px;
}

.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.vertical-center {
    min-height: 100%; /* Fallback for browsers do NOT support vh unit */
    min-height: 100vh; /* These two lines are counted as one :-)       */

    display: flex;
    align-items: center;
}

.vertical-align {
    display: flex;
    align-items: center;
}

.col-centered {
    float: none;
    margin: 0 auto;
}

.col-right {
    float: right;
}

.col-left {
    float: left;
}

.form-control::-webkit-input-placeholder {
    color: #ffffff;
}

.form-control:-moz-placeholder {
    color: #ffffff;
}

.form-control::-moz-placeholder {
    color: #ffffff;
}

.form-control:-ms-input-placeholder {
    color: #ffffff;
}

img.ankr_icon {
    width: 65px;
    height: 65px;
    /*margin: auto;
    display: block;*/
    margin-top: -4px !important;
}

a:hover {
    text-decoration: underline;
  	color: #A29129;
}

a.rounded_black :hover {
    color: #A29129;
}

a.rounded_black {
    display: block;
    color: #ffffff;
    height: 32px;
    padding: auto 10px;
    text-align: center;
    border-radius: 25px;
    border-color: #32312b;
    background-color: #32312b;
    padding-top: 6px;
}

a.rounded_gold {
    display: block;
    color: #32312b;
    height: 32px;
    padding: auto 10px;
    text-align: center;
    border-radius: 25px;
    border-color: #CEBE4F;
    background-color: #CEBE4F;
    padding-top: 6px;
}

a.rounded_grey {
    display: block;
    color: #ffffff;
    height: 32px;
    padding: auto 10px;
    text-align: center;
    border-radius: 25px;
    border-color: #32312b;
    background-color: #32312b;
    padding-top: 6px;
}

input.btn {
    display: block;
    color: #32312b;
    height: 32px;
    padding: auto 10px;
    text-align: center;
    border-radius: 25px;
    border-color: #CEBE4F;
    background-color: #CEBE4F;
    padding-top: 6px;
    font-weight: bold;
    text-transform: uppercase;
    font-family: "AvenirNextRoundedDemiBold", Helvetica, Arial, sans-serif;
  	background-image: none;
    border: 0px;
    text-shadow: none;
    box-shadow: none;
}

button.btn {
    display: block;
    color: #32312b;
    height: 32px;
    padding: auto 10px;
    text-align: center;
    border-radius: 25px;
    border-color: #CEBE4F;
    background-color: #CEBE4F;
    padding-top: 6px;
    font-weight: bold;
    text-transform: uppercase;
    font-family: "AvenirNextRoundedDemiBold", Helvetica, Arial, sans-serif;
  	background-image: none;
    border: 0px;
    text-shadow: none;
    box-shadow: none;
}


.blog_post_share_icons {
    height: 100%;

}

.blog_post_share_icons a img {
    vertical-align: -12px;
}

.blog_post_share_icons a {
    padding-left: 10px;
 	text-decoration: none!important;
}

/* Link items */
.ankr_header .navbar-nav > li > a, .ankr_header .navbar-brand {
    padding-top: auto !important;
    padding-bottom: auto !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    height: 100px;
    line-height: 70px;
    text-shadow: none;
    color: #3E3E3E;
    background-color: transparent;

}

/* Link items hover, focus */
.ankr_header .navbar-nav > li > a:focus, .ankr_header .navbar-nav > li > a:hover {
    text-decoration: underline;
    background-color: transparent;

}

/* Set the height for the header*/
.navbar.ankr_header {
    min-height: 70px !important;
}

/* Header nav wrapper */
.ankr_header {
    background-color: #CEBE4F;
    border-radius: 0;
    margin-bottom: 0;
}

/* Ankr logo positioning */
.ankr_header .navbar-brand img {
    margin: auto;
    padding: 16px 15px;
    width: auto;
    height: 100%;
}

/* Anchors in the header */
.ankr_header a {
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
}

/* Cheating p tag to allow us to shrink the button height */
.ankr_header p.navbar-btn {
    margin: 35px auto;
}

/* Define rounded links in the header */
.ankr_header a.rounded {
    display: block;
    color: #3e3e3e;
    height: 32px;
    padding: auto 10px;
    text-align: center;
    border-radius: 25px;
    border-color: #3e3e3e;
}

/* Overload to not show navbar in anything below desktop */
@media only screen and (max-width: 992px) {

    .navbar-header {
        float: none;
    }
.ankr_header .navbar-nav > li > a, .ankr_header .navbar-brand {
    padding-top: auto !important;
    padding-bottom: auto !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    height: 100px;
    line-height: 40px;
    text-shadow: none;
    color: #3E3E3E;
    background-color: transparent;
  font-size: 33px;
    font-family: "AvenirNextRoundedBold", Helvetica, Arial, sans-serif;
}
    .navbar-left, .navbar-right {
        float: none !important;
    }

    .navbar-toggle {
        display: block;
        position: relative;
        float: right;
        padding: 9px 10px;
        margin-top: 28px;
        margin-right: 0px;
        margin-bottom: 8px;
        background-color: transparent;
        background-image: none;
        border: 1px solid transparent;
        border-radius: 4px;
        font-size: 26px;
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    }

    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }

    .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-nav {
        float: none !important;
        margin-top: 7.5px;
    }

    .navbar-nav > li {
        float: none;
      list-style-type: none;
    }

    .navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
      color: #fff;
    }

    .collapse.in {
        display: block !important;
    }
}

/* Breadcrumb */
.breadcrumb {
    font-size: 12px;
    margin: 10px 0 30px 0;
}

/* Intro, first section */
.intro {
    background: url("grid_pattern.gif") repeat;
    margin-top: 10px;
    max-height: 630px;
}

.intro .phone_wallet {
    background: url("phone_and_wallet@2x.png") no-repeat scroll center center / 100%;
    height: 100%;

}

.intro div.phone_wallet div.text {
    margin-top: 100px;
    margin-bottom: 100px;
    text-align: left;
    width: 320px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.intro div.phone_wallet div.text div.intro_top {
    text-transform: uppercase;
    line-height: 52px;
    font-size: 58px;
    margin-bottom: 25px;
    font-family: "AvenirNextRoundedBold", Helvetica, Arial, sans-serif;
}

.intro div.phone_wallet div.text div.intro_body {
    line-height: 18px;
    font-size: 13px;
    margin-bottom: 20px;
}

.intro div.phone_wallet div.text div.intro_bottom {
}

.intro div.phone_wallet div.text div.intro_bottom div.left {
    float: left;
    padding-top: 5px;
    margin-right: 10px;
}

.intro div.phone_wallet div.text div.intro_bottom div.right {
    float: left;
}

.intro div.phone_wallet div.text div.intro_bottom div.right a {
    float: left;
}

/* Mobile width */
@media only screen and (max-width: 768px) {
    .intro .phone_wallet {
        background: none !important;

    }

    .intro {
        background: url("phone_and_wallet_mobile@2x.jpg") no-repeat scroll center right / auto 100%;
        margin-top: 10px;
        height: 538px;
    }

    .intro div.phone_wallet div.text {
        text-align: left;
        width: 310px;
        display: block;
        margin: 60px 0 80px 0;
    }

    .intro div.phone_wallet div.text div.intro_top {
        text-transform: uppercase;
        line-height: 46px;
        font-size: 50px;
        margin-bottom: 18px;
        font-family: "AvenirNextRoundedBold", Helvetica, Arial, sans-serif;
    }

    .intro div.phone_wallet div.text div.intro_body {
        line-height: 18px;
        font-size: 14px;
        margin-bottom: 12px;
    }

}

/* Retail section, second */
.retail {
    background-color: #CEBE4F;
    color: #ffffff;
}

.retail .retail_wrap {
    text-align: left;
    display: block;
    margin: 40px auto 40px auto;
}

.retail .retail_left_top {
    line-height: 18px;
    font-size: 15px;
    text-transform: uppercase;
    font-family: "AvenirNextRoundedBold", Helvetica, Arial, sans-serif;
}

.retail .retail_left_bottom {
    line-height: 14px;
    font-size: 13px;
    color: #fff;
    font-style: italic;
    font-family: "Georgia";
}
.retail .retail_left {
    margin-top: 15px;
}

.retail .retail_right {
    margin: 15px auto 25px auto;
}

.retail .retail_icon {
	width: 100px;
  	margin: auto;

}
@media only screen and (max-width: 768px) {
  .retail .retail_wrap {
    text-align: center;
    display: block;
    margin: 50px auto 50px auto;

}
  .retail .retail_icon {
	width: 140px;
  	margin: 20px;

}
}
/* Unlosers section, second */
.unlosers {
    background-color: #2c2b26;
    min-height: 100px;
    color: #ffffff;
}

.unlosers .unlosers_wrap {
    text-align: left;
    display: block;
    margin: 25px auto 20px auto;
    /*max-width: 800px;*/
}

.unlosers .unlosers_left {
    margin-top: 15px;
}

.unlosers .unlosers_right {
    margin: 15px auto 25px auto;
}



/* Mobile width */
@media only screen and (max-width: 480px) {
    .unlosers .unlosers_left {
        margin: 15px auto;
    }

    .unlosers .unlosers_right {
        margin: 15px auto 25px auto;
    }
}

.unlosers .unlosers_left_top {
    line-height: 18px;
    font-size: 15px;
    text-transform: uppercase;
    font-family: "AvenirNextRoundedBold", Helvetica, Arial, sans-serif;
}

.unlosers .unlosers_left_bottom {
    line-height: 14px;
    font-size: 13px;
    color: #CEBE4F;
    font-style: italic;
    font-family: "Georgia";
}

.unlosers .unlosers_right .input-group {
    width: 100%;
}

.unlosers .unlosers_right div.input-group input#mce-EMAIL.form-control.required.email {
    border-radius: 0;
    background-color: #68655c;
    color: #ffffff;
}

.unlosers .form-control {
    background-color: #3e3e3e;
    letter-spacing: 2px;
    font-size: 11px;
    height: 30px;
    border: none;
    padding-left: 15px;
    width: 80%;
    color: #ffffff;
}

.unlosers .input-group form#mc-embedded-subscribe-form {
    width: 100%;
}

.unlosers .input-group-btn > .btn {
    width: 30px;
    height: 30px;
    position: relative;
    padding: 5px;
    font-size: 16px;
    border-radius: 0;
    border: none;
    color: #3e3e3e;
    background: #CEBE4F;
}

/* Meet ankr, third section */
.meetme {
    background-color: #2c2b26;
    background: url("ankr_hand@2x.jpg") no-repeat scroll center center / cover;
    min-height: 540px;
}

.meetme .meetme_text {
    text-align: left;
    display: block;
    margin: 80px auto 0 auto;
    max-width: 440px;
}

.meetme .meetme_text img {
    width: 100%;
    height: auto;
}

@media only screen and (max-width: 480px) {
    .meetme {
        background-color: #2c2b26;
        background: url("ankr_hand_mobile@2x.jpg") no-repeat scroll center center / auto 100%;
        height: 540px;
    }
}

/* Info, forth section */
.info {
    background: url("grid_pattern.gif") repeat;
}

.info .img-responsive-right {
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    float: right;

}

.info .img-responsive-left {
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: 0 0 0 15px;
    float: left;
    position: absolute;

}

.info .animate img {
    max-height: 230px;
}

.info .info_wrap {
    text-align: left;
    display: block;
    margin: 60px auto;
    /*max-width: 800px;*/
}

.info .info_wrap .ankr_icon_display {
    /*max-width: 78px;*/
}

.info .info_wrap .info_limit {
    max-width: 340px;
}

.info .info_wrap .info_header {
    line-height: 30px;
    font-size: 30px;
    text-transform: uppercase;
    max-width: 300px;
    padding-bottom: 10px;
    font-family: "AvenirNextRoundedBold", Helvetica, Arial, sans-serif;
}

.info .info_wrap .info_header_left {
    line-height: 30px;
    margin-top: 20px;
    font-size: 30px;
    text-transform: uppercase;
    max-width: 300px;
    padding-bottom: 20px;
    font-family: "AvenirNextRoundedBold", Helvetica, Arial, sans-serif;
}

.info .info_wrap .info_text {
    margin: 15px 0 10px 0;
    position: relative;
}

.info .info_wrap .left_space {
    padding-left: 35px;
}

.info .info_wrap .right_space {
    padding-right: 35px;
}

.info .info_wrap .info_img_wrapper {
    width: 100%;
    height: auto;
    position: relative;
}

.animation-mobile-right {
    display: block;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    max-width: 400px;
    position: relative;
    margin-top: 20px;
}

.animation-mobile-left {
    display: block;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    max-width: 400px;
    position: relative;
}

.ankr_icon_left {
    margin-top: 20px;
}

/* Mobile width */
@media only screen and (max-width: 768px) {
    .info .info_wrap .ankr_icon_display {
        height: 80px;
    }

    .info .img-responsive {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        margin: auto;

    }

    .info .info_wrap .info_header {
        line-height: 26px;
        font-size: 22px;
        text-transform: uppercase;
        max-width: 300px;
        padding-bottom: 20px;
        font-family: "AvenirNextRoundedBold", Helvetica, Arial, sans-serif;
        text-align: left;
        float: left;
        padding-left: 15px;
    }

    .info .info_wrap .info_icon_left {
        float: left;
        position: absolute;
    }

    .animation-mobile-right {
        display: block;
        margin-right: auto;
        margin-left: auto;
        margin-bottom: 20px;
        width: 100%;
        max-width: 400px;
        margin-top: 20px;
        position: relative;
    }

    .animation-mobile-left {
        display: block;
        margin-right: auto;
        margin-left: auto;
        margin-bottom: 20px;
        width: 100%;
        max-width: 400px;
        top: 0;
        position: relative;
    }

    .info .animate img {
        max-height: 197px;
    }

    .mobile-margin {
        margin-bottom: 150px;

    }

    img.ankr_icon {
        width: 60px;
        height: 60px;
        margin-top: -4px !important;
        float: left !important;
    }

    .text-right {
        text-align: left;
        float: left !important;
    }

}

/* Chalk board, 4th section */
.chalkboard {
    background-color: #32312b;
    color: #ffffff;
    min-height: 400px;
}

/* Ankr app, 5th section */
.ankr_app {
    background: url("grid_pattern.gif") repeat;
}

.ankr_app .app_wrap {
    margin: 80px 0 0 0;
}

.ankr_app .app_wrap .app_phone {
    background: url("appdemo_phoneframe@2x.png") no-repeat scroll center top / 100%;
}

.ankr_app .app_wrap .app_phone img {
    padding: 94px 37px 0 36px;
    width: 350px;
}

.ankr_app .app_wrap .app_info {
    margin: 100px 0 0 30px;
    width: 100%;
}

.ankr_app .app_wrap .app_phone video {
    padding: 94px 0 0 37px;
    width: 323px;
    margin-bottom: -5px;
}

.ankr_app .app_wrap .app_info .app_header {
    width: 100%;
}

.ankr_app .app_wrap .app_info .app_header .title {
    line-height: 30px;
    font-size: 30px;
    text-transform: uppercase;
    padding-bottom: 30px;
    font-family: "AvenirNextRoundedBold", Helvetica, Arial, sans-serif;
}

.ankr_app .app_wrap .app_info .app_header .dllink {
    max-width: 150px;
}

.ankr_app .app_wrap .app_info .app_header .dllink a {
}

.ankr_app .app_wrap .app_info .app_icons {
    margin-bottom: 25px;
    max-width: 100%;
}

.ankr_app .app_wrap .app_info .app_icons img {
    float: left;
    width: 100%;
}

@media only screen and (max-width: 1200px) {
    .ankr_app .app_wrap .app_phone video {
        padding: 77px 0 0 30px;
        width: 264px;
        margin-bottom: -5px;
    }

    .ankr_app .app_wrap .app_info {
        margin: 60px 0 0 0;
        width: 100%;
    }
}

@media only screen and (max-width: 991px) {
    .ankr_app .app_wrap .app_phone video {
        padding: 55px 0px 0px 28px;
        width: 255px;
        margin-bottom: -5px;
    }

    .ankr_app .app_wrap {
        margin: 40px 0 0 0;
    }

    .ankr_app .app_wrap .app_info {
        margin: 20px 0 0 0;
        width: 100%;
    }
}

@media only screen and (max-width: 768px) {

    .ankr_app .app_wrap .app_phone video {
        padding: 25% 0 0 10%;
        width: 91%;
        margin-bottom: 25%;
    }

    .ankr_app .app_wrap .app_phone {
        max-width: 330px;
        background: url("appdemo_phoneframefull@2x.png") no-repeat scroll center top / 100%;
        margin: 8% auto;
    }

    .ankr_app .app_wrap .app_info {
        margin: 0px;
        width: 100%;
    }

    .ankr_app .app_wrap .app_info .app_header .title {
        padding-bottom: 10px;
        text-align: center;
    }

    .ankr_app .app_wrap .app_info .app_header .dllink {
        padding-bottom: 30px;
        max-width: 100%;
    }
}

/* Mobile width */
@media only screen and (max-width: 480px) {

    .ankr_app .app_wrap .app_phone img {
        max-width: 80%;
        margin: 80px 0 0 33px;
    }

    .ankr_app .app_wrap .app_info .app_text {
        padding-bottom: 25px;
    }
}

/* istuff, 6th section */
.istuff {
    background-color: #2c2b26;
    color: #ffffff;
    min-height: 120px;
}

.istuff .istuff_wrap {
    display: block;
    margin: 30px auto 40px auto;
}

.istuff .istuff_header {
    line-height: 30px;
    font-size: 30px;
    padding-bottom: 5px;
  	padding-top: 13px;
    font-family: "AvenirNextRoundedBold", Helvetica, Arial, sans-serif;
}

.istuff .istuff_notify {
    width: 150px;
    text-align: center;
    margin: 0 auto;
    padding-bottom: 25px;
}
.istuff .istuff_text {
    font-size: 12px;
  	padding-bottom: 10px;
}
.istuff .istuff_text p{
    margin: 0px;
    line-height: 12px;
}
.istuff .istuff_store_icon {
    margin-top: 16px;
  	margin-bottom: 15px;
}
}
/* We love you, 7th section */
.love {
    background: url("grid_pattern.gif") repeat;
}

.love .love_wrap {
    margin: 80px 0 0 0;
}

.love .love_wrap .love_header {
    line-height: 30px;
    font-size: 30px;
    text-transform: uppercase;
    padding-bottom: 15px;
    font-family: "AvenirNextRoundedBold", Helvetica, Arial, sans-serif;
}

.love .love_wrap .love_text {
    padding-bottom: 70px;
}

.love .love_wrap img {
    width: 100%;
    margin: 30px 0 30px 0;
}

.love .love_wrap .love_button {
    width: 150px;
    text-align: center;
    margin: 0 auto;
    padding-bottom: 10px;
}

/* Ankrs, 8th section */
.ankrs {
    background-color: #DBDBD3;
    min-height: 584px;
}

.ankrs .container {
    background: url("buymodule_product2up1@2x.png") no-repeat scroll center bottom / 800px;
    max-width: 1280px;
}

.ankrs .ankrs_wrap {
    margin: 80px 0 0 0;
}

.ankrs .ankrs_wrap .ankrs_header {
    line-height: 30px;
    font-size: 30px;
    text-transform: uppercase;
    padding-bottom: 15px;
    font-family: "AvenirNextRoundedBold", Helvetica, Arial, sans-serif;
}

.ankrs .ankrs_wrap .ankrs_text {
    padding-bottom: 15px;
}

.ankrs .ankrs_wrap .ankrs_price img {
    max-width: 180px;
}

/* Footer, last section... duh! */
.footer {
    background-color: #32312b;
    border-radius: 0;
    margin-bottom: 0;
    padding-top: 50px;
    color: #ffffff;
}

.footer .col-md-6 {
    display: inline-block;
    vertical-align: middle;
    min-height: 245px;
}

.footer .row {
    min-height: 245px;
}

.footer .footer_top {
    width: 100%;
    float: left;
    margin: 0 0 38px 0;
}

.footer .footer_top .footer_logo {
    width: 150px;
    float: left;
    margin-right: 30px;
}

.footer .footer_top .footer_logo img {

}

.footer .footer_top .footer_images {
    float: left;
}

.footer .footer_top .footer_images a {
    padding-left: 15px;
}

.footer .footer_links {
    margin-bottom: 30px;
    margin-top: 30px;
    font-size: 12px;
}

.footer .footer_links a {
    float: left;
    color: #ffffff;
    text-transform: uppercase;
    padding-right: 20px;
}

.footer .footer_copyright {
    color: #777658;
    line-height: 11px;
    font-size: 10px;
    text-transform: uppercase;
    float: left;
    margin-bottom: 40px;
}

.footer .footer_copyright a {
    color: #777658;
    line-height: 11px;
    font-size: 10px;
    text-transform: uppercase;
    text-decoration: underline;
}

.footer .footer_text {
    text-transform: uppercase;
    padding-bottom: 10px;
}

/* Footer form */

.footer .newsletter {
    margin-bottom: 40px;

}

.footer .input-group {
    width: 100%;
}

.footer div.input-group input#mce-EMAIL.form-control-footer.required.email {
    border-radius: 0;
    background-color: #68655c;
    color: #ffffff;
}

.footer .form-control {
    background-color: #68655c;
    letter-spacing: 2px;
    font-size: 11px;
    height: 30px;
    border: none;
    padding-left: 15px;
    width: 80%;
    color: #ffffff;
    border-radius: 0;
}

.footer .input-group form#mc-embedded-subscribe-form-footer {
    width: 100%;
}

.footer .input-group-btn > .btn {
    width: 30px;
    height: 30px;
    position: relative;
    padding: 5px;
    font-size: 16px;
    border-radius: 0;
    border: none;
    color: #3e3e3e;
    background: #CEBE4F;
}

.locksmith-passcode-container {
 padding: 100px 0px 100px 0px; 
  
}


/****************/
/* TABLET width */
/****************/

@media (max-width: 768px) {
    .navbar-right {
        float: right !important;
        margin-right: 0px;
    }

    .ankr_header .navbar-brand img {
        margin: auto;
        padding: 17px 30px;
        width: auto;
        height: 100%;
    }

    .footer .footer_links {
        margin-bottom: 22px;
        font-size: 12px;
        padding-top: 80px;
        padding-bottom: 20px;
    }

    .footer .footer_top .footer_images {
        float: right;
    }
}

/****************/
/* Mobile width */
/****************/

@media only screen and (max-width: 480px) {
    .ankr_header .navbar-nav > li > a, .ankr_header .navbar-brand {
        height: 70px;
    }

    .ankr_header .navbar-brand img {
        margin: auto;
        padding: 8px 30px;
        width: auto;
        height: 100%;
    }

    .navbar-toggle {
        display: block;
        position: relative;
        float: right;
        padding: 9px 10px;
        margin-top: 15px;
        margin-right: 15px;
        margin-bottom: 8px;
        background-color: transparent;
        background-image: none;
        border: 1px solid transparent;
        border-radius: 4px;
        font-size: 20px;
    }

    .blog_header div.text .blog_header_img img {
        width: 240px;
        height: auto;
        margin: auto;
        display: block;
    }

    .footer {
        padding-top: 30px;
    }

    .footer .footer_top {
        margin-bottom: 15px;
    }

    .footer .footer_top .footer_logo {
        width: 100px;
    }

    .footer .footer_top .footer_logo img {
        vertical-align: -18px;
    }

    .footer .footer_links {
        text-align: center;
        font-size: 12px;
    }

    .footer .footer_top .footer_images {
        float: right;
    }
}
