﻿div, article, aside, details {
    display: block;
     font-family: Merriweather,Verdana, Geneva, Tahoma, sans-serif;
}

#header {
    background: url('../../content/imagesLanding/Fvg.png') center center no-repeat;
    height: 400px;

}
#content_section1, #content_section2, #content_section_footer {
    width: 980px;
    margin: 20px auto;
    /*background-color: #f2f1f1; 
   border-radius:50px;*/
    height: 700px;
    padding: 0; 
    background-color: rgb(255, 255, 255);
    border-color: rgb(188,188,188);
    border-width: thin;
    border-radius: 20px;
    box-shadow: 10px 10px 20px rgb(188,188,188);
}

#content_section_footer {
    width: 100%;
    margin: 20px ,0,0,0;
    /*background-color: #f2f1f1; 
   border-radius:50px;*/
    height: 60px;
    padding: 10px;
    background-color: #E9EFF3;
    /*border-color: rgb(188,188,188);
    border-width: thin;*/
    border-radius: 0;
    /*box-shadow: 10px 10px 20px rgb(188,188,188);*/
}
#splashFooter {
    /*  width: 980px; */
    width: 50%;
    margin: 0px auto;
    padding: 1% 2% 1% 2%;
    padding-top: 2px;
    /*color: red;*/
}

#content_section {
   width: 980px; 
   margin: 0px auto; 
   /*background-color: #f2f1f1;*/ 
   /*border-radius:50px;*/
   height: 520px; 
   padding: 0;
   background-color: rgb(255, 255, 255); 
   border-color:rgb(188,188,188); 
   border-width: thin; 
   border-radius: 20px; 
   box-shadow:10px 10px 20px rgb(188,188,188);

}

#div_welcome_image {
    width: 700px;
    float: left;
    height: auto; 
    padding: 30px 10px 30px 30px;    
     border-width: thin; 
  
    
    
}
#welcome_image{
    max-width: 100%;   
    
}
#div_welcome_text{
    width: 260px;
    float: left;
    padding: 30px 10px 30px 10px;
    line-height: 1.3em;
}

.text-primary {   
    line-height: 1.5em;
    font-size: 1.1em;
}

/*#div_lang {
    margin: 0px ;
    text-align:justify;
    line-height: 2em;
}*/

/*carousel*/

#splashCarousel1,#splashCarousel2  {
    height: 650px;
    margin: 50px 0 0 0; 
    display:inline-block; 
}

 

.item img {
    position: relative;
    max-width:100%;    
    margin: 0 auto;
    width: auto\9;  

    }


.carousel-control {
  position: absolute;
  top: -260px;
  bottom: 0;
  left: 0;
  right:0;
  width: 15%;
  font-size: 20px;
  color: #f2f1f1;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.carousel-control.left {
  background-image: none;
  filter: none;
}

.carousel-control.right {
  right: 0;
  left: auto;
  background-image: none;
  filter: none;
}

.carousel-control:hover,
.carousel-control:focus {
  color: #FFFFFF;
  text-decoration: none;
  outline: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.div-carousel-text  {

    margin: 40px;
}

.carousel-indicators {
  position: absolute;
  top: 330px;
  bottom: 0;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}

.carousel-indicators li {
  display: inline-block;
  top: 360px;
  bottom: 0;
  width: 15px;
  height: 15px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #FFFFFF;
  border: 1px solid #808080;
  border-radius: 10px;
}

.carousel-indicators .active {
  width: 15px;
  height: 15px;
  margin: 0;
  background-color: #808080;
}



/*.carousel-text {
    font-family: Arial;
    font-size: 1em;
    color: #4a4848;
    text-align: justify; 
    line-height: 2em;

}

.carousel-text-h2 {
    
    vertical-align:top;
    font-family: Arial;   
    color:  rgb(133,183,218);
    text-align: center; 
    line-height:1.4em;
    text-transform: lowercase;
    font-weight:800;
}*/



.ver-nav {
    position: fixed;
    right: 52px;
    top: 140px;
    z-index: 999;
}
.ver-nav-list li a,.ver-nav-list > li > a:focus {
	display: block;
	background: url(./images/navbullet.png) 0 0 no-repeat;
	width: 15px;
	height: 15px;
	padding: 0;
	margin-bottom: 12px;
}

.ver-nav-list > li > a:hover, .ver-nav-list li.active a {
    background-position: 0 -15px;
    background-color: inherit;
}

html:not(.preview) .touch-EDIT .vertical-widget-component,
html:not(.preview) .touch-PREVIEW .vertical-widget-component {
    position: fixed;
    width: 90px;
    min-height: 50px;
    position: fixed;
    display: inline-block;
    right: 25px;
    top: 10px;
    z-index:999;
    background-color: rgba(0, 0, 0, 0.05);
    text-align: center;
}  

html:not(.preview) .touch-EDIT .vertical-widget-component .ver-nav:before,
html:not(.preview) .touch-PREVIEW .vertical-widget-component .ver-nav:before {
    content: "Edit Vertical Navigation";
    text-shadow: 0px 0px 4px white,0px 0px 4px white,0px 0px 4px white,0px 0px 4px white,0px 0px 4px white,0px 0px 4px white, 0px 0px 4px white;
}

html:not(.preview) .touch-EDIT .vertical-widget-component .ver-nav,
html:not(.preview) .touch-PREVIEW .vertical-widget-component .ver-nav {
    position:relative !important;
    right: auto;
    top: auto;
}

html:not(.preview) .touch-EDIT .vertical-widget-component .ver-nav-list,
html:not(.preview) .touch-PREVIEW .vertical-widget-component .ver-nav-list {
    display:none !important
}

.verticalWidgetComponent {
    -webkit-app-region: no-drag;
    -webkit-appearance: none;
    -webkit-background-composite: source-over;
    -webkit-border-horizontal-spacing: 0px;
    -webkit-border-vertical-spacing: 0px;
    -webkit-box-align: stretch;
    -webkit-box-decoration-break: slice;
    -webkit-box-direction: normal;
    -webkit-box-flex: 0;
    -webkit-box-flex-group: 1;
    -webkit-box-lines: single;
    -webkit-box-ordinal-group: 1;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: start;
    -webkit-box-reflect: none;
    -webkit-column-break-after: auto;
    -webkit-column-break-before: auto;
    -webkit-column-break-inside: auto;
    -webkit-column-count: auto;
    -webkit-column-gap: normal;
    -webkit-column-rule-color: rgb(51, 51, 51);
    -webkit-column-rule-style: none;
    -webkit-column-rule-width: 0px;
    -webkit-column-span: none;
    -webkit-column-width: auto;
    -webkit-font-smoothing: antialiased;
    -webkit-highlight: none;
    -webkit-hyphenate-character: auto;
    -webkit-line-box-contain: block inline replaced;
    -webkit-line-break: auto;
    -webkit-line-clamp: none;
    -webkit-locale: auto;
    -webkit-margin-after-collapse: collapse;
    -webkit-margin-before-collapse: collapse;
    -webkit-mask-box-image: none;
    -webkit-mask-box-image-outset: 0px;
    -webkit-mask-box-image-repeat: stretch;
    -webkit-mask-box-image-slice: 0 fill;
    -webkit-mask-box-image-source: none;
    -webkit-mask-box-image-width: auto;
    -webkit-mask-clip: border-box;
    -webkit-mask-composite: source-over;
    -webkit-mask-image: none;
    -webkit-mask-origin: border-box;
    -webkit-mask-position: 0% 0%;
    -webkit-mask-repeat: repeat;
    -webkit-mask-size: auto;
    -webkit-print-color-adjust: economy;
    -webkit-rtl-ordering: logical;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-text-combine: none;
    -webkit-text-decorations-in-effect: none;
    -webkit-text-emphasis-color: rgb(51, 51, 51);
    -webkit-text-emphasis-position: over;
    -webkit-text-emphasis-style: none;
    -webkit-text-fill-color: rgb(51, 51, 51);
    -webkit-text-orientation: vertical-right;
    -webkit-text-security: none;
    -webkit-text-stroke-color: rgb(51, 51, 51);
    -webkit-text-stroke-width: 0px;
    -webkit-user-drag: auto;
    -webkit-user-modify: read-only;
    -webkit-user-select: text;
    align-content: start;
    align-items: start;
    align-self: start;
    alignment-baseline: auto;
    animation-delay: 0s;
    animation-direction: normal;
    animation-duration: 0s;
    animation-fill-mode: none;
    animation-iteration-count: 1;
    animation-name: none;
    animation-play-state: running;
    animation-timing-function: ease;
    backface-visibility: visible;
    background-attachment: scroll;
    background-blend-mode: normal;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    background-origin: padding-box;
    background-position: 0% 0%;
    background-repeat: repeat;
    background-size: auto;
    baseline-shift: 0px;
    border-bottom-color: rgb(51, 51, 51);
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-style: none;
    border-bottom-width: 0px;
    border-collapse: separate;
    -webkit-border-image: none;
    border-image-outset: 0px;
    border-image-repeat: stretch;
    border-image-slice: 100%;
    border-image-source: none;
    border-image-width: 1;
    border-left-color: rgb(51, 51, 51);
    border-left-style: none;
    border-left-width: 0px;
    border-right-color: rgb(51, 51, 51);
    border-right-style: none;
    border-right-width: 0px;
    border-top-color: rgb(51, 51, 51);
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-top-style: none;
    border-top-width: 0px;
    bottom: auto;
    box-shadow: none;
    box-sizing: border-box;
    buffered-rendering: auto;
    caption-side: top;
    clear: none;
    clip: auto;
    clip-path: none;
    clip-rule: nonzero;
    color: rgb(51, 51, 51);
    color-interpolation: sRGB;
    color-interpolation-filters: linearRGB;
    color-rendering: auto;
    cursor: auto;
    cx: 0px;
    cy: 0px;
    direction: ltr;
    display: block;
    dominant-baseline: auto;
    empty-cells: show;
    fill: rgb(0, 0, 0);
    fill-opacity: 1;
    fill-rule: nonzero;
    filter: none;
    flex-basis: auto;
    flex-direction: row;
    flex-grow: 0;
    flex-shrink: 1;
    flex-wrap: nowrap;
    float: none;
    flood-color: rgb(0, 0, 0);
    flood-opacity: 1;
    font-family: Arial, Helvetica, sans-serif;
    font-kerning: auto;
    font-size: 14px;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-variant-ligatures: normal;
    font-weight: normal;
    glyph-orientation-horizontal: 0deg;
    glyph-orientation-vertical: auto;
    height: 0px;
    image-rendering: auto;
    isolation: auto;
    justify-content: start;
    left: auto;
    letter-spacing: normal;
    lighting-color: rgb(255, 255, 255);
    line-height: 20px;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: disc;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    marker-end: none;
    marker-mid: none;
    marker-start: none;
    mask: none;
    mask-type: luminance;
    max-height: none;
    max-width: none;
    min-height: 0px;
    min-width: 0px;
    mix-blend-mode: normal;
    object-fit: fill;
    object-position: 50% 50%;
    opacity: 1;
    order: 0;
    orphans: auto;
    outline-color: rgb(51, 51, 51);
    outline-offset: 0px;
    outline-style: none;
    outline-width: 0px;
    overflow-wrap: normal;
    overflow-x: visible;
    overflow-y: visible;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    page-break-after: auto;
    page-break-before: auto;
    page-break-inside: auto;
    paint-order: fill stroke markers;
    perspective: none;
    perspective-origin: 640px 0px;
    pointer-events: auto;
    position: static;
    r: 0px;
    resize: none;
    right: auto;
    rx: 0px;
    ry: 0px;
    shape-image-threshold: 0;
    shape-margin: 0px;
    shape-outside: none;
    shape-rendering: auto;
    speak: normal;
    stop-color: rgb(0, 0, 0);
    stop-opacity: 1;
    stroke: none;
    stroke-dasharray: none;
    stroke-dashoffset: 0px;
    stroke-linecap: butt;
    stroke-linejoin: miter;
    stroke-miterlimit: 4;
    stroke-opacity: 1;
    stroke-width: 1px;
    tab-size: 8;
    table-layout: auto;
    text-align: start;
    text-anchor: start;
    text-decoration: none;
    text-indent: 0px;
    text-overflow: clip;
    text-rendering: auto;
    text-shadow: none;
    text-transform: none;
    top: auto;
    touch-action: auto;
    transform: none;
    transform-origin: 640px 0px;
    transform-style: flat;
    transition-delay: 0s;
    transition-duration: 0s;
    transition-property: all;
    transition-timing-function: ease;
    unicode-bidi: normal;
    vector-effect: none;
    vertical-align: baseline;
    visibility: visible;
    white-space: normal;
    widows: 1;
    width: 1280px;
    will-change: auto;
    word-break: normal;
    word-spacing: 0px;
    word-wrap: normal;
    writing-mode: lr-tb;
    -webkit-writing-mode: horizontal-tb;
    x: 0px;
    y: 0px;
    z-index: auto;
    zoom: 1;
}



/* Query Media*/
@media screen and (max-width: 980px) {

    #content_section1, #content_section2 {
        width: 95%;
        margin-left: 2%;
        margin-right: 2%;     
        background-color: #FFFFFF;
        height: 700px;
    }
     
     #content_section {
        width: 95%;
        margin-left: 2%;
        margin-right: 2%;     
        background-color: white;
        text-align: center;
        height:auto;
     }

    #div_welcome_image {
        width: auto;
        float: none;
        height: auto;
        margin: 3% auto;
        padding: 6% 3% 1% 3%;
        
    }

    #div_welcome_text {
        width: auto;
        float: none;
        padding: 0 3% 3% 3%;
        height: auto;
    }

    #welcome_image {
        max-width: 100%;
        width: auto\9; /* ie8 */
    }

    #div_lang {
        line-height: 1.5em;
    }


    /*carousel*/

    #splashCarousel1,#splashCarousel2  {
    width: 100%;
    height: 650px;
    margin: 50px 0 0 0; 
    display:inline-block; 
   }

  .carousel-inner{
      width: 94%;
      margin: 0 auto;

  }
  .div-carousel-text  {
    margin:1%;
    padding-top: 4%;
    }

  
  .carousel-indicators {
     display: none;
     
    }

    .carousel-indicators li {
     display: none;
    }

    .carousel-indicators .active {
      width: 15px;
      height: 15px;
      margin: 0;
      background-color: #808080;
    }


    /*.carousel-text {
        font-family: Arial;
        font-size: 1em;
        padding: 2%;        
        text-align: justify;
        line-height: 1.3em;
        height: auto;
    }

    .carousel-text-h2 {
        font-family: Arial;
        color: rgb(133,183,218);
        text-align: center;
        line-height: 1.2em;
        text-transform: lowercase;
        font-weight: 800;      
        margin: 0px;
    }*/

    #splashFooter {
        color: green;
        width: 100%;
        margin: 0% 2% 1% 0%;
        padding: 0 2% 10% 5%;
        float: left;
    }
}

/*IPHONE*/
@media screen and (max-width: 650px) {
 #content_section1, #content_section2 {
        /*width: 100%;*/
        margin-left: 2%;
        margin-right: 2%;     
        background-color: #FFFFFF;
        height: auto;
    }
     
     #content_section {
        width: 100%;
        margin-left: 2%;
        margin-right: 2%;     
        background-color: white;
        text-align: center;
        height:auto;
     }

    #div_welcome_image {
        width: 100%;
        float: none;
        height: auto;
        margin: 3% auto;
        padding: 6% 3% 1% 3%;
        
    }

    #div_welcome_text {
        width: 100%;
        float: none;
        padding: 0 5% 5% 5%;
        height: auto;
    }

    #welcome_image {
        max-width: 100%;
        width: auto\9; /* ie8 */
    }

    #div_lang {
        line-height: 1.5em;
    }


    /*carousel*/

    #splashCarousel1, #splashCarousel2  {
    width: 100%;
    height: auto;
    margin: 2%  auto; 
    display:inline-block; 
    }

  .carousel-inner{
   width: 97%;
   margin: 5% auto;
   padding: 3%;
  }
  .carousel-control {
  position:    absolute;
   top: 0;
  bottom: 2%;
  left: 0;
  right:0;
  width: 15%;
  font-size: 20px;
  color: pink;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.carousel-control.left {
  background-image: none;
  left: 1px;
  filter: none;
}

.carousel-control.right {
  right: 0;
  /*left: auto;*/
  background-image: none;
  filter: none;
}
  .item img {
    max-width: 100%;
  }
  .div-carousel-text  {
    margin:10%;
    padding-top: 4%;
    }
   
  .carousel-indicators {
     display: none;
         }

    .carousel-indicators li {
     display: none;
    }

    .carousel-indicators .active {
     display: none;
    }


    /*.carousel-text {
        font-family: Arial;
        font-size: 1em;
        padding: 2%;        
        text-align: justify;
        line-height: 1.3em;
        height: auto;
    }

    .carousel-text-h2 {
        font-family: Arial;
        color: rgb(133,183,218);
        text-align: center;
        line-height: 1.2em;
        text-transform: lowercase;
        font-weight: 800;      
        margin: 0px;
    }*/

    #splashFooter {
       
        width: 100%;
        margin: 0% 2% 1% 0%;
        padding: 0 2% 10% 5%;
        float: none;
        color: black;
        text-align: center;
    }
}