/*header*/
@font-face{
    font-family: 'Roboto Black';
    src: url('../fonts/Roboto-Black.ttf') format('truetype');
}
body{
    margin:0px;
    padding:0px;
    font-family: 'Roboto', sans-serif;
}
h1,h2,h3{
    margin:0px;
    padding:0px;
}
p{
    margin:0px;
    padding:0px;
}
a{
    text-decoration:none;
}
.wht{
    color:white;
    
}
.menu_containers{
    max-width:1100px;
    width:96%;
    text-align:center;
    margin-left:auto;
    margin-right:auto;
    margin-top:0px;
    display:block;
    
}
.top-navbar{
    width:100%;
    display:inline-block;
    text-align:center;
    min-height:200px;
    background-image:url("../img/b2.png");
    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;
    height:100%;
}
.top-navbar2{
    width:100%;
    display:inline-block;
    background-image:url("../img/reteg.png");
    min-height:850px;
   background-size:cover;
    background-position:center;
   background-repeat:no-repeat;
    
    
}
.logo_container{
    display:inline-block;
    float:left;
    margin-top:50px;
}
.logo_container p{
    color:white;
    font-size:16px;
    margin-left:2px;
    float:left;
}
.logo_container p:before{
    content:url("../img/tel.png");
    display:inline-table;
    float:left;
    margin-right:5px;
}
.tel_cont{
    width:145px;
    margin-left:auto;
    margin-right:auto;
    margin-top:10px;
    
}
.tel a{
color:white; 
margin-left:5px;
    
}
.nav{
    display:inline-block;
    float:left;
    margin-left:120px;
}
.nav_container{
  display:inline-block;
  margin-top:50px;
  float:left;
  
}
.nav_container ul li{
    float:left;
    list-style-type:none;
    color:white;
    font-size:12px;
    position:relative;
    display:block;
    margin-left:10px;
    text-align:center;
    font-weight:normal;
    padding:5px;
    padding-left:5px;
    min-width:50px;
}
.nav_container ul li:nth-child(2){
    min-width:75px;
}
.nav_container ul li:nth-child(6){
    min-width:120px;
}
.nav_container ul li:nth-child(7){
    min-width:75px;
}
.nav_container ul li a{
    color:white;
    text-decoration:none;
    font-size:12px;
    font-weight:normal;
    display:inline-block;
    padding-bottom:6px;
    border:1px solid transparent;
    
  
}
.nav_container ul li a:hover{
    color:#e74e3e;
/*     font-family:'Roboto Black';*/
      border-bottom:2px solid #e74e3e;
      font-weight:bold;
    

   
}

.logo_container img{
   width:180px;
}

/*footer*/
footer{
    width:100%;
    display:inline-block;
    min-height:310px;
    position:absolute;
    background-image: url("../img/b3.png");
    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;   
}
.containers{
    max-width:1300px;
    width:96%;
    text-align:center;
    margin-left:auto;
    margin-right:auto;
    margin-top:0px;
}
.containersdri{
    max-width:1200px;
    width:96%;
    text-align:center;
    margin-left:auto;
    margin-right:auto;
    margin-top:0px;
}
.footer_logo_cont{
    width:100%;
    margin-top:90px;
}
.footer_logo_cont img{
    width:90%;
    max-width:419px;
}
.footer_logo_cont p{
    color:white;
    margin-top:40px;
    font-size:13px
}
/*map.phtml*/
.map{
    width:100%;
    display:inline-block;   
}
.embed_map{
    width:100%;
}
.embed_map iframe{
    width:100%;
}
/*Company_data.phtml*/
.company_item{
  position: relative;
  display:inline-table;
  text-align:left;
  margin-bottom:60px;
  margin-top:15px;
}
.company_item:nth-child(2){
    margin-left: 30px;
    margin-right: 25px;
}
.company_short_description p{
    margin:0px;
    padding:0px;
    
}
#company{
    position:relative;
    display:inline-block
}
.company_title{
   color:#e74e3e;
   font-family:'Roboto Black';
   font-size:28px;
   margin-top:50px;
   font-weight:normal;
}
.company_title:after{
    content:"";
    display:block;
    bottom:0px;
    width:90px;
    height:3px;
    background-color:#e74e3e;
    margin-top:5px;
    margin-bottom:20px;
}
/*company.phtml*/
.company_wallper{
    width:100%;
    display:inline-block;
    background-image: url("../img/kep.jpg");
    background-size:cover;
    background-repeat:no-repeat;
    min-height:700px;

}
.title{
    margin-top:40px;
    font-family:'Roboto Black';
    font-size:39px;
    
}
.page_title{
    display:inline-block;  
}
.page_title:after{
    content:"";
    display:block;
    bottom:0px;
    width:110px;
    height:4px;
    background-color: #e74e3e;
    margin-top: 5px;
    margin-bottom:  5px;
}
.company_data_table{
    width:100%;
    display:inline-block;
    margin-top:50px;
    margin-bottom:50px;
    font-size:21px;
    
}
.company_left{
    float:left;
    text-align:right;
    width:30%;
    border-right:2px solid white;
    padding-right:1%;
    font-family:'Roboto Black';
    font-weight:normal;
}
.company_right{
    float:right;
    text-align:left;
    width:68%;
}
.company_right p{
     padding-bottom:15px;
}
.company_left p{
    padding-bottom:15px;
}

/*question.php*/
.question{
    width:100%;
    display: inline-block;
    position:relative;
    background-color:rgb(245,245,245);
}
.question_title{
    text-transform:uppercase;
    color:#e74e3e;
    font-size:50px; 
    margin-top:80px;
}
.question_title h3{
    display:inline-block;
    width:100%;
}
.question_title h3:after{
    content:"";
    display:block;
    bottom:0;
    width:220px;
    height:3px;
    background-color:rgb(97,97,97);
    margin-left:auto;
    margin-right:auto;
    margin-top:25px;
    margin-bottom:20px;
}
.question_text{
    text-align:center;
    display:inline-block;
    font-size:17px;
    color:#616161;
    letter-spacing:0.5px;
    font-weight:normal;
    
}
.question_text p{
    padding-bottom:10px;
}
.question_form{
    width:100%;
    display:inline-block;
    max-width:940px;
    width:96%;
    margin-left:auto;
    margin-right:auto;
    margin-bottom:160px;
    margin-top:50px;
    
}
.question_form_elements{
    display:inline-block;
    float:right;
    width:56%;
    background-color:white;
    text-align:left;
}
.question_form_elements input{
    width:90%;
    border:none;
    border-bottom:1px solid rgb(235,234,230);
    padding:8px;
    font-size:16px;
    margin-left:auto;
    margin-right:auto;
    display:block;
    margin-top:25px;
    
}
.question_form_elements textarea{
    border:none;
    width:90%;
    border-bottom: 1px solid rgb(235,234,230);
    padding:8px;
    font-size:16px;
    margin-left:auto;
    margin-right:auto;
    display:block;
    margin-top:25px;
    resize:none;
    font-family: 'Roboto', sans-serif;
    
    
}
.question_form_elements button{
    background-color:#e74e3e;
    color:white;
    border:1px solid #e74e3e;
    text-transform: uppercase;
    font-family:'Roboto Black';
    font-size:16px;
    padding:5px 30px;
    margin-top:40px;
    margin-bottom:25px;
    float:right;
    margin-right:25px;
}

.question_form_text{
    display:inline-block;
    float:left;
    width:40%;
    background-color:white;
    text-align:left;
    padding-left:5px;
    font-size:16px;
    color:#616161;
    padding-left:25px;
    
}
.p_title{
    font-size:25px;
    font-family:'Roboto Black';
    color:#e74e3e;  
    padding-top:5px;
    margin:0px;
    margin-bottom:16px;
    margin-top:35px;
    
}
.weight{
    font-weight: bold;
}
.p{
    padding:0px;
    margin:0px;
    width:100%;
}
.span{
    margin-bottom:45px;
    display:block;
}
/*custom.phtml*/
.custom{
    width:100%;
    display:inline-block;
    position:relative;
}
.custom_con{
    display:inline-block;
    width:100%;
}
.custom_item{
    border-bottom:10px solid rgb(245,245,245);
    min-height:150px;
}

.custom_title{
    font-family:'Roboto Black';
    font-size:30px;
    color:#e74e3e;
    font-weight:normal;
    padding-top:40px;
    text-align:left;
    margin-bottom:20px;
    clear:both;

}
.custom_title:after{
        content:"";
    display:block;
    bottom:0px;
    width:120px;
    height:4px;
    background-color:#e74e3e;
    margin-top:10px;
    margin-bottom:6px;
    
}
.custom_item:nth-child(2) .custom_image {
    position:absolute;
    display:inline-block;
    margin-left:100px;
    margin-top:-50px;    
}
.custom_item:nth-child(4){
    margin-top:60px;
    padding-bottom:80px;
}

.custom_body{
    display:inline-block;
    float:left;
    text-align:left;
    clear:both;
    min-height:140px;
    width:500px;
}
.custom_image{
    display:inline-block;
}
.article_short_description{
    max-height:140px;
    color:#616161;
    font-size:16px;
}
.article_short_description p{
    padding:2px 0;
}



.white_line{
    display:inline-block;
    width:100%;
    background-color: white;
    min-height:20px;
}
/*certificates.php*/

.certificate{
    width:100%;
    display:inline-block;
    position:relative; 
}
.certificate_title{
    text-align:left;
    font-family:'Roboto Black';
    font-size:30px;
    color:#e74e3e;
    font-weight:normal;
    padding-top:40px;
    text-align:left;
    margin-bottom:20px;
}
.certificate_title:after{
    content:"";
    display:block;
    bottom:0px;
    width:120px;
    height:4px;
    background-color: #e74e3e;
    margin-top:10px;
    margin-bottom:6px; 
}
.img_cont p{
    text-align:left;
    
}
.img_cont p img{
    max-width:436px;
    width:100%;
    height:626px;
    display:inline-block;
    
}
.img_cont p img:nth-child(1){
    padding-right:5%;
}
/*imgtext.phtml*/
.img_text{
    width:100%;
    display:inline-block;
    background-image: url("../img/Background.jpg");
     
    background-position: 50% 0;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-color:rgb(245,245,245);
    -moz-transform: translate3d(0,0,0);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);

}
.parallax{
    display:inline-block;
    background-attachment:fixed;
    background-size:100%;
    background-repeat:inherit;
    width:100%;
    
}
.containerst{
    width:95%;
    margin-left:auto;
    margin-right:auto;
    max-width:1500px;
    min-height:250px;
    margin-top:150px; 
}
.container3{
    width:95%;
    margin-left:auto;
    margin-right:auto;
    max-width:1500px;
    min-height:250px;
    margin-top:50px;
    
}
.itext{
    display:inline-table;
    text-align:center;
    padding:0 3%;
}
.itext h3{
        font-family:'Roboto Black';
        color:#e74e3e;
        font-size:55px;
    
}
.itext p{
        font-family:'Roboto Black';
        color:white;
        font-size:33px;
        margin:0px;
        padding:0px;   
}
/*tracking.phtml*/

.tracking_item{
    display:inline-block;
    margin-bottom:80px;
    margin-top:30px; 
    margin-left:20px;
}
.tracking_body{
   display:inline-block; 
}
.tracking_image{
    display:inline-block;
}
.tracking_content{
    border-left:5px solid rgb(97,97,97);
    padding-left:15px;  
    font-size:17px;
    color:#616161;
    
}
.tracking_content .track{
    margin-bottom:25px;
}
.tracking_content .track p{
    margin:0px;
    padding-top:5px;
}
.tracking_title{
    font-family:'Roboto Black';
    font-size:40px;
    color:#e74e3e;
    display:inline-block;
    max-width:320px;
    margin-bottom:35px;
}
.tracking_title h3{
    margin:0px;
    padding:0px;
}
.tracking_short_description{
    font-size:21px;
    color:#616161;
    margin-bottom:30px;
}

.track_image{
    width:auto;
    height:400px;
    margin-right:20px;
}
/*advantages.phtml*/
.containers2{
    max-width:1150px;
    width:96%;
    margin:0 auto;
}
.advantages{
    width:100%;
    display:inline-block;
    text-align:center;
}
#advan{
    margin-top:120px;
    margin-bottom:40px; 
    
}
.advantages_item{
    display:inline-table;
    min-height:300px;
}
.advantages_item:nth-child(2){
    margin:0 40px;
}

.advantages_title{
     font-family:'Roboto Black';
     font-size:21px;
     color:#616161;
     padding:10px 0px;
     text-transform:uppercase;
     width:320px;
    
}
.advantages_title:after{
     content:"";
    display:block;
    bottom:0px;
    width:80px;
    height:1px;
    background-color:rgb(235,235,235); 
    margin-top:15px;
    margin-bottom:5px;
    margin-left:auto;
    margin-right:auto;    
}
.advantages_body{
    display:inline-block;
    width:auto;
}
.advantages_short_description{
    font-size:17px;
    color:#a8a8ae;
    display:inline-block;
}
.advantages_image {
  text-align:center;
  margin-bottom:20px; 
}
/*driver_registration*/
.driver_registration{
    width:100%;
    display:inline-block;
    position:relative;
}
.driver_pic_text{
    margin:50px 0px;
    
}
.lead-text{
    text-align:left;
}
.lead-text h1{
   font-size:32px;
   font-family:'Roboto Black';
   color:#e74e3e;  
}
.lead-text h1:after{
       content:"";
    display:block;
    bottom:0px;
    width:110px;
    height:4px;
    background-color: #e74e3e;
    margin-top: 15px;
    margin-bottom:  5px;
}
.lead-text h3{
    font-size:17px;
    color:#616161; 
    font-weight:normal;
    margin-top:15px;
}
.lead-text h4{
    font-size:17px;
    color:#e74e3e;
     font-style: italic; 
     font-weight:normal;
     margin:0px;
}
.driver_text{
    display:inline-block;
    width:45%; 
    float:left;
    margin-bottom:50px;
   
}
.driver_quiz{
    text-align:left;
   display:inline-block;
   float:left;
   margin-bottom:50px;
}
.questions{
   font-weight:bold;
   font-size:20px;
   color:#616161;
    
}
.plus_questions {
    font-size:14px;
    color:#616161;
    margin:5px 0px;
    font-weight:normal;
    margin-top:25px;
    
}
.input-indent{
    margin-top:40px; 
    margin-bottom:30px;
}
#save-driver_registration{
    background-color: rgb(0,159,76);
    color:white;
    font-family:'Roboto Black';
    font-size: 20px;
    padding:17px;
    border:1px solid rgb(0,159,76);
    margin-top:12px;
    border-radius:10px; 
    text-transform:uppercase;
    float:right;
    margin-right:50px;
}
#how_many_24_tons_silo_truck_experience{
    display:block;
    margin:10px 0px;
    background-color:white;
    border:1px solid rgb(231,231,231);
    padding:10px;
    text-align:center;
    width:12%;
    border-radius:4px;
    margin-bottom:25px;

}
#how_many_24_tons_tarpaulin_truck_experience{
        display:block;
    margin:10px 0px;
    background-color:white;
    border:1px solid rgb(231,231,231);
    padding:10px;
    text-align:center;
    width:12%;
    border-radius:4px;
    margin-bottom:25px;
    
}
.text-area textarea {
    display:block;
    width:88%;
    padding:8px;
    margin-left:25px;
    height:214px;
    border-radius:10px;
    margin-top:10px;
    resize:none;
    font-size:16px;
    font-style: italic;
    font-family:'Roboto';
    
}
.input-indent label{
   margin-right:40px;
   font-weight:normal;
   color:#616161;
}

/*Input*/
input{
    outline:none;
}
textarea{
    outline:none;
}
input[type="radio"]{
    width:0px;
    height:0px;
   
}

input[type="radio"]::after{
        width:31px;
    height:24px;
    content:"";
    font-family:'FontAwesome';
    background-color:white;
    border:1px solid rgb(205,205,205);
    display:inline-block;
    visibility:visible;
    text-align:center;
    position:absolute;
    margin-top:-18px;
    margin-left:1px;
    padding-top:5px;
    border-radius:3px;
}
input[type="radio"]::after{
    width:31px;
    height:24px;
    content:"";
    font-family:'FontAwesome';
    background-color:white;
    border:1px solid rgb(205,205,205);
    display:inline-block;
    visibility:visible;
    text-align:center;
    position:absolute;
    margin-top:-18px;
    margin-left:0px;
    padding-top:5px;
    border-radius:3px;
    
}
input[type=radio]:checked:after{
    background-color:rgb(0,159,76);
    content: "\f00c";
    font-family: 'FontAwesome';
    text-align:center;
    color:white;
    font-size:18px;
    display:inline-block;
    font-weight:normal;
    padding-top:5px;
}
input[type="checkbox"]{
    width:0px;
    height:0px;
}
input[type="checkbox"]::after{
    width:31px;
    height:24px;
    content:"";
    font-family:'FontAwesome';
    background-color:white;
    border:1px solid rgb(205,205,205);
    display:inline-block;
    visibility:visible;
    text-align:center;
    position:absolute;
    margin-top:-18px;
    margin-left:0px;
    padding-top:5px;
    border-radius:3px;
    
}
input[type=checkbox]:checked:after{
    background-color:rgb(0,159,76);
    content: "\f00c";
    font-family: 'FontAwesome';
    text-align:center;
    color:white;
    font-size:18px;
    display:inline-block;
    font-weight:normal;
    padding-top:5px;
}
.first{
    text-align:left;
}
.first input{
   border:1px solid transparent;
   border-bottom:1px solid rgb(235,234,230);
   font-size:20px;
   color:#616161;
   margin-bottom:20px;
   padding:10px 0px;
   width:90%;
}
#input_one{
    margin-top:50px;
}
.driver_img_pic img{
    max-width:466px;
    width:100%;
}
.deak{
    width:100%;
    display:inline-block;
    color:white;
    margin-top:110px;
}
.deak-main_title{
   font-family:'Roboto Black'; 
   font-size:58px;
   color:white;
   letter-spacing:10px;
}
.deak_container h3{
  font-weight:normal;
  font-size:25px;
  margin-top:15px;
}
.deak_container h3:after{
    content:"";
    display:block;
    bottom:0px;
    width:190px;
    height:2px;
    background-color:white;
    margin-top: 30px;
    margin-bottom:30px;
    margin-left:auto;
    margin-right:auto;   
}
.deak_container h5{
    font-family:'Roboto Black'; 
    font-size:17px;
}
.line{
    font-size:21px;
    font-weight:bold;
    font-family: "Roboto Black"
}
.line:after{
       content:"";
    display:block;
    bottom:0px;
    width:190px;
    height:2px;
    background-color:white;
    margin-top: 30px;
    margin-bottom:30px;
    margin-left:auto;
    margin-right:auto; 
    
    
}
.button_con{
    width:45%;
    margin-left:auto;
    margin-right:auto;
    
}
.deak_container button{
    border:1px solid white;
    background-color:transparent;
    color:white;
   font-family:'Roboto Black'; 
   font-size:16px;
   padding:18px 10px;  
   width:220px;
}
.deak_container button:hover{
    background-color:rgb(231,78,62);
    border:1px solid rgb(231,78,62);
    transition:0.4s;
    
}
.deak_container button:nth-child(1){
    margin-right:6px;
}
.deak_container button:nth-child(2){
       margin-left:6px;
       padding:18px 25px;  
}
#top{
    position:absolute;
    border:none;
    outline:none;
    background-color:rgb(231,78,62);
    color:white;
    font-weight:bold;
    font-size:22px;
    cursor:pointer;
    border-radius:360px;
    width:70px;
    height:70px;
    transition:all .4s ease;
    right:180px;
    top:120px
}
.up{
   font-family:'fontawesome';
   font-size:80px;
   position:absolute;
   top:-36px;
   right:14%;
   height:100%;
   align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
}
.up:before{
    content:'\f106';
    height:20px;
    
}
.hamburger{
    font-family:"FontAwesome";
    vertical-align:middle;
    cursor:pointer;
    width:20px;
    position:absolute;
    top:25px;
    right:20px;
    display:none;
     color:#e74e3e;
}
.hamburger:before{
    content:"\f0c9";
    font-size:40px;
    vertical-align:top;
}
.img_cont{
    margin-bottom:50px;
}
.cus_containers{
    max-width:964px;
    width:96%;
    margin-left:auto;
    margin-right:auto;
    margin-top:0px;
}
.hamburgerr{
    color:white;
    
}
/*Lang_Sel*/
.lang_sel{
    display:inline-block;
     position:absolute;
     margin-top:55px;
     text-align:center;
     font-size:14px;
     margin-left:10px;
}
#languages ul{
   padding-left:0px;
}
#languages ul li{
    list-style-type:none;
     margin:0px;
   
}
.active{
    color:#e74e3e;
}
#languages ul li a{
    color:white;
    display:none;

}
#languages ul{
    display:inline-block;
    float:left;
}
.arrower{
    float:right;
    margin-top:12px;
    margin-left:5px;
}
.active{
    cursor:pointer;
}
/*Xcomponents page_contact */
.questions_form{
   width:100%;
   background:white;
   min-height:400px;
   margin-bottom:80px;
   margin-top:80px; 
}
.form_left{
    width:50%;
    float:left;
    text-align:left;
    
}
.form_left input{
    border:none;
    width:90%;
    border-bottom:1px solid rgb(235,234,230);
    padding:8px;
    font-size:16px;
    margin-left:auto;
    margin-right:auto;
    display:block;
    margin-top:25px;
}
.form_left textarea{
    border:none;
    width:90%;
    border-bottom:1px solid rgb(235,234,230);
    padding:8px;
    font-size:16px;
    margin-left:auto;
    margin-right:auto;
    display:block;
    margin-top:25px;
    resize:none;
    min-height:150px;
}
.form_right{
    width:50%;
    float:right;
    background:url('../img/girl.png');
    background-repeat:no-repeat;
    background-position:center;
    background-position-y:28px; 
    margin-top:0px;
    min-height:420px;    
}
.form_submit button{
    background-color: #e74e3e;
    color: white;
    border: 1px solid #e74e3e;
    text-transform: uppercase;
    font-family: 'Roboto Black';
    font-size: 16px;
    padding: 5px 30px; 
    margin-top:340px;
}
/*mapwithinformation*/
.mapwithinformation{
    width:100%;
    display:inline-block;
    position:relative;
    max-height:443px;
}
.mapwithinformation-left{
    float:left;
    width:50%;
    
}
.mapwithinformation-right{
    float:right;
    width:50%;
}
.mapwithinformation-right iframe{
    width:100%;
}
.mapwithinformation-left-con{
    display:inline-block;
    float:right;
    width:50%;
}
.mapwithinformation-left-con span{
    margin-bottom:25px;
}
.p_title2{
    font-size:25px;
    font-family:'Roboto Black';
    color:#e74e3e;  
    padding-top:5px;
    margin:0px;
    margin-bottom:10px;
    margin-top:10px; 
    text-transform:uppercase;
}
.p{
    color:#616161;
}
/*team*/
.team{
    width:100%;
    display:inline-block;
}
.team_container{
    max-width:952px;
    width:96%;
    margin-left:auto;
    margin-right:auto;
    margin-top:60px;
    
}
.team_item{
    display:inline-table;  
    margin-bottom:60px;
    max-width:170px;
    text-align:center;
    margin-right:5px;
}
.team_body{
    text-align:center;
}
.team_title p{
    font-size:16px;
    color:#616161;  
}
.team_short_description p{
      font-size:16px;
    color:#616161;  
    
}
.team_short_description p:nth-child(1){
    font-family:'Roboto Black';
    padding:5px 0px;
    color:#e74e3e; 
}
/*noti.php*/
.vmiddle{
    width:100%;
    height:auto;
}
.scrollable{
    width:100%;
    white-space:nowrap;
    overflow-x: hidden;   
}
.charter{
    position:relative;
    width:510px;
    margin-left:auto;
    margin-right:auto;
}
.noti_container{
    width:100%;
    font: 400 18px/40px playfair-display, serif;
    letter-spacing: 1px;
    margin-bottom: 80px;
    margin-top:38px;
}
.image-item{
    width:100%;
}
.scrollable > *{
    display:inline-block;
    vertical-align:middle;
}
.fixer{
    height:100%;
    display:inline-block;
    vertical-align:middle;
}
.left{
    left:0;
}
.right{
    right:0;
}
.scroller{
    font-family: FontAwesome;
    position: absolute;
    top: 0;
    height: 100%;
    cursor: pointer;
    font-size: 25px;
    width: 40px;
    background-color: transparent;
    color:rgb(181,181,181);
    
}
.scroller.right:after{
    content:url('../img/arrow-left.png');
    vertical-align:middle;
    display:inline-block;
   
}
.scroller.left:after{
        content:url('../img/arrow-right.png');
    vertical-align: middle;
    display: inline-block;
}
.noti{
    width:750px;
    height:450px;
    background:url('../img/noti.png');
    background-repeat: no-repeat;
    background-size:752px;
    display:inline;
    float:left;
    margin-top:120px;
}
.main-note{
    width:100%;
    display:inline-table;
    background-color:rgb(245,245,245);
}
.main-note_container{
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    max-width: 1500px;
    min-height: 250px;
    margin-top: 50px;
    
}
#blog{
    display:inline-table;
    float:left;
}
.team_short_description p a{
    color:#616161;;
}
.deska_tooltip{
    transition-timing-function: cubic-bezier(0.42,0,1,1);
}
.fixer{
    display:none;
}
.right{
    cursor:pointer;
    outline:none;
    height:100%;
    display: inline-block;
    vertical-align: middle;
    background-image:url("../img/arrow-left.png");
    background-position:center;
    background-repeat:no-repeat;
}
.left{
    cursor:pointer;
    outline:none;
    height:100%;
    display: inline-block;
    vertical-align: middle;
    background-image:url("../img/arrow-right.png");
      background-position:center;
    background-repeat:no-repeat;
}
.scroller.left:after{
    display:none;

}
.scroller.right:after{
    display:none;

}
/*flotta.php*/
.fleet_container-left{
    width:100%;
    display:inline-block;
    min-height:600px;
    margin-top:80px;  
}
.flt1-left{
    float:left;
    width:55%;
    display:inline-block;
}
.flt1-left img{
    width:100%;
    height:auto;
    
}
.flt1-right{
    float:right;
    width:45%;
    display:inline-block;
    max-height:600px;
}
.flt-text{
    display:inline-block;
    margin-left:25px;
}
.flt-text h3{
    font-family: 'Roboto Black';
    color: #e74e3e;
    font-size:17px;
    
}
.flt-text p{
    font-size:17px;
    color:rgb(97,97,97);
    padding-top:1px;
    
}
.flt_main_title{
        font-family: 'Roboto Black';
    font-size: 31px;
    color: #e74e3e;
    font-weight: normal;
    text-align: left;
    margin-bottom: 20px;
    clear: both;
}
.flt_main_title:after {
    content: "";
    display: block;
    bottom: 0px;
    width: 120px;
    height: 4px;
    background-color: #e74e3e;
    margin-top: 10px;
    margin-bottom: 6px;
}
.flotta{
    margin-bottom:25px;
}
/*flotta.php /xsubcomponents*/
.flt2-left{
    float:left;
    width:50%;
    display:inline-block;
}
.flt2-right{
        float:right;
    width:50%;
    display:inline-block;
}
.flt2-right img{
    width:100%;
    height:auto;
    
}
.flt2-text{
    display:inline-block;
    float:right;
    margin-right:100px;
}
.flt2-text p{
    font-size:17px;
    color:rgb(97,97,97);
    padding-top:2px;
    
}
.flt2-text h4{
     font-family: 'Roboto Black';
    color: #e74e3e;
    font-size:17px;
    margin-top:30px; 
}
.embed_map iframe{
   display:inline-block;
}
.mediacenter{
    width:100%;
    position:relative;
    display:inline-block;
}
.vmiddlee{
    display:inline-block;  
}
.image-i{
   display:inline-block;
}
.contai{
    max-width:1000px;
    margin-left:auto;
    margin-right:auto;
    width:96%;
}
.image-i:nth-child(2){
    margin-left:4px;
    margin-right:4px;
}
.ss{
    margin-left:20px;
}
.p a{
    color:#616161;

}
.greymail a{
    color:white;
}
 