@import "css/reset.css";

html,
body {
  position: relative;
  height: 100%;
  width: 100%;
  overflow-x: hidden;
}

body {
  font-family: 'Montserrat',sans-serif;
  margin: 0;
  padding: 0;
  color: #232323;
  font-size: 13px;
  line-height: 1.4;
  width: 100%;
  -webkit-text-size-adjust: 100%;
  overflow: hidden;
  font-weight: 300;
}

.clear {
  clear: both;
  display: block;
}

.clearleft {
  clear: both;
  float: left;
  display: block;
}

a {
  text-decoration: none;
  color: #484848;
}

p {
  padding: 0px;
  margin: 0px;
  line-height: 20px;
}

blockquote {
  background: #f4f5f9;
  padding: 20px;
  margin: 0 0 20px 0;
  font-size: 22px;
  line-height: 30px;
  font-weight: 300;
  color: #B82530;
  border-bottom: 3px #0B5589 solid;
}

blockquote span {
  display: block;
  color: #f20612;
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
  line-height: 30px;
}

.videocontainer {
  max-width: 100%;
  padding: 0;
  display: block;
  margin: 0;
}

#mobile_wrap {
  width: 100%;
  margin: auto;
}


/*===============================================*/


/* 3. H TITLES		 						 */


/*===============================================*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 300;
  letter-spacing: -0.5px;
  color: #232323;
  padding: 0 0 5px 0;
  margin: 0;
}

h1 {
  font-size: 60px;
}

h2 {
  font-size: 26px;
}

h3 {
  font-size: 22px;
}

h4 {
  font-size: 20px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 14px;
  font-weight: 400;
  color:#CE1B28;
}

h2.page_title {
  width: 94%;
  font-size: 20px;
  line-height: 25px;
  font-weight: 300;
  padding: 20px 0 15px 0;
  margin: 0px 2% 5px 2%;
  display: inline-block;
  letter-spacing: 0.5px;
  position: relative;
  z-index: 1;
}
h2.page_title:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 50px;
  border-bottom: 0px solid #1FC0A0;
}
h2.page_title_right {
  width: 90%;
  font-size: 16px;
  line-height: 25px;
  font-weight: 300;
  padding: 20px 0 5px 0;
  margin: 0px 5% 15px 5%;
  display: inline-block;
  letter-spacing: -0.5px;
  position: relative;
  z-index: 1;
  text-align:right;
  font-weight: 400;
}
h2.page_title_right:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  height: 3px;
  width: 30px;
  border-bottom: 3px solid #B82530;
}

h2.page_title span {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.5px;
  color: #1AB099;
}

h2.blog_title {
  width: 90%;
  font-size: 24px;
  line-height: 28px;
  font-weight: 300;
  padding: 10px 0 15px 0;
  margin: 0px 5% 15px 5%;
  border-bottom: 1px #f0f0f0 solid;
  display: inline-block;
  letter-spacing: -0.5px;
}

h3.page_subtitle {
  width: 95%;
  font-size: 16px;
  line-height: 25px;
  font-weight: 300;
  padding: 10px 0 10px 5%;
  margin: 0px 0 15px 0;
  background-color: #f20612;
  color: #ffffff;
  display: inline-block;
  letter-spacing: -0.5px;
}


/*===============================================*/


/* 4. HEADER AND HEADER NAVIGATION */


/*===============================================*/

.homenavbar {
  width: 100%;
}

.homenavbar h1 {
  color: #fff;
  font-size: 34px;
  font-weight: 300;
  padding: 10px 0 0 2%;
  margin: 0px;
}

.homenavbar h1 span {
  font-weight: 900;
  color: #f20612;
}

.navbarpages {
  position: fixed;
  top: 0px;
  width: 100%;
  height: 44px;
  z-index: 999999;
  background-color: #ffffff;
  border-bottom: solid 1px #D0C9CA;
}
.navbarpages-bot {
  position: fixed;
  bottom: 0px;
  width: 100%;
  height: 44px;
  z-index: 999999;
  background-color: #403d3d;
}

/* HEADER LEFT */

.navbar_left_back {
  float: left;
  width: 10%;
  padding: 0 0 0 2%;
}
.navbar_left_back img {
  display: inline-block;
  max-width: 45%;
  padding: 15px 0 0 3px;
}
.navbar_left {
  float: left;
  width: 18%;
  padding: 0 0 0 0;
}
.navbar_left img {
  display: inline-block;
  max-width: 32%;
  padding: 13px 0 0 3px;
}
.navbar_left_bot img {
  display: inline-block;
  max-width: 38%;
  padding: 6px 0 0 3px;
  margin-left:10px;
}
.navbar_logo {
  float: left;
  width: 40%;
  padding: 0;
  text-align: center;
  height:42px;
}
.navbar_logo img {
  display: inline-block;
  max-width: 100%;
  padding: 3px 0;
  height:100%;
}
.navbar_right {
  float: right;
  width: 21%;
  padding: 0 5px 0 0;
  text-align:right;
}
.navbar_right img {
  display: inline-block;
  max-width: 100%;
  padding: 10px 0 0 3px;
}



/*===============================================*/


/* 5. CUSTOM BUTTONS */


/*===============================================*/

a.button_full {
  width: 100%;
  display: inline-block;
  padding: 20px 0;
  margin: 0 auto 20px auto;
  font-size: 16px;
  text-align: center;
  font-weight: 700;
  background-color: #f4f5f9;
  color: #0B5589;
  border-bottom: 3px #B82530 solid;
}

a.button_small {
  background-color: #f20612;
  display: inline-block;
  color: #ffffff;
  padding: 10px 20px;
  text-align: center;
  -webkit-appearance: none;
}

.button {
  border: none;
  color: #222222;
  text-decoration: none;
  text-align: center;
  display: block;
  border-radius: 0px 0px 0px 0px;
  line-height: 38px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background: none;
  padding: 0 10px;
  margin: 0;
  height: 40px;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14px;
  font-family: inherit;
  cursor: pointer;
  background-color: #f7f7f7;
}

.button.active {
  background: #f20612;
  color: #ffffff;
}

.buttons-row .button:first-child {
  border-radius: 0px 0px 0px 0px;
  border-left-width: 0px;
}

.buttons-row .button:last-child {
  border-radius: 0px 0px 0px 0px;
}


/*===============================================*/


/* 6. LEFT AND RIGHT SLIDE PANELS */


/*===============================================*/

.panel {
  z-index: 1000;
  display: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  position: absolute;
  width: 300px;
  top: 0;
  height: 100%;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition-duration: 400ms;
  transition-duration: 400ms;
  color: #222222;
}

.panel-left,
.pagepanel {
  background: /*url(images/menu_bg.jpg)*/ #FFFFFF;
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;
  background-position: center center;
}

.panel-right {
  background-color: #000;
}


/* 6-1. USER ACCOUNT SIDEBAR RIGHT */

.user_login_info {
  padding: 0px;
}

.user_thumb {
  width: 100%;
  margin: auto;
  position: relative;
}

.user_thumb img {
  display: block;
  max-width: 100%;
  z-index: 777;
}

.user_details {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 132px;
  z-index: 888;
  background: url(images/trans_black_gradient.png) repeat-x;
}

.user_details p {
  padding: 70px 0 0 10px;
  text-align: left;
  font-size: 14px;
  color: #f20612;
}

.user_details p span {
  display: block;
  font-size: 22px;
  padding: 5px 0 0 0;
  color: #ffffff;
}

.user_avatar {
  z-index: 999;
  position: absolute;
  bottom: 15px;
  right: 15px;
  width: 30%;
}

.user_avatar img {
  display: block;
  max-width: 100%;
  margin: 10px 0 0 0;
  border-radius: 50%;
}

.user-nav {
  padding: 20px 5% 0 5%;
  width: 90%;
}

.user-nav ul {
  width: 100%;
  list-style: none;
  padding: 0px;
  margin: 0px;
  display: block;
}

.user-nav ul li {
  width: 90%;
  list-style: none;
  padding: 5px 0 10px 0;
  margin: 0 0 0 5%;
  display: inline-block;
  text-align: center;
  border-bottom: 1px #383838 solid;
}

.user-nav ul li img {
  display: inline-block;
  max-width: 12%;
  float: left;
}

.user-nav ul li span {
  display: block;
  float: left;
  text-align: left;
  padding: 5px 0 0 20px;
}

.user-nav ul li strong {
  display: block;
  float: right;
  text-align: left;
  margin: 0 5px 0 0;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  background-color: #222222;
  color: #fff;
}

.user-nav ul li a {
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  color: #fff;
}


/* 6-2. SIDEBAR NAVIGATION - LEFT */

.sidebar-nav {
  padding: 10px 3%;
  width: 94%;
  float: left;
  clear: both;
}

.sidebar-nav ul {
  width: 98%;
  list-style: none;
  padding: 0 0 60px 0;
  margin: 0 auto;
  display: block;
}

.sidebar-nav ul li {
  width: 96%;
  list-style: none;
  padding: 0;
  margin: 4px 2%;
  display: block;
  float: left;
  clear: both;
  text-align: left;
}

.sidebar-nav ul li img {
  display: inline-block;
  max-width: 10%;
  float: left;
}

.sidebar-nav ul li span {
  display: block;
  float: left;
  text-align: left;
  padding: 3px 0 0 20px;
}

.sidebar-nav ul li a {
  font-size: 13px;
  font-weight: 300;
  color: #000;
}


/* 6-2. MAIN NAVIGATION */
.brand {
  padding: 0 0 0 0px;
  width: 100%;
  margin-top:50px;
}

.brand ul {
  width: 98%;
  list-style: none;
  padding: 0 0 0px 0;
  margin: 0 auto;
  display: block;
}

.brand ul li {
  width: 18.7%;
  list-style: none;
  padding: 0px;
  margin: 0;
  display: inline-block;
  text-align: center;
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
  border: solid 1px #eae4e4;
}
.main-nav {
  padding: 0 0 0 0px;
  width: 100%;
  margin-top:50px;
}

.main-nav ul {
  width: 98%;
  list-style: none;
  padding: 0 0 0px 0;
  margin: 0 auto;
  display: block;
}

.main-nav ul li {
  width: 31%;
  list-style: none;
  padding: 0px;
  margin: 0;
  display: inline-block;
  text-align: center;
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
}

.main-nav ul li.navbg1 {
  background-image: url(images/navbg/1.jpg);
}
.main-nav ul li.navbg2 {
  background-image: url(images/navbg/2.jpg);
}
.main-nav ul li.navbg3 {
  background-image: url(images/navbg/3.jpg);
}
.main-nav ul li.navbg4 {
  background-image: url(images/navbg/4.jpg);
}
.main-nav ul li.navbg5 {
  background-image: url(images/navbg/5.jpg);
}
.main-nav ul li.navbg6 {
  background-image: url(images/navbg/6.jpg);
}
.main-nav ul li.navbg7 {
  background-image: url(images/navbg/7.jpg);
}
.main-nav ul li.navbg8 {
  background-image: url(images/navbg/8.jpg);
}
.main-nav ul li.navbg9 {
  background-image: url(images/navbg/9.jpg);
}
.main-nav ul li.navbg10 {
  background-image: url(images/navbg/10.jpg);
}
.main-nav ul li.navbg11 {
  background-image: url(images/navbg/11.jpg);
}
.main-nav ul li.navbg12 {
  background-image: url(images/navbg/12.jpg);
}
.main-nav ul li.navbg13 {
  background-image: url(images/navbg/13.jpg);
}

.main-nav ul li img {
  display: inline-block;
  max-width: 30%;
}

.main-nav ul li span {
  display: block;
  text-align: center;
  padding: 5px 0 0 0;
}

.main-nav ul li a {
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  letter-spacing: 0.5px;
  background-repeat: repeat;
  background-size: auto;
  background-position: center;
  display: block;
  width: 100%;
  height: 100%;
  padding: 10% 0;
}

.main-nav ul li a.navcol1 {background-color: rgba(49, 47, 48, 0.4);}

.main-nav ul li a.navbgtransgreen {
  background-image: url(images/trans_green.png);
}

.main-nav ul li a.navbgtransblack {
  background-image: url(images/trans_black.png);
}

.main-nav ul li a.navbgtransred {
  background-image: url(images/trans_red.png);
}

.main-nav ul li a.navbgtransyellow {
  background-image: url(images/trans_yellow.png);
}

.main-nav ul li a.navbgtransviolet {
  background-image: url(images/trans_violet.png);
}

.main-nav ul li a.navbgtranspink {
  background-image: url(images/trans_pink.png);
}

.subnav_header {
  width: 90%;
  margin: 0 5%;
  float: left;
  clear: both;
  padding: 10px 0;
  border-bottom: 1px #414141 solid;
}

.subnav_header a {
  display: block;
  width: 30%;
  color: #222222;
}

.subnav_header a img {
  display: block;
  width: 30%;
  float: left;
}

.subnav_header a span {
  display: block;
  float: left;
  padding: 0 0 0 5px;
  font-weight: 300;
  font-size: 16px;
}


/*5-2. FOOTER TOOLBAR */

.social-inner {
  left: 0;
  top: 5px;
  z-index: 99999;
  width: 100%;
  height: 100%;
  padding: 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.social {
  height: 40px;
  /*background-color: #3b3e3e;
  margin-top:10px;*/
}

ul.social_icons {
  list-style: none;
  padding: 0px 0 0 0;
  margin: 0px;
  display: inline-block;
  text-align: center;
  width: 100%;
}

ul.social_icons li {
  list-style: none;
  padding: 0;
  display: inline-block;
  text-align: center;
  width: 10%;
  margin: 0 0;
}

ul.social_icons li.menuicon {
  list-style: none;
  padding: 4.6% 1%;
  display: inline-block;
  text-align: center;
  width: 13%;
  margin: 0 0.5%;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  background-color: #131313;
}

ul.social_icons li img {
  max-width: 25%;
  margin: 0 0 0 0;
  width: 30px;
}

ul.social_icons li.menuicon img {
  max-width: 55%;
}


/*===============================================*/


/* 7. PAGES LAYOUT GENERAL */


/*===============================================*/

.homepage {
  /*background-image: url(images/bg.jpg);*/
  width: 100%;
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
}

.homepagecontent {
  /*background: url(images/trans_darkblack.png) repeat;*/
}

#pages_maincontent {
  width: 100%;
  padding: 0 0 0px 0;
  margin: 0px;
  position: absolute;
  top: 70px;
  left: 0;
  right: 0;
  bottom: 0px;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
}

#pages_maincontent p {
  padding: 0 0 15px 0;
  margin: 0px;
  clear: both;
}

#pages_maincontent img {
  /*display: block;*/
  max-width: 100%;
}

.layout_fullwidth {
  width: 100%;
}

.layout_fullwidth_padding {
  width: 97%;
  margin: 1%;
  border: solid 1px #E7E7E7;
}

.page_single ul.simple_list_half {
  padding: 0px 0 0px 10px;
  margin: 0px;
  list-style: none;
  width:46%;
  float:left;
}
.page_single ul.simple_list {
  padding: 0px 0 5px 10px;
  margin: 0px;
  list-style: none;
}
.page_single ul.simple_list li {
  margin: 0 0 2px 0;
  padding: 0 0 0 20px;
  background: url(images/bullet.png) no-repeat left;
}
.page_single ul.simple_list_half li {
  margin: 0 0 2px 0;
  padding: 0 0 0 20px;
  background: url(images/bullet.png) no-repeat left;
}
.ul_list {
  padding: 0px;
  margin: 0px;
  list-style: none;
}
ul.ul_list li {
  margin: 0 0 5px 0;
  padding: 0 0 0 20px;
  background: url(images/bullet1.png) no-repeat top left;
}

.toolbarpage {
  float: left;
  clear: both;
  padding: 0 0 10px 0;
}


/* 7-1. SWIPE SLIDER */

.swiper-container {
  height: 100%;
}

.swiper-container-pages {
  height: auto;
  margin: 0 auto 0px auto;
  position: relative;
  overflow: hidden;
  /* Fix of Webkit flickering */
  z-index: 1;
  min-height:185px;
  background-image:url('images/loader.gif');
  background-repeat:no-repeat;
  background-position:center;
}
.swiper-container-bank {
  height: auto;
  margin: 0 auto 0px auto;
  position: relative;
  overflow: hidden;
  /* Fix of Webkit flickering */
  z-index: 1;
  margin-top:15px;
  background-repeat:no-repeat;
  background-position:center;
}

.swiper-container-team {
  height: auto;
  margin: 0 auto 0px auto;
  position: relative;
  overflow: hidden;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-toolbar {
  width: 94%;
  padding: 0 3%;
  height: auto;
  margin: 0;
  position: fixed;
  bottom: 0px;
  left: 0px;
  overflow: hidden;
  z-index: 999999;
  height: 60px;
  background-color: #f20612;
}

.swiper-slide {
  width: 100%;
  text-align: left;
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
}

.toolbar-icon a {
  display: block;
  width: 100%;
  height: 40px;
  text-align: center;
}

.toolbar-icon a img {
  display: block;
  max-height: 70%;
  margin: 10px auto 0 auto;
  text-align: center;
}

.slider_trans {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url(images/trans_black.png) repeat;
}

.slider-caption {
  position: absolute;
  bottom: 30%;
  left: 0px;
  z-index: 99999;
  padding: 0 5%;
}

.slidertoolbar .slider-caption {
  bottom: 30%;
}

.slider-caption h2 {
  width: 100%;
  display: block;
  padding: 0px;
  margin: 0;
  font-size: 75px;
  font-weight: 900;
  letter-spacing: -1px;
  color: #f20612;
  line-height: 85px;
}

.slider-caption span.subtitle {
  width: 100%;
  margin: 0px 0 10px 0;
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  display: block;
}

.slider-caption p {
  color: #ffffff;
  font-size: 16px;
}

.swiper-container>.swiper-pagination {
  bottom: 5%;
  left: 5%;
  width: 95%;
}

.slidertoolbar>.swiper-pagination {
  bottom: 70px;
  left: 5%;
  width: 95%;
}

.swiper-container-pages>.swiper-pagination {
  bottom: 5%;
  left: 5%;
  width: 95%;
}

.swiper-container .swiper-pagination-bullet-active {
  opacity: 1;
  background: #f20612;
}

.swiper-container-pages .swiper-pagination-bullet-active {
  opacity: 1;
  background: #f20612;
}

.swiper-pagination-toolbar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
}

.swiper-container-toolbar .swiper-pagination-bullet {
  width: 4px;
  height: 4px;
  display: inline-block;
  background: #000;
  opacity: 0.2;
  margin: 0 2px;
}

.swiper-container-toolbar .swiper-pagination-bullet-active {
  opacity: 1;
  background: #000;
}

.swiper-pagination-team,
.swiper-pagination-teambigger {
  width: 100%;
  text-align: center;
}

.swiper-container-team .swiper-pagination-bullet {
  width: 4px;
  height: 4px;
  display: inline-block;
  background: #000;
  opacity: 0.2;
  margin: 0 2px;
}

.swiper-container-team .swiper-pagination-bullet-active {
  opacity: 1;
  background: #000;
}

a.swiper_read_more {
  color: #f20612;
  padding: 10px 20px;
  text-decoration: none;
  margin: 10px 0 0 0;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  background-color: #222222;
}


/* 7-2. FEATURED LISTS */

ul.features_list {
  padding: 0 0 20px 0;
  width: 100%;
  margin: 0px;
  list-style: none;
  float: left;
  clear: both;
}

ul.features_list li {
  border-bottom: 1px #e6e6e6 solid;
  padding: 0 2% 20px 2%;
  margin: 0 0 20px 0;
  display: block;
  width: 43%;
  float: left;
  font-size: 18px;
}

ul.features_list li:nth-child(even) {
  float: right;
}

ul.features_list li a {
  color: #000;
  padding: 0px;
  margin: 0px;
}

ul.features_list li img {
  display: inline-block;
  width: 10%;
  float: left;
  margin: 0px;
  padding: 0px;
}

ul.features_list li span {
  display: inline-block;
  max-width: 90%;
  padding: 2% 0 0 5%;
  font-weight: 400;
  float: left;
}

ul.features_list_detailed {
  padding: 0 0 10px 0;
  width: 100%;
  margin: 0px;
  list-style: none;
  float: left;
  clear: both;
}

ul.features_list_detailed li {
  padding: 20px 2%;
  margin: 0;
  display: block;
  width: 43%;
  float: left;
  border-bottom: 1px #ddd solid;
}

ul.features_list_detailed li:nth-child(even) {
  float: right;
}

ul.features_list_detailed li .feat_small_icon {
  width: 10%;
  float: left;
  margin: 2px 0 0 0;
}

ul.features_list_detailed li .feat_small_details {
  width: 85%;
  float: left;
  padding: 0 0 0 5%;
}

ul.features_list_detailed li .feat_small_details p {
  padding: 0 0 10px 0;
}

ul.features_list_detailed li .feat_small_details a {
  color: #232323;
}

ul.features_list_detailed li .feat_small_details h4 {
  font-weight: 700;
  font-size: 20px;
  padding: 0 0 5px 0;
  margin: 0px;
}


/* 7-3. TEAM DESIGN LAYOUT */
.banner-block {
  width: 75%;
  text-align: center;
  padding: 0px 0 0 0;
}
.team-block {
  width: 40% !important;
  text-align: center;
  padding: 0px 0 0 0;
  border: solid 1px #E7E7E7;
  margin-left: 6px;
  margin-right:0px !important;
}

.team-block a img {
  display: block;
  margin: auto;
}

.team-block strong {
  display: block;
  font-size: 13px;
  padding: 5px 10px;
  min-height:36px;
}

.team-block span {
  display: block;
  font-weight: 300;
  font-size: 13px;
  letter-spacing: 0.5px;
  background-color: #1fc0a0;
  color: #ffffff;
  padding: 5px 10px;
  margin-left: 0%;
  width:86%;
  margin-bottom: 5px;
}

ul.team_socials {
  width: 100%;
  text-align: center;
  padding: 10px 0;
  margin: 0px;
  list-style: none;
}

ul.team_socials li {
  width: 15%;
  padding: 0px;
  margin: 0px;
  display: inline-block;
}

ul.team_socials li a img {
  display: block;
  max-width: 100%;
  text-align: center;
  border-radius: 0px;
  margin: auto;
}


/* 7-4. MUSIC LIST DESIGN LAYOUT */

.audiojs {
  width: 100%;
  margin: auto;
  box-shadow: none;
  background-image: none;
}

.audiojs .scrubber {
  position: relative;
  float: left;
  width: 45%;
}

.audiojs .time {
  float: left;
  width: 25%;
  height: 36px;
  line-height: 36px;
  margin: 0px;
}

ul.music_list {
  padding: 0 0 20px 0;
  width: 100%;
  margin: 0px;
  list-style: none;
  float: left;
  clear: both;
}

ul.music_list li {
  border-top: 1px #e6e6e6 solid;
  background-color: #f8f8f8;
  padding: 0 0 0 0;
  margin: 0 0 10px 0;
  display: block;
  width: 100%;
  float: left;
  font-size: 18px;
}

ul.music_list li h4 {
  font-size: 14px;
  padding: 0 0 0 10px;
  margin: 0px;
  font-weight: 300;
  line-height: 40px;
}

ul.music_list li h4 span {
  font-weight: 400;
  background-color: #f20612;
  color: #ffffff;
  display: inline-block;
  padding: 5px 10px;
  float: right;
  margin: 0px;
  line-height: 30px;
}


/*===============================================*/


/* 8. POPUPS */


/*===============================================*/

.popup {
  background-color: #FFFFFF;
}

.popup h4 {
  color: #222222;
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  padding: 0 0 20px 0;
  margin: 0px;
}

.popup h5 {
  color: #222222;
  font-size: 14px;
  font-weight: 300;
  text-align: center;
  padding: 20px 0 10px 0;
  margin: 0px;
}

.popup p {
  text-align: center;
  padding: 0px 0 20px 0;
  margin: 0px;
  font-size: 14px;
}

.content-block {
  padding: 75px 10% 0 10%;
}

ul.social_share {
  list-style: none;
  padding: 10px 0 0 0;
  margin: 0px;
}

ul.social_share li {
  width: 32%;
  text-align: center;
  display: inline-block;
  padding: 15px 0;
  margin: 0px;
}

ul.social_share li img {
  width: 50%;
  display: block;
  margin: auto auto 10px auto;
}

ul.social_share li a {
  color: #222222;
  font-size: 12px;
  font-weight: 900;
}

.close_popup_button {
  display: block;
}

.close_popup_button a {
  display: inline-block;
  width: 60px;
  height: 35px;
  margin: auto;
  padding: 0;
  text-align: center;
  position: absolute;
  top: 10px;
  right: 0px;
}

.close_popup_button a img {
  display: block;
  max-width: 60%;
  margin: auto;
}


/*===============================================*/


/* 9. SHOP LAYOUT */


/*===============================================*/

ul.shop_items {
  padding: 0;
  width: 100%;
  margin: 0px;
  list-style: none;
  float: left;
  clear: both;
}

ul.shop_items li {
  padding: 0 0 15px 0;
  margin: 0 0 15px 0;
  display: block;
  width: 100%;
  float: left;
  clear: both;
  border-bottom: 1px solid #e4e4e4;
  position: relative;
}

ul.shop_items li .shop_thumb {
  width: 30%;
  float: left;
  padding: 0;
  margin: 0;
}

ul.shop_items li .shop_thumb img {
  display: inline-block;
  max-width: 100%;
  margin: 0px;
}

.shop_item_details h3 {
  font-weight: 400;
  font-size: 16px;
  padding: 0;
  margin: 0px;
  width: 100%;
  clear: both;
  border-bottom: 1px #ddd solid;
  padding: 10px 0;
  margin: 0 0 15px 0;
}

ul.shop_items li .shop_item_details h4 {
  font-weight: 900;
  font-size: 16px;
  padding: 0;
  margin: 0px;
}

ul.shop_items li .shop_item_details h4 a {
  color: #2a3452;
}

ul.shop_items li .shop_item_details {
  width: 65%;
  float: left;
  padding: 0 0 0 5%;
}

ul.shop_items li .shop_item_details p {
  padding: 0 0 10px 0;
  margin: 0px;
}

ul.shop_items li .shop_item_price {
  font-size: 12px;
  font-weight: 900;
  padding: 5px 0 10px 0;
}

ul.shop_items li a#addtocart {
  width: 50%;
  float: right;
  color: #f20612;
  background-color: #f4f5f9;
  display: inline-block;
  padding: 10px 0;
  text-align: center;
  font-size: 12px;
  font-weight: 300;
}

ul.shop_items li a.shopfav {
  position: absolute;
  top: 15px;
  right: 0px;
  z-index: 9999;
  width: 25px;
}

ul.shop_items li a.shopfav img {
  width: 100%;
  display: block;
}

.shop_pagination {
  width: 100%;
  clear: both;
  margin: 25px 0;
  float: left;
}

.shop_pagination a {
  display: block;
  padding: 10px 0;
  text-align: center;
  width: 40%;
  font-size: 12px;
  font-weight: 900;
}

.shop_pagination span.shop_pagenr {
  width: 18%;
  display: block;
  float: left;
  text-align: center;
  padding: 10px 0;
}

a.prev_shop {
  float: left;
}

a.next_shop {
  float: right;
}


/* 9-1. SHOP ITEM PAGE */

.shop_item {
  width: 100%;
}

.shop_item h4 {
  width: 100%;
  padding: 5px 0;
  font-size: 14px;
  margin: 5px 0 20px 0;
  clear: both;
  font-weight: 400;
}

.shop_item .shop_thumb {
  width: 100%;
  padding: 0;
  margin: 0;
  position: relative;
}

.shop_item a#addtocart {
  width: 100%;
  color: #fff;
  display: block;
  padding: 15px 0;
  text-align: center;
  font-size: 14px;
  font-weight: 900;
  clear: both;
}

.shop_item .shop_item_details {
  width: 100%;
  padding: 0;
}

.shop_item .shop_item_price {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #ffffff;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  font-size: 14px;
  font-weight: 300;
  text-align: center;
  padding: 0;
  background-color: #f20612;
}

.shop_item a.shopfav {
  position: absolute;
  bottom: 10px;
  right: 20px;
  z-index: 9999;
  width: 10%;
}

.shop_item a.shopfriend {
  position: absolute;
  bottom: 10px;
  right: 25%;
  z-index: 9999;
  width: 10%;
}

.shop_item a.shopfav img,
.shop_item a.shopfriend img {
  width: 100%;
  display: block;
}

.size_selectors {
  width: 100%;
  margin: 0 0 20px 0;
  float: left;
  display: block;
}

.size_selectors label {
  display: inline-block;
  width: 18%;
  float: left;
  cursor: pointer;
  padding: 10px 0 10px 0;
  margin: 0 1% 0 0;
  font-size: 14px;
  text-align: center;
}

.size_selectors input[type=radio] {
  display: none;
}

.size_selectors input[type=radio]+label {
  display: block;
  border: 1px #ebebeb solid;
  color: #375a70;
}

.size_selectors input[type=radio]:checked+label {
  background-color: #f20612;
  color: #ffffff;
}

.color_selectors {
  width: 100%;
  margin: 0 0 20px 0;
  float: left;
  display: block;
}

.color_selectors label {
  display: block;
  width: 14%;
  height: 25px;
  float: left;
  cursor: pointer;
  padding: 0;
  margin: 0 1% 0 0;
}

.color_selectors label.colorred {
  background-color: #ed434b;
}

.color_selectors label.colororange {
  background-color: #f2901d;
}

.color_selectors label.coloryellow {
  background-color: #e8d503;
}

.color_selectors label.colorgreen {
  background-color: #6fe803;
}

.color_selectors label.colorblue {
  background-color: #0394e8;
}

.color_selectors label.colormagenta {
  background-color: #b60cc5;
}

.color_selectors input[type=radio] {
  display: none;
}

.color_selectors input[type=radio]+label {
  border: 2px #fff solid;
}

.color_selectors input[type=radio]:checked+label {
  background-image: url(images/bullet.png);
  background-position: center center;
  background-repeat: no-repeat;
}


/* 9-2. SHOPPING CART - CECKOUT */

.cart_item {
  width: 100%;
  float: left;
  clear: both;
  border-bottom: 1px #3d3e50 solid;
  padding: 10px 0;
  margin: 0 0 10px 0;
}

.item_thumb {
  width: 30%;
  float: left;
  clear: both;
}

.item_thumb img {
  max-width: 80%;
  display: block;
}

.item_title {
  width: 80%;
  float: left;
  padding: 5px 0 15px 0;
}

.item_title span {
  font-weight: 900;
}

.item_price {
  width: 20%;
  text-align: center;
  padding: 5px 0;
  float: right;
  color: #ffffff;
  background-color: #f20612;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.5px;
}

a.item_delete {
  width: 10%;
  float: right;
  text-align: right;
  padding: 5% 0 0 0;
}

a.item_delete img {
  max-width: 80%;
  display: block;
}

.item_qnty {
  width: 50%;
  float: left;
  margin: 0 0 10px 5%;
  border-right: 1px #3d3e50 solid;
}

.item_qnty_shop {
  width: 50%;
  float: left;
  margin: 0;
}

.item_qnty_shopitem {
  width: 50%;
  float: left;
  margin: 0 0 20px 0;
}

.item_qnty label {
  width: 60%;
  display: block;
  text-align: center;
  font-size: 14px;
  padding: 0 0 10px 0;
}

input.qntyminus,
input.qntyplus,
input.qntyminusshop,
input.qntyplusshop {
  width: 30px;
  float: left;
  background: none;
  border: none;
  height: 30px;
  border-radius: 15px;
  font-weight: 400;
  font-size: 20px;
  text-align: center;
  margin: 0px;
  padding: 0px 0 3px;
  cursor: pointer;
  line-height: 5px;
  -webkit-appearance: none;
}

input.qnty {
  width: 20%;
  height: 25px;
  float: left;
  margin: 0 2%;
  padding: 0px;
  color: #222222;
  background: none;
  border: none;
  text-align: center;
  font-size: 18px;
  -webkit-appearance: none;
}

input.qntyshop {
  width: 20%;
  height: 25px;
  float: left;
  margin: 0 1%;
  padding: 0px;
  color: #000;
  background: none;
  border: none;
  text-align: center;
  font-size: 18px;
  -webkit-appearance: none;
}

.shop_pagination a,
input.qntyminus,
input.qntyplus,
input.qntyminusshop,
input.qntyplusshop {
  border: 1px solid #222222;
  color: #222222;
}

h4.checkout_title {
  width: 93%;
  margin: 0 0 20px 0;
  padding: 10px 0 10px 5%;
  background-color: #f7f7f7;
  float: left;
  clear: both;
  font-size: 14px;
  font-weight: 400;
  color: #f20612;
  border-left: 5px solid #f20612;
}

.order_item {
  width: 100%;
  float: left;
  clear: both;
  border-bottom: 1px solid #d6d6d6;
  padding: 5px 0;
  margin: 0 0 10px 0;
}

.order_item_thumb {
  width: 20%;
  float: left;
  clear: both;
}

.order_item_thumb img {
  max-width: 80%;
  display: block;
}

.order_item_title {
  width: 60%;
  float: left;
  padding: 5px 0 15px 0;
}

.order_item_title span {
  font-weight: 900;
}

.order_item_price {
  width: 20%;
  text-align: center;
  padding: 5px 0;
  float: right;
  color: #1b1b25;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.5px;
}

.checkout_select {
  padding: 10px 0 20px 5%;
}

.carttotal {
  width: 90%;
  float: right;
  clear: both;
  padding: 0 0 20px 0;
}

.carttotal_full {
  width: 100%;
  float: left;
  clear: both;
  padding: 0 0 20px 0;
}

.carttotal_row {
  width: 100%;
  float: left;
  clear: both;
  padding: 5px 0;
  border-bottom: 1px #3d3e50 solid;
}

.carttotal_row_full {
  width: 100%;
  float: left;
  clear: both;
  padding: 8px 0;
  border-bottom: 1px #d6d6d6 solid;
}

.carttotal_row_last {
  width: 100%;
  float: left;
  clear: both;
  padding: 5px 0;
  font-size: 17px;
  font-weight: 900;
}

.carttotal_left {
  width: 60%;
  float: left;
  text-align: left;
}

.carttotal_right {
  width: 40%;
  float: left;
  text-align: right;
}

a.checkout {
  width: 100%;
  clear: both;
  display: block;
  float: left;
  padding: 15px 0;
  margin: 15px 0;
  font-weight: normal;
  text-align: center;
  cursor: pointer;
  font-size: 14px;
  color: #FFFFFF;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: none;
  cursor: pointer;
  -webkit-appearance: none;
}


/* 9-3. SUCCESS PAGE */

.success_message {
  width: 100%;
  text-align: center;
  font-size: 24px;
  font-weight: 300;
  color: #2d2e3e;
  padding: 20px 0 0 0;
}

.success_message img {
  text-align: center;
  display: inline-block;
  margin: 20px auto;
}

.success_message span {
  font-weight: 900;
  font-size: 40px;
  display: block;
}

.success_message p {
  line-height: 35px;
}


/*===============================================*/


/* 10. PHOTO GALLERY */


/*===============================================*/

.bottombarpages {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80px;
  text-align: center;
  z-index: 999;
  background-color: #f20612;
}

.switch_button {
  display: block;
  float: left;
}

.switch_button a {
  display: block;
  width: 23px;
  height: 23px;
}

.switch13 {
  background: url(images/switch_13.png) no-repeat center;
}

.switch12 {
  background: url(images/switch_12.png) no-repeat center;
}

.switch11 {
  background: url(images/switch_11.png) no-repeat center;
}

.gallery_switch {
  width: 100%;
  text-align: center;
  padding: 10px 0 0 0;
}

.gallery_switch a {
  display: inline-block;
  padding: 0 5px;
  width: 5%;
}

.gallery_switch a img {
  display: inline-block;
  max-width: 70%;
}

ul.photo_gallery_15,
ul.photo_gallery_14,
ul.photo_gallery_13,
ul.photo_gallery_12,
ul.photo_gallery_11 {
  width: 90%;
  list-style: none;
  padding: 0px;
  margin: 5px 5% 10px 5%;
  float: left;
  clear: both;
}

ul.photo_gallery_14 li {
  width: 95%;
  padding: 5px;
  float: left;
  border: solid 1px #b6b9c1;
  box-shadow: 3px 3px 3px grey;
  border-radius: 10px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 15px;
}
.left-mar{margin: 0 0 14px 7px;}
.right-mar{margin: 0 7px 14px 0;}
ul.photo_gallery_15 li {
  width: 32%;
  padding: 2px;
  float: left;
  margin: 0;
  background-image:url('images/loader.gif');
  background-repeat:no-repeat;
  background-position:center;
  min-height:75px;
}

ul.photo_gallery_15 li img {
  max-width: 100%;
  display: block;
}
ul.photo_gallery_13 li {
  width: 32%;
  padding: 2px;
  float: left;
  margin: 0;
  background-image:url('images/loader.gif');
  background-repeat:no-repeat;
  background-position:center;
  min-height:100px;
}

ul.photo_gallery_13 li img {
  max-width: 100%;
  display: block;
}
ul.photo_gallery_12 li {
  width: 46%;
  padding: 0;
  float: left;
  margin: 6px;
  border-bottom: solid 3px #3b99d7;
  background-image:url('images/loader.gif');
  background-repeat:no-repeat;
  background-position:center;
  min-height:60px;
}

ul.photo_gallery_12 li img {
  max-width: 100%;
  display: block;
}

ul.photo_gallery_11 li {
  width: 47%;
  padding: 0;
  float: left;
  margin: 6px 7px 6px 0;
  text-align:center;
  border: solid 1px #E8E9EE;
  background-image:url('images/loader.gif');
  background-repeat:no-repeat;
  background-position:center;
  min-height:90px;
}
ul.photo_gallery_11 li .name {
  width: 100%;
  padding: 3px 0;
  color:#FFF;
  line-height:24px;
  font-size:12px;
  background-color:#005387;
}

ul.photo_gallery_11 li img {
  max-width: 100%;
  display: block;
  min-height:90px;
}

.photo-categories, .placement {
  width: 90%;
  padding: 0;
  font-size: 14px;
  font-weight: 400;
  margin: 0 5% 0 5%;
  display: block;
}

.photo-categories a {
  width: 25%;
  margin: 0 0 0 0;
  display: block;
  float: left;
  text-align: center;
  padding: 5px 0;
  color: #0C5589;
  font-size: 12px;
  border-bottom: solid 1px #0C5589;
}
.photo-categories a.active {
  background-color: #0C5589;
  color: #ffffff;
}
.placement a {
  width: 50%;
  margin: 0 0 0 0;
  display: block;
  float: left;
  text-align: center;
  padding: 5px 0;
  color: #B82530;
  font-size: 12px;
  border-bottom: solid 1px #B82530;
}
.placement a.active {
  background-color: #B82530;
  color: #ffffff;
}


/*===============================================*/


/* 11. BLOG LAYOUT */


/*===============================================*/

.list-block {
  margin: 0px 0;
}

.list-block ul::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: auto;
  right: auto;
  height: 1px;
  width: 100%;
  background-color: #fff;
}

.list-block ul::after {
  background-color: #fff;
}

.list-block li {
  border-bottom: 1px #f0f0f0 solid;
  margin: 0;
}

.list-block .item-content {
  padding-left: 0px;
  padding-top: 10px;
}

.list-block .swipeout-actions-left a,
.list-block .swipeout-actions-right a {
  padding: 0 10px;
  margin: 0 0 0 0px;
  color: #fff;
  text-align: center;
}

.list-block .swipeout-actions-right a:nth-child(1) {
  background: #f20612;
}

.list-block .swipeout-actions-right a:nth-child(2) {
  background: #e00b15;
}

.list-block .swipeout-actions-right a:nth-child(3) {
  background: #d20c16;
}

#pages_maincontent .list-block .swipeout-actions-left a img,
#pages_maincontent .list-block .swipeout-actions-right a img {
  display: inline-block;
  width: 40%;
  margin: auto;
}

.post_thumb {
  width: 25%;
  float: left;
}

.post_thumb img {
  display: inline-block;
  max-width: 100%;
}

.post_details {
  width: 62%;
  float: left;
  margin: 0 0 0 4%;
}

.post_details h2 {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  margin: 10px 0 10px 0;
  padding: 0px;
}

.post_category a {
  font-size: 15px;
  background-color: #f4f5f9;
  color: #f20612;
  padding: 0 10px;
  display: inline-block;
}

.post_swipe {
  width: 6%;
  height: 100%;
  position: absolute;
  right: 0px;
  top: 0px;
  background-color: #f7f7f7;
}

.post_swipe img {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  margin: auto;
}

.post_details span,
.post_single span {
  display: inline-block;
  padding: 0 5px;
}

.post_single span.post_date {
  background: url(images/date.png) no-repeat left;
  padding: 10px 0 5px 25px;
  margin: 0 0 0 0;
}

.post_single span.post_author {
  background: url(images/author.png) no-repeat left;
  padding: 10px 0 5px 25px;
  margin: 0 0 0 10px;
}

.post_single span.post_comments {
  background: url(images/comments.png) no-repeat left;
  padding: 10px 0 5px 23px;
  margin: 0 0 0 10px;
}

#loadMore {
  display: block;
  width: 100%;
  margin: 10px 0;
  padding: 10px 0;
  text-align: center;
  background-color: #f4f5f9;
  color: #f20612;
  font-size: 20px;
  border-bottom: 3px #dbdbdb solid;
  cursor: pointer;
}

#showLess {
  display: none;
  width: 100%;
  margin: 10px 0;
  padding: 10px 0;
  text-align: center;
  background-color: #f7f7f7;
  color: #ddd;
  font-size: 20px;
  border-bottom: 3px #dbdbdb solid;
}

.post_single {
  border-bottom: 1px #f0f0f0 solid;
  padding: 10px 0 10px 0;
  margin: 0 0 20px 0;
}

.post_single img {
  display: block;
  max-width: 100%;
  margin: 0 0 20px 0;
}

a.backto {
  width: 10%;
  float: left;
  margin: 10px 0 0 5%;
}

a.backto img {
  width: 90%;
  display: block;
}

ul.comments {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

ul.comments li {
  list-style: none;
  float: left;
  clear: both;
  padding: 5% 5% 0 5%;
  margin: 0px 0 10px 0;
  background-color: #f0f0f0;
}

.comm_avatar {
  width: 15%;
  display: inline-block;
  float: left;
}

.comm_avatar img {
  display: inline-block;
  max-width: 100%;
}

.comm_content {
  width: 80%;
  float: left;
  display: inline-block;
  padding: 0 0 0 5%;
}

.comm_content p {
  padding: 0px;
  margin: 0px;
  font-style: italic;
}


/*===============================================*/


/* 12. FORMS */


/*===============================================*/


/* 12.1 LOGIN FORM */

.loginform {
  width: 90%;
  padding: 0 0 15px 5%;
}

.loginform label.error {
  padding: 0 0 20px 0;
  margin: 0px;
  line-height: 10px;
  width: 100%;
  text-align: left;
  font-size: 14px;
  color: #f65821;
  font-weight: 400;
  clear: both;
  float: left;
}

.loginform input.form_input {
  padding: 10px 3%;
  width: 93%;
  margin: 0 0 15px 0;
  border-bottom: 1px solid #d5d5d5;
  border-left: none;
  border-right: none;
  border-top: none;
  background-color: #ffffff;
  color: #000000;
  -webkit-appearance: none;
}

.loginform input.form_input:focus {
  background-color: #f5f5f5;
}

.loginform .form_select {
  padding: 2% 3%;
  width: 100%;
  margin: 20px 0 10px 0;
  border-bottom: 1px solid #d5d5d5;
  border-left: none;
  border-right: none;
  border-top: none;
  -webkit-appearance: none;
  color: #000000;
  background: url(images/dropdown.html) no-repeat right;
}

.loginform .form_select option {
  padding: 3px;
}

.loginform input.form_submit {
  width: 100%;
  padding: 12px 0;
  margin: 10px 0 0 0;
  text-align: center;
  cursor: pointer;
  font-size: 16px;
  font-weight: 700;
  color: #f20612;
  border: none;
  cursor: pointer;
  -webkit-appearance: none;
  background-color: #f4f5f9;
  border-bottom: 3px #dbdbdb solid;
}

.forgot_pass {
  width: 100%;
  text-align: right;
  font-size: 12px;
}

.forgot_pass a {
  font-weight: 700;
  color: #7cbe55;
}

.signup_bottom {
  width: 100%;
  text-align: center;
  padding: 30px 0 0 0;
}

.signup_bottom p {
  opacity: 1;
  padding: 0px 0 10px 0;
  font-size: 16px;
}

.signup_bottom a {
  background-color: #7cbe55;
  color: #fff;
  font-weight: 300;
  font-size: 16px;
  padding: 5px 10px;
  border-radius: 15px;
}

.signup_social {
  width: 100%;
  text-align: center;
  padding: 20px 0 0 0;
}

a.signup_facebook {
  background-color: #38579a;
  width: 47%;
  display: inline-block;
  padding: 12px 0;
  margin: 0 4% 0 0;
  color: #FFFFFF;
  font-size: 12px;
  font-weight: 700;
}

a.signup_twitter {
  background-color: #0cacea;
  width: 47%;
  padding: 12px 0;
  display: inline-block;
  color: #FFFFFF;
  font-size: 12px;
  font-weight: 700;
}


/* 12.2 CONTACT FORM */

.contactform {
  width: 100%;
  padding: 0 0 15px 0;
}

.contactform label {
  width: 100%;
  padding: 5px 0 3px 0;
  display: block;
  font-size: 13px;
  /*font-weight: 700;*/
}

.contactform label.error {
  padding: 0 0 10px 0;
  width: 100%;
  text-align: left;
  font-size: 14px;
  color: #f65821;
  font-weight: 400;
}

.contactform input.form_input {
  padding: 3%;
  width: 93%;
  margin: 0 0 5px 0;
  border: 1px solid #ddd;
}

.contactform select.form_select {
  padding: 3%;
  width: 100%;
  margin: 0 0 5px 0;
  border: 1px solid #ddd;
}

.contactform .item-content {
  padding: 5px 0 5px 0;
  margin: 0px;
}

.contactform .form_row_right {
  margin: 0 0 20px 15%;
  padding: 0 0 10px 0;
  border-bottom: 1px solid #d6d6d6;
}

.contactform label .item-media {
  display: inline-block;
}

.contactform label .item-inner {
  display: inline-block;
}

.contactform label.label-switch {
  display: inline-block;
  width: auto;
}

.contactform textarea.form_textarea {
  padding: 3%;
  width: 93%;
  height: 50px;
  margin: 0 0 5px 0;
  border: 1px solid #ddd;
  font-family: 'Montserrat',sans-serif;
  font-size: 12px;
}

.contactform input.form_submit {
  width: 100%;
  padding: 4% 0 4% 0;
  margin: 10px 0 0 0;
  font-weight: 500;
  text-align: center;
  cursor: pointer;
  font-size: 18px;
  color: #D6FFFF;
  border: none;
  cursor: pointer;
  height:48px;
  background: url(images/button_bg.png) no-repeat;
  background-position: center;
  font-family: 'Montserrat',sans-serif;
  letter-spacing: 0.5px;
}
.contactform input.form_submit1 {
  width: 100%;
  padding: 4% 0 4% 0;
  margin: 10px 0 0 0;
  font-weight: 500;
  text-align: center;
  cursor: pointer;
  font-size: 18px;
  color: #D6FFFF;
  border: none;
  cursor: pointer;
  height:48px;
  background: url(images/button_bg1.png) no-repeat;
  background-position: center;
  font-family: 'Montserrat',sans-serif;
  letter-spacing: 0.5px;
}

h2#Note {
  display: none;
}


/*===============================================*/


/* 13. TABS & ACCORDION & TABLES */


/*===============================================*/

.tabs-animated-wrap,
.tabs-simple {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: auto;
  margin: 0px 0 0 0;
}

.tab h4 {
  padding: 0 0 10px 0;
  margin: 0px;
  font-size: 16px;
}

.custom-accordion {
  padding: 0;
}

.custom-accordion .accordion-item-toggle {
  padding: 0px 0px;
  /*height: 44px;
  line-height: 44px;*/
  font-size: 17px;
  cursor: pointer;
  margin-bottom: 5px;
}

.custom-accordion .accordion-item-toggle:active {
  background: rgba(0, 0, 0, 0.15);
}

.custom-accordion .accordion-item-toggle span {
  display: inline-block;
  margin-left: 15px;
}

.custom-accordion .icon-plus,
.custom-accordion .icon-minus {
  display: inline-block;
  width: 18px;
  height: 18px;
  border: 1px solid #0B5589;
  border-radius: 100%;
  line-height: 18px;
  text-align: center;
}

.custom-accordion .icon-minus {
  display: none;
}

.custom-accordion .accordion-item-expanded .icon-minus {
  display: inline-block;
}

.custom-accordion .accordion-item-expanded .icon-plus {
  display: none;
}

.custom-accordion .accordion-item-content {
  padding: 2px 5px;
}

.accordion-item-content {
  -webkit-transform: none;
  transform: none;
}


/* TABLES */

ul.responsive_table {
  width: 100%;
  float: left;
  clear: both;
  margin: 0 0 10px 0;
  padding: 0px;
  list-style: none;
}

li.table_row {
  width: 100%;
  float: left;
  clear: both;
  line-height: 30px;
  padding: 0px;
  list-style: none;
  margin: 0 0 1px 0;
  background-color: #f5f5f4;
}

.table_section_small {
  width: 14%;
  float: left;
  padding: 0 0 0 2%;
}

.table_section {
  width: 40%;
  float: left;
  padding: 0 0 0 2%;
}

.table_section_14 {
  width: 23%;
  float: left;
  padding: 0 0 0 2%;
  text-align: center;
  display: block;
}

.table_section_14 img {
  display: inline-block;
  text-align: center;
  padding: 10px 0 0 0;
  margin: 0px;
  line-height: 10px;
}

.table_section_14 strong {
  font-size: 18px;
}

.table_section_14 a.buy_now {
  display: inline-block;
  text-align: center;
  padding: 0 5px;
  margin: 5px 0;
  background-color: #94cb01;
  color: #FFFFFF;
  font-size: 12px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
a.apply_now {
  display: inline-block;
  text-align: center;
  padding: 3px 10px;
  margin: 5px 0;
  background-color: #B82530;
  color: #FFFFFF;
  font-size: 12px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
a.education {
  display: inline-block;
  text-align: center;
  padding: 3px 10px;
  margin: 5px 0;
  background-color: #0B5589;
  color: #FFFFFF;
  font-size: 12px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

ul.responsive_table li:first-child {
  background-color: #f20612;
  color: #ffffff;
}


/*===============================================*/


/* 14. MEDIA QUERIES */


/*===============================================*/


/* -------------SMALL DESKTOP--------- */

@media screen and (max-width: 1200px) {
  .logo_image a img {
    max-width: 22%;
    padding: 25px 0 0 0;
  }
  .bottombarpages {
    height: 70px;
  }
  .gallery_switch a {
    width: 8%;
    padding: 0px;
  }
  .gallery_switch a img {
    max-width: 60%;
  }
  ul.toolbar_icons li.menuicon {
    padding: 3.6% 1%;
  }
}


/* -------------TABLET PORTRAIT--------- */

@media screen and (max-width: 780px) {
  .navbarpages {
    height: 60px;
  }
  #pages_maincontent {
    top: 60px;
  }
 /* .navbar_right {
    width: 60px;
    height: 60px;
  }
  .logo_image a img {
    max-width: 30%;
    padding: 22px 0 0 0;
  }*/
  .slider-caption h2 {
    font-size: 55px;
    line-height: 65px;
  }
  .slider-caption span.subtitle {
    font-size: 18px;
  }
  blockquote {
    font-size: 15px;
    line-height: 22px;
  }
  blockquote span {
    font-size: 14px;
    line-height: 22px;
  }
  ul.features_list li {
    width: 96%;
    clear: both;
    font-size: 14px;
    padding: 0 2% 5px 2%;
    margin: 0 0 2px 0;
  }
  ul.features_list li:nth-child(even) {
    float: left;
  }
  ul.features_list li span {
    padding: 2% 0 0 5%;
    font-weight: 700;
  }
  ul.features_list_detailed li {
    width: 96%;
    clear: both;
    padding: 10px 2%;
  }
  ul.features_list_detailed li .feat_small_details h4 {
    font-size: 16px;
  }
  a.button_full {
    padding: 10px 0;
  }
  .bottombarpages {
    height: 60px;
  }
  .gallery_switch a {
    width: 8%;
    padding: 0px;
  }
  .gallery_switch a img {
    max-width: 60%;
  }
  .main-nav ul li {
    width: 32.7%;
    margin: 0 0 3px 0;
	min-height: 100px;
  }
  .main-nav ul li a {
    font-size: 12px;
    padding: 40px 0;
  }
  .toolbar {
    height: 70px;
  }
  ul.toolbar_icons li.menuicon {
    width: 20%;
    margin: 0 1%;
    padding: 4.6% 1%;
  }
  ul.toolbar_icons li img {
    max-width: 45%;
  }
  ul.toolbar_icons li.menuicon img {
    max-width: 55%;
  }
}


/* -----------------MOBILE---------------- */

@media screen and (max-width: 680px) {
  .swiper-container {
    height: 100%;
  }
  /* 5.1 TOP NAVIGATION AND HEADER */
  .navbarpages {
    height: 47px;
  }
  .logo_text {
    font-size: 11px;
	text-align:center;
  }
  .logo_image a img {
    max-width: 50%;
    padding: 17px 0 0 0;
  }
  .homenavbar h1 {
    font-size: 30px;
    padding: 0 0 0 2%;
    margin: 0px;
  }
  .toolbar-icon a img {
    margin: 20% auto 0 auto;
  }
  /* HEADER RIGHT */
  /*.navbar_right {
    width: 55px;
    height: 50px;
  }
  .navbar_right img {
    max-width: 40%;
    padding: 12px 0 0 0;
  }*/
  #pages_maincontent {
    top: 45px;
  }
  .slider-caption {
    bottom: 20%;
  }
  .slider-caption h2 {
    font-size: 32px;
    line-height: 35px;
  }
  .slider-caption span.subtitle {
    font-size: 16px;
  }
  .slider-caption p {
    font-size: 14px;
  }
  /* PANEL RIGHT AND LEFT */
  .panel {
    width: 65%;
  }
  .panel.panel-left.panel-cover {
    left: -65%;
  }
  .panel.panel-left.panel-reveal {
    left: -65%;
  }
  .panel.panel-right.panel-cover {
    right: -65%;
  }
  .panel.panel-right.panel-reveal {
    right: -65%;
  }
  body.with-panel-left-reveal .views {
    -webkit-transform: translate3d(65%, 0, 0);
    transform: translate3d(65%, 0, 0);
  }
  body.with-panel-left-reveal .panel-overlay {
    margin-left: 65%;
  }
  body.with-panel-left-cover .panel-left {
    -webkit-transform: translate3d(65%, 0, 0);
    transform: translate3d(65%, 0, 0);
  }
  body.with-panel-right-reveal .views {
    -webkit-transform: translate3d(-65%, 0, 0);
    transform: translate3d(-65%, 0, 0);
  }
  body.with-panel-right-reveal .panel-overlay {
    margin-left: -65%;
  }
  body.with-panel-right-cover .panel-right {
    -webkit-transform: translate3d(-65%, 0, 0);
    transform: translate3d(-65%, 0, 0);
  }
  h2.page_title {
    font-size: 16px;
    line-height: 15px;
    /*font-weight: 600;*/
    padding: 10px 0 2px 0;
	font-family: 'Montserrat',sans-serif;
	letter-spacing: 1.3px;
	text-align:center;
  }
  h2.contact_title {
    font-size: 13px;
    line-height: 18px;
    font-weight: 700;
    padding: 10px 0 2px 0;
	font-family: 'Montserrat',sans-serif;
	letter-spacing: 1.3px;
	text-align:center;
	border-top: solid 1px #C8C7C7;
  }
  .content-block {
    padding: 25px 5%;
  }
  .bottombarpages {
    height: 50px;
  }
  .gallery_switch a {
    width: 10%;
    padding: 0px;
  }
  .gallery_switch a img {
    max-width: 60%;
  }
  .toolbar {
    height: 40px;
  }
}


/* -----------------SMALL MOBILE---------------- */

@media screen and (max-width: 470px) {
  .logo_image a img {
    display: inline-block;
    max-width: 60%;
    padding: 17px 0 0 0;
  }
  .gallery_switch a {
    width: 8%;
    padding: 0px 5px;
  }
  .gallery_switch a img {
    max-width: 100%;
  }
}


/* -----------------SMALLER MOBILE---------------- */

@media screen and (max-width: 360px) {
  .gallery_switch a {
    width: 10%;
    padding: 0px 3px;
  }
}

.content-with-img{width:90%;margin: 0 5%;padding-bottom:10px;font-size:13px;line-height:18px;text-align: justify;}
.content-with-img-bg{width:90%;padding: 15px 5% 10px 5%;font-size:13px;line-height:18px;text-align: justify;background-color: rgba(220, 220, 220, 0.3);}
.content{width:90%;margin: 0 5%;padding-bottom:10px;font-size:13px;line-height:18px;}
.content-bg{width:90%;padding: 15px 5% 10px 5%;font-size:13px;line-height:18px;background-color: rgba(220, 220, 220, 0.3);}
.img-right{width:45%;float: right;padding:0 0 5px 10px;}
.img-left{width:45%;float: left;padding:0 10px 5px 0;}
.img-award{width:30%;float: left;padding:5px;}
.conter-four{width:90%;margin: 0 5%;text-align:center;float: left;background-color: rgba(142, 155, 219, 0.3);padding: 20px 0;}
.conter-singel{width:25%;float:left;}
.conter-img{text-align:center;padding:0 18px 10px;}
.blank-space{height:25px;width:100%;}
.acc_plus{width:10%;float:left;}
.acc_ques{width:90%;float:left;font-size:13px;line-height:18px;font-weight:bold;}
.m-t-4{margin-top:4px;}
.loader_inner {
    width: 39px;
    text-align: center;
    border-radius: 5px;
    background: rgba(255, 255, 255, 1);
    position: relative;
    left: 50%;
    top: 50%;
    margin-top: -35px;
    margin-left: -35px;
    padding: 3px
}
.loader_inner img {
    width: 32px;
    height: 32px;
}
.se-pre-con {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 999999999;
    background: rgba(255, 255, 255, 0.55);
    background-size:  auto !important;
    overflow: hidden;
}
.apply{background-color: rgba(253, 202, 197, 0.3);}
.training{background-color: rgba(215, 102, 98, 0.3);}
.ho_placement{background-color: rgba(253, 202, 197, 0.3);}
.bg_gray{background-color: rgba(220, 220, 220, 0.3);}

.banner-one{width:49%;margin:1px 1px 1px 2px;float:left;}
.banner-two{width:49%;margin:1px 2px 1px 1px;float:left;}
.m-t-2{margin-top:2px;}
.single-banner{width:98%;margin:1%;line-height: 0;}
.sig-img{width:98%;margin:1%;}
.two-banner1{width:48%;margin-left:1%;border: solid 1px #E7E7E7;float:left;line-height: 0;}
.two-banner2{width:48%;margin-right:1%;border: solid 1px #E7E7E7;float:right;line-height: 0;}
.fe-pro-box{height:200px;/*padding:5px;*/display: flex;align-items: center;justify-content: center;}
.home-category{width:32%;margin:0 2px 3px 2px;float:left;text-align:center;}
.home-category span{font-size:11px;font-weight:400;}

.slides {
    height:108px;
    margin:1%;;
    overflow:hidden;
    position:relative;
    width:98%;
}
.slides ul {
    list-style:none;
    position:relative;
}

/* keyframes #anim_slides */
@-webkit-keyframes anim_slides {
    0% {
        opacity:0;
    }
    6% {
        opacity:1;
    }
    24% {
        opacity:1;
    }
    30% {
        opacity:0;
    }
    100% {
        opacity:0;
    }
}
@-moz-keyframes anim_slides {
    0% {
        opacity:0;
    }
    6% {
        opacity:1;
    }
    24% {
        opacity:1;
    }
    30% {
        opacity:0;
    }
    100% {
        opacity:0;
    }
}

.slides ul li {
    opacity:0;
    position:absolute;
    top:0;

    /* css3 animation */
    -webkit-animation-name: anim_slides;
    -webkit-animation-duration: 16.0s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-direction: normal;
    -webkit-animation-delay: 0;
    -webkit-animation-play-state: running;
    -webkit-animation-fill-mode: forwards;

    -moz-animation-name: anim_slides;
    -moz-animation-duration: 16.0s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;
    -moz-animation-direction: normal;
    -moz-animation-delay: 0;
    -moz-animation-play-state: running;
    -moz-animation-fill-mode: forwards;
}

/* css3 delays */
.slides ul  li:nth-child(2), .slides ul  li:nth-child(2) div {
    -webkit-animation-delay: 4.0s;
    -moz-animation-delay: 4.0s;
}
.slides ul  li:nth-child(3), .slides ul  li:nth-child(3) div {
    -webkit-animation-delay: 8.0s;
    -moz-animation-delay: 8.0s;
}
.slides ul  li:nth-child(4), .slides ul  li:nth-child(4) div {
    -webkit-animation-delay: 12.0s;
    -moz-animation-delay: 12.0s;
}
.slides ul li img {
    display:block;
}
.ad{width:100%;}
.box-one{width:33%;color:#fff;float:left;height:120px;text-align:center;background:-moz-linear-gradient(top, #F24332 0%, #F2685A 50%, #F4A29B 100%);background:-webkit-linear-gradient(top, #F24332 0%, #F2685A 50%, #F4A29B 100%);}
.box-two{width:34%;color:#fff;float:left;height:120px;text-align:center;background:-moz-linear-gradient(top, #eac886 0%, #e1a638 50%, #bd7f08 100%);background:-webkit-linear-gradient(top, #eac886 0%, #e1a638 50%, #bd7f08 100%);}
.box-three{width:33%;color:#fff;float:left;height:120px;text-align:center;background:-moz-linear-gradient(top, #288843 0%, #3FA45B 50%, #83CF98 100%);background:-webkit-linear-gradient(top, #288843 0%, #3FA45B 50%, #83CF98 100%);}
.hed{font-size:15px;color:#fff;font-weight:400;margin:25px 0 0px 0;}
.hed-ne{font-size:16px;color:#fff;font-weight:400;margin:10px 0 5px 0;}
.small-ne{font-size:11px;color:#fff;font-weight:400;margin:10px 5px 5px 5px;font-style: italic;}

.categoryRow{width:100%;height:auto;}
.small-slide {margin: 13px 0 !important;min-height: 100px;
  /*background-image:url('images/loader.gif');
  background-repeat:no-repeat;
  background-position:center;*/}
.small-slide .swiper-slide .card { /*border-radius: 50px;*/width:73px;height:auto;margin-left: 9px;}
.small-slide .swiper-slide .card-body { position: relative;}
.card .card-body {padding: 1px;}
.card-body {-ms-flex: 1 1 auto;flex: 1 1 auto;padding: 1.25rem;}
.no-gutters {margin-right: 0;margin-left: 0;/*border: solid 1px #52BCCC;border-radius: 50px;*/}
.small-slide .swiper-slide .small-slide-right {max-height: 100%;top: 0;bottom: 0;right: 0;border-radius: 50px;border: solid 1px #ff007b;padding: 3px;box-shadow: 0 0 1px 1px rgba(255, 0, 123, 0.5);}
.small-slide .swiper-slide {width: 90px;}
.cat-text{width:100%;text-align:center;margin-top:0px;}
.text-white{color:#000;font-size: 11px;}
.shadow-sm{/*background:#52BCCC !important;background:url('images/cat_bg.jpg');*/}


.newArrivalRow{width:100%;height:auto;min-height: 200px;
  background-image:url('images/loader.gif');
  background-repeat:no-repeat;
  background-position:center;}
.arrival-slide {margin: 0px 0;}
.arrival-slide .swiper-slide .card { /*border-radius: 50px;*/width:auto;height:auto;margin: 0 5px;}
.arrival-slide .swiper-slide .card-body { position: relative;}
.card .card-body {padding: 1px;}
.card-body {-ms-flex: 1 1 auto;flex: 1 1 auto;padding: 1.25rem;}
.arrival-slide .swiper-slide .small-slide-right {max-height: 100%;top: 0;bottom: 0;right: 0;border: solid 2px #fff;}
.arrival-slide .swiper-slide {width: 200px;/*padding-bottom: 10px;*/}
.arr-text{width:99%;text-align:center;background:#ffc50c;position: absolute;bottom:9px;padding:3px 0;opacity:0.7;}
.text-white_a{color:#fff;}
.text-black_a{color:#000;}

.shop-style {margin: 0px 0;}
.shop-style .swiper-slide .card { /*border-radius: 50px;*/width:auto;height:auto;margin: 0 5px;}
.shop-style .swiper-slide .card-body { position: relative;}
.card .card-body {padding: 1px;}
.card-body {-ms-flex: 1 1 auto;flex: 1 1 auto;padding: 1.25rem;}
.shop-style .swiper-slide .small-slide-right {max-height: 100%;top: 0;bottom: 0;right: 0;border: solid 2px #fff;}
.shop-style .swiper-slide {width: 200px;padding-bottom: 10px;}


.flash-sale {margin: 0px 0;}
.flash-sale .swiper-slide .card { /*border-radius: 50px;*/width:auto;height:auto;margin: 0 5px;}
.flash-sale .swiper-slide .card-body { position: relative;}
.card .card-body {padding: 1px;}
.card-body {-ms-flex: 1 1 auto;flex: 1 1 auto;padding: 1.25rem;}
.flash-sale .swiper-slide .small-slide-right {max-height: 100%;top: 0;bottom: 0;right: 0;border: solid 2px #fff;}
.flash-sale .swiper-slide {width: 200px;padding-bottom: 10px;}

.view_all_text{float:right;color:#F61600;}
.hotSellRow{width:100%;height:auto;}
.free-box{width:30%;height:auto;margin:3px 0 6px 7px;float:left;}
.brand-box{border: solid 1px #E7E7E7;width:29%;height:130px;margin:3px 0 6px 10px;float:left;}
.brand-text-box{width:100%;padding:8px 0px 6px;text-align:center;font-size:11px;font-weight:500;text-transform: uppercase;color: #000;}
.hot-box{border: solid 1px #E7E7E7;width:29%;height:100px;margin:3px 0 6px 10px;float:left;}
.hot-pro-box {height:95px;padding: 3px;display: flex;text-align:center;align-items: center;justify-content: center;position: relative;}
.hot-bnad-logo{width:100%;text-align:center;/*background:#625a5a;*/position: absolute;bottom:-1px;padding: 5px 0 0 0;opacity: 0.7;}


.shop-cat-box{width:23%;height:120px;margin:3px 0 6px 6px;float:left;}
.shop-text-box{width:100%;padding:2px 0px 0px;text-align:center;font-size:9px;font-weight:500;text-transform: uppercase;color: #000;}
.hot-box{border: solid 1px #E7E7E7;width:29%;height:100px;margin:3px 0 6px 10px;float:left;}
.shop-pro-box {border: solid 1px #E7E7E7;height:77px;width: 77px;padding: 3px;display: flex;text-align:center;align-items: center;justify-content: center;position: relative;border-radius: 50%;}

.homeSlider{width:100%;height:auto;margin-top:20px;}
.homeSlider .swiper-container {width: 100%;height: auto;margin: 0px auto;}
.homeSlider .swiper-slide {text-align: center;font-size: 18px;width: 70%;display: -webkit-box;display: -ms-flexbox;display: -webkit-flex;display: flex;-webkit-box-pack: center;-ms-flex-pack: center; -webkit-justify-content: center; justify-content: center;-webkit-box-align: center;-ms-flex-align: center;-webkit-align-items: center;align-items: center;}
.homeSlider .swiper-slide:nth-child(2n) { width: 70%;}
.homeSlider .swiper-slide:nth-child(3n) {width: 70%;}

.tradingRow{width:100%;height:auto;}
.bestOffer{width:100%;height:auto;margin-top:10px;}
.trading-slide {margin: 0px 0;}
.trading-slide .swiper-slide .card { /*border-radius: 50px;*/width:auto;height:auto;margin: 0 5px;}
.trading-slide .swiper-slide .card-body { position: relative;}
.card .card-body {padding: 1px;}
.card-body {-ms-flex: 1 1 auto;flex: 1 1 auto;padding: 1.25rem;}
.trading-slide .swiper-slide .small-slide-right {max-height: 100%;top: 0;bottom: 0;right: 0;border: solid 2px #fff;}
.trading-slide .swiper-slide {width: 200px;padding-bottom: 1px;}

.deal-week-slide {margin: 0px 0;}
.deal-week-slide .swiper-slide .card { /*border-radius: 50px;*/width:auto;height:auto;/*margin: 0 5px;*/}
.deal-week-slide .swiper-slide .card-body { position: relative;}
.card .card-body {padding: 1px;}
.card-body {-ms-flex: 1 1 auto;flex: 1 1 auto;padding: 1.25rem;}
.deal-week-slide .swiper-slide .small-slide-right {max-height: 100%;top: 0;bottom: 0;right: 0;border: solid 2px #fff;}
.deal-week-slide .swiper-slide {width: 200px;padding-bottom: 5px;}
.tre-text-deal{width:100%;text-align:center;background:#fff;padding:5px 0 0 0;}
.text-black-deal{color:#000;padding: 5px 0;font-size: 11px;letter-spacing: 1px;}

.lifestyle-slide {margin: 0px 0;}
.lifestyle-slide .swiper-slide .card { /*border-radius: 50px;*/width:auto;height:auto;/*margin: 0 5px;*/}
.lifestyle-slide .swiper-slide .card-body { position: relative;}
.lifestyle-slide .swiper-slide .small-slide-right {max-height: 100%;top: 0;bottom: 0;right: 0;border: solid 2px #fff;}
.lifestyle-slide .swiper-slide {width: 200px;padding-bottom: 5px;}


.woman-category-slide {margin: 0px 0;}
.woman-category-slide .swiper-slide .card { /*border-radius: 50px;*/width:auto;height:auto;margin: 0 0px;}
.woman-category-slide .swiper-slide .card-body { position: relative;}
.card .card-body {padding: 1px;}
.card-body {-ms-flex: 1 1 auto;flex: 1 1 auto;padding: 1.25rem;}
.woman-category-slide .swiper-slide .small-slide-right {max-height: 100%;top: 0;bottom: 0;right: 0;border: solid 2px #fff;}
.woman-category-slide .swiper-slide {width: 150px;padding-bottom: 0px;}
.tre-pro-box-cat{height:135px;padding:5px 5px 0 5px;display: flex;text-align:center;align-items: center;justify-content: center;}
.text-black-cat{color:#000;padding: 5px 0;font-size: 11px;}

.shop-fabrics {margin: 0px 0;}
.shop-fabrics .swiper-slide .card { /*border-radius: 50px;*/width:auto;height:auto;margin: 0 5px;}
.shop-fabrics .swiper-slide .card-body { position: relative;}
.card .card-body {padding: 1px;}
.card-body {-ms-flex: 1 1 auto;flex: 1 1 auto;padding: 1.25rem;}
.shop-fabrics .swiper-slide .small-slide-right {max-height: 100%;top: 0;bottom: 0;right: 0;border: solid 2px #fff;}
.shop-fabrics .swiper-slide {width: 185px;padding-bottom: 0px;background: #f9f8f8;padding: 8px 0;}
.tre-pro-box-fab{height:160px;padding:5px 5px 0 5px;display: flex;text-align:center;align-items: center;justify-content: center;}

.best-seller-slide {margin: 0px 0;}
.best-seller-slide .swiper-slide .card { /*border-radius: 50px;*/width:auto;height:auto;margin: 0 5px;box-shadow: 7px 0px 7px -8px #dddbdb;}
.best-seller-slide .swiper-slide .card-body { position: relative;}
.best-seller-slide .swiper-slide .small-slide-right {max-height: 100%;top: 0;bottom: 0;right: 0;border: solid 2px #fff;}
.best-seller-slide .swiper-slide {width: 180px;padding-bottom: 10px;}

.best_offer-slide {margin: 0px 0;}
.best_offer-slide .swiper-slide .card { /*border-radius: 50px;*/width:auto;height:auto;margin: 0 5px;box-shadow: 7px 0px 7px -8px #dddbdb;}
.best_offer-slide .swiper-slide .card-body { position: relative;}
.best_offer-slide .swiper-slide .small-slide-right {max-height: 100%;top: 0;bottom: 0;right: 0;border: solid 2px #fff;}
.best_offer-slide .swiper-slide {width: 165px;/*padding-bottom: 10px;*/}

.tre-text{width:100%;text-align:center;background:#fff;padding:0 0 5px 0;}
.text-black{color:#000;font-weight:500;padding: 5px 0;font-size: 11px;letter-spacing: 1px;}
.best-text{width:96%;text-align:center;padding:4% 2%;min-height: 45px;}
.text-best{color:#000;padding: 5px 0;width:100%;font-size: 12px;font-weight: 500;/*letter-spacing: 0.8px;*/}

/*.pro-text-box{width:92%;padding:4%;background: -moz-linear-gradient(top, #FDFFFF 0%, #DFE6E4 50%, #CECECE 100%);background: -webkit-linear-gradient(top, #FDFFFF 0%, #DFE6E4 50%, #CECECE 100%);}
.pro-text{width:100%;padding:0;text-align:left;font-size:13px;font-weight:500;text-transform: uppercase;color:#000;height:26px;line-height:30px;}
.pro-price{width:100%;padding:3px 0 0 0;font-size:11px;font-weight:500;text-align:left;color:#000;}*/

.shadow-ar{border: solid 0px #E7E7E7;}
.tre-pro-box{height:180px;padding:5px 5px 0 5px;display: flex;text-align:center;align-items: center;justify-content: center;}
.tre-pro-box-list{height:160px;padding:5px 5px 0 5px;display: flex;text-align:center;align-items: center;justify-content: center;}
.full_banner{/*background:url('images/banner_bg.jpg');*/height:40px;text-align:center;margin-bottom: 10px;margin-top:10px;background: radial-gradient(ellipse at center, #FFC50C 20%, #AE933A 100%);}
.banner_title{color:#000;font-size:15px;padding:8px 0 0 0;width:100%;letter-spacing:1.3px;}
.banner_slogan{color:#FFF;font-size:13px;padding:0;width:100%;}

.contener{width:94%;padding:5px 3%;height:auto;}
.left_icon{width:15px;height:15px;float:left;text-align:center;margin:3px 0;background:#ffc50c;padding:5px;border-radius:50%;}
.right_con{width:75%;float:left;text-align:left;margin:5px 0 0 20px;}
.con_mar{margin: 0px 2% 0px 0% !important;}
.login_blank_space{height:10px;width:100%;}

.full_banner_red{/*background:url('images/banner_bg1.jpg');*/min-height:40px;text-align:center;/*margin-bottom: 8px;opacity: 0.5;*/background: radial-gradient(ellipse at center, #ff007b 20%, #a4376a 100%);}
.banner_red_title{color:#FFF;font-size:15px;padding:8px 0 0 0;width:100%;letter-spacing:1.3px;}

.full_banner_sky{background:url('images/banner_bg.jpg');height:70px;text-align:center;opacity: 0.5;}
.banner_sky_title{color:#FFF;font-size:18px;padding:22px 0 0 0;width:100%;}
.category-box{width:33.1%;border-right:solid 1px #E7E7E7;border-bottom:solid 1px #E7E7E7;height:auto;float:left;}
.cat-ri-no-boder{border-right:none;}
.cat-bo-no-boder{border-bottom:none;}
.cat-pro-box{height:60px;padding:13px 3px;display: flex;text-align:center;align-items: center;justify-content: center;}
.cat-text-box{width:100%;padding:0 0px 6px;text-align:center;font-size:11px;font-weight:500;/*text-transform: uppercase;*/height:30px;}

.product-box{width:49.7%;/*border-right:solid 1px #E7E7E7;*/height:auto;float:left;padding-top:15px;/*text-shadow: 3px 3px 5px #2d2d2d;*/box-shadow: 6px 11px 12px -9px #666161;position: relative;}
.pro-ri-no-boder{border-right:none;}
.pro-box{height:auto;padding:0;display: flex;text-align:center;align-items: center;justify-content: center;min-height: 300px;}
.pro-text-box{width:92%;padding:4%;/*border-right:solid 1px #000;*//*background: -moz-linear-gradient(top, #FDFFFF 0%, #DFE6E4 50%, #CECECE 100%);background: -webkit-linear-gradient(top, #FDFFFF 0%, #DFE6E4 50%, #CECECE 100%);*/}
.pro-text{width:100%;padding:0;text-align:left;font-size:15px;font-weight:600;/*text-transform: uppercase;*/color:#000;line-height:18px;letter-spacing:1.3px;}
.pro-price{width:100%;padding:6px 0 0 0;font-size:15px;font-weight:500;text-align:left;color:#000;min-height: 16px;}
.pro-off{color:#fff;font-weight: 500;background: #f8353e;font-size: 10px;border-radius: 3px;padding: 3px 8px;}
.old-price{color:#7b7b7b;text-decoration: line-through;}

.pro-text-list{width:100%;padding:0;text-align:left;font-size:12px;font-weight:500;color:#202020;height:33px;line-height:14px;}
.pro-price-list{width:58%;padding:3px 0 0 0;font-size:11px;font-weight:500;text-align:right;color:#000;float: right;}
.pro-off-list{color:#ff1919;padding:0 0px 0 1px;font-weight: 600;}
.old-price-list{color:#7b7b7b;text-decoration: line-through;}
.pro-color-list{width:42%;padding:0;text-align:center;height:auto;float: left;}
.pro-color-list ul li{list-style:none;margin:2px 3px 5px 0;float:left;width:auto;}
.options-color{font-size: 0;line-height: 0;backface-visibility: hidden;width:13px;height:14px;border: solid 1px #cccccc;margin-bottom: 5px;}

.in-logo{width:100%;padding:30px 0 15px;text-align:center;}

.proDeSlider{width:100%;height:auto;margin-top:0px;}
.proDeSlider .top{width:100%;height:auto;margin-top:0px;text-align:center;}
.proDeSlider .bottom{width:100%;height:90px;margin-top:15px;}
.proDeSlider .bottom ul li{width:60px;margin:5px 15px;float:left;}

.proDeSlider .swiper-container {width: 100%;height: auto;margin: 0px auto;}
.proDeSlider .swiper-slide {text-align: center;font-size: 18px;width: 70%;display: -webkit-box;display: -ms-flexbox;display: -webkit-flex;display: flex;-webkit-box-pack: center;-ms-flex-pack: center; -webkit-justify-content: center; justify-content: center;-webkit-box-align: center;-ms-flex-align: center;-webkit-align-items: center;align-items: center;}
.proDeSlider .swiper-slide:nth-child(2n) { width: 70%;}
.proDeSlider .swiper-slide:nth-child(3n) {width: 70%;}
.proDeSlider .pro-box{height:auto;width:100%;padding:0;display: flex;text-align:center;align-items: center;justify-content: center;}
.pro-detext-box{width:92%;padding:4%;background: #fff;margin: 10px 0;}
.pro-seller{padding-top:3px;font-size:10px;color:#707070;text-align:left;}
.pro-color-box{width:94%;padding:10px;/*text-shadow:1px 1px 1px #9f9999;*/background:#fff;font-weight: 400;margin-bottom: 10px;}
.pro-color-box-se{width:100%;padding:10px 0;/*text-shadow:1px 1px 1px #9f9999;*/border-top: solid 1px #EEEEEE;font-weight: 400;}
.color-box{width:25px;height:25px;margin-right:5px;border-radius:8px;float:left;margin-top: 3px;}
.size-box{width:auto;height:auto;border: solid 1px #E7E7E7; margin-right:5px;border-radius:5px;float:left;padding: 5px 8px;margin-top: 3px;}
.pro_spe{text-shadow:none;}
.pro_spe_p{text-shadow:none;padding:0 !important;}

.related_products {margin: 0px 0;}
.related_products .swiper-slide .card { /*border-radius: 50px;*/width:auto;height:auto;margin: 0 5px;}
.related_products .swiper-slide .card-body { position: relative;}
.related_products .swiper-slide .small-slide-right {max-height: 100%;top: 0;bottom: 0;right: 0;border: solid 2px #fff;}
.related_products .swiper-slide {width: 190px !important;/*padding-bottom: 10px;*/}

.also_viewed {margin: 0px 0;}
.also_viewed .swiper-slide .card { /*border-radius: 50px;*/width:auto;height:auto;margin: 0 5px;}
.also_viewed .swiper-slide .card-body { position: relative;}
.also_viewed .swiper-slide .small-slide-right {max-height: 100%;top: 0;bottom: 0;right: 0;border: solid 2px #fff;}
.also_viewed .swiper-slide {width: 190px !important;/*padding-bottom: 10px;*/}

.global_products {margin: 0px 0;}
.global_products .swiper-slide .card { /*border-radius: 50px;*/width:auto;height:auto;margin: 0 5px;}
.global_products .swiper-slide .card-body { position: relative;}
.global_products .swiper-slide .small-slide-right {max-height: 100%;top: 0;bottom: 0;right: 0;border: solid 2px #fff;}
.global_products .swiper-slide {width: 190px !important;/*padding-bottom: 10px;*/}

.cart_add {background: radial-gradient(ellipse at center, #FFC50C 20%, #AE933A 100%);width:50%;float:left;position: fixed;bottom:0;z-index: 9999999;}
.buy_now {background: radial-gradient(ellipse at center, #ff007b 20%, #a4376a 100%);width:50%;float:right;position: fixed;bottom:0;right: 0;z-index: 9999999;}
.out_of_stock {background: -moz-linear-gradient(left, #D60707 0%, #BF2828 50%, #DE0101 100%);background: -webkit-linear-gradient(left, #D60707 0%, #BF2828 50%, #DE0101 100%);width:100%;position: fixed;bottom:0;right: 0;z-index: 9999999;}
.cart_button{width:100%;border:none;background:none;padding: 4% 0 4% 0;margin:0;font-weight: 500;text-align: center;cursor: pointer;font-size: 13px;color:#D6FFFF;cursor: pointer;height: 48px;font-family: 'Montserrat',sans-serif;letter-spacing: 0.5px;}

.cart_img{height:55px;padding:4px;display: flex;text-align:center;align-items: center;justify-content: center;float:left;width:18%;border: solid 1px #E7E7E7;border-radius:5px;}
.cart_con{float:right;width: 75%;min-height: 65px;text-align: left;font-size: 13px;line-height: 16px;}
.col{color:#000;text-shadow:none;font-size: 11px;}
.pro-del{float:right;padding: 3px;}
.pro-del-qnt{float:right;font-size:15px;color:#A8A69E;font-family: helvetica;}

.pay_logo_img{height:65px;padding:6px;display: flex;text-align:center;align-items: center;justify-content: center;float:left;width:35%;border: solid 1px #E7E7E7;border-radius:5px;}
.pay_con{float:right;width: 55%;height: 70px;text-align: left;font-size: 13px;line-height: 16px;}

.cou_textbox{width:75%;float:left;}
.cou_but{width:25%;float:left;}

.full-width{width:100%;text-align:center;color:red;}
.cart-width{width:100%;text-align:center;text-align:left;}

.cf:before,.cf:after { content: " ";display: table;}
.cf:after { clear: both;}
.cf {  *zoom: 1;}
.plan input{display: none;}
.free-label{position: relative;color: #000;/*background-color: #CECECE;*/font-size: 11px;text-align: center;height: 20px;line-height: 20px;display: block;cursor: pointer;/*border: 2px solid transparent;-webkit-box-sizing: border-box;-moz-box-sizing: border-box; box-sizing: border-box;*/border: solid 1px #9f9e9e;/*width: 22%;*/float: left;margin:9px 9px 0  0;padding:0 8px;}
.plan input:checked + .free-label{border: 1px solid #9f9e9e;/*background-color: #07D6CB;*/}
.plan input:checked + .free-label:after{content: "\2713";width: 15px;height: 15px;line-height: 15px;border-radius: 100%;/*border: 1px solid #333;*/background-color: #FF007C;z-index: 999;position: absolute;top: -5px;right: -5px;color:#fff;}
.filter_pro{background:#ef00ff;padding: 7px 0;width:9%;text-align:center;color:#FFF;position: fixed;bottom: 14px;z-index: 9;right: 10px;border-radius: 50%;}
.sould-out{position: absolute;top: 65px;right:0}

.use_message{width:100%;float:left;}
.rating{width:10%;float:left;text-align:center;background:green;color:#fff;}
.user{width:70%;float:right;text-align:right;text-shadow: none;}
.message_rev{width:100%;float:left;text-align:left;margin-bottom:15px;padding-top:3px;font-size: 11px;text-shadow: none;}
.half_width{width:49.5%;float:left;text-align:center;padding:10px 0;box-shadow: 0 9px 7px -8px #666161;}
.rig-bro{border-right:solid 1px #cccccc;}

.short_name{cursor:pointer;}
.short{width:100%;position: absolute;overflow:auto;border-bottom: solid 1px #ccc;background:#f2f1f1;z-index: 9999;top: 79px;display:none;}
.short ul{width:100%;}
.short ul li{padding: 4px 20px;}
.active_icon{width:20px;color:#ff007b;display: block;float: left;}
.cart_qnt{background:#fff;color:red;text-align: center;top: 22px;position: fixed;right: 55px;border-radius: 50%;padding: 0 3px;font-weight: 400;font-size: 10px;width: 12px;}

.you_tube_video{width:48%;float:left;padding: 0 0 0 2%;}
.video_content{width:44%;float:right;padding: 0 3%;}
.content-block-fil { padding: 0px 5%; }

.se-lavel{width:100%;cursor:pointer;}
.color-box-list{width:100%;height:auto;display:none;}
.size-box-list{width:100%;height:auto;display:none;}
.dis-box-list{width:100%;height:auto;display:none;}
.price-box-list{width:100%;height:auto;display:none;}
.apply_fil {background: radial-gradient(ellipse at center, #ff007b 20%, #a4376a 100%);width:100%;}
.apply_button{width:100%;border:none;background:none;padding: 0;margin:0;font-weight: 600;text-align: center;cursor: pointer;font-size: 12px;color:#D6FFFF;cursor: pointer;height: 28px;font-family: 'Montserrat',sans-serif;letter-spacing: 0.5px;display:block !important;}

.order-levl{width:30%;padding:1px 3px;font-size:11px;font-weight:600;text-align:left;float:left;letter-spacing: 0.9px !important;}
.order-levl-data{width:65%;padding:1px 3px;font-size:11px;text-align:left;float:left;}
.order-list-his{width:100%;height:auto;}
.content-block-or{padding: 5px 10px;margin: 5px 0;color: #6d6d72;box-sizing: border-box;}
.connect{width:100%;margin-bottom: 50px;height: 50px;border-top: solid 1px #c6c2c2;margin-top: 15px;}
.conn-text{width:48%;float:left;text-align:right;padding: 15px 5px 0 0;font-weight:600;}
.conn-icon{width:50%;float:left;}
.conn-icon ul li{float:left;padding:10px 2px;width: 30px;}


.not-levl{width:50%;margin: 0 5%;float:left;}
.not-levl-data{width:36%;padding:1px 3px;font-size:13px;text-align:left;float:left;line-height: 17px;margin-top:30px;}
.not-box{width:94%;padding:10px 10px 7px 10px;border-top: solid 1px #EEEEEE;font-weight: 400;}

.toolbar-inner {
  position: absolute;
  left: 0;
  top: 3px;
  z-index: 99999;
  width: 100%;
  height: 100%;
  padding: 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.toolbar:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 55px;
  width: 100%;
  display: block;
  z-index: 15;
  -webkit-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
  background-color: #000;
}

.toolbar {
  height: 50px;
  margin-top:10px;
  z-index:99999999999999;
  position: fixed;
  bottom:0;
}

ul.toolbar_icons {
  list-style: none;
  padding: 0px;
  margin: 0px;
  display: inline-block;
  text-align: center;
  width: 100%;
}

ul.toolbar_icons li {
  list-style: none;
  padding: 0;
  display: inline-block;
  text-align: center;
  /*width: 13%;*/
  margin: 0 4%;
}

ul.toolbar_icons li.menuicon {
  list-style: none;
  padding: 4.6% 1%;
  display: inline-block;
  text-align: center;
  width: 13%;
  margin: 0 0.5%;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  background-color: #131313;
}

ul.toolbar_icons li img {
  max-width: 25%;
  margin: 0 0 0 0;
}

ul.toolbar_icons li.menuicon img {
  max-width: 55%;
}
.notify{
	position: absolute;
    right: 4px;
    background: red;
    color: #fff;
    font-size: 11px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    border-radius: 50%;
    bottom: 20px;
}

.plan input {
  display: none;
}
.plan input:checked + .free-labelc {
  border: solid 1px #FF007C;
}
.free-labelc {
  position: relative;
  color: #000;
  border: solid 1px #f2ecec;
  text-align: center;
  display: block;
  cursor: pointer;
  width: auto;
  float: left;
  margin: 0 9px 9px 0;
  padding: 0 5px;
}
.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
.free-labelc img {
  width: 57px;
padding: 5px 0px 0px;
max-height: 80px;
}

.toolbar-fo {height: 56px;position: fixed;left: 0;bottom: 0;opacity: 1;background-color:#23233e;width:100%;display:block;z-index: 9999999;}
.toolbar-fo ul.toolbar_icons {list-style: none;padding: 0px;margin: 0px;display: inline-block; text-align: center; width: 100%;}
.toolbar-fo ul.toolbar_icons li {list-style: none;padding: 10px 0; display: inline-block; text-align: center; width: 16%; margin: 0 1%;}
.toolbar-fo ul.toolbar_icons li .menu{font-size: 10px;color: #fff;padding-top: 2px;}
.toolbar-fo ul.toolbar_icons li img {max-width: 40% !important;}
.toolbar-fo ul.toolbar_icons li .icon-post {background:#35345e;position: absolute;top: -17px;max-width: 50px;border-radius: 50%;text-align: center;}

.socialnav {display:none;height:175px; width:25%;position: fixed;z-index: 1;bottom:57px;right: 0;overflow-x: hidden;transition: 0.5s;}
.socialnav .list-social li{padding:5px 0; width:36px;text-align:center;margin:3px 15px;list-style:none;float:left;}
.socialnav .list-social li a{color:#fff;transition: 5s;}
.socialnav .email{background:#F23434;border-radius: 50px;color:#fff;font-size:18px;box-shadow: 0 3px 5px 1px rgba(0, 0, 0, 0.5);}
.socialnav .facebook{background:#3C51A5;border-radius: 50px;color:#fff;font-size:18px;box-shadow: 0 3px 5px 1px rgba(0, 0, 0, 0.5);}
.socialnav .twiter{background:#5AB1F7;padding: 5px 10px;border-radius: 50px;margin-right: 10px;color:#fff;font-size:18px;box-shadow: 0 3px 5px 1px rgba(0, 0, 0, 0.5);}
.socialnav .insta{background:#E584B0;padding: 6px 11px;border-radius: 50px;color:#fff;font-size:18px;box-shadow: 0 3px 5px 1px rgba(0, 0, 0, 0.5);}

.order-his{width: auto;background: #fff;font-weight: 400;margin-bottom: 20px;font-size: 11px;}
.order-num{width:auto;background:#f4f3f3;padding: 5px 10px;}
.order-num span{float:right;}
.order-item{width: auto;padding: 3px 10px;font-size: 13px;}
.order-item-list{width: auto;padding: 3px 10px;font-size: 13px;}

.order-list{width: auto;padding: 3px 10px;min-height: 90px;margin-bottom: 5px;}
.order-img{width: 20%;float:left;}
.order-desc{width: 75%;float:left;padding-left: 5%;}
.order-title{width: 100%;font-size: 13px;}
.order-price{width: 100%;font-size: 11px;}
.order-size{width: 100%;font-size: 11px;}
.order-color{width: 100%;font-size: 11px;}