@charset "utf-8";


/********************************************************
****
********
********
****


****
********
********
****
*********************************************************/






/*********************************************************** FONTS ************************************************************/





/*********************************************************** FONTS ************************************************************/

body {font-family:'Lato-Regular';}
a {cursor: pointer;}
 
/* /// custum classes /// */

/*floating elements*/
.left { float:left;}
.right { float: right;}





/*position*/
.position_relative {position: relative;}
.position_absolute {position: absolute;}
.position_fixed {position: fixed;}




/*position_*/
.pos_left {left:0px;}
.pos_right {right:0px;}
.pos_top {top:0px;}
.pos_bottom {bottom:0px;}
 





/*group OR clearfix*/
.clearfix:after, .group:after { visibility: hidden; display: block; content: ""; clear: both; height: 0; }
.clearfix, .group {clear: both;}   
* html .clearfix, * html .group           { zoom: 1; } /* IE6 */
*:first-child+html .clearfix, *:first-child+html .group { zoom: 1; } /* IE7 */






/*centering*/
.center {display: block; text-align: center;}
.center .in_center {display: inline-block; margin: 0px auto;}
.vertical_center {height:100%; max-height:100%; min-height: 100%; width:100%; display: table;}
.vertical_center_child {min-height: 100%; height: 100%; display: table-cell; text-align: center; vertical-align: middle;}
.height {height:100%; max-height:100%; min-height: 100%; } 
.width {width:100%;}
.max_width {max-width:100%;}
.min_width {min-width:100%;}
/*centering*/





/*Display__*/
.display_block { width:auto; display:block; }
.display_inline_block { display:inline-block; }
.display_none {display: none;}
.display_inline {display: inline;}
.display_table {display: table;}
.display_table_cell {display: table-cell;}
.display_inline_flex {display: -webkit-inline-flex; display: -moz-inline-flex; display: -ms-inline-flex; display: -o-inline-flex; display:inline-flex;}
/*Display__*/





/*vertical_align*/
.vertical_align_middle {vertical-align: middle;}
.vertical_align_bottom {vertical-align: bottom;}
.vertical_align_top {vertical-align: top;}
/*vertical_align*/ 
 






/*perspective*/
.perspective {perspective:800px;-moz-perspective:800px; -webkit-perspective:800px; }
.transition {transition:all 300ms ease-in-out; -moz-transition:all 300ms ease-in-out; -ms-transition:all 300ms ease-in-out; -o-transition:all 300ms ease-in-out;}





/*alignment_text*/
.text_align_left {text-align: left;}
.text_align_center {text-align: center;}
.text_align_right {text-align: right; }
/*alignment_text*/





/*transformed property*/
.transformed_cap, .transformed_cap * {text-transform: capitalize;}
.transformed_upp, .transformed_upp * {text-transform: uppercase;}
.transformed_low, .transformed_low * {text-transform: lowercase;}




/*zero every thing*/
.zero_left {margin-left: 0px; padding-left: 0px;}
.zero_right {margin-right: 0px; padding-right: 0px;}
.zero_top {margin-top: 0px; padding-top: 0px;}
.zero_bottom {margin-bottom: 0px; padding-bottom: 0px;}



/*display_justify*/
.display_justify {display: inline-block; width: 100%; text-align: justify; font-size: 0}
.display_justify .child { padding: 0px;  display: inline-block; font-size: initial; font-size: medium;}
.display_justify:after {content: '';   display: inline-block; width: 100%;}



/*z-index*/
.z_index_lowest {z-index: 1;}
.z_index_middle {z-index: 5;}
.z_index_greatest {z-index: 9;}



/* Spacer */
.spacer { clear: both; height: 10px;  width: 100%;}
.zero {font-size: 0}
.zero * {font-size: medium}

/*spaces*/

/* buch of easy to use spacing utlity classes. study it...its easy. */

.m-a-0 {
    margin: 0 !important;
}

.m-t-0 {
    margin-top: 0 !important;
}

.m-r-0 {
    margin-right: 0 !important;
}

.m-b-0 {
    margin-bottom: 0 !important;
}

.m-l-0 {
    margin-left: 0 !important;
}

.m-x-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.m-y-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.m-a {
    margin: 10px !important;
}

.m-t {
    margin-top: 10px !important;
}

.m-r {
    margin-right: 10px !important;
}

.m-b {
    margin-bottom: 10px !important;
}

.m-l {
    margin-left: 10px !important;
}

.m-x {
    margin-right: 10px !important;
    margin-left: 10px !important;
}

.m-y {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}

.m-x-auto {
    margin-right: auto !important;
    margin-left: auto !important;
}

.m-a-md {
    margin: 15px !important;
}

.m-t-md {
    margin-top: 15px !important;
}

.m-r-md {
    margin-right: 15px !important;
}

.m-b-md {
    margin-bottom: 15px !important;
}

.m-l-md {
    margin-left: 15px !important;
}

.m-x-md {
    margin-right: 15px !important;
    margin-left: 15px !important;
}

.m-y-md {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
}

.m-a-lg {
    margin: 30px !important;
}

.m-t-lg {
    margin-top: 30px !important;
}

.m-r-lg {
    margin-right: 30px !important;
}

.m-b-lg {
    margin-bottom: 30px !important;
}

.m-l-lg {
    margin-left: 30px !important;
}

.m-x-lg {
    margin-right: 30px !important;
    margin-left: 30px !important;
}

.m-y-lg {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
}

.p-a-0 {
    padding: 0 !important;
}

.p-t-0 {
    padding-top: 0 !important;
}

.p-r-0 {
    padding-right: 0 !important;
}

.p-b-0 {
    padding-bottom: 0 !important;
}

.p-l-0 {
    padding-left: 0 !important;
}

.p-x-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.p-y-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.p-a {
    padding: 10px !important;
}

.p-t {
    padding-top: 10px !important;
}

.p-r {
    padding-right: 10px !important;
}

.p-b {
    padding-bottom: 10px !important;
}

.p-l {
    padding-left: 10px !important;
}

.p-x {
    padding-right: 10px !important;
    padding-left: 10px !important;
}

.p-y {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.p-a-md {
    padding: 15px !important;
}

.p-t-md {
    padding-top: 15px !important;
}

.p-r-md {
    padding-right: 15px !important;
}

.p-b-md {
    padding-bottom: 15px !important;
}

.p-l-md {
    padding-left: 15px !important;
}

.p-x-md {
    padding-right: 15px !important;
    padding-left: 15px !important;
}

.p-y-md {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}

.p-a-lg {
    padding: 30px !important;
}

.p-t-lg {
    padding-top: 30px !important;
}

.p-r-lg {
    padding-right: 30px !important;
}

.p-b-lg {
    padding-bottom: 30px !important;
}

.p-l-lg {
    padding-left: 30px !important;
}

.p-x-lg {
    padding-right: 30px !important;
    padding-left: 30px !important;
}
.p-l-2 {padding-left: 2px;}
.p-t-2 {padding-top: 2px;}
.p-r-2 {padding-right: 2px;}
.p-b-2 {padding-bottom: 2px;}



.col-xs-offset-right-12 {
  margin-right: 100%;
}
.col-xs-offset-right-11 {
  margin-right: 91.66666667%;
}
.col-xs-offset-right-10 {
  margin-right: 83.33333333%;
}
.col-xs-offset-right-9 {
  margin-right: 75%;
}
.col-xs-offset-right-8 {
  margin-right: 66.66666667%;
}
.col-xs-offset-right-7 {
  margin-right: 58.33333333%;
}
.col-xs-offset-right-6 {
  margin-right: 50%;
}
.col-xs-offset-right-5 {
  margin-right: 41.66666667%;
}
.col-xs-offset-right-4 {
  margin-right: 33.33333333%;
}
.col-xs-offset-right-3 {
  margin-right: 25%;
}
.col-xs-offset-right-2 {
  margin-right: 16.66666667%;
}
.col-xs-offset-right-1 {
  margin-right: 8.33333333%;
}
.col-xs-offset-right-0 {
  margin-right: 0;
}
@media (min-width: 768px) {
  .col-sm-offset-right-12 {
    margin-right: 100%;
  }
  .col-sm-offset-right-11 {
    margin-right: 91.66666667%;
  }
  .col-sm-offset-right-10 {
    margin-right: 83.33333333%;
  }
  .col-sm-offset-right-9 {
    margin-right: 75%;
  }
  .col-sm-offset-right-8 {
    margin-right: 66.66666667%;
  }
  .col-sm-offset-right-7 {
    margin-right: 58.33333333%;
  }
  .col-sm-offset-right-6 {
    margin-right: 50%;
  }
  .col-sm-offset-right-5 {
    margin-right: 41.66666667%;
  }
  .col-sm-offset-right-4 {
    margin-right: 33.33333333%;
  }
  .col-sm-offset-right-3 {
    margin-right: 25%;
  }
  .col-sm-offset-right-2 {
    margin-right: 16.66666667%;
  }
  .col-sm-offset-right-1 {
    margin-right: 8.33333333%;
  }
  .col-sm-offset-right-0 {
    margin-right: 0;
  }
}
@media (min-width: 992px) {
  .col-md-offset-right-12 {
    margin-right: 100%;
  }
  .col-md-offset-right-11 {
    margin-right: 91.66666667%;
  }
  .col-md-offset-right-10 {
    margin-right: 83.33333333%;
  }
  .col-md-offset-right-9 {
    margin-right: 75%;
  }
  .col-md-offset-right-8 {
    margin-right: 66.66666667%;
  }
  .col-md-offset-right-7 {
    margin-right: 58.33333333%;
  }
  .col-md-offset-right-6 {
    margin-right: 50%;
  }
  .col-md-offset-right-5 {
    margin-right: 41.66666667%;
  }
  .col-md-offset-right-4 {
    margin-right: 33.33333333%;
  }
  .col-md-offset-right-3 {
    margin-right: 25%;
  }
  .col-md-offset-right-2 {
    margin-right: 16.66666667%;
  }
  .col-md-offset-right-1 {
    margin-right: 8.33333333%;
  }
  .col-md-offset-right-0 {
    margin-right: 0;
  }
}
@media (min-width: 1200px) {
  .col-lg-offset-right-12 {
    margin-right: 100%;
  }
  .col-lg-offset-right-11 {
    margin-right: 91.66666667%;
  }
  .col-lg-offset-right-10 {
    margin-right: 83.33333333%;
  }
  .col-lg-offset-right-9 {
    margin-right: 75%;
  }
  .col-lg-offset-right-8 {
    margin-right: 66.66666667%;
  }
  .col-lg-offset-right-7 {
    margin-right: 58.33333333%;
  }
  .col-lg-offset-right-6 {
    margin-right: 50%;
  }
  .col-lg-offset-right-5 {
    margin-right: 41.66666667%;
  }
  .col-lg-offset-right-4 {
    margin-right: 33.33333333%;
  }
  .col-lg-offset-right-3 {
    margin-right: 25%;
  }
  .col-lg-offset-right-2 {
    margin-right: 16.66666667%;
  }
  .col-lg-offset-right-1 {
    margin-right: 8.33333333%;
  }
  .col-lg-offset-right-0 {
    margin-right: 0;
  }
}


/*********************************************************** RESET_CSS ************************************************************/
 
 
body,html {height: 100%; font-family: 'Roboto', sans-serif;}
ul,li {padding:0px; margin:0px;}

.none {float: none; display: inline-block; margin-left:-1px; margin-right:-1px;}

/*wrapBg*/
.wrapBg {overflow: hidden;}

/*bgWrap1*/
.bgWrap1 {background: url(../images/bg.jpg) repeat center;}
 

 /*greyBar*/
 .greyBar {padding:10px; background: rgba(225,225,225,0.8);}

/*list_setter*/
 .list_setter {margin-left: 20px;} 
 .list_setter img {max-width: 100%;}
 /*logo*/
 .logo {margin-right: 70px;margin-bottom: 20px;}

 /*manSlider*/
 .manSlider {top:0px; bottom:0px; width: 30vw; left:15%;}
 .manSlider ul li:after {    display: inline-block;vertical-align: bottom;width: 0px;height: 100%;content: '';}
  .manSlider ul li img {vertical-align: bottom;width:95%;}


/*myPopupSetting1*/
.myPopupSetting1 {background: #fff; width: 100%; padding:25px;}

/*popupText*/
.popupText p {font-size: 20px; font-weight: lighter;}

/*popupFields*/
.popupFields {margin-}
.popupFields h6 {font-weight: bold; font-size: 18px;}
/*mySetInput*/
.mySetInput {border:solid 1px #000 !important;height:50px; box-shadow: none !important; border-radius: 0px !important;padding:5px 10px; font-size: 18px;}
.submitBtn {background: #acacac;height:50px; font-size: 18px; text-transform: uppercase; color: #000; box-shadow: none !important; border-radius: 0px !important; outline: none; border:#acacac 1px solid !important;}
/*popupClose*/
.popupClose {right:15px; top:15px;}
/*.modal-dialog*/
.modal-dialog {width:500px; margin:0px auto;}


/*header*/
header {padding: 20px 0px;}

nav > ul {list-style: none; }
nav > ul > li {line-height:1; display: inline-block; margin-left:20px; padding-left: 20px; border-left: solid 2px #000; vertical-align: middle;}
nav > ul > li:first-child {border-left: 0px;}
nav > ul > li > a {font-weight: bold; color: #000; text-decoration: none !important;}
nav > ul > li.dropDown > a { padding-bottom: 20px;}
nav > ul > li > a:hover {color: #000;}

/*social*/
.social ul {list-style: none;}
.social ul li {display: inline-block;padding-left: 5px; text-transform: uppercase; vertical-align: middle;line-height: .8}

/*search*/
.search input[type="text"]{background: #e3e3e3; border: solid 1px #b5b5b5; outline: none; font-size: 15px; padding:4px 10px;float:right; border-left: 0px;}

.searchBtn {background: url(../images/search.png) no-repeat center #e3e3e3; border: solid 1px #b5b5b5; outline: none; font-size: 15px; padding:4px 0px 4px 35px; cursor: pointer; border-right: 0px;}


/*collectionHeader*/
.collectionHeader {background: #ccc; padding-right:30px; padding:5px 30px;}



.orange .collectionHeader {background: #f7941d;}
.black .collectionHeader {background: #000;}
.grey_  .collectionHeader {background: #e1e1e1;}
 
 /*shadowSetting*/
 .shadowSetting {box-shadow: 2px 2px 1px 0px rgba(0,0,0,0.2)}



.zoomCollectionSetting img {width:100%;}

.zoom {margin-bottom: 30px;}
.collectionDesc {font-size: 14px;}

/*corlorBar*/
.corlorBar {padding:3px 10px;}
.corlorBar p {margin:0px; font-size: 15px; color: #000; font-weight: lighter;}
.orange .corlorBar {background: #f7941d;}
.black .corlorBar {background: #000;}
.grey_ .corlorBar {background: #e1e1e1;}

.colorSelector p {margin-bottom:5px; font-size: 13px; color: #000; font-weight: bold;}
.colorSelector ul li {position: relative;}

.colorSelector .titleSetting {
    position: absolute;
    text-align: center;
    padding: 5px;
    border: solid 1px #000;
    font-family: "Roboto";
    font-size: 11px;
    color: #000;
    background: #fff;
    top: -155%;
    left: -200%;
    color: #000;
    display: none;
    width: 100px;
}


.colorSelector ul li:hover .titleSetting {display: block;}
.colorSelector ul {display: block; text-align: left; list-style:none;}
.colorSelector ul li {width: 25px;height: 25px; cursor: pointer; display: inline-block; border:solid 2px transparent;}
.colorSelector ul li.active {border:solid 2px #989898;}

/*desc*/
.desc p {margin-bottom:0px;font-size: 13px; color: #000; font-weight: bold;}
.desc p small {color: #666;font-size: 12px;}


.sponser  img {width: 100%;}

.items ul li { cursor:pointer;   margin-right: 5px; margin-top:49px; display: inline-block; width: 48%;height: 250px; overflow: hidden; position: relative;box-shadow: 2px 2px 1px 0px rgba(0,0,0,0.2);}
.items ul li img {position: absolute;left:-140px; width: 380px;}


.items ul li:first-child, .items ul li:nth-child(2) {margin-top: 0px;}

.orange .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {background: rgba(247,148,29,1);    width: 7px;}

.black .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {background: rgba(0,0,0,1);    width: 7px;}

.grey_ .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {background: rgba(225,225,225,1);    width: 7px;}

.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #e5e5e5 !important;
    filter: "alpha(opacity=100)";
    -ms-filter: "alpha(opacity=100)";
}



/*footer*/
footer {padding:10px 0px; width: 100%; float: left;}
.orange footer {background: #f7941d;float:left; width:100%;}
.black footer {background: #000;float:left; width:100%;}
.grey_ footer {background: #e1e1e1;float:left; width:100%;}


.con {display: inline-block; vertical-align: middle; border-right:1px solid #000; padding-right: 10px; margin-right:10px;}
.con p {margin:0px; font-weight: 500}
.con a {}
.con:last-child {border:0px none;}



.smallSett p {font-weight: 400; margin-top:10px;margin-bottom: 0px; font-size: 11px;}

.black .con a, .black .con p, .black .smallSett p {}

/*collectionPoppup*/
.collectionPoppup {    background: #fff;
    width: 700px;
    padding: 45px;
    margin: 0px auto;
    float: none;
    display: inline-block;}
.slideColl img {width: 100% !important;} /* height: 100% !important;*/

#coll .modal-dialog {width: 700px;}
.slideColl ul{list-style: none;}

 

.bx-wrapper {
    position: relative;
    margin: 0 auto 0px;
    padding: 0;
    *zoom: 1;
}

.bx-wrapper img {
    
    display: block;
    vertical-align: middle;
}

/** THEME
===================================*/

.bx-wrapper .bx-viewport {

    /*fix other elements on the page moving (on Chrome)*/
    -webkit-transform: translatez(0);
    -moz-transform: translatez(0);
        -ms-transform: translatez(0);
        -o-transform: translatez(0);
        transform: translatez(0);
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
    position: absolute;
    bottom: -30px;
    width: 100%;
}

/* LOADER */

.bx-wrapper .bx-loading {
    min-height: 50px;
    background:  #fff;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
    text-align: center;
    font-size: .85em;
    font-family: Arial;
    font-weight: bold;
    color: #666;
    padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
    display: inline-block;
    *zoom: 1;
    *display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
    background: #666;
    text-indent: -9999px;
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    outline: 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #000;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.slideColl .bx-wrapper .bx-prev {
    left: -30px;
    background: url(../images/bx_left.png) no-repeat 0 -0;
}

.slideColl .bx-wrapper .bx-next {
    right: -90%;
    background: url(../images/bx_right.png) no-repeat -0 -0;
}

/*.bx-wrapper .bx-prev:hover {
    background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
    background-position: -43px 0;
}*/

.bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    outline: 0;
    width: 32px;
    height: 32px;
    text-indent: -9999px;
    z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
    display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
    text-align: center;
}



/*dropDown*/
.dropDown {position: relative;}
.dropDown ul {  display: none;
           position: absolute;
    left: 2%;
    width: 130%;
    list-style: none;
    text-align: left;
    z-index: 9999;
    background: #fff;
    padding: 0px 0px 0px 0px;
    border: solid 1px #000;
    border-bottom: 0px;
    top: 150%;
}
.dropDown:hover ul {display: block;}

.dropDown ul li {padding:5px 30px; border-bottom: solid 1px #000}
.dropDown ul li a {font-size: 13px; color: #000 !important; text-decoration: none !important}


.loader {background: rgba(0,0,0,0.8); z-index: 9999; left:0px; right:0px;}
.loader img {max-width:90%;}
.mCSB_scrollTools {right:12px;}

.goTop i.glyphicon.glyphicon-chevron-up {
    font-size: 29px;
}


@media  (max-width: 992px){
 
  .items ul li {
      width: 100%;
  }
  .items ul li:nth-child(2){
    margin-top:39px;
  }
}

@media  (max-width: 768px){
    
    .loader {display: none;}
  .items ul li {
      width: 100%;
      margin-right: 0px;
  }
  .scrollSetting {padding:0px 30px;margin-top:39px;}
  .items ul li:nth-child(1){
    margin-top:0;
  }

  .collectionPoppup {width: 90%; margin:0px auto;}
  .contentSlider  {width: 100%; max-height: inherit; min-height: 0; height:auto;}
  #coll .modal-dialog {width: 100%;}
  .slideColl img {width:70% !important; margin:0px auto;height: auto !important;}
  .zoomContent  {display: none;}
.slideColl .bx-wrapper .bx-next {right:-30px;}
  #coll {padding:0px !important;}


  body {overflow-x:hidden;}
}

@media  (max-width: 480px){
 
  .items ul li {
      width: 100%;
  }
  .scrollSetting {    padding: 0px 15px 0px 30px;
    margin-top: 39px;}
  .items ul li:nth-child(2){
    margin-top:39px;
  }
}


.grey_ {}


.jzoom {
            position: relative;
            top: 250px;
            left: 100px;
            width: 350px;
            height: 350px;
        }
.zoomContent img {
    width: 150% !important;
    height: auto !important;
}

.zoomContent.position_relative {
    height: 200px;
    margin-top: 45px !important;
}

.sponserSliderBullets img {width: 100%}
.sponserSliderBulletsXX .bx-wrapper .bx-pager {text-align: left}

.sponserSliderBulletsXX .bx-wrapper .bx-pager.bx-default-pager a:hover, .sponserSliderBulletsXX .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #940909;
}
.col-md-6.col-sm-6.col-xs-12.contnt.sponserSliderBulletsXX {
    margin-bottom: 40px;
}
.sponserSliderBulletsXX .bx-wrapper .bx-pager.bx-default-pager a {
    background: #666;
    text-indent: -9999px;
    display: block;
    width: 7px;
    height: 7px;
    margin: 0 5px;
    outline: 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 20px;
}

.contnt > ul , li {list-style: none;}
.contnt > ul > li > img {width: 100%;}
.contnt > h4 {text-align: left; font-family: "Roboto";font-weight: bold;}
.contnt > p {text-align: left; font-family: "Roboto";}
.mBottom {margin-bottom: 100px;}


.defFooter {background: #898989;}
.defFooter p , .defFooter a {color: #fff !important }
.defFooter .con {}




.collectionHeader h1 {font-size: 24px; color: #000; text-transform: uppercase;margin-top:15px; font-family: "Roboto"}



/*border_bottomSetting*/
.border_bottomSetting { border-bottom:solid 1px #c2c2c2; }
.border_bottomSetting h2 {font-size: 18px; font-family: "Roboto"; font-weight: lighter;}
.border_bottomSetting input:focus, .border_bottomSetting textarea:focus {box-shadow: none; -moz-box-shadow: none; -ms-box-shadow: none; -o-box-shadow: none; -webkit-box-shadow: none;box-shadow: inset 0px 2px 10px 0px rgba(0,0,0,0.19); -moz-box-shadow: inset 0px 2px 10px 0px rgba(0,0,0,0.19);-ms-box-shadow: inset 0px 2px 10px 0px rgba(0,0,0,0.19);-webkit-box-shadow: inset 0px 2px 10px 0px rgba(0,0,0,0.19); }

.border_bottomSetting input, .border_bottomSetting textarea {box-shadow: none; -moz-box-shadow: none; -ms-box-shadow: none; -o-box-shadow: none; -webkit-box-shadow: none; outline: none !important; background: #e6e6e6; border:none; border-radius:0px; -moz-border-radius:0px; -ms-border-radius:0px; -webkit-border-radius:0px; box-shadow: inset 0px 2px 10px 0px rgba(0,0,0,0.19); -moz-box-shadow: inset 0px 2px 10px 0px rgba(0,0,0,0.19);-ms-box-shadow: inset 0px 2px 10px 0px rgba(0,0,0,0.19);-webkit-box-shadow: inset 0px 2px 10px 0px rgba(0,0,0,0.19);font-size: 14px;color: #666666;}

.border_bottomSetting textarea {font-size: 14px; padding:10px; resize:none;}

.submit input {display: inline-block; width:100px; background: #e9e9e9;}


/*info*/
.info {background: #e0e0e0; padding:15px  25px;}
.info h2 {font-size: 18px; font-weight: 500; color: #000; text-transform: uppercase; font-family: "Roboto"; margin-top:10px;}
.info h3 {font-size: 15px; font-weight: normal; color: #000; text-transform: uppercase; font-family: "Roboto"; margin-top:0px;}
.info p {padding-left:10px;font-size: 14px; font-weight: lighter; font-family: "Roboto"; }
.info a {text-decoration: underline; color: #000;}


.hiddenSetting {overflow: hidden;}


.navbar-default {background: none;}

.collapse {display: block;}

.contentSlider .bx-pager.bx-default-pager {
    display: none;
}


.headerLogo {margin-top:0px;}
.headerLogo img {
    max-width: 100%;
}


.searchList {margin:50px 0px; border-bottom: solid 1px #ccc; padding-bottom:15px;}
.searchList img {height:200px;}
.searchList h3 { color: #000; text-transform: uppercase; font-size:23px; font-weight:100;}
.searchList p { font-size:14px; color: #000; }
.searchList a {text-decoration:none;}


@media (max-width: 768px) { 
	
	
.headerLogo {margin-top:10px;}
    
    .collectionHeader {
    background: #ccc;
    padding-right: 10px;
}

    

    nav > ul > li {border:none;border-bottom: solid 1px #000;padding:0px; margin:0px; padding:10px 10px; display: block; text-align: left;}
    nav  ul  li:last-child {border-bottom: 0px; }
    nav > ul > li.dropDown ul {border:0px none; display: block; position: static;width:100%; margin-top:10px; }
    nav > ul > li.dropDown ul li {padding-left: 10px; }
  
   .con {border-right: 0px none !important;padding: 0px; margin:0px; display: block;}
    

    .indexSetting .text-right {text-align: center;}
    .logo {margin-right: 0px;}
    .logo img {
    max-width: 100%;
}

.RespoCenter {text-align:center;}
.list_setter {
    margin-left: 0;
    width: 100%;
    margin-top: 10px;
}

.modal-dialog {width: 100%; max-width: 100%;}

.myPopupSetting1.center.left.width.position_relative img {
    max-width: 100%;
}


}

@media (max-width: 767px) { 
.collapse {display: none;}
}

#onLoad {padding:0px !important;}


div#product_largebox {
   
}

.parentDime {
    perspective: 1000px;
    -moz-perspective: 1000px;
    -ms-perspective: 1000px;
    -webkit-perspective: 1000px;
    -o-perspective: 1000px;
}

.flipClock {
    transform: rotateY(-180deg);
    backface-visibility: hidden;
    transition:all 300ms ease;
    -moz-transition:all 300ms ease;
    -webkit-transition:all 300ms ease;
    -ms-transition:all 300ms ease;
    -o-transition:all 300ms ease;
}

.flipIni {transform: rotateY(-180deg);-moz-transform: rotateY(-180deg);-ms-transform: rotateY(-180deg);-webkit-transform: rotateY(-180deg);-o-transform: rotateY(-180deg); }

.flipAntiClock {
    transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -o-transform: rotateY(0deg); 
    backface-visibility: hidden;
    -moz-transition:all 600ms ease;
    -webkit-transition:all 600ms ease; 
    -ms-transition:all 600ms ease;
    -o-transition:all 600ms ease;
}


 
 


.ajaxLoader {
    background: rgba(0,0,0,0.8);
    z-index: 9999;
    left: 0px;
    right: 0px;
    display: none;
    bottom: 0px;
    margin: 0px 0px;
    z-index:1;
}



#ajaxLoader img {width: 40%;}



@media (max-width: 991px) { 
	
.indexSetting .text-right {text-align: center;}
  .logo {
      margin-right: 0;
      margin-bottom: 20px;
  }
}



@media (min-width: 992px) {  
.scrollSetting {
    padding-right: 30px;
}

/*comments*/
.containerXXX {width: 60vw; margin:0px auto;}
.manSlider {
    top: 0px;
    bottom: 0px;
    width: 30vw;
    left: 15vw;
}
.list_setter img {
    max-width: inherit;
    width: 12vw;
}


.logo {
    margin-right: 7vw;
    margin-bottom: 2vw;
    position: relative;
    top: -5vw;
}
.logo.display_inline_block img {
    width: 24vw;
}
 
 
.list_setter {
    margin-left: 1vw;
}
.list_setter img {
    max-width: inherit;
    width: 11vw;
}


.greyBar {
    padding: 10px;
    background: rgba(225,225,225,0.8);
    position: relative;
    top: -5vw;
}

}





@media (min-width: 992px) and (min-height:930px){  
 	
 	.manSlider {
	    top: 0px;
	    bottom: 0px;
	    width: 40vw;
	    left: 10vw;
	}
	
	.containerXXX {
    width: 70vw;
    margin: 0px auto;
}
}



@media (max-width: 1379px) {
			.containerXXX {width: 70vw; margin:0px auto;}
			.manSlider {
		    top: 0px;
		    bottom: 0px;
		    width: 40vw;
		    left: 15vw;
		}
} 


.commingSoon {margin-top:30px;}



.bg img {
    min-width: 100%;
    min-height: 100%;
}

a.goTop {
	text-decoration:none; 
    text-align: center;
    display: inline-block;
}

.goTop span {
    display: block;
}

.loupe { background-color:#555; background:rgba(0, 0, 0, 0.25); border:5px solid rgba(0, 0, 0, 0); 
  cursor:url(../blank.png), url(../blank.cur), none; z-index:999999;}


.loupe img {
    width: 300%;
}
  .collectionSlider ul li {float:left;}
  .collectionPoppup  {overflow: hidden;}


  .indexSetting {cursor:pointer;}