@import url('https://fonts.googleapis.com/css?family=Montserrat|Open+Sans');

a {
    color: #f26522;
}

a:hover {
    color: #f26522;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Montserrat', sans-serif;
}

.navbar-inverse {
    top: 0px;
    background-color: #000000;
    border-color: #080808;
    position: fixed;
    width: 100%;
    font-family: 'Montserrat', sans-serif;
}

.navbar-inverse .container-fluid {
    position: absolute;
    width: 100%;
}

.navbar-inverse .navbar-nav>li>a {
    color:#ffffff;
    text-transform: uppercase;
}

.navbar-brand {
    top: -14px;
    position: absolute;
    z-index:9999;
}
.navbar-brand1 {
    top: 0px;
    position: absolute;
    z-index:9999;
}

.navbar-brand-secondary {
    position:absolute;
    top: -50px;
    z-index:999;
}

.shoppingCartIcon {
    margin-right:15px;
}

.outlineButton {
    border: solid 2px #111111;
    padding: 10px 25px;
    font-size: 16px;
    color: #111111;
    display:inline-block;
    margin-top:30px;
    transition: all .2s ease-out;
    cursor:pointer;
}

.outlineButton:hover {
    background:#111111;
    color:#ffffff;
}

.hiddenContainer {
    display:none;
}

/* Home Page */

.carousel .item {
    /*height:650px;*/
}

#homepageJumbotron {
    font-family: 'Open Sans', sans-serif;
    line-height:25px;
    margin-bottom:20px;
    padding: 20px 0px 50px 0px;
    margin-top:0px !important;
}

#homepageJumbotron h2 {
    font-family: 'Open Sans', sans-serif;
    font-size:30px;
    color:#808080;
    padding:20px 0px;
}

h3.largeCenter {
    font-family: 'Open Sans', sans-serif;
    font-size:30px;
    color:#808080;
    padding:20px 0px;
    text-align: center;
}

.btn-info, .btn-primary {
    background-color: #f26522;
    border-color:#f26522;
}

.btn-info:hover, .btn-primary:hover, .btn-primary:active, .btn-info:active, .btn-primary:focus, .btn-info:focus  {
    background-color: #f26522;
    border-color:#f26522;
}

.btn-black {
    background:#000000;
    border-color:#000000;
}

.galleryContainer {
    width:49%;
}

.homeGalleryDetailsContainer {
    text-align:center;
    vertical-align: top;
}

.frontCalltoActions {
    margin-bottom:40px;
    margin-bottom: 40px;
    background: #f5f5f5;
    padding: 75px 0px;
}

#vidContainer {
    overflow:hidden;
}

/* Page Common */

.pageContainer {
    padding-top:120px;
}

#mediaListContainer {
    overflow:hidden !important;
}

.singleProductCalls .mediaPreviewContainerIcon {
    margin: 5px;
    color: #ffffff;
    padding: 5px;
    opacity: 1;
    width: 48%;
    font-size: 16px;
}

.singleProductCalls .mediaPreviewContainerIcon i {
    margin-right:10px;
}

.lightbox-btn-1 {
    color:yellow;
}

.mediaPurchaseContainers .purchaseRow {
    display:inline-block;
    width:33%;
    border-bottom:none;
}

.justifiedGallery {
    overflow:hidden !important;
}

/* Footer */

#featured-photo img {
    max-height:700px;
}

.bottomAdContainer {
    padding:10px 0px;
}

.bottomAdContainer img {
    width:100%;
}

.footerSocialBar {
    margin-top:20px;
    background:#f26522;
    padding:10px 0px;
}

footer a {
    margin:0px 10px;
}

footer {
    margin-top:0px !important;
}

.copyrightsection {
    padding:5px 0px;
}

/* footer social bar */

.container-fluid.footer.social.bar {
    background: #000000;
    min-height: 50px;
    margin-top:25px;
}

img.footer.bar.logo {
    padding-top: 5px;
}

ul.footer.social.bar.social.icons {
    display: inline-flex;
    float: right;
}

li.facebook {
    padding-top: 5px;
    margin-right: 20px;
}

li.twitter {
    padding-top: 9px;
    margin-right: 20px;
}

li.instagram {
    padding-top: 5px;
    margin-right: 20px;
}

li.youtube {
    padding-top: 7px;
    margin-right: 20px;
}

a.sign.up.link.footer {
    display: block;
    width: 130px;
    text-align: center;
    /*height: 50px;*/
    background: #f26522;
    border: 1px solid transparent;
    color: white;
    font-size: 18pt;
    text-transform: uppercase;
    padding: 3px 0;
    text-decoration: none;
    transition: 0.2s;
    padding: 7px 0;
}

a.sign.up.link.footer:hover{
    background: white;
    color: #f26522;
    border: 1px solid #231613;
    transition: 0.2s;
}

/* footer content section */

/* contact form */

.form-control{
    border-radius: 2px;
}

form#footer-contact input[type="text"],
form#footer-contact input[type="email"]{
    width: 100%;
    height: 35px;
    padding-left: 10px;
    margin-bottom: 20px;
    color: #808080;
    font-size: 12pt;
}

form#footer-contact textarea {
    width: 100%;
    height: 150px;
    padding-left: 10px;
    padding-top: 5px;
    color: #808080;
    font-size: 12pt;
}

#footer-contact input[type="submit"] {
    float: right !important;
    margin-top: 20px;
    width: 140px;
    /* height: 35px; */
    font-size: 14pt;
    color: white;
    background: #f26522;
    border: 1px solid transparent;
    border: none;
    transition: .2s;
    line-height: 1.6;
    border-radius: 2px;
}

#footer-contact input[type="submit"]:hover{
    color:red;
    background: transparent;
    border: 1px solid red;
    transition: .2s;

}

.container.footer.content {
    padding: 20px 15px;
}

h4.footer.heading {
    font-size: 16pt;
    margin-bottom: 20px;
    color: #f26522;
    font-weight: 600;
}

/* links */

li.footer.link a {
    display: block;
    font-size: 12pt;
    color: #808080;
    padding: 2px 0;
}

li.footer.link:last-child a {
    padding-bottom: 0;
}

li.footer.link:first-child a {
    padding-top: 0;
}

p.footer.about.us.text {
    color: #808080;
    line-height: 1.6;
    font-size: 12pt;
}

/* footer bottom */

.container.footer.copyright.content {
    padding: 0;
}
.container-fluid.footer.copyright.bar {
    background: #000000;
    min-height: 50px;
}

img.footer.payfast.logo {
    padding-top: 7px;
    margin-left: -45px;
}

@media (max-width: 1616px) {
    height: 600px;
}

/* Add Media Modal */

.plupload_container {
    background:none !important;
}

.plupload_scroll .plupload_filelist {
    background:#f7f6f6 url(../svg/uploadMedia.svg) no-repeat center center !important;
    background-size: contain !important;
}

.plupload_filelist_footer {
    height: 39px !important;
}

.plupload_filelist_header, .plupload_filelist_footer {
    background: #ffffff;
}

.btn {
    border-radius:0px;
    padding:10px;
}

#editWorkbox .tabs {
    width: 100%;
    background: #ffffff;
    overflow: hidden;
}

#editWorkbox .tabs li {
   border-bottom:solid 3px #000000;
}

#editWorkbox .tabs li:hover {
   border-bottom:solid 3px #000000;
   background:#000000;
   color:#ffffff;
}

#editWorkbox .tabs li.selectedTab{
   border-bottom:solid 3px #f26522;
   background:#ffffff;
}

#editWorkbox .tabs li.selectedTab:hover {
   background:#000000;
}

input#keywordAdd-english {
    background: #f26522;
    color: #ffffff;
    font-weight: bold;
    border: none;
    margin-right:5px;
}

#galleriesSelect {
    max-height:410px;
    overflow-y:scroll;
    overflow-x:hidden;
}

#galleriesSelect > div {
    padding: 5px;
    background: #ffffff;
    margin-bottom:3px;
    text-transform: lowercase;
    cursor: pointer;
    overflow:hidden;
}

#galleriesSelect > div i {
    float:right;
}

#galleriesSelect > div.subGalleries {
    background: #f5f5f5;
}

#galleriesSelect > div:hover {
    background:#f26522;
    color:#ffffff;
}

#galleriesSelect > div > div {
    float:right;
    font-weight:bold;
}

.hiddenGallery {
    display:none;
}

.numbersList {
    list-style: decimal;
    padding-left:15px;
}
