/*
################################################
################### GENERAL ####################
################################################
*/

body {
  margin: 0px;
  padding: 0px;
  background-image: url(../img/polygonBG.jpg);
  background-size: 100% auto;
  background-attachment: fixed;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-size: 13.25px;
  font-weight: 400;           
}

a img {
    border-width: 0px;
}

ul {
    margin-top: 0px;
    margin-bottom: 0px;
}

.left {
    float: left;
}

.right {
    float: right;
}

.clear {
    clear: both;
}

b, strong {
    font-weight: 700;
}

#manazHeaderBack {
    background-image: url(../img/headerbackground.jpg);
    height: 143px;
}

#outer {
  position: absolute;
  top: 30px;
  border: 1px solid #4e4e4e;
  width: 950px;
  left: 50%;
  margin-left: -475px;
  margin-bottom: 20px;
  min-height: 300px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
  background-color: #222222;
  background: rgba(34, 34, 34, .5);
  
  background-image: url(../img/xcbg2.jpg);
  
  -webkit-box-shadow:  1px 2px 4px 2px rgba(0, 0, 0, 0.3);
  box-shadow:  1px 2px 4px 2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow:  1px 2px 4px 2px rgba(0, 0, 0, 0.3);
}

@media (max-width: 970px) {
    #outer {
        width: 100%;
        top: 0px;
        left: 0px;
        margin-left: 0px;
        margin-bottom: 0px;
        border-radius: 0px;
        border: 0px;
    }
}


/*
################################################
################### HEADER #####################
################################################
*/

#header {
    padding: 9px;
    padding-left: 20px;
    /*background-color: #4e4e4e;
    background: rgba(0, 0, 0, .3);*/
    
    background-image: url(../img/logo_bg.jpg);
    
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    overflow: hidden;
}

@media (max-width: 970px) {
    #header {
        overflow: visible;
    }

    #header a img {
        height: 50px;
        margin-top: -10px;
    }
}

#headerInfo {
    color: #CCC;
    position: absolute;
    left: 50%;
    top: 112px;
    margin-left: 170px;
    text-align: right;
    width: 300px;
    font-size: 9pt;
}

@media (max-width: 970px) {
    #headerInfo {
        left: 30px;
        top: 44px;
        margin-left: 0px;
        text-align: left;
        font-size: 7pt;
        color: #999;
    }
}

.headerLine {
  height: 10px;
  background-image: url(../img/orangeline.jpg);
}

@media (max-width: 970px) {
    .headerLine {
      height: 4px;
    }
}

/*
################################################
################### FOOTER #####################
################################################
*/

#footer {
    padding: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align:center;
    font-size: 11px;
    
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    overflow: hidden;
    
    background-image: url(../img/xcbg_dark.jpg);
      
}

#footer a, #sidebar a {
    color: #FFF;
}


#footer a:hover, #sidebar a:hover, #content a:hover {
    color: #fa7600;
    text-decoration: underline;
}

#footer a {
    text-decoration: none;
}

#header, #footer {
    background-color: #000;
    /*background: rgba(0, 0, 0, .1);*/
    
    color: #CCC;
    
}


/*
################################################
################### CONTENT ####################
################################################
*/

#contentOuter {
    background-image: url(../img/rightmenubg.png);
    background-position: 746px;
    background-repeat: repeat-y;    
    
    margin-top: 20px;
    height: 100%;
    padding-left: 20px;
    padding-top: 14px;
    padding-bottom: 20px;
    
}

@media (max-width: 970px) {
    #contentOuter {
      height: auto;
      padding-left: 0px;
      padding-top: 10px;
    }
}

.contentOuter_noSidebar {
    background-image: none !important;
    padding-right: 20px;
}

@media (max-width: 970px) {
    .contentOuter_noSidebar {
      height: auto;
      padding-right: 0px
    }
}

.content {
    background-color: #EEE;
    background-image: url(../img/xcbg_white.jpg);
    border: 0px solid #fa7600; 
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 16px;
    color: #000;
    line-height: 22px;
    /*-webkit-box-shadow: inset 1px 1px 3px rgba(0,0,0,0.5); 
    -moz-box-shadow: inset 1px 1px 3px rgba(0,0,0,0.5);  
    box-shadow: inset 1px 1px 3px rgba(0,0,0,0.5);*/

}

.content_noSidebar {
    width: auto !important;
}

.content_noBG {
    background-color: transparent !important;
    background-image: none !important;
    color: #CCC;
    padding: 0px !important;
    margin-left: 5px;
    margin-right: 5px;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

#content {
    width: 668px;
    margin-top: -7px;
    float: left;
}

@media (max-width: 970px) {
    #content {
        width: auto;
        border-radius: 0px;
        padding: 16px;
        float: none;
    }
}

#contentOuter h1, .content_noBG h1 {
    margin: 0px;
    padding: 0px;
    text-align: left;
    font-size: 29px;
    padding-bottom: 0px;
    margin-left: 16px;
    font-weight: normal;
    color: #fa7600;
    text-shadow: -1px -1px 10px rgba(255, 191, 0, 0.3);
    width: 684px;
}

@media (max-width: 970px) {
    #contentOuter h1, .content_noBG h1 {
        width: 100%;
    }
}

#contentOuter h1 a {
    color: #3092ff;
    text-shadow: -1px -1px 10px rgba(42, 128, 225, 0.7);
    text-decoration: none;
}

#content h2 {
    margin: 0px;
    padding: 0px;
    text-align: left;
    font-size: 27px;
    margin-left: -4px;
    margin-bottom: 8px;
    font-weight: normal;
    line-height: 26px;
    
    padding-top: 4px;
    padding-bottom: 4px;
    border-bottom: 1px solid #CCC;
   /* background: rgba(0,0,0,0.05); 
    border-radius: 8px;
    -webkit-border-radius: 8px;*/
}

#content h3 {
    margin: 0px;
    padding: 0px;
    text-align: left;
    font-size: 18px;
    margin-left: 0px;
    margin-bottom: 2px;
    margin-top: 4px;
    font-weight: normal;
    line-height: 26px;
}

#content h4 {
    margin: 0px;
    margin-left: 0px;
    margin-bottom: 2px;
    margin-top: 14px;

}

#content p {
    margin-top: 2px;
    margin-bottom: 12px;
    text-align: /*justify*/ left;
}


#content a:link, #content a:visited, #content a:active {
    color: #2a80e0;
}


/*
################################################
################## SIDEBAR #####################
################################################
*/

#sidebar {
    width: 202px;
    color: #CCC;
    text-align: center; 
    float: left; 
    margin-left: 24px;
    margin-top: -31px;
}

@media (max-width: 970px) {
    #sidebar {
        width: 100%;
        border-radius: 0px;
        float: none;
        margin-left: 0px;
        margin-top: 10px;
    }
}

#sidebar img {
    max-width: 170px;
    margin-bottom: 16px;
    
    -webkit-box-shadow:  1px 2px 4px 2px rgba(0, 0, 0, 0.5);
    box-shadow:  1px 2px 4px 2px rgba(0, 0, 0, 0.5);
    -moz-box-shadow:  1px 2px 4px 2px rgba(0, 0, 0, 0.5);
    
     border-radius: 4px;
    -webkit-border-radius: 4px;
     border: 1px solid #949494;
}

@media (max-width: 970px) {
    #sidebar img {
        margin: 2px;
    }
}


/*
################################################
############### DROPDOWN MENU ##################
################################################
*/

#menu {
    color: #FFF;
    margin: 0px;
    padding: 10px;
    padding-top: 5px;
    background-color: #000;
    background-image: url(../img/menubg.png);
    background-repeat: repeat-x;
}

#menu a {
    color: #CCC;
    text-decoration: none;
}

@media (min-width: 500px) {
    #menu {
        color: #000;
        margin: 0px;
        padding: 10px;
        padding-top: 5px;
        background-color: #000;
        background: rgba(0,0,0,.5);
        background-image: url(../img/menubg.png);
        -webkit-box-shadow:  1px 2px 2px 2px rgba(0, 0, 0, 0.3);
        box-shadow:  1px 2px 2px 2px rgba(0, 0, 0, 0.3);
        -moz-box-shadow:  1px 2px 2px 2px rgba(0, 0, 0, 0.3);
        font-size: 13px;
        
        position: absolute;
        z-index: 999;
        width: 930px;
        
        height: 13px;
        background-repeat: repeat-x;
    }


    #menu a {
        color: #CCC;
        text-decoration: none;
        display: block;
        width: 100%
        height: 100%;
    }

    #menu .dditem:hover {
        background-color: #333;
        background-color: rgba(55,55,55,0.97);
        overflow: hidden;
        -webkit-border-radius: 4px 4px 0px 0px;
        border-bottom: 0px;
        border-radius: 4px 4px 0px 0px;
        /*opacity: 0.98 !important;*/
    }

    #menu .ddnoarray:hover {
        -webkit-border-radius: 4px 4px 4px 4px !important;
        border-radius: 4px 4px 4px 4px !important;
    }

    #menu .dditem .ddarray {
        background-color: 333;
        background-color: rgba(55,55,55,0.97);
        background-repeat: no-repeat !important;
        background-position: 136px center !important;
    }

    #menu .ddmenu {
        list-style-type: none;
        padding: 0px;
        border: 0px solid red;
        margin-top: -2px;
        
    }

    #menu .dditem { 
        display: block;
        text-align: center;
        width: 100px;
        float: left;
        border: 0px solid red;
        line-height: 22px;
        
    }


    #menu .dditem .ddmenu,
    #menu .dditem:hover .ddmenu .dditem .ddmenu,
    #menu .dditem:hover .ddmenu .dditem:hover .ddmenu .dditem .ddmenu,
    #menu .dditem:hover .ddmenu .dditem:hover .ddmenu .dditem .ddmenu .dditem .ddmenu {
        display: none;
    }


    #menu .dditem:hover .ddmenu,
    #menu .dditem:hover .ddmenu .dditem:hover .ddmenu,
    #menu .dditem:hover .ddmenu .dditem:hover .ddmenu .dditem:hover .ddmenu,
    #menu .dditem:hover .ddmenu .dditem:hover .ddmenu .dditem:hover .ddmenu .dditem:hover .ddmenu   {
        display: block;
        position: absolute;
        background-color: #333;
        background-color: rgba(55,55,55,0.97);
        color: #CCC;
        margin-top: 0px;
        -webkit-box-shadow:  2px 2px 2px 1px rgba(0, 0, 0, 0.5);
        box-shadow:  2px 2px 2px 1px rgba(0, 0, 0, 0.5);
        -moz-box-shadow:  2px 2px 2px 1px rgba(0, 0, 0, 0.5);
        -webkit-border-radius: 0px 4px 4px 4px;
        border-radius: 0px 4px 4px 4px;
        
    }

    #menu .dditem:hover .ddmenu .dditem .ddmenu {
        margin-left: 140px;
        margin-top: -27px !important;
        -webkit-border-radius: 4px 4px 4px 4px !important;
        border-radius: 4px 4px 4px 4px !important;
    }

    #menu .dditem:hover .ddmenu {
        margin-left: 0px;
    }

    #menu .dditem:hover .ddmenu .dditem {
        display: block;
        float: none;
        padding: 5px;
        width: 140px;
        background-image: none;
        text-align: left;
        padding-left: 10px;
        padding-right: 0px;
        background: transparent;
    }

    #menu a:hover, #menu .dditem:hover a,
    #menu .dditem:hover .ddmenu .dditem:hover,
    #menu .dditem:hover .ddmenu .dditem:hover a,
    #menu .dditem:hover .ddmenu .dditem:hover .dditem:hover,
    #menu .dditem:hover .ddmenu .dditem:hover .dditem:hover a,
    #menu .dditem:hover .ddmenu .dditem:hover .dditem:hover .dditem:hover,
    #menu .dditem:hover .ddmenu .dditem:hover .dditem:hover .dditem:hover a,
    #menu .dditem:hover .ddmenu .dditem:hover .dditem:hover .dditem:hover .dditem:hover,
    #menu .dditem:hover .ddmenu .dditem:hover .dditem:hover .dditem:hover .dditem:hover a {
        color: #FFF;
        text-shadow: 0px 0px 4px rgba(255, 255, 255, 0.5);
        
    }

    #menu .dditem:hover .dditem:hover {
        background: rgba(255,255,255,0.2);
        overflow: hidden;
        border-radius: 4px !important;
        -webkit-border-radius: 4px !important;
    }

    #menu .dditem:hover .ddmenu .dditem,
    #menu .dditem:hover .ddmenu .dditem a,
    #menu .dditem:hover .ddmenu .dditem:hover .dditem,
    #menu .dditem:hover .ddmenu .dditem:hover .dditem a,
    #menu .dditem:hover .ddmenu .dditem:hover .dditem:hover .dditem,
    #menu .dditem:hover .ddmenu .dditem:hover .dditem:hover .dditem a,
    #menu .dditem:hover .ddmenu .dditem:hover .dditem:hover .dditem:hover .dditem,
    #menu .dditem:hover .ddmenu .dditem:hover .dditem:hover .dditem:hover .dditem a {
        color: #CCC;
        text-shadow: none;
    }
}


@media (max-width: 500px) {
    #menu {
        padding-left: 0px;
        padding-right: 0px;
    }

    #menu .dditem .ddmenu {
        width: 146px;
        padding-left: 6px;
        margin-left: 0px;
        
    }
    #menu .dditem {
        font-weight: bold;
        padding-top: 8px;
        padding-bottom: 3px;
        float: left;
    }
    
    #menu .dditem a {
        /*border-bottom: 1px solid #333;*/
        background-color: #333;
        padding-left: 6px;
        padding-right: 6px;
        border-radius: 6px;
    }

    #menu .dditem .dditem {
        font-size: 11.5px; 
        font-weight: normal; 
        float: none;
        padding-top: 3px;
    }
    
    #menu .dditem .dditem a {
        border-bottom: 0px;
        background-color: transparent;
    }
    
}




/*
################################################
############### AGILE CAROUSEL #################
################################################
*/

.content .agileCarousel {
  border: 1px solid #CCC /*#fa7600*/;
  overflow: hidden;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  margin-left: 4px;
  margin-right: 4px;
  /*-webkit-box-shadow:  1px 2px 4px 2px rgba(0, 0, 0, 0.2);
  box-shadow:  1px 2px 4px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow:  1px 2px 4px 2px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  */
  max-width: 100%;
}



.agile_carousel, .slides, .slide, .agile_carousel img {
    max-width: 100% !important;
}

.content .agileCarousel img {
    /*border-left: 1px solid #fa7600;
    border-right: 1px solid #fa7600;*/
    border-left: 1px solid #CCC;
    border-right: 1px solid #CCC;
}

.content_noBG .agileCarousel {
  margin: auto;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  overflow: hidden;
  -webkit-box-shadow:  1px 2px 4px 2px rgba(0, 0, 0, 0.5);
  box-shadow:  1px 2px 4px 2px rgba(0, 0, 0, 0.5);
  -moz-box-shadow:  1px 2px 4px 2px rgba(0, 0, 0, 0.5);
  border: 0px;
  margin-top: 18px;
  

}

.homeCarousel {
  background-color: #000;
}


.homeCarousel img {
}  

.homeCarousel .infoText {
    border-top: 1px solid #666;
    padding: 10px;
    text-align: center;
    vertical-align: middle;
    height: 75px;
    font-size: 20px;
    cursor: pointer;
    display: table-cell;
    width: 880px;
    color: #999;
    line-height: 30px;
    background-image: url(../img/homeCarousel_infoBg.jpg);
    background-repeat: repeat-x; 
    background-size: 100% 100%;
}

.content_noBG .agileCarousel img {
    border-left: 0px;
    border-right: 0px;
}



.agileCarousel .slide_button {
    border-radius: 8px;
    -webkit-border-radius: 8px;
    overflow: hidden;
}


/*
################################################
################ CONTACT FORM ##################
################################################
*/

#contactForm {
    display: none;
}



#contactForm input {
    width: 360px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    border: 1px solid #CCC;
    padding: 3px;
    background-color: rgba(255,255,255,0.5);
}

#contactForm input[type=submit] {
    width: auto;
    background-color: #3092ff;
    color: #FFF;
    border-top: 2px solid #87bffc;
    border-left: 2px solid #87bffc;
    border-bottom: 2px solid #0f7ffc;
    border-right: 2px solid #0f7ffc;
    font-weight: bold;
    cursor: pointer;
    padding: 6px;
}

#contactForm textarea {
    width: 560px;
    height: 300px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    border: 1px solid #CCC;
    background-color: rgba(255,255,255,0.5);
}

@media (max-width: 970px) {
    #contactForm textarea, #contactForm input {
        width: 230px;
    }
    
    #contactForm table {
        margin: 0px;
        padding: 0px;
    }
}



#contactForm td {
    vertical-align: top;
}

.markedField {
    border: 1px solid #fa7600 !important;
}

.errorBox {
    background-color: #fa7600; 
    color: #FFF;
    padding: 10px;
    -webkit-border-radius: 16px;
    border-radius: 16px;
}

.infoBox {
    background-color: green; 
    color: #FFF;
    padding: 10px;
    -webkit-border-radius: 16px;
    border-radius: 16px;
}


/*
################################################
#################### LISTS #####################
################################################
*/

ul.features li {
    list-style-image: url(../img/haekchen.png);
    margin-bottom: 4px;
}

ul.features li ul li {
    list-style-image: none;
}


/*
################################################
#################### HOME BOX ##################
################################################
*/

.homeBox {
    width: 660px;
    max-width: 100%;
    margin: auto;
    opacity: 0.3;
    height: 24px;
    overflow: hidden;
    padding: 10px;
    padding-top: 0px;
}

.homeBox h2, .homeBox h2 a {
    text-decoration: underline;
    cursor: pointer;
    color: #888 !important;
}

.homeBox:hover h2, .homeBox:hover h2 a {
    text-decoration: none !important;
}

.homeBox:hover h2 a {
    cursor: pointer;
}

/*.homeBox:hover {
    opacity: 1;
    height: auto;
}*/

.homeBox h2 {
    color: #888;
    border-bottom: 1px solid #666 !important;
}

.homeBox a:link, .homeBox a:visited, .homeBox a:active {
    color: #FFF !important;
}

.homeBox h2 a:link, .homeBox h2 a:visited, .homeBox h2 a:active {
    color: #888 !important;
}



/*
################################################
#################### DEMO BOX ##################
################################################
*/

.demoBox {
    height: 200px;
    width: 400px;
    float: left;
    margin-right: 18px;
    margin-left: 18px;
    margin-top: 18px;
    margin-bottom: 38px;
    
    border-radius: 8px;
    -webkit-border-radius: 8px;
    background-color: #EEE;
    cursor: pointer;
    overflow: hidden;
    opacity: 1;
    
     
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%); 
    -o-filter: grayscale(100%); 
    -webkit-filter: grayscale(100%); 

}

@media (max-width: 440px) {
    .demoBox {
        width: 100%;
        height: auto;
        margin-left: 0px;
        margin-right: 0px;
        border-radius: 0px;
        -webkit-border-radius: 0px;
        background-position: center center;
        margin-top: 8px;
        margin-bottom: 8px;
    }
}

.demoBox.soon {
    cursor: default;
}

.demoBox.avail:hover {
    opacity: 1;
    
    filter: none;
    -webkit-filter: none;
    -moz-filter: none;
    -ms-filter: none;
    -o-filter: none;
    filter: none;
    filter: none;
    -webkit-filter: none;
    
    -webkit-box-shadow: 1px 2px 16px 2px rgba(0, 0, 0, 0.35);
    box-shadow: 1px 2px 16px 2px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 1px 2px 16px 2px rgba(0, 0, 0, 0.35);
}

.demoBox .imgDiv {
    height: 160px
    
}


.demoBox .soonDiv {
    background-color: rgba(225,225,225,0.85);
    width: 100%;
    height: 100%;
    line-height: 200px;
    text-align: center;
    color: #333;
    font-size: 18pt;
    text-shadow: 3px 3px 40px rgba(0, 0, 0, .7);
    font-weight: bold;
    text-transform: uppercase;
}

.demoBox .txtDiv {
    height: 40px;
    text-align: center;
    vertical-align: middle;
    font-size: 16px;
    color: #999;
    line-height: 40px;
    background-color: rgba(0,0,0,0.75);
}

.demoBox:hover .txtDiv {
    color: #FFF;
}

.demoBox.soon .txtDiv {
    background-color: rgba(215,215,215,0.85);
    color: #999 !important;
}
