/*!
 * CSS-Doc for roc-design :: 06/09/2019 @ vlk
 */

 
::-moz-selection {background-color: #15c8c2;color: white;}
::selection {background-color: #15c8c2;color: white;}
html {font-size: 10px;}
body {
    position: relative;
    margin: 0px;
    padding: 0px;
    border: 0px;
    vertical-align: baseline;
    color: #FFF;
    font-family: 'Corbel-Light';
    background-image: url('../../images/background/back.jpg');
    background-size: 100% 100%;
    background-position: center center;
    background-color: #2f2f31;
    font-size: 10px;
}
  @media screen and (max-width: 1023px) {
	  html {font-size: 8px;}
  }
  @media screen and (max-width: 480px) {
	  html {font-size: 6px;}
  }
a {color: #FFF; font-size: 1.4rem}
b, strong {
    font-family: 'Corbel-Bold';
}
h1, h2, h3, h4, h5 {
    text-align: center;
    font-weight: 300;
    text-decoration: none;
}

h1 {
    font-size: 4.8rem;
}

h2 {
    font-size: 3.2rem;
}

h3, .h3 {
    font-size: 2.4rem;
}

h4, .h4 {
    font-size: 2.1rem;
}

h5, .h5 {
    font-size: 1.6rem;
}

h6, .h6 {
    font-size: 1.4rem;
}
a {font-size: 2.2rem;}
p, li {font-size: 2.2rem; margin-bottom: 15px;}
a[data-fancybox="images"] {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top:0;
    left:0;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2,
.col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3,
.col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5,
.col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6,
.col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8,
.col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9,
.col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11,
.col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12,
.col-md-12, .col-lg-12 {
    padding-left: 15px;
    padding-right: 15px;
}
.color-2 {color: #15c8c2;}
.color-3 {color: #ffcc00;}
header {margin-top: 35px; position: absolute; width: 100%;}
header .container {min-width: 100%;}
section {
    min-height: 100vh;
    margin-bottom: 100px;
}

section {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: space-around;
    justify-content: space-around;
    text-align: center;
    align-items: center;
}
section#banner {
    margin-bottom: 200px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
section .container {position: relative;}
 @media screen and (max-width: 1200px) {
	section {
		min-height: initial;
		margin-bottom: 100px;
	}
	section#banner {min-height: 80vh;}
 }
 @media screen and (max-width: 1024px) {
	section {
		min-height: initial;
		margin-bottom: 50px;
    }
   
	
 }
 @media screen and (max-width: 640px) {
    header .row > div {text-align: center !important;}
    header {margin-top: 10px;}
	
 }
@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}
@media (min-width: 1200px) {
    .container {
        max-width: 1180px;
    }
}
@media (min-width: 1600px) {
    .container {
        max-width: 1580px;
    }
}

.check-button {width: 114px; height: 114px; border-radius: 100px; 
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: space-around;
    justify-content: space-around;
    text-align: center;
    align-items: center;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    background-color: #15c8c2;    
}
.check-button.big {width: 246px; height: 246px; border-radius: 300px;}
.check-button:hover {
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    cursor: pointer;
}
.check-button.big:after {
    top: -40px;
    right: -40px;
    bottom: -40px;
    left: -40px;
}
.check-button:after {
    content: '';
    position: absolute;
    border: #ffffff solid 4px;
    top: -20px;
    right: -20px;
    bottom: -20px;
    left: -20px;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: top, right, bottom, left;
    transition-property: top, right, bottom, left;
    border-radius: 100px; 
}
@media (max-width: 640px) {
    .check-button:after {
        top: -15px;
        right: -15px;
        bottom: -15px;
        left: -15px;
    }
}
.check-button.big:after {
    border-radius: 300px;
}
.check-button:hover:after,.check-button:focus:after, .check-button:active:after {
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
}
.check-button a {
    width: 114px;
    height: 114px;
    border-radius: 100px;
    background-color: #15c8c2;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: space-around;
    justify-content: space-around;
    text-align: center;
    align-items: center;
    font-weight: bold;
    text-transform: uppercase;
}
.check-button.big a {
    width: 246px;
    height: 246px;
    border-radius: 300px;
    font-size: 3.8rem;
}
 @media screen and (max-width: 1600px) {
	.check-button.big, .check-button.big a {
		 width: 226px;
		height: 226px;
	}
 
 }
@media screen and (max-width: 1024px) {
    .check-button.big, .check-button.big a {
            width: 116px;
        height: 116px;
    }
    .check-button.big {margin: 100px auto;}
    .check-button.big a {font-size: 1.8rem;}

}
@media screen and (max-width: 640px) {
    .check-button.big, .check-button.big a, .check-button, .check-button a {
        width: 70px;
        height: 70px;
    }
    .check-button.big a,.check-button a {font-size: 1.6rem;}
    .black-carousel .bx-controls.bx-has-controls-direction.bx-has-pager {
        position: absolute;
        right: 0 !important;
        left: 0 !important;
        bottom: 0 !important;
    }
}
.masthead img {
    padding-top: 30px;
    width: auto;
    max-width: 100%;
}
header.masthead img {
    padding-top: 0px;
}  
header.masthead .row {
    align-items: center;
}
header.masthead .social a:hover {
    color: #15c8c2;
}
.masthead .under-text img {
    width: 50px;
}
#banner .check-button {
    margin-top: 40px;
}
.under-text a, .footer .above-text a {
    width: 5vmin;
    height: 5vmin;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    transform: rotate(-225deg);
  }
 @media screen and (max-width: 1600px) {
	.under-text a, .footer .above-text a {
	  bottom: 0px;
	  
	}
 }
 
  @media screen and (max-width: 1120px) {
	 .under-text a, .footer .above-text a {
	    bottom: 0px;
		width: 3vmin;
		height: 3vmin;
	 }
  }
  @media screen and (max-width: 1000px) {
   .footer .bottom-box .row.social {
        max-width: 200px;
        margin: auto;
        text-align: center;
    }
    .footer .bottom-box .row.social > div {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .footer .bottom-box .col-lg-3 {
        margin: 10px 0;
    }
  }
  .under-text a::before, .footer .above-text a::before {
    content: '';
    width: 100%;
    height: 100%;
    border-width: .4vmin .4vmin 0 0;
    border-style: solid;
    border-color: #fafafa;
    transition: .2s ease;
    display: block;
    transform-origin: 100% 0;
  }
  .under-text a:after, .footer .above-text a:after {
    content: '';
    float: left;
    position: relative;
    top: -94%;
    width: 100%;
    height: 90%;
    border-width: 0 .4vmin 0 0;
    border-style: solid;
    border-color: #fafafa;
    transform-origin: 100% 0;
    transition: .2s ease;
  }
  .under-text a:hover::after, .footer .above-text a:hover::after {
    transform: rotate(45deg);
    border-color: #15c8c2;
    height: 120%;
  }
  .under-text a:hover::before, .footer .above-text a:hover::before {
    border-color: #15c8c2;
    transform: scale(0.8);
  }

.under-text {
    position: absolute;
    width: 100%;
    bottom: -200px;
}
@media screen and (max-width: 1600px) {
    .under-text {
        bottom: -140px;
    }
}

.under-text.below {
    position: relative;
    bottom: -15px;
    margin: auto;
}
.above-text {
    margin-bottom: 50px;
}
.under-text *, .above-text * {font-size: 5rem;}
@media screen and (max-width: 1600px) {
	.under-text *, .above-text * {
		font-size: 4rem;
	}
}
@media screen and (max-width: 1120px) {
	.under-text *, .above-text * {
		font-size: 3rem;
	}
}
@media screen and (max-width: 768px) {
    .under-text *, .above-text * {
		font-size: 2.5rem;
	}
    .under-text span, .above-text span {font-size: 3.5rem !important;}
}

.blue-box {min-height: 90vh; border: 45px solid #15c8c2;}
.black-box {min-height: 70vh; border: 45px solid #000;}

/* new black box */

#banner + .page-section.black-carousel {
    margin-top: -300px;
}


.black-box {
    padding: 30px 140px 60px;
}
.black-box img {max-width:100%; max-height: 100%; width: auto; height: auto;}
.black-box .title {
    font-size: 5rem;
    text-align: left;
    margin-bottom: 40px;
}
.black-box .text-box {text-align: left;}
.black-box .box1 .text-box {margin-top: 30px; margin-bottom: 30px;}
.black-box .box1 .bottom-image-box {text-align: left;}
.black-box .box1 .right-image-box {height: 60vh;}
.black-box .box2 .right-image-box {height: 60vh;}
.black-box .box2 .top-image-box {margin: 40px 0 50px;}
.black-box .box3 .right-image-box {height: 200px;}
.black-box .box3 .row:nth-child(2) .right-image-box {height: 130px;}
.black-box .box3 .inner .row {margin-top:20px;}
.black-box .box4 .bottom-image-box {margin-bottom: 20px; text-align: left;}
.black-box .box4 .bottom-image-box.sys {margin-bottom: 0px;}
.black-box .box4 .bottom-image-box:not(.sec):not(.sys) {height: 50px;}

.black-box .bordered {margin-top: 30px; border: 1px solid #fff; background-color: #555557; padding: 20px;}

.black-box .box5 .bottom-image-box {height: 450px;}
.black-box .box5 .inner > .row {align-items: center;}
.black-box .box5 .title span, .black-box .box5 .title img {vertical-align: middle;}

.black-box .box6 .row.orn, .black-box .box6 .row.cir {align-items: center; text-align: right;}
.black-box .box6 .inner > .row {align-items: baseline;}
.black-box .box6 .orn .left-image-box {height: 220px;}
.black-box .box6 .row.cir {margin-bottom: 20px;}
.black-box .box6 .cir .left-image-box {height: 110px;}
.black-box .box6 .row.backg {margin-top: -177px;}



@media screen and (max-width: 1200px) {
    .black-box {
        padding: 10px 70px 20px;
    }
}
@media screen and (max-width: 1024px) {
    .black-box .title {
        font-size: 3rem;
        text-align: left;
        margin-bottom: 10px;
    }
    .black-box .box1 .text-box {
        margin-top: 0px;
        margin-bottom: 10px;
    }
    .black-box .box1 .bottom-image-box {
        text-align: center;
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 992px) {
    .black-box .box6 .row.backg {
        margin-top: 0;
    }
}
@media screen and (max-width: 768px) {
    .black-box {
        padding: 10px 20px 20px;
    }
    .black-box .box5 .title span, .black-box .box5 .title img {
        display: block;
        padding: 10px 0;
    }
}
@media screen and (max-width: 640px) {
    .black-box .box2 .right-image-box {height: auto;}
    .black-box .box3 .row:nth-child(2) .right-image-box {height: auto;}
    .black-box .box3 .right-image-box {height: auto;}
    .black-box .box4 .bottom-image-box:not(.sec):not(.sys) {height: auto;}
    .black-box .box4 .bordered {
        margin-bottom: 30px;
        margin-top: 0;
        padding: 10px;
    }
    .black-box .box4 .bottom-image-box {text-align: center;}
    .black-box .box5 .bottom-image-box {height: auto;}
    .black-box .box6 .orn .left-image-box {height: auto;}
    .black-box .box6 .cir .left-image-box {height: auto;}
}




/* end new black box */
@media screen and (max-width: 1120px) {
	.black-box {
		border: 25px solid #000;
	}
	.blue-box {border: 25px solid #15c8c2;}
}
@media screen and (max-width: 1024px) {
	.black-box {
		min-height: initial;
	}
	.blue-box {min-height: initial}
}
@media screen and (max-width: 480px) {
	.black-box {
		border: 19px solid #000;
	}
	.blue-box {border: 10px solid #15c8c2;}
}
.blue-box h2 {
    font-size: 6rem;
}
.footer .bottom-box {
    bottom: 30px;
    width: 100%;
    display: flex;
    align-items: flex-end;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: space-around;
    justify-content: center;
    text-align: center;
    /* align-items: center; */
}
.footer .bottom-box * {font-size: 2rem; text-transform: uppercase;}
.footer .bottom-box a:hover {color: #15c8c2}
.footer .bottom-box .row {
    width: 100%;
    align-items: center;
}
.flex-style {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: space-around;
    justify-content: space-around;
    text-align: center;
    align-items: center;
}
.page-section .bx-wrapper {
    position: initial;
    margin-bottom: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
    max-height: 100%;
    width: 100%;
}
.black-carousel .black-box, .page-section.wide-carousel {
    position: relative;
}


.page-section .bx-wrapper .bx-viewport {max-height: 100%;}
.black-carousel .black-box {
    background: rgb(103,103,105);
    background: radial-gradient(circle, rgba(103,103,105,1) 0%, rgba(29,29,31,1) 62%);
}
.black-carousel .bx-controls-direction {
    width: 200px;
}
.black-carousel .bx-controls.bx-has-controls-direction.bx-has-pager {
    position: absolute;
    right: 10%;
    bottom: 50%;
}
.page-section.wide-carousel .title {
    z-index: 999;
    position: relative;
    font-size: 5rem;
    padding: 10px 50px;
    text-align: right;
    text-shadow: 2px 2px 4px #aaa;
}
.page-section.wide-carousel .bx-controls-direction {
    display: flex;
    text-align: center;
    width: 200px;
    margin: 20px auto;
}

/*.page-section.wide-carousel .bx-controls.bx-has-controls-direction {
    position: absolute;
    bottom: 60px;
    margin: auto;
    left: 0;
    right: 0;
}*/

.page-section.wide-carousel .bx-wrapper .bx-controls-direction a:hover {
    border: 1px solid #dd9300;
    border-radius: 50px;
    background-color: #dd9300;
}
.page-section .bx-wrapper .bx-controls-direction a {
    border: 1px solid #dd9300;
    border-radius: 50px;
    width: 52px;
    height: 52px;
    background-color: #fff;
}
.page-section .bx-wrapper .bx-controls-direction a {
    text-indent: 0;
    color: transparent;
}
.page-section .bx-wrapper .bx-controls-direction a:hover {
    /*border: 1px solid #15c8c2;
    border-radius: 50px;
    background-color: #15c8c2;*/
    border: 1px solid #dd9300;
    border-radius: 50px;
    background-color: #dd9300;
}

 @media screen and (max-width: 1600px) {
	#banner > .page-section.black-carousel {
		margin-top: -150px;
	}
 }
.black-carousel .check-button {
    position: absolute;
    right: -40px;
    bottom: 20vh;
}
 @media screen and (max-width: 1024px) {
	.black-carousel .check-button {
		bottom: 5vh;
    }
    .page-section.wide-carousel .title {
        font-size: 4rem;
    }
    .page-section.wide-carousel .bx-controls.bx-has-controls-direction {
        bottom: 20px;
    }
}
@media screen and (max-width: 640px) {
	.black-carousel .check-button {
		bottom: -65px;
        right: 0;
        left: 0;
        margin: auto;
    }
    .black-carousel .black-box {margin-bottom: 50px;}
    .page-section.wide-carousel .title {
        position: absolute;
        top: 0px;
        right: 0;
        padding: 10px;
    }
    .page-section.wide-carousel .bx-controls.bx-has-controls-direction {
        bottom: 0px;
    }
    .page-section.wide-carousel .bx-wrapper img {position: relative !important;}
    header .col-xl-3.text-right.logo {
        text-align: center !important;
        padding-top: 20px;
    }
    header.masthead .social .row {
        max-width: 200px;
        margin: auto;
    }
    header.masthead .social .row > div {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
}
@media screen and (max-width: 480px) {
    .page-section.wide-carousel .title {
        font-size: 3rem;
    }

}
.page-section .bx-wrapper .bx-pager {display: none;}
.page-section .bx-wrapper .bx-next, .page-section .bx-wrapper .bx-prev {
    background-image: url(../img/icons/arrow-slider.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 20px;
}
.page-section.wide-carousel .bx-wrapper .bx-next, .page-section.wide-carousel .bx-wrapper .bx-prev {
    background-image: url(../img/icons/arrow-slider-orange.svg);
}
.page-section .bx-wrapper .bx-next:hover, .page-section .bx-wrapper .bx-prev:hover {
    background-image: url(../img/icons/arrow-slider-active.svg);
}
.page-section.wide-carousel .bx-wrapper .bx-next:hover, .page-section.wide-carousel .bx-wrapper .bx-prev:hover {
    background-image: url(../img/icons/arrow-slider-active.svg);
}
.page-section .bx-wrapper .bx-prev {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.page-section .bx-wrapper img {
    max-width: 100%;
    display: block;
    width: auto;
    max-height: 70vh;
    height: auto;
    margin: auto;
}
.page-section.wide-carousel .bx-wrapper img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.page-section.wide-carousel .bx-wrapper img {width: 100%; max-height: initial;}
 @media screen and (max-width: 1024px) {
	.wide-carousel .slider > div > h3 + div, .wide-carousel .slider, .wide-carousel .slider > div {height: 50vh !important;}
 }
 @media screen and (max-width: 400px) {
	.wide-carousel .slider > div > h3 + div, .wide-carousel .slider, .wide-carousel .slider > div {height: 266px !important;}
 }
 @media screen and (max-width: 375px) {
	.wide-carousel .slider > div > h3 + div, .wide-carousel .slider, .wide-carousel .slider > div {height: 266px !important;}
 }
.page-section .bx-wrapper .bx-loading {display: none;}
[mag-ctrl] {
    z-index: 999;
    position: relative;
    bottom: 40px;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
}
[mag-ctrl] button {
    background-position: center;
    background-repeat: no-repeat;
    display: inline-block;
    margin: auto 10px;
    border: 1px solid #15c8c2;
    border-radius: 50px;
    width: 52px;
    height: 52px;
    background-color: transparent;
    font-size: 2rem;
    color: #15c8c2;
}
[mag-ctrl] button:hover {
    background-color: #15c8c2;
    color: #000;
}
button[mag-ctrl-zoom-by] {
    /*background-image: url(../img/icons/arrow-slider.png);*/
}

@media screen and (max-width: 480px) {
    [mag-ctrl] button {
        margin: auto 5px;
        width: 40px;
        height: 40px;
    }
}