﻿* {
    margin:0;
    padding:0;
}

/*********************************************/
/******* G e n e r a l   c l a s s e s *******/
/*********************************************/
.clearfix {
    clear:both;
}
.col-15 {
    width:15%;
}

.col-85 {
    width:85%;
}

.col-40 {
    width:40%;
}

.col-45 {
    width:45%;
}

.fl {
    float:left;
}

.fr {
    float:right;
}

.h-100 {
    height:100%;
}

.hid {
    display:none;
}

.col-big {
    width:85%;
}

.col-small {
    width:15%;
}

.col-normal {
    width:40%;
}

.hidden{
    display: none;
}

/**************************************************/
/******* G e n e r a l   c l a s s e s  END *******/
/**************************************************/
body{
    overflow-x:hidden;
}

#footer {

    height: 40px;
    width:100%;
}

#footer-part-1 {

    background: url(../images/blue-gradient-bg.gif);
    background-repeat:no-repeat repeat;
}

#footer-part-3 a {

    display:block;
    padding-right:10px;
    text-align:right;
}


#main-menu-wrapper {
   
    background: url(../images/blue-gradient-bg.gif);
    background-repeat:no-repeat repeat;
}

#page-content-wrapper {
    
    overflow-y:scroll;
    overflow-x:hidden;
}

#header {
    height:190px;
}

#header-part-logo {

    width:15%;
    background: url(../images/blue-gradient-bg.gif);    
    background-repeat: no-repeat repeat;    
}

#logo {

    width:135px;
    height:135px;
    display:block;
    margin: 20px auto;
    text-indent: -99999px;
    background-image: url(../images/VandUwhite1000x1000%20transparent.gif);
    background-size: 135px 135px;
    background-position:center center;
}

#header-part-banner {

    width:85%;
    /*background: url(../images/banner.png);*/  
    background-repeat: no-repeat no-repeat; 
    background-position: center center;
    background-size: 100% auto;
}

#header-part-banner-image{
    margin-top:15px;
    height:80%;
    width:1622px;
}

#header {

    background: url(../images/blue-gradient-bg.gif);
    background-repeat: no-repeat repeat;
}



#main-menu > li
{
    margin-bottom:10px;
}

#main-menu
{
    display:block;
    margin-top: 0px auto;
}

.menu
{
    text-align: center;
    list-style-type:none;
}
.menu a
{
    text-decoration: none;
}
.menu-item
{
    display: block;
    width: 160px;
    height: 30px;
    line-height: 30px;
    margin: 0 auto;   
    color: #FFD500;
    background-color: #003399;
    border-radius: 14px;
    border: 2px solid black;
    box-shadow: 0px 3px 1px 0px #4A7BEF inset, 2px 2px 5px #808080;
    font-family: Palatino Linotype, sans-serif;
}
.menu-item:hover, .selected-menu-item
{
    background-color:#316BD6;
    box-shadow: 0px 3px 1px 0px #4A7BEF inset, 4px 0px 1px 0px #4A7BEF inset, 4px 3px 5px #808080;
}




#lang-bar
{
    width:100%;
    height: 30px;
    /*float:right;*/
    background-image: url(../images/blue-gradient-bg.gif);
    background-repeat: no-repeat no-repeat;
}
.lang-bar-item
{
    display: block;
    text-decoration: none;
    text-indent: -9999px;
    width: 48px;
    height: 30px;
    /*float: right;*/
    margin-right: 10px;
    background-repeat:no-repeat no-repeat;
}
#en-lang-item, #mm-en-lang
{
    background-image: url(../images/flags/eng.png);
    
}
#de-lang-item, #mm-de-lang
{
     background-image: url(../images/flags/ger.png);
}
#bg-lang-item, #mm-bg-lang
{
     background-image: url(../images/flags/bul.png);
}




.showhide-toggle-nav:hover {
    cursor:pointer;
}
.showhide-main-container
{
    min-width: 450px;
}
.showhide-header-container {
    margin-top:15px;

    /*hack for floating elements inside the container to stay on the same line when resizing*/
    min-width:100px; 
    width: auto !important;
    width: 100px;
}
.showhide-shorttext, .showhide-body {
    margin-top:10px;
}
.showhide-header-container:after
{
    content: "";
    clear: both;
}
.showhide-main-header-text
{
    display: none;
}
.showhide-header-text > p, .show-hide-content, .showhide-header-date, .showhide-main-header-text > p
{
    display:block;   
    /*font-size: 18pt;*/
    font-weight: bold;
    letter-spacing: 1px;
    color: #909090;
}
.showhide-header-text
{
    color: #909090;
    margin-top:18px;    
    max-width:50%;
}

.showhide-header-image{
    height: 70px;
    width: auto;
    padding-right: 10px;
}
/*.showhide-header-text > p, .showhide-main-header-text > p
{
    text-decoration: underline;
}*/
.showhide-header-text, .showhide-toggle-nav, .showhide-header-date, .showhide-main-header-text
{
    float:left;
}

.showhide-toggle-nav 
{
    border: 1px solid #909090;
    border-radius: 2px;
    margin: 20px 5px 0px 5px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center; 
}

.showhide-body
{
    display: none;
}
.showhide-footer > p
{
    display: block;
}
.showhide-creation-date, .showhide-modified-date
{
    float:left;
    font-style: italic;
    margin-right: 20px;
}
.showhide-header-date
{
    margin-right: 2%;
    margin-top:18px;
    /*width:120px;*/
}

.show-hide-active
{
    color:black !important;
    border-color:black !important;
}


#mobile-size-menu
{
    display:none;
}

.fade-in
{
    opacity: 1;
    display: block !important;
}
.fade-out
{
    opacity: 0;
    display: none !important;
}



.loading {
  /*position: fixed;*/
  /*position: absolute;*/
  text-align: center !important;
  background: rgba(0, 0, 0, 0.0980392);
  z-index: 1050;
  margin: 0;
}
.loading-main {
  top: 0px;
  /*height: 100%;*/
  width: 100%;
}
.spinner {
  height: 92px;
  width: 92px;
  margin: 0 auto;
  top: 36%;
  position: relative;
  -webkit-animation: rotation .6s infinite linear;
  -moz-animation: rotation .6s infinite linear;
  -o-animation: rotation .6s infinite linear;
  animation: rotation .6s infinite linear;
  border: 8px solid rgba(74,107,189, 0.25);
  border-radius: 92px;
}
.spinner:before {
  content: "";
  display: block;
  position: absolute;
  top: -8px;
  height: 100%;
  width: 100%;
  border-top: 8px solid rgba(0,51,153, 0.9);
  border-left: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: 8px solid transparent;
  border-radius: 100%;
}
@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
  }
}
@-moz-keyframes rotation {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(359deg);
  }
}
@-o-keyframes rotation {
  from {
    -o-transform: rotate(0deg);
  }
  to {
    -o-transform: rotate(359deg);
  }
}
@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}





@media (max-width: 1200px) {

    .col-normal {
        width:35%;
    }
    .col-small {
        width:19%;
    }
    .col-big {
        width:81%;
    }
}

@media (max-width: 900px) {

    #header-part-banner {
           width:80%; 
    }
    #header-part-logo {
           width:20%; 
    }
    .col-small {
        width:25%;
    }
    .col-big {
        width:75%;
    }
}

@media (max-width: 770px) {

    #header-part-banner {
        width:75%; 
    }
    #header-part-logo {
        width:25%;
    }

    .col-small {
        width:28%;
    }
    .col-big {
        width:72%;
    }
}


@media (max-width: 620px) {

    .col-normal {
        width:30%;
    }
    .col-small {
        width:32%;
    }
    .col-big {
        width:68%;
    }
}

@media (max-width: 550px) {

    #header-part-banner {
        width:70%; 
    }
    #header-part-logo {
        width:30%;
    }

    .col-small {
        width:35%;
    }
    .col-big {
        width:65%;
    }
}

@media (max-width: 480px) {

    #header {
        display:none;
    }

    .showhide-header-image{
        display:none;
    }

    #page-content-wrapper {

        height:100% !important;
        float:none !important;
        overflow: visible;
    }

    #page-content-wrapper  ,#main-menu-wrapper
    {
        /*display: table-row !important;*/
        display:table;
        height:auto;
        width:100%;
        margin-top:50px;
        text-align:center;
        /*background-image: url("images/Vu-background.jpg");
        background-size: cover;
        background-repeat: no-repeat;*/
        /*overflow-y: scroll;*/
    }

    #enquire-project-container{
        text-align:initial;
    }
    #main-menu
    {
        display:inherit;
        width:100%;
    }
    #main-menu-wrapper
    {
        display:none;
        background: white;
    }
    #mobile-size-menu
    {
        display: block;
        background-color: #FFD500;
        position: fixed;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 45px;
        margin: 0px;
        padding: 0px;      
        text-align: center;
        letter-spacing: 10px;
        font-weight: bold;    
    }
    .mobile-menu-button:hover, .mobile-menu-logo:hover
    {
        cursor:pointer;
    }

    .mobile-menu-logo
    {
             
        margin-left:10px;  
        margin-top:8px;
    }
    .mobile-menu-logo a {
        text-indent:-99999px;
        display:block;
        background-image: url(../images/V&ULogo32x32.png);
        background-repeat: no-repeat no-repeat;
        width:32px;
        height:32px; 
    }
    .mobile-menu-lang-container, .mobile-menu-logo
    {
        float:left;
    }
    .mobile-menu-button
    {
        /*float: right;*/
        display: block;
        position: fixed;
        top: 20px;
        width: 100px;
        height: 10px;
        float: right;
        left: 90%;
    }
    .mobile-menu-lang-container
    {
        width:190px;
        margin-top:10px;
        margin-left:15px;
    }
    .menu-item
    {
        width:100%;
        height: 50px;
        line-height: 50px;
        margin: 0 auto;   
        border:none;
        border-radius: 0;
        box-shadow:none;
        color: #FFD500;
        background-color: #003399;
        letter-spacing:5px;
        font-size:30px;
        font-weight:bold;
        box-shadow:1px 0px 30px #FFD500;
    }
    #main-menu > li
    {
        margin:0;
    }
    #main-menu-wrapper, #page-content-wrapper
    {

        transition: opacity 0.3s ease;
    }

    /* Mobile menu button styles */
    .mobile-menu-button span, .mobile-menu-button span:before, .mobile-menu-button span:after {
      cursor: pointer;
      border-radius: 1px;
      height: 5px;
      width: 35px;
      background: white;
      position: absolute;
      display: block;
      content: '';
    }
    .mobile-menu-button span:before {
      top: -10px;
    }
    .mobile-menu-button span:after {
      bottom: -10px; 
    }
    .mobile-menu-button span, .mobile-menu-button span:before, .mobile-menu-button span:after {
      transition: all 500ms ease-in-out;
    }
    .mobile-menu-button.active span {
      background-color: transparent;
    }
    .mobile-menu-button.active span:before, .mobile-menu-button.active span:after {
      top: 0;
    }
    .mobile-menu-button.active span:before {
      transform: rotate(45deg);
    }
    .mobile-menu-button.active span:after {
      transform: rotate(-45deg);
    }

   
    .customP, .customUl
    {
        width:100%;
    }
    .responsive-img
    {
        width:100%;
        height:auto;
        float:none;
    }
    .responsive-row
    {
        display:table;
    }
    .responsive-col
    {
        display:table-row;
    }

    #footer {
        margin-top:30px;
        float:none !important;
    }
    #footer-part-1 {
        display:none;
    }
    #footer-part-2 {
        padding-left:10px;
    }
    .validation-error {
        display:block;
    }
    .default-textbox, .default-textarea {
        width: 80% !important;
    }
}


/* Spa page styles*/
/*body{color:rgb(0,0,128) !important;}
h1, h2, h3, h4{color:rgb(0,0,128) !important;}*/

#spa-container h1,#spa-container h2,#spa-container h3,#spa-container h4
{
    color:rgb(0,0,128) !important;
}

.floatLeft{float:left;}
.clearfix{clear:both;}
h3{margin-top:30px; margin-bottom:20px;}
#spa-container ul li
{
    list-style-type:none !important;
}
#spa-container ul {
    text-align:left !important;
}
#spa-container
{
    font-family:'Times New Roman';
    text-align:center;
    color:rgb(0,0,128) !important;
}
#textUnderHeader
{
    font-size: 10pt;
    margin-top: 5px;
}
/* Spa page styles end*/

/* HR page styles*/
#hr-container ul {
    list-style-type:square;
    text-align:left !important;
}

#hr-container ul li {
    margin-left:30px;
}
/* HR page styles END*/





#enquire-project-container {
    margin-left:20px;
}

.default-textbox, .default-textarea {
    width: 40%;
}

.default-textbox:focus, .default-textarea:focus {

    box-shadow:1px 0px 2px #FFD500
}
    
.default-textbox, .default-textarea, .default-select {

    padding: 3px;
    border: 1px solid #003399;
}

/* Button styles */
.default-button, .disabled-button
{
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 3px;
    padding-bottom: 3px;
    border:1px;
    border-radius: 4px;
    font-weight:bold;
    letter-spacing:1px;
    cursor:pointer;
    box-shadow: 0px 3px 0px grey;
}
.default-button
{
    margin-top:10px;
    display:inline-block;
    color:#FFD500;
    background-color: #003399;   
    padding-left:15px;
    padding-right:15px;
}
.default-button:hover
{
    position:relative;
    top:1px;
    box-shadow: 0px 2px 0px grey;
}
.default-button:active
{
    position:relative;
    top:2px;
    box-shadow: 0px 1px 0px grey;
}
.disabled-button
{
    background-color: #EEEEEE;
    color:#C1D8EE;
}
/* Button styles end */


.required-symbol, .validation-error {
    color:red;
}

.invalid-control {
    border:1px solid red;
}

.validation-error {
    margin-left:10px;
}

/*Project enquiry styles*/
#client-info{
float:left;
width:30%;
min-width:200px;
}

#project-info{
float:left;
width:60%;
min-width:200px;
}

#how-did-you-find-us{
clear:both;
}

.default-textbox, .default-textarea{
width:90%;
}

#brief-description-textarea{
height:60px;
}

#preferred-description-textarea{
height:45px;
}

#enquiry-captcha-containter{
    width:30%;
    padding-top:10px;
}
#submit-enquiry-success{
    color: green;
    margin-top:10px;
}
/*End of Project enquiry styles*/