/* <To display calendar image beside textbox> */
.input-group-addon-calendar {
    border-radius: 4px;
    border: 0px;
    background-color: transparent;
    float:left;
}
/* </To display calendar image beside textbox> */

/* <to clear both> */
.cf:before,
.cf:after {
  content: " "; /* 1 */
  display: table; /* 2 */
}
.cf:after {
  clear: both;
}
/* </to clear both> */

.btn { margin-bottom: 20px; }

/* To make search icon the same height as search box */
.glyphicon-search { background-color:#1995dc; color:White; line-height:1.42857143; }

.editLinks { z-index:10000; position:absolute; }

#divWebsitePageTitle { margin-top:0px; }
#divHeader, #divMenu, #divSearchWrap, #divSearchRight { display:none; }
#divMid { margin-bottom:20px; }
#divCenter { padding-left:0px; }
#divRight { padding-left:0px; padding-right:0px; }
#divFooterWrapper {
    padding: 40px 0;
    color: #999;
    text-align: center;
    background-color: #07212f;
}
.video-container { margin-bottom:20px; }

legend, .legend {
    xfont-weight: 700;
    border-bottom: 1px dotted #7491a6;
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 20px;
    margin-bottom: 20px;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal;
}

.newBlog { border-color:transparent;     margin-bottom: 20px; }
a { transition: all .5s ease 0s; }
#divCustomHeader { min-height:5px; }

.row { margin-bottom: 20px; margin-left: 0; margin-right: 0; }
.row .row { margin-top: 10px; margin-bottom: 0; }

/* To enable dropdown menus on hover */
@media (min-width: 768px)
{
	.dropdown:hover .dropdown-menu { display:block; }
}
/* To remove padding right when screen is less than 991px */
@media (max-width: 991px)
{
	#divCenter { padding-right:0px; }
}
@media (max-width:500px){
    .form-control { width:100% !important; }
}
.blogArticleListMainPicture { max-height: 350px; overflow: hidden; }
.divBlogMainPicture, .blogArticleListMainPicture, .blogArticleListExcerptWithPicture { margin-bottom: 20px; }

#divContentTitleWrapper {
    color: #333;
    background-color: #868686;
    position: relative;
}
    #divContentTitleWrapper > * {
        position: relative;
        z-index: 100;
    }
    #divContentTitleWrapper h1 {
        color: #fff;
        text-shadow: 2px 2px #424040;
    }

.divBlogMainPictureImage img { max-width:100%; }
.blogArticleListMainPictureAndExcerpt { overflow:auto; }
.no-left-padding { padding-left:0px; }
.no-right-padding { padding-right:0px; }
.divListingLineSeparator { border-bottom: solid 1px #edeef0; margin: 15px 0px; }
.ulListing { margin-top:30px; list-style:none; padding-left:0; }

.liListingItem { float:left; }
.divListingContainer { overflow:auto; }
.listingLogo { float: left; width: 100px; margin-right: 10px; max-height: 60px; overflow:hidden; }

#txtStringListingSearchTop, #btnListingSearchTop { z-index:1050; }

img { max-width: 100%; height:auto; }

.navbar-default { border-color:transparent; margin-bottom: 0px; padding: 20px; }
.navbar-brand { height:auto;  }

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    background-color: transparent;
}

.vcity-navbar-default {
    padding:20px 0px;
    border-radius:0px;
    margin-bottom:0px;    
}

.pirobox_gall img { width:auto; height:100px; }
.nav_container {  bottom: 0px !important; }

.bootstrap-gallery img { width:auto; height:100px; }

.bootstrap-gallery ul {
    margin: 0px;
    padding: 0px;
}

.bootstrap-gallery li {
    display: -moz-inline-box;
    -moz-box-orient: vertical;
    display: inline-block;
    vertical-align: top;
    word-wrap: break-word;
}

.bootstrap-gallery li > * { display:table; table-layout:fixed; overflow:visible; margin:0px; padding:0px; padding-right:15px; padding-bottom:15px; }

/* 2020-01-29 - Default carousel background and to center any image in carousel */
/* 2020-09-20 - Default background for the ContentTitleWrapper too */
.jumbotron, #divContentTitleWrapper {
    background-image: url(/publicweb/images/system/standard-bootstrap-jumbotron-image-poly-1920x1080.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 70px 0px;
    color: #fff;
    background-color: #000;
    position: relative;
}
.jumbotron img {
    margin-bottom:20px;
}
.carousel-inner img { margin:0 auto; }
.mainBackground h1 { margin-top: 0px !important; }
.mainBackground h1, .mainBackground p {
    text-shadow: 2px 2px #424040;
}
.mainBackground img {
    box-shadow: 3px 3px 8px 1px #2a2929;
}

.blogArticleItemDivider { border: dotted 1px #999; }
.marginBottom { margin-bottom: 20px !important; }

.defaultBoxWithShadow {
    background-color: #ecedef;
    color: #656565;
    margin-bottom: 20px;
    xpadding: 20px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.blog-thumbnailsWithBoxAndExcerpt .blogArticleTitleAndExcerpt {
    padding: 20px;
}
.blog-thumbnailsWithBoxAndExcerpt .blogArticleTitle, .homepageSection .blogArticleTitle {
    font-family: 'Anton', sans-serif;
    font-size: large;
}
.blog-thumbnailsWithBoxAndExcerpt .blogArticleExcerpt, .homepageSection .blogArticleExcerpt {
    font-family: 'Open Sans Condensed', sans-serif;
}

/*@media (max-width: 991px) {
    .jumbotron {
        padding: 0px;
    }
}*/
/* BEGIN For Video Lists */
.video-list-thumbs {
}
.video-list-thumbs > li {
    margin-bottom:12px;
    padding-left: 0px;
    /*padding-right: 0px;*/
}
.video-list-thumbs img {
    width:100%;
}
.video-list-thumbs > li:last-child{}
.video-list-thumbs > li > a{
    display:block;
    position:relative;
    color: #337ab7;
    padding: 8px;
    border-radius:3px
    transition:all 500ms ease-in-out;
    border-radius:4px;
}
.video-list-thumbs > li > a > .glyphicon { color: #f6f7f3; }

.video-list-thumbs > li > a:hover{
	box-shadow:0 2px 5px rgba(0,0,0,.3);
	text-decoration:none
}
.video-list-thumbs h2{
	bottom: 0;
	font-size: 14px;
	height: 33px;
	margin: 8px 0 0;
}
.video-list-thumbs .glyphicon-play-circle{
    font-size: 60px;
    opacity: 0.6;
    position: absolute;
    right: 39%;
    top: 31%;
    text-shadow: 0 1px 3px rgba(0,0,0,.5);
    transition:all 500ms ease-in-out;
}
.video-list-thumbs > li > a:hover .glyphicon-play-circle{
	color:#fff;
	opacity:1;
	text-shadow:0 1px 3px rgba(0,0,0,.8);
}
.video-list-thumbs .duration{
	background-color: rgba(0, 0, 0, 0.4);
	border-radius: 2px;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	left: 12px;
	line-height: 13px;
	padding: 2px 3px 1px;
	position: absolute;
	top: 12px;
    transition:all 500ms ease;
}
.video-list-thumbs > li > a:hover .duration{
	background-color:#000;
}
.video-list-item-compact {
    margin-bottom: 0px !important;
    padding: 0px 20px !important;
}
.video-list-item-compact img {
    width: 60px !important;
}
.flex-box {
    display: flex;
    align-items: center;
    border-bottom: solid 1px #999;
    padding-bottom: 12px;
}
.flex-box span {
    margin-left: 10px;
}

.video-list-thumbs h2 {
    font-size: medium;
    color: #166993;
    font-weight: 800;
}
.videoBox .display-video-title-at-top {
    color: #166993;
}

@media (min-width:320px) and (max-width: 480px) {
    .video-list-thumbs .glyphicon-play-circle {
        font-size: 35px;
        right: 36%;
        top: 27%;
    }

    .video-list-thumbs h2 {
        bottom: 0;
        font-size: 12px;
        height: 22px;
        margin: 8px 0 0;
    }
}

/* END For Video Lists */

.shadow { text-shadow:0 1px 3px rgba(0,0,0,.8); }
.box-shadow {
    box-shadow: 9px 9px 30px rgb(66 67 68 / 80%);
}

.menuGap, section { padding: 5rem 0; } 
.contact-form {
    background-color: #add8e6;
    color: #3c3c3c;
}
.form-container {
    background-color: #add8e6;
    background-color: #d8d9d9;
    color: #3c3c3c;
    padding: 40px;
}
.form-group label, .form-group .formLabel {
    xfont-weight: 700;
    margin-bottom: 5px;
}

.form-control { font-size: 16px; padding: 5px 12px; }
.btn-xl {
    padding: 20px 40px;
    border-color: #0e0e0e;
    border-radius: 3px;
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #ededed;
    background-color: #585857;
}
.btn:hover {
    color: #e3db78 !important;
}

.text-centered { text-align: center; }

#divBlogArticleCommentForm { margin-top: 20px; }

.carousel-control.right, .carousel-control.left {
    background-image: none;
}

    .carousel-control.left:hover, .carousel-control-prev:hover {
        background-image: -webkit-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
        background-image: -o-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
        background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,.0001)));
        background-image: linear-gradient(to right,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
        background-repeat: repeat-x;
    }
    .carousel-control.right:hover, .carousel-control-next:hover {
        right: 0;
        left: auto;
        background-image: -webkit-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
        background-image: -o-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
        background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.0001)),to(rgba(0,0,0,.5)));
        background-image: linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
        background-repeat: repeat-x;
    }


@media (max-width: 548px) {
    [class*="col-"], /* Elements whose class attribute begins with "col-" */
    [class^="col-"] { /* Elements whose class attribute contains the substring "col-" */
        padding-left: 0;
        padding-right: 0;
    }
}

.video-list-thumbs {
    padding-left: 0px !important;
}

.GalleryTitle {
    margin-bottom: 20px;
    font-size: x-large;
    font-weight: 700;
}
.gallery-list {
    padding-left: 0em !important;
    margin-left: 0em;
}
h1, h2, h3, h4 {
    margin-top: 0px;
}

#divRightInner .blogArticleBox {
    padding: 0px 10px;
}
.postedDate {
    font-size:small;
}

#divRightInner .blogArticleTitle {
    font-size:larger;
}
#divRightInner .divHeaderBLog {
    display: none;
}

#divQuickContacts {
    margin-bottom:20px;
}
.quick-contact-item {
    padding:20px;
    padding-bottom:0px;
}
.quick-contact-item-icon {
    padding-right: 10px;
    float:left;
}
.quick-contact-item-icon img {
    max-width: 32px;
}
#divContactForm, #divBlogArticleCommentForm {
    margin-bottom: 20px;
}

#divContentInner {
    margin-top: 20px;
}

h3 {
    font-weight: 700;
}

.webPageDetails {
    margin-bottom: 20px;
}

.right-side-box {
    margin-bottom: 20px;
}

.blogArticlePublicationDate {
    font-size: small;
}

.youtube-play-button-image {
    position: absolute;
    display: block;
    background: url(/publicweb/images/play-button-image-60px.png);
    background-repeat: no-repeat;
    height: 75px;
    width: 60px;
    top: 40%;
    left: 45%;
}
.display-video-title-at-top {
    position: absolute;
    top: 3%;
    left: 5%;
}

.section-heading {
    margin-bottom: 30px;
    font-weight: 800;
}

a {
    color: #004085;
}

.gallery-list-item {
    max-width: 200px;
    display: inline-block;
    vertical-align: top;
    word-wrap: break-word;
    margin-right: 15px;
    margin-bottom: 15px;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
}

.blogArticleGalleryImage {
    max-height: 150px;
}

.carousel-caption {
    position: unset;
}

.cart {
    min-height: 50px;
    background-color: #d8d9d9;
    color: #1c1a1a;
}

.product-details {
    margin-bottom: 20px;
}
.btn-add-to-cart {
    padding: 0px 10px;
    xbackground-color: darkcyan;
    xcolor: white;
    border: 1px solid #2a2a2e;
    margin-left: 10px;
}

.product-code {
    font-size: small;
}
.product-cost {
    float: left;
    margin-right: 10px;
    padding-top: 5px;
}
.divBlogMainPictureImage {
    background-color: #3e3d3c;
    text-align: center;
    padding: 20px 0px;
}

.qtyplus, .qtyminus {
    xbackground-color: #aaafaf;
    xcolor: #1a1919;
    padding: 1px 10px;
    font-weight: 800;
    box-sizing: border-box;
    min-width: 35px;
    border: 1px solid #2a2a2e;
    cursor: pointer;
}

.qty {
    max-width: 50px;
    text-align: center;
    background-color: white;
    border: 1px solid #2a2a2e;
}

.fb-like {
    max-width: 100% !important;
    overflow: hidden !important;
    margin-bottom: 20px;
}

.spotOnThisTeam {
    color: #ff0000;
}
.winnerBox {
    background-color: #add8e6;
}

.product-cost-in-list {
    font-weight:800;
    font-size: x-large;
}

.div-cart-content-discounted-total {
    font-weight: 700;
}

.div-cart-content-discount {
    color: darkred;
}

@media (max-width:550px) {
    .mainBackground h3 {
        font-size: 20px !important;
    }
    .logo {
        width: 50px;
    }
    .jumbotron {
        padding: 50px 0px !important;
    }
    #logo-text-top {
        font: normal normal normal 18px/1.41em oswald;
        color: white;
    }
    .navbar-brand {
        margin-right: 0;
    }
    .navbar-light {
        padding: 10px 0px;
    }
    .jumbotron h1 {
        font-size: 35px;
    }
    .jumbotron-text-only-padding {
        padding: 80px 0px !important;
    }
    .social-icon {
        max-width: 100px;
    }
    .form-container {
        padding:20px;
    }
}

@media (max-width:370px) {

    .form-container {
        padding: 20px;
    }
    .btn-add-to-cart {
        margin-left: 10px;
        font-size: medium;
    }
    .qty {
        max-width: 30px;
    }
    .cart {
        min-height: 40px;
    }
    .product-cost h2 {
        font-size: larger;
    }
    #divContentTitleWrapper h1 {
        font-size: xx-large;
    }
}


/* Social icons styles START */
.social-wrapper .icon {
    position: relative;
    background-color: #ffffff;
    border-radius: 50%;
    margin: 10px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 22px;
    display: inline-block;
    align-items: center;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    transition: all 0.2s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    color: #333;
    text-decoration: none;
}

.social-wrapper .tooltip {
    position: absolute;
    top: 0;
    line-height: 1.5;
    font-size: 14px;
    background-color: #ffffff;
    color: #ffffff;
    padding: 5px 8px;
    border-radius: 5px;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

    .social-wrapper .tooltip::before {
        position: absolute;
        content: "";
        height: 8px;
        width: 8px;
        background-color: #ffffff;
        bottom: -3px;
        left: 50%;
        transform: translate(-50%) rotate(45deg);
        transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    }

.social-wrapper .icon:hover .tooltip {
    top: -45px;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.social-wrapper .icon:hover span,
.social-wrapper .icon:hover .tooltip {
    text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.1);
}

.social-wrapper .facebook:hover,
.social-wrapper .facebook:hover .tooltip,
.social-wrapper .facebook:hover .tooltip::before {
    background-color: #3b5999;
    color: #ffffff;
}

.social-wrapper .twitter:hover,
.social-wrapper .twitter:hover .tooltip,
.social-wrapper .twitter:hover .tooltip::before {
    background-color: #46c1f6;
    color: #ffffff;
}

.social-wrapper .instagram:hover,
.social-wrapper .instagram:hover .tooltip,
.social-wrapper .instagram:hover .tooltip::before {
    background-color: #e1306c;
    color: #ffffff;
}

.social-wrapper .github:hover,
.social-wrapper .github:hover .tooltip,
.social-wrapper .github:hover .tooltip::before {
    background-color: #333333;
    color: #ffffff;
}

.social-wrapper .youtube:hover,
.social-wrapper .youtube:hover .tooltip,
.social-wrapper .youtube:hover .tooltip::before {
    background-color: #de463b;
    color: #ffffff;
}

.fa, .fab, .fad, .fal, .far, .fas {
    line-height: inherit !important;
}

/* Social icons styles END */
