@font-face {
    font-family: 'boingregular';
    src: url('../fonts/boing_bold-webfont.eot');
    src: url('../fonts/boing_bold-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/boing_bold-webfont.woff2') format('woff2'),
    url('../fonts/boing_bold-webfont.woff') format('woff'),
    url('../fonts/boing_bold-webfont.svg#boingregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'TiemposText-Regular';
    src: url('../fonts/TiemposText-Regular.eot?#iefix') format('embedded-opentype'),  url('../fonts/TiemposText-Regular.otf')  format('opentype'),
    url('../fonts/TiemposText-Regular.woff') format('woff'),
    url('../fonts/TiemposText-Regular.ttf')  format('truetype'),
    url('../fonts/TiemposText-Regular.svg#TiemposText-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

html {
    height: 100%;
    box-sizing: border-box;
}

body {
    position: relative;
    margin: 0;
    height: 100%;
    font-family: 'Roboto', Arial, sans-serif;
    /*background-color: #f7f6f4;*/
    background-color: #eae9e7;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.top-navbar-menu {
    font-size: 13px;
    padding-top: 35px;
}

.main {
    margin-top: 0;
}

h1, h2, h3, h4, h5, h6 {
    /*color: #614f4d;*/
}

a:focus {
    outline: none !important;
}

.fs12 {
    font-size: 13px;
}

.bold {
    font-weight: bold;
}

.fw-100 {
    font-weight: 100 !important;
}

.fw-300 {
    font-weight: 300 !important;
}

.fw-400 {
    font-weight: 400 !important;
}

.fw-500 {
    font-weight: 500 !important;
}

.fw-700 {
    font-weight: 700 !important;
}

a.thumbnail:hover {
    text-decoration: none !important;
}

ul.reminders_list li {
    margin-bottom: 10px;
}

ul.reminders_list li .reminder_block {
    overflow: hidden;
}

ul.reminders_list li .status {
    float: right;
}

ul.gifts_list li {
    margin-bottom: 10px;
}

ul.gifts_list li .gift_block {
    overflow: hidden;
}

ul.gifts_list li .status {
    float: right;
}


.logo {
    display: inline-block;
    line-height: 0;
    font-size: 0;
    height: auto;
}

.logo img{
    height: 28px;
    width: auto;
}

.header {
    /*background: #e24550;*/
    background: #fdc450;
    /*padding: 21px 0;*/
    z-index: 9999;
}

.header .navbar-default {
    background-color: transparent;
    border: none;
    margin: 0;
}

.header .navbar-header {
    padding: 21px 0;
    position: relative;
}

.fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
}

.navbar-default .top-navbar-menu > li {
    padding: 0 5px 33px;
}

.navbar-default .top-navbar-menu > li:hover .dropdown-menu{
    display: block;
}

.navbar-default .top-navbar-menu > li > a,
.navbar-default .top-navbar-menu > li > span.text {
    font-size: 13px;
    color: #fff !important;
    border: 2px solid transparent;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    padding: 4px 10px;
    text-transform: uppercase;
    display: block;
}

.header .dropdown-menu:after{
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    top: -10px;
    right: 15px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff;
}


.navbar-default .top-navbar-menu > li > a:hover {
    color: #fff !important;
    opacity: 0.8;
}

.navbar-default .navbar-nav.top-navbar-menu > .active > a,
.navbar-default .navbar-nav.top-navbar-menu > .active > a:focus,
.navbar-default .navbar-nav.top-navbar-menu > .active > a:hover {
    border-color: #fff;
    background: none;
    font-weight: 700;
    color: #fff;
}
.header .navbar-default .navbar-nav> a,
.header .navbar-default .navbar-nav>.open>a,
.header .navbar-default .navbar-nav>.open>a:focus,
.header .navbar-default .navbar-nav>.open>a:hover{
    background: none;
    border-color:transparent;
}

.content {
    padding-top: 100px;
}

.owl-wrapper-outer {
    background: #fec551;
}

.item {
    text-align: center;
    padding: 50px 0 100px;
}

.item .container {
    position: relative;
    text-align: center;
}

.carousel-desc h3 {
    font-size: 48px;
    line-height: 52px;
    color: #e24550;
    margin: 0 0 20px;
    font-family: 'boingregular';
}

.carousel-desc p {
    color: #fff;
    font-size: 30px;
    line-height: 45px;
    margin-bottom: 20px;
}

.carousel-desc p span {
    font-weight: 700;
}

.carousel-desc a {
    font-weight: 700;
    color: #fff;
    font-size: 12px;
    text-decoration: none;
    position: relative;
    padding: 0 20px;
    width: 190px;
    height: 60px;
    display: inline-block;
    text-align: center;
    line-height: 60px;
    border-left: solid 1px #e24550;
    background: #e24550;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 0 #922930, 0 5px 0 0 #922930;
    -moz-box-shadow: inset 0 0 0 #922930, 0 5px 0 0 #922930;
    -o-box-shadow: inset 0 0 0 #922930, 0 5px 0 0 #922930;
    box-shadow: inset 0 0 0 #922930, 0 5px 0 0 #922930;
}

.carousel-desc a:hover {
    opacity: 0.9;
}

.carousel-desc a:active {
    top: 3px;
    background: #e24550;
    -webkit-box-shadow: inset 0 0 0 #922930, 0 2px 0 0 #922930;
    -moz-box-shadow: inset 0 0 0 #922930, 0 2px 0 0 #922930;
    -o-box-shadow: inset 0 0 0 #922930, 0 2px 0 0 #922930;
    box-shadow: inset 0 0 0 #922930, 0 2px 0 0 #922930;
}

.owl-theme .owl-controls .owl-buttons div {
    width: 54px;
    height: 54px;
    background: rgba(255, 255, 255, 0.4);
    opacity: 1;
    text-align: center;
    position: absolute;
    top: 50%;
    margin: -27px 0 0 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 99;
}

.carousel {
    position: relative;
}

.owl-prev {
    left: 70px;
}

.owl-next {
    right: 70px;
}

.owl-theme .owl-controls {
    position: static;
}

.owl-pagination {
    margin-top: 10px;
    text-align: center;
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
}

.owl-theme .owl-controls .owl-buttons i {
    color: #fff;
    font-size: 20px;
    line-height: 45px;
}

.owl-theme .owl-controls .owl-buttons div:hover {
    background: rgba(255, 255, 255, 1);
}

.owl-theme .owl-controls .owl-buttons div:hover i {
    color: #666566;
}

.dog-section {
    background-image: url(../images/dog-img-2.jpg);
    background-color: #e6e8e8;
    background-repeat: no-repeat;
    background-position: center 0;
    height: 575px;
    -webkit-background-size: cover;
    background-size: cover;
}

.how-it-section {
    margin-bottom: 100px;
}

.section {
    padding-top: 35px;
    text-align: center;
}

.section h3,
.section h3 {
    color: #422827;
    margin: 0;
    font-size: 36px;
    line-height: 40px;
    font-family: 'boingregular';
}

.section p,
.section p {
    font-weight: 300;
    color: #422827;
    margin-bottom: 40px;
    font-size: 20px;
    line-height: 24px;
}

.how-it-item i {
    width: 160px;
    height: 160px;
    font-style: normal;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 6px solid #e34651;
    display: inline-block;
    margin-bottom: 30px;
    background: #e34651;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.how-it-item h4 {
    margin: 0 0 15px;
    font-weight: 700;
}

.how-it-item h4 a {
    text-transform: uppercase;
    font-size: 18px;
    color: #35201f;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    text-decoration: none !important;
}

.how-it-item:hover i {
    background: #422827;
}

.how-it-item:hover h4 a {
    color: #e24550;
}

.how-desc {
    display: inline-block;
    font-size: 16px;
    line-height: 20px;
    color: #35201f;
}

.how-desc span {
    display: block;
}

.how-desc div {
    width: 180px;
    display: inline-block;
}

/* Vertical Offset Bottom */
.vert-offset-top-12 {
    margin-top: 12em;
}

.vert-offset-top-11 {
    margin-top: 11em;
}

.vert-offset-top-10 {
    margin-top: 10em;
}

.vert-offset-top-9 {
    margin-top: 9em;
}

.vert-offset-top-8 {
    margin-top: 8em;
}

.vert-offset-top-7 {
    margin-top: 7em;
}

.vert-offset-top-6 {
    margin-top: 6em;
}

.vert-offset-top-5 {
    margin-top: 5em;
}

.vert-offset-top-4 {
    margin-top: 4em;
}

.vert-offset-top-3 {
    margin-top: 3em;
}

.vert-offset-top-2 {
    margin-top: 2em;
}

.vert-offset-top-1 {
    margin-top: 1em;
}

.vert-offset-top-0 {
    margin-top: 0;
}

/* Vertical Offset Bottom */
.vert-offset-bottom-12 {
    margin-bottom: 12em;
}

.vert-offset-bottom-11 {
    margin-bottom: 11em;
}

.vert-offset-bottom-10 {
    margin-bottom: 10em;
}

.vert-offset-bottom-9 {
    margin-bottom: 9em;
}

.vert-offset-bottom-8 {
    margin-bottom: 8em;
}

.vert-offset-bottom-7 {
    margin-bottom: 7em;
}

.vert-offset-bottom-6 {
    margin-bottom: 6em;
}

.vert-offset-bottom-5 {
    margin-bottom: 5em;
}

.vert-offset-bottom-4 {
    margin-bottom: 4em;
}

.vert-offset-bottom-3 {
    margin-bottom: 3em;
}

.vert-offset-bottom-2 {
    margin-bottom: 2em;
}

.vert-offset-bottom-1 {
    margin-bottom: 1em;
}

.vert-offset-bottom-0 {
    margin-bottom: 0;
}

.form-section {
    background-color: #f0f0f0;
    padding: 25px;
}

.form-section h5 {
    margin-bottom: 20px;
}

.labeled label {
    display: block;
    margin-bottom: 5px;
    /*font-family: "apercu-regular",sans-serif;*/
    font-size: 12px;
    line-height: 1.4em;
    text-transform: uppercase;
    color: #929091;
    font-weight: 300;
}

.border-between > [class*='col-']:before {
    background: #e3e3e3;
    bottom: 0;
    content: " ";
    left: 0;
    position: absolute;
    width: 1px;
    top: 0;
}

.border-between > [class*='col-']:first-child:before {
    display: none;
}

.dog-section {
    text-align: center;
}

.footer {
    /*background: #432928;*/
    background: #003460;
    height: 110px;
    text-align: center;
    padding: 35px 0;
}

.footer h3 {
    color: #fff;
    margin: 0;
    font-size: 36px;
    line-height: 40px;
    font-family: 'boingregular';
}

.copyright {
    color: #817574;
    font-size: 12px;
    line-height: 16px;
    position: relative;
    float: left;
    top: -25px;
}

.footer ul {
    position: relative;
    top: -25px;
    float: right;
}

.footer li {
    float: left;
    border-left: 2px solid #5f4948;
    padding: 0 5px;
    line-height: 12px;
}

.footer li:first-child {
    border: none;
}

.footer li a {
    color: #827575;
    font-size: 12px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    text-decoration: none;
}

.footer li a:hover {
    color: #fff;
}

.modal.center {
    text-align: center;
}

.center .modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

/*.reminder_option .reminder_status {*/
/*display: none;*/
/*}*/

/*.reminder_option .reminder_checkbox {*/
/*cursor: pointer;*/
/*position: relative;*/
/*display: block;*/
/*width: 17px;*/
/*height: 17px;*/
/*border: 1px solid #cccccc;*/
/*border-radius: 3px;*/
/*margin: 0;*/
/*padding: 0;*/
/*background-color: #fff;*/
/*-webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;*/
/*-o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;*/
/*transition: border 0.15s ease-in-out, color 0.15s ease-in-out;*/
/*}*/

/*.reminder_option .reminder_status:checked + .reminder_checkbox {*/
/*background-color: #5cb85c;*/
/*border-color: #5cb85c;*/
/*}*/

/*.reminder_option .reminder_status:checked + .reminder_checkbox::after {*/
/*font-family: "FontAwesome";*/
/*content: "\f00c";*/
/*color: #fff;*/
/*position: absolute;*/
/*width: 15px;*/
/*height: 15px;*/
/*top: 1px;*/
/*left: 0;*/
/*vertical-align: middle;*/
/*line-height: 15px;*/
/*font-size: 12px;*/
/*text-align: center;*/
/*}*/

.dog-steps {
    text-align: center;
    font-size: 0;
    margin-bottom: 25px;
}

.dog-steps li {
    display: inline-block;
    text-align: center;
    margin: 0 10px;
}

.dog-steps li span {
    font-size: 18px;
    width: 34px;
    height: 34px;
    color: #887d7d;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #cfcfcf;
    display: inline-block;
    line-height: 34px;
    overflow: hidden;
}

.dog-steps li.active span {
    color: #e17b17;
    background: #fec551;
}

.dog-steps li.done span {
    position: relative;
}

.dog-steps li.done span:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 34px;
    height: 34px;
    background: #83c573;
    background-image: url(../images/check.png);
    background-position: center center;
    background-repeat: no-repeat;
}

.steps-head, .steps-footer {
    text-align: center;
    margin-bottom: 100px;
}

.steps-head h1, .steps-footer h1 {
    color: #614f4e;
    font-size: 24px;
    line-height: 28px;
    margin: 0 0 20px;
    font-family: 'boingregular';
}

.steps-head span, .steps-footer span {
    color: #887d7d;
    font-size: 14px;
    line-height: 18px;
}

.dog-type-item {
    text-align: center;
    position: relative;
}

.dog-type-item:after {
    content: '';
    position: absolute;
    height: 125px;
    width: 1px;
    top: 0;
    left: 0;
    border-left: 1px dotted #c0b9b7;
}

.dog-type-item:first-child:after {
    border: none;
    content: "";
    display: none;
}

.dog-type-item i {
    height: 125px;
    width: 165px;
    display: inline-block;
    font-style: normal;
    margin-bottom: 30px;
}

.dog-type-item i.dog1 {
    background: url(../images/small.png) center center no-repeat;
}

.dog-type-item i.dog2 {
    background: url(../images/medium.png) center center no-repeat;
}

.dog-type-item i.dog3 {
    background: url(../images/big.png) center center no-repeat;
}

.steps-content {
    margin-bottom: 50px;
}

.dog-type-link {
    text-decoration: none !important;
    position: relative;
    display: block;
}

.dog-type-link:focus:after,
.dog-type-link:active:after {
    content: '';
    position: absolute;
    top: 0;
    width: 34px;
    height: 34px;
    margin-left: -17px;
    margin-top: -75px;
    left: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #e34651;
    background-image: url(../images/check.png);
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s
}

.dog-type {
    color: #422827;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 22px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    margin: 0 0 10px;
}

.dog-weight {
    font-weight: 700;
    font-size: 20px;
    color: #422827;
    line-height: 24px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.dog-type-link:hover .dog-type,
.dog-type-link:hover .dog-weight {
    color: #e34651;
}

.subscribe-item {
    text-align: center;
    position: relative;
}

.subscribe-link {
    text-decoration: none !important;
    position: relative;
    display: block;
}

.subscribe-item i {
    background: url(../images/subsc-img.png) 0 0 no-repeat;
    height: 145px;
    width: 141px;
    display: inline-block;
    font-style: normal;
    margin-bottom: 20px;
}

.subscribe-item:after {
    content: '';
    position: absolute;
    height: 140px;
    width: 1px;
    top: 0;
    left: 0;
    border-left: 1px dotted #c0b9b7;
}

.subscribe-item:first-child:after {
    border: none;
    content: "";
    display: none;
}

.subscribe-link:active:after,
.subscribe-link:focus:after {
    content: '';
    position: absolute;
    top: 0;
    width: 34px;
    height: 34px;
    margin-left: -17px;
    margin-top: -75px;
    left: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #e34651;
    background-image: url(../images/check.png);
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s
}

.subs-title {
    font-size: 18px;
    font-weight: 700;
    margin: 0;
    color: #422827;
    text-transform: uppercase;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s
}

.subs-duration {
    color: #422827;
    font-size: 18px;
    text-transform: uppercase;
    width: 150px;
    display: inline-block;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s
}

.subscribe-link:hover .subs-duration,
.subscribe-link:hover .subs-title {
    color: #e3515b;
}

.footer {
    height: 110px;
    margin-top: -110px;
}

.page-wrap {
    min-height: 100%;
    margin-bottom: -110px;
}

.page-wrap:after {
    content: "";
    display: block;
}

.footer, .page-wrap:after {
    height: 110px;
}

.pooch-link {
    position: relative;
}

.pooch-item {
    text-align: center;
}

.pooch-item:after {
    content: '';
    position: absolute;
    height: 140px;
    width: 1px;
    top: 0;
    left: 0;
    border-left: 1px dotted #c0b9b7;
}

.pooch-item:first-child:after {
    content: '';
    display: none;
}

.pooch-link {
    text-decoration: none !important;
    position: relative;
    display: block;
}

.pooch-item i {
    height: 110px;
    width: 120px;
    display: inline-block;
    font-style: normal;
    margin-bottom: 20px;
}

.pooch-item i.pooch1 {
    background: url(../images/step3-img1.png) center center no-repeat;
}

.pooch-item i.pooch2 {
    background: url(../images/step3-img2.png) center center no-repeat;
}

.pooch-link:active:after,
.pooch-link:focus:after {
    content: '';
    position: absolute;
    top: 0;
    width: 34px;
    height: 34px;
    margin-left: -17px;
    margin-top: -75px;
    left: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #e34651;
    background-image: url(../images/check.png);
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s
}

.p-title {
    font-size: 18px;
    font-weight: 700;
    margin: 0;
    color: #422827;
    text-transform: uppercase;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s
}

.pooch-link:hover .p-title {
    color: #e3515b;
}

.form-title {
    font-size: 25px;
    line-height: 29px;
    margin: 0 0 25px;
    color: #422827;
    text-align: center;
    font-family: 'boingregular';
}

.cancel-form-title {
    font-size: 20px;
    line-height: 29px;
    margin: 0 0 25px;
    color: #422827;
    text-align: center;
    font-family: 'boingregular';
}

.form-wrapper {
    border: 1px dashed #c9c3c1;
    margin-bottom: 25px;
}

.form-content{
    margin-bottom: 50px;
}

.review {
    margin-top: 30px;
    text-align: center;
}

.checkout-title {
    margin: 0 0 50px;
    color: #422827;
    text-align: center;
    font-size: 13px;
    text-transform: uppercase;
}

.review .review-dog-type img {
    display:block;
    margin:auto;
}

.review-dog-type {
    margin-bottom: 30px;
}

.review-dog-data p {
    font-size: 15px;
    font-weight: 400;
    color: #988a89;
    margin: 0;
    /*padding-bottom: 20px;*/
    /*border-bottom: 1px dashed #c9c3c1;*/
}

.personal-data {
    border-right: 1px dashed #c9c3c1;
    border-left: 1px dashed #c9c3c1;
    padding: 30px;
}

.p-left{
    padding-right: 30px;
}

.p-right{
    padding-left: 30px;
}

.form-wrapper label {
    font-size: 12px;
    color: #988a89;
    line-height: 16px;
    font-weight: 400;
    margin: 0;
}

.form-wrapper label.error{
    position: absolute;
    bottom: -15px;
    right: 0;
}

/*.form-group ul{*/
/*position: absolute;*/
/*bottom: -15px;*/
/*right: 0;*/
/*font-size: 12px;*/
/*color: #988a89;*/
/*line-height: 16px;*/
/*font-weight: 400;*/
/*margin: 0;*/
/*}*/


.form-wrapper input[type="datetime"],
.form-wrapper input[type="email"],
.form-wrapper input[type="tel"],
.form-wrapper input[type="password"],
.form-wrapper input[type="text"],
.form-wrapper select {
    color: #422827;
    font-size: 16px;
    line-height: 20px;
    border: none;
    background-color: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-bottom: 1px solid #a79c9a;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding: 0;
}

.form-wrapper input.error{
    border-color: #ce1010;
}

.form-wrapper select.error + span.select2-container .select2-selection{
    border-color: #ce1010 !important;
}

.form-wrapper select{
    webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.form-wrapper select::-ms-expand {
    display: none;
}

.form-wrapper input::-webkit-input-placeholder {
    color: #aeaeae;
}

.form-wrapper input::-moz-placeholder {
    color: #aeaeae;
}

.form-wrapper input:-moz-placeholder {
    color: #aeaeae;
}

.form-wrapper input:-ms-input-placeholder {
    color: #aeaeae;
}

.form-wrapper .form-control{
    position: relative;
}

.form-wrapper .form-control:focus {
    border: none;
    outline: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-bottom: 1px solid #644f4d;
}

.form-wrapper .form-control.loader{
    background: url(../images/loading.gif) right center no-repeat;
}

.form-group-margin-none{
    margin-bottom: 0;
}

.form-group{
    position: relative;
}


.datepicker-wrap{
    position: relative;
}

.form-wrapper input[type="password"]{
    -webkit-text-security: circle !important;
}

.field-icon{
    position: relative;
}

.field-icon:after{
    content: '';
    display: inline-block;
    height: 20px;
    background-image: url(../images/form-sprites.png);
    background-repeat: no-repeat;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 27px;
}

.form-wrapper .field-icon input{
    padding-right: 30px;
}

.address-field:after{
    background-position: 0 -126px;
    height: 22px;
    bottom: 10px;
}

.pass-field:after{
    background-position: 0 -37px;
    height: 26px;
    bottom: 10px;
}


.form-wrapper .select2-container--open.select2-container .select2-selection--single,
.form-wrapper .select2-container .select2-selection--single{
    height: 45px;
    line-height: 45px;
    border: none;
    background-color: transparent;
    border-bottom: 1px solid #a79c9a !important;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}


.form-wrapper .select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: 45px;
    padding-left: 0;
}


.form-wrapper .select2-container--default .select2-selection--single .select2-selection__arrow{
    height: 32px;
    background-image: url(../images/form-sprites.png);
    background-repeat: no-repeat;
    background-position: -3px -189px;
    bottom: 4px;
    top: auto;
}

.form-wrapper .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow{
    -moz-transform: scaleY(-1);
    -o-transform: scaleY(-1);
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
    filter: FlipV;
    -ms-filter: "FlipV";
}


.select2-container--open .select2-dropdown--below,
.select2-container--open .select2-dropdown--above{
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: none;
}


.form-wrapper .select2-container{
    outline: none;
    width: 100% !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b{
    display: none;
}

.form-wrapper .select2-container--default .select2-selection--single .select2-selection__rendered:focus,
.form-wrapper .select2-container .select2-selection--single:focus{
    outline: none;
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

body .select2-container--default .select2-results__option--highlighted[aria-selected]{
    background-color: #e24550;
}

.radio-item input{
    display: none;
}

.radio-item{
    text-align: center;
    margin-bottom: 10px;
}

.radio-wrapper .radio-item:last-child{
    margin: 0;
}

.paypal-ic{
    width: 69px;
    height: 18px;
    display: inline-block;
    font-style: normal;
    background: url(../images/paypal-ic.png) 0 0 no-repeat;
}

.radio-item label{
    background-image: url(../images/form-sprites.png);
    background-repeat: no-repeat;
    background-position: 0 -264px;
    font-size: 12px;
    color: #422827;
    line-height: 19px;
    width: 130px;
    text-align: left;
    padding: 0 0 5px 28px;
    cursor: pointer;
}

.radio-item label span{
    vertical-align: top;
    margin-right: 5px;
}

.radio-item input:checked + label{
    background-position: 0 -229px;
}

.card-details{
    padding: 35px 30px;
}

/*.card-details h3 {*/
/*margin: 0 0 40px;*/
/*color: #422827;*/
/*text-align: center;*/
/*font-family: 'boingregular';*/
/*font-size: 14px;*/
/*text-transform: uppercase;*/
/*}*/

.radio-wrapper{
    margin-bottom: 36px;
}

.btn{
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 16px;
    font-weight: 500;
    height: 42px;
    line-height: 42px;
    padding: 0 13px;
    text-transform: uppercase;
    color: #fff !important;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    outline: none !important;
    min-width: 135px;
}

.input-group-btn .btn{
    height: 46px;
    line-height: 46px;
}

.btn:hover{
    color: #fff;
    opacity: 0.9;
}

.green-btn{
    /*background: #96c061;*/
    background: #83c573;
}

.blue-btn{
    background: #00aee3;
}

.red-btn{
    background: #e3464f;
}

.yellow-btn{
    background: #fec551;
}

.btn-large{
    width: 230px;
}

.fb-btn{
    background: #3b5999;
}

.section-white{
    background: #fff;
    padding-bottom: 80px;
}

.section-white h3{
    margin-bottom: 20px;
}

.section-white p{
    margin-bottom: 50px;
}

.section-white a{
    margin: 0 35px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 12px;
    text-decoration: none;
    color: #fff;
    position: relative;
    padding: 0 20px;
    width: 190px;
    height: 60px;
    display: inline-block;
    text-align: center;
    line-height: 60px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;

}

.section-white a.red{
    background-color: #e24550;
    background: #e24550;
    -webkit-box-shadow: inset 0 0 0 #922930, 0 5px 0 0 #922930;
    -moz-box-shadow: inset 0 0 0 #922930, 0 5px 0 0 #922930;
    -o-box-shadow: inset 0 0 0 #922930, 0 5px 0 0 #922930;
    box-shadow: inset 0 0 0 #922930, 0 5px 0 0 #922930;
}

.section-white a.blue{
    background-color: #00aee3;
    background: #00aee3;
    -webkit-box-shadow: inset 0 0 0 #296e92, 0 5px 0 0 #296e92;
    -moz-box-shadow: inset 0 0 0 #296e92, 0 5px 0 0 #296e92;
    -o-box-shadow: inset 0 0 0 #296e92, 0 5px 0 0 #296e92;
    box-shadow: inset 0 0 0 #296e92, 0 5px 0 0 #296e92;
}

.section-white a:hover {
    opacity: 0.9;
}

.section-white a.red:active {
    top: 3px;
    background: #e24550;
    -webkit-box-shadow: inset 0 0 0 #922930, 0 2px 0 0 #922930;
    -moz-box-shadow: inset 0 0 0 #922930, 0 2px 0 0 #922930;
    -o-box-shadow: inset 0 0 0 #922930, 0 2px 0 0 #922930;
    box-shadow: inset 0 0 0 #922930, 0 2px 0 0 #922930;
}

.section-white a.blue:active {
    top: 3px;
    background: #00aee3;
    -webkit-box-shadow: inset 0 0 0 #296e92, 0 2px 0 0 #296e92;
    -moz-box-shadow: inset 0 0 0 #296e92, 0 2px 0 0 #296e92;
    -o-box-shadow: inset 0 0 0 #296e92, 0 2px 0 0 #296e92;
    box-shadow: inset 0 0 0 #296e92, 0 2px 0 0 #296e92;
}


.label-width label {
    width: 200px !important;
}

.credit-card-form {
    display: none;
}

.form-inner{
    padding: 30px;
}

.turquoise-btn{
    background: #8fcbcb;

}

.form-actions{
    padding: 0 15px;
}


.typeahead{
    padding: 0;
    margin: 0;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.typeahead li a{
    padding: 6px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.form-group.typeahead li a.active:hover,
.form-group .typeahead li.active a{
    background: #e24550;
}

.bootstrap-datetimepicker-widget th.prev,
.bootstrap-datetimepicker-widget th.prev.disabled,
.bootstrap-datetimepicker-widget th.picker-switch,
.bootstrap-datetimepicker-widget th.next,
.bootstrap-datetimepicker-widget th.next.disabled{
    background: #8fcbcb;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    color: #fff;
    font-size: 16px;
    padding: 8px;
}

.bootstrap-datetimepicker-widget .prev:hover,
.bootstrap-datetimepicker-widget .picker-switch:hover,
.bootstrap-datetimepicker-widget .next:hover,
.bootstrap-datetimepicker-widget .next.disabled:hover{
    background: #8fcbcb !important;
    opacity: 0.8;
}

.form-group .bootstrap-datetimepicker-widget.dropdown-menu{
    padding: 0;
}


.bootstrap-datetimepicker-widget.dropdown-menu.top:before,
.bootstrap-datetimepicker-widget.dropdown-menu.top:after,
.bootstrap-datetimepicker-widget.dropdown-menu.bottom:before,
.bootstrap-datetimepicker-widget.dropdown-menu.bottom:after{
    left: 50% !important;
    margin-left: -7px;
}

.form-group .bootstrap-datetimepicker-widget table td.active,
.form-group .bootstrap-datetimepicker-widget table td.active:hover{
    background: #8fcbcb;
}


.form-group .bootstrap-datetimepicker-widget table td.day:hover,
.form-group .bootstrap-datetimepicker-widget table td.hour:hover,
.form-group .bootstrap-datetimepicker-widget table td.minute:hover,
.form-group .bootstrap-datetimepicker-widget table td.second:hover{
    background: #8fcbcb;
    color: #fff;
}

.form-group .bootstrap-datetimepicker-widget table td span.active,
.form-group .bootstrap-datetimepicker-widget table td span:hover{
    background: #8fcbcb;
    color: #fff;
}

.form-group .bootstrap-datetimepicker-widget li.picker-switch{
    background-color: transparent;
    -webkit-box-shadow: 0 -3px 5px 0 rgba(50, 50, 50, 0.15);
    -moz-box-shadow:    0 -3px 5px 0 rgba(50, 50, 50, 0.15);
    box-shadow:         0 -3px 5px 0 rgba(50, 50, 50, 0.15);
}

.bootstrap-datetimepicker-widget.dropdown-menu.top:before{
    margin-left: -8px;
}

.form-group .bootstrap-datetimepicker-widget table td.today:before {
    content: '';
    display: inline-block;
    border: solid transparent;
    border-width: 7px 0 0 7px;
    border-top-color: #eae9e7;
    border-bottom-color: rgba(0,0,0,0.2);
    position: absolute;
    top: 0;
    right: 0;
    bottom: auto;
}

.bootstrap-datetimepicker-widget .datepicker-days table td{
    border: 1px solid #eae9e7;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.bootstrap-datetimepicker-widget a[data-action] span{
    color: #8fcbcb;
}

.timepicker-picker .btn{
    min-width: 0;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    height: auto;
}

.timepicker-picker button{
    background: #8fcbcb;
    border: none;
}

.timepicker-picker button:hover{
    background: #8fcbcb;
    opacity: 0.8;
}

.login-box{
    margin-top: 100px;
}

.login-box.form-wrapper{
    font-family: 'TiemposText-Regular';
    margin-top: 100px;
    border: none;
}

.login-buttons{
    text-align: center;
    font-size: 0;
}

.login-buttons .btn{
    margin: 0 10px 20px;
    text-align: center;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.login-buttons .btn:last-child{
    margin-bottom: 0;
}

.password-details{
    margin-bottom: 20px;
}

.password-details label{
    font-size: 12px;
    color: #523d3c;
    float: left;
    background-image: url(../images/form-sprites.png);
    background-position: -5px -300px;
    background-repeat: no-repeat;
    padding: 1px 0 1px 25px;
}

.password-details input:checked+label{
    background-position: -5px -332px;
}

.password-details input,.reminder_option .status  input,.gift_option .status  input{
    display: none;
}



.reminder_option .status label{
    font-size: 12px;
    color: #523d3c;
    background-image: url(../images/form-sprites.png);
    background-position: -5px -300px;
    background-repeat: no-repeat;
    width: 17px;
    height: 17px;
    margin-top: 1px;
}

.reminder_option .status input:checked+label{
    background-position: -5px -332px;
}
.gift_option .status label{
    font-size: 12px;
    color: #523d3c;
    background-image: url(../images/form-sprites.png);
    background-position: -5px -300px;
    background-repeat: no-repeat;
    width: 17px;
    height: 17px;
    margin-top: 1px;
}

.gift_option .status input:checked+label{
    background-position: -5px -332px;
}

.forgot-pass{
    float: right;
    font-size: 12px;
    color: #01afe4;
    text-decoration: underline;
}

.forgot-pass:hover{
    text-decoration: none;
    color: #01afe4;
}

.profile-item{
    padding: 15px 30px 50px;
    border-left: 1px dashed #c9c3c1;
}

.profile-item:first-child{
    border: none;
}

.form-wrapper h4{
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    color: #c3bfbd;
    margin: 0 0 10px;
    padding-bottom: 20px;
    border-bottom: 1px dashed #c9c3c1;
}

.profile-form{
    min-height: 285px;
}

.profile-form .form-group:last-child{
    margin: 0;
}

.check-icon {
    position: absolute;
    content: '';
    bottom: 5px;
    right: 0;
    width: 29px;
    height: 29px;
    /*background: #96c061;*/
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-image: url(images/check.png);
    background-position: center center;
    background-repeat: no-repeat;
    font-style: normal;
}

.form-wrapper .profile-item input{
    padding-right: 35px;
}


.check-icon--green{
    background-color: #83c573;
}

.check-icon--red{
    background-color: #e34651;
}


.modal-content{
    padding: 20px;
}

.modal-form{
    padding: 30px 20px;
}

.modal-content-form h4{
    border: 0;
    padding: 0;
}



.modal-chb label{
    font-size: 12px;
    color: #523d3c;
    background-image: url(images/form-sprites.png);
    background-position: -5px -300px;
    background-repeat: no-repeat;
    padding: 1px 0 1px 25px;
    display: inline-block;
    margin: 0 10px;
}

.modal-chb input:checked+label{
    background-position: -5px -332px;
}

.modal-chb input{
    display: none;
}

.padding-form{
    padding: 30px;
}

.credit-card-box.form-wrapper{
    border: none;
    margin-bottom: 50px;
}

.credit-card-inner{
    background: #fff;
    padding: 30px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin-bottom: 30px;
}

.payment-head h4{
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    color: #c3bfbd;
    margin: 0 0 50px;
}

.table-cell{
    border-left: 1px solid #e5e5e5;
}

.table-cell:first-child{
    border: none;
}

.order-id-cell{
    width: 30%;
    color: #422827;
    word-break: break-all;
}

.order-cell{
    width: 20%;
    color: #422827;
}

.payment-cell{
    color: #422827;
    width: 15%;
}

.total-cell{
    width: 15%;
}

.date-cell{
    width: 20%;
}

.table-row .order-cell{
    font-weight: 700;
}

.table-row .total-cell{
    font-weight: 700;
    color: #96c061;
}

.table-row .date-cell{
    color: #aaa3a3;
}

.table-row{
    padding: 3px 0;
    background: #f8f8f8;
    margin-bottom: 8px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    cursor: pointer;
    display: table;
    width: 100%;
}

.table-row:hover{
    opacity: 0.8;
}

.table-wrapper{
    position: relative;
}

.table-header{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: #fff;
    padding: 3px 0 3px 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    display: table;
    width: 100%;
}

.table-header .table-cell{
    font-size: 16px;
    color: #9d9493;
    float: none;
    padding: 11px 5px;
    display: table-cell;
}


.table-content{
    position: relative;
    top: 58px;
    display: table;
    width: 100%;
}

.table-row .table-cell{
    padding: 12px 5px;
    font-size: 16px;
    color: #422827;
    display: table-cell;
    vertical-align: middle;
    float: none;
}

.table-content .table-row:last-child{
    margin-bottom: 0;
}

.table-wrapper{
    margin-bottom: 100px;
}

.table-header-padding{
    padding-right: 12px;
}

.add-subscription{
    padding: 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #fff;
    position: relative;
    overflow: hidden;
}

.add-subscription-inner{
    border: 1px dashed #c0b7b7;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 15px;
    display: table;
    width: 100%;
}

.add-subscription:after {
    content: '';
    border: solid transparent;
    border-width: 36px 36px 0 0;
    border-bottom-color: rgba(0,0,0,0.2);
    position: absolute;
    top: 0;
    left: 0;
    border-top-color: #96c061;
}


.add-subscription .btn{
    min-width: 205px;
    margin-right: 15px;
    float: right;
}

.subscription-content{
    margin-bottom: 100px;
}

.subscription-row{
    position: relative;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
    z-index: 9;
    padding: 13px 0;
    background: #fff;
    display: table;
    width: 100%;
    margin-bottom: 14px;
}

.subscription-row:last-child{
    margin: 0;
}

.subscription-cell{
    display: table-cell;
    border-left: 1px dashed #c0b7b7;
}

.subscription-cell:first-child{
    border: none;
}

.subscription-name img{
    width: 78px;
    height: 78px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin-right: 14px;
}

.subscription-name h4{
    margin: 0;
    display: inline-block;
    font-size: 24px;
    color: #5a4443;
    line-height: 29px;
}

.subscription-name{
    padding: 0 15px;
    width: 25%;
    vertical-align: top;
}

.subscription-expired,
.subscription-plan,
.subscription-status,
.subscription-size{
    width: 15%;
    padding: 0 8px;
    vertical-align: top;
    color: #422827;
}


.subscription-tabs{
    font-size: 0;
    margin-bottom: 15px;
}


.subscription-tabs li{
    display: inline-block;
    padding: 14px 20px;
    border-left: 1px dashed #c0b7b7;
}

.subscription-tabs li:first-child{
    border: none;
}

.subscription-tabs li .subs-item{
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    width: 215px;
    height: 42px;
    line-height: 42px;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
}

.subscription-tabs .subs-item a{
    color: #fff !important;
    text-decoration: none !important;
}

.subscription-tabs .active .subs-item:hover{
    opacity: 1;
}

.subscription-tabs .subs-item:hover{
    opacity: 0.8;
}


.subscription-tabs .active .subs-item:hover{
    opacity: 1;
}

.subscription-tabs li.current-subst .subs-item{
    background: #59b7d3;
}

.current-subst .subs-item:after{
    display: none;
    content:'';
    position: absolute;
    bottom: -14px;
    left: 50%;
    margin-left: -14px;
    width: 0;
    height: 0;
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    border-top: 14px solid #59b7d3;
}


.subscription-tabs li.expired-subst .subs-item{
    background: #9877ba;
}

.expired-subst .subs-item:after{
    content:'';
    display: none;
    position: absolute;
    bottom: -14px;
    left: 50%;
    margin-left: -14px;
    width: 0;
    height: 0;
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    border-top: 14px solid #9877ba;
}


.subscription-tabs .active .subs-item:after{
    display: inline-block;
}

.subscription-expired span,
.subscription-plan span{
    margin-bottom: 5px;
    text-transform: uppercase;
}

.subscription-expired p,
.subscription-plan p{
    margin: 0;
}


.subscription-btn{
    width: 30%;
    text-align: center;
    padding: 0 8px;
    vertical-align: middle;
}

.subscription-btn .btn{
    min-width: 205px;
}


.subscription-table-current .subscription-row:after{
    border-top-color: #59b7d3;
    content:'';
}

.subscription-table-expired .subscription-row:after{
    border-top-color: #9877ba;
    content:'';
}

.subscription-row:after{
    content:'';
    border: solid transparent;
    border-width: 36px 36px 0 0;
    border-bottom-color: rgba(0,0,0,0.2);
    position: absolute;
    top: 0;
    left: 0;
    bottom: auto;
}

.subscription-table{
    margin-bottom: 15px;
}

.add-subscription-inner p{
    color: #645352;
    font-size: 24px;
    line-height: 28px;
    margin: 0;
}

.add-subscription-inner p a{
    font-weight: 700;
    color: #96c061 !important;
    text-decoration: none !important;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}


.add-subscription-inner p a:hover{
    opacity: 0.8;
}

.subst-text,
.subst-button{
    display: table-cell;
    vertical-align: middle;
}

.page-wrap .side-menu {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 60px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    z-index: 999;
    transition: all 0.3s;
}

.side-menu-inner{
    position: relative;
    padding-top: 200px;
    overflow-y: auto;
    z-index: 100000;
    height: 100%;
    /*background: #422c29;*/
    background: #013562;
}



.side-menu-btn{
    position: absolute;
    top: 125px;
    right: 20px;
    width: 21px;
    height: 17px;
    background-image: url(../Dashboard_files/images/dashboard-icons.png);
    background-repeat: no-repeat;
    background-position: 0 -170px;
}


.side-menu-btn.opened{
    background-position: -30px -170px;
}

.side-menu-btn:hover{
    opacity: 0.8;
}

.page-wrap.expanded .side-menu {
    width: 250px;
}

.side-body {
    margin-left: 75px;
    margin-right: 15px;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
    height: 100%;
}

.expanded .side-body {
    margin-left: 260px;
}

.side-menu-container{
    width: auto;
}

.expanded .side-menu-container{
    width: 250px;
}

.side-menu-container li {
    display: block;
    width: 100%;
    overflow: hidden;
    padding: 0 15px;
    margin-bottom: 25px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
}

.side-menu-container li:last-child{
    margin-bottom: 0;
}

.side-menu-container li a{
    display: block;
    font-size: 16px;
    color: #fff !important;
    text-decoration: none !important;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.side-menu-container li a span{
    vertical-align: middle;
    display: inline-block;
}

.side-menu-container li.active a{
    font-weight: 700;
}


.side-menu-container .icon{
    display: inline-block;
    width: 32px;
    height: 32px;
    position: relative;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.side-menu-container .icon:after{
    background-image: url(../Dashboard_files/images/dashboard-icons.png);
    width: 20px;
    height: 20px;
    content: '';
    position: absolute;
    display: inline-block;
    top: 50%;
    left: 50%;
    margin-left: -10px;
    margin-top: -10px;
    background-repeat: no-repeat;
}


.side-menu-container .pooch-ic:after{
    background-position: 1px 2px;
}

.side-menu-container a:hover .pooch-ic:after,
.side-menu-container .active .pooch-ic:after{
    background-position: -29px 2px;
}

.side-menu-container .user-ic:after{
    background-position: 1px -20px;
}

.side-menu-container a:hover .user-ic:after,
.side-menu-container .active .user-ic:after{
    background-position: -29px -20px;
}

.side-menu-container .subs-icon:after{
    background-position: 1px -43px;
}

.side-menu-container a:hover .subs-icon:after,
.side-menu-container .active .subs-icon:after{
    background-position: -29px -43px;
}

.side-menu-container .gifts-icon:after{
    background-position: 1px -67px;
}

.side-menu-container a:hover .gifts-icon:after,
.side-menu-container .active .gifts-icon:after{
    background-position: -29px -67px;
}

.side-menu-container .refer-icon:after{
    background-position: 1px -93px;
}

.side-menu-container a:hover .refer-icon:after,
.side-menu-container .active .refer-icon:after{
    background-position: -29px -93px;
}

.side-menu-container .reminder-icon:after{
    background-position: 1px -118px;
}

.side-menu-container a:hover .reminder-icon:after,
.side-menu-container .active .reminder-icon:after{
    background-position: -29px -118px;
}

.side-menu-container .dashboard-icon:after{
    background-position: 1px -142px;
}

.side-menu-container a:hover .dashboard-icon:after,
.side-menu-container .active .dashboard-icon:after{
    background-position: -29px -142px;
}

.side-menu-container li a:hover .icon,
.side-menu-container li.active .icon{
    background: #e24550;

}

.side-menu .title {
    white-space: nowrap;
    padding-left: 8px;
    display: none;
}

.expanded .side-menu .title {
    display: inline-block;
}

.expanded .active:after{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-right: 14px solid #eae9e7;
}

.scroll-pane {
    width: 100% !important;
    height: 245px;
    overflow: auto;
    outline: none !important;
}

.jspContainer{
    width: 100% !important;
}

.jspPane{
    width: 100% !important;
}

.mobile-sidebar{
    display: none;
}

.form-title--border-line{
    border-bottom: 1px dashed #c9c3c1;
    padding-bottom: 10px;
}

.reminder-info{
    display: table;

}

.reminder-count{
    text-align: right;
    padding-top: 18px;
}


.reminder-name{
    font-size: 25px;
    color: #422827;
    line-height: 29px;
    vertical-align: middle;
    display: table-cell;
    padding: 0 10px;
}

.reminder-info img{
    width: 78px;
    height: 78px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 3px solid transparent;
}

.reminder-img{
    display: table-cell;
    vertical-align: middle;
    width: 78px;
}

.reminders-item-c1 .reminder-info img{
    border-color: #96c061;
}

.reminders-item-c2 .reminder-info img{
    border-color: #8fcbcb;
}

.reminders-item-c3 .reminder-info img{
    border-color: #00aee3;
}


.reminders-item{
    border: 3px solid transparent;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin-bottom: 25px;
    background: #fff;
    padding: 10px;
    position: relative;
    overflow: hidden;
}

.gift-info{
    display: table;

}

.gift-count{
    text-align: right;
    padding-top: 18px;
}


.gift-name{
    font-size: 25px;
    color: #422827;
    line-height: 29px;
    vertical-align: middle;
    display: table-cell;
    padding: 0 10px;
}

.gift-info img{
    width: 78px;
    height: 78px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 3px solid transparent;
}

.gift-img{
    display: table-cell;
    vertical-align: middle;
    width: 78px;
}

.gifts-item-c1 .gift-info img{
    border-color: #96c061;
}

.gifts-item-c2 .gift-info img{
    border-color: #8fcbcb;
}

.gifts-item-c3 .gift-info img{
    border-color: #00aee3;
}


.gifts-item{
    border: 3px solid transparent;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin-bottom: 25px;
    background: #fff;
    padding: 10px;
    position: relative;
    overflow: hidden;
}

.gifts-item-empty{
    border: 3px dotted transparent;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin-bottom: 25px;
    background: #fff;
    padding: 10px;
    position: relative;
    overflow: hidden;
}

.gifts-create
{
    border: 3px solid #96c061;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin-bottom: 25px;
    background: #fff;
    padding: 10px;
    position: relative;
    overflow: hidden;
}

.count-wrapper{
    display: table;
    width: 100%;
    height: 100%;
}


.count-btn{
    display: table-cell;
    vertical-align: middle;
    text-align: right;
}

.reminders-item:last-child{
    margin-bottom: 0;
}

/*.edit-reminders:after{*/
/*width: 16px;*/
/*height: 16px;*/

/*content: '';*/
/*display: inline-block;*/
/*position: absolute;*/
/*top: 0;*/
/*left: 0;*/
/*}*/

.reminders-item .edit-reminders{
    content:'';
    position: absolute;
    top: 0;
    left: 0;
    border-top: 33px solid red;
    border-right: 33px solid transparent;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.reminders-item .edit-reminders:after{
    width: 16px;
    height: 16px;
    background-image: url(images/reminder-icon.png);
    background-position: -9px -30px;
    background-repeat: no-repeat;
    content: '';
    display: inline-block;
    position: absolute;
    top: -31px;
    left: 2px;
    z-index: 9999;
}


.reminders-item .edit-reminders--points:after{
    background-position: -9px -58px;
    width: 14px;
    height: 14px;
    left: 3px;
    top: -31px;
}

.reminders-item .edit-reminders:hover{
    opacity: 0.8;
}


.reminders-item-c1 .edit-reminders{
    border-top-color: #96c061;
}

.reminders-item-c2 .edit-reminders{
    border-top-color: #8fcbcb;
}

.reminders-item-c3 .edit-reminders{
    border-top-color: #00aee3;
}

.reminders-item-c1{
    border-color: #96c061;
}

.reminders-item-c2{
    border-color: #8fcbcb;
}

.reminders-item-c3{
    border-color: #00aee3;
}

.reminder-count a{
    color: #fff !important;
    text-decoration: none !important;
}

.reminder-text {
    font-size: 14px;
    color: #b3adac;
    line-height: 18px;
    text-align: center;
    margin-bottom: 30px;
}

.reminder-text .edit{
    background-image: url(../images/reminder-icon.png);
    background-repeat: no-repeat;
    background-position: -7px -2px;
    width: 18px;
    height: 18px;
    display: inline-block;
    position: relative;
    top: 5px;
    margin-left: 10px;
    display: inline-block;
}

.gifts-item:last-child{
    margin-bottom: 0;
}

/*.edit-reminders:after{*/
/*width: 16px;*/
/*height: 16px;*/

/*content: '';*/
/*display: inline-block;*/
/*position: absolute;*/
/*top: 0;*/
/*left: 0;*/
/*}*/

.gifts-item .edit-gifts{
    content:'';
    position: absolute;
    top: 0;
    left: 0;
    border-top: 33px solid red;
    border-right: 33px solid transparent;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.gifts-item .edit-gifts:after{
    width: 16px;
    height: 16px;
    background-image: url(../images/reminder-icon.png);
    background-position: -9px -30px;
    background-repeat: no-repeat;
    content: '';
    display: inline-block;
    position: absolute;
    top: -31px;
    left: 2px;
    z-index: 9999;
}


.gifts-item .edit-gifts--points:after{
    background-position: -9px -58px;
    width: 14px;
    height: 14px;
    left: 3px;
    top: -31px;
}

.gifts-item .edit-gifts:hover{
    opacity: 0.8;
}


.gifts-item-c1 .edit-gifts{
    border-top-color: #96c061;
}

.gifts-item-c2 .edit-gifts{
    border-top-color: #8fcbcb;
}

.gifts-item-c3 .edit-gifts{
    border-top-color: #00aee3;
}

.gifts-item-c1{
    border-color: #96c061;
}

.gifts-item-c2{
    border-color: #8fcbcb;
}

.gifts-item-c3{
    border-color: #00aee3;
}

.gift-count a{
    color: #fff !important;
    text-decoration: none !important;
}

.gift-text {
    font-size: 14px;
    color: #b3adac;
    line-height: 18px;
    text-align: center;
    margin-bottom: 30px;
}

.gift-text .edit{
    background-image: url(../images/reminder-icon.png);
    background-repeat: no-repeat;
    background-position: -7px -2px;
    width: 18px;
    height: 18px;
    display: inline-block;
    position: relative;
    top: 5px;
    margin-left: 10px;
    display: inline-block;
}
.circle-item{
    display: inline-block;
}

.circle-item input{
    display: none;
}

.circle-item .circle{
    display: table;
    width: 100%;
    height: 140px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: relative;
    margin-bottom: 20px;
}

.circle-item  label{
    display: inline-block;
    margin: 0 10px 20px;
    text-align: center;
    width: 140px;
    vertical-align: top;
}

.circle-item .label-text{
    display: table-cell;
    vertical-align: middle;
    color: #575757;
}

.circle-item input:checked + label .label-text{
    color: #46bdd1;
}

.circle-item input:checked + label .circle:after{
    content:'';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: transparent;
    border: 7px solid #46bdd1;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.circle-wrapper{
    text-align: center;
    margin-bottom: 50px;
}

#referral_block{
    display: none;
}

#invite_recipient{
    resize:vertical;
    height: 120px;
}

#contact_add{
    color: #337ab7;
    text-decoration: none;
    cursor: pointer;
}

.control_links{
    margin: 5px 0;
}

.contact_link{
    color: #337ab7;
    cursor: pointer;
    margin: 0 5px;
}

.contact_list li div{
    line-height:20px;
    cursor: pointer;
    padding: 10px 0 10px 50px;
    color: #337ab7;
    font-size: 16px;
}

.contact_list li#gmail_link div{
    background: url(../images/contacts/gmail.png) left center no-repeat;
}

.contact_list li#outlook_link div{
    background: url(../images/contacts/outlook.png) left center no-repeat;
}

.contact_list li#yahoo_link div{
    background: url(../images/contacts/yahoo.png) left center no-repeat;
}

.mail_list {
    min-width: 400px;
    max-height: 300px;
    overflow: auto;
}

.mail_list li{
    overflow: hidden;
}

.mail_list .item_checkbox{
    width: 20px;
    float: left;
}

.mail_list .item_title{
    margin-left: 20px;
    margin-right: 50%;
}

.mail_list .item_email{
    width: 50%;
    float: right;
}
.message-body-height
{
    min-height: 260px;
}
.pooch-link span
{
    color:#614f4e;
}

.custom-input-group-addon:first-child {
    border-right: 0;
}
.custom-input-group-addon:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.custom-input-group-addon {
    border-bottom: 1px solid #a79c9a;
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
}

.custom-input-group-addon {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}

.custom-input-group-addon {
    display: table-cell;
}

