@charset "utf-8";
/*get-hook css*/
/*** Fonts ***/ 
@font-face {
	font-family: 'Futura-Boo'; src: url('../fonts/futuraweb/webfonts/31E556_0_0.eot');
	src: url('../fonts/futuraweb/webfonts/31E556_0_0.eot?#iefix') format('embedded-opentype'),
	url('../fonts/futuraweb/webfonts/31E556_0_0.woff2') format('woff2'),
	url('../fonts/futuraweb/webfonts/31E556_0_0.woff') format('woff'),
	url('../fonts/futuraweb/webfonts/31E556_0_0.ttf') format('truetype'),
	url('../fonts/futuraweb/webfonts/31E556_0_0.svg#wf') format('svg');
}

@font-face {
	font-family: 'Futura-Med';src: url('../fonts/futuraweb/webfonts/31E556_1_0.eot');
	src: url('../fonts/futuraweb/webfonts/31E556_1_0.eot?#iefix') format('../fonts/futuraweb/embedded-opentype'),
	url('../fonts/futuraweb/webfonts/31E556_1_0.woff2') format('woff2'),
	url('../fonts/futuraweb/webfonts/31E556_1_0.woff') format('woff'),
	url('../fonts/futuraweb/webfonts/31E556_1_0.ttf') format('truetype'),
	url('../fonts/futuraweb/webfonts/31E556_1_0.svg#wf') format('svg');
} 
  
@font-face {
	font-family: 'Futura-Dem';src: url('../fonts/futuraweb/webfonts/31E556_2_0.eot');
	src: url('../fonts/futuraweb/webfonts/31E556_2_0.eot?#iefix') format('embedded-opentype'),
	url('../fonts/futuraweb/webfonts/31E556_2_0.woff2') format('woff2'),
	url('../fonts/futuraweb/webfonts/31E556_2_0.woff') format('woff'),
	url('../fonts/futuraweb/webfonts/31E556_2_0.ttf') format('truetype'),
	url('../fonts/futuraweb/webfonts/31E556_2_0.svg#wf') format('svg');
}
 
/*@font-face {
    font-family: 'QuattrocentoSans-Regular';
    src: url('../fonts/QuattrocentoSans-Regular.eot');
    src: url('../fonts/QuattrocentoSans-Regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/QuattrocentoSans-Regular.woff') format('woff'),
         url('../fonts/QuattrocentoSans-Regular.ttf') format('truetype'),
         url('../fonts/QuattrocentoSans-Regular.svg#') format('svg');
    font-weight: normal;
    font-style: normal;
}*/

.Futura-Boo { 
	font-family: Futura-Boo;
	font-weight: normal;
	font-style: normal;
}
.Futura-Med { 
	font-family: Futura-Med;
	font-weight: normal;
	font-style: normal;
}
.Futura-Dem { 
	font-family: Futura-Dem;
	font-weight: normal;
	font-style: normal;
}
.Quattrocento{
	font-family: 'Quattrocento Sans', sans-serif;
	font-weight: normal;
	font-style: normal;
}
html,body{
	color:#000;
	margin:0px;
	padding:0px;
	font-family: 'Futura-Boo', 'Quattrocento Sans', sans-serif;
}
iframe[name='google_conversion_frame'] { 
    height: 0 !important;
    width: 0 !important; 
    line-height: 0 !important; 
    font-size: 0 !important;
    margin-top: -13px;
    float: left;
}
div{outline:0}
.hide{display:none !important;}
.hide1{opacity:0 !important;display: none;}
a{text-decoration:none;color:#000;}
a:hover,a:focus,a:active{text-decoration:underline;color:#000;}
a:focus {outline: none !important;} .btn:focus {outline: none !important;}
.white{color:#fff !important;}
#email:focus::-moz-focus-inner,#email1:focus::-moz-focus-inner,.btn:focus::-moz-focus-inner {
  border: 0 !important;
  outline: none !important;
}
#email:focus,#email1:focus{
	outline:none;
}
.lazy-hidden {
    opacity: 0;
}
.lazy-loaded {
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -ms-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
    opacity: 1;
}

/*Progress bar*/
.demo-bar {margin: 0px 0; width: 100%; max-width: 690px;  height: 5px; position: absolute; top: 0px;}
/*#progress {position: absolute;z-index: 2147483647;top: 0; left: 0px; width: 0%;height: 3px;background: #000;-moz-border-radius: 1px;-webkit-border-radius: 1px;border-radius: 1px;-moz-transition: width 500ms ease-out,opacity 400ms linear;-ms-transition: width 500ms ease-out,opacity 400ms linear;       -o-transition: width 500ms ease-out,opacity 400ms linear; -webkit-transition: width 500ms ease-out,opacity 400ms linear; transition: width 500ms ease-out,opacity 400ms linear}
#progress.done {opacity: 0}
#progress dd,#progress dt {position: absolute;top: 0;height: 2px;/*-moz-box-shadow: #f66 1px 0 6px 1px;-ms-box-shadow: #f66 1px 0 6px 1px;-webkit-box-shadow: #f66 1px 0 6px 1px;box-shadow: #f66 1px 0 6px 1px;-moz-border-radius: 100%;-webkit-border-radius: 100%;border-radius: 100%*/}
/*#progress dd {opacity: 1;width: 20px;right: 0;clip: rect(-6px,22px,14px,10px)}
#progress dt {opacity: 1;width: 180px;right: -80px;clip: rect(-6px,90px,14px,-6px)}
@-moz-keyframes pulse {30% {opacity: 1} 60% {opacity: 0} 100% {opacity: 1}}
@-ms-keyframes pulse {30% {opacity: .6} 60% {opacity: 0} 100% {opacity: .6}}
@-o-keyframes pulse {30% {opacity: 1} 60% {opacity: 0} 100% {opacity: 1}}
@-webkit-keyframes pulse {30% {opacity: .6} 60% {opacity: 0} 100% {opacity: .6}}
@keyframes pulse {30% {opacity: 1} 60% {opacity: 0} 100% {opacity: 1}}
#progress.waiting dd,#progress.waiting dt {-moz-animation: pulse 2s ease-out 0s infinite;-ms-animation: pulse 2s ease-out 0s infinite;-o-animation: pulse 2s ease-out 0s infinite;-webkit-animation: pulse 2s ease-out 0s infinite;animation: pulse 2s ease-out 0s infinite}*/
/*Progress bar*/

.marginzero{margin:0px !important;}

.grey-section{background:rgba(0,0,0,0.7);width:100%;position:absolute;top:0px;left:0px;z-index:103;}
.grey-section_discover{background:rgba(0,0,0,0.7);width:100%;position:relative;top:0px;left:0px;z-index:103;}
.hook_logo{-webkit-mask-image: url(../images/v2/svg/logo.svg);  mask-image: url(../images/v2/svg/logo.svg);background-color:#fff !important;width:100px;height:83px;background-repeat: no-repeat; display:inline-block;vertical-align:top;}
.logo_black{background-color: #000; -webkit-mask-image: url(../images/v2/svg/logo.svg);  mask-image: url(../images/v2/svg/logo.svg);width: 100px;height: 83px;}

/*Header starts*/
.header{height:100px;width:100%;display:inline-block;background-color:#000;padding:0px 10%;}
.header #searchBox{top: 23px; left: -150px;}
/*Header ends*/

/*Home top section starts*/
.headerLogo{position:absolute;z-index:104;left: 0; right: 0; margin-left: auto; margin-right: auto;}
#search{overflow:hidden;padding: 0 5px;}
#search .see-all{position: absolute;right: 10px;bottom: 0;z-index: 1;text-align: center;font-family: 'Futura-Med';color: white;background: #f7b985;opacity: 1;padding: 1.15% 0;width: 19.3%;font-size: 2em;}
#search .see-all a:hover .see-all{opacity: 1;}
#search .grid{display:block;margin-top:-5px;}
.packageImg{display:inline-block;width:100%;background:rgba(255,255,255,1);margin:0px 0px;background-size:cover;background-repeat:no-repeat;overflow: hidden; float: left;width:20%;border:5px solid #fff;background: black;}
.packageImg a img { width: 100%; min-height:230px;}
.packageImg .hover_desc{position:absolute;bottom:20px;padding:10px;text-align:center;display:none;margin:0px 20px;background-color:#fff;color:#000;font-family: 'futura-boo';font-size: 12pt;left:0;right:0;}
.packageImg .hover_desc .subtitle{color:#f6ad6c ;font-size:14px;font-family:'Playfair Display', serif;font-style:italic;}
.packageImg .hover_desc .title{font-size:22px;line-height:initial;}
.packageImg:hover .hover_desc{display:block;}

.img1{height:220px;}
.img2{height:290px;}
.img3{height:300px;}
.img4{height:150px;}
.img5{height:210px;}
.img6{height:230px;}
.img7{height:340px;}
.img8{height:150px;}
.img9{height:160px;}
.img10{height:315px;}
.img11{height:200px;}
.img12{height:190px;}
.img13{height:200px;}
.img14{height:300px;}
.img15{height:150px;}
.getapp{height:260px;background-color:#f7b985;padding:10px;}
.getapp .getapp-inner{height:100%;display:block;border:4px solid #000;}
.getapp .title{ font-family: 'Futura-Boo'; font-size: 26pt;  font-weight: bold;margin-top: 70px;    margin-left: 20px;}
.packageImg .apple{-webkit-mask-image: url(../images/v2/svg/apple.svg); mask-image: url(../images/v2/svg/apple.svg);width: 40px; height: 40px;    margin-left: 20px;  margin-top: 10px;background-color:#000;}
.packageImg .playstore{-webkit-mask-image: url(../images/v2/svg/android.svg); mask-image: url(../images/v2/svg/android.svg);width: 40px; height: 40px;  margin-left: 20px;  margin-top: 10px;background-color:#000;}

#searchBox{position:absolute;top:120px; left: 0; right: 0; margin-left: auto; margin-right: auto;width:630px;background-color:#fff;z-index:104;border: 1px solid #dce0e0;}

#searchBox .searchPanelTop{vertical-align:top;}
/*#search .home_row{margin: 0 4px;}*/
/*.container-fluid .row .col5:nth-child(3) .packageImg:nth-child(1) a img{opacity: 0.4;}*/
.grid .packageImg:nth-child(3) a img{opacity: 0.4;}
#searchBox span.searchTitle {font-family: 'Futura-Boo';font-size: 18pt;color: #000;text-align: center; height: 36px;width:100%;display:inline-block;line-height:36px;}
#searchBox .searchPanelTop .hamburger{-webkit-mask-image:url(../images/v2/svg/menu.svg);mask-image: url(../images/v2/svg/menu.svg);background-position: 0px 0px; width: 22px;height: 19px;background-color:#aaa; margin: 20px 20px; vertical-align: top;cursor:pointer;display:inline-block;background-repeat:no-repeat;}

#searchBox .searchPanelTop .cross{background-image:url(../images/v2/svg/cross.svg);background-position: 0px 0px; width: 22px;height: 19px; margin: 20px 20px; vertical-align: top;cursor:pointer;display:inline-block;background-repeat:no-repeat;}
#searchBox .searchPanelTop .searchTextBox{display:inline-block;width:445px;padding: 1.75% 0;}
#searchBox .searchPanelTop .searchTextBox input[type="text"]{border:0px;width: 430px;vertical-align: top;height: 36px; margin: 0px;text-align: left;color: #888;outline: none;font-family:'Futura-Boo';font-size:18pt;}
#searchBox .searchPanelTop .searchTextBox input[placeholder]{font-family:'Futura-Boo';font-size:18pt;color:#000;width:430px;text-align:left;}
#searchBox .searchPanelTop .camera{-webkit-mask-image:url(../images/v2/svg/camera.svg?v=0.1);mask-image:url(../images/v2/svg/camera.svg?v=0.1);mask:url(../images/v2/svg/camera.svg?v=0.1);  width: 28px;height: 28px; margin:15px; vertical-align: top;cursor:pointer;display:inline-block;background-repeat:no-repeat;background-color:#aaa;}

#searchBox .container-fluid .row{margin: 0;}
#searchBox .container-fluid .row .grid{width: 98%; margin: 0 auto;}

#searchBox .searchPanelTop .search{-webkit-mask-image:url(../images/v2/svg/search.svg?v=0.1);mask-image:url(../images/v2/svg/search.svg)?v=0.1;mask:url(../images/v2/svg/search.svg?v=0.1); width: 25px;height: 26px; margin:16px 12px 16px 8px; vertical-align: top;cursor:pointer;display:inline-block;background-repeat:no-repeat;background-color:#aaa;}

#searchBox .searchExtendedBox,#searchBox .imageUpload{vertical-align:top;}
#searchBox .searchPanelHeading,#searchBox .searchPanelDescription{vertical-align:top;padding:10px 20px; border-top: 1px solid #aaa;overflow: hidden;}
#searchBox .searchPanelDescription{display: none;}
#searchBox .fixHeight {display: block;}
.searchLinkBox{display:inline-block;width:auto;vertical-align:top; float: left;}
.socialLinkBox{display:inline-block;vertical-align:top;float: left;display: none;}
.socialLinkBox .f{-webkit-mask-image:url(../images/v2/svg/facebook.svg?v=0.1);mask-image::url(../images/v2/svg/facebook.svg?v=0.1);background-size:30px auto;width:30px; height:30px;display:inline-block;margin:0px 5px;background-repeat:no-repeat;background-color:#aaa;}
.socialLinkBox .i{-webkit-mask-image:url(../images/v2/svg/instagram.svg?v=0.1);mask-image::url(../images/v2/svg/instagram.svg?v=0.1);background-size:30px auto;width:30px; height:30px;display:inline-block;margin:0px 5px;background-repeat:no-repeat;background-color:#aaa;}
.socialLinkBox .e{-webkit-mask-image:url(../images/v2/svg/email.svg?v=0.1);mask-image:url(../images/v2/svg/email.svg?v=0.1);background-size:30px auto;width:30px; height:30px;display:inline-block;margin:0px 5px;background-repeat:no-repeat;background-color:#aaa;}
.socialLinkBox .p{-webkit-mask-image:url(../images/v2/svg/pinterest.svg);mask-image:url(../images/v2/svg/pinterest.svg);background-size:30px auto;width:30px; height:30px;display:inline-block;margin:0px 5px;background-repeat:no-repeat;background-color:#aaa;}
.searchLinkBox .link{display: inline-block; cursor:pointer;  margin: 5px 15px 0px 0px;font-size: 16pt;  color: #aaa;  font-family: 'Futura-Boo';}
.searchLinkBox .link.active{color:#000;}
#searchBox .searchPanelDescription.fixHeight{height:160px;}
#searchBox .searchPanelDescription .search_txt,#searchBox .searchPanelDescription .discover_txt,#searchBox .searchPanelDescription .overview_txt,#searchBox .searchPanelDescription .trending_txt{height:50px;}
#searchBox .searchPanelDescription p{color:#aaa;}
#searchBox .searchPanelDescription p a{text-transform: capitalize;cursor: pointer;}
#searchBox .searchPanelDescription p.trending_txt a{display: inline-block; width: 32%;font-family: 'Futura-Boo';text-transform: uppercase;font-size: 16px;}
#searchBox .searchPanelDescription .recentSearch{margin-top:10px;}
#searchBox .searchPanelDescription .recentSearch img{width:16.66%;float: left;}
#searchBox .searchPanelTop .camera:hover,#searchBox .searchPanelTop .hamburger:hover,#searchBox .searchPanelTop .search:hover,#searchBox .searchPanelHeading .socialLinkBox .e:hover{background-color:#000;}
.socialLinkBox .f:hover,#instagram .socialLinkBox .f:hover{background-color:#3b5998;}
.socialLinkBox .i:hover,#instagram .socialLinkBox .i:hover{background-color:#125688;}
.socialLinkBox .p:hover,#instagram .socialLinkBox .p:hover{background-color:#cb2027;}
div#cropLeft {float: left; width: 50%;}
div#cropRight {float: right;width: 50%;background: #000;height: 328px; margin-bottom: 10px;position:relative;}
h1.cropHeader {display: inline-block; margin: 5px 15px 20px 0px;font-size: 16pt; color: #aaa; font-family: 'Futura-Boo'; text-transform: uppercase; color: #000;}
.tips ol{padding-left: 16px; color: #666;}
.btns {display: inline-block;background: #231f20;font-family: 'Futura-Boo'; text-transform: uppercase;font-size: 16px; color: white;    border: 0;padding: 10px 15px 8px 15px; margin-right: 15px; margin-bottom: 10px;cursor:pointer;}
.btns.c {background: #aaa;}
.btns:focus{outline: none !important;}
div#cropRight img {width: 100%; height: 100%;}
.home_page_search_box_only{position:fixed !important; z-index:106 !important; left:-150px !important;top:23px !important;}

#dropzone {display: none;position: absolute;top: 0;width: 70%;height: 90%;margin: 0 15%;top: 5%;text-align: center;color: white; background: rgba(242, 172, 117,0.4);border: 6px dashed #f2ac75; z-index: 3;}
#dropzone h1 {margin: 27% 0;font-size: 36pt;font-family: 'Futura-Boo'; cursor: pointer; display: block; vertical-align: middle;   line-height: initial;}
.spinning {animation: spin 1s infinite linear;-webkit-animation: spin2 1s infinite linear;}
@keyframes spin {from { transform: scale(1) rotate(0deg); } to { transform: scale(1) rotate(360deg); }}
@-webkit-keyframes spin2 {from { -webkit-transform: rotate(0deg); }to { -webkit-transform: rotate(360deg); }}

/* The Modal (background) */
.modal { display: none; position: fixed; z-index: 4; left: 0; top: 0; width: 100%; height: 100%; overflow: auto; background-color: rgb(0,0,0); background-color: rgba(0,0,0,0.4); }
/* Modal Content/Box */
.modal-content {width: 80%;height:80%;background:#fefefe; position:absolute; color:#fff; top:50%;left:50%;  -ms-transform: translateX(-50%) translateY(-50%);  -webkit-transform: translate(-50%,-50%);  transform: translate(-50%,-50%);}/
/* The Close Button */
.close {color: #aaa;float: right; font-size: 28px;font-weight: bold;}
.close:hover,.close:focus {color: black;text-decoration: none; cursor: pointer;}
.triangle{width: 0;height: 0;border-style: solid;border-width: 20px 0 20px 35px;border-color: transparent transparent transparent #000;display: block; margin: auto 43px;top:0;bottom:0;left:0;right:0;position:absolute;}
.circle{-webkit-border-radius: 90px;-moz-border-radius: 90px;border-radius: 90px;width:110px;height:110px;display:block; background-color: #fff; cursor:pointer;top:0;bottom:0;left:0;right:20%;margin:auto;position:absolute;}
.see_our_promo{ width: 100%; text-align: center;  font-family: 'Futura-Boo'; font-size: 26pt; font-weight: bold;  margin-top: 15px; line-height: 1.2em;  margin-bottom: 15px;}
/*Home top section ends*/

/*Overview section starts*/
#overview{padding-bottom:100px;position:relative;}
#overview h1{padding: 0 5%;font-size: 30pt;margin-top: 50px; margin-bottom: 15px; font-family: 'Futura-Boo'; font-weight: bold;}
#overview p {padding: 0 5%;font-family: 'Futura-Boo';font-size: 18px;}
.homesprite{background-repeat:no-repeat;display:inline-block;}
#overview .title{font-size:32pt;font-family:'Futura-Boo';cursor:pointer;line-height: initial;min-height: 110px;}
.homesprite1{height: 36px;width: 36px;vertical-align: top; margin-top:4px;background-color: #000;-webkit-mask-image: url(../images/v2/svg/f1.svg); mask-image: url(../images/v2/svg/f1.svg);display:inline-block;margin-right: 10px;}
.homesprite2{height: 36px;width: 36px;vertical-align: top; margin-top:4px;background-color: #000;-webkit-mask-image: url(../images/v2/svg/f2.svg); mask-image: url(../images/v2/svg/f2.svg);display:inline-block;margin-right: 10px;}
.homesprite3{height: 36px;width: 36px;vertical-align: top; margin-top:6px;background-color: #000;-webkit-mask-image: url(../images/v2/svg/f3.svg); mask-image: url(../images/v2/svg/f3.svg);display:inline-block;margin-right: 10px;}
.homesprite4{height: 36px;width: 36px;vertical-align: top; margin-top:4px;background-color: #000;-webkit-mask-image: url(../images/v2/svg/f4.svg); mask-image: url(../images/v2/svg/f4.svg);display:inline-block;margin-right: 10px;}
.desc{font-size: 16px;    font-family: 'Futura-Boo';padding-left: 55px;}
#overview .downloadbtn{margin:0 20px 0px 0px;}
#overview .imgs{position:absolute;display:inline-block;background-repeat: no-repeat;-webkit-box-shadow: 0 10px 20px rgba(0,0,0,0.1);
-moz-box-shadow: 0 10px 20px rgba(0,0,0,0.1);box-shadow: 0 10px 20px rgba(0,0,0,0.1);border-radius: 5px;}
#overview .imgs.noshadow{-webkit-box-shadow: none;-moz-box-shadow: none;box-shadow: none;}
#overview .animBox{width:60%;padding-right: 0;}
#overview .overviewBox{width:40%;padding-left: 0;padding-right: 40px;margin-top: 20px;}
#overview .slideImgsBox{position:relative;display:inline-block;min-width:500px;vertical-align:top;}
.overviewBox:nth-child(5){margin-left: 55px;}

#overview .imgs.s1{z-index:2;top: 300px;right: -100px; width: 229px; height: 159px;background-image: url(../images/v2/overview/s_1.png);}
#overview .imgs.s2{z-index:1;top: 50px;right: -100px; width: 225px; height: 122px;background-image: url(../images/v2/overview/s_2.png);}
#overview .imgs.s3{z-index: 1;top: 400px;left: 145px;width: 118px;height: 31px;background-image: url(../images/v2/overview/s_3.png);}
#overview .imgs.s4{z-index:1;top: 160px;left: 30px; width: 325px; height: 194px;background-image: url(../images/v2/overview/s_4.png);}
#overview .imgs.s5{z-index:1;top: 214px;right: -105px; width: 162px; height: 70px;background-image: url(../images/v2/overview/s_5.png);}
#overview .imgs.s6{z-index:2;top: 75px;left: 130px; width: 229px; height: 59px;background-image: url(../images/v2/overview/s_6.png);}
#overview .imgs.s1_1{z-index:2;top: 430px;right: 80px; width: 124px; height: 67px;background-image: url(../images/v2/overview/s_1_1.png);}
#overview .imgs.s2_1{z-index:1;top: 140px;right: -23px; width:65px; height: 52px;background-image: url(../images/v2/overview/s_2_1.png);}
#overview .imgs.s4_1{z-index:1;top: 320px;left: 20px; width: 221px; height: 58px;background-image: url(../images/v2/overview/s_4_1.png);}

#overview .imgs.d1{z-index: 1;top: 80px;left: 66%; width: 225px;height: 372px;background-image: url(../images/v2/overview/d_1.png);background-size: 100% 100%;}
#overview .imgs.d2{z-index: 1;top: 80px;left: 15%;width: 225px;height: 372px;background-image: url(../images/v2/overview/d_2.png);background-size: 100% 100%;}

#overview .imgs.t1{z-index: 1;top: 65px;left: 60px;width: 170px;height: 192px;background-image: url(../images/v2/overview/t_1.png);}
#overview .imgs.t2{z-index: 2;top: 295px;left: 60px;width: 170px;height: 212px;background-image: url(../images/v2/overview/t_2.png);}
#overview .imgs.t3{z-index: 1;top: 125px;left: 275px;width: 135px;height: 142px;background-image: url(../images/v2/overview/t_3.png);}
#overview .imgs.t4{z-index: 2;top: 290px;left: 275px;width: 135px;height: 202px;background-image: url(../images/v2/overview/t_4.png);}
#overview .imgs.t5{z-index: 2;top: 195px;right: -50px;width: 95px;height: 83px;background-image: url(../images/v2/overview/t_5.png);}
#overview .imgs.t6{z-index: 1;top: 280px;right: -50px;width: 95px;height: 103px;background-image: url(../images/v2/overview/t_6.png);}

#overview .imgs.w1{z-index:2;top: 228px;left: 70px;width: 153px; height: 260px;background-image: url(../images/v2/overview/w_1.png);}
#overview .imgs.w2{z-index:2;top: 40px;left: 200px;width: 138px; height: 150px;background-image: url(../images/v2/overview/w_2.png);}
#overview .imgs.w3{z-index:2;top: 285px;left: 300px; width: 75px; height: 74px;background-image: url(../images/v2/overview/w_3.png);}
#overview .imgs.w4{z-index:2;top: 430px;left: 250px; width: 197px; height: 157px;background-image: url(../images/v2/overview/w_4.png?v=0.1);}
#overview .imgs.w5{z-index:2;top: 20px;left: 385px; width: 99px; height: 108px;background-image: url(../images/v2/overview/w_5.png);}
#overview .imgs.w6{z-index:1;top: 155px;left: 355px; width: 124px; height: 150px;background-image: url(../images/v2/overview/w_6.png);}
/*#overview .imgs.w7{z-index:2;top: 180px;left: 420px; width: 70px;  height: 103px;background-image: url(../images/v2/w_7.png);}
#overview .imgs.w8{z-index:2;top: 225px;left: 284px; width: 135px; height: 205px;background-image: url(../images/v2/w_8.png);}
#overview .imgs.w9{z-index:1;top: 25px; left: 330px; width: 105px; height: 160px;background-image: url(../images/v2/w_9.png);}
#overview .imgs.w10{z-index:1;top: 0px; left: 5px; width: 170px;  height: 240px;background-image: url(../images/v2/w_10.png);}*/



#overview .iphoneShade{margin-top: 20px;z-index: 20;position: relative;display: inline-block; width: 240px; max-width: 320px;margin-right: 20px;float: right;}
#overview .iphoneShade:before{position: absolute;content: ""; top: 10px;left: 10px;right: 10px; bottom: 10px;border-radius: 30px;  box-shadow: 0 50px 65px rgba(0, 0, 0, 0.2);}
#overview .iphoneShade .imgMobile{position:relative;width:100%;}
#overview .iphoneShade .insideScreen {position: absolute;display: block; top: 0px; left: 0px; width: 100%;  height: 100%; z-index: 102;}

/*#overview .imgs.d8{z-index:3; width: 320px; height: 652px;background-image: url(../images/v2/svg/iphone.svg);position:relative;box-shadow:none;}*/

#overview .overview_mobile{display:none;}
/*Overview section ends*/

/*About section - Starts*/
.aboutBox{background-image:url('../images/v2/video_bg.png');background-size:cover;width:100%;height:600px;padding:0px 0%;display:inline-block;font-family:'Futura-Boo';color:#fff;} /*background-color:#a7dcee;*/
.aboutBox .brownjacketgirl{width:50%;height: 600px;display: inline-block; vertical-align: top;position:relative}/*background-image: url('../images/brownjacketgirl1.jpg');background-size: 970px auto; background-position: -167px 0px;background-repeat:no-repeat;*/
.aboutBox .aboutText{width:49%;display:inline-block;vertical-align:top;}
.aboutBox .aboutText h1{font-size:50pt;text-transform:capitalize;margin-top:150px;margin-bottom:15px;}
.aboutBox .aboutText p{font-size:16pt;margin-bottom:25px;}
.aboutBox .aboutText #email{border:1px solid #aaa;width:350px;height:60px;font-size: 18pt;color: #fff; padding:0px 10px;}
.aboutBox .aboutText  input[placeholder]{text-align:left;font-family:'Futura-Boo';font-size:14pt !important;}
.aboutBox .aboutText .subtitle{font-size: 14pt;margin-top:20px;}
.aboutBox .aboutText .btn{background-color: #000;color: #fff;height:60px;font-size: 12pt;letter-spacing: 2px;vertical-align:top;font-family:'Futura-Med';border-radius:0px 0px;padding:6px 22px;}
.btn:hover,.btn:focus,.btn:active{color: #fff;}
.aboutBox #getNotified1{margin-left:-5px;}
/*About section - Ends*/

/*Connect box*/
.emailBox{background: rgba(245,245,243,1); position:relative;background-color:#f7f7f3;display:inline-block;padding:0px 0px;height:600px;width:100%;}
.emailBox .shadeBox{margin-left:5%;width:700px;height:600px;display:inline-block; background-image:url('../images/emailinhand.png');background-size:600px auto;background-repeat:no-repeat;margin-top: 0;}
.emailBox .whiteBox{width:480px;display:inline-block;background-color:#fff;margin-top:70px;vertical-align:top;}
.emailBox .whiteBox .awsomeBox{width:450px; border:4px solid #000; margin:15px;background-color:#fff;text-align:center;font-family:'Futura-Boo';}
.emailBox .whiteBox .awsomeBox .title{    font-size: 36pt; margin-top: 50px;}
.emailBox .whiteBox .awsomeBox .subtitle{font-size: 14pt;margin-top:20px;}
.emailBox .whiteBox .awsomeBox  #email1,.emailBox .whiteBox .awsomeBox  #email{border:1px solid #aaa;width:350px;height:60px;font-size: 18pt;color: #000;margin-top:20px;padding:0px 10px;}
.emailBox .whiteBox .awsomeBox input[placeholder] {
	text-align:center;font-family:'Futura-Boo';font-size:14pt !important;
}
.emailBox .whiteBox .awsomeBox .btn{background-color: #000;color: #fff;height:40px;font-size: 12pt;letter-spacing: 2px;vertical-align:top;font-family:'Futura-Med';border-radius:0px 0px;margin-top:30px;margin-bottom:50px;padding:6px 22px}
/*Connect box*/


/*New Instagram section*/
#instagram{font-family:'Futura-Boo';font-size:18px;overflow: hidden;}
#instagram .instagramBox{padding:0px;}
#instagram .container-fluid .row seven-cols{background: black;}
#instagram .instaImages{height:200px;background-repeat:no-repeat;background-size:cover;opacity: 0.9;}
.seven-cols{position:relative;}
#instaFollow{width:380px; height:240px;background-color:#fff;background-color:#f7b985; top: 0 !important;bottom: 0 !important;left: 0 !important;right: 0 !important;margin: auto;}
#instaFollow .inner{width:360px; height:220px;border:4px solid #000;display:block;text-align:center;}
#instaFollow .inner h3{ font-size: 26pt; text-align: center; margin: 25px 0px;font-weight: bold;}
#instaFollow .inner .instaMsg{text-align:center;margin:25px 0px;font-size:20pt;display:inline-block;width:100%;}
#instaFollow .inner .ibtn{text-align: center;display: inline-block; width: 120px;height: 40px;font-size: 12pt; background-color: #000; color: #fff; border-radius: 0px 0px;	 line-height: 40px;cursor:pointer;margin-top:10px;font-family:'Futura-Med';}
#instagram .loader_cover{display:none;}
#instagram .socialLinkBox{display:inline-block;margin:0 auto;width:100%;height:31px;}
#instagram .socialLinkBox .p,#instagram .socialLinkBox .i,#instagram .socialLinkBox .f{margin:0 15px;background-color:#000;}
/*New Instagram section*/

/*Search Page starts*/
#search_page_header{ position: fixed; width: 100%;  z-index: 13;}
#search_page_header .mobile_search{display:none;}
#search_result{background-color:#fff;font-family: 'Futura-Boo';min-height: 20em;}
#search_result .search_result{padding:0px 10%; }
.search_result .croppedImgThumbnail{width:75px;height:75px;display:inline-block;vertical-align:top;}
.search_result .croppedImgThumbnail .srchImg{width:100%;height:100%}
.search_result .searchTop{border-bottom:1px solid #dce0e0;padding:40px 0px}
.search_result .searchMsg{display:inline-block;vertical-align:top;min-width:500px;margin-top:80px;}
.search_result .searchMsg .top{font-size:26px;display:inline-block;}
.search_result .searchMsg .productCnt{font-size:16px;padding-top: 10px;}
.search_result .card-columns {position:relative;}
.search_result .card-columns .card{border:1px solid rgba(0, 0, 0, 0.05);margin-bottom:20px;border-radius:0px;}
.search_result .card-columns .card .card-img{position:relative;min-height: 300px;}

.search_result .card-columns .card .card-img img{width:100%;}
.search_result .card-columns .card .card-block{background-color: #fff; text-align: center;font-size:20px;}
.search_result .card-columns .card .card-block .productName{font-size:20px;}
.search_result .card-columns .card .card-block .productPrice{color:#777;margin:10px 0px 0px}

.search_result .productIcons img{width:24px;height:24px;margin:10px 20px 20px;cursor:pointer;}
.search_result .resultSection{padding:30px 0px}

.search_result .resultSection .filterBox .filterOption .filterTitle{vertical-align:top;width:100%;text-transform:uppercase;cursor:pointer;font-weight: bold; position: relative;letter-spacing: 2px;}
.search_result .resultSection .filterBox .filterOption:hover{color: #000;}
.search_result .resultSection .filterBox .filterOption:hover .filterTitle:after{background-color: #000;}
.search_result .resultSection .filterBox .filterOption{padding: 15px 0 10px 0;border-bottom: 1px solid #dce0e0;color:#4d4d4d;position: relative;color: #777;}
.search_result .resultSection .filterBox .active{color: #000;}
.search_result .resultSection .filterBox .filterOption .filterTitle:after{background-size: contain;cursor:pointer;content: "";-webkit-mask-image:url(../images/v2/svg/up.svg?v=0.1);mask-image::url(../images/v2/svg/up.svg?v=0.1);background-repeat:no-repeat;width:15px;height:8px;display: inline-block;-webkit-transform: rotate(-180deg);moz-transform: rotate(-180deg); -ms-transform: rotate(-180deg);  -o-transform: rotate(-180deg);  transform: rotate(-180deg); cursor:pointer;   position: absolute; right: 0px;background-color: #777;top: 48%;}
.search_result .resultSection .filterBox .active .filterTitle:after{background-size: contain;cursor:pointer;content: "";-webkit-mask-image:url(../images/v2/svg/up.svg?v=0.1);mask-image::url(../images/v2/svg/up.svg?v=0.1);background-repeat:no-repeat;width:15px;height:8px;display: inline-block;-webkit-transform: rotate(0deg);moz-transform: rotate(0deg); -ms-transform: rotate(0deg);  -o-transform: rotate(0deg);  transform: rotate(0deg); cursor:pointer;   position: absolute; right: 0px;background-color: #000;top: 48%;}
.sortBox,.colorsBox_{color:#777;padding-top: 8px;}
.sortBox .sortElem{margin:5px 0px;}
.sortBox .sortRadio,#identitiesOption .sortRadio,.sortBox .sortCheckbox{cursor:pointer;vertical-align: initial;line-height: initial;}
.sortBox .sortRadio:before{content:"";border-radius: 50%; border: 1px solid #777;width: 12px; height: 12px;display: inline-block;margin: -5px 5px 0px 0px; background-color: transparent;vertical-align: middle;}
.sortBox .sortCheckbox:before{content:""; border: 1px solid #777;width: 12px; height: 12px;display: inline-block;margin: 0px 5px 0px 0px; background-color: transparent;}
.sortBox .sortRadio.selected,#identitiesOption .sortRadio.selected,.colorsBox_ .colorsBox .colorName.selected,.sortBox .sortCheckbox.selected{color:#000;font-weight:bold;}
.colorsBox_ .colorsBox .colorPallete.selected{border:1px solid #000;}
.sortBox .sortRadio.selected:before,.sortBox .sortCheckbox.selected:before{background-color:#000;border-color:#000;}
.colorsBox_ .colorsBox{display:inline-block;width:50%;cursor:pointer;float: left;padding-bottom: 8px;}
.colorsBox_ .colorsBox .colorPallete{float: left;display:inline-block;width:16px;height:16px;margin:0px 5px 0px 0px;border:1px solid #transparent;}
.colorsBox_ .colorsBox .colorName{float: left;line-height: initial;display:inline-block;max-width: 95px;overflow: hidden;vertical-align: top;text-overflow: ellipsis;    white-space: nowrap;}
.filter_autocomplete_box{width: 100%; margin-top: 10px;border: 1px solid #dce0e0; color: #aaa; outline: none;  height: 30px;}

#websitesBox,#brandBox,#colorsBox,#categoriesBox{height:150px;}
.srch_img_box{display:inline-block;width:80px;vertical-align:top;margin-right:20px;}
.src_img{width:80px;height:80px;display:inline-block;}
.loader_icon{-webkit-mask-image:url(../images/v2/svg/discover_3D.svg);mask-image::url(../images/v2/svg/discover_3D.svg);background-size:contain;width:74px;height:74px;display:inline-block;background-color:#aaa;}
.loader_txt{color:#aaa;font-size:28px;text-transform:uppercase;display:inline-block;width:100%;margin:15px 0px;height:100%;}
.loader_cover{position: absolute;width: 100%; height: 100%; background: rgba(251, 251, 251, 0.7);  z-index: 1;}
.black_cover{background: rgba(0, 0, 0, 0.5);top: 0px; position: fixed;left:0;}
.no_products{position:absolute;width:100%; text-align: center;}
.heart{ position:absolute;top:10px;right:10px;z-index:1;background-image:url('../images/v2/svg/heart.svg');width: 24px; height: 20px;background-size: 24px auto; background-repeat: no-repeat;cursor:pointer;}
.heart_fill{position:absolute;top:10px;right:10px;z-index:1;background-image:url('../images/v2/svg/heart_fill.svg');width: 30px; height: 28px;background-size: 30px auto; background-repeat: no-repeat;cursor:pointer;}
.radio{position:absolute;top:10px;right:10px;z-index:1;background-image:url('../images/v2/svg/radio.svg');width: 30px; height: 30px;background-size: 30px auto; background-repeat: no-repeat;cursor:pointer;}
.radio_check{position:absolute;top:10px;right:10px;z-index:1;background-image:url('../images/v2/svg/radio_check.svg');width: 30px; height: 30px;background-size: 30px auto; background-repeat: no-repeat;cursor:pointer;}
.sale{position:absolute;top:0px;left:10px;z-index:1;background-image:url('../images/v2/svg/sale.svg');width: 30px; height: 68px;background-size: 30px auto; background-repeat: no-repeat;cursor:pointer;}
/*.grid{width:100%;}
.grid-item { width: 30%;margin:0 1% 20px 1%; }
.grid-item .grid-img{position:relative;width:100%;display:inline-block;}
.grid-item .grid-img img{width:100%;}

.grid-item .grid-block .productName{font-size:20px;}
.grid-item .grid-block .productPrice{color:#777;margin:10px 0px 0px}
.grid-item .grid-block .productIcons{display: none;}
.grid-item .grid-block .productIcons img{width:30px;height:30px;margin:20px;cursor:pointer;}*/
.mobile_filter_refine_box{display:none;}

/*masanory layout starts*/
.grid{width:100%;}
/*.grid {  background: #DDD;  max-width: 1200px;}*/
/* clear fix */
.grid:after {content: '';display: block;clear: both;}
/* ---- .grid-item ---- */
.grid-item { float: left;width: 32%;height: auto;background: #fff;border: 1px solid rgba(0, 0, 0, 0.05); text-align:center;}
.grid-item .productName{font-size:20px;padding:20px 20px 0px;}
.grid-item .productPrice{ color: #777; margin: 0px 0px 0px; font-size: 20px;padding:0px 20px 10px;}
/*masanory layout end*/

/*search stories*/
.discover_stories{width:100%;display:inline-block;margin-top:10px;}
.storyBox{width:200px;display:inline-block;vertical-align:top;margin-right:15px;}
.storyBox a{text-decoration:none;}
.storyBox a:hover,.storyBox a:focus,.storyBox a:active{text-decoration:none;}
.storyBox img{width:100%;height:200px;border-radius:0px;}
.storyBox .card-block{padding:10px 10px;background-color:#fff;text-align:center;}
.storyBox .card-block .subtitle{ font-family: 'Playfair Display', serif;  font-style: italic;font-size:10pt;}
.storyBox .card-block .title{font-size:14pt;}
.discover_stories .slick-arrow{border:0px;background-color:transparent;background-image:url('../images/v2/arrows.png');width:35px;height:27px;position:absolute;top:100px;background-size:35px auto; color: transparent;}
.discover_stories .slick-arrow.slick-next{right:-50px;}
.discover_stories .slick-arrow.slick-prev{-webkit-transform: rotate(-180deg); -moz-transform: rotate(-180deg); -ms-transform: rotate(-180deg);-o-transform: rotate(-180deg);    transform: rotate(-180deg);left:-60px;}
.discover_stories .slick-arrow.slick-disabled{opacity:0}
.discover_stories .slick-arrow:hover,.discover_stories .slick-arrow:active,.discover_stories .slick-arrow:focus{outline:none;}
.dstory{display:none;}
.mobile_search_row{position:relative;}
.leftsidebar {position: absolute;top: 0;width:260px; }
.leftsidebarfixed {position: fixed; top: 0;}
.clear_all{font-weight: normal;  font-size: 12pt;  color: #777; position: absolute;  right: 30px;  top: 15px; cursor: pointer;display:none;}
/*Search Page ends*/

/*New Footer starts*/
#footer{font-family:'Futura-Boo';font-size:18px;}
#footer .footerTop{text-align:center;padding:0 5% 30px;}
#footer .footerTop .hook_logo{background-color: #000 !important;}
.appstore{display:inline-block;width:160px;height:50px;background-image:url('../images/v2/footerImgs.png');margin:0px 10px;background-size:160px auto;}
.appstore.apple{background-position:0px 0px;}
.appstore.android{background-position:0px -51px;}
#footer .footerTop .appDesc{margin:50px 0px 50px;}
#footer .footerBottom{padding:0 5% 20px;font-size:14pt;background-color:#f7f7f7;border-top:1px solid #dddddd;}
#footer .footerBottom a{color: #767676;}
#footer .footerBottom .heading{font-weight:bold;margin:20px 0px 0px;font-size: 16pt;color: #000;}
#footer .footerBase{text-align:center;background-color:#f7f7f7;border-top:1px solid #dddddd;}
#footer .footerBase .cuteMsg{font-size:20px;margin-top:20px;}
#footer .footerBase .copyright{font-size:14px;margin-top:5px;margin-bottom:20px;}
#footer .heartColor{color:#f2ac75;}
#footer .socialLinks a:hover,#footer .socialLinks a:active,#footer .socialLinks a:focus{text-decoration:none !important;}
#footer .socialLinks .f{-webkit-mask-image:url(../images/v2/svg/facebook.svg?v=0.1);mask-image::url(../images/v2/svg/facebook.svg?v=0.1);background-size:30px auto;width:30px; height:30px;display:inline-block;margin:0px 3px;background-repeat:no-repeat;background-color:#000;}
#footer .socialLinks .i{-webkit-mask-image:url(../images/v2/svg/instagram.svg?v=0.1);mask-image::url(../images/v2/svg/instagram.svg?v=0.1);background-size:30px auto;width:30px; height:30px;display:inline-block;margin:0px 3px;background-repeat:no-repeat;background-color:#000;}
#footer .socialLinks .p{-webkit-mask-image:url(../images/v2/svg/pinterest.svg);mask-image:url(../images/v2/svg/pinterest.svg);background-size:30px auto;width:30px; height:30px;display:inline-block;margin:0px 3px;background-repeat:no-repeat;background-color:#000;}
#footer .socialLinks .e{-webkit-mask-image:url(../images/v2/svg/email.svg?v=0.1);mask-image:url(../images/v2/svg/email.svg?v=0.1);background-size:30px auto;width:30px; height:30px;display:inline-block;margin:0px 3px;background-repeat:no-repeat;background-color:#000;}
#footer .socialLinks .f:hover{background-color:#3b5998;}
#footer .socialLinks .i:hover{background-color:#125688;}
#footer .socialLinks .p:hover{background-color:#cb2027;}
#footer .socialLinks .e:hover{background-color:#000;}
.socialIcon{display: inline-block;width: 30px;height: 30px;}
.openclose{display:none;width:20px;}
/*New Footer ends*/

/*download popup starts*/
.video_popup_cover,.download_popup_cover{position:fixed;width:100%;height:100%;background:rgba(0,0,0,0.7);top:0px;left:0px;z-index:108;}
.video_popup_cover{background: rgba(3, 114, 193, 1);position: absolute;z-index:0;}
.video_popup_cover #introVideo{width:100%;height:100%;display:block;margin:0 auto;}
.video_popup_cover .cross_box{position: absolute;top: 0;right: 0;width: 65px; display: block; height: 65px; background-color: #fff;}
.video_popup_cover .cross{-webkit-mask-image: url(../images/v2/svg/cross.svg?v=0.1);mask-image: url(../images/v2/svg/cross.svg)?v=0.1; mask: url(../images/v2/svg/cross.svg?v=0.1);    width: 20px;    height: 20px; display: inline-block; background-repeat: no-repeat;  background-color: #000; position: absolute; cursor: pointer; top: 0;left: 0; bottom: 0;    right: 0; margin: auto;}
.download_popup_cover .whiteBox{width:480px;display:block;background-color:#fff;position: absolute; top:0; bottom: 0; left: 0; right: 0; margin: auto;height:445px;}
.download_popup_cover .whiteBox .awsomeBox{width:460px; border:1px solid #a1a1a1; margin:10px auto;background-color:#fff;text-align:center;font-family:'Futura-Boo';}
.download_popup_cover .whiteBox .awsomeBox .title{    font-size: 36pt; margin-top: 50px;}
.download_popup_cover .whiteBox .awsomeBox .subtitle{font-size: 14pt;margin-top:20px;}
.download_popup_cover .whiteBox .awsomeBox  #email1,.download_popup_cover .whiteBox .awsomeBox  #email{border:1px solid #aaa;width:350px;height:60px;font-size: 18pt;color: #000;margin-top:20px;padding:0px 10px;}
.download_popup_cover .whiteBox .awsomeBox input[placeholder] {
	text-align:center;font-family:'Futura-Boo';font-size:14pt !important;
}
.download_popup_cover .whiteBox .awsomeBox .btn{background-color: #000;color: #fff;height:40px;font-size: 12pt;letter-spacing: 2px;vertical-align:top;font-family:'Futura-Med';border-radius:0px 0px;margin-top:30px;margin-bottom:50px;padding:6px 22px}
.download_popup_cover .whiteBox .awsomeBox .cross{-webkit-mask-image: url(../images/v2/svg/cross.svg?v=0.1); mask-image: url(../images/v2/svg/cross.svg)?v=0.1; mask: url(../images/v2/svg/cross.svg?v=0.1); width: 15px; height: 15px;display: inline-block; background-repeat: no-repeat; background-color: #aaa; right: 20px; position: absolute;   top: 20px;cursor:pointer;}
.download_popup_cover .whiteBox .awsomeBox .cross:hover,.download_popup_cover .whiteBox .awsomeBox .cross:active,.download_popup_cover .whiteBox .awsomeBox .cross:focus{background-color:#000;}
.download_popup_cover .whiteBox .awsomeBox input[placeholder]{outline:0;}
.download_popup_cover .whiteBox .awsomeBox  #email2, .download_popup_cover .whiteBox .awsomeBox  #email2{ border: 1px solid #aaa; width: 350px; height: 60px;font-size: 18pt; color: #000; margin-top: 20px; padding: 0px 10px;}

.download_popup_cover .dontsettle_box{width: 800px; display: block; background-color: #e5b56b; position: absolute; top: 0; bottom: 0;left: 0; right: 0; margin: auto; height: 400px;}
.download_popup_cover .dontsettle_box .left{background-image:url(../images/v2/dontsettle/pop-up-image.jpg);width:400px;background-size:400px auto;height:400px;display:inline-block;}
.download_popup_cover .dontsettle_box .right{display:inline-block;width:395px;vertical-align:top;color:#fff;text-align:center;padding:55px 20px;font-family: 'Futura-Boo';font-size: 13pt;}
.download_popup_cover .dontsettle_box .right .cross{background-image:url(../images/v2/svg/cross.svg);background-position: 0px 0px; width: 22px;height: 19px; vertical-align: top;cursor:pointer;display:inline-block;background-repeat:no-repeat;position:absolute;right:20px;top:20px;}
.download_popup_cover .dontsettle_box .right .btnlink{display:inline-block;padding:0px 25px;line-height:40px;height:40px;background-color:#000;color:#fff;}


/*Discover page starts*/
#discover {position:relative;z-index:0;}
#discover .dImagesBox {position: absolute;top: 0px;width: 100%; height: 800px;background-image: url(../images/bannerImg.jpg);background-size: cover;background-repeat: repeat-y;height: 800px;    -webkit-animation: backgroundScroll 60s linear infinite;    animation: backgroundScroll 60s linear infinite;}
@-webkit-keyframes backgroundScroll {
from {background-position: 0 0;}  
to {background-position: 0px -800px;}  
}

@keyframes backgroundScroll {
from {background-position: 0 0;}  
to {background-position: 0px -800px;}  
}
#discover h1 {padding: 12% 0 0;color: #fff;font-family: 'Futura-Boo'; font-size: 60pt;text-align: center;}
#discover .subtitle {text-align: center; font-family: 'Futura-Boo'; font-size: 16pt;  margin: 20px 0 0;  color: #fff;  display: inline-block;   width: 100%;}
#discover .appStoreBox { display:inline-block;float:left;position:relative;z-index:3}
#discover .appStoreBox h1{font-family:'Futura-Boo';font-size:75pt;margin:100px 0px 50px;}
#discover .appStoreBox .appStore{background-image: url('../images/appstores.png'); background-size: 179px auto;background-repeat:no-repeat; display:inline-block;height:56px;width:179px;}
#discover .appbtnbox { float: none; display: inline-block; width: 100%; text-align: center; margin-top: 50px;}
#discover .addBorder{border: 1px solid #949494; border-radius: 4px 4px;}
#discover .appStoreBox .apple{background-position:0px 0px;margin-right:10px;}
#discover .appStoreBox .android{background-position:0px -58px;margin-left:10px;}
#discover .appStoreBox.extraFooterClass{float:none;width:100%;margin-top:60px;}
#discover .grey-section_discover{position:relative;}
#discover_stories {background-color:#fff;}
#discover_stories .navBox{margin:50px 0 50px;}
#discover_stories .navBox .navItem{margin:0px 20px;font-size:18pt;font-family: 'Futura-Med';text-transform: uppercase;color:#5d5d5d;cursor:pointer;}
#discover_stories .navBox .navItem.selected{color:#000;font-weight:bold;cursor:auto;}
#allpackages{margin:0 auto;width:80%;display:block;}
#allpackages .collectionBox{display: inline-block;overflow: hidden; position: relative;border-radius:0px;width:33%;vertical-align: top;border:10px solid #fff;}
.mobile_search{display:none;position:absolute;top:0px;background-color:rgba(255,255,255,0.75);}
/*.discover .collectionBox{margin-top:0px;overflow: hidden; position: relative; }*/
/*new modifications end*/

#allpackages .collectionBox img{ width:100%;  transform: scale(1,1); transition-duration: 350ms;transition-property: all;transition-timing-function: ease-out; -webkit-transform: scale(1,1);  -webkit-transition-timing-function: ease-out;   -webkit-transition-duration: 350ms;    -moz-transform: scale(1,1);    -moz-transition-timing-function: ease-out;    -moz-transition-duration: 350ms;    -webkit-backface-visibility: hidden;border-radius:0px;}
#allpackages .collectionBox img:active, #allpackages .collectionBox img:focus, #allpackages .collectionBox img:hover{ -webkit-transform: scale(1.2,1.2);  -moz-transform: scale(1.2,1.2);   transition-property: all;border-radius:.25rem;}
#allpackages .collectionBox .card-block	{ position: absolute; bottom: 5%; width: 90%; background-color: #fff;   margin: 0 5%;text-align:center;}
#allpackages .collectionBox .card-block .subtitle { font-family: 'Playfair Display', serif;font-style: italic;  font-size: 12pt;}
#allpackages .collectionBox .card-block  .title { font-family: 'Futura-Med'; font-size: 20pt; text-transform: uppercase; margin-top: 15px; }
/*Discover page ends*/

/* sticky header starts*/
#sticky_header .header.top{background-color:transparent !important;}
#sticky_header{position:fixed;width:100%;z-index:105;}
#sticky_header .header{z-index:1; position:relative;}
#sticky_header .header .spl_tab{background-color: #fff;color: #000; padding: 3px 10px;border-radius: 25px;}
#sticky_header .header.top .spl_tab{background-color: #000;color: #fff; padding: 3px 10px;border-radius: 25px;}
.header.top .spl_tab{background-color: #fff;color: #000;border-radius: 25px;padding: 3px 10px;}
/* sticky header ends*/

/*download popup ends*/


/*Discover banner starts*/
.discoverPages{width:100%;display:inline-block;background-repeat: no-repeat; background-size: cover;background-color:#f2f2f2;height:400px; background-position: center;}
#package_banner  .grey-section_discover{height:400px;z-index:0}
#package_banner  .catlogtitle{font-family: 'Playfair Display', serif;font-style:italic;font-size:20pt;margin-top:180px;text-align:center;color:#f6ad6c;display:inline-block;width:100%;}
#package_banner  .title{font-family:'Futura-Boo'; text-transform:uppercase;font-size:44pt;text-align:center;color:#fff;margin-top:0px;display:inline-block;width:100%;}
#package_banner  .description{padding:0 10%;text-align:center;font-size:16pt;margin:70px 0px 50px;}
#package_banner  .imgSection{padding:0 10%;}
#package_banner  .imgSection .imgElement{float:none;display:inline-block;width:33%;vertical-align:bottom;}
#package_banner  .imgSection .imgElement1{float:none;display:inline-block;width:66.3%;}
#package_banner  .imgSection .imgElement .innerElement{display:block; width: 100%;margin: 15px auto;border:1px solid #ccc;text-align:center;}
#package_banner  .imgSection .imgElement .innerElement img {width:95%; text-align:center;}
#paginationSection  .discoverPagination{padding:0 10%;}
#paginationSection  .discoverPagination .paginationBox{width: 100%;  margin: 0px auto;position:relative;}
#paginationSection  .discoverPagination .paginationBox .leftElement,#paginationSection  .discoverPagination .paginationBox .rightElement{padding-top:30px; padding-bottom: 30px;font-family:'Futura-Boo';font-size:16pt;border-top:1px solid #ccc;border-bottom:1px solid #ccc; margin:80px 0px 100px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
#paginationSection  .discoverPagination .paginationBox .pn{color:#f6ad6c;font-size:12pt;}
/*#package_banner .card-columns .card{width:32%;border:10px solid #fff;margin-bottom:0px;}*/
#package_banner .productBox{font-family:'Futura-Boo';text-align:center;overflow:hidden;border-radius: 0px;width:33%;border:10px solid #fff;margin-bottom:0px;}
.proborder{border:1px solid #ccc;}
#package_banner .productBox img{width:100%;transform: scale(1,1); transition-duration: 350ms;transition-property: all;transition-timing-function: ease-out; -webkit-transform: scale(1,1);  -webkit-transition-timing-function: ease-out;   -webkit-transition-duration: 350ms;    -moz-transform: scale(1,1);    -moz-transition-timing-function: ease-out;    -moz-transition-duration: 350ms;    -webkit-backface-visibility: hidden;border-radius:0px;}
#package_banner .productBox img:active, #package_banner  .productBox img:focus, #package_banner  .productBox img:hover{ -webkit-transform: scale(1.2,1.2);  -moz-transform: scale(1.2,1.2);   transition-property: all;border-radius:.25rem;}
#package_banner .productBox .product_name{margin:0;font-size:16pt;}
#package_banner .productBox .imgCover{overflow:hidden;}
#package_banner .productBox .price{font-size:16pt; }
.socialshareBox {text-align: center;}
.socialshareBox .share_social{width:50px;height:50px;background-image:url('../images/share_social.png');display:inline-block;background-repeat:no-repeat;margin:0 0px;background-color:#fff;}
.socialshareBox .share_social.s{background: #fff; line-height: 60px;font-size: 10pt; font-weight: bold;}
.socialshareBox .share_social.f{background-position:0px 0px;}
.socialshareBox .share_social.p{background-position:-53px 0px;}
.socialshareBox .share_social.tu{background-position:-106px 0px;}
.socialshareBox .grey-section{background:rgba(0,0,0,0.7);width:100%;height:800px;padding:0px 10% 0px 10%;}
.socialshareBox a{text-decoration:none;}
.socialshareBox a:hover{text-decoration:none;}
.imgcourtsey {text-align: center;margin: 20px 0px;width: 100%; color: #000; font-size: 10pt;}
.fixedLeft { position: fixed; top: 30%;  right: 0px; width: 50px;  z-index: 9;  line-height: 0px;}
#thesneakerreport{width:100%;overflow:hidden;border:0px;}
/*Discover banner ends*/

/*Careers Pages*/
.careers .grey-section_discover{position:absolute;z-index:0;}
.careers .grey-section_discover h1{margin:200px 0 0;color:#fff;font-family:'Futura-Boo';font-size:60pt;text-align:center;}
.careers .grey-section_discover .subtitle{text-align:center;font-family:'Futura-Boo';font-size:16pt;margin:20px 0 0;color:#fff;display:inline-block;width:100%;}
.careers .grey-section_discover .appbtnbox{ float: none;  display: inline-block;  width: 100%;  text-align: center;   margin-top: 50px;}
.careerMainImg{background-image: url('../images/careersmain.jpg');background-size:cover;background-repeat:no-repeat;height:500px;display:inline-block;width:100%;}
.careermarketing{background-image: url('../images/careermarketing.jpg');background-size:cover;background-repeat:no-repeat;height:500px;display:inline-block;width:100%;}
.careerdesign{background-image: url('../images/careerdesign.jpg');background-size:cover;background-repeat:no-repeat;height:500px;display:inline-block;width:100%;}
.careercontent{background-image: url('../images/careercontent.jpg');background-size:cover;background-repeat:no-repeat;height:500px;display:inline-block;width:100%;}
.careerproduct{background-image: url('../images/careerproduct.jpg');background-size:cover;background-repeat:no-repeat;height:500px;display:inline-block;width:100%;}
.careers .openPositions{padding:0 10%;}
.careers .openPositions h1{margin:50px 0 50px;color:#000;font-family:'Futura-Boo';font-size:46pt;text-align:center;}
.careers .openPositions .card {border:1px solid #efefef;border-radius:0px 0px;}
.careers .openPositions .card .card-block{padding:0px 0px 20px;margin-top:-45px;}
.careers .openPositions .card .card-block .caption{padding:0px 15px;text-transform:uppercase;color:#000;font-family:'Futura-Boo';font-size:22pt;width:100%;height:50px;line-height:50px;position:relative;}
.careers .openPositions .card .card-block .card-text{padding:0px 15px;margin-top:20px;color:#777;}
.careers .openPositions .card .card-img-top{width:100%;border-radius:0px}
.careers .openPositions .card-deck-wrapper{margin-bottom: 5rem;}
.careers .card-deck { display: flex; justify-content: flex-start; flex-flow: row wrap;  align-items: stretch;}
.careers .card-deck .card { display: block; flex-basis: 30%; /* change this value for each breakpoint*/  margin:0px 15px 30px;}
.careers .openPositions .card .card-block .openingTitle{margin-top:20px;padding:0px 15px;font-weight:bold;}
.careers .openPositions .card .card-block .jobTitle{float:left;}
.careers .openPositions .card .card-block .jobLoc{float:right;}
.careers .openPositions .card .card-block a.pinklnk ,.careers .openPositions .card .card-block a.pinklnk:hover,.careers .openPositions .card .card-block a.pinklnk:active{color:#000;}
.careers .openPositions .card .card-block a:hover,.careers .openPositions .card .card-block a:active,.careers .openPositions .card .card-block a:focus{text-decoration:underline;color:#000;}
.careers .career_listing{padding:0 10%;}
.careers .career_listing h1{font-family:'Futura-Med';font-size:34pt;margin-top:50px;}
.careers .career_listing .reqDesc{margin:50px 0px;}
.helloemail{font-family:'Futura-Boo';font-size:20pt;}
.careers .bottomScrollMsg{display:none;}
/*Careers Pages*/

/*Admin section starts*/
.backgroundImg_adm{background-image: url('../images/bannerImg.jpg');background-size:cover;background-repeat:repeat-y;height:800px;}
.loginBox{background-color:#fff;border-radius:6px 6px;font-size:18px;  margin-top: 150px;  text-align: center;}
.loginBox h1{font-family:'Futura-Boo';font-size:28px;margin:20px 0;}
.loginBox .inpt{width:70%;height:60px;padding:0px 5px;outline:none;border:1px solid #ccc;color:#888;}
.loginBox .lbl{margin:5px 0;}
.loginBox .inptbx{padding:5px 0;}
.loginBox .btnbx {margin:20px 0;}
.loginBox .btnbx .lgnbtn{outline:none;width:50%;background-color: #000; cursor:pointer; color: #fff;  height: 60px; font-size: 14pt; letter-spacing: 2px; vertical-align: top; font-family: 'Futura-Med'; border-radius: 0px 0px;   padding: 6px 22px;border:0px;}
.loginBox .errorMsg{color:#f66;font-size:14pt;margin:20px 0;}
.adminPanel .adminHeader{background-color:#171717;color:#fff;display:inline-block;height:90px;width:100%;padding:0 0;}
.adminPanel .adminHeader .logo{margin-left:20px;}
.adminPanel .adminHeader .user{ float: right; width: 150px; height: 90px; line-height: 90px; font-size: 24px;}
.adminPanel .adminHeader .user a{text-decoration:none;color:#fff;cursor:pointer;}
.adminPanel .adminHeader .user a:hover{text-decoration:none;color:#fff;}
.adminPanel .leftPane{background-color:#171717;color:#fff;padding:0;min-height:500px}
.adminPanel .leftPane ul{list-style-type:none;margin:0;padding-left:0px;}
.adminPanel .leftPane ul li{height:50px; line-height:50px;font-size:14pt;padding-left:10px;}
.adminPanel .leftPane ul a{color:#fff;text-decoration:none;}
.adminPanel .leftPane ul a li:hover{background-color:#31708f;}
.adminPanel .leftPane ul a li.active{background-color:#337ab7;}
.adminPanel .breadcrumb {width:100%;display:inline-block;border-top:1px solid #ccc; border-bottom:1px solid #ccc;height:50px; line-height:35px;margin-top:10px;}
.adminPanel .dataTable{width:100%;}
.adminPanel .dataTable input[type="search"]{border:1px solid #ccc;outline:none;text-align:left;}
.adminPanel .newAddBox{width:100%;display:inline-block;text-align:right;border-top:1px solid #ccc; border-bottom:1px solid #ccc;height:50px; line-height:50px;margin:10px 0 20px; }
.adminPanel .formBox{width:90%;display:inline-block;}
.adminPanel .formBox input[placeholder], [placeholder]{text-align: left;   font-family: 'Futura-Boo';  }
.adminPanel .formBox .galleryImg{width:150px;border:3px solid #000;border-radius:6px 6px;}
#image-preview {width: 200px;height: 255px;position: relative;overflow: hidden;background-color: #ccc;color: #ecf0f1;}
#image-upload {	position: absolute;opacity: 0;z-index: 10;}
#image-label {position: absolute;z-index: 5;	opacity: 0.8;cursor: pointer;background-color: #262829;width: 60%;height: 40px;font-size: 14px;line-height: 40px;text-transform: uppercase;top: 0;left: 0;right: 0;bottom: 0;	margin: auto;	text-align: center;}

/*Admin section ends*/
.home_background{display:none;}
#discover_section{display:none;}
.mobilemenu{display:none;}

.header_menu_box{    display: inline-block;position: relative; float: right; color: #fff; font-family: 'Futura-Boo'; font-size: 18pt; height: 100px; line-height: 100px;}
.header_menu_box .items{display:inline-block;width:auto; margin:0px 10px;}
.header_menu_box .items a,.header_menu_box .items:hover,.header_menu_box .items a:active,.header_menu_box .items a:focus{color:#fff;text-decoration:none;outline:none;}
.header_menu_box .avatarBox{display:inline-block;width:50px;height:100px;}
.header_menu_box .avatarBox img{border-radius:50% 50%;border:3px solid #f1f1f1;height:50px;}
	
#loginModal{width:100%;display:block;position:fixed;z-index:1000;background-color:rgba(0,0,0,0.9);display:none;}
#loginModal .box{width:700px;margin:150px auto 0;position:relative;}
#loginModal .box .left{background-image:url('../images/v2/login_static_hand.jpg');background-repeat:no-repeat;background-size:400px auto;height:396px;float:left;width:400px;position:absolute;left:0;top:0;}
#loginModal .box .right{width:300px;background-color:#fff;font-family:'Futura-Boo';color:#000;padding:15px 15px;z-index:1;right:30px;top:30px;position:absolute;}
#loginModal .box .right .close{background-image:url(../images/v2/svg/cross.svg);background-position: 0px 0px; width: 22px;height: 19px; vertical-align: top;cursor:pointer;display:inline-block;background-repeat:no-repeat;}
#loginModal .box .right .topPanel{width:100%;border-bottom:1px solid #f1f1f1;height:35px;}
#loginModal .box .right .topPanel .tab{ display:inline-block; margin-right:20px;  height:35px; border-bottom:2px solid transparent; font-size:12pt; font-weight:500;color:#aaa;cursor:pointer;}
#loginModal .box .right .topPanel .tab.active{border-bottom:2px solid #000;color:#000;}
#loginModal .box .right .topPanel .bck{display:inline-block;font-weight:bold;cursor:pointer;}
#loginModal .box .right .sign_in,#loginModal .box .right .sign_up{width:100%;margin-top:15px;}
#loginModal .box .right .email_login{margin-top:20px;}
#loginModal .box .right .email_login .txtbx{border:0px;border-bottom:1px solid #f1f1f1;outline:none;font-size:11pt;font-family:'Futura-Boo';padding:10px 0px;width:100%;}
#loginModal .box .right .email_login .txtbx.error{border-bottom:1px solid #f66;}
#loginModal .box .right .f_btn{color:#fff;font-size:10pt;background-color:#3b5998;cursor:pointer;height:40px;line-height:40px;text-align:center;width:47%;display:inline-block;}
#loginModal .box .right .i_btn{color:#fff;font-size:10pt;background-color:#fb3958;cursor:pointer;height:40px;line-height:40px;text-align:center;width:47%;display:inline-block;float:right;}
#loginModal .box .right .signin_btn{color:#fff;font-size:12pt;background-color:#000;cursor:pointer;height:40px;line-height:40px;text-align:center;width:100%;display:inline-block;}
#loginModal .box .right .email_login .sign_in_links{display:inline-block;color:#000;font-size:11pt;font-family:'Futura-Boo';cursor:pointer;width:49%;margin:15px 0px;font-weight:bold;}
#loginModal .box .right .email_login .gender_option_box{width:100%;font-size:11pt;font-family:'Futura-Boo';padding:10px 0px;color:#aaa;}
.gender_selection_box{float:right;width: 140px;border: 1px solid #f1f1f1;vertical-align: top;}
.gender_selection_box .m,.gender_selection_box .f{display: inline-block;width: 50%;border-right: 0px;text-align: center;float: left;padding: 5px 0px;cursor:pointer;}
.gender_selection_box .m.active,.gender_selection_box .f.active{background-color:#000;color:#fff;}
#loginModal .box .right .email_login .gender_option_box .title{display:inline-block;line-height:33px;}


/*Profile section starts*/
#profile {position:relative;padding-top:100px;text-align:center;font-family:'Futura-Boo';}
#profile .profile_image_box{margin:50px 0px 30px;}
#profile .profile_img{width:150px;height:150px;border-radius:50% 50%;}
#profile .profile_name{font-size:28pt;}
#profile .edit_profile_btn{display:inline-block;width:inherit;margin:10px 5px 30px;background-color:#000;height:40px;line-height:40px;color:#fff;padding:0px 20px;cursor:pointer;font-size:12pt;border:2px solid #000;font-weight:bold;}
#profile .profile_tabs{height:40px;line-height:40px;border-bottom:1px solid #aaa;border-top:1px solid #ccc;margin:0 10%;}
#profile .profile_tabs .tabs{height:40px;margin:0px 30px;color:#aaa;display:inline-block;cursor:pointer;}
#profile .profile_tabs .tabs.active{border-bottom:2px solid #000;color:#000;height:39px;font-weight:bold;}
#profile .likes_box{margin:0 10%;padding:20px 0px;text-align:left;}
#profile .likes_box .date_title{color:#aaa;font-size:12pt;margin:0px 0px 10px;}
#profile .likes_box .like_imgs{width:150px;height:150px;display:inline-block;margin:0px 4px 1px 0;background-color:#fff;border:1px solid #aaa;background-repeat:no-repeat;background-size:cover;}
#profile .notification_banner,#profile .wishlist_panel{margin:0 10%;text-align:left;}
#profile .count_title{margin:10px 0px;font-size:12pt;}
#profile .wishCount{padding-left:15px;}
#profile .notification_banner .bnr_img{width:100%;height:auto;}
#profile .no_likes_msg{margin:0 10%;height:400px;}
#profile .no_likes_msg h2{line-height:400px;}
.wishlist_box{border:1px solid #aaa;background-color:#fff;}
.wishlist_box.small{width:175px;}

/*#profile .wishlist_panel .wishlist_box img{width:50%;float:left;height:auto;border:0.5px solid #aaa;}*/
.wishlist_box .half_half{width: 50%;float: left; height: 100%;background-size: cover;background-repeat: no-repeat;background-position: center;border: 0.5px solid #aaa;}
.wishlist_box .four_by_four{width: 50%;float: left; height: 50%;background-size: cover;background-repeat: no-repeat;background-position: center;border: 0.5px solid #aaa;}
.wishlist_box .full_width{width: 100%;float: left; height: 100%;background-size: cover;background-repeat: no-repeat;background-position: center;border: 0.5px solid #aaa;}
.wishlist_box.add_wishlist{text-align:center;font-size:80pt;cursor:pointer;}
.wishlist_box.add_wishlist.small{font-size:40pt;}
.wishlist_titlebox{text-align:center;margin:10px 0px 20px;}
.wishlist_titlebox h4.small{font-size:10pt;}
.wishlist_titlebox .wcount{color:#aaa;}

#search_result.wishlist_details{padding-top:100px;font-family:'Futura-Boo';}
#search_result.wishlist_details .filterBox{padding-right:0px}
#search_result.wishlist_details .whishlistTitle{font-size:18pt;font-weight:bold;}
#search_result.wishlist_details .whishlistCount,#search_result.wishlist_details .wishlistDesc{font-size:12pt;color:#aaa;margin:0px 0px;text-align:left;}
#search_result.wishlist_details .wishlistDesc{margin-top:10px;line-height:12pt;margin-bottom:20px;}
#search_result.wishlist_details .whishlisbtns{height:40px;color:#fff;background-color:#000;line-height:40px;font-size:12pt;text-align:center;cursor:pointer;border:1px solid #000;}
#search_result.wishlist_details .whishlisbtns.move{background-color:#fff;color:#000;margin-top:10px;}
#search_result.wishlist_details .move_item_box{vertical-align:top;border-bottom:1px solid #000;border-right:1px solid #000;border-left:1px solid #000;position:relative;padding-bottom:80px;padding-top:10px;bottom: 0px; z-index: 2; background: rgb(255, 255, 255);left: 0px; width: 100%;  border-top: 1px solid;}
#search_result.wishlist_details .move_item_box .b{position: absolute; width: 100%;border-right: 0px; border-left: 0px;}
#search_result.wishlist_details .move_item_box .cancel{bottom: 40px;}
#search_result.wishlist_details .move_item_box .delete{bottom:0;}
.move_item_box .mCSB_inside>.mCSB_container{margin-right:20px;}
.add_wishlist_overlay,.wishlist_overlay,.edit_profile_overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,0.7);z-index:13;}
.add_wishlist_box{left:0;right:0;top:20%;bottom:0;margin:auto;width:400px;color:#000;background-color:#fff;position:relative;font-family:'Futura-Boo';height:auto;padding:15px;text-align:left;}
.add_wishlist_box.small{height:320px;}
.add_wishlist_box.small .cols{width:370px;height:230px;}
.add_wishlist_box .cls_btn{-webkit-mask-image: url(../images/v2/svg/cross.svg?v=0.1); mask-image: url(../images/v2/svg/cross.svg)?v=0.1; mask: url(../images/v2/svg/cross.svg?v=0.1); width: 20px; height: 20px;display: inline-block; background-repeat: no-repeat; background-color: #000; right: 30px; position: absolute;top: 30px;cursor:pointer;}
.add_wishlist_box .title{text-align:left;font-size:14pt;line-height:initial;background: #f1f1f1; padding: 15px; margin-bottom: 15px;}
.add_wishlist_box .cols{margin:0 0 10px 0px;}
.add_wishlist_box .cols label,.add_wishlist_box .cols .inpt_elem{width:100%;resize:none;outline:none;margin-bottom: 0; color: #969696;}	
.add_wishlist_box .cols .inpt_elem:hover,.add_wishlist_box .cols .inpt_elem:active,.add_wishlist_box .cols .inpt_elem:focus{outline:none;}
.add_wishlist_box #wishlist_name,.add_wishlist_box #pofile_name,.add_wishlist_box #pofile_email,.add_wishlist_box #old_password,.add_wishlist_box #new_password,.add_wishlist_box #wishlist_name_new_single,.add_wishlist_box #wishlist_name_new{border:0px;border-bottom:1px solid #f1f1f1;outline:none;font-size:18pt;padding: 0px;width:100%;color: #000;}
.add_wishlist_box .cols .error#wishlist_name,.add_wishlist_box .cols .error#pofile_name,.add_wishlist_box .cols .error#pofile_email,.add_wishlist_box .cols .error#old_password,.add_wishlist_box .cols .error#new_password{border-bottom:1px solid #f66;}
.add_wishlist_box #description{border-color:#000;resize: none;outline:none;}
.add_wishlist_box #description:focus,.add_wishlist_box #wishlist_name:focus,.add_wishlist_box #wishlist_name:active,.add_wishlist_box #description:active{outline:none;}
.add_wishlist_box .btn_save{color:#fff;font-size:14pt;background-color:#000;cursor:pointer;height:40px;line-height:40px;text-align:center;width:100%;display:inline-block;padding: 0px 0;margin-bottom: 15px;}
#profile .mbl_logout{display:none;}
.filterBox .wishlist_box.add_wishlist.small{border-color: rgb(0, 0, 0); width: 93%; margin: 0px 0px 0px 10px; cursor: pointer; height: 300px; line-height: 298px;}
.filterBox .wishlist_box.small{ border: 0.5px solid rgb(170, 170, 170);width: 93%; margin: 0px 0px 0px 10px; cursor: pointer;  height: 300px;}
.filterBox .customscroller{height:310px;width:100%;margin-bottom:10px;}
/*#profile .wishlist_panel .row > div[class^="col-"]:first-child{padding-left:0;}
#profile .wishlist_panel .row > div[class^="col-"]:nth-child(3n){padding-right:0;}*/
/*Profile section ends*/
.home_discover_stories a:active,.home_discover_stories a:hover,.home_discover_stories a:focus{text-decoration:none;outline:none;}

@media (min-width: 768px){
  .seven-cols .col-md-1,
  .seven-cols .col-sm-1,
  .seven-cols .col-lg-1  {
    width: 100%;
    *width: 100%;
  }
}

@media (min-width: 992px) {
	.seven-cols .col-md-1,
	.seven-cols .col-sm-1,
	.seven-cols .col-lg-1 {
		width: 14.285714285714285714285714285714%;
		*width: 14.285714285714285714285714285714%;
	}
	.col5{
		width: 20%;
		float: left;
		position: relative;
		min-height: 1px;
		padding:0px 4px;
	}
}

@media (max-width:1000px){
		
	/*Search section starts*/
	
	#search{padding:0px}
	#search .see-all{display:none;}
	#search .grid{display:none;}
	#search .mobile_search{display:block}
	#search .headerLogo{background-color:#000 !important;display:none;}
	#search .hook_logo{width:150px;height:124px;}
	#search .mainTitle{font-size:56pt;color:#000;text-align:center;margin-top:30%;font-family: 'Futura-Boo';font-weight:bold;padding:0px 110px;}
	#searchBox{display:none;}
	#search .dummysearchBox{width:80%;border:1px solid #aaa;height:80px;display:block;margin:20px auto;position:relative;background-color:#fff;line-height: 80px;
    padding-left: 10px;  color: #aaa;}
	#search .dummysearchBox:after{content:"";-webkit-mask-image: url(../images/v2/svg/search.svg?v=0.1); mask-image: url(../images/v2/svg/search.svg)?v=0.1; mask: url(../images/v2/svg/search.svg?v=0.1); width: 39px; height: 40px;display: inline-block; background-repeat: no-repeat; background-color: #aaa; right: 20px; position: absolute;
    top: 20px;}
	#search .appstoreBox{width:100%;text-align:center;margin-top:50px;}
	.appstore {display: inline-block;width: 250px;height: 80px; background-image: url(../images/v2/footerImgs.png); margin: 0px 10px; background-size: 250px auto;background-repeat: no-repeat;}
	#search .appstore.android {background-position: 0px -79px;}
	#search .searchStringbox{width:80%;margin:20px auto;}
	.search_strings{display:inline-block;margin-right:50px;font-size:20pt;font-family: 'Futura-Boo';}
	#search .scroll_down{ position: absolute; width: 100%;text-align: center;bottom: 30px; font-size: 12px; font-family: 'Futura-Boo'; height: 35px;}
	#search .scroll_down:after{background-size: contain; content: "";  -webkit-mask-image: url(../images/v2/svg/up.svg?v=0.1); mask-image: :url(../images/v2/svg/up.svg?v=0.1);    background-repeat: no-repeat;  width: 20px; height: 12px;  display: inline-block; -webkit-transform: rotate(-180deg); moz-transform: rotate(-180deg); -ms-transform: rotate(-180deg); -o-transform: rotate(-180deg);transform: rotate(-180deg); cursor: pointer;    position: absolute; right: 0; background-color: #777; left: 0; margin: 0 auto;
    bottom: 0;}
	.mobile_hamburger{-webkit-mask-image: url(../images/v2/svg/menu.svg?v=0.1); mask-image: url(../images/v2/svg/menu.svg)?v=0.1; mask: url(../images/v2/svg/menu.svg?v=0.1); width: 42px; height: 37px;display: inline-block; background-repeat: no-repeat;background-color: #000;position: absolute;left: 25px;top: 30px;}
	.mobile_hamburger.lft{left:40px;}
	#mobile_header_search {width:100%;background-color:#000;position:fixed;min-height:100px;display:inline-block;color:#fff;top:0;z-index:105;overflow:hidden;left: 0; right: 0;margin: 0 auto;}
	#mobile_header_search .hook_logo{height:92px;background-color:#fff !important;width:110px;display:block;}
	#mobile_header_search .search_icon{-webkit-mask-image: url(../images/v2/svg/search.svg?v=0.1);mask-image: url(../images/v2/svg/search.svg)?v=0.1; mask: url(../images/v2/svg/search.svg?v=0.1);width: 39px;height: 41px;display: inline-block;background-repeat: no-repeat;background-color: #fff;right: 30px;position: absolute;
    top: 30px;}
	#mobile_header_search .mobile_textsearch_box{width:93%;border:none;height:80px;display: block; margin: 100px auto 10px;font-size: 22pt; font-family: 'Futura-Boo';background-color:#fff;position:relative;}
	#mobile_header_search .mobile_textsearch_box input[type="text"]{width: 85%; height: 100%;border:0px;outline:none;padding:2%;}
	#mobile_header_search .cross{-webkit-mask-image: url(../images/v2/svg/cross.svg?v=0.1); mask-image: url(../images/v2/svg/cross.svg)?v=0.1; mask: url(../images/v2/svg/cross.svg?v=0.1); width: 39px; height: 40px;display: inline-block; background-repeat: no-repeat; background-color: #000; right: 20px; position: absolute;
    top: 20px;}
	#mobile_header_search .popular_searches_box{width: 100%; position: relative;background-color: #fff;color: #000;font-size: 20pt; height: 1000px;overflow: hidden;}
	#mobile_header_search .popular_searches_box .title{ margin: 25px;font-size: 24pt;border-bottom: 1px solid #aaa;padding-top: 25px;}
	#mobile_header_search .popular_searches_box .tags{padding: 0px 25px; font-size: 22pt;font-family: 'Futura-Boo';}
	.mobilemenu{position: fixed;top: 0px; left: 0px;width: 80%; background-color: #fff;z-index: 9999; display: none; margin-top: 0px; color: #000;padding:0% 0;}
	.mobilemenu .item {margin: 40px 0px;width: 100%; font-size: 40pt;text-align:center;}
	.mobilemenu .item a{color:#aaa;}
	.mobilemenu .item a:hover,.mobilemenu .item a:active,.mobilemenu .item a:focus{color:#000;text-decoration:none;}
	.mobilemenu .item a.spc_tab	{ background-color: #000;color: #fff; padding: 13px 20px 8px 20px;border-radius: 25px;}
	.mobilemenu .logoutbtn{display:inline-block;width:inherit;background-color:#000;line-height:inherit;color:#FFF;padding:20px 10px;cursor:pointer;font-size:22pt;font-weight:bold;position:absolute;bottom: 0px;width: 100%; text-align: center;}
	
	
	.home_background{display:inline-block;width:100%;position:fixed !important;height:100%;opacity:0.5;}
	.home_background .dstoryBox{width:33.3%;display:inline-block;border:5px solid #fff;}
	.home_background .dstoryBox img{width:100%;}
	/*Search section ends*/
	
	/*Ovierview section starts*/
	#overview{padding-bottom: 0;background:rgba(255,255,255,0.75);}
	#overview .overview{display:none;}
	#overview .overview_mobile{display:inline-block;width:100%;height:100%;}
	#overview .overview_mobile .sliderArrowBox{position:absolute;bottom:0px;width:100%;height:60px;background-color:#e9e7e8;}
	#overview .overview_mobile .arrows{width:36px;height:27px;display:inline-block;background-image:url('../images/v2/arrows.png');position:absolute;top:27%; background-size: 100%;}
	#overview .overview_mobile .arrows.left{background-position:0px 0px;-webkit-transform: rotate(-180deg);-moz-transform: rotate(-180deg);-ms-transform: rotate(-180deg);-o-transform: rotate(-180deg); transform: rotate(-180deg);left:30%;}
	#overview .overview_mobile .arrows.right{background-position:0px 0px;right:30%;}
	#overview .overview_mobile .arrows.disabled{opacity:0;}
	#overview .overview_mobile .how_it_done{width:90%;margin:0 auto;background-color:#f7b985;padding:10px;margin-top:20%;}
	#overview .overview_mobile .how_it_done .how_it_done_inner{border:3px solid #000;padding:20% 10px;}
	#overview .overview_mobile .how_it_done .how_it_done_inner .title{margin-top: 0;}
	#overview .overview_mobile .how_it_done .how_it_done_inner .subtitle{margin:10% auto 0; width: 90%;min-height: inherit;}
	#overview .overview_mobile .title{font-size: 24pt; color: #000;font-weight: bold;text-align: center;margin-top: 20%;min-height: inherit;}
	#overview .overview_mobile .subtitle{font-size:12pt;color:#000;font-family: 'Futura-Boo';width:90%;display:block;text-align: center;margin: 5% auto;min-height: 74px;}
	#overview .overview_mobile .small_arrow{width:40px;height:30px;-webkit-transform: rotate(-180deg);-moz-transform: rotate(-180deg);-ms-transform: rotate(-180deg);-o-transform: rotate(-180deg); transform: rotate(-180deg);display:inline-block;background-size:40px;}
	#overview .overview_mobile .iphoneShade{width:65%;margin:0 auto;display:block;float:none;}
	
	/*Ovierview section ends*/
	
	/*About section starts*/
	/*.aboutBox .brownjacketgirl{width:100%;position:relative;height:100%;background-size:cover;}
	.aboutBox .aboutText{width:100%;position:absolute;top:0px;height:100%;padding:0 10%;}
	.aboutBox .aboutText h1{font-size: 30pt;margin-top: 40%;}
	.aboutBox .aboutText p{font-size: 14pt;}*/
	.aboutBox .brownjacketgirl{width:100%;position:absolute;height:30%;}
	.aboutBox .aboutText{width:100%;position:absolute;top:30%;height:60%;padding:0 10%;left: 0;}
	.aboutBox .aboutText h1{font-size: 30pt;margin-top: 5%;}
	.aboutBox .aboutText p{font-size: 14pt;}
	.video_popup_cover #introVideo{ width: 100%; height: 30%; margin: 25% auto;}
	.video_popup_cover{z-index:1;}
	
	/*About section ends*/
	
	/*Connect section starts*/
	.emailBox .shadeBox{width:100%;margin-left:0;height:100%;background-size:cover;}
	.emailBox .whiteBox{width:100%;background:rgba(253,253,253,0.7);height:100%;position:absolute;top:0px;margin:0px;}
	.emailBox .whiteBox .awsomeBox{width: 90%;  margin: 35% auto 0;padding:2%;}
	.emailBox .whiteBox .awsomeBox .title {font-size: 24pt; margin-top: 30px;font-weight: bold;}
	.emailBox .whiteBox .awsomeBox .subtitle{font-size: 12pt;}
	.emailBox .whiteBox .awsomeBox  #email1, .emailBox .whiteBox .awsomeBox  #email{width:80%;height:40px;line-height:40px;}
	.emailBox .whiteBox .awsomeBox .btn{margin-bottom: 30px;}
	/*Connect section ends*/
	
	/*Instagram section starts*/
	.seven-cols .col-xs-1,
	.seven-cols .col-md-1,
	.seven-cols .col-sm-1,
	.seven-cols .col-lg-1 {
		width: 33%;
		*width: 33%;
	}
	#instagram .instaImages{height:110px;}
	.seven-cols .loader_cover{z-index:2;display:block !important;}
	#instaFollow{z-index:3;background-color:#f7b985;width:90%;}
	#instaFollow .inner{border: 3px solid #000;width:95%;}
	/*Instagram section ends*/
	
	/*Footer part css*/
	.f_sub{display:none;font-size:14pt;}
	.f_sub div{margin: 10px 0;}
	.footerColumns{padding:0px;border-bottom:1px solid #aaa;width:100%;}	
	.socialLinks{padding:0px;border-bottom:0px !important;}
	.openclose{display:inline-block;float:right;font-size:20pt;	}
	#footer .footerBottom .heading{margin:10px 0px 0px;color:#aaa;font-weight:normal;}
	.heading.active{color:#000 !important;font-weight:bold !important;}
	#footer .footerTop{background-color:#fff;}
	#footer .footerTop .appDesc{font-size: 12pt;color: #767676;width: 70%;margin: 50px 15%;}
	#footer .appstore{width: 140px;height: 44px;background-size: 140px auto;margin: 0;}
	.appstore.android{background-position: 0px -44px;}
	#footer .footerBottom .row{margin: 0;}
	
	/*Footer part css ends*/
	
	.download_popup_cover .whiteBox{height:460px;}
	.download_popup_cover .whiteBox .awsomeBox .title {font-size: 38pt;}
	.download_popup_cover .whiteBox .awsomeBox .subtitle {font-size: 16pt;}
	.download_popup_cover .whiteBox .awsomeBox input[placeholder]{font-size:16px !important;width:400px;height:40px;border:1px solid #000;}
	
	.download_popup_cover .dontsettle_box{width: 385px; display: block; background-color: #e5b56b; position: absolute; top: 0; bottom: 0;left: 0; right: 0; margin: auto; height: 400px;}
	.download_popup_cover .dontsettle_box .left{display:none;}
	.download_popup_cover .dontsettle_box .right{display:inline-block;width:395px;vertical-align:top;color:#fff;text-align:center;padding:55px 20px;font-family: 'Futura-Boo';font-size: 13pt;}
	
	
	
	
	/*search page starts*/
	.search_result .searchMsg{min-width:100px;}
	#search_page_header{position:relative}
	#search_page_header .header,.search_result .searchTop{display:none;}
	#search_page_header .mobile_search{display:block;}
	.filterBox{margin-top:5%;width:100%;}
	.mobile_search_result{width:100%;}
	.search_result .resultSection .filterBox .filterOption{display:none;}
	.card-columns{column-count:2;}
	#search_result .search_result{padding:0px;}
	#search_result .mobile_search_row{margin:0px;}
	.mobile_filter_refine_box{width:100%; display: block; background-color: #fff; color: #000;  height: 80px;border-bottom:1px solid #aaa;}
	.mobile_filter_refine_box.marginTop{margin-top:100px;}
	.mobile_filter_refine_box .selector{width: 49%; display: inline-block; font-size: 24pt;line-height: 24pt; height: 100%;line-height: 80px; text-align: center;  margin-right: 0px;  padding: 0px; cursor:pointer;}
	.sortBox{background-color:#fff;}
	.sortBox .sortElem{width:100%;display:inline-block;margin:10px 0;}
	#mobile_refineOption .sortBox .sortElem{width:49%;}
	.sortBox .sortRadio,.sortBox .sortCheckbox,.colorsBox_ .colorsBox .colorName{font-size:20pt;vertical-align:top;overflow: hidden; text-overflow: ellipsis; white-space: nowrap; width: 100%; display: inline-block;}
	.colorsBox_ .colorsBox .colorName{max-width:200px;}
	.sortBox .sortRadio:before,.sortBox .sortCheckbox:before,.colorsBox_ .colorsBox .colorPallete{width: 18pt;height: 18pt;margin:0px 10px 0px 10px}
	.colorsBox_ .colorsBox{margin:10px 0px}
	#priceBox{padding:0px 10px;position:relative;}
	#mobile_refineOption{background-color:#fff; position: fixed; top: 0; left: 0;width: 100%;  display: inline-block;z-index:999;}
	#mobile_refineOption .refineTile {font-size: 24pt; font-weight: bold; margin: 0px 20px; color: #000;}
	#mobile_refineOption .mobile_mcustom_type,#mobile_refineOption .mobile_mcustom_website,#mobile_refineOption .mobile_mcustom_brands,#mobile_refineOption .mobile_mcustom_colors{height:105px;padding:0px 10px;}
	#mobile_refineOption .mobile_mcustom_identity{padding:0 10px;margin-top: 10px;}
	.refineOptionBtnBox{display: inline-block;width: 100%;position: absolute; bottom: 0;background-color: #f1f1f1;height: 70px;text-align: center;}
	.refineOptionBtnBox .cancel_btn{background-color: transparent;color: #000;display: inline-block;width: 45%;height: 50px;line-height: 50px;text-align: center;border: 2px solid #000;margin: 12px 5px 0px 0px; vertical-align: top;font-family: 'Futura-Dem'; letter-spacing: 2px;}
	.refineOptionBtnBox .apply_btn {background-color: #000;color: #fff;display: inline-block;width: 45%;height: 50px;line-height: 50px;text-align: center;border: 1px solid #000;    margin: 12px 0px 0px 5px; vertical-align: top;font-family: 'Futura-Dem'; letter-spacing: 2px;}
	#websitesBox, #brandBox{height:165px;}
	.sortBox, .colorsBox_{ padding-bottom: 15px; padding-top: 5px; border-bottom: 1px solid #f1f1f1; margin: 10px 0px;}
	.loader_cover{left:0px}
	.loader_txt{font-size:20pt;}
	.grid-item{width:47%;}
	.search_result .productName{font-size:26px; text-overflow: ellipsis;  overflow: hidden;}
	.search_result .productPrice{font-size:26px;overflow:hidden;text-overflow:ellipsis;}
	#sortOption{padding:30px 0px}
	.no_products{position:relative;}
	.no_products h3{margin:20px 0px;}
	.header{display:none;}
	#discover h1{padding-top:160px;}
	#discover_stories .collectionBox{width:50%}
	#discover_stories .collectionBox .card-block  .title{font-size:16pt;}
	#discover_stories .collectionBox .card-block .subtitle{font-size:10pt;}
	#package_banner  .imgSection{padding:0 4%;}
	.mobile_search{display:block;}
	#allpackages{width:90%;}
	#package_banner .productBox{width:33%;border:10px solid #fff;}
	#paginationSection  .discoverPagination{padding:0 5%;}
	.dstory{display:block;}
	
	
	.careers .card-deck {display: flex;justify-content: flex-start; flex-flow: row wrap; align-items: stretch;}
	.careers .card-deck .card { display: block; flex-basis: 90%; margin: 20px auto;}
	.bottomScrollMsg {font-family: 'Futura-Boo'; position: absolute; bottom: 30px;  width: 100%; text-align: center; font-size: 16pt; color: #000;  z-index: 2; letter-spacing: 2px;}
	.careers .careermarketing .grey-section_discover,.careers .careerdesign .grey-section_discover,.careers .careercontent .grey-section_discover,.careers .careerproduct .grey-section_discover{padding:0}
	#thesneakerreport{width:100%;display:block;margin:100px auto 0;}
	
	#discover_section{display:inline-block;width:100%;position:relative;background-color:#fff;}	
	#profile .mbl_logout{display:inline-block;background-color: #fff;  color: #000; border: 2px solid #000;}
	
}
@media (min-width:319px) and (max-width:358px)  {
	.search_result .productName,.search_result .productPrice{font-size:16px}
	.sale{width:20px;height:44px;background-size:20px auto;}

}
@media (min-width:319px) and (max-width:420px)  {
	/*Search section starts*/
	#search .see-all{display:none;}
	#search .home_row{display:none;}
	#search .mobile_search{display:block}
	#search .headerLogo{background-color:#000 !important;}
	#search .hook_logo{width:90px;height:75px;}
	#search .mainTitle{font-size:36pt;color:#000;text-align:center;margin-top:40%;font-family: 'Futura-Boo';font-weight:bold;padding:0px 20px;line-height: initial;}
	#searchBox{display:none;}
	#search .dummysearchBox{width:85%;border:1px solid #aaa;height:3em;display:block;margin:20px auto;position:relative;line-height:3em;}
	#search .dummysearchBox:after{content:"";-webkit-mask-image: url(../images/v2/svg/search.svg?v=0.1); mask-image: url(../images/v2/svg/search.svg)?v=0.1; mask: url(../images/v2/svg/search.svg?v=0.1); width: 24px; height: 25px;display: inline-block; background-repeat: no-repeat; background-color: #aaa; right: 15px; position: absolute;
    top: 10px;}
	#search .appstoreBox{width:100%;text-align:center;margin-top:50px;}
	.appstore {display: inline-block;width: 140px;height: 44px; background-image: url(../images/v2/footerImgs.png); margin: 0px 5px 0px 0px; background-size: 140px auto;background-repeat: no-repeat;}
	#search .appstore.android {background-position: 0px -44px;}
	#search .searchStringbox{width:85%;margin:5% auto;}
	.search_strings{display:inline-block;margin-right:7%;font-size:12pt;font-family: 'Futura-Boo';}
	#search .scroll_down{position:absolute;width:100%;text-align:center;bottom: 20px;font-size: 14px;font-family: 'Futura-Boo';}
	.mobile_hamburger {width: 25px;height: 19px;left: 15px;top: 16px;}
	.mobile_hamburger.lft{left:20px;}
	#mobile_header_search .search_icon{right: 15px;top: 15px;width: 25px; height: 26px;}
	#mobile_header_search{min-height:55px;}
	#mobile_header_search .hook_logo{background-color:#fff !important; height:50px;width:60px;margin-top:-8px;}
	#mobile_header_search .mobile_textsearch_box{margin-top:65px;height:45px;font-size:16pt;}
	#mobile_header_search .cross{width:22px;height:22px;right:15px;top:10px;}
	#mobile_header_search .popular_searches_box .title{margin: 15px;font-size: 14pt;padding-top: 0px;}
	#mobile_header_search .popular_searches_box .tags{ padding: 0px 15px; font-size: 14pt;text-transform: capitalize;}
	.mobilemenu .item { margin: 10px 0px; width: 100%; font-size: 24pt;}
	.mobile_avtar{width:100px;height:100px;border-radius:50%;}
	.avtar_name{font-size:14pt;margin:10px 0px 30px;font-weight:bold;}
	/*Search section ends*/
	
	/*Ovierview section starts*/
	#overview{padding-bottom: 0;}
	#overview .overview{display:none;}
	#overview .overview_mobile{display:inline-block;width:100%;height:100%;}
	#overview .overview_mobile .sliderArrowBox{position:absolute;bottom:0px;width:100%;height:60px;background-color:transparent;}
	#overview .overview_mobile .arrows{width:36px;height:27px;display:inline-block;background-image:url('../images/v2/arrows.png');position:absolute;top:27%; background-size: 100%;}
	#overview .overview_mobile .arrows.left{background-position:0px 0px;-webkit-transform: rotate(-180deg);-moz-transform: rotate(-180deg);-ms-transform: rotate(-180deg);-o-transform: rotate(-180deg); transform: rotate(-180deg);left:30%;}
	#overview .overview_mobile .arrows.right{background-position:0px 0px;right:30%;}
	#overview .overview_mobile .how_it_done{width:90%;margin:0 auto;background-color:#f7b985;padding:10px;margin-top:20%;}
	#overview .overview_mobile .how_it_done .how_it_done_inner{border:3px solid #000;padding:20% 10px;}
	#overview .overview_mobile .how_it_done .how_it_done_inner .title{margin-top: 0;}
	#overview .overview_mobile .how_it_done .how_it_done_inner .subtitle{margin:10% auto 0; width: 90%;min-height: inherit;}
	#overview .overview_mobile .title{font-size: 24pt; color: #000;font-weight: bold;text-align: center;margin-top: 20%;min-height: inherit;}
	#overview .overview_mobile .subtitle{font-size:12pt;color:#000;font-family: 'Futura-Boo';width:90%;display:block;text-align: center;margin: 5% auto;min-height: 74px;}
	#overview .overview_mobile .small_arrow{width:40px;height:30px;-webkit-transform: rotate(-180deg);-moz-transform: rotate(-180deg);-ms-transform: rotate(-180deg);-o-transform: rotate(-180deg); transform: rotate(-180deg);display:inline-block;background-size:40px;}
	#overview .overview_mobile .iphoneShade{width:40%;margin:0 auto;display:block;float:none;}
	
	/*Ovierview section ends*/
	
	/*About section starts*/
	/*.aboutBox .brownjacketgirl{width:100%;position:relative;height:100%;background-size:cover;}
	.aboutBox .aboutText{width:100%;position:absolute;top:0px;background:rgba(253,253,253,0.7);height:100%;padding:0 10%;left: 0;}
	.aboutBox .aboutText h1{font-size: 30pt;margin-top: 40%;}*/
	.aboutBox .brownjacketgirl{width:100%;position:absolute;height:30%;}
	.aboutBox .aboutText{width:100%;position:absolute;top:30%;height:60%;padding:0 10%;left: 0;}
	.aboutBox .aboutText h1{font-size: 30pt;margin-top: 5%;}
	.aboutBox .aboutText p{font-size: 14pt;}
	.video_popup_cover #introVideo{ width: 100%; height: 30%; margin: 25% auto;}
	.aboutBox{background-size: 290% 100%;background-position-x: -100%;}
	.circle{-webkit-border-radius: 90px;-moz-border-radius: 90px;border-radius: 90px;width:110px;height:110px;display:block; background-color: #fff; cursor:pointer;top:0;bottom:0;left:0;right:0;margin:auto;position:absolute;}
	/*About section ends*/
	
	/*Connect section starts*/
	.emailBox .shadeBox{width:100%;margin-left:0;height:100%;background-size:cover;}
	.emailBox .whiteBox{width:100%;background:rgba(253,253,253,0.7);height:100%;position:absolute;top:0px;margin:0px;left:0px;}
	.emailBox .whiteBox .awsomeBox{width: 90%;  margin-top: 35%;padding:2%;}
	.emailBox .whiteBox .awsomeBox .title {font-size: 24pt; margin-top: 30px;font-weight: bold;}
	.emailBox .whiteBox .awsomeBox .subtitle{font-size: 12pt;}
	.emailBox .whiteBox .awsomeBox  #email1, .emailBox .whiteBox .awsomeBox  #email{width:80%;height:40px;line-height:40px;}
	.emailBox .whiteBox .awsomeBox .btn{margin-bottom: 30px;}
	/*Connect section ends*/
	
	/*Instagram section starts*/
	.seven-cols .col-xs-1,
	.seven-cols .col-md-1,
	.seven-cols .col-sm-1,
	.seven-cols .col-lg-1 {
		width: 33%;
		*width: 33%;
	}
	#instagram .instaImages{height:110px;}
	
	#instaFollow{z-index:3;background-color:#f7b985;width:90%;}
	#instaFollow .inner{border: 3px solid #000;width:95%;}
	/*Instagram section ends*/
	
	/*Footer part css*/
	.f_sub{display:none;font-size:14pt;}
	.f_sub div{margin: 10px 0;}
	.footerColumns{padding:0px;border-bottom:1px solid #aaa;width:100%;}	
	.socialLinks{padding:0px;border-bottom:0px !important;}
	.openclose{display:inline-block;float:right;font-size:12pt;	}
	#footer .footerBottom .heading{margin:10px 0px 0px;color:#aaa;font-weight:normal;}
	.heading.active{color:#000 !important;font-weight:bold !important;}
	#footer .footerTop .appDesc{font-size: 12pt;color: #767676;width: 70%;margin: 50px 15%;}
	#footer .appstore{width: 140px;height: 44px;background-size: 140px auto;margin: 0;}
	.appstore.android{background-position: 0px -44px;}
	#footer .footerBottom .row{margin: 0;}
	
	/*Footer part css ends*/
	
	.download_popup_cover .whiteBox{height:370px;width:80%;}
	.download_popup_cover .whiteBox .awsomeBox{width: 96%;  margin: 2%;}
	.download_popup_cover .whiteBox .awsomeBox .title {font-size: 20pt;margin-top:30px;}
	.download_popup_cover .whiteBox .awsomeBox .subtitle {font-size: 12pt;padding:10px;margin-top:10px;}
	.download_popup_cover .whiteBox .awsomeBox .btn{margin-bottom:30px;font-size:10pt;}
	.download_popup_cover .whiteBox .awsomeBox input[placeholder]{font-size:14px !important;width:80%;height:40px;border:1px solid #000;}
	.download_popup_cover .whiteBox .awsomeBox  #email2{width:80%;height:40px;}
	
	.download_popup_cover .dontsettle_box{width: 80%; display: block; background-color: #e5b56b; position: absolute; top: 0; bottom: 0;left: 0; right: 0; margin: auto; height: 420px;}
	.download_popup_cover .dontsettle_box .left{display:none;}
	.download_popup_cover .dontsettle_box .right{display:inline-block;width:100%;vertical-align:top;color:#fff;text-align:center;padding:55px 20px;font-family: 'Futura-Boo';font-size: 13pt;}
	
	/*search page*/
	.mobile_filter_refine_box{height:50px;border-bottom: 1px solid #f1f1f1;}
	.mobile_filter_refine_box.marginTop{margin-top:60px;}
	.mobile_filter_refine_box .selector{font-size:12pt;line-height:50px;width:49%;font-family: 'Futura-Boo'}
	.search_result .resultSection{padding-top:0px}
	.sortBox .sortElem{margin: 0px;padding:4px 10px;}
	.sortBox .sortRadio,.sortBox .sortCheckbox{font-size:12pt;}
	#mobile_refineOption .refineMTitle{font-size: 14pt;color:#000;font-family: 'Futura-Boo';height: 50px; vertical-align: top;line-height: 50px; padding: 0px 15px;background-color: #f1f1f1;margin-bottom:15px;}
	#mobile_refineOption .close_refine{background-image:url(../images/v2/svg/cross.svg);background-position: 0px 0px; width: 22px;height: 19px; margin: 15px 0px; vertical-align: top;cursor:pointer;display:inline-block;background-repeat:no-repeat;float:right;}
	#mobile_refineOption .refineTile {font-size: 12pt; margin: 0px 10px;padding: 0 10px;}
	#mobile_refineOption .refineTile:after{background-size: contain;cursor:pointer;content: "";-webkit-mask-image:url(../images/v2/svg/up.svg?v=0.1);mask-image::url(../images/v2/svg/up.svg?v=0.1);background-repeat:no-repeat;width:15px;height:8px;display: inline-block;-webkit-transform: rotate(-180deg);moz-transform: rotate(-180deg); -ms-transform: rotate(-180deg);  -o-transform: rotate(-180deg);  transform: rotate(-180deg); cursor:pointer;   position: absolute; right: 25px;background-color: #777;margin-top: 10px;}
	#mobile_refineOption .mobile_mcustom_type, #mobile_refineOption .mobile_mcustom_website, #mobile_refineOption .mobile_mcustom_brands, #mobile_refineOption .mobile_mcustom_colors{height:120px;margin-top: 10px;}
	#priceBox{padding-bottom: 15px; padding-top: 05px;}
	#websitesBox, #brandBox,#categoriesBox,#colorsBox{height:auto;}
	.colorsBox_ .colorsBox .colorName{max-width:100px;}
	.sortBox .sortRadio, .sortBox .sortCheckbox, .colorsBox_ .colorsBox .colorName{font-size:12pt;}
	.sortBox .sortRadio:before, .sortBox .sortCheckbox:before, .colorsBox_ .colorsBox .colorPallete { width: 12pt; height: 12pt; margin: 0px 10px 0px 0px;vertical-align: top;}
	.colorsBox_ .colorsBox{margin:0px;padding:4px 10px;}	
	#mobile_sortOption{padding:0 10px;display: block; position: fixed; z-index: 999; width: 100%;  top: 0px; left: 0px;  height: 667px;  background: rgba(0,0,0,0.75);color: #fff;margin:0;}	
	.search_result .productName{font-size:16px;line-height: initial;padding-top:10px;}
	.search_result .productPrice{font-size:16px;line-height: initial;}
	.dstory .title{font-size:20px;margin-bottom:10px;}
	.dstory .subtitle{font-size:14px;font-family:'Playfair Display', serif;font-style:italic;margin;10px 0px;}
	.sale{width:25px;height:55px;background-size:25px auto;}
	.search_result .card-columns .card .card-img{min-height:180px}
	.search_result .card-columns .card .card-block .productName{font-size:20px}
	.search_result .card-columns .card .card-block{font-size:18px}
	#sortOption{padding: 0px 0px;background-color: #fff; color: #000; position: absolute;  left: 0;  right: 0; top: 0; bottom: 0; height: 280px; margin: auto auto;width: 80%;}
	#sortOption .sortTitle{height: 50px; vertical-align: top; line-height: 50px; padding: 0px 15px; background-color: #f1f1f1;font-family: 'Futura-Boo';margin-bottom: 10px;}
	#discover h1{padding-top:120px;font-size:40pt;}
	#discover .subtitle{font-size:12pt;padding:0 10%;}
	#discover .appStoreBox .appStore{background-size:120px auto;height: 38px; width: 120px;}
	#discover .appStoreBox .android{background-position:0px -38px}
	#discover_stories .navBox .navItem {margin: 0px 10px; font-size: 12pt;}
	#discover_stories .collectionBox .card-block  .title{font-size:10pt;margin-top:10px;}
	#discover_stories .collectionBox .card-block .subtitle{font-size:7pt;}
	.card-block{padding:10px}
	#discover_stories .navBox{margin:30px 0px}
	#discover_stories .collectionBox{border:5px solid #fff;}
	
	#package_banner  .catlogtitle{font-size:14pt;}
	#package_banner  .title{font-size:24pt;}
	#package_banner .description {font-size: 12pt;  margin: 30px 0px 30px;}
	#package_banner .productBox{width:50%;border:5px solid #fff;}
	#package_banner  .productBox .product_name {font-size: 12pt;}
	#package_banner  .productBox .price{font-size:10pt;}
	#paginationSection  .discoverPagination .paginationBox .leftElement, #paginationSection  .discoverPagination .paginationBox .rightElement{font-size:12pt;}
	#paginationSection  .discoverPagination{padding:0 5%;}
	#paginationSection  .discoverPagination .paginationBox .pn{font-size:10pt;}
	
	
	.careers .grey-section_discover h1{margin-top:200px;font-size:40pt;}
	.careers .grey-section_discover{padding:0 7%}
	.careers .grey-section_discover .subtitle{font-size:16pt;}
	.careers .openPositions h1{font-size:32pt; margin:20px 0px}
	.careers .openPositions .card .card-block{margin-top:-30px}
	.careers .openPositions .card .card-block .caption{font-size:20pt;}
	.careers .openPositions .card .card-block .card-text, .careers .openPositions .card .card-block .openingTitle{font-size:10pt;}
	.careers .career_listing h1{font-size:22pt}
	.careers .career_listing .reqDesc {font-size: 10pt;margin:20px 0px}
	.helloemail{font-size:14pt}
	.careers .bottomScrollMsg{display:block;font-size: 8pt;  letter-spacing: 2px; bottom: 20px;}

	#discover_section .title{width:100%;display:inline-block;text-align:center;font-family:'Futura-Boo';font-size:24pt;font-weight:bold;padding:15px 0px;}
	#discover_section .desc{display:block;padding:0px 25px;font-size:14pt;font-family:'Futura-Boo';text-align:center;margin-bottom:15px}
	#discover_section .dsubtitle {font-size: 14px;font-family: 'Playfair Display', serif; font-style: italic;text-align:center;}
	#discover_section .dtitle { font-size: 20px; margin-bottom: 10px;font-family:'Futura-Boo';text-align:center;}
	
	#profile,#search_result.wishlist_details{padding-top:60px;}
	#search_result.wishlist_details.trending{padding-top:0px;}
	#profile .profile_image_box{margin:20px 0px 10px;}
	#profile .profile_img{width:100px;height:100px;}
	#profile .profile_name{font-size:18pt;}
	#profile .edit_profile_btn{font-size:12pt;letter-spacing:2px;}
	#profile .profile_tabs{margin:0 0%;line-height:40px;height:40px;}
	#profile .profile_tabs .tabs{margin:0px 10px;font-size:12pt;letter-spacing:1px;}
	#profile .profile_tabs .tabs.active{height:39px;}
	#profile .likes_box .like_imgs{width:60px;height:60px;}
	#profile .likes_box {margin: 0 5%; padding: 10px 0px 0px;}
	
	#profile .notification_banner, #profile .wishlist_panel{margin:0 5%;}
	.wishlist_titlebox h4{font-size:12pt;margin-bottom: 0;}
	.wishlist_box.add_wishlist{font-size:40pt;}
	.add_wishlist_box{width:90%;}
	.add_wishlist_box.small .cols{width:100%;}
	#search_result.wishlist_details .filterBox{padding-right:15px;}
	.wishlist_details .mobile_search_result{margin-top:20px;}
	.wishlist_details.trending .mobile_search_result{margin-top:-40px}
	.filterBox .wishlist_box.add_wishlist.small{width: 100px; height: 100px; line-height: 99px;}
	.filterBox .wishlist_box.small{width:100px; height: 100px;}
	.horizontal_only{display:inline-block;}
	.filterBox .customscroller{height:140px;width:100%;margin-bottom:10px;}
	
	
	
	
	#loginModal .box{width:100%;margin-top:0px}
	#loginModal .box .left{display:none;}
	#loginModal .box .right{left:0;right:0;margin:0 auto;}
	
	.clear_all{right: 60px; top: 2px;}
	.clear_all.m_sort_clear{right: 10px; top: 14px;}
	
}

@media (min-width:421px) and (max-width:766px)  {
	.download_popup_cover .whiteBox{height:385px;width:80%;}
	.download_popup_cover .whiteBox .awsomeBox{width: 96%;  margin: 2%;}
	.download_popup_cover .whiteBox .awsomeBox .title {font-size: 22pt;margin-top:30px;}
	.download_popup_cover .whiteBox .awsomeBox .subtitle {font-size: 14pt;padding:10px;margin-top:10px;}
	.download_popup_cover .whiteBox .awsomeBox .btn{margin-bottom:30px;font-size:12pt;}
	.download_popup_cover .whiteBox .awsomeBox input[placeholder]{font-size:16px !important;width:80%;height:40px;border:1px solid #000;}
	.download_popup_cover .whiteBox .awsomeBox  #email2{width:80%;height:40px;}
	
	.download_popup_cover .dontsettle_box{width: 90%; display: block; background-color: #e5b56b; position: absolute; top: 0; bottom: 0;left: 0; right: 0; margin: auto; height: 420px;}
	.download_popup_cover .dontsettle_box .left{display:none;}
	.download_popup_cover .dontsettle_box .right{display:inline-block;width:100%;vertical-align:top;color:#fff;text-align:center;padding:55px 20px;font-family: 'Futura-Boo';font-size: 13pt;}
	
	#package_banner .productBox{width:50%;border:5px solid #fff;}
	#package_banner  .productBox .product_name {font-size: 12pt;}
	#package_banner  .productBox .price{font-size:10pt;}
	#paginationSection  .discoverPagination .paginationBox .leftElement, #paginationSection  .discoverPagination .paginationBox .rightElement{font-size:12pt;}
	#paginationSection  .discoverPagination{padding:0 5%;}
	#paginationSection  .discoverPagination .paginationBox .pn{font-size:10pt;}
}
@media (min-width:1001px) and (max-width: 1249px)  {
	
}
@media (min-width:1250px) and (max-width: 1380px)  {
	.packageImg {width:20%;}
}

@media (min-width:1381px) and (max-width: 1550px)  {
	
}
@media (min-width:1551px) and (max-width:1909px){
	
}	
@media (min-width:1910px) and (max-width:2549px){
	.hook_logo{width:160px;height:133px;}
	#searchBox{top:180px;width:1000px;}
	#searchBox .searchPanelTop .hamburger{width:50px;height:40px;margin:35px 20px;}
	#searchBox .searchPanelTop .camera{width:60px;height:60px;margin:20px}
	#searchBox .searchPanelTop .search{width: 50px; height: 51px;margin:25px 10px;}
	#searchBox .searchPanelTop .searchTextBox{width:700px;}
	#searchBox span.searchTitle{font-size:34pt;height:66px;line-height:66px;}
	.getapp{height:360px;}
	.getapp .title{font-size:42pt;margin-top:70px;}
	.packageImg .apple,.packageImg .playstore{width:70px;height:70px;}
	#searchBox .searchPanelTop .searchTextBox input[placeholder]{width:100%;font-size:30pt;height:65px;}
	#searchBox .searchPanelTop .cross{width:50px;height:50px;margin:25px 20px;}
	.searchLinkBox .link{font-size:28pt;margin:10px 25px 0px 0px;}
	#searchBox .searchPanelHeading, #searchBox .searchPanelDescription{font-size:24pt;}
	#searchBox .searchPanelDescription.fixHeight{height:270px;}
	#searchBox .searchPanelDescription p,#searchBox .searchPanelDescription p.trending_txt a{font-size:24pt}
	.socialLinkBox .f,.socialLinkBox .i,.socialLinkBox .p,.socialLinkBox .e{width:50px;height:50px;}
	#search .see-all{font-size:30pt;right:8px}
	h1.cropHeader{font-size:26pt}
	#cropLeft ol li{font-size:22pt;}
	#cropLeft ol li img{width:100px;height:100px;}
	.btns{font-size:30px;padding:10px 25px 8px 25px;}
	div#cropRight{height:575px;}
	
	#overview h1{font-size:42pt;margin-top:70px;}
	#overview p{font-size:28pt;}
	#overview .title{font-size:42pt;min-height:210px;}
	.desc{font-size:26pt;padding-left:65px;}
	.homesprite1,.homesprite2,.homesprite3,.homesprite4{width:50px;height:50px;margin-top:10px;margin-right:15px}
	#overview .iphoneShade{max-width:420px;margin-right:30px;width:420px;}
	.appstore{width:240px;height:75px;background-size:240px auto}
	.appstore.android{background-position:0px -76px;}
	#overview .slideImgsBox{min-width:600px;}
	#overview .imgs{background-size:cover}
	#overview .imgs.s1_1{width:200px;height:108px;top:800px;right:130px;}
	#overview .imgs.s1{width:300px;height:208px;top:650px;}
	#overview .imgs.s2{width:350px;height:190px;}
	#overview .imgs.s2_1{width:100px;height:80px;top:200px;}
	#overview .imgs.s3{width:220px;height:58px;top:750px;left:345px;}
	#overview .imgs.s4{width:450px;height:269px;top:360px;}
	#overview .imgs.s4_1{width:310px;height:81px;top:620px;left:40px;}
	#overview .imgs.s5{width:260px;height:112px;top:400px}
	#overview .imgs.s6{width:315px;height:83px;top:175px;left:230px;}
	#overview .imgs.d2,#overview .imgs.d1{width:285px;height:456px;top:150px}
	#overview .imgs.t1{width:200px;height:226px;}
	#overview .imgs.t2{width:200px;height:249px;top:420px;}
	#overview .imgs.t3{width:180px;height:189px;top:150px;left:335px;}
	#overview .imgs.t4{width:180px;top:420px;height:269px;left:335px}
	#overview .imgs.t5{width:120px;height:105px;top:205px;}
	#overview .imgs.t6{width:120px;height:130px;top:400px;}
	#overview .imgs.w1{width:230px;height:391px;top:300px;left:70px;}
	#overview .imgs.w2{width:220px;height:239px;top:75px;left:250px;}
	#overview .imgs.w3{width:120px;height:118px;top:450px;left:380px;}
	#overview .imgs.w4{width:300px;height:230px;top:710px;left:300px;}
	#overview .imgs.w5{width:170px;height:185px;left:500px;}
	#overview .imgs.w6{width:220px;height:266px;top:230px;left:510px;}
	
	.aboutBox,.emailBox{height:1000px}
	.aboutBox .brownjacketgirl{height:1000px;background-size:1275px auto}
	.aboutBox .aboutText h1{font-size:70pt;margin-top:200px;}
	.aboutBox .aboutText p{font-size:28pt;}
	.emailBox .shadeBox{width:1000px;height:1000px;background-size:1000px auto;}
	.emailBox .whiteBox{margin-top:100px;width:650px;}
	.emailBox .whiteBox .awsomeBox{width:610px;margin:20px auto;}
	.emailBox .whiteBox .awsomeBox .title {font-size: 46pt; margin-top: 50px;}
	.emailBox .whiteBox .awsomeBox .subtitle {font-size: 26pt; margin-top: 40px; padding: 0px 30px;}
	.emailBox .whiteBox .awsomeBox  #email1, .emailBox .whiteBox .awsomeBox  #email{width:490px;height:80px;}
	.emailBox .whiteBox .awsomeBox input[placeholder]{font-size:26pt !important;}
	.emailBox .whiteBox .awsomeBox .btn{font-size:22pt;height:80px;letter-spacing:3px;margin-top:30px;padding:16px 32px}
	
	#instagram .instaImages{height:310px;}
	#instaFollow{width: 540px;height: 410px;}
	#instaFollow .inner{width: 520px;height: 400px;}
	#instaFollow .inner h3{font-size:40pt;margin:45px 0px}
	#instagram .socialLinkBox{height:50px;}
	#instaFollow .inner .instaMsg{margin:30px 0;font-size:40pt;}
	
	#footer .footerTop .appDesc{font-size:26pt;}
	#footer .footerBottom .heading{font-size:24pt;margin-top:30px;}
	#footer .footerBottom a,#footer .footerBase .cuteMsg{font-size:22pt;}
	#footer .socialLinks .f,#footer .socialLinks .i,#footer .socialLinks .p,#footer .socialLinks .e{width:50px;height:50px}
	#footer .footerBase .copyright{font-size:20px}
	
	.header{height:160px;}
	.search_result .searchMsg .top{font-size:52px;}
	.search_result .searchMsg .productCnt{font-size:32px;}
	.search_result .productName{font-size:42px;}
	.search_result .productPrice{font-size:42px;}
	.header #searchBox{top: 30px; left: -160px;}
	.sale{left:25px;width: 60px; height: 135px;  background-size: 60px auto;}
	.search_result .resultSection .filterBox .filterOption .filterTitle{font-size:28pt}
	.search_result .resultSection .filterBox .filterOption .filterTitle:after{width: 30px;  height: 18px;}
	.search_result .resultSection .filterBox .filterOption {padding: 25px 0 20px 0;}
	.sortBox .sortRadio, #identitiesOption .sortRadio, .sortBox .sortCheckbox,.colorsBox_ .colorsBox{font-size:26pt}
	.sortBox .sortRadio:before,.sortBox .sortCheckbox:before,.colorsBox_ .colorsBox .colorPallete{width: 25px;height: 25px;margin:0px 15px 0px 0px;}
	.sortBox .sortElem{margin:25px 0px}
	.colorsBox_ .colorsBox .colorName{max-width:190px;}
	
	.see_our_promo{font-size:40pt;margin-top:40px}
	.circle{width:180px;height:180px;border-radius:95px;}
	.triangle{border-width: 35px 0 35px 56px; margin: auto 70px;}
	.video_popup_cover .cross_box{width:110px;height:110px;}
	.video_popup_cover .cross{width:40px;height:40px;}
	/*.video_popup_cover #introVideo{margin:50px auto}*/
}
@media (min-width:2550px) and (max-width:3000px){
	.hook_logo{width:188px;height:160px;}
	#search .grid .packageImg{width:20%}
	.packageImg .hover_desc .title{font-size:36px;}
	.packageImg .hover_desc .subtitle{font-size:26px;}
	.header_menu_box{font-size:34pt;line-height:185px;height:185px;}
	#searchBox{top:200px;width:1200px;}
	#searchBox .searchPanelTop .hamburger{width:60px;height:50px;margin:30px 20px;}
	#searchBox .searchPanelTop .camera{width:70px;height:70px;margin:20px}
	#searchBox .searchPanelTop .search{width: 60px; height: 63px;margin:25px 10px;}
	#searchBox .searchPanelTop .searchTextBox{width:855px;}
	#searchBox span.searchTitle{font-size:34pt;height:66px;line-height:66px;}
	#searchBox .searchPanelDescription .search_txt, #searchBox .searchPanelDescription .discover_txt, #searchBox .searchPanelDescription .overview_txt, #searchBox .searchPanelDescription .trending_txt{height:110px;}
	.getapp{height:360px;}
	.getapp .title{font-size:46pt;margin-top:80px;}
	.packageImg .apple,.packageImg .playstore{width:80px;height:80px;}
	#searchBox .searchPanelTop .searchTextBox input[placeholder]{width:100%;font-size:36pt;height:65px;}
	#searchBox .searchPanelTop .cross{width:45px;height:45px;margin-top:30px;}
	.searchLinkBox .link{font-size:28pt;margin:10px 25px 0px 0px;}
	#searchBox .searchPanelHeading, #searchBox .searchPanelDescription{font-size:24pt;}
	#searchBox .searchPanelDescription.fixHeight{height:270px;}
	#searchBox .searchPanelDescription p,#searchBox .searchPanelDescription p.trending_txt a{font-size:28pt}
	.socialLinkBox .f,.socialLinkBox .i,.socialLinkBox .p,.socialLinkBox .e{width:50px;height:50px;}
	#search .see-all{font-size:34pt;}
	#search .see-all{right:15px}
	.search_result .searchMsg{margin-top:185px;}
	.search_result .searchTop{padding:60px 0;}
	.leftsidebar{width:465px;}
	h1.cropHeader{font-size:26pt}
	#cropLeft ol li{font-size:24pt;}
	#cropLeft ol li img{width:100px;height:100px;}
	.btns{font-size:30px;padding:10px 25px 8px 25px;}
	div#cropRight{height:575px;}
	
	#overview h1{font-size:46pt;margin-top:80px;}
	#overview p{font-size:30pt;}
	#overview .title{font-size:44pt;min-height:210px;}
	.desc{font-size:28pt;padding-left:75px;}
	.homesprite1,.homesprite2,.homesprite3,.homesprite4{width:60px;height:60px;margin-top:10px;margin-right:15px}
	#overview .iphoneShade{max-width:480px;margin-right:35px;width:480px;}
	.appstore{width:260px;height:80px;background-size:260px auto}
	.appstore.android{background-position:0px -82px;}
	#overview .slideImgsBox{min-width:950px;}
	#overview .imgs{background-size:cover}
	#overview .imgs.s1_1{width:200px;height:108px;top:800px;right:130px;}
	#overview .imgs.s1{width:300px;height:208px;top:650px;}
	#overview .imgs.s2{width:350px;height:190px;}
	#overview .imgs.s2_1{width:100px;height:80px;top:200px;}
	#overview .imgs.s3{width:220px;height:58px;top:750px;left:345px;}
	#overview .imgs.s4{width:450px;height:269px;top:360px;}
	#overview .imgs.s4_1{width:310px;height:81px;top:620px;left:40px;}
	#overview .imgs.s5{width:260px;height:112px;top:400px}
	#overview .imgs.s6{width:315px;height:83px;top:175px;left:230px;}
	#overview .imgs.d2,#overview .imgs.d1{width:400px;height:640px}
	#overview .imgs.t1{width:300px;height:339px;}
	#overview .imgs.t2{width:330px;height:412px;top:480px;}
	#overview .imgs.t3{width:250px;height:263px;top:150px;left:430px;}
	#overview .imgs.t4{width:250px;top:470px;height:430px;left:430px}
	#overview .imgs.t5{width:180px;height:157px;top:245px;}
	#overview .imgs.t6{width:180px;height:195px;top:450px;}
	#overview .imgs.w1{width:230px;height:391px;top:300px;left:100px;}
	#overview .imgs.w2{width:220px;height:239px;top:75px;left:300px;}
	#overview .imgs.w3{width:120px;height:118px;top:450px;left:480px;}
	#overview .imgs.w4{width:300px;height:230px;top:710px;left:400px;}
	#overview .imgs.w5{width:170px;height:185px;left:600px;}
	#overview .imgs.w6{width:220px;height:266px;top:230px;left:610px;}
	#package_banner  .description{font-size:30pt;}
	.discoverPages,#package_banner  .grey-section_discover{height:600px}
	#package_banner  .productBox .product_name{font-size:28pt;}
	#package_banner  .productBox .price{font-size:26pt;}
	#paginationSection  .discoverPagination .paginationBox .pn{font-size:26pt}
	#paginationSection  .discoverPagination .paginationBox .leftElement, #paginationSection  .discoverPagination .paginationBox .rightElement{font-size:26pt;}
	.imgcourtsey{font-size:18pt;}
	.aboutBox,.emailBox{height:1200px}
	.aboutBox .brownjacketgirl{height:1200px;background-size:1520px auto}
	.aboutBox .aboutText h1{font-size:80pt;margin-top:300px;}
	.aboutBox .aboutText p{font-size:32pt;}
	.emailBox .shadeBox{width:1300px;height:1200px;background-size:1200px auto;}
	.emailBox .whiteBox{margin-top:150px;width:740px;}
	.emailBox .whiteBox .awsomeBox{width:700px;margin:20px auto;}
	.emailBox .whiteBox .awsomeBox .title {font-size: 52pt; margin-top: 80px;}
	.emailBox .whiteBox .awsomeBox .subtitle {font-size: 28pt; margin-top: 50px; padding: 0px 50px;}
	.emailBox .whiteBox .awsomeBox  #email1, .emailBox .whiteBox .awsomeBox  #email{width:520px;height:90px;}
	.emailBox .whiteBox .awsomeBox input[placeholder]{font-size:28pt !important;}
	.emailBox .whiteBox .awsomeBox .btn{font-size:24pt;height:90px;letter-spacing:3px;margin-top:40px;padding:16px 32px}
	
	#instagram .instaImages{height:410px;}
	#instaFollow{width: 580px;height: 440px;}
	#instaFollow .inner{width: 560px;height: 420px;}
	#instaFollow .inner h3{font-size:44pt;margin:55px 0px}
	#instagram .socialLinkBox{height:50px;}
	#instaFollow .inner .instaMsg{margin:40px 0;font-size:44pt;}
	#footer .footerTop .appDesc{font-size:28pt;}
	#footer .footerBottom .heading{font-size:26pt;margin-top:30px;}
	#footer .footerBottom a,#footer .footerBase .cuteMsg{font-size:24pt;}
	#footer .socialLinks .f,#footer .socialLinks .i,#footer .socialLinks .p,#footer .socialLinks .e{width:50px;height:50px}
	#footer .footerBase .copyright{font-size:22px}
	
	.header{height:185px;}
	.search_result .searchMsg .top{font-size:56px;}
	.search_result .searchMsg .productCnt{font-size:36px;}
	.search_result .productName{font-size:46px;}
	.search_result .productPrice{font-size:46px;}
	#websitesBox, #brandBox, #colorsBox, #categoriesBox{height:350px;}
	.header #searchBox{top: 40px; left: -270px;}
	.sale{left:25px;width: 60px; height: 135px;  background-size: 60px auto;}
	.search_result .resultSection .filterBox .filterOption .filterTitle{font-size:28pt}
	.search_result .resultSection .filterBox .filterOption .filterTitle:after{width: 30px;  height: 18px;}
	.search_result .resultSection .filterBox .filterOption {padding: 25px 0 20px 0;}
	.sortBox .sortRadio, #identitiesOption .sortRadio, .sortBox .sortCheckbox,.colorsBox_ .colorsBox{font-size:28pt}
	.sortBox .sortRadio:before,.sortBox .sortCheckbox:before,.colorsBox_ .colorsBox .colorPallete{width: 30px;height: 30px;margin:0px 15px 0px 0px;}
	.sortBox .sortElem{margin:25px 0px}
	.colorsBox_ .colorsBox .colorName{max-width:190px;}
	
	#loginModal .box{width:1400px;}
	#loginModal .box .left{background-size:800px auto;width:800px;height:800px;}
	#loginModal .box .right{width:600px;padding:30px 30px;}
	#loginModal .box .right .topPanel{height:80px;}
	#loginModal .box .right .topPanel .tab{font-size:30pt;height:80px;margin-right:30px;}
	#loginModal .box .right .f_btn,#loginModal .box .right .i_btn{font-size:26pt;line-height:80px;height:80px;}
	#loginModal .box .right .close{width:50px;height:50px;}
	#loginModal .box .right .email_login,#loginModal .box .right .sign_in, #loginModal .box .right .sign_up{margin-top:30px;}
	#loginModal .box .right .email_login .txtbx{font-size:24pt;padding:20px;}
	#loginModal .box .right .email_login .gender_option_box{font-size:24pt;padding:20px;}
	#loginModal .box .right .email_login .sign_in_links{font-size:22pt;margin:30px 0px;}
	#loginModal .box .right .signin_btn{font-size:24pt;height:80px;line-height:80px;}
	#loginModal .box .right .topPanel .bck{font-size:24pt}
	.gender_selection_box{width:220px;}
	.gender_selection_box .m, .gender_selection_box .f{padding:10px 0px;}
	.see_our_promo{font-size:50pt}
	.circle{width:210px;height:210px;border-radius:120px;}
	.triangle{border-width:45px 0 45px 66px;margin:auto 80px;}
	.video_popup_cover .cross_box{width:125px;height:125px;}
	.video_popup_cover .cross{width:45px;height:45px;}
	/*.video_popup_cover #introVideo{margin:60px auto}*/
}
/*CSS added by Ganesh*/
/*.container-fluid {
    padding: 0;
}*/
/*.container-fluid .row {
    margin: 0 4px;
}*/

#cropRight .browse:hover {
    color: #ff6666;
    text-decoration: underline;
}
.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background: black !important;}

/*CSS added by Ganesh ends here*/