/************Reset CSS Start's here****************/
/**
* Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
* http://cssreset.com
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    /*vertical-align: baseline;*/
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}
:focus{
    outline:none !important;
    }
.dropdown-toggle::after{
    border:0;
    }

/************Reset CSS End's here****************/

/************Font Integration CSS Start's here**************/
@font-face {
    font-family: 'itc_avant_garde_gothicbook';
    src: url('../fonts/avantgarde-book-webfont.woff2') format('woff2'),
         url('../fonts/avantgarde-book-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {font-family: "itc_new_baskervilleroman";
    src: url("../fonts/NewBaskerville-Roman.eot");
    src: url("../fonts/NewBaskerville-Roman.eot?#iefix") format("embedded-opentype"),
    url("../fonts/NewBaskerville-Roman.woff2") format("woff2"),
    url("../fonts/NewBaskerville-Roman.woff") format("woff"),
    url("../fonts/NewBaskerville-Roman.ttf") format("truetype"),
    url("../fonts/NewBaskerville-Roman.svg#ITC New Baskerville") format("svg");
    font-weight: normal;
    font-style: normal;
}
/************Font Integration CSS End's here****************/

/************General CSS Start's here****************/
strong,b{
    font-weight:600;
    }
.clear {
    clear: both;
    height: 0;
    overflow: hidden;
    visibility: hidden;
}
a{
    color:#666;
    }
a:hover{
    text-decoration:none;
    color:#000;

    }
html,body{
    height:100%;
    width:100%;
    overflow: hidden;
    }
body{
    font-family: 'itc_avant_garde_gothicbook',arial;
    color:#7c7c7c;
   /* -webkit-user-select: none; Chrome, Opera, Safari */
   /* -moz-user-select: none; /* Firefox 2+ */
   /* -ms-user-select: none; /* IE 10+ */
   /* user-select: none; /* Standard syntax */
    position:relative;
    font-size:13px;
    }
#wrapper{
    height:100%;
    }
/************Header CSS Start's here****************/
.header{
    height:62px;
    border-bottom:1px solid #EAEAEA;
    box-shadow: 0 6px 6px -5px #eaeaea;
    -moz-box-shadow: 0 6px 6px -5px #eaeaea;
    -webkit-box-shadow: 0 6px 6px -5px #eaeaea;

    padding:10px 12px 0 12px;
    position:relative;
    z-index:99;
    }
.eLogo{
    display:inline-block;
    }
.eLogo img{
    width:76px;
    max-width:76px;
    }
nav{
    display:table;
    margin:-25px auto 0 auto;
    width:auto;
    }
nav ul li{
    display:inline-block;
    padding:0 28px 0 7px;
    height:40px;
    }
nav ul li a{
    color:#666;
    font-size:13px;
    padding:0;
    }
nav ul li a:hover{
    text-decoration:none;
    color:#000;
    }
.sub-menu {
    display: none;
    position: absolute;
    background-color: rgba(255,255,255,0.9);
    box-shadow: 0 2px 3px 1px #9a9a98;
    -moz-box-shadow:0 2px 3px 1px #9a9a98;
    -webkit-box-shadow:0 2px 3px 1px #9a9a98;
    z-index: 99;
    top:35px !important;
    margin-left:-35px;
    min-width:200px;
    max-width:250px;
    border-radius:0;
    border:0;
    padding:0;
    transform:inherit !important;
}
.sub-menu > ul{
    margin:5px 0 10px 0;
    }
.sub-menu li{
    display:block;
    margin:0 15px;
    border-bottom:1px solid #ccc;
    height:auto;
    position:static;
    padding:0 3px;
    }
.sub-menu a {
    color:#666;
    padding: 10px 17px;
    text-decoration: none;
    display: block;
}
.activeHighlight{
  color:#000 !important;
}
.activeHighlight a{
    color:#000 !important;
    }
.sub-menu a:hover,
.rightNav ul li a:hover,
.rightNav ul li > .sub-menu li a:hover{
    color:#000;
    }
.dropDwn:hover .sub-menu {
    display: block;
}
.rightNav .dropdown-menu.sub-menu{
    left:auto !important;}
.rightNav{
    float:right;
    position:absolute;
    right:3px;
    top:8px;
    }
.rightNav ul li{
    display: inline-block;
    float: left;
    height: 52px;
    line-height: 46px;
    position:static;
    }
.rightNav ul li a{
    margin:0 15px;
    color:#666;
    font-size:13px;
    }
.rightNav ul li.rightNav_search{
    border-left: 1px solid #ccc;
    height: 42px;
    }
.rightNav_search > a {
    margin-right: 8px !important;
    }
.rightNav ul li > .sub-menu{
    text-align:center;
    top:50px !important;
    min-width:200px;
    border:0;
    border-radius:0;
    float:none;
    padding:0;
    background-clip:inherit;
    left:inherit;
    font-size:inherit;
    margin-left:-29px;
    transform:none !important;
    right:-8px;
    }
.rightNav ul li > .sub-menu ul{
    margin:3px 0 10px 0;
    }
.rightNav ul li > .sub-menu li{
    height:auto;
    line-height:100%;
    border-right:0;
    display:block;
    float:none;
    }
.rightNav ul li > .sub-menu li a{
    color:#666;
    padding: 8px 17px;
    text-decoration: none;
    display: block;
    margin:0;
    }

.navbar-toggleable-mobile .collapse{
    display:flex;
    }
.navbar-toggleable-mobile .navbar-toggler {
    display: none;
}

/****************Mobile Menu CSS Start's here****************/

#mobileIcon,
#location_Menu{
    display:none;
    }
.mobileMenu{
    display:none;
    width:100%;
    background-color:rgba(255,255,255,0.9);
    overflow-y:auto;
    -webkit-overflow-scrolling: touch;
    z-index:10;
    position:fixed;
    text-align: center;
    height:calc(100vh - 60px);
    height: -moz-calc(100vh - 60px);
    height: -webkit-calc(100vh - 60px);
    
    }
.mobileLocation_menu.showLocationMenu,
.mobileMenu.showMenu{
    display:block;
    }
.mobileLocation_menu ul li,
.mobileAccordion_menu li{
    border-bottom: 1px solid #ccc;
    display: block;
    }

#mobileDivision ul,
#mobileSocial ul{
    border-top: 1px solid #ccc;
    }
#mobileDivision ul li:last-child,
#mobileSocial ul li:last-child{
    border-bottom:0;
    }
.mobileLocation_menu ul li a,
.mobileAccordion_menu li a{
    color: #666;
    display: block;
    padding: 10px 17px;
    text-decoration: none;
    font-size:15px;
    }
.mobileLocation_menu ul li a:hover,
.mobileAccordion_menu li a:hover{
    color:#000;
    }
#mobileIcon.closeMenu .sandwich_Icon{
    display:none;
    }
#mobileIcon .close_Icon{
    display:none;
    }
#mobileIcon.closeMenu .close_Icon{
    display:inline-block;
    }

.mobileLocation_menu{
    display:none;
    width:100%;
    background-color:rgba(255,255,255,0.9);
    overflow-y:auto;
    -webkit-overflow-scrolling: touch;
    z-index:10;
    position:fixed;
    text-align: center;
    height:calc(100vh - 60px);
    height: -moz-calc(100vh - 60px);
    height: -webkit-calc(100vh - 60px);
    }
/****************Mobile Menu CSS End's here****************/


/************Header CSS End's here****************/

/************Division home CSS Start's here****************/
.bodyContainer{
    height: -moz-calc(100% - 62px);
    height: -webkit-calc(100% - 62px);
    height: calc(100% - 62px);
    padding:16px 12px 0 12px;
    white-space: normal;
    width: 100%;
    word-wrap:break-word;
    overflow-y:auto;
    -webkit-overflow-scrolling: touch;
    }
.divisionHome{
    text-align:center;
    }
.divisionThumb{
    display: inline-block;
    margin:0px 5px 5px 0px;
    /* for safari */
     vertical-align:top;
    /* for safari */
    }
.divisionThumb .imageWrapper{
    position:relative;
    height:280px;
    overflow:hidden;
    width:181px;
    }
.divisionThumb a{
    display:block;
   /* transition: all 500ms ease-in-out 0s;
   -moz-transition: all 500ms ease-in-out 0s;
   -webkit-transition: all 500ms ease-in-out 0s;
   -o-transition: all 500ms ease-in-out 0s;*/
    }
.divisionThumb .imgFluid{
    height:255px;
    width:180px;
    margin-bottom:5px;
    transition: all 500ms ease-in-out 0s;
    }
.divisionThumb span.modelName{
    display:block;
    text-overflow: ellipsis;
    white-space: nowrap;
    min-width:100px;
    max-width:180px;
    color:#000;
    text-align:left;
    overflow:hidden;
    position:absolute;
    bottom:1px;
    min-height:20px;
    text-transform:lowercase;
    }
.divisionThumb h3 {
    background:#e2e2e2;
    bottom: 25px;
    color: #000;
    font-size: 14px;
    left: 0;
    margin: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    text-align: center;
    text-align-last:center;
    text-overflow: ellipsis;
    transition: all 0.4s ease 0s;
    white-space: nowrap;
    width:75%;
    margin:0 auto;
    opacity:0;
    }
.divisionThumb:hover h3{
    bottom:45px;
    cursor:pointer;
    opacity:1;
    }
.divisionThumb h3 span{
    display:block;
    height: 30px;
    line-height: 26px;
    }
/*thumbnail rollover */
.thumbnail .thumb_rollover1{
    left: 0;
    position: absolute;
    }

.thumbnail:hover .thumb_rollover1{
    display:none;
}
.thumbnail .thumb_rollover2{
    display:none;
    left: 0;
    position: absolute;
}
.thumbnail:hover .thumb_rollover2{
    display:inline-block;
}
.thumbnail.no-rollover .thumb_rollover2{
    display:none;
    }
.thumbnail.no-rollover .thumb_rollover1{
    display:inline-block;
    }
/*.imgFluid.thumb_rollover1 {
    opacity:1;
    transition: all 500ms ease-in-out 0s;
   -moz-transition: all 500ms ease-in-out 0s;
   -webkit-transition: all 500ms ease-in-out 0s;
   -o-transition: all 500ms ease-in-out 0s;
    }
.imgFluid.thumb_rollover2 {
    left: 0;
    position: absolute;
    opacity:0;
    min-width:149px;
    }
.thumbnail:hover .thumb_rollover2{
   opacity:1;
   transition: all 500ms ease-in-out 0s;
   -moz-transition: all 500ms ease-in-out 0s;
   -webkit-transition: all 500ms ease-in-out 0s;
   -o-transition: all 500ms ease-in-out 0s;
    }*/
/*thumbnail rollover */

/************Division Quick view CSS Start's here****************/
.modal-header{
    border:0;
    }
.mcustomClose{
    opacity:1;
    position:absolute;
    right:20px;
    cursor:pointer !important;
    z-index:9999
    }
.modalClose{
    background:url(../images/elite-close.svg) no-repeat  0 0;
    height:32px;
    width:32px;
    display:block;
    }
.qv_modal_body{
    padding:20px 0 0 1rem;
    }
.modCol1{
    width:130px;
    margin-right:25px;
    }
.modalThumbnails{
    float:left;
    padding-right:20px;
    height:470px;
    overflow-y:auto
    overflow-x:hidden;
    }
.modalThumbnails a{
    display:block;
    }
.modalThumbnails li{
    margin:0 0 10px 0;
    width:92px;
    opacity:0.5;
    }
.modalThumbnails li:hover{
    opacity:1;
    }
.modalThumbnails li.qv_Active{
    opacity:1;
    }
.modalThumbnails .thumbzoomstandard_data{
    height:auto;
    width:92px;
    }
.modalImage_lg{
    display: table-cell;
    float: none;
    height: 470px;
    text-align: center;
    vertical-align: middle;
    }
.qv_modalName{
    color:#1c1c1c;
    font-size:26px;
    overflow-wrap: break-word;
    text-transform: lowercase;
    white-space: normal;
    }
.qv_modalDetail{
    margin:20px 0 10px 0;
    }
.qv_modalDetail span{
    display:block;
    font-size:16px;
    line-height:20px;
    color:#383838;
    overflow-wrap: break-word;
    white-space: normal;
    }
.qv_instaBlock{
    position:absolute;
    bottom:0;
    }
.qv_instaBlock_image{
    height:225px;
    width:auto;
    display:none;
    opacity:0;
    }
.qv_copyRight,
.qv_instaFollowers{
    display:block;
    color:#636363;
    margin:15px 0;
    font-size:14px;
    overflow-wrap: break-word;
    white-space: normal;
    }
.qv_instaFollowers{
    margin:5px 0;
    }
.qv_socialBlock a{
    display:inline-block;
    width:21px;
    height:21px;
    margin-right:6px;
    }
.fIcon{
    width:21px;
    height:21px;
    background:url(../images/elite-facebook.svg) no-repeat  0 0;
    }
.tIcon{
    width:21px;
    height:21px;
    background:url(../images/elite-twitter.svg) no-repeat  0 0;
    }
.iIcon{
    width:21px;
    height:21px;
    background:url(../images/elite-instagram.svg) no-repeat  0 0;
    }
.yIcon{
    width:21px;
    height:21px;
    background:url(../images/elite-you-tube.svg) no-repeat  0 0;
    }
.padding0{
    padding:0;
    }
.modCol2{
    width:42%;
    margin-right:36px;
    position:relative;
    height:470px;
    }
.modCol2 a{
    display: table-cell;
    height: 470px;
    text-align: center;
    vertical-align: middle;
    }
.modCol1,
.modCol2,
.modCol3{
    float:left;
    }
.parent_leftArrow{
    left: -3px;
    position: absolute;
    width: 30px;
    z-index: 99999;
    top: 0;
    }
.parent_rightArrow{
    position: absolute;
    right: -15px;
    top: 0;
    width: 30px;
    z-index: 99;
    }
.leftArrow {
    display: table-cell;
    height: 470px;
    text-align: center;
    vertical-align: middle;
    width: 20px;
}
.rightArrow {
    display: table-cell;
    height: 470px;
    text-align: center;
    vertical-align: middle;
    width: 20px;
}
.qv_leftArrow{
    background:url(../images/elite-left-arrow.svg) no-repeat 0 0;
    width:16px;
    height:24px;
    float:left;
    cursor:pointer;
    }
.qv_rightArrow{
    background:url(../images/elite-right-arrow.svg) no-repeat 0 0;
    width:16px;
    height:24px;
    float:left;
    cursor:pointer;
    }
.zoomImg{
    background:url(../images/elite-zoom-gray.svg ) no-repeat 0 0;
    width:23px;
    height:23px;
    position:absolute;
    left:-5px;
    cursor:pointer;
    z-index:999999;
    }
.modCol3{
    width:31%;
    margin-right:36px;
    float:right;
    height:470px;
    position:relative;
    }
.qv_viewAll{
    background: #000;
    border-radius: 0;
    color: #fff !important;
    font-size: 14px;
    padding: 10px 30px;
    display:inline-block;
    margin:15px auto;
    cursor:pointer;
    }
.qv_viewAll:hover{
    transition:background-color 300ms ease-out 0s;
    background: #b8b8b8;
    color:#fff;
    }
.qv_modal_footer{
    border:0;
    padding-top:0;
    padding-bottom:0;
    display:block;
    }
.qv_footerCol1{
    display:inline-block;
    width:300px;
    margin:0 0 0 190px !important;
    text-align:center;
    padding:0;
    float:left;
    }
.qv_footerCol2{
    display: inline-block;
    float: right;
    margin-left: 0 !important;
    margin-right: 26px !important;
    margin-top: 10px;
    width: 30.5%;
    }
.modalImage_lg .zoomstandard_data{
    height:auto;
    width:300px;
    }
.swiper-container{
    height:470px !important;
    width:300px !important;
    }
.swiper-wrapper{
    width:300px !important;
    height:470px !important;
    }
/************Overwrite magnific CSS Start's here***********/
.hideiframe{
 opacity:0!important;
}
.mag_p_c_ri{
  float:right;
  margin-right:-36px;
}
.mfp-close-dynamic{
   background:url(../images/elite-close.svg) no-repeat 0 0 !important;
    cursor: pointer !important;
    height: 30px !important;
    opacity: 1 !important;
    position: fixed !important;
    right: 38px !important;
    text-indent: 99999px;
    top: 20px !important;
    width: 30px !important;
    z-index: 999 !important;
}
.n_mfp-close{
    background:url(../images/elite-close.svg) no-repeat 0 0 !important;
    cursor: pointer !important;
    height: 26px !important;
    width: 26px !important;
    margin-left: 330px;
    right: auto !important;
    top: 6px !important;
    text-indent: 99999px;
}
.mfp-close{

    }
.mfp-title,
.mfp-counter{
    font-family: "itc_avant_garde_gothicbook",arial;
    }
.mfp-arrow-right .mfp-b, .mfp-arrow-right::before, .mfp-arrow-left .mfp-b, .mfp-arrow-left::before {
    border: 0 none !important;
}
.mfp-arrow-left .mfp-a, .mfp-arrow-left::after {
    background: url(../images/elite-left-arrow.svg) no-repeat 0 0 !important;
    border: 0 none !important;
    height: 34px !important;
    opacity: 1 !important;
    width: 34px !important;
}
.mfp-arrow-right .mfp-a, .mfp-arrow-right::after {
    background: url(../images/elite-right-arrow.svg) no-repeat 0 0 !important;
    border: 0 none !important;
    height: 34px !important;
    opacity: 1 !important;
    width: 34px !important;
}
/************Overwrite magnific CSS End's here***********/

/************Overwrite Select2 plugin CSS Start's here***********/
.searchCol4 .select2-container {
    margin: 0 9px 0 0;
    text-transform: capitalize;
    width: 85px !important;
}
.searchCol4 .select2-container--default .select2-selection--single,.searchCol4 .select2-dropdown {
    border-color: #ccc !important;
    border-radius: 0 !important;
}
.searchCol4 .select2-selection--single:hover > span{
    color:#fff !important;
     background-color:#000 !important;
    }
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #EAEAEA !important;
    color: #000 !important;
}
.select2-container--default .select2-results__option[aria-selected="true"]{
    background-color: #EAEAEA !important;
    color: #000 !important;
    }
.select2-container--default .select2-results__option:hover{
    background-color: #F1F2F3 !important;
    color: #000 !important;
    }
.searchCol4 .select2-selection--single:hover > .select2-selection__arrow b{
    border-color:#fff transparent transparent;
    }
.searchCol4 .select2-container--open:hover  .select2-selection--single .select2-selection__arrow b{
     border-color: transparent transparent #fff !important;
     }

.searchCol4 .select2-container--disabled:hover .select2-selection--single > span{
    background:transparent !important;
    }
.searchCol4 .select2-container--disabled .select2-selection--single .select2-selection__rendered{
    color:#ccc !important
    }
.searchCol4 .select2-container--disabled .select2-selection--single .select2-selection__arrow b{
    border-color:#ccc transparent transparent !important
    }
.searchCol4 .select2-container--disabled span{
    cursor:not-allowed !important;
    }
.searchCol4 .select2-container--disabled .select2-selection--single{
    background-color:#fff !important;
    }
.select2-container--default{
  z-index:99999;
}
/************Overwrite Select2 plugin CSS End's here***********/

/************Division Quick view CSS End's here****************/

/************Search CSS Start's here****************/
.topSearch{
    background:#fff;
    display: none;
    height: 576px;
    left: 9%;
    margin: 0 auto;
    padding: 20px;
    position: fixed;
    text-align: center;
    top: 61px;
    width: 82%;
    z-index: 99999;
    box-shadow:-5px 0 5px -5px #eaeaea, 5px 0 5px -5px #eaeaea, 0 5px 5px -5px #eaeaea;
    -moz-box-shadow: -5px 0 5px -5px #eaeaea, 5px 0 5px -5px #eaeaea, 0 5px 5px -5px #eaeaea;
    -webkit-box-shadow: -5px 0 5px -5px #eaeaea, 5px 0 5px -5px #eaeaea, 0 5px 5px -5px #eaeaea;
    }
.topSearch_inner{
    width:90%;
    margin:0 auto;
    padding:10px 0;
    text-align:left;
    color:#666;
    font-size:13px;
    text-transform: lowercase;
    }
.searchClose{
    background:url(../images/elite-close.svg) no-repeat 0 0;
    display: inline-block;
    height: 27px;
    width: 27px;
    position: absolute;
    right: 3%;
    vertical-align:middle;
    cursor:pointer;
    }
.searchBlock{
    margin-bottom:30px;
    }
.topSearch h6{
    margin-bottom:20px;
    }
.topSearch input{
    vertical-align:bottom;
    margin-right: 10px;
    }
.topSearch input[type="checkbox"],
.topSearch input[type="radio"]{
    position:relative;
    top:1px;
    }
/*.searchBlock > #id_model_name {
    display: inline-block;
    margin: 0 20px;
    margin-right: 20px;
    width: 50%;
}*/
#id_model_name{
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 5px 10px;
    margin-left: 20px;
    vertical-align:middle;
    width:450px;
    height:30px;
     -webkit-box-shadow: inset -1px 5px 5px -3px #ccc;
    box-shadow: inset -1px 5px 5px -3px #ccc;
    }
.searchBtn{
    background:#fff;
    cursor:pointer;
    border:1px solid #ccc;
    border-radius:3px;
    font-size: 10px;
    height: 30px;
    padding: 5px 10px;
    vertical-align: middle;
    }
.searchCol1{
    float:left;
    width:25%;
    }
.divisionBlock{
     margin: 25px 0 0;
    padding: 0 20px 0 0;
    }
.searchCol2{
    float:left;
    width:25%;
    padding:0 20px 0 0
    }
.divisionBlock > ul{
    max-height:252px;
    overflow-y:auto;
    }
.searchCol2 > ul ,
.searchCol3 > ul {
    height:364px;
    overflow-y:auto;
}
.searchCol3{
    float:left;
    width:25%;
    padding:0 20px 0 0
    }
.searchCol4{
    float:left;
    width:25%;
    padding:0 20px 0 0;
    height:395px;
    overflow-y:auto;
    }
.searchCol4 h6{
    margin:20px 0 5px 0;
    }
.bustBlock h6,
.suitBlock h6{
    margin:0 0 20px 0;
    }
.searchCol1 li,
.searchCol2 li,
.searchCol3 li{
    margin: 0 0 9px 0;
}
.searchBlock_btns{
    text-align:center;
    margin:30px 0 0 0;
    }
.searchButton{
    background:#000;
    border:1px solid #000;
    color:#fff;
    cursor: pointer;
    font-size: 14px;
    margin: 0 10px;
    padding: 10px 75px;
    }
.searchButton:hover{
    background:#B8B8B8;
    border:1px solid #B8B8B8;
    color:#fff;
    cursor: pointer;
    font-size: 14px;
    margin: 0 10px;
    padding: 10px 75px;
    transition: background-color 300ms ease-out 0s;
    }
/************Overwrite autocomplete CSS Start's here****************/
.yourlabs-autocomplete{
  top: 58px!important;
  left: 17% !important;
  height:250px;
  overflow-y:auto;
  margin: 2px 0 0 0 !important;
  width:450px;
  -webkit-overflow-scrolling: touch;
}
.yourlabs-autocomplete .choice,
.yourlabs-autocomplete [data-value],
.yourlabs-autocomplete em{
    text-align:left;
    }
.yourlabs-autocomplete .hilight {
    background-color: #000 !important;
    background-image: linear-gradient(to bottom, #000, #222) !important;
    background-repeat: repeat-x;
    color: #000000 !important;
    outline: 0 none;
    text-decoration: none;
}
.autocomplete-light-widget .deck [data-value] .remove:hover {
    background-position: -15px -1px !important;
}
/************Overwrite autocomplete CSS End's here****************/
/************Search CSS End's here*****************************/

/************Division Quick view CSS End's here****************/

/***************Division home CSS End's here*******************/

/***************package CSS Start's here*******************/
.packageNotes{
    width:180px;
    text-align:left;
    }
.notesInner{
    height:120px;
    position:relative;
    overflow:hidden;
    font-family:helvetica,arial;
    margin-bottom:10px;
    line-height:110%;
    }
.notesContent{
    height:85px;
    overflow:hidden;
    }
.notesContent_inner{
    height:auto;
    }
.packageRead_more{
    position:absolute;
    bottom:12px;
    color:#000;
    }
.packageRead_more:hover{
    color:#666;
    }
/***************package CSS End's here*******************/

/************Overwrite Sweet alert CSS Start's here**************/
.sweet-alert h2{
    font-family: 'itc_avant_garde_gothicbook',arial;
    font-size: 17px;
    font-weight: 400;
    margin:0 !important;
    }
.sweet-alert button{
    background: #000 !important;
    border: 1px solid #000 !important;
    border-radius:0 !important;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    padding: 7px 25px;
    font-family: 'itc_avant_garde_gothicbook',arial;
    }
.sweet-alert button:hover{
    background: #b8b8b8 !important;
    border: 1px solid #b8b8b8 !important;
    transition: background-color 300ms ease-out 0s;
    }
.sweet-overlay{
   z-index:99999!important;
}
/************Overwrite Sweet alert CSS End's here****************/

/************Overwrite Portfolio CSS Start's here****************/
.swiper-button-prev{
    background-image: url("../images/elite-left-arrow.svg") !important;
    height:35px !important;
    left:13px !important
    }
.swiper-button-next{
    background-image: url("../images/elite-right-arrow.svg") !important;
    height:35px !important;
    right: 13px !important;
    }
.swiper-button-next, .swiper-button-prev{
    margin-top:-18px !important;
}
#document{
    height: -moz-calc(100% - 100px);
    height: -webkit-calc(100% - 100px);
    height: calc(100% - 100px);
    width:auto;
    }
.swiper-container-document{
    height: -moz-calc(100% - 70px);
    height: -webkit-calc(100% - 70px);
    height: calc(100% - 70px);
    width:auto;
    text-align:center;
    top:60px;
    position:relative;
    z-index:0;
    }
.swiper-wrapper.swiper_wrapper_container{
    width:100% !important;
    height:100%!important;
    }
.swiper-slide{
    height:100%!important;
    width:100%!important;
    }
.swiper_slider_content{
    color:#000;
    display:block;
    margin-left:10%;
    float:left;
    width:40%;
    vertical-align:top;
    height:90%;
    text-align:left;
    }
.swiper_slider_content h5{
    font-size:18px;
    line-height:23px;
    }

.biography {
    display: block !important;
    height: 100%;
}
.biography_inner {
    height: 100%;
    line-height: 20px;
    overflow-y: auto;
    padding-right: 17px;
}
.readMore{
    height: 30px;
    position: relative;
    text-align: left;
    width: 100%;
    top:15px;
    }
.readMore > a {
    bottom: 0;
    display: block;
    font-size: 14px;
    padding: 9px 5px;
    position: absolute;
    width: 100%;
}
.swiper_slider_image{
    margin-right:10%;
    float:left;
    width:40%;
    vertical-align:top;
    height:100%;
    text-align:left;
    padding-left:20px;
    }
.swiper_slider_image.swiper_single_image{
    width:auto;
    margin:0 auto;
    float:none;
    display:inline-block;
    text-align:center;
    padding:0;
    }
.swiper_Image{
    height:100%;
    width:auto;
    }

.leftcredit{
    color: #000;
    display: block;
    position: relative;
    text-align: left;
    top: 3px;
    width: 50%;
    float:left;
    }
.rightcredit {
    color: #000;
    float: right;
    text-align: right;
    width: 48%;
    position: relative;
    top: 3px;
    }
.leftcredit_single{
    width:100%;
    float:none;
    }
#doc_footer{
    height:100px;
    }
.doc_modal_info{
    text-align:center;
    }
.doc_modal_info h3{
    font-size:31px;
    font-weight:400;
    color:#666;
    margin: 0 auto;
    width: 100%;
    }
.hidemodelname{
    visibility:hidden;
    }
.docModal_infoBlock{
    margin:10px 0;
    font-size:14px;
    color:#666;
   }
.doc_footer_span {
   margin-left: 7px;
    }
.metricStats{
    display:inline-block;
    }
.metricSwitch{
    display:inline-block;
    width:auto;
    margin:0 8px 0 10px;
    }
.pipeLine_left{
    border-left:1px solid #000;
    margin:0 10px 0 6px;
    vertical-align: middle;
    }
.pipeLine_right{
    border-right:1px solid #000;
    margin:0 10px 0 6px;
    vertical-align: middle;
    }
.doc_footer_left{
    margin: 0 12px 0 0;
    width: 35%;
    display:inline-block;
    }
.doc_footer_middle{
    margin: 0 auto;
    text-align:center;
    width: 26%;
    display:inline-block;
    }

.doc_footer_right{
    float: right;
    margin: 0 12px 0 0;
    width: 33%;
    display:inline-block;
    text-align:right;
    }
#doc_footer a:hover{
    color:#000;
    }
#doc_footer .doc_footer_middle a:hover{
    color:#666;
    }
.doc_footer_left > a {
    margin: 0 12px;
    color:#666;
    font-size:14px;
    }
.doc_footer_middle a,
.doc_footer_right a{
    margin: 0 0 0 20px;
    color:#666;
    font-size:14px;
    }
.doc_mobileFooter{
    background:#f5f5f5;
    padding: 4px 10px;
    display:none;
    position:fixed;
    bottom:0;
    width:100%;
    }
.doc_mobileFooter_left{
    float:left;
    font-size:15px;
    margin:0 10px;
    }
.upArrow{
    background:url(../images/elite-up-arrow.svg) no-repeat 0 4px;
    width:18px;
    height:18px;
    display: inline-block;
    cursor:pointer;
    margin:0 0 0 50px;
    }
.doc_mobileFooter_right{
    float:right;
    }
.doc_mobileFooter_right span{
    margin:0 10px;
    }
.doc_viewAll{
    background:url(../images/elite-view-all.svg) no-repeat 0 3px;
    width:25px;
    height:25px;
    display: inline-block;
    cursor:pointer;
    vertical-align:middle;
    }
.doc_viewAll:hover{
    background:url(../images/elite-view-all-gray.svg) no-repeat 0 3px;
    width:25px;
    height:25px;
    display: inline-block;
    cursor:pointer;
    vertical-align:middle;
    }

.doc_Share{
    background:url(../images/elite-share.svg) no-repeat 0 0;
    display: inline-block;
    cursor:pointer;
    height: 20px;
    vertical-align: middle;
    width: 21px;
    }

.doc_Print{
    background:url(../images/elite-print.svg) no-repeat 0 0;
    display: inline-block;
    cursor:pointer;
    height: 20px;
    vertical-align: middle;
    width: 21px;
    }
.doc_Note{
    background:url(../images/note.svg) no-repeat 0 0;
    display: inline-block;
    cursor:pointer;
    height: 20px;
    vertical-align: middle;
    width: 21px;
    }

.doc_mobileFooter_left ul{
    min-width: 150px;
    }
.doc_mobileFooter_left ul li a{
    display:block;
    color:#666;
    line-height: 20px;
    }
.doc_mobileMenu{
    display:none;
    background-color: rgba(255, 255, 255, 0.9);
    border-bottom:0;
    height: auto;
    min-width: 240px;
    padding:0 0 5px 0;
    left: 4px;
    width: auto;
    overflow-y: auto;
    position: absolute;
    text-align: center;
    bottom:35px;
    z-index:999;
    box-shadow:-1px 0 5px -1px #9a9a98;
    -moz-box-shadow:-1px 0 5px -1px #9a9a98;
    -webkit-box-shadow:-1px 0 5px -1px #9a9a98;
    }
.doc_mobileMenu ul li{
    border-bottom:1px solid #ccc;
    margin: 0 15px;
    display: block;
    }
.doc_mobileMenu ul li:last-child{
    border-bottom:0;
    }
.doc_mobileMenu ul li a{
    color: #666;
    display: block;
    font-size: 15px;
    padding: 10px 17px;
    text-decoration: none;
    }
.mobileModel_name {
    display: none;
}
.portfolio_viewAll{
    height:42px;
    background:#f5f5f5;
    padding:0px 12px;
    position:absolute;
    width:100%;
    display:none;
    z-index:1;
    }
.port_viewAll{
    background:url(../images/elite-view-all.svg) no-repeat 0 3px;
    width:27px;
    height:27px;
    display: inline-block;
    cursor:pointer;
    margin:0 20px;
    vertical-align:middle;
    position:relative;
    top:8px;
    }
.port_viewAll:hover{
    background:url(../images/elite-view-all-gray.svg) no-repeat 0 3px;
    width:27px;
    height:27px;
    display: inline-block;
    cursor:pointer;
    margin:0 20px;
    vertical-align:middle
    }
.port_close{
    background:url(../images/elite-close.svg) no-repeat 3px 0;
    width:26px;
    height:26px;
    display: inline-block;
    cursor:pointer;
    float:right
    }
.swiper-pagination.port_Count{
    position: relative;
    top: 9px;
    }
#copy_stats,#copy_stats_top{
   cursor:pointer;
}
.greySlide{
   text-align:center;
   line-height:26px;
   font-size: 15px;
}
.packageName {
    display: inline-block;
    text-align: center;
    width: 100%;
    font-size: 15px;
    color:#666;
    line-height: 26px;
}
.haspack{
    margin-top:47px;
    }
.greySlide_home{
    left: 0;
    top: 62px;
    }
/*mobile stats*/
.greybox_section {
    display: inline-block;
    margin: 0 auto;
    width: 86%;
}
.stats_package_mobile{

    }
.mobileStats{
    display:none;
    width: 100px;
    }
.statsLink{
    font-size: 15px;
    text-align: center;
    color:#666;
    }

a.statsLink .statsArrow_up{
    background: rgba(0, 0, 0, 0) url(../images/elite-up-arrow.svg) no-repeat 0 -4px;
    cursor: pointer;
    display: inline-block;
    height: 18px;
    width: 18px;
    margin: 0 0px 0 10px;
    transform: rotate(180deg);
    }
a.statsLink.stats_arrow .statsArrow_up{
    transform:rotate(0deg);;
    background: rgba(0, 0, 0, 0) url(../images/elite-up-arrow.svg) no-repeat 0 4px;

    }
.mobileStats_block{
    background-color: rgba(255, 255, 255, 1);
    box-shadow: 0 2px 3px #9a9a98;
    display:none;
    left: 30%;
    margin: 0 auto;
    position: fixed;
    top: 108px;
    width: 40%;
    height:auto;
    z-index:9;
    display:none;

    }
.mobilStats_block_inner{
    padding:10px 0;
    font-size: 15px;
    }
.mobile_metricStats{
    display:block;
    padding: 10px 0;
    text-align: center;
    }
.metricstats_info ul{
    border-top: 1px solid #ccc;
    }
.metricstats_info ul li{
    padding: 10px 0;
    border-bottom: 1px solid #ccc;
    }
.metricstats_info ul li label{
    padding:0 17px;
    width:48%;
    display:inline-block;
    }
.metricstats_info ul li span.doc_footer_span{
    text-align:right;
    padding:0 17px;
    width:50%;
    margin:0;
    display:inline-block;
    }
/*************text animation/*************/
.capt {
    display: block !important;
    margin-top: -15px;
    opacity: 0;
    position: fixed;
    text-align: right;
    top: 20%;
    width: 40%;
}
.capt .fnames {
    color: #666;
    font-size: 2.4em;
    text-transform: lowercase;
    text-align: center;
    display: block;
}
/*.swiper_slider_content div{
    display: table-cell;
    vertical-align: middle;
    }*/
#startcapt {
    animation: 0.5s linear 0s normal none 1 running captstart;
    opacity: 1;
    top: 49%;
}
@keyframes captstart {
0% {
    opacity: 0.5;
    top: 10%;
    }
15% {
    opacity: 1;
    top: 20%;
    }
35% {
    top: 30%;
    }
60% {
    top: 40%;
    }
100% {
    top: 49%;
    }
}


/*************text animation/*************/

/***********Bootstrap Switch in Portfolio page doc footer/***********/

.switch {
  position: relative;
  display: inline-block;
  width: 42px;
  height: 18px;
  vertical-align:middle;
}

/* Hide default HTML checkbox */
.switch input {display:none;}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;


}

.slider:before {
  position: absolute;
  content: "";
  height: 14px;
  width: 14px;
  left: 3px;
  bottom: 1px;
  background-color: black;
  -webkit-transition: .2s;
  transition: .2s;
  border-radius: 50%;
}
input + .slider {
    background-color:white;
    border:1px solid black;
    border-radius: 15px;

}
input:checked + .slider {
     background-color:white;
}


input:checked + .slider:before {
  -webkit-transform: translateX(20px);
  -ms-transform: translateX(20px);
  transform: translateX(20px);
}



/***********Bootstrap Switch in Portfolio page doc footer/***********/

/************Overwrite Portfolio CSS End's here****************/

/*****************ViewAll page CSS Start's here*****************/
#viewall_template{
    padding:16px 12px 0 12px;
    }
.viewall_gallery{
    width: 100%;
    }
.viewall_gallery a{
    display:block;
    float:left;
    margin:0 12px 12px 0;
    cursor:pointer;
    }
.viewImg{
    height:225px;
    width:auto;
    }
/******************ViewAll page CSS End's here*****************/

/*****************VideoAll page CSS Start's here*****************/
#videoall_template{
    padding:16px 12px 0 12px;
    }
.videoall_gallery{
    width: 100%;
    }
.videoall_gallery a{
    display:block;
    float:left;
    margin:0 12px 12px 0;
    cursor:pointer;
    }
.viewvd{
    height:185px;
    width:auto;
    display:block;
    max-width:100%;
    }
.videoall_gallery a span{
    display: block;
    margin: 5px 0 0;
    max-width: 124px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-transform: lowercase;
    }
/******************VideoAll page CSS End's here*****************/

/**************Cyber page CSS Start's here*******************/
.cyber_wrapper {
    line-height: 20px;
    margin: 4% auto 0;
    width: 80%;
    }
.cyber_wrapper h3 {
    margin-bottom: 10px;
    text-align: center;
    text-transform: capitalize;
    }
.cyber_content {
    margin-bottom: 30px;
    }
.list_content {
    line-height: 22px;
    list-style: outside none disc;
    padding-left: 10px;
    }
.list_content > li {
    margin: 0 0 10px;
    }
/**************Cyber page CSS End's here*******************/
/**************Landing Page CSS Start's here******************/
.landingPage{
    display:table;
    bor:1px solid red;
    width:100%;
    height:100%;
    }
.landingPage_inner{
    display: table-cell;
    height: 100%;
    margin: 0;
    padding: 0;
    text-align: center;
    vertical-align: middle;
    }
.landingPage_content {
    display: inline-block;
    max-width: 80%;
    min-width: 40%;
    padding:0;
    width: 90%;
}
.landingPage_logo{
    width:100%;
    max-width: 585px;
    margin:0 auto;
    }
.landingPage_logo img{
    width:100%;
    }
.landingPage_locations {
    padding: 70px 10px 0;
    text-align: center;
}
.landingPage_locations a {
    display: inline-block;
    padding: 0 60px 0 0;
    font-size: 19px;
}
.landingPage_locations a:last-child {
    padding: 0;
}

/**************Landing Page CSS End's here*******************/
/*************News page CSS Start's here***************/
.newsFeedOuter {
    padding: 16px 12px 0;
    }
.newsFeedContentsOuter {
    display: inline-block;
    padding: 0 0 40px;
    width: 25%;
    margin-right: -4px;
    vertical-align: top;
}
.newsFeedContentsInner:link {
    color: #888;
    display: block;
    padding: 0 6px;
}
.newsFeedContentsImage {
    display: block;
    width: 100%;
}
.newsFeedContentsTitle {
    color: #000;
    font-size: 23px;
    padding: 25px 0 10px;
    text-transform: lowercase;
    line-height: 23px;
}
.newsFeedReadMe {
    font-size: 14px;
}

/*************News page CSS End's here*****************/

/**************Print Modal CSS Start's here*******************/
.print_modal_dialog{
    max-width:550px;
    }
.print_modal_body{
    margin:0 auto;
    font-size:14px;
    }

.print_modal_text{
    margin-top:10px;
    font-size:15px;
    text-align: center;
    width: 90%;
    }
.printCol1{
    float: left;
    height: 200px;
    margin: 0 auto;
    text-align: center;
    width: 150px;
    }
.printIcon1{
    background:url(../images/print-icon1.png) no-repeat 0 0;
    display: block;
    height: 80px;
    margin: 8px auto 17px;
    width: 60px;
    }
.printIcon2{
    background:url(../images/print-icon2.png) no-repeat 0 0;
    display: block;
    height: 90px;
    margin: 0 auto 15px;
    width: 70px;
    }
.printIcon3{
    background:url(../images/print-icon3.png) no-repeat 0 0;
    display:block;
    height: 89px;
    margin: 0 auto 16px;
    width: 70px;
    }
.printCol1 a{
    background-color: #000;
    border:1px solid #000;
    color: #fff;
    display: block;
    margin:13px auto 0 auto;
    padding: 7px 10px;
    width: 80px;
    text-transform:lowercase;
    }
.printCol1 a:hover{
    background:#B8B8B8;
    border:1px solid #B8B8B8;
    color:#fff;
    cursor: pointer;
    transition: background-color 300ms ease-out 0s;
    }
.printCol1 > span {
    display: block;
    line-height: 15px;
    margin: 0 auto;
    text-transform: lowercase;
    width: 87px;
    }
.printBorder{
    background-color: #000000;
    float: left;
    height: 178px;
    width: 1px;
    }
/**************Print Modal CSS End's here*******************/

/**************Share Modal CSS Start's here*******************/
.share_modal_dialog{
    max-width:630px;
    }
.share_modal_dialog h4{
    font-size: 18px;
    line-height: 30px;
    vertical-align: middle;
    text-align:left;
    padding-left: 10px;
    text-transform: lowercase;
    }
#shareplus_icons{
    padding-bottom:10px;
    }
#shareplus_icons .shareplus_icon {
    float: left;
    height: 32px;
    margin: 5px 10px;
    width: auto;
    }
#shareplus_icons a.shareplus_icon {
    padding-left: 34px;
    text-decoration: none;
    margin-bottom: 30px;
}
#shareplus_icons .shareplus_icon span {
    float: left;
    margin-left: 10px;
    margin-top: 8px;
    font-size:15px;
}
#shareplus_icons .email {
    background:url(../images/elite-email.svg) no-repeat left center;
}
#shareplus_icons .facebook {
    background:url(../images/elite-facebook.svg) no-repeat left center;
}
#shareplus_icons .twitter {
    background:url(../images/elite-twitter.svg) no-repeat left center;
}
#shareplus_icons .tumblr {
    background:url(../images/elite-tumblr.svg) no-repeat left center;
}
#shareplus_icons .pinterest {
    background:url(../images/elite-pinterest.svg) no-repeat left center;
}

/**************Share Modal CSS End's here*******************/

/****************Empowerme Submission CSS Start's here****************/
.discovered_parent{
    height: calc(100% - 60px);
    margin-top: 60px;
    }
.discovered_content{
  font-family: 'itc_avant_garde_gothicbook',arial;
  font-size:16px;
  line-height:1.2;
  color:#000;
  text-align:center;
  width:85%;
  margin:0 auto;
}
.discovered_content h1,
.discovered_content h2,
.discovered_content h3,
.discovered_content h4,
.discovered_content h5,
.discovered_content h6{
    font-family: "itc_avant_garde_gothicbook",arial;
    font-size: 32px;
    margin-bottom: 10px;
    }
.discovered_content p + p{
    font-size: 14px;
    margin-top: 30px;
    }
.smBlock{
    width:92%;
    margin:40px auto ;
    position:relative;
    z-index:8;
    }
.smBlock .card{
    z-index:9;
    }
.sm_numCircle{
    background-color: #7c7c7c;
    border-radius: 100%;
    color: #fff;
    cursor: pointer;
    font-size: 22px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    vertical-align: middle;
    width: 50px;
    border:1px solid #7c7c7c;
    display:inline-block;
    margin-left: -25px;
    }
.sm_numCircle.active,
.sm_numCircle:hover{
    background-color: #000;
    border:1px solid #000;
    color:#fff;
    }
.sm_numCircle[aria-expanded="true"]{
    background-color: #000;
    border:1px solid #000;
    color:#fff;
    }
.sm_title {
    color: #000;
    font-size: 26px;
    vertical-align: middle;
    margin-left: 20px;
    }
.sm_photoBlock,
.sm_storyBlock,
.sm_measureBlock{
    border:0;
    border-left:1px solid #ccc;
    margin-bottom:15px;
    }
.sm_photoBlock .sm_photoImg_block{
    width:100%;
    }
.sm_measureBlock .sm_photoImg_block{
    margin:20px 20px 0 20px;
    }
.sm_photoImg_block{
    margin:20px 0;
    }
.sm_photoImg_block .sm_formInput {
    min-height: 90px;
}
.sm_storyBlock .sm_photoImg_block .sm_formInput input{
    border: 1px solid #ccc;
    font-size: 15px;
    height: 35px;
    padding: 5px;
    }

.sm_storyBlock .sm_photoImg_block .sm_formInput textarea{
    border: 1px solid #ccc;
    display:block;
    width:100%;
    font-size: 15px;
    line-height: 25px;
    padding: 5px;
    resize: none;
    }
.smPhoto_list{
    display: inline-block;
    height: auto;
    margin: 0 0 20px 20px;
    position: relative;
    width: 255px;
    width:14%;
    vertical-align:top;
    }
.smPhoto_list .smImg_photo{
    cursor:pointer;
    }
.smPhoto_list:first-child {
    margin-left: 50px;
}
.sm_fileUpload {
    position: absolute;
    top: 28%;
    width:100%;
    text-align:center;
}
.sm_uploadBtn{
    background:url(../images/submission_add.svg) no-repeat -1px -1px;
    width:40px;
    height:40px;
    margin:0 auto;
    display: inline-block;
    }
.sm_fileUpload input[type=file] {
    cursor: pointer;
    height: 150px;
    left:0;
    margin: 0 auto;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    text-align: center;
    top: 2px;
    width:100%;
    z-index:9;
    }
.sm_photoDesc {
    color: #fff;
    font-size: 17px;
    position: relative;
    top: 20px;
    }
.sm_photoDesc small {
    display: block;
    font-size: 14px;
    margin-top: 5px;
}
.smPhoto_desc{
    padding: 5px 0;
    text-align: center;
    text-transform: capitalize;
    }
.smMeasure_list{
    height:auto;
    width:30%;
    display: inline-block;
    margin: 0 0 15px 30px;
    position:relative;
    vertical-align:top;
    }
.smMeasure_list > img {
    margin-bottom: 15px;
    width:100%;
    height:auto;
    }
.measurementmale_T > img{
    width:auto;
    height:255px;
}
.sm_notes {
    font-size: 14px;
    line-height: 17px;
}
.sm_photoBlock_form{
    margin:30px 0 30px 35px;
    }
.sm_formInput label{
    font-size:16px;
    display:inline-block;
    color:#000;
    line-height:20px;
    /*margin-bottom:20px;*/
    }
.smMeasure_form .sm_formInput label{
    margin-bottom:10px;
    }
.sm_storyBlock .sm_formInput label{
    margin-bottom:20px;
}
.sm_formInput input{
    border:0;
    border-bottom:1px solid #ccc;
    font-size:16px;
    width:100%;
    height:30px;
    }
.sm_formInput{
    min-height:63px;
    margin-bottom:20px;
    }
.sm_formInput h6{
    margin-top:10px;
    }
#id_gender li,
#id_representation li{
    display:inline-block;
    margin-right: 30px;
    }
#id_gender label ,
#id_representation label {
    vertical-align: middle;
    width: auto;
}
#id_gender label input ,
#id_representation label input {
    display: inline-block;
    vertical-align: middle;
    width: auto;
    margin-right: 10px;
    color:#999;
}
.smBtn {
    background: #000;
    border: 1px solid #000;
    color: #fff;
    font-size: 20px;
    margin-left: 15px;
    padding: 12px 0;
    width: 280px;
    cursor:pointer;
    max-width:100%;
}
.sm_storyBlock label{
    color:#000;
    }
.sm_storyBlock .sm_photoImg_block {
    margin: 20px 20px 20px 49px;
    }
.sm_storyBlock #id_agency{
    display:block;
    }
.sm_storyBlock .smBtn{
    margin:0;
    }
.smH6{
    color: #000;
    font-size: 16px;
    line-height: 20px;
    margin:10px 0 30px 50px;
    }
.smMeasure_form {
    margin: 20px 20px 20px 35px;
    }
.smMeasure_form .smBtn{
    margin-top:20px;
    }
.smMeasure_form .select2-container,
.sm_photoBlock_form .select2-container{
    margin-bottom:10px;
    }
.sm_photoBlock_form .select2-container{
    margin-top:2px;
    }
.smMeasure_form .select2-container.select2-container--default,
.sm_photoBlock_form .select2-container.select2-container--default{
    width:100% !important;
    }
.smMeasure_form .select2-container--default .select2-selection--single,
.sm_photoBlock_form .select2-container--default .select2-selection--single{
    border:0;
    border-bottom:1px solid #ccc;
    border-radius:0;
    }
.smMeasure_form .select2-container--default .select2-selection--single .select2-selection__rendered,
.sm_photoBlock_form .select2-container--default .select2-selection--single .select2-selection__rendered{
    color:#999;
    font-size:14px;
    }
.smMeasure_form .select2-container--default .select2-selection--single .select2-selection__arrow b,
.sm_photoBlock_form .select2-container--default .select2-selection--single .select2-selection__arrow b{
    border-color:#999 transparent transparent;
    border-width: 6px 5px 0;
    }
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #999 !important;
    border-width: 0 5px 6px !important;
}
.select2-dropdown{
    border-color:#ccc !important;
    border-radius:0 !important;
    }
.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999 !important;
    font-size: 14px;
}
.select2-container .select2-selection--single .select2-selection__rendered{
    padding-left:0 !important;
    }
.sm_storyBlock .sm_formInput > small {
    display: inline-block;
    float: right;
    margin: 5px 0 0 !important;
    text-align: right;
}
.sm_photoDesc_head{
    color: #000;
    font-size: 14px;
    line-height: 20px;
    margin: 0 15px 30px 50px;
    position: relative;
    top: 0;
    }
.storyhidden{
   display:none;
}
.photoblockhidden{
  display:none;
}
.measurementhide{
  display:none;
}
.sm_photoImg_block label.error {
    color: #ff0303;
    font-size: 13px;
    position: relative;
    top: 10px;
    line-height:inherit;
}
.sm_photoBlock_form label.error {
    color: #ff0000;
    font-size: 13px !important;
    position: relative;
    top: 5px;
    line-height:inherit;
}
.sm_storyBlock label.error {
    color: #ff0000;
    font-size: 13px !important;
    position: relative;
    top: 5px;
    display:inline;
    line-height:inherit;
}
.smMeasure_form label.error {
    color: red;
    font-size: 13px;
    position: absolute;
    top: 60px;
    line-height:inherit;
    display:block;
}
.measureMetric{
    text-align:left;
    margin: 0px 20px 20px 35px;
    padding: 0 15px;
    }
.measureMetric .mobile_metricStats{
    text-align:left;
    display: inline-block;
    }
.mandatory {
    color: #ff0000;
    display: inline-block;
    font-size: 15px;
}
.confirmation_check{
    vertical-align:middle;
    width: 97%;
    margin: 0 auto 10px auto;
    }
.confirmation_check #confirmation_box-error {
    top: inherit;
    padding: 6px 0;
}
.confirmation_check input{
    position:relative;
    top:3px;
    margin-right:10px;
    }
.empower_success{
    color: #000;
    font-family: "itc_avant_garde_gothicbook",arial;
    font-size: 16px;
    line-height: 22px;
    margin: 20px auto;
    text-align: center;
    width: 85%;
    }
.smPhoto_genID{
    background-position: center top;
    background-repeat:no-repeat;
    background-size: contain;
    padding-bottom: 133%;
    width: 100%;
    }
/*.sm_photoId1{
    background-image:url(/static/elite/images/Submission-Photo-1.jpg);
    }
.sm_photoId2{
    background-image:url(/static/elite/images/Submission-Photo-2.jpg);
}
.sm_photoId3{
    background-image:url(/static/elite/images/Submission-Photo-3.jpg);
}
.sm_photoId4{
    background-image:url(/static/elite/images/Submission-Photo-4.jpg);
}
.sm_photoId5{
    background-image:url(/static/elite/images/Submission-Photo-5.jpg);
}
.sm_photoId6{
    background-image:url(/static/elite/images/Submission-Photo-6.jpg);
}*/
.intl-tel-input{
    display:block !important;
    }
.intl-tel-input .selected-flag{
    top:15px !important;
    position:relative !important;
    height:auto !important
    }
.intl-tel-input .country-list{
    top:29px !important;
    width:100% !important;
    }
.intl-tel-input .flag-container{
    width:100% !important;
    }
@media screen and (-webkit-min-device-pixel-ratio:0) {
    #id_gender label input, #id_representation label input{
        position:relative;
        top:-2px;
        height:auto;
        padding:0;
        }
.confirmation_check input{
    position:static;
    }
}

/***********Overwrite Calendar CSS**********/
/*.ui-datepicker-calendar .ui-state-default,
.ui-datepicker-calendar .ui-widget-content .ui-state-default,
.ui-datepicker-calendar .ui-widget-header .ui-state-default{
    background:transparent !important;
    border:0 !important;
    }
.ui-datepicker-calendar > .ui-datepicker td span,
.ui-datepicker-calendar > .ui-datepicker td a{
    text-align:center !important;
    }*/

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    background: #fff !important;
    border: 0 none !important;
    color: #000 !important;
}
.ui-datepicker td span, .ui-datepicker td a{
    text-align:center !important;
    padding:3px !important;
    }
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus, .ui-widget-content .ui-state-focus,
 .ui-widget-header .ui-state-focus {
    background: #eee !important;
    border: 0 !important;
    color: #000 !important;
    font-weight: normal;
}
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    background: #000 !important;
    border: 0 none !important;
    color: #fff !important;
    text-align: center;
}
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span{
    margin-top:-4px !important;
    }
/****************Empowerme Submission CSS End's here******************/


/*******************General CSS End's here***********************/

/* magnific popup */
.mfp-bg{
  z-index:99999!important;
}
.mfp-wrap{
  z-index:9999999!important;
}
/* magnific poup */
.hidden{
 display:none!important;
}
/* swiper slider changes */
/*.swiper-button-disabled{
 display:none!important;
}*/
/* swiper slider changes */
.mfp-bg{
   opacity: 1 !important;
   background-color:#fff!important;
}
.nm-mfg-bg{
   opacity: 0.55 !important;
   background-color:#000!important;
}
.mfp-title{
   color:#666!important;
}
.mfp-counter{
   color:#666!important;
}



/* css preloader */
/**
 * (C)Leanest CSS spinner ever
 */
/*@keyframes spin{
to{transform: rotate(1turn);}
}*/
@keyframes spin {
    from {
        transform: rotateZ(0deg);
    }
    to {
        transform: rotateZ(360deg);
    }
}

.progress {
    animation: spin 1s infinite steps(8);
    display: inline-block;
    font-size: 12px;
    height: 5em;
    left: 50%;
    margin: 0 .5em;
    overflow: hidden;
    position: relative;
    text-indent: 999em;
    top: 45%;
    width: 5em;
    background-color:#fff;
}

.small.progress {
    font-size: 6px;
}

.large.progress {
    font-size: 24px;
}

.progress:before,
.progress:after,
.progress > div:before,
.progress > div:after {
    background: #eee;
    border-radius: .2em;
    box-shadow: 0 3.5em #eee;
    content: '';
    /* (container width - part width)/2  */
    height: 1.5em;
    left: 2.25em;
    position: absolute;
    top: 0;
    transform-origin: 50% 2.5em;
    /* container height - part height */
    width: .5em;
    /* container height / 2 */
}

.progress:before {
    background: #555;
}

.progress:after {
    background: #777;
    transform: rotate(-45deg);
}

.progress > div:before {
    background: #999;
    transform: rotate(-90deg);
}

.progress > div:after {
    background: #bbb;
    transform: rotate(-135deg);
}

/* css preloader */

#preloader {

    /*display: block;*/
    height: 30px;
    left: 50%;
    position: absolute;
    top: 50%;
    width: 30px;
    z-index: 99999999999;
}

#preloaderlayer {
    display: block;
    background-color: #fff;
    height: 100%;
    left: 0;
    opacity: 0.8;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 99999999999;
}

/* preloader */

/* view all starts here */
.viewAll_show{
   overflow-y:auto;
}
/* view all ends here */

/* video starts here */
.videoAll_show{
  overflow-y:auto;
}
/* video ends here*/
.mfp-container-eLogo{
    position: fixed;
    left: 31px;
    top: 20px;
}
.mfp-container-eLogo img{
    width:76px;
    z-index: 9999;
    }

/*Homepage Popup Styling Starts*/

.homepageNewsPopupStyling
{
    min-width:60% !important;
}

.homepagePopupTitle
{
font-family: 'itc_avant_garde_gothicbook',arial;
font-size: 35px;
color: #000000;
padding: 0 0 30px 0;
text-transform:lowercase;
text-align:center;
}

.homepagePopupContent
{
    font-family: 'itc_avant_garde_gothicbook',arial;
    font-size: 15px;
    color: #000000;
    line-height:20px;
}

.homepagePopupContent p
{
    padding:0 0 15px 0;
}

.homepageNewsPopupStyling .modCol2{
    width:calc(100% - 182px);
    margin-right:0;
    height:270px;
    }

.homepageNewsPopupStyling .modCol2 a{
    height: 100%;
    text-align: center;
    vertical-align: middle;
    width: 100%;
    display: block;
    }

 .homepageNewsPopupStyling  .modCol3{
    width:calc(100% - 182px);
    margin-right:0;
    float:left;
    height:180px;
    padding:20px 0 0 0;
}

.homepageNewsPopupStyling .qv_modalInfo
{
    height:100%;
    overflow:auto;
    padding: 0 20px 0 0;
}

.homepageNewsPopupStyling .parent_leftArrow
{
    height:100%;
    display:table;
}

    .homepageNewsPopupStyling .leftArrow
    {
        height: 100% !important;
    }

.homepageNewsPopupStyling .swiper-container {
    height: 100% !important;
    width: 100% !important;
}

.homepageNewsPopupStyling .parent_rightArrow
{
    height:100%;
    display:table;
}

.homepageNewsPopupStyling .rightArrow
{
    height:100% !important;
}

.homepageNewsPopupStyling .modalImage_lg .zoomstandard_data{
    height:100%;
    width:auto !important;
    }

 .homepageNewsPopupStyling  .swiper-wrapper
   {
   height: 100% !important;
    width: 100% !important;
   }

/*Homepage Popup Styling Ends*/

/* note popup starts here*/
#note_content{
    position: absolute;
    height: 175px;
    width: 285px;
    border: 1px solid #C5C5C5;
    /*display:none;*/
    border-radius: 4px;
    z-index: 99999;
    bottom: 42px;
    right: 14px;
    /*overflow-y:auto;*/
    background-color:#fff;
    padding:15px;
    text-align:left;
}
#n_content{
  height: 110px;
  overflow-y:auto;
  line-height:17px;
}

.n_header{
   font-size: 16px;
   margin-bottom: 15px;
   height:19px;
}
.n_close{
   background:url(../images/elite-close.svg) no-repeat  0 0;
    height:28px;
    width:28px;
    float: right;
    top: -6px;
    position: relative;
    cursor:pointer;
}
/* note popup ends here*/


/*********Atelier Page CSS Start's here***********/
.atelierPage{
    height:calc(100% - 62px);
    height: -moz-calc(100% - 62px);
    height: -webkit-calc(100% - 62px);
    padding-top:15px;
}
.atelierPage_inner{
    width:92%;
    margin:0 auto;
    height:100%;
    text-align:center;
}
.Block1,
.Block2,
.Block3{
    width:32%;
    display:inline-block;
    height:100%;
    /*text-align:center;*/
    vertical-align:top;
    position:relative;
}
.Block2{
    margin:0 0.3%;
}
.atelierBlock_division{
    height:100%;
    overflow:hidden;
}
.atelierPage_inner .divisionThumb{
    margin:1px 1px 5px auto;
    width:49%;
}
.atelierPage_inner .divisionThumb .imageWrapper{
    height: auto;
    width: 100%;
}
.atelierPage_inner .divisionThumb .imgFluid{
    height: auto;
    width: 98%;
}
.atelierPage_inner .divisionThumb span.modelName{
    position:static;
    text-indent:3px;
}
.atelier_btnLink{
    text-align:center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position:absolute;
    background:#bbb;
    opacity:0.85;
    width:100%;
    height:100%;
    cursor:pointer;
}
.atelier_btnLink a{
    font-family: 'itc_avant_garde_gothicbook',arial;
    font-size:20px;
    font-weight:normal;
    text-transform:lowercase;
    color:#000;
    position:relative;
    top:48.5%;
}
.Block1:hover .atelier_btnLink,
.Block2:hover .atelier_btnLink,
.Block3:hover .atelier_btnLink{
    opacity:0.85;
    background:#fff;
    }

/*********Atelier Page CSS End's here***********/


@media screen and (-webkit-min-device-pixel-ratio:0) {
/* this will target only Mac Safari and Chrome browsers */

}

.Disablevalidate{
    cursor: default !important;
    opacity: 1;
    pointer-events: none;

    background-color: #ccc;
    border: #ccc;
}


/* Temporary */
#id_gender li:nth-child(3) {
  display:none;
}
/* Temporary */