/*
	Todd Motto Labs
	URL: www.toddmotto.com
*/


a, a:hover
{
    text-decoration: none;
}
ul, ol
{
    list-style: none;
}
.wrapper
{
    max-width: 1280px;
    width: 95%;
    margin: 0 auto;
    position: relative;
}
.main
{
    width: 100%;
    margin: 50px 0;
    text-align: center;
}
.content
{
    text-align: left;
    margin: 25px 0;
}
.content-text
{
    margin: 0 0 15px;
}

/*------------------------------------*\
    Flaunt JS Navigation
\*------------------------------------*/

.nav
{
    position: relative;
    display: inline-block;
    font-size: 14px;
    font-weight: 900;
   
}
.nav-list
{
    text-align: left;
}
.nav-item
{
    float: left;
    display: inline;
    zoom: 1;
    position: relative;
}
.nav-item a
{
    /*display:block; 	color:#FFF; 	padding:15px 20px; 	background:#2c539e; 	border-bottom:1px solid #2c539e;*/
    display: block;
    color: #FFF;
    padding: 10px 10px;
    border-bottom: 1px solid #4776BD;
    background: #4776BD;
    text-decoration: none;
    border-right: 2px solid white;
    font-size: 16px;
    font-weight: bold; /*margin: 2px 0 0;*/
    height: 15px;
}
.nav-item > a:hover
{
    background: #000;
}
.nav-item:hover .nav-submenu
{
    display: block;
}
/* Navigation submenu */
.nav-submenu
{
    display: none;
    position: absolute;
    left: 0;
    width: 180px;
      z-index: 1;
}
.nav-submenu-item a
{
    background: #666; /*border-bottom:1px solid #FFF;*/
    display: block;
    padding: 10px;
    border-right: none;
}

ul ul li
{
    list-style-type: none !important;
}
.nav-submenu-item a:hover
{
    background: #000;
}
/* Mobile navigation */
.nav-mobile
{
    display: none; /* Hide from browsers that don't support media queries */
    cursor: pointer;
    position: absolute;
    /*top: 0;*/ 
    right: 0;
    background: url(../images/menuIcon.png) no-repeat center center; /* 	background:#3D3D3B url(../images/menuIcon.png) no-repeat center center;     background-size:18px;*/
    height: 50px;
    width: 50px;
    padding: 0px 10px 10px 20px;
    /*padding-top: 10px;*/
}
/* Mobile navigation, clickable area for revealing <ul> */
.nav-click
{
  
    right: 0;
    display: none; /*border-left:1px solid #8B2870;*/
    border-left: 1px solid #4776BD;
    height: 46px;
    width: 50px;
    cursor: pointer;
   z-index:1;
   
position: relative;
  top: 0;
  float: right;
}
.nav-click i
{
    display: block;
    height: 48px;
    width: 48px;
    background: url(../images/icnArrowDown.png) no-repeat center center;
    background-size: 20px;
}
.nav-click:hover
{
    background-color: gray; /*background-color:#6E1656;*/
}
.nav-rotate
{
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}


.mainNavWrapNew
{
    clear: left;
    background: #4776BD; /* Old browsers */
    background: -moz-linear-gradient(top,  #4776BD 0%, #4776BD 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4776BD), color-stop(100%,#4776BD)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #4776BD 0%,#4776BD 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #4776BD 0%,#4776BD 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #4776BD 0%,#4776BD 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #4776BD 0%,#4776BD 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4776BD', endColorstr='#4776BD',GradientType=0 ); /* IE6-9 */
    float: left;
    margin: 0 0 5px; /*padding: 10px 0;*/
    width: 100%;
}


.mstrWidthWrapperNew
{
    margin: 0 auto;
    max-width: 1155px;
}

.mainSearchinput
{
    background: url("../images/icnSearch.png") no-repeat scroll right center #fff;
    border: 1px solid #fff;
    color: #666;
    float: right;
    margin: 0 10px 0 0;
    padding: 3px;
    width: 120px;
}

/*------------------------------------*\
    Media Queries
\*------------------------------------*/

@media only screen and (min-width: 320px) and (max-width: 899px)
{
    .nav-mobile
    {
        display: block;
        top:0;
    }
    .nav
    {
        width: 100%;
        padding: 50px 0 0;
        position:relative;


    }
    .nav-list
    {
        display: none;
    padding-bottom:30px;
        }
    .nav-item
    {
        width: 100%;
        float: none;
    }
    .nav-item > a
    {
        padding: 15px;
    }
    .nav-click
    {
        display: block;
    }
    .nav-mobile-open
    {
        border-radius: 5px 5px 0 0;
        -webkit-border-radius: 5px 5px 0 0;
        -moz-border-radius: 5px 5px 0 0;
    }
    .nav-item:hover .nav-submenu
    {
        display: none;
    }
    .nav-submenu
    {
        position: static;
        width: 99%;
        padding-right: 2px;
          z-index: 1;
    }
    .nav-item a
    {
        border-right: 0px solid white;
    }

    .mainSearchinput
    {
        display: none;
    }

    .mainNavWrapNew
    {
        clear: left; /*background: transparent; /* Old browsers */
        background: linear-gradient(to bottom, #ffffff 0%,#f7f2f6 100%);
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
    }

    .myLogoInner
    {
        display: block;
        float: left;
        margin: 3px 20px 0 0;
        width: 70%;
    }

    .myLogoInner img
    {
        max-width: 345px;
        width:100%;
    }
}
