/*
Theme Name: iDea - Clean & Powerful Bootstrap Theme
Author: HtmlCoder
Author URI: http://www.htmlcoder.me
Author e-mail: htmlcoder.me@gmail.com
Version: 1.5
Created: August 2014
License URI: http://support.wrapbootstrap.com/
File Description: Place here your custom CSS styles
*/
.image-border {
    border: 1px solid lightgray;
    padding: 3px;
}

/* ALTERED BY NICK
.navbar-right {
    float: right !important;
    margin: 0px 15px;
    padding: 8px;
}
*/
.navbar-right {
    float: right !important;
    margin: 0px 15px;
    padding: 8px 0px 8px 8px;
}
.errorcstm{
    color:red;
}
#logo {
    max-width: 250px;
}
@media (min-width:996px)
{
/* ALTERED BY NICK
        #logo{
        max-width:180px;
    }
*/
    #logo{
        max-width:209px;
    }
}
.mediaitem{
    margin:0px !important;
}
.lightboxiew {
    padding: 0 10px;
    width: 510px !important;
    height: 141px;
}
.breadcrumb > li {
  display: inline;
}
.header-right-main {
    width: 90%;
    padding-right: 0px;
    padding-left: 0px;
    margin-left: 5%;
    margin-right: 5%;
}
.space-bottom {
    padding-bottom: 0px;
}
    .light-translucent-bg:after,
    .dark-translucent-bg:after,
    .default-translucent-bg:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        z-index: 2;
        width: 100%;
        height: 100%;
    }
/* first level menu items */
.navbar-default .navbar-nav > li > a {
    color: #ffffff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    padding: 12px 20px 12px 19px;
    z-index: 102;
    border: 1px solid transparent;
    bottom: -1px;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}
.main-navigation .navbar-nav > li > a {
    padding: 3px 6px !important;
    margin-left: 3px;
    margin-bottom: 3px;
    background-color: #e84c3d;
}
.header-right-main {
    float: right;
    width: 82.667%;
    padding-right: 0px;
    padding-left: 0px;
}



