﻿/*html .t-container {
    max-width: 100%;
}*/

/*#region Common styles */
html,
body,
form {
    font-family: "Oswald",Verdana, Geneva, Arial, Helvetica, sans-serif;
    margin: 0px !important;
    padding: 0px !important;
    color: #FFFFFF;
    font-size: 16px;
    height: 100%;
    width: 100%;
    background-color:#000000;
    overflow-x: hidden;

    }


a img {
    border: none;
    padding: 0;
    margin: 0;
}

a:link, a:visited
{
    color: #00BFFF;
    text-decoration: none;
}

a:hover
{
    color: #FFA500;
    text-decoration: none;
}

a:active
{
    color: #FFA500;
    text-decoration: none;
}

a.button_next:link, a.button_next:visited
{
    border: 0px;
    background-image: url(../images/but_next.png) no-repeat;
    display: block;

}

a.button_next:hover
{
    background-image: url(../images/but_next_hover.png) no-repeat;
}

a.button_next:active
{
    background-image: url(../images/but_next_hover.png) no-repeat;
}

a.button_prev:link, a.button_prev:visited
{
    border: 0px;
    background-image: url(../images/but_prev.png) no-repeat;
    display: block;

}

a.button_prev:hover
{
    background-image: url(../images/but_prev_hover.png) no-repeat;
}

a.button_prev:active
{
    background-image: url(../images/but_prev_hover.png) no-repeat;      
}

.blue
   {
    background-color:
#00BFFF}


/*.t-rwd-logo img {
    width: 300px;
    height: 95px;
    margin: 0;
}*/
/*#endregion */

/*#region Wrappers Layout*/

.main-container-wrapper {
    min-height: 100%;
    overflow-x: 0;
    top: 0px;
    bottom: 0px;
    position: relative;
    width: 100%;
    padding: 0px;
    margin: 0px;
}


.all-content-wrapper {
    overflow-x: 0;
}

.header-wrapper {
    background-color: #333333;
    /*height: 95px; */
    width: 100%;
    top: 0px;
    left: 0px;
    right: 0px;
    padding: 0px;
    margin: 0px;
    overflow-x: 0;
}

/*.header-wrapper {
    background-color: #333333;
    width: 100%;
    padding: 0px;
    margin: 0px;
    overflow-x: 0;
}*/

.header-wrapper-Xs {
    background-color: #333333;
    /*height: 40px;*/
    width: 100%;
    top: 0px;
    left: 0px;
    right: 0px;
    padding: 0px;
    margin: 0px;
    overflow-x: 0px;
}

.footer-wrapper2 {
    background-color: #333333;
    /*bottom: 0;*/
    width: 100%;
    /*height: 84px;*/ /* Height of the footer */;
    vertical-align: middle;
    /*padding-top: 30px; */
    margin-top: 30px;
    position: static;
    left: 0;
    bottom: -105;
    height: 95px;

}

.footer-wrapper-Xs2 {
    background-color: #333333;
    width: 100%;
    position: static;
    left: 0;
    bottom: -105px;
    height: 95px;
    margin-right:-20px;
    padding-right:-20px;
}

.content-wrapper{
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #00BFFF;
    margin: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    /*height: 100%;;*/
    min-height: 100% !important;
    }


/*#endregion */


/*  Header Section */

/*.header100 {
    width:100% !important;
    background-color: #6A5ACD;
    height:95px;
}*/


.header-content-left {
    top: 0;
    left: 0;
    padding: 0;
    margin: 0;
    text-align: left;
    background-image: url(../images/nomo_logo.png);
    background-position: top left;
    background-repeat: no-repeat;
  background-size: 297px;
     /* width:300px;;*/
}

.header-content-left-mid {
    top: 0;
    left: 0;
    padding: 0;
    margin: 0;
    text-align: left;
    background-image: url(../images/nomo_logo.png);
    background-position: top left;
    background-repeat: no-repeat;
    background-size: 217px;
    /*height: 75px; */
     /* width:300px;*/
}

.header-content-left-mobile {
    top: 0;
    left: 0;
    padding: 0;
    margin: 0;
    text-align: left;
    background-image: url(../images/nomo_logo.png);
    background-position: top left;
    background-repeat: no-repeat;
    background-size: 117px

}


.header-content-right {
    top: 0;
    right: 0;
    margin: 0;
    text-align:right;
    height: 95px;
   vertical-align: bottom;
    padding-bottom: 10px;
    padding-top: 50px;
    padding-right: 10px;
    padding-left: auto

}

.header-content-right-mid {
    top: 0;
    right: 0;
    margin: 0;
    text-align:right;
    height: 75px;
   vertical-align: bottom;
    padding-bottom: 10px;
    padding-top: 10px;
    /*padding-right: 10px;*/
    padding-left: auto

}

.header-content-right-mobile {
    top: 0;
    right: 0;
    margin: 0;
    text-align:right;
    height: 95px;
   /* vertical-align: bottom;
    padding-bottom: 10px;*/
    padding-top: 30px;
    /*padding-right: 10px;
    padding-left: auto*/

}


.header-content-right-mobile-Xs {
    top: 0;
    right: 0;
    margin: 0;
    text-align:right;
    height: 40px;
    vertical-align: bottom;
   /*
    padding-bottom: 10px;
    padding-top: 5px;
   padding-right: 10px;
    padding-left: auto*/

}

.vertical-middle{
    vertical-align: middle;
    display: block;

    }

.menu-wrapper {
    background-color: #333333;
    *zoom: 1;
}

/*#endregion */


/*  Text Section */

.caps {
    text-transform: uppercase;
}

.page-title {
    color: #00BFFF;
    font-size: 1.8em;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 0px;
    padding: 0px
}

h1 {
    color: #00BFFF;
    font-size: 2em;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 20px
}

 h2 {
    color: #00BFFF;
    font-size: 1.375em;
    margin-bottom: 10px;
    margin-top: 20px
}

 h3 {
    margin-bottom: 10px;
    margin-top: 20px
    font-size: .937em;
    color: #00BFFF;
}


 h4 {
    margin: 0;
    padding: 0;
    font-size: .9em;
    color: #00BFFF;
}

 h5 {
    text-align: center;
    margin: 0;
    padding: 0 0 .7em;
    font-size: 1.1em;
    color: #00BFFF;
}

.failureNotification{
    color: #FF0000
}

.txtFooterXs
{
    font-size: .8em;
    color: #FFFFFF;
}

.txtXs
{
    font-size: x-small;
}

.txtSm
{
    font-size: small;
}

.txtMd
{
    font-size: medium;
}

 .txtLg
{
    font-size: large;
}


/*#endregion */

.t-rwd-menu-mobile .rmRootToggle {
        width: 20px;
        height: 20px;
        /*position: absolute;*/
        right: 10px;
       /* top: .1em;*/
        background-color: transparent;
        border-color: transparent;
        border-radius: 0;
        color: #00BFFF;
        /*font-size: 24px; */
        top: -30px;
        z-index: 10000;
    }

 .t-rwd-menu-mobile .rmItem:hover .rmItem:active {
        color: #FFA500;
        border:  0px none;
    }

.menu-item {
    color: #00BFFF;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    border:  0px none;
    z-index: 15000;
    font-size: 1em;
    background-image: none !important;
    background-color:transparent !important;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 8px;
    padding-bottom: 8px;
    margin: 0px
}

/* Mobile Menu */

/*.RadMenu_MetroTouch.t-rwd-menu-mobile {
    position: static;
}

    .RadMenu_MetroTouch.t-rwd-menu-mobile .rmRootToggle {
        width: 30px;
        height: 30px;
        position: absolute;
        right: 10px;
        top: .1em;
        background-color: transparent;
        border-color: transparent;
        border-radius: 0;
        color: #fff;
        font-size: 24px;
    }
    .RadMenu_MetroTouch.t-rwd-menu-mobile .rmRootToggle:before {
        line-height: 37px;
    }

.RadMenu_MetroTouch.t-rwd-menu-mobile .rmRootToggle:active,
.RadMenu_MetroTouch.t-rwd-menu-mobile .rmRootToggle.rmExpanded {
    background-color: #fff;
    border-color: transparent;
    color: #000;
}

.RadMenuPopup_MetroTouch.t-rwd-menu-mobile {
    z-index: 10000;
}*/


/* Mobile Menu End */

.imageContainer {
    float: left;
    margin: 5px;
    padding: 2px;
    position: relative;
    background: #000000;
}

    .imageContainer:hover {
        background-color: #FFA500 !important;
    }

.buttonsWrapper {
    display: inline-block;
    vertical-align:middle;
}


.image {
    cursor: pointer;
    display: block;
}

.txt {
    border: 0px !important;
    background: #eeeeee !important;
    color: Black !important;
    margin-left: 25%;
    margin-right: auto;
    width: 100%;
    filter: alpha(opacity=50); /* IE's opacity*/
    opacity: 0.50;
    text-align: center;
}

#list {
    max-width: 900px;
}

.clearFix {
    clear: both;
}

.demo-container {
    max-width: 856px;
}

.sliderWrapper {
    float:left;
    display:inline-block;
}

.orange {
    background-color: #FF4500
}


.news-title {
    color: #00BFFF;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    border:  0px none;
    z-index: 15000;
    font-size: 1em;
    background-image: none !important;
    background-color:transparent !important;
    padding: 0px;
    margin: 0px
}
.news-panel{
    min-width: 100%;
    min-height:200px;
    margin-top:30px;
}

