@charset "utf-8";

/*========================================================+
|  Main Elements                                         
+========================================================*/

#dnn_ctr7085_View_lbExpection
{
    display: none !important;
}

body, th, td, table, h1, h2, h3, h4, h5, h6, .Head, .SubHead, .SubSubHead, .Normal, .NormalBold, .NormalRed, .NormalTextBox, .NormalDisabled, a:link, a:visited, a:hover, input, .CommandButton
{
    font-family: 'Roboto', sans-serif !important;
}

.Normal, .NormalDisabled, .NormalDeleted 
{
    font-size: 14px;
    font-weight: normal;
}

.admin
{
	margin-top: 50px !important;
}

#Alpha a
{
    text-decoration: none !important;
}


html,
body 
{
	margin:0;
	padding:0;
	height:100%;
}

#wrapper 
{
	min-height:100%;
	position:relative;
}

#header 
{
    background-color: #1c2d5c;
}

#content 
{
	padding-bottom:125px; /* Height of the footer element */
    
}

.DNNModuleContent
{
    padding: 10px;
}

#TopBox
{
    background-color: #1c2d5c;
    max-height: 272px;
}

}

#TopBox .NB
{
    padding-right: 0px;
    padding-left: 0px;
}



#PreTop
{
    color: #000;
    font-size: 18px;
    letter-spacing: 6px;
    font-weight: bold;
    padding: 5px;
    overflow: hidden;
    background-color: #fff;
}

#Alpha
{
    padding-top: 5px;
    font-weight: 700px;
    font-size: 28px;
    color: #1c2d5c;
}

.Slogan
{
    padding-top: 5px;
    font-family: 'Kaushan Script', cursive;
    font-size: 22px;
    color: #f4ce6d;
    padding-right: 0px;
    padding-left: 0px;

}

@media (max-width: 1024px)
{
    .Slogan
    {
        font-size: 18px;
    }
    
    #Alpha
{

    font-size: 21px;

}
    
    #Social img
    {
        max-width: 30px;
    }
}

@media (max-width: 768px)
{
    .Slogan
    {
        font-size: 10px;
    }
    
    #Alpha
{

    font-size: 16px;

}
    
    #Social img
    {
        max-width: 15px;
    }
}

@media (max-width: 767px)
{
    .Slogan
    {
        font-size: 21px;
    }
    
    #Alpha
{

    font-size: 21px;

}
    
    #Social img
    {
        max-width: 30px;
    }
}



#Social img
{
    margin-top: 5px;
}

#footer {
    border-top: 15px solid #FFE293;
	background-color: #1C2D5C;
	width:100%;
	height:125px;
	position:absolute;
	bottom:0;
	left:0;
    color: #fff;
}

#footer a
{
    color: #fff;
}

#Copy
{
    padding: 20px;
}

h3 .fa
{
    margin-right: 5px;
}


.container 
{
        padding-right: 0px;
        padding-left: 0px; 
        margin-right: auto;
        margin-left: auto;
}

.row 
{
    margin-right: 0px;
    margin-left: 0px;
}

#dnn_ctr7085_View_lkbtnForgot::before 
{ 
    content: " Forgot your password? -";
}

#pForgot
{
    display: none !important;
}


#Social
{
    margin-right: 10px;
}

.LogoBox img
    {
        max-width: 262px !important;
    }

@media (max-width: 767px)
{
    .LogoBox img
    {
        max-width: 100px !important;
    }
}

/*========================================================+
|  Nav Elements                                         
+========================================================*/

.navbar-header
{
    margin-right: 0px;
}

.navbar-default
{
    border-radius: 0px;
    border: 0px;
    -webkit-box-shadow: -1px 2px 5px 0px rgba(191,191,191,1);
-moz-box-shadow: -1px 2px 5px 0px rgba(191,191,191,1);
box-shadow: -1px 2px 5px 0px rgba(191,191,191,1);
}

.navbar-nav>li>a
{
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
    line-height: inherit;


}

.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
        color: #000;
        background-color: #FFE293;
   
}

.navbar-default .navbar-nav>li>a {
    color: #1C2D5C;
    font-size: 21px;
    padding-top: 17px;
    padding-bottom: 17px;
    text-shadow: none !important;
    padding-left: 14px;
    padding-right: 14px;
    
}

.nav ul li
{
    list-style-type: none !important;
}


.navbar-toggle
{
   margin-right: 30px;
   color: #fff;
   background-color: #1C2D5C;
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover
{
   background-color: #f4ce6d; 
}


@media (min-width: 767px)
 
{

.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #1C2D5C;
    white-space: nowrap;
    font-size: 16px;
}

.level1 {
    position: relative;
}

.level1>.drop1 {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.level0 .level1:hover>.drop1 {
    display: block;
}

.level1:hover>a:after {
    border-left-color: #fff;
}

.level1.pull-left {
    float: none;
}

.level1.pull-left>.drop1 {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}
    
     .nav .level0:hover .drop0
     {
      display: block;
     }
    
    .navbar-collapse 
    {
    padding-right: 0px;
    padding-left: 0px;
    }
    
     .nav .drop0:before 
        {
      position: absolute;
      top: -7px;
      left: 9px;
      display: inline-block;
      border-right: 7px solid transparent;
      border-bottom: 7px solid #ccc;
      border-left: 7px solid transparent;
      border-bottom-color: rgba(0, 0, 0, 0.2);
      content: '';
    }

    .nav .drop0:after 
        {
      position: absolute;
      top: -6px;
      left: 10px;
      display: inline-block;
      border-right: 6px solid transparent;
      border-bottom: 6px solid #ffffff;
      border-left: 6px solid transparent;
      content: '';
        }
    
    .nav .dropdown .linklevel0:after 
    {
    content:  "▼";
    font-size: 10px !important;
    margin-top: -5px;
    }
}

@media (max-width: 767px)
    {
        .navbar-nav
        {
        margin-right: 0px;
        margin-left: 0px;
        
        } 
        
    .dropdown-menu>li>a {
    font-size: 16px;
    }
        
     .nav .drop0, .nav .drop1
     {
      display: block; !important;
     }
        
     .dropdown-menu
        {
            box-shadow: none !important;
            position: relative;
            width: 100%;
            margin-bottom: 5px;
            
        }
        
    .dropdown
    {
        margin-bottom: 10px;
    }
        
    .level2
        {
            margin-left: 30px;
        }

    }

  
@media (max-width: 975px)
 
{
    
    .navbar-default .navbar-nav>li>a {
    color: #1C2D5C;
    font-size: 16px;
    padding-top: 17px;
    padding-bottom: 17px;
    text-shadow: none !important;
    padding-left: 7px;
    padding-right: 7px;
    
}
}

@media (max-width: 768px)
 
{
    
    .navbar-default .navbar-nav>li>a {
    color: #1C2D5C;
    font-size: 16px;
    padding-top: 17px;
    padding-bottom: 17px;
    text-shadow: none !important;
    padding-left: 7px;
    padding-right: 7px;
    
}
}



.nav .First
{
   border-left: 0px; 
}

.nav .Last
{
   border-right: 0px; 
}



/*========================================================+
|  RowTwo Elements                                        
+========================================================*/

.DNNContainer_Title_h3 h3 .TitleH3 
{
    color: #1C2D5C;
    font-weight: bold;
    border-bottom: 1px solid #cc9c4a;
    padding-bottom: 4px;
    margin-bottom: 10px;
    font-size: 22px;
}

/*========================================================+
|  Left Col Elements                                        
+========================================================*/

#LeftCol
{
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 0px;

}

@media (min-width: 769px)
 
{
    #LeftCol
    {

        border-right: 1px solid #ccc;
    }
    
    #BottomLeft
    {

        border-right: 1px solid #ccc;
    }
}

/*========================================================+
|  Right Col Elements                                        
+========================================================*/

#RightCol
{
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;

}


/*========================================================+
|  Demo Elements                                        
+========================================================*/

#BlogIT
{
    background-color: #E1E1E1;
    padding: 10px;
}

#BlogIT #Tags
{
    display: none !important;
}

#BlogIT h1
{
    color: #cc9c4a !important;
    font-size: 24px;
    font-weight: bold;
    text-decoration: none;
}

#BlogIT a
{
    color: #cc9c4a !important;
}

#BlogIT img
{

    border: 0;
    padding: 0;
    margin: 4px 0 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;

}

#BlogIT #cat a
{

        color: white;
    padding: 1px 5px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background: #1C2D5C;
    font-size: 12px;
    line-height: 17px;
    margin: 0 4px 4px 0;
    display: inline-block;
    text-decoration: none;
    color: #fff !important;
}
    
.owl-stage-outer
{
    max-height: 252px;
}
    

.owl-carousel-Report .owl-item img
{
    width: auto !important;
}

.owl-theme .owl-controls .owl-nav [class*=owl-]
{
       background: #FFE293; 
       color: #000;
}

.owl-theme .owl-controls
{
    margin-top: 0px;
}

@media (min-width: 768px)
 {
    .noleft
    {
        padding-left: 0px;
    }
}




