@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,500,700,800&subset=latin-ext');
@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,700,800&subset=latin-ext');
@import url('https://fonts.googleapis.com/css?family=Raleway:300,400,500,700,800&subset=latin-ext');


body{
    overflow-x: hidden;
}

body,html{
    overflow-x: hidden;
    width: 100%;
    max-width: 100%;
    /*height: 100%;*/
    /*min-height: 100%!important;*/
    padding: 0;
    margin: 0;
    font-family: "Open Sans";
    line-height: 1.8;
    letter-spacing: 0.5px;
    font-weight: normal;
    font-style: normal;
    color: #666;
    font-size: 13px;
    background-color: #FFFFFF;
}

body.page{
    /*padding-top: 85px;*/
}

.page a{
    color:#333;
    /*text-decoration: underline;*/
    /*color:#89140c;*/
}

.page a:hover{
    text-decoration: none;
    /*color:black;*/
}

.page.index a:hover{
    text-decoration: none;
    color:white;
}

/*p,
span, [data-element] {
    letter-spacing: 0.5px;
    line-height: 1.5;
}*/

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 15px 0 15px 0;
    padding: 0;
    text-transform: uppercase;
    word-wrap: break-word;
    color: #333;
}

h1 {
    font-size: 36px;
    line-height: 36px;
    letter-spacing: 1px;
}

h2 {
    font-size: 30px;
    line-height: 30px;
    letter-spacing: 1px;
}


h3 {
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 1px;
}

h4 {
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 1px;
}

h5 {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 1px;
}

h6 {
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 1px;
}


.bg-color-x{
    background: black!important;
}

.bg-color-0{
    background: #999!important;
}

.bg-color-1{
    background:white!important;
    border: 0;
}

.bg-color-2{
    background: #70D3E5!important;
    border: 0;
}

.bg-color-3{
    background: #FFD67A!important;
    border: 0;
}

.bg-color-4{
    background: #c9261c!important;
    border: 0;
}

.bg-color-5{
    background: #7D96E9!important;
    border: 0;
}

.bg-color-6{
    background: transparent!important;
    border: 0;
}

.color-x{
    color:black!important;
}

.color-0{
    color:#999!important;
}

.color-1{
    color:white!important;
}

.color-2{
    color: #70D3E5!important;
}

.color-3{
    color: #FFD67A!important;
}

.color-4{
    color: #c9261c!important;
}

.color-5{
    color:#7D96E9!important;
}

.color-6{
    color: transparent!important;
}


.btn.btn-1,.btn.btn-2,.btn.btn-3{
    padding: 10px 30px;
    text-transform: uppercase;
    border-radius: 0px;
    font-size: 12px;
    font-weight: 600;
    margin-right: 10px;
    margin-bottom: 15px;
    letter-spacing: 2px;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    text-decoration: none;

}

.btn-1{
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    font-style: normal;
    background-color: rgba(51, 51, 51, 1);
    color: #ffffff!important;
    border: 1px solid transparent;
    border-style: solid;
    border-color: #333333;
    border-width: 1px 1px 1px 1px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    padding-top: 11px;
    padding-right: 41px;
    padding-bottom: 11px;
    padding-left: 41px;
    margin: 0;
}

.btn-1:hover {
    border-color: #70d2e5;
    color: #ffffff;
    background: rgba(112, 210, 229, 1);
}



.btn.btn-2 {
    border: 1px solid #333;
    color: #333;
    background-color: white;
}

.btn-2:hover {
    border-color: #333333;
    color: #ffffff;
    background: #333333;
}

.btn-3 {
    border: 1px solid #70d2e5;
    color: white !important;
    background-color: #70d2e5;
}

.btn-3:hover {
    border: 1px solid #70d2e5;
    color: #70d2e5 !important;
    background-color: white;
}


.font-2{
    font-family: "Montserrat", sans-serif;
    letter-spacing: 1px;
}

.font-3{
    font-family: 'PT Serif', serif;
}




.icon-text-1 .icon{
    text-align: center;
    display: inline-block;
    /*font-size: 24px;*/
    color: #333;
    /*    background-color: #888;
        width: 60px;
        height: 60px;*/
    /*line-height: 60px;*/
    border-style: none;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}

.icon-text-1:hover .icon{
    /*    color: white;
        background-color: black;
    */}

.icon-text-1 .icon-text-title{
    /*text-align: center;*/
    padding: 10px 0;
    text-transform: uppercase;
    /*font-size: 22px;*/
    position: relative;
    z-index: 1;
}

h2{
    position: relative;
    z-index: 1;
}

.icon-text-1 .icon-text-title:before,h2:before{
    content: attr(data-title);
    position: absolute;
    z-index: -1;
    opacity: 0.05;
    left:0.4em;
    top: -0.6em;
    width: 100%;
    font-size: 1.4em;
    font-weight: 900;
    padding: 10px 0;
    text-transform: uppercase;
    white-space: nowrap;
    -webkit-transition: all 1s ease-in-out 0s;
    -o-transition: all 1s ease-in-out 0s;
    -ms-transition: all 1s ease-in-out 0s;
    transition: all 1s ease-in-out 0s;
}

.icon-text-1 .text{
    text-align: center;
}

.icon-text-2{
    padding: 50px 30px;
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}

.icon-text-2 .icon{
    text-align: center;
    display: inline-block;
    font-size: 40px;
    color: #444;
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}

.icon-text-2:hover{
    background: #eeeeee
}

.icon-text-2 .icon-text-title{
    text-align: center;
    padding: 20px 0;
    margin-bottom: 5px;
    text-transform: uppercase;
    font-size: 14px;
    position: relative;
}
.icon-text-2 .icon-text-title:after{
    position: absolute;
    bottom: 0;
    content: "";
    width: 40%;
    height: 2px;
    background-color: #444;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}


.icon-text-2 .text{
    text-align: center;
}

.icon-text-3{
}

.icon-text-3 .icon{
    display: inline-block;
    font-size: 24px;
    color: #444;
}

.icon-text-3 .icon-block{
    display: inline-block;
    padding-right: 20px;
}

.icon-text-3 .icon-text-title{
    display: inline-block;
    color: #333333;
    margin: 0px 0px 20px 0px;
    text-transform: uppercase;
}


.icon-text-4{
}

.icon-text-4 .icon{
    text-align: center;
    display: inline-block;
    font-size: 25px;
    color: #ffffff;
    background-color: #333333;
    width: 70px;
    height: 70px;
    line-height: 70px;
    border-style: none;
}

.icon-text-4 .icon-block{
    float: left;
    padding-right: 20px;
    padding-bottom: 10px;
}

.icon-text-4 .icon-text-title{
    display: inline-block;
    font-size: 17px;
    color: #333333;
    margin:0px;
    text-transform: uppercase;
    vertical-align: top; 
}

.icon-text-4 .text{
    display: block;
}

.icon-text-5{
    padding: 50px 30px;
}

.icon-text-5 .icon{
    text-align: center;
    display: inline-block;
    font-size: 40px;
    color: #444;
}


.icon-text-5 .icon-text-title{
    text-align: center;
    padding: 20px 0;
    margin-bottom: 5px;
    text-transform: uppercase;
    /*font-size: 14px;*/
    position: relative;
}


.icon-text-5 .text{
    text-align: center;
}


.icon-text-6:hover .icon{ 
    background-color: #FF867A!important;
}

.icon-text-6 .icon{
    text-align: center;
    display: inline-block;
    font-size: 25px;
    color: #ffffff;
    background-color: #333333;
    width: 70px;
    height: 70px;
    line-height: 70px;
    border-style: none;
    border-radius: 100%;
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}

.icon-text-6 .icon-block{
    float: left;
    padding-right: 20px;
    padding-bottom: 10px;
}

.icon-text-6 .icon-text-title{
    display: inline-block;
    color: #333333;
    margin: 0px 0px 10px 0px;
    text-transform: uppercase;
    vertical-align: top; 
}

.icon-text-6 .text{
    display: block;
}




.separator {
    background-color: #c0c0c0;
    overflow: hidden;
    text-align: center;
    width: 100%;
    height: 1px;
}



.footer-copyright{
    margin-top: 20px;
    margin-bottom: 20px;
}

.footer-copyright a{
    color: #333;
}

.footer-copyright p{
    padding: 0;
    margin: 0;
}

.wrap_infobox{
    display: none;
}

.infobox{
    z-index: 999998;
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.8);
    cursor: pointer;
    top: 0;
}


.infobox img{
    position: absolute;
    max-width: 80%;
    max-height: 80%;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}


.infobox-close{
    z-index: 999999;
    position: absolute;
    right: 0;
    top: 0;
    padding: 15px;
    background: #fff;
    color: #000;
    cursor: pointer;
    font-size: 26px;
    width: 56px;
    text-align: center;
}

.video-title{
    text-align: center;
    padding: 15px 20px;
    background: #F1F1F1;
    font-size: 1.2em;
}

#request{
    display: none;
    max-width: 600px;
}

iframe{
    display: block;
}


.gdpr{
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,0.85);
    color: #666;
    font-size: 14px;
    z-index: 999999;
    padding: 30px 15px;
    text-align: justify;
    line-height: 1.4;
}

.gdpr h5{
    color: #888;
    margin: 0;
    padding: 0 0 5px 0;
}

.gdpr .accept{
    float: right;
    display: inline;
    background: #c9261c;
    color: white;
    padding: 6px 10px;
    font-size: 16px;
    margin: 0;
}
.gdpr .accept:hover{
    background: black;
}



.line-height-1{
    line-height: 1;
}

.line-height-1-1{
    line-height: 1.1;
}

.line-height-1-2{
    line-height: 1.2;
}

.line-height-1-3{
    line-height: 1.3;
}

.line-height-1-4{
    line-height: 1.4;
}

.line-height-1-5{
    line-height: 1.5;
}

.line-height-1-6{
    line-height: 1.6;
}

.line-height-1-7{
    line-height: 1.7;
}

.line-height-1-8{
    line-height: 1.8;
}

.line-height-1-9{
    line-height: 1.9;
}

.line-height-2{
    line-height: 2;
}