/* Base Styles
 * ------------------------------------------------- */
body {
    background: #7F7F7F !important;
    font-size: 12px;
    line-height: 14px;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}
h1, h2, h3, h4, h5, h6 {
    color: #0CC143 !important;
}
h5, h6 {
    font-weight: bold !important;
}
a {
    color: #0CC143;
}
a:hover {
    text-decoration: none !important;
}
.green {
    color: #0CC143;
}

.related-media-item {
    max-width: 100px;
}

/* Bootstrap Styles 
 * ------------------------------------------------- */
.container {
    min-width: 750px !important;
    position: relative;
    border-left: 1px solid black;
    border-right: 1px solid black;
    background: white !important;
    padding: 0 !important;
}
img {
    max-width: 100%;
}
.btn {
    border-radius: 0px !important;
    border: 1px solid #A8A5A5 !important;
    color: black !important;
    font-weight: bold !important;    
    text-transform: uppercase;
    padding: 5px !important;
    margin: 0 !important;
    font-size: 12px !important;
    text-indent: 3px;
    letter-spacing: 0px;
    font-size: 12px;
    text-align: left !important;
}
.btn.btn-primary {
    background: #0CC143;
}
.btn.btn-primary:hover {
    background: #CCD9E5;
    color: white !important;
}
.btn.btn-default {
    background: #F0EFEF;
}
.btn.btn-default:hover {
    background: #0CC143;
    color: white !important;
}
.pagination-wrapper {
    text-align: center;
}
ul.pagination {
    margin: 0;
    font-weight: bold;
}
.pagination li a,
.pagination li span {
    padding: 4px 2px !important;
    border-left: 1px solid #999;
    border-right: 1px solid #999;
    color: black !important;
}
.pagination li a:hover,
.pagination li span:hover {
    color: #0CC143 !important;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
    font-size: 18px;
    line-height: 14px;
    letter-spacing: -2px;
    text-align: center;
    border-left: 0px solid transparent;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
    font-size: 18px;
    line-height: 14px;
    letter-spacing: -2px;
    text-align: center;    
    border-right: 0px solid transparent;
}
.first-pagination {
    position: absolute;
    top: 0px;
    right: 750px;
}
.second-pagination {
    float: right;
}
/* Layout Styles 
 * ------------------------------------------------- */
body.layout-minimal #register,
body.layout-minimal #login,
body.layout-minimal #forgot-password {
    width: 350px;
}
#logo {
    float: left;
    margin: 35px;
}

/* Header Styles 
 * ------------------------------------------------- */
.title {
    margin: 121px 0 0 273px;
    width: 521px;
}
.title h1 {
    padding: 0;
    line-height: 31px;
    font-size: 26px;
    margin: 0 0 8px 5px;
}
body.layout-default .title {
    margin: 152px 0 0 273px;
}
.header-wrapper {
    background: #e1e1e1;    
    display: table;
    width: 100%;
    margin-bottom: 20px;    
}
body.layout-minimal .header-wrapper {
    min-height: 300px;    
}
.header {
    display: table-row;
    background: #003E7E;
}
.header > div {
    display: table-cell;
    vertical-align: top;
    background: #003E7E;
    color: white;
}
.header h1, 
.header h2, 
.header h3, 
.header h4, 
.header h5, 
.header h6 {
    color: white !important;
    padding: 0;
    font-size: 26px;
    line-height: 29px;
    margin: 14px 0 30px;
}
.heading-wrapper {
    display: block;
    border-bottom: 1px solid white;
    margin: 0 0 12px 1px;
}
h3.heading-title {
    margin: 34px 0 0 5px !important;
    padding: 0 0 3px 0;
    font-size: 26px;
    font-weight: bold;
    line-height: 31px;
    color: #0CC143 !important;
    position: relative;
    left: -3px;
}

/* Search Styles 
 * ------------------------------------------------- */
.container #search {
    width: 220px;
    position: absolute;
    top: 61px;
    right: 33px;
}
.container #search input {
    border-color: #A8A5A5;
    height: 25px;
    position: relative;
    left: -5px;
    background: white;
}
.container #search button {
    height: 25px;
    width: 25px;
    padding: 2px 0px !important;
}
.container #search .placeholder {
    font-size: 10px;
    font-weight: bold;
    text-transform: uppercase;
    color: #0CC143;
    position: absolute;
    top: 5px;
    left: 0px;
}
.container #search .btn.btn-default {
    margin-left: 5px;
}
#search-results .media-item .actions * {
    width: 113px;
}

/* Menu Styles 
 * ------------------------------------------------- */
#main-navigation {
    float: right;
    margin-right: 30px;
    font-size: 14px;
    line-height: 17px;
}
#main-navigation li {
    background: #e6e6e6;
    padding: 10px 0 0 6px;
    margin: 0 3px 0 0;
    width: 98px;
    height: 33px;
    border-bottom: 3px solid #e6e6e6;
}
#main-navigation li.active,
#main-navigation li:hover {
    border-bottom: 3px solid #0cc143;
}
#main-navigation li a {
    padding: 0;
    color: rgb(0, 62, 126);
}
.context-nav-wrapper {
    width: 276px;
    color: white;
}
.context-nav-wrapper ul {
    margin: 0;
    padding: 0;
}
.context-nav-wrapper ul li {
    list-style: none;
}
.context-nav-wrapper ul li a {
    display: block;
    padding: 5px 10px;
}
.context-nav.light-blue {
    background: #CCD9E5;
    width: 273px;
    padding: 8px 34px;
}
.context-nav.light-blue li {
    display: block;
    border-bottom: 1px solid #003E7E;
    position: relative;
}
.context-nav.light-blue li a {
    color: #003E7E !important;
    padding: 0px 4px;
    margin: 2px 0 0 0;
    text-transform: uppercase;
}
.context-nav.light-blue li a:hover {
    color: #0CC143 !important;
}
.context-nav.light-blue li.active > a { 
    font-weight: bold;
    color: #0CC143 !important;
}
.context-nav.light-blue li a .glyphicon {
    display: none;
    position: absolute;
    top: 3px;
    right: 0;
    font-size: 70%;
}
.context-nav.light-blue li.active > a .glyphicon,
.context-nav.light-blue li a:hover .glyphicon {
    display: inherit;
}
.context-nav.light-blue .children a {
    text-transform: capitalize;
}

/* Content Styles 
 * ------------------------------------------------- */
body.layout-default .content {
    margin-left: 273px;
    padding: 20px;
}
body.layout-default .alert, body.layout-minimal .alert {
    margin-top: 20px;
}
body.layout-default .content form.small-form .form-group {
    width: 300px;
}
h3.content-title {
    margin-left: 273px;
    font-weight: bold;
    padding-bottom: 4px;
    border-bottom: 1px solid #A8A5A5;
}
.content-wrapper {
    position: relative;
}
.indent-content {
    margin-left: 273px;
    margin-right: 35px;
}

/* Form Styles 
 * ------------------------------------------------- */
.form-actions {
    margin: 20px 0;
}
.form-group {
    margin-bottom: 7px !important;
}
input.form-control {
    height: 28px;
}
input.form-control,
textarea.form-control {
    border-width: 1px;
    border-style: solid;
    border-color: #C4C4C4;
    background-color: #F2F2F2;
    padding: 6px;
    font-size: 12px;
    line-height: 12px;
    color: #C4C4C4;
    font-style: italic;
    box-shadow: 0 0 0 transparent;
}
input.form-control:hover,
input.form-control:focus,
textarea.form-control:hover,
textarea.form-control:focus {
    border-color: #6B6B6B !important;
    background-color: #FFFFFF !important;
    padding-top: 6px !important;
    padding-bottom: 6px !important;
    min-height: 14px;
    color: black;
}
.has-feedback .form-control-feedback {
    top: 22px !important;
    z-index: 1000 !important;
}
.form-group.has-error label {
    color: #a94442 !important;
}
.form-control {
    border-radius: 0px !important;
}
body.layout-minimal .form-group label {
    font-size: 12px;
    text-align: left;
    line-height: 12px;
    color: #FFFFFF;
    font-weight: bold;   
    padding: 0 0 3px 0;
}

body.layout-default .form-group label {
    font-size: 12px;
    text-align: left;
    line-height: 12px;
    color: black;
    font-weight: bold;   
    padding: 0 0 3px 0;    
}

/* Footer Styles 
 * ------------------------------------------------- */
#footer {
    text-align: right;
    padding-bottom: 130px;
}
#footer .by-line {
    border-top: 1px solid black;
    padding: 20px 0 10px;
    margin-top: 50px;
    margin-right: 35px;
    margin-left: 35px;
    font-size: 11px;
    text-align: right;
    line-height: 13px;
    position: absolute;
    bottom: 30px;
    width: 945px;
}

/* View: pages/index
 * ------------------------------------------------- */
.content-wrapper #index .first-heading {
    margin-left: 273px;
    padding: 0;
    text-indent: 5px;
    font-size: 34px;
    line-height: 41px;
    color: #0CC143;
    font-weight: normal;
}
.photography-slider {
    height: 460px;
}
.brand-slider {
    height: 360px;
}
.slider {
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 20px;
    padding: 1px 20px 20px;
    position: relative;
    overflow: hidden;
}
.photography-slider h3 {
    text-indent: 5px;
    font-size: 34px;
    line-height: 41px;
    color: #FFFFFF !important;
    font-weight: bold;
    z-index: 1000;
    position: relative;
}
.brand-slider h3 {
    text-indent: 5px;
    font-size: 34px;
    line-height: 41px;
    color: #003E7E !important;
    font-weight: bold;
    z-index: 1000;
    position: relative;    
}
.slider .glyphicon {
    float: right;
    font-size: 80%;
    position: relative;
    top: 5px;
}
.slider .slides img {
    display: none;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
}
.slider ul {
    z-index: 1000;
    margin: 0;
    padding: 0;    
    position: absolute;
    top: 0px;
    left: 273px;
    width: 201px;
}
.slider ul li {
    list-style: none;
    margin: 0;
    padding: 0;
}
.slider ul li a {
    width: 200px;
    height: 50px;
    padding: 25px 6px;
    display: inline-block;
    float: left;
    background: white;
    opacity: 0.8;
    font-weight: bold;
    color: #003E7E;
    text-transform: uppercase;
    margin-bottom: 1px;
    text-align: left;
    font-size: 14px;
    line-height: 17px;
}
.slider ul li a.active,
.slider ul li a:hover {
    color: #0CC143;
    background: #003E7E;
}

/* View: pages/about
 * ------------------------------------------------- */
ul.big-list {
    font-size: 22px;
    color: #0CC143;
    margin-left: 23px;
}
ul.big-list li {
    list-style: disc !important;
    margin-bottom: 2px;
}
ul.big-list h3 {
    margin: 0;
}

/* View: media/index
 * ------------------------------------------------- */
#media-index .indent-content {
    margin-left: 285px;
}
.media-item {
    padding: 0 3px !important;
}
.media-item .preview a,
#lightbox .media-item .preview {
    display: block;
    height: 190px;
    text-align: center;
    position: relative;
}
.media-item img {
    max-width: 100%;
    max-height: 100%;
}
.media-item p {
    margin-top: 10px;
    text-align: left;
    height: 50px;
}
.media-item .actions {
    margin-bottom: 20px;
    border-top: 1px solid #AFAFAF;
    border-bottom: 1px solid #AFAFAF;
    padding: 7px 0;
}
.media-item .actions form {
    display: inline-block;
}
.media-item .actions button,
.media-item .actions a {
    width: 116px;
    padding: 4px !important;
    display: inline-block;
    text-transform: inherit !important;
    font-weight: inherit !important;
    font-size: 10px !important;
    line-height: 12px;
    letter-spacing: 0px;
}

/* View: category/show
 * ------------------------------------------------- */
#category-show .indent-content {
    margin-left: 285px;
}

/* View: lightbox
 * ------------------------------------------------- */
#lightbox .indent-content {
    margin-left: 270px;
}
#lightbox .media-item .actions a {
    font-weight: bold !important;
    text-transform: uppercase !important;
    width: 49%;
}

/* View: downloads
 * ------------------------------------------------- */
.media-item-long img {
    max-width: 100%;
    max-height: 100%;    
}
#download .media-item-long {
    border-top: 1px solid #A8A5A5;
    position: relative;
    padding: 0;
}
#download .download-btn-wrapper {
    border-top: 1px solid #A8A5A5;
    padding-top: 20px;
    text-align: right;
}
#download .download-btn-wrapper a {
    font-size: 10px !important;
    line-height: 12px;
    letter-spacing: 0px;
    text-indent: 3px;   
    width: 116px;
    height: 20px;
    padding: 3px !important;    
}
#download .media-item-long .actions {
    margin-top: 8px;    
}
#download .media-item-long .actions a {
    font-size: 10px !important;
    line-height: 12px;
    letter-spacing: 0px;
    text-indent: 3px;   
    width: 104px;
    height: 20px;
    padding: 3px !important;
}
#download .media-item-long .btn {
    float: right;
}
#download .media-item-long img {
    padding: 8px;
    position: relative;
    left: -8px;
    max-width: 146px;
    max-height: 146px;
    float: left;
}

/* View: account/media_upload
 * ------------------------------------------------- */
.content-wrapper #media-upload .dropzone > .dz-default {
    width: 100%;
    margin: 20px 0 40px;
    padding: 40px;
    border: 4px dashed #ccc;
    text-align: center;
}
.content-wrapper #media-upload .dz-success-mark,
.content-wrapper #media-upload .dz-error-mark {
    display: none;
}
.content-wrapper #media-upload .dz-upload {
    height: 30px;
    padding: 10px;
    display: block;
}
.content-wrapper #media-upload .dz-upload {
    background: #ccc;    
}
.content-wrapper #media-upload .dz-processing .dz-upload {
    background: #006699;    
}
.content-wrapper #media-upload .dz-success .dz-upload {
    background: #009933 !important;    
}

.dropzone-previews .dz-preview {
    padding: 20px 0px;
    border-bottom: 1px solid #ccc;
}

.dropzone-previews .dz-progress {
    padding: 10px 0px;
}

/* View: media/show
 * ------------------------------------------------- */
.content-wrapper #media-show h3 {
    padding: 20px 0 20px 0;
}
.content-wrapper #media-show .description {
    padding: 0 0 20px 0;
}
.content-wrapper #media-show .media-show-files {
    
}
.content-wrapper #media-show img {
    padding: 10px 0px;
    margin: 0 auto;
}
.content-wrapper #media-show select {
    margin: 10px 0px 20px;
    padding: 3px 6px;
}
.content-wrapper #media-show button[type="submit"] {
    float: left;
    margin-right: 4px;
}
.content-wrapper #media-show .times-downloaded {
    margin-top: 10px;
    color: #0CC143;
    font-weight: bold;
    position: absolute;
    left: 165px;
}
.media-show-files .form-group {
    border-top: 1px solid #AFAFAF;
    border-bottom: 1px solid #AFAFAF;
    padding: 4px 0px;
}
.media-show-files .form-group input[type=radio] {
    position: relative;
    top: 3px;
}

/* View: media/edit
 * ------------------------------------------------- */
.content-wrapper #media-edit {
    margin-top: 40px;
    margin-right: 35px;
}
.content-wrapper #media-edit .nav-tabs {
    margin-bottom: 20px;
}
.content-wrapper #media-edit .file-update-form {
    margin-top: 30px;
}
.content-wrapper #media-edit .file-update-form input.btn {
    float: left;
    margin-right: 6px !important;
}
.content-wrapper #media-edit .col-xs-4 {
    padding: 0px 35px;
}
.content-wrapper #media-edit .searchable-tags {
    height: 80px;
}
.content-wrapper #media-edit input[type="submit"] {
    float: left;
    margin-right: 5px !important;
}

/* View: admin/index
 * ------------------------------------------------- */
.admin-navigation {
    text-align: center;
    position: relative;
    left: -4px;
}
.admin-navigation a {
    display: inline-block;
    padding: 10px 7px;
    height: 100%;
    margin-right: 2px;
    line-height: 30px;
}
.admin-navigation div {
    display: inline-block;
}
.admin-navigation div.active a {
    color: white;
}

/* View: admin/category-edit
 * ------------------------------------------------- */
#admin-edit-category .btn-login {
	float: left;
}
#admin-edit-category .form-wrapper {
	display: inline-block;
	margin-left: 3px;
}

/* View: admin/users-show
 * ------------------------------------------------- */
#admin-users-show .pagination-wrapper {
    top: 20px;
    right: 10px;
}

/* View: admin/log-search
 * ------------------------------------------------- */
#admin-log-downloads .pagination-wrapper {
    text-align: right;
    padding: 10px 35px 10px 35px;
}