html {
   height: 100%;
   position: relative;
  min-height: 100%;
  
}
h2 {
    font-family:Sintony,Arial;font-weight:700;text-transform:uppercase;
padding-bottom:15px;margin-bottom:0px;

}
#home section {padding-top:50px;padding-bottom:60px}
h2 {
    /*background: url('/images/h_color-line-horizontal.gif') no-repeat;*/
    background-position: left bottom;
    background-size: 40%;
}
#home h2 {
    text-align:center;
    background: url('/images/h_color-line-horizontal2.gif') no-repeat;
    background-position: center bottom;
    background-size: 70%;
    font-size:240%;
    margin-bottom:30px;
}

body {    
    height:100%;
    padding-top: 50px; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
    
    /* Margin bottom by footer height */
    /*margin-bottom: 550px;*/
    /*font-family: 'Open Sans',Arial, Helvetica, sans-serif;   */
}
p {line-height:1.5em}
hr {border-color:#444}
/*.container {
    padding-right: 5px;
    padding-left: 5px;
    margin-right: auto;
    margin-left: auto;
}*/

/* Footer Styles */

footer {
    margin: 50px 0;
}
.footer {
  
  width: 100%;
  /* Set the fixed height of the footer here */
  /*height: 550px;*/
  background-color: #656565;
}
.footer-domains {
    text-align:center;padding-top:30px;
}
.footer-domains a {font-size:120%}


.logo img {width:100%}
#dephos-group {position:absolute;z-index:1100;left:-130px;top:0px;background:#333;color:#fff;padding:3px 10px;transform: rotate(-90deg);transform-origin:  right top;font-size:20px}
#dephos-group span {}
.navbar {
    /*height:65px*/
    height:50px;
    -webkit-box-shadow:  0px 7px 4px rgba(0, 0, 0, .1);
    box-shadow:  0px 7px 4px rgba(0, 0, 0, .1);
     -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}
.navbar .container, .navbar-header {
    height:100%;
     -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}
.navbar-nav {
    margin-top:0px;
    margin-bottom:0px;
}
.navbar-inverse {
  background-color: #fff;
  border: none;
}

.navbar-inverse .navbar-toggle {
    background-color: #333;
}
.collapse.in {
    display: block;
    background: black;
}

.collapsing {
    position: relative;
    background: black;
    height: 0;
    overflow: hidden;
    -webkit-transition: height .35s ease;
    -o-transition: height .35s ease;
    transition: height .35s ease;
}

.navbar-inverse  .collapsing .navbar-nav > li > a,
.navbar-inverse  .collapse.in .navbar-nav > li > a {
    color: #aaa;
    border-bottom:1px solid #444;
    border-left:none;
}
.navbar-inverse .navbar-nav > li > a {
    color: #454545;
    font: normal 15px 'PT Sans Caption';
    text-transform: uppercase;
    padding: 6px 9px 5px 9px;
    border-left:1px solid #cccccc;
}
.navbar-inverse .navbar-nav > li.languages > a {
    padding: 12px 0px 9px 5px;        
    border:none;
    
}
.navbar-inverse .navbar-nav > li.languages > a img{
    width:25px;
}

.navbar-inverse .navbar-nav > li.fb > a {
    padding: 0px 0px 9px 15px;        
    border:none;
    
}
.navbar-inverse .navbar-nav > li.fb > a {
    padding: 0px 0px 9px 15px;        
    border:none;
    
}

.navbar-inverse .navbar-nav > li.fb > a img{
   width:40px;
}

.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {  
    background-color:#555;
}

.navbar-inverse .navbar-nav > li.languages > a:hover, 
.navbar-inverse .navbar-nav > li.languages > a:focus,
.navbar-inverse .navbar-nav > li.fb > a:hover {  
    background-color:transparent;
}
.navbar-inverse  .collapsing .navbar-nav > li.languages > a:hover,
.navbar-inverse  .collapse.in .navbar-nav > li.languages > a:hover {
    background-color:#555;
}

#nav-main ul li a {    
    letter-spacing: 0;
    height: 19px;
    color: #454545;
    text-decoration: none;
    border: 0px solid red;
}

#logo { 
    margin-left:5px;
    /*width: 65%;
    max-width: 174px;*/
    height:36px;
    margin-top:10px;
    width:240px;
     -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}

/*BETA*/

#beta3 {
    position: fixed;
    top: 64px;
    right: 0px;
    /*display: none;*/
    z-index: 2000;
    display:none;
}
#beta3 img {
    width:200px
}

/* FOOTER */

#footerMenu {color:#b6b6b6;font:normal 12px 'PT Sans Caption',Arial, Helvetica, sans-serif;letter-spacing:.05em;line-height:1.7em}
#footerMenu ul {list-style: none;padding:0;padding-right:00px}
#footerMenu h3 {border-bottom:1px solid #777;padding-bottom:4px;font-size:13px;margin-bottom:4px;color:#d9d9d9;text-align: left;font-weight:bold}

#footerMenu a,#footerMenu h3 a {color:#b6b6b6;text-decoration: none}
#footerMenu a:hover,
#footerMenu a.active {color:#98c000}
#footerMenu  li {}






@media (min-width: 470px) {
    #beta3 {
        top:50px;
        display:block;
    }
    #beta3 img {
        width:150px;
    }
    #logo {
     margin-left:10px;
    }
}



@media (min-width: 558px) {
    body {
        padding-top: 65px;
    }
    .container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    }
    .navbar {
        height:65px
    }
    .navbar-nav {
        margin-top:15px;
    }
    .in .navbar-nav ,.collapsing .navbar-nav{
        margin-top:0px;
    }
    #logo {
        margin-top:19px;
        height:50px;
    }
    .navbar-toggle {
        margin-top: 15px;   
    }
    body {            
       /* margin-bottom: 380px;*/
  }
  .footer {
       /* height: 380px;*/
  }
    .col-md-3 {
        width:50%;
        float:left;
        min-height:150px;
    }
   
}

@media (min-width: 1000px) {
  .navbar-header {
    float: left;
    width:230px;
  }
  
  body {            
      /*  margin-bottom: 200px;*/
  }
  .footer {
       /* height: 200px;*/
  }
  .col-md-3 {
        width:25%;
        float:left;
    }
    #beta3 img {
        width:200px;
    }
}
@media (min-width: 1030px) {
    .container {
        width: 1010px;
    }
    #logo {
         margin-left:0px;
    }
}
@media (min-width: 1200px) {
    body {
        padding-top: 100px; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
    }
    .navbar {
        height:100px;
         -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
    }
    .navbar-nav {
        margin-top:35px;
    }   
    #logo {
        margin-top:34px;
        height:80px;
    }
    
    nav.navbar.shrink #logo {
        margin-top:15px;
    }
    nav.navbar.shrink .navbar-nav {
        margin-top:10px;
    } 
    nav.navbar.shrink {
        max-height: 60px;
        
    }
    nav.navbar.shrink #logo {
        height:55px;
        width:auto;
    }
    .container {
        width: 1010px;
    }
  
    #beta3 img {
        width:250px;
    }
    #beta3.shrink{
        
        top: 80px
        
    }
   

}

.uppercase {text-transform:uppercase}


.columns2 {column-count:2;border-bottom:1px solid #aaa;padding-bottom:30px}

.but {
    font: normal 16px 'PT Sans Caption',sans-serif;
    margin:4px;display:inline-block;
    padding: 6px 30px;
    background: #66ccff;
    color: white;
    font-size: 120%;
    border-radius: 4px;
    border:none;
    font-weight: 400;
}
.but:hover {color:white}


@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(1, 1);
  }
  to {
    -webkit-transform: scale(1.8, 1.8);
  }
}

@keyframes zoom {
  from {
    transform: scale(1, 1);
  }
  to {
    transform: scale(1.8, 1.8);
  }
}

.carousel-inner .item .fill {
  -webkit-animation: zoom 15s;
  -webkit-animation-timing-function: linear;
  animation: zoom 15s;
  animation-timing-function: linear;
}


.c-form {width:90%;margin-bottom:17px;padding:6px;border:1px solid #ddd;border-radius: 4px;}



.form-group {display:inline}
.help-block {}

.form-error {color:red;margin-bottom:5px;font-size:90%}
.input-field,
.popup-form-line input,textarea {
    border:1px solid #aaa;border-radius: 4px;
    padding:3px;background:#f5f5f5;
}
.popup-form-line label {margin-bottom:1px;}
.form-line-simple .field-error,
.popup-form-line .field-error {

    border-bottom:2px solid red;
}
.form-line-simple label {
    display:block;
    font-weight:normal;
    margin:5px 0 0 0px;
}
.form-line-simple input,textarea {
    border:1px solid #aaa;width:100%;
}
.field-error {
    border-bottom:2px solid red;
}





/*-----ACCESSIBILITY----*/
#nav-accessibility {
    position:fixed;
    right:0px;top:0px;
    z-index:1500;
    
  }

.acc_button {
    position:absolute;
    right:8px;top:8px;
    cursor:pointer;
}

.acc_button img {
    width:50px;
}
.shrink .acc_button img{
    width:40px;
}
.acc_frame {
    position: absolute;z-index:1500;
    top: 70px;
    right: 8px;
    display:none;
    width:140px;
    
    background:white;
    border:2px solid #275D9C;
    border-radius: 7px;;
    -webkit-box-shadow: 8px 8px 24px 0px rgba(66, 68, 90, 0.28);
-moz-box-shadow: 8px 8px 24px 0px rgba(66, 68, 90, 0.28);
box-shadow: 8px 8px 24px 0px rgba(66, 68, 90, 0.28);
  }
  @media screen and (max-width: 1060px) {
    #nav-accessibility {        right:80px;    }
 
 }
  
.acc_line {display:block;border-bottom:2px solid #aaa; }
.acc_line:last-child {border:0px solid #275D9C;}
.acc_swith {
    display: block;
    padding: 11px;
    text-decoration: none;
    padding-top: 46px;
   
    background-size: 33px;
    background-position: center 11px;
    background-repeat: no-repeat;
    text-align: center;
    color: #333;
    font: bold 17px 'PT Sans', 'Arial', Arial;
}
.acc_swith:hover {color:#003b95;background-color:#90bff4}
.acc_invert {
    background-image:url('/images/accessibility/PNG/acc_contrast.png');
}
.acc_zoomtext {
    background-image:url('/images/accessibility/PNG/acc_text.png');
}
.acc_spacing {
    background-image:url('/images/accessibility/PNG/acc_spacing.png');
}
.acc_rows {
    background-image:url('/images/accessibility/PNG/acc_lines.png');
}

.acc_reset {
    display: block;
    padding: 8px;
    text-decoration: none;
   
   
    background-size: 33px;
    background-position: center 11px;
    background-repeat: no-repeat;
    text-align: center;
    color: #333;
    font: bold 17px 'PT Sans', 'Arial', Arial;
}

/*SWITHES*/
.acc-white-bg {
    background: #fff!important;
    }
.acc-invert {
    filter: invert(100%);
    -webkit-filter: invert(100%);
    }
  
.acc-zoomtext {
      zoom:1.4 !important;
   }

.acc-spacing {
        letter-spacing:0.2em !important;
     }

.acc-rows div {
        line-height:2.2em !important
}
.acc-rows p {
        line-height:2.2em !important
}