/*
    NEBRASKA CATTLEMEN'S ASSOCIATION
*/

/* CSS Reset
---------------------------------------------------------------------------------------------------- */

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,img,ins,kbd,q,s,samp,small,strike,sub,sup,tt,var,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video {border:0;font-size:100%;font:inherit;vertical-align:baseline;margin:0;padding:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}table{border-collapse:collapse;border-spacing:0}    

/* Semantic elements
---------------------------------------------------------------------------------------------------- */

a, a:visited
{
    color: #0d75bc;
    text-decoration: none;
}

a:hover
{
    color: #0d75bc;
    text-decoration: underline;
}

blockquote 
{
    border-left: 2px solid #D6D9DE;
    margin-left: 40px;
    padding-left: 10px;
}

.bootstrap-clean
{
    border: none;
    background: none;
    box-shadow: none;
    filter: ''; /* Removes background in IE 9 */
    padding: 0;
    margin: 0;
    width: 301px!important;
    text-shadow: none;
}

html *:focus {
    outline: 0;
}


html, body, .main
{
    height: 100%; 
}

body > .main  
{
    height: auto; 
    min-height: 100%; 
}

body 
{
    background-color: #f6f6f6;
    color: #1d1d1d;
	font-family: Calibri, sans-serif;
	font-size: 16px;
}

h1, h2, h3, p, ol, ul 
{
    line-height: 1.25;
    margin-bottom: 10px;
}

h1
{
	color: #174164;
	font-family: Arvo, sans-serif;
	font-size: 28px;
}

h2
{
	color: #214d6f;
	font-family: Arvo, sans-serif;
	font-size: 17px;
}

h3
{
	color: #000000;
	font-family: Arvo, sans-serif;
	font-size: 14px;
}

.interior ol, .interior ul
{
    padding-left: 40px;
}

.interior ol li
{
    list-style-type: decimal;
}

.interior ul li
{
    list-style-type: disc;
}

/* Layout elements
---------------------------------------------------------------------------------------------------- */

.clear 
{
    clear: both;
}

.content 
{
	line-height: 1.25;
    padding-bottom: 274px;
}

.footer 
{
    background: url('Images/BottomRepeater.jpg');
    border-top: 2px solid #ca2129;
    clear: both;
    height: 272px;
    margin-top: -274px;
    position: relative;
}

    .footer .address 
    {
        background-color: #efefef;
        height: 16px;
        padding: 5px 0;
        text-align: center;
        width: 990px;
    }
    
    .footer .copyright
    {
        color: #efefef;
        font-family: Arvo, sans-serif;
        font-size: 11px;
        text-align: center;
        margin: 0 15px;
    }
    
    .footer .emailus 
    {
        float: right;
        height: 26px;
        width: 239px;
    }
    
        .footer .emailus a, .footer .emailus a:visited
        {
            background: url('Images/Footer_EmailUs.png') no-repeat;
            display: block;
            height: 26px;
            width: 239px;
        }
        
        .footer .emailus a:hover 
        {
            background: url('Images/Footer_EmailUs_s2.png') no-repeat;
        }
    
    .footer .links 
    {
        background-color: #efefef;
        height: 125px;
        margin: 15px 0 25px 0;
    }
    
        .footer .links .link
        {
            border-right: 1px solid #231f20;
            float: left;
            height: 77px;
            margin-top: 22px;
            text-align: center;
            width: 314px;
        }
        
        .footer .links .link a 
        {
            display: inline-block;
        }
        
            .footer .links .link .join
            {
                background: url('Images/Footer_JoinNC.png') no-repeat;
                height: 27px;
                margin-top: 28px;
                width: 181px;
            }

            .footer .links .link .join:hover 
            {
                background: url('Images/Footer_JoinNC_s2.png') no-repeat;
            }

            .footer .links .link .facebook
            {
                background: url('Images/Footer_Facebook.png') no-repeat;
                height: 35px;
                margin-top: 21px;
                width: 144px;
            }

            .footer .links .link .facebook:hover 
            {
                background: url('Images/Footer_Facebook_s2.png') no-repeat;
            }

            .footer .links .link .twitter
            {
                background: url('Images/Footer_Twitter.png') no-repeat;
                height: 40px;
                margin-top: 17px;
                width: 167px;
            }

            .footer .links .link .twitter:hover 
            {
                background: url('Images/Footer_Twitter_s2.png') no-repeat;
            }

            .footer .links .link .youtube
            {
                background: url('Images/Footer_YouTube.png') no-repeat;
                height: 45px;
                margin-top: 15px;
                width: 105px;
            }

            .footer .links .link .youtube:hover 
            {
                background: url('Images/Footer_YouTube_s2.png') no-repeat;
            }

        .footer .links .link:last-child 
        {
            border: none;
        }
    
    .footer > .wrapper  
    {
        margin-top: 50px;
    }

.home-blocks 
{
    margin: 25px 0 30px 0;
    text-align: center;
}

    .home-blocks h1 
    {
        border-bottom: 1px dashed #e2cbac;
	    color: #174164;
	    font-family: Arvo, sans-serif;
	    font-size: 22px;
	    margin-bottom: 10px;
	    padding-bottom: 10px;
    }

    .home-blocks .block
    {
        background-color: #ffffff;
        padding: 10px;
        float: left;
        margin: 0 15px 0 0;
        width: 385px;
    }

.home-tabs 
{
    margin-top: 30px;
    text-align: center;
}

    .home-tabs h1 
    {
        border-bottom: 1px dashed #e2cbac;
	    color: #174164;
	    font-family: Arvo, sans-serif;
	    font-size: 18px;
	    margin-bottom: 10px;
	    padding-bottom: 10px;
    }

    .home-tabs .tab
    {
        background-color: #ffffff;
        padding: 10px;
        height: 330px;
        float: left;
        overflow: hidden;
        margin: 0 15px 0 0;
        width: 280px;
    }

.interior 
{
    background-color: #ffffff;
    float: left;
    padding: 35px;
    width: 890px;
}

.interiorpanel
{
    margin-bottom: 25px;
}

.main 
{
}

.mast 
{
    background: url('Images/TopRepeater.jpg') repeat-x;
    border-bottom: 2px solid #ca2129;
    height: 160px;
}

    .mast .logo 
    {
        background: url('Images/Logo.png') no-repeat;
        display: inline-block;
        height: 91px;
        margin-top: 37px;
        width: 301px;
    }
    
    .mast .menucontainer  
    {
        background-color: #275374;
-webkit-border-radius: 5px;
   -moz-border-radius: 5px;
        border-radius: 5px;
        height: 50px;
        position: absolute;
        margin: 110px 0 0 315px;
        width: 945px;
        z-index: 10000;
        
    }
    
    .mast .responsivemenu 
    {
        display: none;
    }

    .mast .socialsearch 
    {
        height: 30px;
        position: absolute;
        margin: 60px 0 0 560px;
        text-align: right;
        width: 700px;
    }

        .mast .socialsearch a 
        {
            display: inline-block;
            margin-right: 10px;
        }

        .mast .socialsearch a:hover
        {
            filter: alpha(opacity=70);
            opacity: 0.7;
        }
        
            .mast .socialsearch a.facebook
            {
                background: url('Images/FacebookIcon.png') no-repeat;
                height: 18px;
                width: 9px;
            }

            .mast .socialsearch a.pinterest
            {
                background: url('Images/PinterestIcon.png') no-repeat;
                height: 17px;
                width: 16px;
            }

            .mast .socialsearch a.twitter
            {
                background: url('Images/TwitterIcon.png') no-repeat;
                height: 19px;
                width: 27px;
            }

            .mast .socialsearch a.youtube
            {
                background: url('Images/YouTubeIcon.png') no-repeat;
                height: 19px;
                width: 15px;
            }


        .mast .socialsearch .search 
        {
            background: #ffffff url('Images/SearchIcon.png') no-repeat 230px 0;
    -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
            border-radius: 3px;
            display: inline-block;
            height: 25px;
            overflow: hidden;
            width: 250px;
        }
        
            .mast .socialsearch .search:hover 
            {
                background-color: #c5d4dd;
            }
            
            .mast .socialsearch .txtSearchBox 
            {
                border: none; 
                background: none;
        -webkit-box-shadow: none;
           -moz-box-shadow: none;
                box-shadow: none;
                padding: 3px 0 2px 5px;
                width: 220px;
            }

        .mast .socialsearch .visitus 
        {
            background: url('Images/VisitUsAt.png') no-repeat;
            display: inline-block;
            height: 18px;
            margin-right: 15px;
            width: 71px;
        }
    
    .mast > .wrapper 
    {
        height: 160px;
    }

.page-ads .ad
{
    float: left;
    margin: 25px 0 0 0;
    text-align: center;
    width: 50%;
}
    
.page-ads .ad h1 
{
	color: #174164;
	font-family: Arvo, sans-serif;
	font-size: 16px;
	margin-bottom: 10px;
}

.sectiontitle 
{
    background-color: #aab8c1;
	color: #194164;
	font-family: Arvo, sans-serif;
	font-size: 30px;    
	margin-bottom: 25px;
}

    .sectiontitle > .wrapper 
    {
        padding: 30px 0;
    }

.sidebar
{
    float: right;
    width: 280px;
}

    .sidebar ul 
    {
        border-bottom: 1px dashed #e0cdaf;
        margin: 0 0 20px 0;
        padding: 0;
    }
    
        .sidebar ul li 
        {
            list-style-type: none;
            display: block;
        }

            .sidebar ul li a, .sidebar ul li a:visited
            {
                border-top: 1px dashed #e0cdaf;
                border-right: 1px dashed #e0cdaf;
                border-left: 1px dashed #e0cdaf;
                color: #447a96;
                display: block;
                font-family: Arvo, sans-serif;
                padding: 10px;
            }
            
            .sidebar ul li a:hover 
            {
                background-color: #ffffff;
                text-decoration: none;
            }
            
    .sidebar .ad 
    {
        text-align: center;
    }
    
        .sidebar .ad > div 
        {
            border: 1px dashed #e0cdaf;
            margin-bottom: 15px;
        }
    
.wrapper 
{
    margin: 0 auto;
    width: 1260px;
}

/* Menu Classes
---------------------------------------------------------------------------------------------------- */

.TopGroup  
{
    float: right;
    margin-top: 15px;
}

.Item, .ItemHover, .ItemExpanded
{
    color: #ffffff;
    cursor: pointer; 
	display: inline-block;
    font-family: Arvo, sans-serif;
	font-size: 17px;
	padding-right: 22px;
	padding-bottom: 16px;
}

    .ItemHover, .ItemExpanded 
    {
        color: #c5d4dd;
    }

.ChildItem, .ChildItemHover, .ChildItemExpanded  
{
	border-bottom: 1px solid #f6f6f6; 
	cursor: pointer; 
    font-family: Arvo, sans-serif;
	font-size: 17px;
	padding: 9px 22px;
}

    .ChildItem
    {
	    background-color: #41708c; 
	    color: #ffffff; 
    }

    .ChildItemHover, .ChildItemExpanded  
    {
	    background-color: #204b6d; 
	    color: #f7f7f7; 
    }
   
/* Other Classes
---------------------------------------------------------------------------------------------------- */

#divSearchPage .tblQuery td
{
    padding: 0 10px 10px 0;
}

/* Bootstrap overrides
---------------------------------------------------------------------------------------------------- */

.caret 
{
    border-top-color: #ffffff!important;
    border-bottom-color: #ffffff!important;
}

.btn-navbar
{
    background: url('Images/Hamburger.png') no-repeat 250px 15px;
    color: #ffffff;
    float: left;
    font-family: Arvo, sans-serif;
	font-size: 17px;
    padding: 15px;
    text-align: left;
    width: 271px;
}

.btn-navbar:hover 
{
    color: #c5d4dd;
}

.btn-navbar:hover
{
    background: none;
    border-radius: 0;
}

.nav-collapse
{
    width: 301px!important;
}

.nav-collapse .nav li a,
.nav-collapse .nav li ul li a
{
    background-color: #41708c;
    border-bottom: 1px solid #f6f6f6; 
    border-radius: 0;
    color: #ffffff;
    font-family: Arvo, sans-serif;
	font-size: 17px;
	font-weight: normal;
	padding: 9px 22px; 
	margin: 0;
	text-align: left;
}

    .nav-collapse .nav li a:hover
    {
        background: none;
        background-color: #204b6d;
        color: #f7f7f7;
    }

    .nav-collapse .nav li ul li a:hover
    {
        background: none;
        background-color: #204b6d; 
        color: #f7f7f7;
    }

    .nav-collapse .nav li.open 
    {
        background-color: #41708c;
    }

    .nav-collapse .nav li.open a
    {
        background: none;
        background-color: #204b6d;
        color: #ffffff;
    }

    .nav-collapse .nav li.open ul li a
    {
        background: none;
        background-color: #41708c;
        color: #ffffff;
    }

    .nav-collapse .nav li.open ul li a:hover
    {
        background: none;
        background-color: #204b6d;
        color: #f7f7f7;
    }

.carousel-caption 
{
    background: url('Images/BarRepeater_SliderOverlay.png');
}

    .carousel-caption h1, .carousel-caption h1 a, .carousel-caption h1:visited
    {
        color: #164163;
	    font-size: 24px;
	    font-weight: normal;
	    line-height: 20px;
	    margin: 0;
	    text-decoration: none;
    }

        .carousel-caption h1:hover
        {
            color: #164163;
	        text-decoration: underline;
        }

    .carousel-caption p
    {
        color: #1d1d1d;
	    font-size: 14px;
	    margin: 0;
    }

/* Mobile Viewport
---------------------------------------------------------------------------------------------------- */

@media screen and (max-width : 1259px) 
{
    html, body, .main
    {
        height: auto;
    }

    body > .main  
    {
        height: auto;
        min-height: 0;
    }
    
    .content 
    {
        padding-bottom: 0;
    }

    .footer 
    {
        clear: both;
        height: auto;
        margin: 0;
        padding: 0;
        position: inherit;
    }

        .footer .address 
        {
            height: auto;
            margin: 15px 15px 0 15px;
            padding: 10px;
            text-align: left;
            width: auto;
        }

        .footer .copyright 
        {
            padding-bottom: 15px;
        }

        .footer .emailus 
        {
            display: none;
        }
        
        .footer .links 
        {
            background-color: #efefef;
            height: 125px;
            margin: 15px;
            padding-top: 10px;
        }

            .footer .links .link 
            {
                border: none;
                height: 62px;
                margin: 0;
                padding: 0;
                width: 50%;
            }

            .footer .links .link .join
            {
                margin-top: 13px;
            }

            .footer .links .link .facebook
            {
                margin-top: 6px;
            }

            .footer .links .link .twitter
            {
                margin-top: 2px;
            }

            .footer .links .link .youtube
            {
                margin-top: 0px;
            }

        .footer > .wrapper  
        {
            margin-top: 0;
        }
        

    .home-blocks .block
    {
        margin: 15px 15px 0 15px;
        width: auto;
    }

    .home-tabs 
    {
        margin: 0 auto;
        width: 980px;
    }

        .home-tabs .tab
        {
            height: auto;
            margin: 15px 7px 0 8px;
            width: 455px;
            
        }

    .interior 
    {
        margin: 0 15px 15px 15px;
        padding: 15px;
        width: 67%;
    }

    .mast 
    {
    }

        .mast .logo 
        {
            margin: 10px 0 0 15px;
        }
    
        .mast .menucontainer  
        {
            margin: 110px 0 0 0;
            padding: 0;
            text-align: center;
            width: 980px;
        }
    
        .mast .responsivemenu 
        {
            display: none;
        }

        .mast .socialsearch 
        {
            height: 30px;
            position: absolute;
            margin: 60px 0 0 380px;
            text-align: right;
            width: 600px;
        }

        .mast > .wrapper 
        {
            margin: 0 auto;
            width: 980px;
        }

    .sectiontitle 
    {
	    margin-bottom: 20px;
    }

        .sectiontitle > .wrapper 
        {
            padding: 15px;
        }

    .sidebar
    {
        width: 25%;
        margin: 0 15px 0 0;
    }

        .sidebar .ad 
        {
            /*margin-bottom: 20px;*/
        }

    .wrapper 
    {
        margin: 0;
        width: auto;
    }
    
    .Item, .ItemHover, .ItemExpanded
    {
	    padding-right: 27px;
    }
}

@media screen and (max-width : 979px) 
{
    
    body > .main  
    {
        margin: 0;
    }
    
    #ctl00_menuMain 
    {
        display: none;
    }
    
    .footer .links 
    {
        height: auto;
    }
    
    .footer .links .link 
    {
        float: none;
        width: auto;
    }
    
    .home-tabs 
    {
        margin: 0 15px;
        width: auto;
    }

        .home-tabs .tab
        {
            margin: 15px 0 0 0;
            width: auto;
        }
    
    .interior 
    {
        float: none;
        width: auto;
    }
    
    .mast 
    {
        background: url('Images/TopRepeater.jpg') repeat;
        height: 215px;
        text-align: center;
    }

        .mast .logo 
        {
            margin: 15px 0 0 0;
        }
    
        .mast .menucontainer  
        {
            background: none;
            display: inline-block;
            height: 50px;
            left: 50%;
            position: absolute;
            margin: 164px 0 0 0;
            width: 301px; 
        }
        
            .mast .menucontainer .centerfix 
            {
                background-color: #275374;
        -webkit-border-radius: 5px;
           -moz-border-radius: 5px;
                border-radius: 5px;
                left: -50%;
                position: relative;
            }
    
        .mast .socialsearch 
        {
            display: inline-block;
            height: auto;
            left: 50%;
            margin: 105px 0 0 0;
            width: 301px;
        }
            
            .mast .socialsearch .centerfix 
            {
                left: -50%;
                position: relative;
            }
    
            .mast .socialsearch .search 
            {
                background: #ffffff url('Images/SearchIcon.png') no-repeat 281px 0;
                display: inline-block;
                height: 25px;
                width: 301px;
            }
    
            .mast .socialsearch .txtSearchBox 
            {
                width: 270px;
            }

        .mast > .wrapper 
        {
            height: 215px;
            width: auto;
        }
    
        .mast .desktopmenu 
        {
            display: none;
        }
    
        .mast .responsivemenu
        {
            display: block;
        }
        
    .page-ads .ad
    {
        margin: 15px;
        float: none;
        width: auto;
    }
    
    .sidebar
    {
        float: none;
        margin: 0 15px 15px 15px;
        width: auto;
    }

        .sidebar .ad 
        {
            margin-bottom: 20px;
        }
}