@font-face {
    font-family:'Dodger-Regular';
    src: url('fonts/Dodger_gdi.eot');
    src: url('fonts/Dodger_gdi.eot?#iefix') format('embedded-opentype'),
        url('fonts/Dodger_gdi.woff') format('woff'),
        url('fonts/Dodger_gdi.ttf') format('truetype'),
        url('fonts/Dodger_gdi.svg#Dodger-Regular') format('svg');
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-2122;
}
@font-face {
    font-family:'DodgerExpandedItalic-Regular';
    src: url('fonts/DodgerExpandedItalic_gdi.eot');
    src: url('fonts/DodgerExpandedItalic_gdi.eot?#iefix') format('embedded-opentype'),
        url('fonts/DodgerExpandedItalic_gdi.woff') format('woff'),
        url('fonts/DodgerExpandedItalic_gdi.ttf') format('truetype'),
        url('fonts/DodgerExpandedItalic_gdi.svg#DodgerExpandedItalic-Regular') format('svg');
    font-weight: 400;
    font-style: normal;
    font-stretch: expanded;
    unicode-range: U+0020-2122;
}

/* BODY */
body {
    background: #171717;
    font-family: 'Open Sans', sans-serif;
    overflow-x: hidden;
}

/* HEADER TITLE */
h1 {
    color: #fff;
    font-size: 30px;
    font-weight: 400;
    text-transform: uppercase;
    font-family:'DodgerExpandedItalic-Regular';
}
h2 {
    color: #fff;
    font-size: 40px;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
}
h3 {
    padding: 20px;
}
h5 {
    font-size: 16px;
    font-weight: 700;
    border-bottom: 1px solid #DCDCDC;
    padding-bottom: 11px;
    line-height: 1.4;
    margin-bottom: 6px !important;
}
.margin0 {
    margin: 0;
}
/* HEADER */
header {
    background: url(../images/header.jpg) repeat-x center top;
    width: 100%;
    height: 144px;
}
.innerpageHeader {
    width: 100%;
    height: 108px;
    background: #191c4a;
}
.signingForm {
    width: 400px;
    height: 44px;
    float: right;
    color: #fff;
    background: #191c4a;
    border-radius: 0 0 4px 4px;
}

.searchField {
    width: 270px;
    float: right;
    padding: 15px 0 4px 0;
}
.searchFieldIndex {
    width: 100%;
    float: right;
    margin-right: -13px;
    padding: 6px 0 0px 0;
}
.searchField input[type="text"],
.searchFieldIndex input[type="text"] { 
    width: 78%;
    padding: 9px 12px 8px 12px;
    border-radius: 25px 0 0 25px;
    border: none;
    float: left;
}
/* NAV */
.navBG {
    width: 100%;
    min-height: 49px;
    background: #191c4a;
}

/* SLIDER */
.sliderBG {
    background: url('../images/slider.jpg') no-repeat center top;
    width: 100%;
    height: 494px;
}

/* MAIN CONTENT */
.indexContent h1 {
    text-align: center;
    line-height: 1.4;
}
.indexContent h1 span {
    color: #ff0007;
}
.indexContent  p {
    color: #fff;
    padding: 12px 0;
    font-size: 14px;
    line-height: 1.8;
}

/* TOP FORUM */
.topForum {
    padding-top: 40px;
    padding-bottom: 30px;
}
.topForum h2 {
    margin-bottom: 40px;
}
.topCircle {
    width: 300px;
    height: 300px;
    border-radius: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
}
.joinImg img {
    display: inline;
    padding-top: 50px;
}

/* GENERAL */
.pgWrap {
    width: 1150px;
    margin: 0 auto;
}

.joinOurCommunuty {
    width: 100%;
    height: 559px; 
    margin-top: 15px;
    background: url('../images/joinOurCommunity.jpg') no-repeat center top;    
}

/* FOOTER */
.footerInfo {
    background: url('../images/footerBG.jpg') repeat-x center top;
    width: 100%;
    height: 149px;
    padding-top: 18px;
}
.advertisement,
.advertisementSideBar {
    height: 160px;
    width: 98.5%;
    margin: 10px 10px 3px 10px;
    background: #C0C0C0;
    color: #838383;
    font-weight: 800;
    text-align: center;
    border-radius: 5px;
    padding-top: 29px;
    font-size: 65px;
    text-transform: uppercase;
}
.advertisement {
    width: 100%;    
    border-radius: 0px;
    margin: 0;
}
.advertisementSideBar {
    font-size: 22px;
    font-weight: 700;
    padding-top: 60px;
    width: 96.5%;
}
.eachSlide {
    width: 661px;
    height: 494px;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
}

#brd-wrap .hr {
    display: none;
}
#brd-wrap hr {
    display: none;
}
#brd-main {
    color: #000;
    background: #FFF;
    border-radius: 6px 6px 0px 0;
    padding: 10px;
}
.spacing-side {
    padding: 0 20px;
}

ul.helpFullLink {
    margin: 0;
    padding: 7px 0 0 0;
}
ul.helpFullLink li {
    width: 100%;
    float: left;
    color: #b0b0b0;
    font-size: 14px;
    line-height: 1.45;
    list-style: none;
    padding-left: 10px;
    font-family: 'Carrois Gothic', sans-serif;
}
ul.helpFullLink li:before {
    content: "\e2af";
    font-family: 'icon-fonts';
    font-size: 9px;
    padding-right: 5px;
}
.socialIcons img {
    display: inline;
}
.socialIcons a img {
    padding-top: 10px;
}
.copyright {
    color: #bababa;
    font-size: 12px;
    padding: 10px 0 10px 0;
}
.copyright a:link,
.copyright a:visited,
.copyright a {
    color: #bababa;
}

.sideBarTitle {
    font-size: 22px;
    padding: 10px 0 10px 0;
    font-weight: 700;
    color: #8B191C;
    display: block;
    width: 100%;
    clear: both;
    font-family:'Dodger-Regular';
}
.sideBarTitle a {
    padding: 0 !important;
}
.simpleLinks{
    display: block;
    width: 100%;
    padding: 0 0 5px !important;
}
.simpleLinks a {
    padding: 0 !important;
}
ul.letters {
    margin: 7px 0 7px 20px;
    padding: 0;
    list-style: none;
    width: 80%;
}

ul.letters li a {
    display: block;
    height: 23px;
    width: 14px;
    float: left;
    font-weight: 600;
    text-align: center;
    color: #000;
}
.simpleLinks {
    padding-left: 22px;
    padding-top: 2px;
}
.simpleLinks a {
    color: #000000  !important;
    font-weight: 600;
}
.sideBarTitle a {
    color: #8B191C !important;
}
.sideBarTitle a:hover,
.simpleLinks a:hover {
    text-decoration: none;
    color: #820004 !important;
}
/* FOOTER */
footer {
    margin-top: 0px !important;
}

/* FORUM */
.sideBarFourm {
    background: #F5F5F5;
    /*min-height: 531px;*/
    /*margin-top: 9px;*/
    /*padding-bottom: 25px;*/
    border-radius: 5px 5px 5px 5px;
    margin-left: 12px;
}
#brd-main, .sideBarFourm { 
    margin-top: 9px !important;
}
.indexContent {
    padding-bottom: 3px;
}

/* Multiple Item Display */
ul.multiple-items,
ul.side-items,
ul.related-items {
    list-style: none;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
ul.multiple-items li,
ul.related-items li {
    position: relative;
    float: left;
    width: 24.45%;
    height: 350px !important;
	margin: 0 0.5% 0.5% 0;
	padding: 0;
    border: 1px solid #ddd;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
ul.multiple-items li:nth-child(4n+0),
ul.related-items li:nth-child(4n+0) {
    margin-right: 0;
}
ul.side-items li {
    position: relative;
    width: 95%;
    height: 350px !important;
    margin: 10px;
    padding: 0;
    border: 1px solid #ddd;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
ul.multiple-items li .bottom {
    clear: both;
}
ul.multiple-items li .bottom a.price,
ul.side-items li .bottom a.price,
ul.related-items li .bottom a.price {
    width: 70%;
    height: 40px;
    float: left;
    display: block;
    padding: 10px;
    text-align: center;
    background: #eeeeee;
    color: #000;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-top: 1px solid #cdcdcd;
    border-bottom: 1px solid #cdcdcd;
}
ul.multiple-items li .bottom a.wishlist,
ul.side-items li .bottom a.wishlist,
ul.related-items li .bottom a.wishlist {
    width: 15%;
    height: 40px;
    float: left;
    display: block;
    padding: 10px;
    text-align: center;
    background: #eeeeee;
    color: #000;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-top: 1px solid #cdcdcd;
    border-bottom: 1px solid #cdcdcd;
    border-left: 1px solid #cdcdcd;
}
ul.multiple-items li .bottom a:hover,
ul.side-items li .bottom a:hover,
ul.related-items li .bottom a:hover {
    background: #dddddd;
    text-decoration: none;
}
ul.multiple-items li .images .wishlist {
    position: absolute;
    top: 0;
    right: 0;
}
ul.multiple-items li .title,
ul.side-items li .title,
ul.related-items li .title {
    border-top: 1px solid #ddd;
    margin-top: 10px;
    height: 55px;
    padding: 10px;
}
ul.multiple-items li .title a,
ul.side-items li .title a,
ul.related-items li .title a {
    color: #000;
}
ul.multiple-items li .images,
ul.side-items li .images,
ul.related-items li .images {
    width: 96%;
    height: 240px;
    line-height: 240px;
    margin: 2%;
    text-align: center;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
ul.multiple-items li .images:hover,
ul.side-items li .images:hover,
ul.related-items li .images:hover {
    opacity: 0.8;
    filter: alpha(opacity=80); /* For IE8 and earlier */
}
ul.multiple-items li .images img,
ul.side-items li .images img,
ul.related-items li .images img {
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
}
a:hover span.round-link,
a.wishlist:hover {
    text-decoration: none;
}
/* Single Item Display */
.single_items h2 {   
    color: #191C4A;
    font-size: 40px;
    font-weight: 800;
    text-align: left;
    /* font-weight: 600; */
    font-family: 'Open Sans', sans-serif;
    padding-left: 10px;
}

.single_items li {
	margin: 5px;
	padding: 7px;
}
.single_items .addthis-tip {
	color: #FFF !important;
}
.single_items .item .title_area {
    font-size: 30px;
}
.single_items .item .product-image {
    position: relative;
    float: left;
    margin-top: 10px;
}
.single_items .product-image img {
    height: auto;
    max-width: 570px;
    display: inline;
    border: 1px solid #EAEAEA;
}
.single_items .thumb-area {
    text-align: center;
}
.single_items .thumb-area img {
    width: 200px;
    cursor: pointer;
    text-align: center;
    margin: 5px 3px;
    display: inline;
    border: 1px solid #DADADA;
}
.single_items .item .image_area {
    width: 300px;
    clear: both;
    overflow: hidden;
    text-align: center;
}
.single_items .item .price_area {
    font-size: 22px;
}
.single_items .item .sku {
    font-style: italic;
    font-size: 12px;
}
/**
 *  Items Reviews
 */
.reviews_area {
    clear: both;
    overflow: hidden;
}
.reviews_area .title {
    border-bottom: 1px solid #F0F0F0;
    padding: 0 0 5px 0;
    margin: 0 0 5px 0;
}
.reviews_area .content {
    margin: 0 0 20px 0;
}
/*
Items Comparison
*/
.comparison-list div {
    padding: 10px;
    border-bottom: 1px solid #eee;
}
.comparison-list .title {
    font-weight: 400;
    font-size: 16px;
    height: 58px;
    overflow: hidden;
}
.comparison-list .image {
    height: 250px;
    line-height: 250px;
    text-align: center;
}
.comparison-list .image img {
    max-height: 98%;
}
.comparison-list .summary {
    font-size: 0.9em;
}
.comparison-list .cart {
    text-align: center;
    border-bottom: 0;
}
.comparison-list .cart a {
    margin: 2px 0;
}
/**
 *  Events
 */
.multiple_events {
    margin-top: 20px;
}
.multiple_events h3 {
    margin: 0 0 5px 0;
    padding: 0;
}
.multiple_events .cal {
    width: 50px;
    border: 1px solid #DFDFDF;
    box-shadow: 0 0 3px #969696;
    text-align: center;
    font-size: 12px;
}
.multiple_events .cal h3 {
    font-size: 24px;
    border-bottom: 1px solid #DFDFDF;
    padding: 10px 0 8px 0;
    margin: 0;
}
.multiple_events .cal div {
    font-size: 12px;
    background: #DFDFDF;
    box-shadow: inset 0 5px 3px -2px #D2D2D2;
}
.flipper {
   position: relative;
    float: left;
    margin: 0.5%;
    padding: 0;
    
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
.product {
    margin: 0 auto;  
    position: relative;
    width: 24.45%;
    height: 293px !important;
    margin: 0.25%;
    -webkit-perspective: 600px;
    -moz-perspective: 600px;
}

.sale {
  border-top: 56px solid #08C138;
  border-right: 56px solid transparent;
  display: block;
  height: 0;
  line-height: 22px;
  position: absolute;
  width: 0;
  z-index: 1;
  -webkit-transform: translateZ(0px);
}
.sale.green {
  border-top: 56px solid #08C138;
}
.sale.yellow {
  border-top: 56px solid #EC9D15;
}

.sale:before {
    display: block;
    font-size: 15px;
    font-weight: bold;
    margin: -50px 0 0 10px;
    position: absolute;
    text-transform: uppercase;

}
.sale.green:before {
    font-family: 'icon-fonts';
    color: #fff;
    content: "\e285";
}
.sale.yellow:before {
    font-family: 'icon-fonts';
    color: #fff;    
    content: "\e26f";
}

.product .front {
    position: absolute;
    top: 0;
    z-index: 900;
    width: 100%;
    height: 100%;
    border: 1px solid #ddd;
    background: #fff;
    text-align: center;
    -webkit-transform: rotateX(0deg) rotateY(0deg);
    -webkit-transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    -moz-transform: rotateX(0deg) rotateY(0deg);
    -moz-transform-style: preserve-3d;
    -moz-backface-visibility: hidden;
    /* -- transition is the magic sauce for animation -- */
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.product .front .images {
    width: 96%;
    height: 283px;
    line-height: 283px;
    margin: 2%;
    text-align: center;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
}
.product .front .images img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    position: absolute;  
    top: 0;  
    bottom: 0;  
    left: 0;  
    right: 0;  
    margin: auto;
}

.product.flip .front {
    z-index: 900;
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
}
.product .back {
    position: absolute;
    top: 0;
    z-index: 800;
    width: 100%;
    height: 100%;
    border: 1px solid #ddd;
    background: #fff;
    padding: 20px;
    -webkit-transform: rotateY(-180deg);
    -webkit-transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;

    -moz-transform: rotateY(-180deg);
    -moz-transform-style: preserve-3d;
    -moz-backface-visibility: hidden;
    /* -- transition is the magic sauce for animation -- */
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.product .back a.title {
    font-size: 20px;
    height: 60px;
}
.product .back .text {
    overflow: hidden;
}
.product .back .price {
    height: 60px;
    overflow: hidden;
    font-size: 20px;
    text-align: center;
    padding: 20px 0;
    line-height: 60px;
}
.product .back .price s {
    font-size: 16px;
}
.product .back .bottom {
    clear: both;
    margin: 0 -20px;
    position: absolute;
    bottom: -1px;
    width: 100%;
}
.product .back .bottom a.price {
    font-size: 14px;
    width: 70%;
    height: 40px;
    line-height: 40px;
    float: left;
    display: block;
    padding: 0 10px;
    text-align: center;
    background: #eeeeee;
    color: #000;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-top: 1px solid #cdcdcd;
    border-bottom: 1px solid #cdcdcd;
}
.product .back .bottom a.price span {
    padding: 10px;
}
.product .back .bottom a.wishlist {
    font-size: 14px;
    width: 15%;
    height: 40px;
    float: left;
    display: block;
    padding: 10px;
    text-align: center;
    background: #eeeeee;
    color: #000;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-top: 1px solid #cdcdcd;
    border-bottom: 1px solid #cdcdcd;
    border-left: 1px solid #cdcdcd;
}

.product.flip .back {
    z-index: 1000;
    -webkit-transform: rotateX(0deg) rotateY(0deg);
    -moz-transform: rotateX(0deg) rotateY(0deg);
}
@media all and (max-width: 768px) and (orientation : portrait)  {
    ul.multiple-items li,
    ul.related-items li {
        width: 99%;
        margin: 0 0 10px 0;
    }
    .single_items .product-image {
        text-align: center;
        margin: auto;
    }
    .single_items .product-image img {
        width: 99%;
        height: auto;
        max-width: 100%;
        max-height: auto !important;
        text-align: center !important;
        margin: auto !important;
    }
    .product {
        width: 99%;
        margin-bottom: 10px;
    }
    h1, h2, h3, h4, h5, h6 {
        margin: 5px 0 20px 0 !important;
    }
    h1 {
        font-size: 26px;
    }
    h2 {
        font-size: 24px;
    }
    h3 {
        font-size: 20px;
        
    }
    h4 {
        font-size: 18px;
    }
}
@media all and (max-width: 768px) and (orientation : landscape) {
    ul.multiple-items li,
    ul.related-items li {
        width: 49%;
        margin: 0 0 0.5% 0.5%;
    }
    .single_items .product-image {
        text-align: center;
    }
    .single_items .product-image img {
        max-width: 100%;
        height: auto;
        max-height: auto !important;
    }
    .product {
        width: 49%;
        margin-bottom: 2px;
    }
    h1 {
        font-size: 26px;
    }
    h2 {
        font-size: 24px;
    }
    h3 {
        font-size: 20px;
    }
    h4 {
        font-size: 18px;
    }

}
.white-bg {
    background: #fff;
    margin: 0;
}
.faqHeader {
    font-size: 27px;
    margin: 40px 0 10px 0;
    font-weight: 800;
    letter-spacing: -1px;
    color: #191C4A;
}
.faqHeader:after {
    font-family: 'icon-fonts';
    padding-left: 10px;
    content: "\e141"; /* "play" icon */
}
.panel-heading [data-toggle="collapse"]:after {
    font-family: 'icon-fonts';
    content: "\e2af"; /* "play" icon */
    float: right;
    color: #F58723;
    font-size: 18px;
    line-height: 22px;
    /* rotate "play" icon from > (right arrow) to down arrow */
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.panel-heading [data-toggle="collapse"].collapsed:after {
    /* rotate "play" icon from > (right arrow) to ^ (up arrow) */
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    color: #454444;
}
/*
** CHANGES FOR MOBILE DOWN HERE
*/
.signingForm > .row > .col-sm-6:first-child {
    border-right: 1px solid #ccc;
}
.signingForm > .row > .col-sm-6 {
    margin-top: 12px;
}
.signingForm a:link, .signingForm a:visited  {
    color: #FFF;
    text-decoration: none;
}
.footerInfo h1 {
    padding-top: 10px;
    font-size: 3.5rem;
    font-family: 'Open Sans', sans-serif;
    color: #a1a1a1;
    text-align: center;
    font-weight: 800;
}
.footerInfo h2 {
    font-size: 2rem;
    font-family: 'Open Sans', sans-serif;
    color: #a1a1a1;
    text-align: left;
    margin-bottom: 0;
    padding-bottom: 6px;
    border-bottom: 1px solid #a1a1a1;
}    
.footerInfo a {
    color: #FFF;
}


@media screen and (max-width: 767px) {
    header {
        height: inherit;
        background-size: cover;
        font-size: 14px;
    }
    .signingForm {
        float: none;
        border-radius: 5px;
        height: inherit;
        width: 90%;
        margin: 0 auto;
    }
    .signingForm a {
        display: block;
        margin: 0 auto;
        padding: 10px 0;
    }
    #cssmenu {
        width: 100% !important;
    }
    .eachSlide {
        width: 100%;
        min-height: 270px;
        height: 30vh;
        background-position: center center;
        background-size: contain;
        background-color: #171717;
        border: none;

    }
    h1 {
        font-size: 1.5rem;
    }
    .topCircle {
        width: 13vh;
        height: 13vh;
    }
    .joinOurCommunuty {
        height: 20vh;
        background-size: cover;
    }
    .footerInfo {
        height: inherit;
    }
    .advertisement, .advertisementSideBar {
        font-size: 4rem;
    }
    .sideBarFourm, .advertisementSideBar {
        margin-left: 0;
        width: 100%;
    }
    .sideBarFourm .navbar-header {
        width: 100%;
    }
    .sideBarFourm nav.navbar ul li {
        clear: both;
        display: block;
        width: 100%;
    }
    .navbar-collapse {
        margin: 9px 0 0 0;
        padding: 0 20px;
    }
}
@media screen and (max-width: 415px) {
    html {
        font-size: 16px !important;
    }
    ul#mobileTopMenu.nav {
        margin: 7.5px 0 !important;
        text-align: center;
        padding: 0 !important;
    }
    ul#mobileTopMenu.nav > li{
        display: inline-block !important;
        text-align: center !important;
    }
    ul#mobileTopMenu.nav > li a {
        padding: 10px 0.8rem 0 0  ;
        font-size: 14px ;
        color: #FFF;
    }
    .footerInfo h1 {
        font-size: 2rem;
    }
}

@media screen and (max-width: 374px) {
    html {
        font-size: 16px !important;
    }    
    ul#mobileTopMenu.nav {
        margin: 7.5px 0 !important;
        padding: 0 !important;
    }    
    ul#mobileTopMenu.nav > li{
        display: inline-block !important;
        text-align: left !important;
    }    
    ul#mobileTopMenu.nav > li a {
        padding: 10px 10px 0 0;
        font-size: smaller;
        color: #FFF;
    }
}
