.wrapper {
  border: 1px solid #f1f1f1;
  font-size:1rem;
  line-height:1.5;
  font-family: helvetica,arial,sans-serif;
  	background-color: #f1f1f1;
  	overflow: hidden;
}
.inline {
  padding-left: 0;
  list-style: none;
  display:flex;
  justify-content: flex-end;
}
.section-top {
background: #f29400;
padding:2px 15px;
}

.section-top a{
color: #ffff; padding:10px;
}
.services-header, .light-btn-group-2 {
  display:flex;
  justify-content: space-between;
  padding-top: 24px;
}
.hs-title{
  display:block;
 color: #f29400;
 font-size:90%;
}
.hs-text{
  display:block;
 color: #333;
}
.header-bottom-wrap {
  padding: 20px 0;
}
a {
text-decoration: none;
color:#f29400;
}
*, ::before, ::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
 .container{
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  max-width:1200px;
}
.col-xl, .col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg, .col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md, .col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm, .col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col, .col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6{
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
@media (max-width: 768px){
.hidden-sm{
display:none;
}
}
  @media (min-width: 576px){
.col-sm-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.col-sm-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33333333%;
  flex: 0 0 33.33333333%;
  max-width: 33.33333333%;
}
.col-sm-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
}
  @media (min-width: 768px){
.col-md-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.col-md-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.col-md-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33333333%;
  flex: 0 0 33.33333333%;
  max-width: 33.33333333%;
}
}
  @media (min-width: 992px){
  .col-lg-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}
.col-lg-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33333333%;
  flex: 0 0 33.33333333%;
  max-width: 33.33333333%;
}
.col-lg-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
}
/* Navbar */
#navigation {
background: rgb(255,255,255);
background: linear-gradient(180deg, rgba(255,255,255,1) 50%, rgba(241,241,241,1) 50%);

}

/* Navbar */
#navigation-bar {
	background-color: #000;
	width: 100%;
	display: flex;
	box-shadow: 0 14px 12px -12px lightgrey;
    margin-bottom: 20px;
	width: 100%;
}

#menu ul {
	margin: 0;
	padding: 0;
}

#menu .main-menu {
	display: none;
}

#tm:checked + .main-menu {
	display: block;
}

#menu input[type="checkbox"], 
#menu ul span.drop-icon {
	display: none;
}

#menu li, 
#toggle-menu, 
#menu .sub-menu {
	border-style: solid;
	border-color: rgba(0, 0, 0, .05);
}

#menu li, 
#toggle-menu {
	border-width: 0 0 1px;
}

#menu .sub-menu {
	background-color: #0072BB;
	border-width: 1px 1px 0;
	margin: 0 1em;
}

#menu .sub-menu li:last-child {
	border-width: 0;
}

#menu li, 
#toggle-menu, 
#menu a {
	position: relative;
	display: block;
	color: #FFFFFF;
}

#toggle-menu, 
#menu a {
	padding-top: 15px;
	padding-bottom: 15px;
	padding-right: 5px;
	padding-left: 5px;
}

.menu-item {
	padding-left: 10px;
}




.menu-item-no-slash::after {
	content: "";
}

#menu a:hover {
	color: #f29400;
}

#menu label.drop-icon, #toggle-menu span.drop-icon {
	border-radius: 50%;
	width: 1em;
	height: 1em;
	text-align: center;
	background-color: rgba(0, 0, 0, .125);
	text-shadow: 0 0 0 transparent;
	color: rgba(255, 255, 255, .75);
}

#menu .drop-icon {
	line-height: 1;
}

@media only screen and (max-width: 64em) and (min-width: 52.01em) {
	#menu li {
	}

	#menu .sub-menu li {
		width: auto;
	}
}
  
@media only screen and (min-width: 64.5em) {
	#menu .main-menu {
		display: block;
	}

	#toggle-menu, 
	#menu label.drop-icon {
		display: none;
	}

	#menu ul span.drop-icon {
		display: inline-block;
	}

	#menu li {
		float: left;
	}
}
.hidden {
  display: none !important;
}
  /* Gallery */
  label {
	display: inline-block;
	max-width: 100%;
	margin-bottom: 5px;
	font-weight: 700;
}
#gallery {
	margin-top: 25px;
}

#gallery-images > img{
    
}

#gallery-images > img {
    height: auto;
    width: 100%;
    max-height: 500px;
    max-width: 500px;
    object-fit: scale-down;
    display: none;
}

#thumbs {
	margin-top: 25px;
	display: block;
	flex-direction: row;
}

#thumbs label > img {
    width: 90px;
    height: auto;
    position: relative;
    top: 50%;
    
    /* -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); */
}

#thumbs label {
	cursor: pointer;
	border: 1px solid #f1f1f1;
	margin-right: 5px;
}

#thumbs label:hover {
	border: 1px solid #000;
}

/* Tabs */
/** 8. Tab Bar **/
                .tabBar {
                    padding-bottom: 80px;
                    margin-top: 30px;
                    clear: both;
                }
                #tab2,
                #tab3,
                #tab4,
                #tab5,
                #tab6 {
                    display: none;
                }
                .tabBar input[type="radio"] {
                    visibility: hidden;
                    margin: 0;
                    padding: 0;
                    height: 0;
                    width: 0;
                    position: absolute;
                }
                .tablinks {
                    display: inline-block;
                
                    margin-right: 1%;
                    padding-top: 0;
                    width: 19%;
                    height: 45px;
                    line-height: 45px;
                    background-color: #eff0eb;
                    color: #666666;
                    text-align: center;
                    font-size: 18px;
                    transition: all 0.1s;
                    margin-bottom: 10px;
                }
                .tabBar label:last-of-type {
                    margin-right: 0;
                }
                .tablinks:hover {
                    background-color: #f29400;
                    color: #fff;
                    text-decoration: none;
                    cursor: pointer;
                    transition: all 0.1s;
                }
                #tab1-btn:checked + .tablinks,
                #tab2-btn:checked + .tablinks,
                #tab3-btn:checked + .tablinks,
                #tab4-btn:checked + .tablinks,
                #tab5-btn:checked + .tablinks,
                #tab6-btn:checked + .tablinks {
                    background-color: #f29400;
                    color: #fff;
                    text-decoration: none;
                    cursor: pointer;
                    transition: all 0.1s;
                }
                #tab1-btn:checked ~ #tab1 {
                    display: block;
                }
                #tab1-btn:checked ~ #tab2,
                #tab1-btn:checked ~ #tab3,
                #tab1-btn:checked ~ #tab4,
                #tab1-btn:checked ~ #tab5,
                #tab1-btn:checked ~ #tab6 {
                    display: none;
                }
                #tab2-btn:checked ~ #tab2 {
                    display: block;
                }
                #tab2-btn:checked ~ #tab1,
                #tab2-btn:checked ~ #tab3,
                #tab2-btn:checked ~ #tab4,
                #tab2-btn:checked ~ #tab5,
                #tab2-btn:checked ~ #tab6 {
                    display: none;
                }
                #tab3-btn:checked ~ #tab3 {
                    display: block;
                }
                #tab3-btn:checked ~ #tab1,
                #tab3-btn:checked ~ #tab2,
                #tab3-btn:checked ~ #tab4,
                #tab3-btn:checked ~ #tab5,
                #tab3-btn:checked ~ #tab6 {
                    display: none;
                }
                #tab4-btn:checked ~ #tab4 {
                    display: block;
                }
                #tab4-btn:checked ~ #tab1,
                #tab4-btn:checked ~ #tab2,
                #tab4-btn:checked ~ #tab3,
                #tab4-btn:checked ~ #tab5,
                #tab4-btn:checked ~ #tab6 {
                    display: none;
                }
                #tab5-btn:checked ~ #tab5 {
                    display: block;
                }
                #tab5-btn:checked ~ #tab1,
                #tab5-btn:checked ~ #tab2,
                #tab5-btn:checked ~ #tab3,
                #tab5-btn:checked ~ #tab4,
                #tab5-btn:checked ~ #tab6 {
                    display: none;
                }
                #tab6-btn:checked ~ #tab6 {
                    display: block;
                }
                #tab6-btn:checked ~ #tab1,
                #tab6-btn:checked ~ #tab2,
                #tab6-btn:checked ~ #tab3,
                #tab6-btn:checked ~ #tab4,
                #tab6-btn:checked ~ #tab5 {
                    display: none;
                }
                .tabContent {
                    clear: both;
                    color: #222;
                    text-align: left;
                    overflow: auto;
                    font-size: 16px;
                    line-height: 1.5;
                    padding: 6px 12px;
                }
                .tabContent img {
                    max-width: 100%;
                }
                .tabContent p {
                    margin: 0;
                    padding: 0;
                }
                .tabContent a,
                .tabContent a:visited {
                    color: #f29400;
                    text-decoration: none;
                }
                .tabContent a:hover {
                    text-decoration: underline;
                    font-weight: 700;
                }
                .tabContent h1,
                .tabBar h1,
                .tabContent h2,
                .tabBar h2 {
                    font-weight: 300;
                    font-size: 28px;
                    transition: all 0.1s;
                }
                .tabContent h1:hover,
                .tabBar h1:hover,
                .tabContent h2:hover,
                .tabBar h2:hover {
                    color: #f29400;
                    cursor: default;
                    transition: all 0.1s;
                }
                .tabContent ul,
                .tabContent ol {
                    display: block;
                    text-align: left;
                    margin: 0;
                    position: relative;
                    line-height: 1.5;
                }
                .tabContentFeaturesList {
                    margin: 0 auto !important;
                    padding: 0 0 0 20px;
                    max-width: 350px;
                    list-style: none;
                    text-align: left;
                }
                .tabContentFeaturesList li {
                    margin-bottom: 10px;
                }
                .tabContentFeaturesList i {
                    margin-right: 8px;
                }
.tabBar {
    padding-bottom: 80px;
    margin-top: 30px;
    clear: both;
	width: 100%;
}
.tabs .tab-header {
	/* border-bottom: solid 4px #0072BB; */
}

.tabBar > input {
	display: none;
	border: solid 1px;
	width: 100%;
}
  .tablinks {
    display: inline-block;
    margin-right: 1%;
    padding-top: 0;
    width: 19%;
    height: 45px;
    line-height: 45px;
    background-color: #efefef;
    color: #666666;
    text-align: center;
    font-size: 18px;
    transition: all 0.1s;
    margin-bottom: 10px;
}


.tabs > section {
	margin-top: 15px;
	display: none;
}

#tab1:checked ~ #content1,
#tab2:checked ~ #content2,
#tab3:checked ~ #content3,
#tab4:checked ~ #content4 {
	display: block;
}

 /** 16. ANIMATIONS **/
                .animated {
                    -webkit-animation-duration: 1s;
                    -moz-animation-duration: 1s;
                    -o-animation-duration: 1s;
                    animation-duration: 1s;
                    -webkit-animation-fill-mode: both;
                    -moz-animation-fill-mode: both;
                    -o-animation-fill-mode: both;
                    animation-fill-mode: both;
                }
                @-webkit-keyframes fadeInRight {
                    0% {
                        opacity: 0;
                        -webkit-transform: translateX(10px);
                    }
                    100% {
                        opacity: 1;
                        -webkit-transform: translateX(0);
                    }
                }
                @-moz-keyframes fadeInRight {
                    0% {
                        opacity: 0;
                        -moz-transform: translateX(10px);
                    }
                    100% {
                        opacity: 1;
                        -moz-transform: translateX(0);
                    }
                }
                @-o-keyframes fadeInRight {
                    0% {
                        opacity: 0;
                        -o-transform: translateX(10px);
                    }
                    100% {
                        opacity: 1;
                        -o-transform: translateX(0);
                    }
                }
                @keyframes fadeInRight {
                    0% {
                        opacity: 0;
                        transform: translateX(10px);
                    }
                    100% {
                        opacity: 1;
                        transform: translateX(0);
                    }
                }
                .fadeInRight {
                    -webkit-animation-name: fadeInRight;
                    -moz-animation-name: fadeInRight;
                    -o-animation-name: fadeInRight;
                    animation-name: fadeInRight;
                } 
				
				.section-footer{
                 padding:20px 0;
				 background: #efefef;
				 border-top: 1px solid #f29400;
                } 
                .section-footer ul{
                list-style:none;
                padding:0;
                } 
               h1 {
				    font-weight: 400;
				    font-size: 1.6rem;
				}
				.price span {
				    font-size: 1.6rem;
				    color: #f29400;
				}
				a.orange, a.black {
				    width: 49%;
				    display: block;
				    color: #fff;
				    background: #f29400;
				    height: 60px;
				    text-align: center;
				    line-height: 60px;
				    
				}
				a.black {
					 background: #000;
				}
				.item-box  {
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
    padding-top: 15px;
    padding-left: 20px;
    padding-right: 20px;
    min-height: 140px;
    margin-bottom: 20px;
    background:#fff;
}
.contentBorder{
    border:1px solid #f1f1f1;
}
.item-box:hover {
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}
.icon-box-title {
					 color: #f29400;
				}
.section-head, .product-main,  .tabBar {
background: #fff;
}
.product-main,  .tabBar {
padding:20px;
margin-bottom:20px;
}
.section-content {
margin-top:10px;
}