/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Apr 1, 2019, 3:19:27 PM
    Author     : gasper
*/


body{
    font-family: 'Muli', sans-serif;
    font-size: 16px;
    font-weight: 400;
    overflow-x: hidden !important;
    color: #414042;
}

h1, h2, h3{
    margin: 0;
    padding: 0;
}

*:focus {
    outline: 0;
    outline: none;
}

a{
    text-decoration: none !Important;
    color: #3b3b3b;
}

p{
    margin: 0;
    padding: 0;
}

button{
    border: none;
}


img:focus {
    outline:none !important;
}

.default-label{
    font-weight: 400;
    font-size: 12px;
}

.default-label span{
    font-size: 10px;
    color: #c7c7c7;
}

.default-input{
    border: none;
    border-radius: 5px;
    width: 100%;
    height: 38px;
    padding-left: 10px;
}

.default-textarea{
    width: 100%;
    resize: none;
    border: none;
    min-height: 100px;
    padding: 10px;
}


.navbar{
    background-color: transparent;
    padding-top: 35px;
    margin-bottom: -87px;
    -webkit-transition: padding .4s;
    -moz-transition: padding .4s;
    transition: padding .4s;
}

.navbar.navbar-shrink{
    background-color: #06438f;
    padding: 0 0;
    margin-top: 0px;
    box-shadow: 0 1px 15px 0 rgba(165,165,165,0.50);
}



.nav>li>a{
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
}


.nav>li>a{
    padding-top: 7px;
    padding-bottom: 7px;
}

.navbar-nav>li.active{
    border: 1px solid white;
    color: #ffffff;
}

.nav>li>a:hover, .nav>li>a:focus{
    background: none !Important;
    color: #ffffff;
}

.navbar-brand{
    margin-top: -25px;
}

.navbar-toggle{
    padding: 0px;
}

.navbar-toggle .icon-bar {
    display: block;
    width: 30px;
    height: 2px;
    border-radius: 1px;
    background: #7eb8db;
}

.pageNav{
    background-color: #ffffff;
    padding-bottom: 20px;
}

.pageNav .nav>li>a{
    color: #414042;
}

.header{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 90vh;
}

.header h1{
    font-size: 50px;
    padding-top: 33vh;
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
}

.header h2{
    color: #ffffff;
    font-size: 25px;
    padding-top: 10px;
    margin-bottom: 30px;
}

.header section{
    height: 100%;
    background-color: #00000059;
}


.headerButton1{
    padding: .7em 3em .7em;
    font-size: 0.875em;
    font-weight: 700;
    outline: none;
    letter-spacing: 0.1em;
    line-height: 1.5;
    background: #01438f;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    box-shadow: inset 0 0 0 0 #032f63;
    -webkit-transition: all ease 0.8s;
    -moz-transition: all ease 0.8s;
    transition: all ease 0.8s;
}

.headerButton1:hover{
    box-shadow: inset 0 50px 0 0 #032f63;
    color: #ffffff;
}


.headerButton2{
    padding: .7em 3em .7em;
    font-size: 0.875em;
    font-weight: 700;
    outline: none;
    letter-spacing: 0.1em;
    line-height: 1.5;
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
    background-color: #7eb8db;
    margin-left: 20px;
    box-shadow: inset 0 0 0 0 #6796b3;
    -webkit-transition: all ease 0.8s;
    -moz-transition: all ease 0.8s;
    transition: all ease 0.8s;
}

.headerButton2:hover{
    box-shadow: inset 0 50px 0 0 #6796b3;
    color: #ffffff;
}

.headerButton2 img{
    width: 13px;
    margin-top: -4px;
    margin-right: 10px;
}

.landing1{
    padding-top: 50px;
    padding-bottom: 50px;
}

.landing1 img{
    max-width: 100%;
    width: auto;
}

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

.landing1 ul li{
    display: inline-block;
    width: 12%;
}

.landing1 ul li img{
    max-width: 100%;
    width: auto;
    height: 100px;
}

.landing2{
    padding-top: 90px;
    padding-bottom: 100px;
    background-color: #fafafa;
}

.landing2 img{
    max-width: 100%;
}

.landing2 .card{
    background-color: #ffffff;
    padding: 10px;
    border-radius: 5px;
}

.landing2 .card ul{
    list-style: none;
    padding: 0;
    margin: 0;
    margin-top: 45px;
}

.landing2 .card ul li{
    margin-bottom: 15px;
}

.landing2 .card ul li img{
    width: 20px;
    margin-right: 10px;
}

.landing3{
    padding-top: 50px;
    padding-bottom: 80px;
}

.productCard{
    background-color: #fafafa;
    margin-bottom: 20px;
    transition: .3s;
}

.productCard:hover{
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.5);
}

.productCard .imageContainer{
    height: 200px;
    background-color: #ffffff;
    text-align: center;
}

.productCard .textContainer{
    padding: 20px;
    padding-bottom: 40px;
}

.productCard .imageContainer img{
    max-width: 100%;
    width: auto;
    margin: 0 auto;
    height: 100%;
}

.productCard .textContainer .title{
    color: #01438f;
    font-weight: 700;
}

.productCard .textContainer .price{
    font-size: 20px;
    font-weight: 700;
}

.productCard .textContainer .price span{
    font-size: 15px;
    font-weight: 400;
    text-decoration: line-through;
}

.productCard .textContainer .bag{
    height: 30px;
    width: 30px;
    border-radius: 50%;
    background: #ffffff;
    text-align: center;
    float: right;
}

.productCard .textContainer .bag img{
    width: 17px;
}

.landing4{
    background-color: #fafafa;
    background-position: center;
    background-size: cover;
    padding-top: 120px;
    padding-bottom: 120px;
}


.landing4 .image1 img{
    max-width: 100%;
    height: 590px;
    float: left;
    opacity: 0.7;
}

.landing4 .image2 img{
    max-width: 100%;
    height: 504px;
    margin-left: -30px;
    margin-top: 40px;
    position: relative;
}

.landing4 .title{
    margin-top: 130px;
    font-size: 30px;
    font-weight: 700;
    border-top: 1px solid #cacaca;
    margin-bottom: 20px;
    padding-top: 20px;
}

.landing4 .text{
    font-size: 16px;
    border-bottom: 1px solid #cacaca;
    padding-bottom: 20px;
}

.landing4 .text .author{
    margin-top: 20px;
    text-align: right;
    color: #969696;
    font-size: 13px;
}


.landing4Button{
    padding: .7em 3em .7em;
    font-size: 0.875em;
    font-weight: 700;
    outline: none;
    letter-spacing: 0.1em;
    line-height: 1.5;
    color: #ffffff;
    text-align: center;
    margin-top: 20px;
    width: 100%;
    text-transform: uppercase;
    background-color: #7eb8db;
    box-shadow: inset 0 0 0 0 #6796b3;
    -webkit-transition: all ease 0.8s;
    -moz-transition: all ease 0.8s;
    transition: all ease 0.8s;
}

.landing4Button:hover{
    box-shadow: inset 0 50px 0 0 #6796b3;
    color: #ffffff;
}

.landing4Button img{
    width: 13px;
    margin-top: -4px;
    margin-right: 10px;
}

.landing5{
    padding-top: 120px;
    padding-bottom: 120px;
    background: #7eb8db;
    background: -moz-linear-gradient(bottom, #7eb8db 0%, #fafafa 100%);
    background: -webkit-linear-gradient(bottom, #7eb8db 0%, #fafafa 100%);
    background: linear-gradient(to top, #7eb8db 0%, #fafafa 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7eb8db', endColorstr='#fafafa',GradientType=0 );
}


.landing5 img{
    width: 40px;
}

.landing5 .image{
    border-radius: 50%;
    width: 90px;
    height: 90px;
    margin: 0 auto;
    text-align: center;
    padding-top: 26px;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.5);
    background-color: #06438f;
    margin-top: -64px;
    left: 50%;
    margin-left: -45px;
    position: absolute;
}

.landing5 .card .text{
    padding: 40px;
    background-color: #7eb8db;
    border-radius: 5px;
    margin-top: 50px;
    font-size: 15px;
    color: #ffffff;
    border: 2px dotted white;
}


.landing5 .card .text .title{
    font-size: 20px;
    font-weight: 700;
    color: #06438f;
    margin-bottom: 20px;
    margin-top: 15px;
}


.landingVideo{
    background-color: #eef5f8;
    padding-top: 120px;
    padding-bottom: 80px;
}


.landingVideo .imageContainer img{
    max-width: 100%;
    max-height: 700px;
}


.landing6{
    padding-top: 60px;
    padding-bottom: 60px;
}


.opinionBox{
    border-top: 1px solid #d9d9d9;
    margin-bottom: 20px;
}

.opinionBox .left{
    margin-top: 15px;
    margin-bottom: 15px;
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 14px;
}

.opinionBox .left .circle{
    width: 50px;
    background-color: #06438f;
    text-align: center;
    height: 50px;
    border-radius: 50%;
    padding-top: 15px;
    float: left;
    margin-top: -14px;
    margin-right: 15px;
    font-weight: 700;
    color: #ffffff;
}

.opinionBox .left .productInfo{
    margin-top: 10px;
}

.opinionBox .left .productInfo span{
    color: #969696;
}

.opinionBox .right{
    border-left: 1px solid #d9d9d9;
    padding-left: 25px;
}

.opinionBox .right .title{
    font-size: 14px;
    margin-top: 20px;
    font-weight: 700;
}

.opinionBox .right .text{
    font-size: 13px;
    margin-top: 10px;
    color: #969696;
}

.opinionBox .right .image{
    font-size: 13px;
    margin-top: 20px;
}

.opinionBox .right .image img{
    width: 20px;
    margin-right: 5px;
    margin-top: -6px;
}

.shoppingCartBox img{
    width: 20px;
    margin-top: -5px;
}

.shoppingCartBox{
    border-left: 1px solid #ffffff;
}

.shoppingCartBoxProduct{
    border-left: 1px solid #06438f;
}

.footer{
    background-color: #01438f;
    padding-top: 50px;
    padding-bottom: 50px;
    color: #ffffff;
    font-size: 14px;
}

.footer .footerLogo{
    margin-top: 43px;
}

.footer a{
    color: #ffffff;
}


.footerLink{
    margin-top: 10px;
}


.productContainer{
    padding-top: 60px;
    padding-bottom: 50px;
    background-color: #fafafa;
    margin-top: 70px;
}


.productTitle{
    font-size: 30px;
    font-weight: 700;
    color: #06438f;
    margin-bottom: 20px;
}

.breadCrumbs{
    color: #969696;
    font-size: 10px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.breadCrumbs a{
    color: #969696;
}

.productShort{
    font-size: 16px;
}

.productSubtitle{
    font-size: 12px;
    margin-top: 20px;
    color: #969696;
}

.productPriceTitle{
    font-size: 12px;
    margin-top: 20px;
}

.productPrice{
    font-size: 30px;
    font-weight: 700;
    color: #06438f;
}

.productImage{
    background-color: #ffffff;
    text-align: center;
    height: 340px;
    margin-bottom: 20px;
}

.productImage img{
    margin: 0 auto;
    width: auto;
    max-width: 100%;
    height: 100%;
}

.productImageNav {
    height: 100px;
    transition: .3s;
    margin-right: 5px;
    background-color: #ffffff;
    text-align: center;
}

.productImageNav {
    margin-top: 20px;
}

.productImageNav img {
    max-width: 110px;
    height: 100%;
    margin: 0 auto;
}


.productButton1{
    padding: .7em 3em .7em;
    font-size: 0.875em;
    font-weight: 700;
    outline: none;
    letter-spacing: 0.1em;
    line-height: 1.5;
    background: #01438f;
    color: #fff;
    text-align: center;
    margin-top: 43px;
    width: 100%;
    text-transform: uppercase;
    box-shadow: inset 0 0 0 0 #032f63;
    -webkit-transition: all ease 0.8s;
    -moz-transition: all ease 0.8s;
    transition: all ease 0.8s;
}


.productButton1:hover{
    box-shadow: inset 0 50px 0 0 #032f63;
    color: #ffffff;
}

.productButton1 img{
    width: 17px;
    margin-top: -5px;
    margin-right: 10px;
}

.slick-slide img {
    display: inline;
}

.cardsError{
    margin-top: 100px;
    padding-bottom: 100px;
    background-color: #ffffff;
    padding: 50px;
    border-radius: 5px;
}


.cardsError h1{
    font-size: 50px;
    font-weight: 700;
    color: #06438f;
    margin-bottom: 10px;
}

.cardsError h2{
    font-size: 20px;
}

.cardsError .productsBody div{
    margin-top: 50px;
}

.footerList{
    list-style: none;
    padding-left: 0px;
}

.bottomFooter{
    background: #043067;
    color: #c3baba;
    font-size: 12px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.bottomFooter a{
    color: #c3baba;
}

.pageBox{
    background-color: #ffffff;
    padding: 40px;
}

.pageBox h1{
    margin-bottom: 30px;
}
.moreless{
    float: right;
    margin-top: 10px;
    opacity: 0.7;
    transition: all 0.6s ease-in-out;
}
 .more img{
    width: 15px;
    transform: rotate(90deg);
    margin-left: 5px;
    margin-bottom: 2px;
}
.less img{
    width: 15px;
    transform: rotate(-90deg);
    margin-left: 5px;
    margin-bottom: 2px;
}

#myModal .modal-content{
    background-image: linear-gradient(to bottom, #7eb8db 0%, #fafafa 100%);;
}

[type="checkbox"]:not(:checked),[type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}
[type="checkbox"]:not(:checked) + label,[type="checkbox"]:checked + label {
  position: relative;
  padding-left: 1.95em;
  cursor: pointer;
}

/* checkbox aspect */
[type="checkbox"]:not(:checked) + label:before,[type="checkbox"]:checked + label:before {
  content: '';
  position: absolute;
  left: 0; top: 0;
  width: 1.6em; height: 1.6em;
  border: 2px solid #ccc;
  background: #fff;
  border-radius: 4px;
  box-shadow: inset 0 1px 3px rgba(0,0,0,.1);
}
/* checked mark aspect */
[type="checkbox"]:not(:checked) + label:after,[type="checkbox"]:checked + label:after {
  content: '\2713\0020';
  position: absolute;
  top: 0.25em; left: .22em;
  font-size: 1.3em;
  line-height: 0.8;
  color: #06438f;
  transition: all .2s;
  font-family: 'Lucida Sans Unicode', 'Arial Unicode MS', Arial;
}
/* checked mark aspect changes */
[type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
[type="checkbox"]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
/* disabled checkbox */
[type="checkbox"]:disabled:not(:checked) + label:before,[type="checkbox"]:disabled:checked + label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}
[type="checkbox"]:disabled:checked + label:after {
  color: #999;
}
[type="checkbox"]:disabled + label {
  color: #aaa;
}
/* accessibility */
[type="checkbox"]:checked:focus + label:before,[type="checkbox"]:not(:checked):focus + label:before {
  border: 1px solid #01438f;
}

/* hover style just for information */
label:hover:before {
  border: 1px solid #06438f!important;
}
#myModal ::-webkit-input-placeholder { /* WebKit browsers */
    color:    #999;
    font-weight: 300;
    font-size: 13px;
}
#myModal :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #999;
    font-weight: 300;
    font-size: 13px;
}
#myModal ::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #999;
    font-weight: 300;
    font-size: 13px;
}
#myModal :-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #999;
    font-weight: 300;
    font-size: 13px;
}
  