@charset "utf-8";
/* CSS Document */
* {
    padding:0;
    margin:0;
    border:none;
    outline:none;
    list-style: none;
    box-sizing: border-box;
    font-family: 'Open Sans', sans-serif;
}
body {
    padding: 2%;
}
img {
    max-width: 100%;
}
.clear{
    clear: both;
}
.wrapper{
    margin: 0 auto;
    max-width: 1100px;
    width: 96%;
}
.header {
    padding: 15px 0;
    width: 100%;
    background: url(../images/header-bg.jpg) left top repeat;
    text-align: center;
    float: left;
}
.header a {
    display: inline-block;
}
.container {
    width: 100%;
    float: left;
}
.slider {
    margin: 5% 0;
    width: 100%;
    height: 600px;
    position: relative;
}
/* Slides */
.slider li {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 0;
    top: 0;
}
.slider input {
    display: none;
}
/* Navigation */
.slider label {
    background-color: #cccccc;
    top: 40%;
    border-radius: 100%;
    cursor: pointer;
    display: block;
    width: 15px;
    height: 15px;
    left: .5em;
    position: absolute;
    transition: .25s;
    z-index: 10;
}
.slider input:checked + label {
    background-color: #333;
}
.slider li:nth-child(1) label {
    top: 40%;
}
.slider li:nth-child(2) label {
    top: 45%;
}
.slider li:nth-child(3) label {
    top: 50%;
}
.slider li:nth-child(4) label {
    top: 55%;
}
.slider li:nth-child(5) label {
    top: 60%;
}
.slider li:nth-child(6) label {
    top: 65%;
}
/* Images */
.slider img {
    max-height: 100%;
    opacity: 0;
    transition: .25s;
    visibility: hidden;
}
.slider li input:checked ~ img {
    opacity: 1;
    visibility: visible;
    z-index: 9;
}
.container h1 {
    padding: 0 15%;
    text-align: center;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 400;
    font-size: 22px;
    color: #232323;
}
.template_buttons {
    width: 100%;
}
.template_buttons li {
    margin: 30px 4% 30px 0;
    width: 48%;
    float: left;
}
.template_buttons li:last-child {
    margin-right: 0;
}
.template_buttons li a {
    padding: 15px 0;
    background: #000;
    border: 3px solid #000;
    text-align: center;
    text-decoration: none;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 400;
    color: #FFF;
    display: block;
    transition: .25s;
}
.template_buttons li:last-child a {
    background: #9a9a9a;
    border-color: #9a9a9a;
}
.template_buttons li a:hover {
    background: #FFF;
    color: #000;
}
/***********CSS TAB*************/
.css_tab1 {
    width: 100%;
    float: left;
    position: relative;
    margin-top: 20px;
}
.css-tab1 {
    display: none;
}
.css_tab1 li {
    display: inline-block;
    float: left;
    width: 100%;
}
.css_tab1 li label {
    padding: 15px 20px 10px 20px;
    width: 140px;
    background: #fff;
    border: 1px solid #a4a4a4;
    text-align: center;
	text-transform: uppercase;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 14px;
    color: #343434;
    position: absolute;
    left: 0px;
    top: 8px;
    float: left;
    cursor: pointer;
}
.css_tab1 li:nth-child(1) label {
    left: 0px;
}
.css_tab1 li:nth-child(2) label {
    left: 139px;
}
.css_tab1 li:nth-child(3) label {
    left: 278px;
}
.css-tab1:checked + .tab-label {
    padding: 18px 20px 15px 20px;
    background: #f2f2f2;
    border: solid 1px #a4a4a4;
    border-bottom: solid 1px #f2f2f2;
    top: 0;
}
.tab-label:hover {
    background: #f2f2f2;
    border: solid 1px #a4a4a4;
}
#tab1:checked ~ #tab-content1,
#tab2:checked ~ #tab-content2,
#tab3:checked ~ #tab-content3 {
    display: block;
}
.tab-content {
    margin-top: 49px;
    padding: 15px;
    width: 100%;
    background: #f2f2f2;
    border: 1px solid #a4a4a4;
    display: none;
    text-align: left;
    float: left;
}
.tab-content p,
.tab-content ul li {
    /* font-family: 'Josefin Sans', sans-serif; */
	font-weight: 300;
    font-size: 14px;
    color: #232323;
    line-height: 22px;
}
.tab-content ul li {
    display: list-item;
    list-style-type: disc;
    list-style-position: inside;
}
.review {
    padding-left: 110px;
    margin-bottom: 10px;
    text-decoration: none;
    text-transform: uppercase;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 12px;
    color: #232323;
    line-height: 22px;
    display: inline-block;
}
.one_star {
    background: url(../images/1star-rating.png) left top no-repeat;
}
.two_star {
    background: url(../images/2star-rating.png) left top no-repeat;
}
.three_star {
    background: url(../images/3star-rating.png) left top no-repeat;
}
.four_star {
    background: url(../images/4star-rating.png) left top no-repeat;
}
.five_star {
    background: url(../images/5star-rating.png) left top no-repeat;
}
/***********css accordion************/
.css_accordion {
    width: 100%;
    float: left;
    position: relative;
    margin-top: 20px;
}
.accordion-radio {
    display: none;
}
.css_accordion li {
    display: inline-block;
    float: left;
    width: 100%;
}
.css_accordion li label {
    padding: 30px 30px 5px 0;
    width: 100%;
    background: url(../images/plus2.png) right 40px no-repeat;
    border-bottom: 1px solid #a4a4a4;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 30px;
    line-height: 30px;
    color: #343434;
    float: left;
    cursor: pointer;
}
.accordion-radio:checked + .accordion-label {
    background: url(../images/minus.png) right 40px no-repeat;
}
#accordion1:checked ~ #accordion-content1,
#accordion2:checked ~ #accordion-content2,
#accordion3:checked ~ #accordion-content3,
#accordion4:checked ~ #accordion-content4 {
    padding: 15px 15px 15px 0;
    /* visibility: visible; */
    max-height: 350px;
	display: block;
}
.accordion_content {
    width: 100%;
    max-height: 0px;
    overflow-y: scroll;
    /* visibility: hidden; */
	display: none;
    transition: 300ms;
    float: left;
}
#accordion-content1,
#accordion-content4 {
    text-align: center;
}
.accordion_content p {
    font-size: 14px;
    color: #232323;
    line-height: 22px;
}
.accordion_content ul li {
    font-size: 14px;
    color: #232323;
    line-height: 30px;
}
.accordion_content p a {
    color: #0050d4;
    text-decoration: none;
}
.accordion_content p span {
    padding: 5px 0;
    display: block;
}
.accordion_content p span.name {
    font-size: 18px;
}
#accordion-content3 ul {
    width: 100%;
}
#accordion-content3 ul li {
    margin-bottom: 20px;
    width: 20%;
    height: 150px;
    text-align: center;
    line-height: 20px;
    float: left;
}
#accordion-content3 ul li img {
    margin: 0 auto;
    display: block;
}
.popup_container {
    margin: 20px 0 0 0;
    width: 100%;
    float: left;
}
.img-holder {
    width: 16%;
    border: 1px solid #e0e0e0;
    position: relative;
    float: left;
}
.lightbox {
    display: block;
    position: relative;
}
.lightbox img {
    display: block;
}
.lightbox:before {
    width: 100%;
    height: 100%;
    background: url(../images/zoom.png) center center no-repeat, rgba(0, 0, 0, 0.5);
    background-size: 50%;
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    transition: 300ms all;
}
.lightbox:hover:before {
    opacity: 1;
}
.lightbox-target {
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    background: rgba(0, 0, 0, 0.7);
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
}
a.lightbox-close {
    display: block;
    width: 50px;
    height: 50px;
    background:url(../images/lightbox-close.png) center center no-repeat #FFF;
    position: absolute;
    top:0;
    right: 0;
}
.lightbox-target:target {
    position: fixed;
    opacity: 1;
    visibility: visible;
    top:0;
}
.img-popup {
    padding: 10px;
    max-width: 0;
    max-height: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    position: absolute;
    top: 5%;
    left: 50%;
    right: 0;
    bottom: 0;
    -ms-transform: scale(0) translateX(0);
    -webkit-transform: scale(0) translateX(0);
    transform: scale(0) translateX(0);
    transition: transform .5s ease;
    -moz-transition: transform .5s ease;
    -webkit-transition: transform .5s ease;
}
.lightbox-target:target .img-popup {
    width: 90%;
    max-width:600px;
    max-height: 60%;
    -ms-transform: scale(1) translateX(-50%);
    -webkit-transform: scale(1) translateX(-50%);
    transform: scale(1) translateX(-50%);
}
.img-popup img {
    max-height: 100%;
}
.popup_content {
    padding-left: 2%;
    width: 84%;
    text-align: left;
    float: left;
}
.popup_content h3 {
    padding: 0 0 15px 0;
    font-weight: 400;
    font-size: 24px;
}
/************SECOND CSS TAB**************/
.css_tab2 {
    width: 100%;
    float: left;
    position: relative;
    margin: 50px 0 20px 0;
}
.css-tab2 {
    display: none;
}
.css_tab2 li {
    display: inline-block;
    float: left;
    width: 100%;
}
.css_tab2 li label {
    padding: 0 20px;
    width: 140px;
    background: #fff;
    border: 1px solid #a4a4a4;
    text-align: center;
    font-weight: 600;
    font-size: 13px;
    line-height: 25px;
    color: #343434;
    position: absolute;
    left: 0px;
    top: 0px;
    float: left;
    cursor: pointer;
}
.css_tab2 li:nth-child(1) label {
    left: 0px;
}
.css_tab2 li:nth-child(2) label {
    left: 139px;
}
.css_tab2 li:nth-child(3) label {
    left: 278px;
}
.css_tab2 li:nth-child(4) label {
    left: 417px;
}
.css_tab2 li:nth-child(5) label {
    left: 556px;
}
.css-tab2:checked + .tab-label {
    background: #f2f2f2;
    border: solid 1px #a4a4a4;
    border-bottom: solid 1px #f2f2f2;
}
.tab-label:hover {
    background: #f2f2f2;
    border: solid 1px #a4a4a4;
}
#tab4:checked ~ #tab-content4,
#tab5:checked ~ #tab-content5,
#tab6:checked ~ #tab-content6,
#tab7:checked ~ #tab-content7,
#tab8:checked ~ #tab-content8 {
    display: block;
}
.tab-content2 {
    margin-top: 26px;
    padding: 15px;
    width: 100%;
    background: #f2f2f2;
    border: 1px solid #a4a4a4;
    display: none;
    text-align: left;
    float: left;
}
.tab-content2 p,
.tab-content2 ul li {
    font-size: 13px;
    color: #232323;
    line-height: 22px;
}
.tab-content2 ul li {
    display: list-item;
    list-style-type: disc;
    list-style-position: inside;
}
@media only screen and (max-width:980px) {
    .header a img {
        height: 25px;
    }
}
@media only screen and (max-width:768px) {
    .container h1 {
        padding: 0;
    }
    /*tab-css*/
    .css_tab1 li label {
        padding: 15px 10px 10px 10px;
        width: 100% !important;
        position: static;
        background: #000 url(../images/plus.png) right center no-repeat;
        text-align: left;
        color: #fff;
        border: none;
    }
    .css_tab1 li{
        margin-bottom: 1px;
    }
    .tab-content {
        margin-top: 0px;
    }
    .css_tab1 li label:hover{
        background: #343434 url(../images/plus.png) right center no-repeat;
        border: none;
    }
    .css-tab1:checked + .tab-label{
		padding: 15px 10px 10px 10px;
        background: #f2f2f2 url(../images/minus.png) right center no-repeat;
        color: #646464;
    }
    /*tab-css*/
    .css_tab2 li label {
        padding: 5px 10px;
        width: 100% !important;
        position: static;
        background: #000 url(../images/plus.png) right center no-repeat;
        text-align: left;
        color: #fff;
        border: none;
    }
    .css_tab2 li{
        margin-bottom: 1px;
    }
    .tab-content2 {
        margin-top: 0px;
    }
    .css_tab2 li label:hover{
        background: #343434 url(../images/plus.png) right center no-repeat;
        border: none;
    }
    .css-tab2:checked + .tab-label{
        padding: 5px 10px;
        background: #f2f2f2 url(../images/minus.png) right center no-repeat;
        color: #646464;
    }
    #accordion-content3 ul li {
        width: 25%;
    }
    .img-holder {
        width: 25%;
    }
    .popup_content {
        width: 75%;
    }
    .popup_content h3 {
        font-size: 18px;
    }
}
@media only screen and (max-width:640px) {
    .header a img {
        height: 16px;
    }
    .slider {
        height: 450px;
    }
    #accordion-content3 ul li {
        width: 33.33%;
    }
}
@media only screen and (max-width:480px) {
    .slider {
        height: 350px;
    }
    .template_buttons li {
        width: 100%;
        margin: 20px 0 0 0;
    }
    #accordion-content3 ul li {
        width: 50%;
    }
    .img-holder {
        margin-bottom: 20px;
    }
    .img-holder,
    .popup_content {
        width: 100%;
        text-align: center;
    }
    .lightbox img {
        margin: 0 auto;
    }
    .lightbox:before {
        background-size: auto;
    }
}