@charset "utf-8";

body h1,body h2,body h3{margin: 0 0 24px;
font-weight: 700;
line-height: 120%;
-webkit-hyphens: auto;
-moz-hyphens: auto;
-ms-hyphens: auto;
hyphens: auto;
color:black;}

body h2{
font-size: 40px;
}

body h1{font-size:48px;}
@media screen and (min-width:992px){
	body h1{font-size:64px; hyphens:none;}
	body h2{font-size:48px;hyphens:none;}
}


/* Header */

/*Top Header*/

@media screen and (max-width: 781px) {
  .logo {
    padding: 0;
  }
}
.logo{max-width:100%; width:300px; }


@media screen and (max-width:991px){ 
	    .basic_topheader > .container > .row:first-child *{
        font-size:16px !important;
    }
	.title h1{text-align:center;}
	html .title {padding-top:40px;padding-bottom:40px;}
	#nav_center h2, #nav_right{display:none !important;}
		.desktop{display:none !important;}
	
	 .offcanvas.show{
        z-index: 99999;
    }
     .offcanvas-body .nav-item:hover, .offcanvas-body .navbar-nav > li > a:hover, .offcanvas-body .navbar-nav > li ul li a.dropdown-item:hover, .offcanvas-body .navbar-nav > li > button:hover{
         background:rgba(0,0,0,0);
    }
	 .offcanvas-body li, .offcanvas-body li:hover{color:#42413e !important;}
	 .offcanvas-body > li:last-child, .offcanvas-body > li:last-child:hover a{color:white !important;}
     .offcanvas-body .nav-item, .offcanvas-body .navbar-nav > li > a{
         text-align:left !important;
    }
     .offcanvas-body .dropdown-menu{
        background:rgba(0,0,0,0)
    }
     .offcanvas-backdrop::before{
         z-index: 2;
    }
     .offcanvas-end{
        width:100%;
    }
	
	.top-right.tablet{display:flex}
	.top-right.tablet #offcanvasRight{padding:15px; padding-bottom:0px;}
	.top-right.tablet p{text-align:center;}
     button[data-bs-toggle="offcanvas"] {
         background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
         background-repeat: no-repeat;
         background-size: cover;
         height: 28px;
         padding: 17px;
         border: 0px;
         position: relative;
         box-shadow: unset !important;
		 float: right;
		 top: 3px;
    }
     body{
        font-size:16px
    }
     nav#top_navbar{
         width: 100%;
         text-align: right;
    }
     nav#top_navbar > nav{
         width:100%;
    }
	html .header_logo{
		width: 135px !important;
	}
	.basic_topheader > .container > .row:first-child{display:none;}
}
 .basic_topheader > .container {
     padding:0px;
     max-width:100%;
}
 .basic_topheader{
     position: fixed;
     width: 100%;
     z-index: 2;
	 top:0;
     box-shadow: 1px 1px 30px 1px rgba(0,0,0,0.3);
	 padding-bottom:5px;
}
  .basic_topheader > .container > .row:first-child {
     background:#0083af;
     background-size:cover;
     background-repeat:no-repeat;
}

/* For the Fixed Header to not jump passed the section */

  .basic_topheader > .container > .row:first-child *{
    color:white;
     font-weight:bold;
}
 .header_social > a{
    top:0;
    color:white;
}
 .header_social > a i::before{
    text-shadow: 0px 0px 5px rgb(130, 130, 130);
}
 @media screen and (min-width:768px){
     .top-left .logo img{
         position: relative;
    }
     .basic_topheader > .container > .row{
         padding:7px 5%;
    }
}
 @media screen and (max-width:767px){
     .basic_topheader > .container > .row{
         padding:7px 15px;
    }
}
 .wrapper > .container {
    padding-top:60px;
     padding-bottom:60px;
}
 .wrapper {
    min-height:unset;
}
 .top-left .logo{
    padding:0;
}
 .phone{
    color:#b1d4ef !important
}
/* End Header */

/* Google Reviews */

 .reviews .box {
    max-width: 90%;
     margin: 40px auto;
     width: 800px;
}
 .reviews .box .review_author{
     text-transform:capitalize;
     margin-bottom:5px;
}
 .reviews .box > p > span{
     display:block;
     text-align: center;
}
 .reviews .box img{
     width: 70px;
     max-width: 30%;
     display: block;
     margin: auto;
     margin-bottom: auto;
     margin-bottom: 5px;
}
 .reviews .date {
     font-size: 14px;
}

/* End Google Reviews */

/********** General **********/
a {
    color: #fd9c00;
    text-decoration: none;
}
a:hover {
    color: #f4c380;
}

@media screen and (min-width: 992px) {
  .tablet {
    display: none !important;
  }
	 .top-right {
    display: inline-flex;
		 flex-direction:row-reverse;
  }
}

html {
    overflow-x:hidden;
}
body{
font-family: Montserrat,sans-serif;
font-size: 16px;
line-height: 20px;
font-weight: 400;
text-rendering: optimizeLegibility;}

.buynowbtn a,
.circlebutton a,
.featureprod_container h1,
.homebox h1,
.nav > li,
a.back-to-top {
    text-transform: uppercase;
}

img{max-width:100%; height:auto;}

/********** End General **********/

/********** Nav **********/
#navbarToggleExternalContent ~ nav button.navbar-toggler {
    z-index: 9999;
}
#navbarToggleExternalContent {
    position: absolute;
    z-index: 1000;
    right: 0;
    height: 100%;
}
#navbarToggleExternalContent ul,
#navbarToggleExternalContent > * {
    height: 100%;
}
#navbarToggleExternalContent ul {
    padding-top: 20px;
    max-width: 60vw;
    width: 500px;
}
#navbarToggleExternalContent,
#navbarToggleExternalContent * {
    transition: none !important;
}
/********** End Nav **********/


/******** slider ********/
.home-slider{
  position: relative;
  text-align: center;
  color: white;
  text-shadow: 1px 1px 10px #333;
	font-weight:700;
	font-size: 48px;
	line-height:120%;
}

.home-slider .centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
	width:100%; text-align: center;
}
/******** end slider ********/

/********** Home Box **********/
.homebox > .circlebutton,
.input__label--sae::after {
    bottom: 0;
    position: absolute;
}
/********** End Home Box **********/
#front_toolbar,
.keyword_hidden,
.mobile_phone,
.placeholder-img {
    display: none;
}
.slider {
    position: relative !important;
}
.dropdown-click {
    background: rgba(0, 0, 0, 0);
    border: 0 solid #000;
}




.input__label--sae,
.scrolloff {
    pointer-events: none;
}
.cslide-prev-next,
.input__label {
    -webkit-touch-callout: none;
    -khtml-user-select: none;
}

.accordion,
.cslide-slides-master,
.featureprod,
.imggal1 li,
.input--sae,
.slider,
.thumbnail {
    overflow: hidden;
}

nav {
    float: right;
}
.navbar-nav > li {
    position: relative;
    z-index: 9;
}
.navbar-inverse .navbar-nav > li > a:focus,
.navbar-inverse .navbar-nav > li > a:hover {
    background-color: transparent;
    color: #999;
}

.navbar-toggle .icon-bar {
    background: #555;
}
.navbar-toggle .icon-bar:nth-child(2),
.navbar-toggle.active .icon-bar:nth-child(2) {
    position: relative;
    top: 6px;
    transform: rotate(45deg);
    transition: 0.5s !important;
}
.navbar-toggle .icon-bar:nth-child(2) {
    position: relative;
    top: 0;
    transform: rotate(0);
}
.navbar-toggle .icon-bar:nth-child(3),
.navbar-toggle.active .icon-bar:nth-child(3) {
    opacity: 0;
    transition: 0.5s !important;
}
.navbar-toggle .icon-bar:nth-child(3) {
    opacity: 1;
}
.navbar-toggle .icon-bar:nth-child(4),
.navbar-toggle.active .icon-bar:nth-child(4) {
    margin-top: -2px;
    position: relative;
    transform: rotate(-45deg);
    transition: 0.5s !important;
}
.navbar-toggle .icon-bar:nth-child(4) {
    position: relative;
    margin-top: 4px;
    transform: rotate(0);
}

body {
    font-family: Montserrat, Roboto, "futurastd book", sans-serif;
}
.cslide-slides-master:last-child,
h1,
h2,
h3 {
    margin-bottom: 0;
}

.container > h2:first-child {
	margin-top:0;
}
.container > h2 {
    margin-top: 65px;
    text-align: center;
}
.container.main-home > p {
    font-size: 20px;
    font-weight: 400;
    text-align: center;
}
.container.main-home {
    padding: 80px;
}
p {
    font-family: Montserrat, Roboto, "futurastd book", sans-serif;
}

.contain-nopad {
    width: 1170px;
}
.navbar-nav > li > a:hover {
    background: 0 0;
}
.navbar-fixed-top {
    position: relative;
    margin-bottom: 0;
}
.navbar-toggle {
    border: 1px solid #555;
    float: left;
    margin-left: 15px;
    margin-right: 0;
}
.container > h1 {
    padding-bottom: 10px;
    font-weight: 100;
    text-align: center;
}
.content {
    font-size: 150%;
    padding: 0;
}
.bgcolor-9 {
    color: #fff;
    max-width: 300px;
}
.input {
    position: relative;
    z-index: 1;
    display: inline-block;
    max-width: 350px;
    width: calc(100% - 2em);
    vertical-align: top;
}
.input__field {
    position: relative;
    display: block;
    float: right;
    padding: 0.8em;
    width: 60%;
    border: none;
    border-radius: 0;
    background: #f0f0f0;
    color: #aaa;
    font-weight: 400;
    font-family: Montserrat, Roboto, "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
    -webkit-appearance: none;
}
.input__field:focus {
    outline: 0;
}
.input__label {
    display: inline-block;
    float: right;
    padding: 0 1em;
    width: 40%;
    color: #696969;
    font-weight: 700;
    font-size: 70.25%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.input--sae {
    margin: 0 0 20px;
    width: 200px;
}
.input__field--sae {
    background: 0 0;
    width: 100%;
    color: #555;
    padding: 1.5em 0 0.5em;
    font-weight: 500;
    border-bottom: 2px solid #555;
}

.basic_topheader,
.basic_topheader_drop,
.form_loginbox {
    background-color: #fff;
	padding-bottom: 20px;
    box-shadow: 1px 1px 30px 1px rgb(200,200,200);
}
.form_loginbox label,
.topheader_text {
    font-weight: lighter;
    font-family: Montserrat, Roboto, "Futurastd book", sans-serif;
}
.dropdown-toggle.open ~ ul {
    display: block;
}
.input__label--sae {
    position: absolute;
    width: 100%;
    text-align: left;
    color: #0083af;
    padding: 0;
    height: 100%;
}
.input__label--sae::after {
    content: "";
    width: 100%;
    height: 2px;
    background: #fff;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
}
.input--filled .icon--sae,
.input__field--sae:focus + .input__label--sae .icon--sae {
    -webkit-transition-delay: 10ms;
    transition-delay: 10ms;
    -webkit-transform: translate3d(0, 0, 0) rotate3d(0, 0, 1, -90deg);
    transform: translate3d(0, 0, 0) rotate3d(0, 0, 1, -90deg);
}
.input--filled .input__label--sae::after,
.input__field--sae:focus + .input__label--sae::after {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.input--filled .input__label-content--sae,
.input__field--sae:focus + .input__label--sae .input__label-content--sae,
.input__field--sae:not(:placeholder-shown) + .input__label--sae .input__label-content--sae {
    -webkit-transform: translate3d(0, 0, 0) scale3d(0.7, 0.7, 1);
    transform: translate3d(0, 0, 0) scale3d(0.7, 0.7, 1);
    color: #000;
}
.input__label-content--sae {
    padding: 0;
    font-size: 18px;
    display: inline-block;
    vertical-align: bottom;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0);
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
}
.topheader_text {
    padding-right: 15px;
    clear: both;
}
.header_social {
    clear: both;
    float: right;
	top: -10px;
  position: relative;
}
.header_social > a {
    color: #0083af;
    font-size: 20px;
    margin-right: 5px;
    position: relative;
    top: 10px;
}
.top-right {
    padding-right: 0 !important;
    padding-top: 21px;
}
.basic_topheader_drop {
    position: fixed;
    display: none;
    width: 100%;
    height: auto;
    z-index: 8999;
    -webkit-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
}
.logo {
    float: left;
    padding-top: 10px;
    padding-bottom: 10px;
}
.shop-logo img {
    max-width: 141px;
}
.cart_image img {
    max-width: 100%;
}
.cart_desc a {
    font-size: 20px;
    color: #000;
    text-decoration: none;
}
.cart_desc span {
    font-size: 14px;
}
.shop_stuff_info button {
    background: 0 0;
    border: 0;
}
.fa-times {
    color: red;
    font-size: 20px;
}
.topheader_text {
    font-size: 16px;
    line-height: 1.3;
    margin-top: 10px;
    text-align: right;
    color: #000;
}
.center,
.circlebutton,
.footer p,
.forgotpass,
.homebox h1,
.homebox p,
.mod-box h2,
.overlay1 h1,
.stars {
    text-align: center;
}
.mod-box span {
    clear: both;
    display: block;
    float: none;
    font-size: 60px;
    max-width: 51px;
    padding-top: 90px;
}
.circlebutton,
.form_loginbox label,
.signup_btn {
    float: left;
    width: 100%;
}
.menu-menu li a:hover,
.mod-box a:active,
.mod-box a:focus,
.mod-box a:hover,
.mod-box h2 a:active,
.mod-box h2 a:focus,
.mod-box h2 a:hover {
    text-decoration: none;
}
.form_loginbox {
    border: none;
    border-radius: 3px;
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.3);
    margin-top: 10px;
    padding: 20px 30px;
}
.form_loginbox label {
    margin-bottom: 5px;
}
.form_loginbox input[type="password"],
.form_loginbox input[type="text"] {
    background: #fff;
    border: 2px solid #ccc;
    border-radius: 3px;
    box-sizing: border-box;
    color: #2c3e50;
    font-family: Montserrat, Roboto, "Futurastd book", sans-serif;
    font-size: 15px;
    font-weight: lighter;
    margin-bottom: 10px;
    padding: 10px;
    width: 100%;
}
.btn-container a,
.circlebutton a,
.menu-menu li a {
    font-weight: 700;
}
.form_loginbox input[type="password"]:focus,
.form_loginbox input[type="text"]:focus {
    border: 2px solid #23527c;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}
.form_loginbox input[type="submit"],
.signup_btn a {
    background: #fff;
    border: 2px solid #23527c;
    border-radius: 30px;
    color: #23527c;
    float: left;
    font-family: Montserrat, Roboto, "Futurastd book", sans-serif;
    font-weight: 700;
    margin-bottom: 10px;
    margin-top: 10px;
    padding: 10px 20px;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}
.form_loginbox input[type="submit"]:hover,
.signup_btn a:hover {
    text-decoration: none;
    color: #fff;
    background: #23527c;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}
.forgotpass a {
    color: #999;
    font-style: italic;
}
.homebox {
    padding-top: 30px;
    padding-bottom: 30px;
    position: relative;
}
.homebox .glyphicon {
    font-size: 38px;
    color: #0083af;
}
.homebox p,
.mod-box,
.mod-box a,
.mod-box a:hover,
a .glyphicon {
    color: #555;
}
.action .circlebutton.ciclebutton_alt > a:hover,
.homebox h1 {
    color: #0083af;
}
.homebox h1 {
    font-family: Montserrat, Roboto, "Futura Condesed", sans-serif;
    font-size: 24px;
}
.circlebutton {
    padding-top: 20px;
    padding-bottom: 20px;
}
.circlebutton a {
    background: #fff;
    border: 2px solid #0083af;
    border-radius: 30px;
    color: #0083af;
    font-family: Montserrat, Roboto, "Futurastd book", sans-serif;
    padding: 10px 20px;
}
.circlebutton a:focus,
.circlebutton a:hover {
    background: #0083af;
    text-decoration: none;
    color: #fff;
    transition: 0.3s;
    outline: 0;
}
.slider {
    clear: both;
    width: 100%;
}
.action, #affiliates {
    background-color: #fd9c00;
    background-repeat: repeat-x;
    width: 100%;
    padding: 20px;
}
.action h2 {
    font-size: 24px;
    color: #fff;
    padding: 15px 0 35px;
}
.action .circlebutton.ciclebutton_alt > a {
    background: #0083af;
}
.ciclebutton_alt a {
    background: #aaa;
    border-color: #fff;
    color: #fff;
    padding-top: 12px;
}
.action .ciclebutton_alt a:hover {
    background: #fff;
    border-color: #fff;
    color: #aaa;
}
.container.home-main > p {
    font-size: 16px;
    padding: 15px;
    border: none;
    text-align: center;
}
.btn-container a {
    color: #000;
    background: #fff;
    border-radius: 20px;
    float: right;
    padding: 10px;
    border: 2px solid #000;
}
.btn-container a:hover {
    background: #000;
    text-decoration: none;
}
.homebox_text {
    padding-bottom: 25px;
}
.title {
    background: url(/mainhold/fileman/main-banner.jpg) center 0 / cover no-repeat #0083af;
    padding-top: 140px;
	padding-bottom: 140px;
	text-shadow: 1px 1px 10px #333;
	margin-bottom:0;
}

.title h1{margin-bottom:0;}

.overlay2 > .button a {
    background: #fff;
    border-radius: 20px;
    color: #333;
    display: block;
    max-width: 96px;
    padding: 10px;
}
#footernav > li a,
.footer-container h2,
.msg_success_sform li,
.overlay2,
.overlay2 > h1 {
    color: #fff;
}
.two-col-right h2,
.two-col-right p {
    text-align: right;
}
.col-sidebar img {
    border-radius: 100px;
    display: block;
    margin: auto;
    max-width: 150px;
}
.two-col-left,
.two-col-right {
    margin-top: 60px;
}
.col-main > p {
    line-height: 25px;
    color: #555;
}
.cslide-slides-master {
    margin-bottom: 60px;
    max-width: 100%;
}
.cslide-slides-container {
    visibility: hidden;
}
.cslide-slide {
    float: left;
    padding: 30px;
    color: #fff;
}
.cslide-prev-next {
    z-index: 1;
    top: 88px;
    position: relative;
    margin-bottom: 30px;
    display: none;
    text-align: right;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.cslide-next,
.cslide-prev {
    display: inline-block;
    color: #fff;
    padding: 20px;
    cursor: pointer;
}
.cslide-next {
    background: url(/sitehold/images/fileman/arrow-right.png) no-repeat rgba(0, 0, 0, 0);
}
.cslide-prev {
    float: left;
    background: url(/sitehold/images/fileman/arrowleft.png) no-repeat rgba(0, 0, 0, 0);
}
.cslide-disabled {
    opacity: 0.3;
}
.cslide-slides-master {
    background: #eee;
    margin-top: 20px;
    border: 1px solid #ccc;
}
.stars {
    margin: 0 auto 25px;
    max-width: 200px;
}
.stars .star {
    display: inline-block;
    height: auto;
    margin: 0.9%;
    width: 16%;
}
.stars .star svg {
    fill: #ff480d;
}
#contact_capt {
    border-radius: 4px;
    float: left;
    max-width: 116px;
}
.field_shade_capt > img {
    margin-top: 10px;
    max-width: 150px;
    filter: grayscale(100%);
    float: left;
    margin-right: 20px;
}
.col_title {
    color: #333;
    font-size: 1.2em;
    font-weight: 700;
}
.cslide-slides-master.clearfix.container {
    margin: 0;
}
.frm2,
.mainlink {
    float: left;
}

.basic_topheader .row{
	align-items: end;
}

.navbar-light .navbar-nav .nav-link,
select {
    color: #000;
}

.navbar-nav {
	display: flex;
	align-items: center;
}


.but_submit {
    margin-top: 20px !important;
    max-width: 103px;
}
#captchaplacement .but_submit {
    margin-top: 75px !important;
}
.msg_errors li,
.msg_errors_sform li,
.msg_success_sform li {
    font-family: Montserrat, Roboto, sans-serif;
}
.msg_errors,
.msg_errors_sform {
    background-color: #bbb;
    border: 0 solid red;
    height: auto;
    overflow: hidden;
    padding: 15px;
    width: 100%;
}
.msg_errors li {
    font-size: 15px;
}
.msg_title {
    font-style: normal !important;
    margin-bottom: 5px;
}
.msg_success,
.msg_success_sform {
    background-color: #eee;
    border: 0 solid #00f;
    color: #000;
    list-style-type: none;
    margin-right: 0;
    padding: 15px;
    width: 100%;
}
.menu-menu {
    padding: 0px;
}
.first {
    margin-top: 10px;
}
.menu-menu li {
    margin-bottom: 5px;
    list-style: none;
}

.buynowbtn a,
form input,
form label,
form select,
form textarea {
    margin-bottom: 10px;
}

#reviews {
	text-align: center;
	padding: 50px;
}

.reviews .slick-current{
	transform: scale(1.20) !important;
	transition: .5s;
}


.reviews .slick-active {
	transform: scale(.8);
	transition: .5s;
	opacity: 1 !important;
}

.reviews .slick-slide {
	opacity: 0;
	transition: .5s;
}

.reviews .box{
	min-height: 250px;
	display:flex;
	align-items: center;
	margin: 30px;
}

.review_author {
	font-weight: 700;
}

#affiliates .card {
	padding: 0;
}

#studies{
	padding: 0px 0px 100px 0px;
}

#studies h2 {
	color: #0083af;
	text-transform: uppercase;
}

.buynowbtn a,
.footer-container {
    background: #1d1d1d;
    color: #fff;
	padding: 50px;
}
.footer-container > .container {
    margin: auto;
}
.buynowbtn {
    padding-bottom: 10px;
}
.buynowbtn a {
    float: left;
    font-family: Montserrat, Roboto, "Open Sans", sans-serif;
    font-size: 0.8em;
    font-weight: 700;
    padding: 10px 25px;
}
.mainimage {
    max-width: 300px;
}
#footer {
	width: 100%;
}

#footer h2 {
	color: #fd9c00;
}

.footer {
    background: #fff;
    height: 50px;
    left: 0;
    position: absolute;
    width: 100%;
}
.footernav {
    padding: 0;
}
.footer-container .underline {
    background: #fff;
    display: block;
    height: 5px;
    margin: 12px 0;
    width: 58px;
}
#footer-social {
	padding: 20px 50px;
	color: #888;
	background: #222;
	margin: 0px;
}

#footer-social > div:first-child {
    display: flex;
    align-items: center;
}

#footer-social p {
	margin: 0;
	letter-spacing: 2px;
	text-align:center;
	font-weight:500;
}

#footer-social i {
	color: #888;
	font-size: 30px;
}
@media screen and (max-width:767px){
	#footer-social .row .col-4{
		text-align:center;
	}
	
	#footer-social .row{
		padding-left:30px;
		padding-right:30px; 
		padding-bottom:20px;
	}
	
		#footer-social p {
			text-align:center;
			width:100%;
	}
}
.thumbnail {
    position: relative;
    width: 200px;
    height: 200px;
}
.thumbnail img {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 100%;
    width: auto;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.thumbnail img.portrait {
    width: 100%;
    height: auto;
}
.thumbimage {
    max-width: 125px;
}
.acc_dropdown {
    background: #fff !important;
    border: #fff;
}
.fa-star {
    color: #ddd;
}
.like_review {
    color: #3baff1;
}
.checked_star {
    color: orange;
}
.btn,
.other_but {
    color: #fff !important;
    background-color: #1c94c4 !important;
}
.prod_rev_img {
    max-height: 150px;
    max-width: 150px;
}
.fa-thumbs-o-up {
    cursor: pointer;
}
.other_but {
    margin-right: 15px;
}
.button_bar,
.button_cont {
    margin: auto;
    display: block;
}
.btn {
    font-size: 14px !important;
    letter-spacing: 1px;
}
.button_bar {
    height: 50px;
    max-width: 100%;
}
.button_cont {
    height: 100%;
    width: fit-content;
}
.update_but {
    background-color: #4bbc39 !important;
}
.cancel_but {
    background-color: #d93c3c !important;
    margin-right: 15px;
}
.header_logo {
    max-width: 100%;
    width: 235px;
    height: auto;
}
.input-tip {
    position: relative;
    display: inline-block;
}
.input-tip .tip-box {
    visibility: hidden;
    width: 200px;
    background-color: #444;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px;
    position: absolute;
    z-index: 5;
    top: -10px;
    left: 450%;
    opacity: 0;
    font-size: 14px;
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
    margin-left: -60px;
    transition: opacity 0.3s;
}
.input-tip .tip-box::after {
    content: "";
    position: absolute;
    top: 15px;
    left: -2%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent #555 transparent transparent;
}
.input-tip:hover .tip-box {
    visibility: visible;
    opacity: 1;
}
.fa-angle-double-right {
    float: right;
    position: relative;
    padding-top: 3%;
    color: #777;
}
/********** Box/Card **********/
.card {
    padding: 10px;
}
.box {
    border: 1px solid #eee;
    border-radius: 5px;
    padding: 20px;
    box-shadow: 0 0 10px 3px rgb(0 0 0 / 5%);
    height: 100%;
}

/********** End Box/Card **********/

/********** Back to Top Widget **********/
a.back-to-top {
    background: rgba(255, 255, 255, 0.7);
    bottom: 21px;
    color: #000;
    display: none;
    height: 25px;
    padding: 1px 7px;
    position: fixed;
    right: 2px;
    width: 30px;
    z-index: 9999;
}
a.back-to-top:active,
a.back-to-top:focus,
a.back-to-top:hover {
    color: #555;
    text-decoration: none;
    -webkit-transition: 0.4s ease-in-out;
    -moz-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}
/********** End Back to Top Widget **********/


/********** Responsive - Media Queries **********/
@media (min-width: 992px) {
    .dropdown-menu .submenu {
        left: 100%;
        top: -7pt;
    }
    .dropdown-menu li {
        position: relative;
    }
}
@media screen and (max-width: 1000px) {
    .col-main h2,
    .col-main p {
        text-align: center;
    }
    .col-md-9.shop_right {
        padding: 0;
    }
    .container.home-main {
        padding: 36px 0;
    }
}
@media screen and (max-width: 781px) {
    .navbar-toggle {
        display: block;
    }
    .logo {
        padding-left: 36px;
        padding-top: 24px;
    }
    button {
        top: -17px;
    }
}
@media screen and (max-width: 767px) {
    .nav.navbar-nav {
        margin: 0 !important;
    }
    .logo {
        float: none;
        max-width: 300px;
        margin-left: auto;
        margin-right: auto;
    }
    .topheader_text {
        padding-right: 0;
        padding-top: 10px;
    }
    .top-right {
        padding-right: 15px;
        min-height: 54px;
    }
    .top-right-shop section {
        position: absolute;
        top: 0;
    }
    .navbar {
        float: left;
    }
    .dropdown-menu {
        border-radius: 0;
        position: relative;
        width: 100%;
        background: #eee;
        box-shadow: none;
        border: none;
        padding-top: 0 !important;
    }
    .dropdown-menu > li > a {
        padding: 3px 30px;
    }
    .navbar-toggle,
    .navbar-toggle.active {
        padding: 9px 10px 14px;
    }
    .navbar-toggle {
        padding: 9px 10px;
    }
    .navbar-nav > li {
        width: 100%;
    }
    .navbar-nav > li > a {
        text-align: center !important;
        color: #000;
    }
}
@media screen and (min-width: 768px) {
    .topheader_text {
        font-size: 16px;
    }
}

@media screen and (min-width: 769px) {
    ul.navbar-nav li:hover > ul.dropdown-menu {
        display: block !important;
        transition: 1s;
    }
}
/********** End Responsive - Media Queries **********/