html, body {
    font-family: 'Lato','Open Sans', sans-serif;
    background: rgba(251,251,251,1);
}
.navbar-default .navbar-nav>li>a {
    color: white; 
    text-shadow: 1px 1px 5px rgba(0,0,0,0.3);
}
.navbar-nav>li {
    height: 50px;
}
.navbar-default {
    background: rgba(88, 86, 214, 1);
    border: 0;
    border-radius: 0;
	transition: all 0.3s ease;
   /* background: linear-gradient(130deg, rgba(168,168,254,0.8) 0%, rgba(91,89,215,0.9) 100%);   */
}
.navbar-scrolled {
    background: rgb(88, 86, 214);
}
.navbar-brand {
    padding: 3px 0px 3px 20px;
}
.navbar-default .navbar-nav>li>a {
    color: #fff;
}
.header {
    background: url('assets/header-bg.jpg');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    position: relative;
	min-height: 430px;
    max-height: 1000px;
    box-shadow: 0 0 3px rgba(0,0,0,0.2);
    margin-bottom: 70px;
	padding-top: 50px;
}
.header_lenyil {
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    height: 30px;
    font-size: 25px;
    line-height: 30px;
    color: white;
    opacity: 1;
    /*transition: all 1s ease;*/
    text-shadow: 0 0 2px rgb(36, 73, 99);
    text-align: center;
}
.main-swiper {
	background: url("assets/images/main_slider_bg.png") center center no-repeat;
    background-size: auto 100%;
    
}
.main-swiper .row .col-md-7 {
    margin-top: 10%;
}
.main-swiper .content-tile {
	position: relative;
}
.main-swiper .content-tile .product_view {
    height: 230px;
    display: block;
    margin: 0 auto;
    width: 100%;
}
@media only screen and (min-width: 1000px) {
    .main-swiper .content-tile .product_view {
        height: 500px;
        width: 100%;
        
    }
}
.main-swiper h1 {
	font-size: 45px;
	font-weight: bold;
    text-transform: uppercase;
}
.main-swiper p {
	margin-bottom: 30px;
    text-align: justify;
}
.main-swiper a {
	height: 44px;
	background: rgb(88, 86, 214);
	border-radius: 50px;
	padding: 0 45px;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
	line-height: 44px;
	text-transform: uppercase;
	display: inline-block;
}
.main-swiper a:hover {
	background: #000000;
}
.main-swiper a i {
	padding-left: 10px;
}
.main-swiper .swiper-pagination {
	position: relative;
	text-align: left;
	line-height: 0;
}
.main-swiper .swiper-pagination-bullet {
	width: 19px;
	height: 19px;
	background: #c9c9c9;
	border: 3px solid #ffffff;
	opacity: 1;
	margin: 35px 10px !important;
}
.main-swiper .swiper-pagination-bullet-active {
	background: rgb(88, 86, 214);
}
.main-swiper .pagination-container {
	margin-top: -89px;
}
.apptitle {
    color: rgb(88, 86, 214);
    text-align: center;
    display: block;
    /*box-shadow: 3px 3px 2px rgba(0,0,0,0.1);*/
    padding: 5px 30px 5px 8px;	
    text-transform: uppercase;
    letter-spacing: 0;
    line-height: 1.4;
    font-weight: 600;
    font-size: 32px;
    position: relative;
    margin-bottom: 40px;
}
.apptitle small {
    
    font-size: 50%;
    font-weight: 300;
    display: block;
    color: grey;
}
.apptitle:before {
    content: "";
    position: absolute;
    display: block;
    bottom: -10px;
    width: 150px;
    max-width: 80%;
    left: 50%;
    text-align: center;
    margin: 0 auto;
    background: #dae4e6;
    height: 1px;
    margin-left: -90px;
}
.apptitle:after {
    position: absolute;
    content: "\f059";
    display: block;
    bottom: -24px;
    text-align: center;
    font-family: 'Font Awesome 5 Free';
    transform: rotate(90deg);
    font-size: 16px;
    width: 30px;
    line-height: 1px;
    left: 50%;
    margin: 0;
    padding: 0;
    margin-left: -30px;
    height: 30px;
    padding-top: 14px;
    text-align: center;
    background: rgba(251,251,251,1);
    border-radius: 100%;
    color: #dae4e6;
}
.applistelement {
    padding: 0px 0px 10px 70px;
    margin-bottom: 10px;
    position: relative;
    line-height: 35px;
}
.applistelement b {
    display: block;
    font-size: 120%;
}
.applistelement i {
    position: absolute;
    left: 0;
    top: 5px;
    border: 2px solid rgb(88, 86, 214);
    color: rgb(88, 86, 214);
    padding: 5px;
    border-radius: 100%;
}
.funcions {
    padding: 30px 0 100px 0;
}
.functions-section {
    margin: 100px 0;
}
.funcions-swiper img {
    max-width: 100%;
    height: 90px;
    display: block;
    margin: 0 auto;
}
.functionbox {
    text-align: center;
    margin: 5px;
    box-shadow: 0 0 2px rgba(0,0,0,0.1);
    padding: 10px;
    border-radius: 15px;
    color: #9b9b9b;
    font-weight: 300;
    transition: all 0.2s ease;
    cursor: pointer;
    background: rgba(255, 255, 255, 0.94);
}
.functionbox .title-tile {
    padding-top: 15px;
}
.functionbox:hover {
    background: rgba(161, 161, 161, 0.61);
}
.functionbox:hover .title-tile {
    color: white;
}
.super-title {
    text-transform: uppercase;
    font-size: 14px;
    margin: 20px;
    color: white;
}
.functions-section .swiper-button-prev, .functions-section .swiper-button-next {
    color: white;
}
.functions-section {
    position: relative;
    background: rgb(88, 86, 214);
    background: url('assets/functions-bg.jpg');
    background-attachment: fixed;
}
.whiteer_title {
    padding: 40px;
    text-align: center;
    font-size: 33px;
    text-transform: uppercase;
    color: white;
    font-weight: 300;
}
.promtext {
    font-size: 15px;
    text-align: justify;
    color: grey;
    max-width: 700px;
    margin: 0 auto;
    line-height: 32px;
    font-weight: 300;
}
.promtext2 {
    line-height: 25px;
}
.contactbox {
    display: inline-block;
    background: rgba(255, 255, 255, 0.31);
    margin: 1%;
    width: 30%;
    padding: 25px;
    line-height: 33px;
    border-radius: 5px;
    font-weight: 300;
    font-size: 16px;
    -webkit-transition: all 0.6s; /* Safari */
    transition: all 0.6s;
    text-align: center;
}
.contactbox span {
    font-weight: bold;
    font-size: 23px;
    text-transform: uppercase;
    color: #808080;
}
.contactbox:hover {
    background: rgba(255, 255, 255, 1);
    cursor: default;
}
.promceg {
    padding: 20px 0;
}
.contact {
    padding: 40px 0;
}
.footer {
    background: rgb(88, 86, 214);
    padding: 10px;
    text-align: center;
    margin-top: 100px;
    color: white;
    font-size: 12px;
}
/* videó */
.product_viewbox {
    width: 100%; 
    padding: 5px;
    height: 450px;
    position: relative;
    cursor: pointer;
    transition: all 0.5s ease;
}
.product_view:hover .product_viewbox { 
}
.home_carind {
    text-align: center;
    left: 0;
    right: 0;
    margin: 0;
    padding: 0;
}
.home_carind .swiper-pagination-bullet-active {
    opacity: 1;
}
.product_viewbox_cover {
    position: absolute;
    top: 2%;
    left: 2%;
    width: 96%;
    height: 96%;
}
.product_viewtitle {
    width: 100%;
    height: 35px;
    line-height: 35px;
    background: #aaaaaa;
    color: white;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 22px;
}
.product_view:hover > .product_viewtitle {
    background: rgb(88, 86, 214);;
}
.product_viewbox_cover:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  /*  background: rgba(0, 0, 0, 0.24);*/
    transition: all 0.5s ease;
}
.product_view:hover .product_viewbox_cover:after {
    /* background: rgba(0, 0, 0, 0.4); */
}
.product_viewbox_play {
    width: 90px;
    height: 90px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
    overflow: hidden;
}
.product_viewbox_text { 
    position: absolute;
    left: 0;
    right: 0;
    top: 65%;
    bottom: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%; 
    color: white;
    text-align: center;
    font-size: 15px;
    text-transform: uppercase;
}
.product_viewbox_play .fa {
    color: rgb(88, 86, 214);;
    font-size: 120px;
     background: white;
    border-radius: 100%;
    margin-top: -19px;
}
.product_viewbox_play2 {
    width: 100px;
    height: 100px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
}
.product_viewbox_play2 .fa {
    color: rgb(88, 86, 214);;
    font-size: 100px;
    text-shadow: 0 0 2px rgb(0,0,0,0.5);
}


.swiper_kozepe {
    max-width: 1000px;
    margin: 0 auto;
    
    padding: 0 5px;
}








.modal-backdrop.in {
    filter: alpha(opacity=7);
    opacity: 0.7;
}
 
.modal-content {
    background: none;
    border: 0;
    -moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0;
    -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;
}
 
.modal-body {
    padding: 0 25px 25px 25px;
}
 
.modal-header {
    padding: 25px 25px 15px 25px;
    text-align: right;
}
 
.modal-header, .modal-footer {
    border: 0;
}
 
.modal-header .close {
    float: none;
    margin: 0;
    font-size: 36px;
    color: #fff;
    font-weight: 300;
    text-shadow: none;
    opacity: 1;
}

.video-link {
    padding-top: 70px;
}
 
.video-link a:hover,
.video-link a:focus {
    outline: 0;
}
 
a .video-link-text {
    color: #fff;
    opacity: 0.8;
    -o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}
 
a:hover .video-link-text, 
a:focus .video-link-text {
    outline: 0;
    color: #fff;
    opacity: 1;
    border-bottom: 1px dotted #fff;
}
 
a .video-link-icon {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 50px;
    margin-right: 10px;
    background: #e89a3e;
    color: #fff;
    line-height: 50px;
    -moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%;
    -o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}
a .video-link-icon:after {
    position: absolute;
    content: "";
    top: -6px;
    left: -6px;
    width: 66px;
    height: 66px;
    background: #444;
    background: rgba(0, 0, 0, 0.1);
    z-index: -99;
    -moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%;
}
 
a:hover .video-link-icon,
a:focus .video-link-icon {
    outline: 0;
    background: #fff;
    color: #e89a3e;
}


@media only screen and (max-width: 1000px) {

    .contactbox {
        width: 100%;
    }

}

.navbar-default .navbar-toggle .icon-bar {
    background-color: rgba(255,255,255,0.8);
}
