/*******************************
-Body-html

-toolbars

-cart-toolbars1

-cart-toolbars2

-headers

-cart-header1

-cart-header1

-cart-header2

-category-list

-product-list

-product-detail

-prefooter

-footer

-breadcrumb

-List

-Alert

-Tab

-Progress-bar

-Link

-Forms

-Line

-Vertical-align

-Display

-Button

-Thumb

-Image

-Blockquote

-Table

-Label

-Panel

-Accordion

-Background-color

-Text
--Color
--Size
--Weight
--Text-align
--Text-color

-Border

-font-awesome

-Margin

-Padding

-Examples

 *******************************/
@import "https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i";
@import url(https://fonts.googleapis.com/css?family=Lato:400,300,700,900);

/*-----------Html-Bodt----------*/
html {
  font-size: 14px;
}

body {
  font-size: 1rem;
  background-color: #fafafa;
  color: #666666;
  font-family: "Open Sans", sans-serif;
  margin: 0;
}

.box-shadow {
  -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
  -o-box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
  -ms-box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
  padding: 20px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  overflow:hidden;
}

.box-shadow:hover {
  -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.45);
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.45);
  -o-box-shadow: 0 0 4px rgba(0, 0, 0, 0.45);
  -ms-box-shadow: 0 0 4px rgba(0, 0, 0, 0.45);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.45);
}

/*---------//Html-Bodt----------*/
ul {
  padding: 0;
  margin: 0;
}

.float-none {
  float: none;
}

/*----------Width---------------*/
.full-width {
  width: 100%;
}

.full-height {
  height: 100%;
}

/*----------//Width---------------*/
.block-center {
  margin-left: auto;
  margin-right: auto;
}

/*-----------Position-------------*/
.position-relative {
  position: relative;
}

.position-absolute {
  position: absolute;
}

.position-static {
  position: static;
}

/*---------//Position-------------*/
/*----------Site Block------------*/
#mainSiteContent {
  height: 100%;
  overflow: visible;
}

.mainSiteContent {
  max-width: 1200px;
  margin: 0 auto;
  overflow: hidden;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
}

@media (max-width: 1199px) {
  .mainSiteContent {
    width: 980px;
  }
}
@media (max-width: 991px) {
  .mainSiteContent {
    width: 760px;
  }
}
@media (max-width: 767px) {
  .mainSiteContent {
    width: 100%;
  }
}
/*--------//Site Block------------*/
.toolbar-cart-container {
  width: 100%;
  display: table;
}

.first-toolbar-box, .second-toolbar-box, .third-toolbar-box, .fourth-toolbar-box {
  display: table-cell;
  white-space: nowrap;
  vertical-align: middle;
  float: none;
}

.last-toolbar-box {
  width: 1px;
}

/*===============Toolbars==================*/
.toolbar, .toolbar a,
.toolbar-menu li a,
.toolbar-menu li a span,
.toolbar-menu li a i,
.social-toolbar li a {
  color: #fff;
}

.toolbar-menu li a:hover,
.toolbar-menu li a:hover span,
.toolbar-menu li a:hover i,
.social-toolbar li a:hover {
  color: #f2f2f2;
}

.toolbar, .toolbar-logo {
  background-color: #317fe5 !important;
}

.social-toolbar {
  margin-right: 40px;
}

.toolbar .btn {
  padding: 6px 15px 5px;
  color: #317fe5;
  background-color: #fff;
}
.toolbar .btn:hover {
  background-color: #e65445;
  color: #fff;
}

.toolbar > .container > .row > div {
  display: table;
  width: 100%;
}

.toolbar > .container > .row > div > [class*="col-"] {
  display: table-cell;
  vertical-align: middle;
  float: none;
  padding: 10px 15px;
}

.toolbar-menu {
  float: right;
}
.toolbar-menu li a {
  text-transform: uppercase;
  font-weight: 700;
}
.toolbar-menu li a span, .toolbar-menu li a i {
  font-weight: 300;
}
.toolbar-menu li::after {
  content: "";
  margin: 0 5px;
}

.social-toolbar li,
.toolbar-menu li {
  display: inline-block;
  padding: 0;
}

.social-toolbar li a {
  -moz-transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  font-size: 18px;
  padding: 35px 20px;
}

.social-toolbar li a:hover {
  background-color: rgba(255, 255, 255, 0.6);
  color: #353535;
}

.fixedHeader .social-toolbar li a {
  padding: 20px 15px;
}

.col-separator {
  position: relative;
}

.col-separator::before {
  content: "";
  position: absolute;
  border-right: 1px solid #fff;
  top: 0;
  bottom: 0;
  left: 50%;
}

@media (max-width: 1290px) {
  .social-toolbar li,
  .toolbar-menu li {
    display: inline-block;
  }
}
@media (max-width: 767px) {
  .toolbar-menu {
    float: none;
    width: 100%;
    text-align: center;
  }

  .toolbar-menu li {
    padding: 0 10px;
  }

  .toolbar-menu li a span,
  .toolbar-menu li::after {
    display: none;
  }

  .toolbar > .container > .row > div,
  .toolbar > .container > .row > div > [class*="col-"] {
    display: block;
    width: auto;
  }

  .toolbar.toolbar-003 > .container > .row > div {
    display: table;
    width: 100%;
  }

  .toolbar.toolbar-003 > .container > .row > div > [class*="col-"] {
    display: table-cell;
    float: none;
  }

  .social-toolbar li,
  .toolbar-menu li {
    padding: 0;
  }
}
/*=============//Toolbars==================*/
/*=================Cart Toolbar 1==================*/
#toolbar-cart.toolbar-cart-001 {
  background-color: #e9e9e9;
}
#toolbar-cart.toolbar-cart-001 a {
  color: #353535;
}
#toolbar-cart.toolbar-cart-001 a:hover, #toolbar-cart.toolbar-cart-001 a:focus {
  color: #454545;
}

#toolbar-cart.toolbar-cart-001 .login-box a:hover {
  color: #317fe5;
}

#toolbar-cart.toolbar-cart-001 .email-signup {
  background-color: #b4b4b4;
  color: #fff;
  padding: 10px 15px;
  display: inline-block;
}
#toolbar-cart.toolbar-cart-001 .email-signup:hover, #toolbar-cart.toolbar-cart-001 .email-signup:focus {
  color: #fff !important;
  background-color: #a6a6a6;
}

#toolbar-cart.toolbar-cart-001 .socialbar-box {
  display: inline-block;
}
#toolbar-cart.toolbar-cart-001 .socialbar-box a {
  font-size: 1.28571rem;
  color: #bbb;
}
#toolbar-cart.toolbar-cart-001 .socialbar-box a:hover, #toolbar-cart.toolbar-cart-001 .socialbar-box a:focus {
  color: #a1a1a1;
}

#toolbar-cart.toolbar-cart-001 .second-menu li {
  border-right: 1px solid #b4b4b4;
  padding-right: 15px;
  margin-right: 6px;
}

#toolbar-cart.toolbar-cart-001 .dropdown-menu {
  z-index: 9999;
  min-width: 50px;
}

.visible-855 {
  display: none;
}

@media (max-width: 855px) {
  .visible-855 {
    display: inline-block;
  }

  .hidden-855 {
    display: none;
  }
}
@media (max-width: 600px) {
  .hidden-600 {
    display: none !important;
  }
}
@media (max-width: 480px) {
  #toolbar-cart.toolbar-cart-001 .second-menu li {
    padding-right: 9px;
    margin-right: 4px;
  }
  #toolbar-cart.toolbar-cart-001 .second-menu li:first-child {
    margin-right: 0;
  }

  #toolbar-cart.toolbar-cart-001 .email-signup {
    padding: 10px 12px;
    font-size: 12px;
  }

  .hidden-480 {
    display: none !important;
  }
}
/*=================//Cart Toolbar 1==================*/
/*=================Cart Toolbar 2==================*/
#toolbar-cart.toolbar-cart-002 {
  background-color: #e9e9e9;
  font-size: 0.92857rem;
}
#toolbar-cart.toolbar-cart-002 a {
  color: #353535;
}
#toolbar-cart.toolbar-cart-002 a:hover, #toolbar-cart.toolbar-cart-002 a:focus {
  color: #454545;
}

#toolbar-cart.toolbar-cart-002 .email-signup {
  background-color: #b4b4b4;
  color: #fff;
  padding: 10px 15px;
  display: inline-block;
}
#toolbar-cart.toolbar-cart-002 .email-signup:hover, #toolbar-cart.toolbar-cart-002 .email-signup:focus {
  color: #fff;
  background-color: #a6a6a6;
}

#toolbar-cart.toolbar-cart-002 .second-menu li {
  border-right: 1px solid #b4b4b4;
  padding-right: 15px;
  margin-right: 10px;
}
#toolbar-cart.toolbar-cart-002 .second-menu li:last-child {
  border: none;
}

#toolbar-cart .socialbar-box {
  display: inline-block;
}
#toolbar-cart .socialbar-box a {
  font-size: 1.28571rem;
  color: #bbb;
}
#toolbar-cart .socialbar-box a:hover, #toolbar-cart .socialbar-box a:focus {
  color: #a1a1a1;
}

#toolbar-cart .dropdown-menu {
  z-index: 9999;
  min-width: 50px;
}

.visible-855 {
  display: none;
}

@media (min-width: 481px) {
  .visible-480 {
    display: none !important;
  }
}
@media (max-width: 855px) {
  .visible-855 {
    display: inline-block;
  }

  .hidden-855 {
    display: none;
  }
}
@media (max-width: 600px) {
  .hidden-600 {
    display: none !important;
  }
}
@media (max-width: 480px) {
  .second-menu li {
    padding-right: 9px;
    margin-right: 0px;
  }

  #toolbar-cart .email-signup {
    padding: 10px 12px;
    font-size: 12px;
  }

  .hidden-480 {
    display: none !important;
  }

  #toolbar-cart.toolbar-cart-002 .second-menu li {
    padding-right: 10px;
    margin-right: 2px;
  }
}
/*=================//Cart Toolbar 2==================*/
.header-cart-container {
  width: 100%;
  display: table;
}

.first-header-box, .second-header-box, .third-header-box, .fourth-header-box, .fifth-header-box {
  display: table-cell;
  white-space: nowrap;
  vertical-align: middle;
  float: none;
}

.last-header-box {
  width: 1px;
}

/*===============Headers==================*/
.fixedHeader + #nav-icon {
  top: 0;
  padding: 30px 10px;
}
.fixedHeader + #nav-icon span:nth-child(1) {
  top: 22px;
}
.fixedHeader + #nav-icon span:nth-child(2) {
  top: 29px;
}
.fixedHeader + #nav-icon span:nth-child(3) {
  top: 36px;
}
.fixedHeader .header {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 100 !important;
}
.fixedHeader .header .headerNavigation > li > a {
  padding: 20px 21px;
}

#nav-icon:hover {
  background-color: rgba(255, 255, 255, 0.6);
  color: #353535;
}
#nav-icon:hover span {
  background-color: #353535;
}
#nav-icon.open {
  background: none;
  background: transparent;
  color: #fff;
}
#nav-icon.open:hover {
  background: none;
  background: transparent;
  color: #fff;
}
#nav-icon.open:hover span {
  background-color: #353535;
}

.mainSiteContent .fixedHeader .header {
  width: 1200px;
}

.headerNavigation {
  padding: 0;
  margin: 0;
}

.headerNavigation > li {
  display: inline-block;
  position: relative;
  list-style-type: none;
}

.headerNavigation li ul li {
  list-style-type: none;
  display: block;
}

.header {
  position: fixed;
  z-index: 100;
  width: 100%;
  background: transparent;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.header .headerNavigation > li ul {
  position: absolute;
  background-color: #fff;
  width: 190px;
  top: 150%;
  opacity: 0;
  visibility: hidden;
  -moz-transition: all 0.2s ease 0s;
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  -ms-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.header .headerNavigation .sub-menu > a > span {
  display: inline-block;
  float: right;
  padding: 10px;
  width: 30px;
  height: 30px;
  text-align: center;
  margin: -10px;
}

.header .headerNavigation > li.sub-menu:hover > ul,
.header .headerNavigation > li ul > li.sub-menu:hover > ul {
  top: 100%;
  opacity: 1;
  visibility: visible;
  display: block;
}

.header .headerNavigation > li ul > li > ul {
  left: 0;
  top: 0;
}

.header .headerNavigation > li ul > li.sub-menu:hover > ul {
  left: 190px;
  top: 0;
}

.header .headerNavigation {
  font-size: 0;
}

.header .headerNavigation a {
  font-size: .9286rem;
}

.header .headerNavigation > li > a {
  color: #fff;
  padding: 35px 25px;
  -moz-transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  font-weight: 600;
  text-transform: uppercase;
  display: block;
}

.header .headerNavigation > li > ul a {
  color: #353535;
  display: block;
  padding: 10px 15px;
  -moz-transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  width: 100%;
}

.header .headerNavigation > li > ul > li {
  display: block;
}

.header .headerNavigation > li > a.active,
.header .headerNavigation > li > a:hover,
.header .headerNavigation > li > a:hover,
.header .headerNavigation > li:hover > a,
.header .headerNavigation > li > ul a:hover,
.header .headerNavigation > li > a:focus,
.header .headerNavigation > li:focus > a,
.header .headerNavigation > li > ul a:focus {
  background-color: rgba(255, 255, 255, 0.6);
  color: #353535;
  text-decoration: none;
}

.header > .container > .row > div {
  display: table;
  width: 100%;
}

.header > .container > .row > div [class*="col-"] {
  display: table-cell;
  vertical-align: middle;
  float: none;
}

#toggle-menu {
  padding: 5px 15px;
  background-color: #ffffff;
  font-size: 24px;
  position: absolute;
  right: 15px;
  top: 0;
  cursor: pointer;
  margin-top: 12px;
  z-index: 1;
  display: none;
}


@media (min-width: 768px) {
  .logo-block {
    padding-left: 45px;
  }
}
@media (max-width: 1290px) {
  .header .headerNavigation > li > a {
    padding: 35px 20px;
  }
}
@media (max-width: 1199px) {
  .header .headerNavigation a {
    font-size: 0.92857rem;
  }
}
@media (max-width: 991px) {
  .header .logo {
    padding: 5px 15px;
  }

  #toggle-menu {
    display: block;
  }

  .header .headerNavigation > li > a {
    padding: 10px 20px;
  }

  .headerNavigation {
    margin-top: 5px;
    display: none;
  }
  .headerNavigation ul, .headerNavigation ul ul {
    visibility: visible;
    opacity: 1;
    position: static;
    width: 100%;
    overflow-y: hidden;
    max-height: 0;
    -moz-transition: max-height 0.2s;
    -webkit-transition: max-height 0.2s;
    transition: max-height 0.2s;
  }
  .headerNavigation ul.open-menu, .headerNavigation ul ul.open-menu {
    max-height: 1000px;
    -moz-transition: max-height 0.6s ease-in !important;
    -webkit-transition: max-height 0.6s ease-in !important;
    transition: max-height 0.6s ease-in !important;
  }

  .headerNavigation li {
    width: 100%;
    display: block;
  }

  .header > .container {
    position: relative;
  }

  .header > .container > .row > div,
  .header > .container > .row > div [class*="col-"] {
    display: block;
  }

  .header .headerNavigation {
    float: none;
    margin-left: -15px;
    margin-right: -15px;
  }

  .header .headerNavigation > li ul {
    position: static;
    opacity: 1;
    visibility: visible;
    width: 100%;
  }

  .header .headerNavigation > li > ul > li > ul {
    display: block;
  }

  .header .headerNavigation > li > ul > li > ul a {
    padding-left: 35px;
  }

  .header .headerNavigation > li > ul a {
    padding-left: 25px;
    display: block;
    width: 100%;
  }
}
/*header-002*/
.header.header-002 .headerNavigation {
  float: none;
}

.header.header-002 #toggle-menu {
  margin-top: 0;
}

@media (max-width: 991px) {
  .header.header-002 {
    min-height: 80px;
    padding: 11px 0;
  }

  .header.header-002 .headerNavigation {
    margin-top: 55px;
  }

  .toolbar-logo .toolbar-menu li a span,
  .toolbar-logo .toolbar-menu li::after {
    display: none;
  }

  .toolbar-logo .toolbar-menu li {
    padding: 0 10px;
  }

  .header.toolbar-logo > .container > .row > div [class*="col-"] {
    display: table-cell;
    vertical-align: middle;
    float: none;
  }
}
@media (max-width: 380px) {
  .header.toolbar-logo > .container > .row > div [class*="col-"] {
    display: block;
  }
}
/*header-003*/
.header-003 {
  padding: 0 1px;
}

.header-003.header .main-cart-menu ul li::after {
  content: "";
  border-right: 1px solid #ccc;
  height: 20px;
  margin-left: 10px;
}

.header-003.header .headerNavigation > li > a {
  padding: 25px 9px;
}

@media (max-width: 1199px) {
  .header-003.header .headerNavigation > li > a {
    padding: 25px 7px;
  }
}
@media (max-width: 991px) {
  .header-003 {
    padding: 10px 0;
  }

  .header-003.header .headerNavigation > li > a {
    padding: 10px 15px;
  }

  .header-003.header .col-xs-12 {
    clear: both;
  }

  .header-003.header #toggle-menu {
    margin-top: 15px;
  }

  .header-003.header .headerNavigation {
    margin-top: 0;
  }

  .header-003.header .main-cart-menu {
    padding-right: 70px;
    padding-top: 20px;
  }

  .header-003.header .main-cart-menu ul li::after {
    display: none;
  }
}
@media (max-width: 650px) {
  .header-003.header .main-cart-menu {
    width: 100% !important;
    padding: 15px 15px 10px;
    text-align: center;
  }

  .header-003.header .main-cart-menu ul {
    width: 100%;
    text-align: center;
  }

  .header-003.header .logo-content {
    width: 70% !important;
  }
}
/*====header-005============*/
.header.header-005 .headerNavigation {
  float: none;
}

.header-005 .slogan-content {
  border-left: 1px solid #b5b5b5;
}

.number-products {
  padding: 2px 4px;
  background: #317fe5;
  color: #ffffff;
}

.header.header-005 #toggle-menu {
  top: -81px;
  background-color: #fff;
  padding: 0 10px;
}

@media (max-width: 991px) {
  .toolbar.header-005 .top-logo {
    float: left !important;
    display: inline !important;
  }

  .toolbar.header-005 .cart-block {
    float: right !important;
    display: inline !important;
    margin-top: 24px;
  }

  .toolbar.header-005 .search-block {
    clear: both;
    padding-right: 60px !important;
  }

  .header-005 #toggle-menu {
    background: none;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 767px) {
  .cart-block span {
    display: none;
  }

  .toolbar.header-005 .cart-block {
    float: right !important;
    display: inline !important;
    margin: 20px 45px 0 0;
  }

  .header.header-005 #toggle-menu {
    top: -140px;
  }

  .toolbar.header-005 .search-block {
    padding-right: 15px !important;
  }
}
@media (max-width: 380px) {
  .header-005.toolbar > .container > .row [class*="col-"].top-logo {
    width: 64%;
  }

  .header-005.toolbar > .container > .row [class*="col-"].top-logo img {
    width: 100%;
  }

  .header.header-005 #toggle-menu {
    top: -134px;
  }
}
/*====header-006============*/
.soc-block {
  border-left: 1px solid #cccccc;
}

.header-006 .social-toolbar li a {
  font-size: 18px;
  margin-left: 18px;
  -moz-transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.header.header-006 {
  padding: 3px 0;
}
.header.header-006 .social-toolbar li a {
  color: #fff;
}

@media (max-width: 1199px) {
  .header-006 .social-toolbar li a {
    margin-left: 8px;
  }
}
/*====header-007============*/
.header-007 {
  padding: 0 1px;
  margin-left: -1px;
}

.header-007 .logo-content {
  width: 158px;
  padding: 0;
}

.header-007 .logo-content > a {
  background-color: #317fe5;
  display: inline-block;
  padding: 15px 30px;
  transition: 0.3s;
}

.header-007.header .headerNavigation {
  font-size: 0;
  white-space: normal !important;
}

.header-007.header .headerNavigation li {
  font-size: 14px;
}

.fixedHeader .header-007 .logo-content > a {
  padding-top: 8px;
  padding-bottom: 0;
  height: 52px;
  overflow: hidden;
  margin-bottom: -5px;
}

.fixedHeader .header-007.header .headerNavigation > li > a {
  padding-top: 17px;
  padding-bottom: 17px;
  font-size: 13px;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .header-007.header .headerNavigation > li {
    margin-left: -4px;
  }
}
.social-box {
  width: 75px;
}
.social-box a {
  font-size: 1.28571rem;
  color: #bbbbbb;
}
.social-box a:hover {
  color: #317fe5;
}

.contact-box {
  width: 475px;
}
.contact-box li {
  margin-right: 20px;
}
.contact-box a {
  color: #353535;
  text-transform: uppercase;
  font-size: 0.92857rem;
}
.contact-box a:hover {
  color: #317fe5;
}

.header-007.header .headerNavigation > li > a {
  padding: 45px 27px;
}

.mobile-menu .headerNavigation {
  display: none;
}

.visible-1280 {
  display: none;
}

@media (max-width: 1540px) {
  .header-007.header .headerNavigation > li > a {
    padding: 45px 10px;
    font-size: 13px;
  }

  .contact-box li {
    margin-right: 10px;
  }

  .visible-1280 {
    display: block;
  }
}
@media (max-width: 1280px) {
  .contact-box {
    width: 440px;
  }
}
@media (max-width: 1199px) {
  .header-007.header .headerNavigation > li > a {
    padding: 45px 5px;
  }

  .contact-box {
    width: 270px;
  }
  .contact-box .mailto, .contact-box .phone {
    width: 40px;
    height: 40px;
    text-align: center;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    display: block;
    padding-top: 10px;
  }
  .contact-box .phone, .contact-box .mailto {
    background-color: #ececec;
    color: #353535;
  }
  .contact-box .phone:hover, .contact-box .phone:focus, .contact-box .mailto:hover, .contact-box .mailto:focus {
    background-color: #317fe5;
    color: #fff;
  }
}
@media (max-width: 991px) {
  .contact-box > ul {
    display: table;
    width: 100%;
  }
  .contact-box > ul li {
    display: table-cell;
    vertical-align: middle;
    padding-right: 10px;
  }
  .contact-box > ul li:first-child {
    text-align: center;
  }

  .contact-box {
    width: 1px;
  }

  .left-dropdown-menu {
    right: 23px;
    left: auto;
    min-width: 55px;
    text-align: center;
  }

  .social-box a {
    font-size: 1rem;
    color: #353535;
  }

  .social-box {
    width: 84px;
  }
}
@media (max-width: 895px) {
  .desctop-menu .headerNavigation {
    display: none !important;
  }

  .header-007 #toggle-menu {
    display: table;
    color: #317fe5;
    width: 100%;
  }
  .header-007 #toggle-menu i {
    display: table-cell;
    vertical-align: middle;
    width: 27px;
  }

  .headerNavigation {
    display: none;
  }

  .headerNavigation.open-menu {
    display: block;
  }

  .headerNavigation li {
    width: 100%;
    display: block;
  }

  .header > .container {
    position: relative;
  }

  .header > .container > .row > div,
  .header > .container > .row > div [class*="col-"] {
    display: block;
  }

  .header .headerNavigation {
    float: none;
  }

  .header .headerNavigation > li > ul > li > ul {
    display: block;
  }

  .header .headerNavigation > li > ul > li > ul a {
    padding-left: 35px;
  }

  .header .headerNavigation > li > ul a {
    padding-left: 25px;
    display: block;
    width: 100%;
  }

  .sub-menu > a > span {
    display: inline-block;
    float: right;
    padding: 10px;
    width: 30px;
    height: 30px;
    text-align: center;
    margin: -10px;
  }
}
@media screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 0) {
  .header-007.header .headerNavigation > li {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .header-007 {
    margin-left: 0;
  }
}
@media (max-width: 525px) {
  #toggle-menu span {
    display: none;
  }
}
@media (max-width: 480px) {
  .social-box {
    display: none !important;
  }

  .header-007 .logo-content > a {
    padding: 15px;
    width: 100px;
    margin-left: -1px;
  }
  .header-007 .logo-content > a img {
    width: 100%;
    height: auto;
  }

  #toggle-menu {
    padding: 5px 10px;
  }

  .contact-box > ul li {
    padding-right: 4px;
  }

  .header-007 .logo-content {
    width: 116px;
  }
}
/*=================Cart Header 1==================*/
.header-cart-container {
  padding: 10px 0;
}

.shopping-cart {
  color: #353535;
}
.shopping-cart .fa {
  font-size: 1.28571rem;
}

.col-product {
  padding: 2px 6px;
}

.search-form {
  position: relative;
  margin-right: 10px;
}
.search-form button {
  border: none;
  background: none;
  position: absolute;
  color: #999;
  right: 2px;
  top: 4px;
  font-size: 1.14286rem;
}

.header-button {
  text-align: center;
  padding: 10px;
  border: 1px solid #cecece;
  display: inline-block;
  background-color: #f5f5f5;
}
.header-button span {
  text-transform: uppercase;
  display: inline-block;
  color: #353535;
}
.header-button i {
  font-size: 1.28571rem;
}

@media (max-width: 991px) {
  .header-button span {
    display: block;
  }
}
.vertical-seporator {
  width: 65px;
  border-left: 1px solid #b4b4b4;
}

/*Navbar*/
.header-navbar {
  font-size: 0;
  background-color: #317fe5;
}
.header-navbar .headerNavigation > li {
  display: inline-block;
  position: relative;
}
.header-navbar .headerNavigation > li > a {
  color: #fff;
  padding: 20px 24px;
  display: block;
  border-right: 1px solid #458fca;
}
.header-navbar .headerNavigation > li:hover > a, .header-navbar .headerNavigation > li:focus > a {
  background-color: #458fca;
}
.header-navbar .headerNavigation > li > ul {
  position: absolute;
  left: 0;
  width: 180px;
  top: 130%;
  z-index: 10;
  background-color: #fff;
  visibility: hidden;
  opacity: 0;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
  -o-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
  -ms-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
}
.header-navbar .headerNavigation > li > ul li {
  display: block;
}
.header-navbar .headerNavigation > li > ul a {
  display: block;
  border-bottom: 1px solid #ccc;
  padding: 10px;
  color: #353535;
}
.header-navbar .headerNavigation > li > ul ul {
  position: absolute;
  top: 0;
  left: 140px;
  width: 180px;
  background-color: #fff;
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
  -o-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
  -ms-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
  visibility: hidden;
  opacity: 0;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.header-navbar .headerNavigation > li .sub-menu > a::after {
  content: "\f105";
  font-family: FontAwesome;
  float: right;
}
.header-navbar .headerNavigation a {
  font-size: 0.92857rem;
  font-weight: 600;
  text-transform: uppercase;
}
.header-navbar .headerNavigation > li:hover > ul {
  visibility: visible;
  opacity: 1;
  top: 100%;
}
.header-navbar .headerNavigation > li > ul li:hover a {
  background-color: #317fe5;
  color: #fff;
}
.header-navbar .headerNavigation > li > ul > li:hover > ul {
  left: 180px;
  opacity: 1;
  visibility: visible;
}
.header-navbar .headerNavigation > li > ul > li > ul > li:hover a {
  background-color: #eee;
  color: #317fe5;
}
.header-navbar .headerNavigation > li > ul > li > ul > li:hover > ul > li a {
  color: #222;
}
.header-navbar .headerNavigation > li > ul > li > ul > li > ul > li:hover a {
  background-color: #ddd;
  color: #317fe5;
}
.header-navbar .headerNavigation > li > ul > li > ul > li > ul > li > ul > li:hover a {
  background-color: #317fe5;
  color: #fff;
}

.header-navbar .headerNavigation > li:first-child > a {
  border-left: 1px solid #458fca;
}

@media (max-width: 991px) {
  .vertical-seporator {
    display: none;
  }

  .header-navbar .headerNavigation {
    margin-top: 0;
    display: table;
    width: 100%;
  }
  .header-navbar .headerNavigation > li {
    display: table-cell;
    text-align: center;
    width: auto;
  }
  .header-navbar .headerNavigation > li ul li {
    text-align: left;
  }
}
@media (max-width: 767px) {
  .search-form, .shopping-cart, .header-button span {
    display: none;
  }

  .header-button i {
    font-size: 22px;
  }

  .header-button {
    display: inline-block !important;
  }

  .header-navbar {
    display: none;
  }
  .header-navbar > .container {
    padding: 0;
  }
  .header-navbar .headerNavigation {
    margin-top: 0;
    display: block;
    width: 100%;
  }
  .header-navbar .headerNavigation > li {
    display: block;
    text-align: left;
    width: auto;
  }
  .header-navbar .headerNavigation > li ul, .header-navbar .headerNavigation > li ul li {
    width: 100%;
    display: block;
  }
  .header-navbar .headerNavigation .sub-menu > a > span {
    display: inline-block;
    float: right;
    padding: 10px;
    width: 30px;
    height: 30px;
    text-align: center;
    margin: -10px;
  }
  .header-navbar .headerNavigation > li > a {
    border: none !important;
    padding: 10px 12px;
  }
  .header-navbar .headerNavigation > li .sub-menu > a::after {
    display: none;
  }
  .header-navbar .headerNavigation > li > ul {
    display: none;
  }
  .header-navbar .headerNavigation > li ul, .header-navbar .headerNavigation > li ul ul {
    visibility: visible;
    opacity: 1;
    position: static;
    width: 100%;
    overflow-y: hidden;
    max-height: 0;
    -moz-transition-duration: 1s;
    -webkit-transition-duration: 1s;
    transition-duration: 1s;
  }
  .header-navbar .headerNavigation > li ul a, .header-navbar .headerNavigation > li ul ul a {
    padding-left: 25px;
  }
  .header-navbar .headerNavigation > li ul.open-menu, .header-navbar .headerNavigation > li ul ul.open-menu {
    max-height: 1000px;
  }
  .header-navbar .headerNavigation > li ul ul a {
    padding-left: 35px;
  }
  .header-navbar .headerNavigation > li ul ul ul a {
    padding-left: 50px;
  }
}
@media (max-width: 560px) {
  .logo-box {
    display: block;
    width: 100%;
    text-align: center;
  }

  .header-cart-container {
    text-align: center;
  }

  .first-header-box, .second-header-box, .third-header-box, .fourth-header-box, .fifth-header-box {
    display: inline-block;
    white-space: nowrap;
  }

  .last-header-box {
    width: 100%;
  }
}
/*=================//Cart Header 1==================*/
/*=================Cart Header 2==================*/
.header-cart-container {
  padding: 10px 0;
}

.shopping-cart {
  color: #353535;
}}
.shopping-cart .fa {
  font-size: 1.28571rem;
}

.col-product {
  padding: 2px 6px;
}

.search-form {
  position: relative;
  margin-right: 10px;
}
.search-form button {
  border: none;
  background: none;
  position: absolute;
  color: #999;
  right: 6px;
  top: 5px;
  font-size: 1.14286rem;
}

.header-button {
  text-align: center;
  padding: 10px;
  border: 1px solid #cecece;
  display: inline-block;
  background-color: #f5f5f5;
}
.header-button span {
  text-transform: uppercase;
  display: inline-block;
  color: #353535;
}
.header-button i {
  font-size: 1.28571rem;
}

@media (max-width: 991px) {
  .header-button span {
    display: block;
  }
}
.vertical-seporator {
  width: 65px;
  border-left: 1px solid #b4b4b4;
}

/*Navbar*/
.header-navbar {
  font-size: 0;
  background-color: #317fe5;
}
.header-navbar .headerNavigation > li {
  display: inline-block;
  position: relative;
}
.header-navbar .headerNavigation > li > a {
  color: #fff;
  padding: 20px 24px;
  display: block;
  border-right: 1px solid #458fca;
}
.header-navbar .headerNavigation > li:hover > a, .header-navbar .headerNavigation > li:focus > a {
  background-color: #458fca;
}
.header-navbar .headerNavigation > li > ul {
  position: absolute;
  left: 0;
  width: 180px;
  top: 130%;
  z-index: 10;
  background-color: #fff;
  visibility: hidden;
  opacity: 0;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
  -o-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
  -ms-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
  z-index: 200;
}
.header-navbar .headerNavigation > li > ul li {
  display: block;
}
.header-navbar .headerNavigation > li > ul a {
  display: block;
  /*border-bottom: 1px solid #ccc;*/
  border: none;
  padding: 10px;
  color: #353535;
}
.header-navbar .headerNavigation > li > ul ul {
  position: absolute;
  top: 0;
  left: 140px;
  width: 180px;
  background-color: #fff;
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
  -o-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
  -ms-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
  visibility: hidden;
  opacity: 0;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.header-navbar .headerNavigation a {
  font-size: 0.92857rem;
  font-weight: 600;
  text-transform: uppercase;
}
.header-navbar .headerNavigation > li:hover > ul {
  visibility: visible;
  opacity: 1;
  top: 100%;
}
.header-navbar .headerNavigation > li > ul li:hover > a {
  background-color: #317fe5;
  color: #fff;
}
.header-navbar .headerNavigation > li > ul > li:hover > ul {
  left: 180px;
  opacity: 1;
  visibility: visible;
}

.header-navbar .headerNavigation > li:first-child > a {
  border-left: 1px solid #458fca;
}

@media (max-width: 991px) {
  .vertical-seporator {
    display: none;
  }

  .header-navbar .headerNavigation {
    margin-top: 0;
    display: table;
    width: 100%;
  }
  .header-navbar .headerNavigation > li {
    display: table-cell;
    text-align: center;
    width: auto;
  }
  .header-navbar .headerNavigation > li ul li {
    text-align: left;
  }
}
@media (max-width: 767px) {
  .search-form, .shopping-cart, .header-button span {
    display: none;
  }

  .header-button i {
    font-size: 22px;
  }

  .header-button {
    display: inline-block !important;
  }

  .header-navbar {
    display: none;
  }
  .header-navbar .headerNavigation {
    margin-top: 0;
    display: block;
    width: 100%;
  }
  .header-navbar .headerNavigation > li {
    display: block;
    text-align: left;
    width: auto;
  }
  .header-navbar .headerNavigation > li ul, .header-navbar .headerNavigation > li ul li {
    width: 100%;
    display: block;
  }
  .header-navbar .headerNavigation > li > a {
    border: none !important;
    padding: 10px 12px;
  }
  .header-navbar .headerNavigation > li > ul {
    /*display: none;*/
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
  }
  .header-navbar .headerNavigation > li ul, .header-navbar .headerNavigation > li ul ul {
    visibility: visible;
    opacity: 1;
    position: static;
    width: 100%;
    /*display: none;*/
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
  }
  .header-navbar .headerNavigation > li ul a, .header-navbar .headerNavigation > li ul ul a {
    padding-left: 25px;
  }
  .header-navbar .headerNavigation > li ul ul a {
    padding-left: 35px;
  }
}
@media (max-width: 560px) {
  .logo-box {
    display: block;
    width: 100%;
    text-align: center;
  }

  .header-cart-container {
    text-align: center;
  }

  .first-header-box, .second-header-box, .third-header-box, .fourth-header-box, .fifth-header-box {
    display: inline-block;
    white-space: nowrap;
  }

  .last-header-box {
    width: 100%;
  }
}
/*=================//Cart Header 2==================*/
.cart-header-004 {
  background: #317fe5;
}
.cart-header-004 .headerNavigation > li > a {
  background-color: #317fe5;
  color: #fff;
}
.cart-header-004 .headerNavigation > li > a.active,
.cart-header-004 .headerNavigation > li > a:hover,
.cart-header-004 .headerNavigation > li > a:hover,
.cart-header-004 .headerNavigation > li:hover > a,
.cart-header-004 .headerNavigation > li > ul a:hover,
.cart-header-004 .headerNavigation > li > a:focus,
.cart-header-004 .headerNavigation > li:focus > a,
.cart-header-004 .headerNavigation > li > ul a:focus {
  background: #fff;
  color: #317fe5;
}
.cart-header-004 a {
  color: #fff;
}
.cart-header-004 a:hover {
  color: #fafafa;
}

@media (max-width: 991px) {
  .cart-header-004 {
    overflow: hidden;
  }

  .header.cart-header-004 #toggle-menu {
    margin-top: 20px;
  }

  .header-navbar.open {
    display: block;
  }
}
.title-sidebar {
  font-size: 1.14286rem;
  font-weight: 600;
}

.category-nav-menu {
  border: 1px solid #bbb;
  border-top: none;
  border-bottom: none;
}
.category-nav-menu li a {
  color: #353535;
}
.category-nav-menu li a:hover, .category-nav-menu li a:focus {
  background-color: #317fe5;
  color: #fff;
}
.category-nav-menu ul {
  background-color: #f7f7f7;
}
.category-nav-menu ul a {
  color: #666;
  font-size: 0.92857rem;
}
.category-nav-menu .sub-menu > a + span::after {
  color: #666;
}
.category-nav-menu .sub-menu.expand > a + span::after, .category-nav-menu .sub-menu > a:hover + span::after {
  color: #fff;
}
.category-nav-menu > li > a {
  font-size: 1rem;
  border-bottom: 1px solid #ececec;
  font-weight: 600;
}
.category-nav-menu .sub-menu:hover > a, > .category-nav-menu .sub-menu:focus > a {
  background-color: #317fe5;
  color: #fff;
}
.category-nav-menu .sub-menu.active > a, .category-nav-menu .active > a {
  background-color: #ececec;
  color: #317fe5;
}
.category-nav-menu .sub-menu.active > a + span::after, .category-nav-menu .active > a + span::after {
  color: #317fe5;
}
.category-nav-menu .sub-menu.expand > a {
  background-color: #317fe5;
  color: #fff;
}
.category-nav-menu .sub-menu.expand > a + span::after {
  color: #fff;
}

.view-all-sidebar {
  font-size: 0.85714rem;
  color: #999;
  border: 1px solid #bbb;
  border-top: 1px solid #ececec;
}

.catalog-sidebar-main {
  margin-bottom: 40px;
}

/*-----Search----*/
#AdvancedSearch {
  margin-top: 15px;
}
#AdvancedSearch .catalog-search {
  position: relative;
  padding: 10px;
  border: 1px solid #bbb;
  border-top: none;
}

/*----Category-name-----*/
.category-name {
  font-size: 2.14286rem;
}
.category-name:after, .category-name:before {
  display: none;
}

/*---Pagination---------*/
.pagination > .disabled > span {
  border: none;
  background: none;
  margin-left: 0;
}

.pagination .fa {
  font-size: 1.28571rem;
}

.pagination > li:last-child > a, .pagination > li:last-child > span {
  border-radius: 0;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  border-color: #317fe5;
  color: #fff;
  background-color: #317fe5;
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  background-color: #e65445;
  border-color: #e65445;
}

/*-------Sorting----------*/
.sorting-box {
  display: table;
  width: 100%;
}

.count_product_items, .sortby, .category-view, .subcategory-select {
  display: table-cell;
  white-space: nowrap;
  vertical-align: middle;
  float: none;
}

.categoryItem.detail {
  border-bottom: 1px solid #ececec;
  padding-bottom: 15px;
}

.category-view .btn {
  padding: 6px;
}

.category-view .btn:last-child {
  padding: 6px 15px 6px 0;
}

.last-category-box {
  width: 1px;
}

.btn-set-view i {
  color: #d3d3d3;
  font-size: 1.28571rem;
}

.btn-set-view.active {
  box-shadow: none !important;
}
.btn-set-view.active i {
  color: #27455e;
}

.graphic-banner {
  border: 1px solid #bbb;
}

.categoryItem .product_img_wrapper img {
  position: relative;
  z-index: -1;
}

.categoryItem .product_img_wrapper {
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  background-color: transparent;
}

.categoryItem:hover .product_img_wrapper {
  background-color: rgba(0, 0, 0, 0.5);
}

.grid .product_title {
  font-size: 1.14286rem;
  font-weight: 600;
  display: block;
  text-align: center;
  color: #666666;
}

.detail .product_title {
  font-size: 1.71429rem;
  color: #666666;
  font-weight: 600;
}

.grid .product_title:hover,
.detail .product_title:hover {
  color: #317fe5;
}

.detail {
  margin-bottom: 15px;
}

div.fancy-select ul.options li.hover {
  color: #fff;
  background-color: #db2f1d;
}

.product-dropdown div.fancy-select div.trigger {
  width: 100px;
}

.sorting_options.bottom_options {
  margin-top: 20px;
}

#AdvancedSearch .search-box {
  position: relative;
}
#AdvancedSearch .search-box input {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
#AdvancedSearch .search-box button {
  border: none;
  background: none;
  position: absolute;
  top: 25px;
  right: 15px;
}

.categoryItem.grid {
  padding: 5px;
  width: 33.3333%;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 30px;
}

.shop_block {
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  /*justify-content: space-around;*/
  height: auto !important;
}

.categoryItem.detail {
  width: 100%;
  float: left;
}

.categoryItem.detail .product_item .product_img {
  width: 25%;
  float: left;
  padding-left: 15px;
  padding-right: 10px;
}

.categoryItem.detail .product_item .product_description {
  width: 75%;
  float: left;
  padding-left: 10px;
  padding-right: 15px;
}

.bottom-pagination {
  margin-top: -10px;
}

.catalog-paging-row .catalog-compare-blocks .catalog-compare-remove {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 10;
}

.catalog-paging-row .catalog-compare-blocks .catalog-compare-remove:hover::before {
  content: "\f00d";
  font-family: FontAwesome;
  color: #e65445;
  font-size: 1.78571rem;
  display: block;
  text-align: center;
  margin-top: -3px;
}

.catalog-paging-row .catalog-compare-blocks {
  padding: 3px;
  position: relative;
}

@media (min-width: 992px) {
  .subcategory-select {
    width: 225px;
  }
}
@media (max-width: 1199px) {
  .categoryItem.detail .product_item .product_img {
    width: 30%;
  }

  .categoryItem.detail .product_item .product_description {
    width: 70%;
  }

  .product-dropdown span {
    font-size: 0.85714rem;
  }
}
@media (max-width: 991px) {
  .count_product_items {
    width: 100px;
  }

  .catalog-search, .category-nav-menu, .view-all-sidebar {
    display: none;
  }

  .title-sidebar a, .title-sidebar a:hover, .title-sidebar a:focus {
    color: #fff;
    text-transform: capitalize;
  }
  .title-sidebar a i, .title-sidebar a:hover i, .title-sidebar a:focus i {
    margin: 0px 10px 0 0;
    font-size: 1.35714rem;
  }

  .category-nav-menu {
    border-bottom: 1px solid #bbb;
  }

  #AdvancedSearch {
    margin-top: 0;
  }
  #AdvancedSearch .title-sidebar {
    background: #fff;
    border: 1px solid #bbb;
  }
  #AdvancedSearch .title-sidebar a {
    color: #353535;
  }

  .categoryItem.detail .product_item .product_img {
    width: 35%;
  }

  .categoryItem.detail .product_item .product_description {
    width: 55%;
  }
}
@media (max-width: 480px) {
  .hidden-480 {
    display: none !important;
  }

  .title-sidebar {
    font-size: 0.92857rem;
    padding: 10px 12px;
  }

  .categoryItem.grid {
    width: 50%;
  }

  .categoryItem.detail .product_item .product_img {
    width: 40%;
  }

  .categoryItem.detail .product_item .product_description {
    width: 60%;
  }

  .catalog-search-label {
    font-size: 0.92857rem;
  }
}
@media (max-width: 430px) {
  .category-view {
    display: none;
  }
}
.product_rating {
  margin-bottom: 5px;
}

.review-inline-stars {
  display: inline;
  position: relative;
  padding-left: 70px;
  margin: 0;
}

.review-stars {
  width: 80px;
  float: none;
  height: 14px;
  overflow: hidden;
  position: relative;
    margin: -4px 6px 0px 10px;
  display: inline-block;
  background: #dddddd;
  vertical-align: middle;
}

.review-inline-stars .review-stars {
  position: absolute;
  left: 0;
  margin-top: 4px;
}

#review_form input[type="submit"] {
  float: left;
  margin-top: 15px;
}

.review-stars-amount {
  position: absolute;
  z-index: 1;
  height: 100%;
  background-color: #4582e6;
}

.review-stars-mask {
  position: absolute;
  z-index: 2;
  height: 14px;
  width: 100%;
  background-image: url("/admin/modules/testimonials/reviews-stars.png");
  background-size: cover;
}

.ratingNum {
  float: none;
  margin-top: 0px;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 10px;
}

.product_rating span {
  color: #666;
  margin-left: 10px;
}

.catalog-list {
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  /*justify-content: space-around;*/
}

.product-item.grid {
  padding: 5px;
  width: 33.3333%;
  margin-top: 15px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.cart_form.prodform {
  background-color: #fff;
}

#DisplayProduct {
  background: none;
}

.catalog-item.detail .grid-view {
  width: 100%;
  height: auto !important;
  border: 1px solid #ddd;
  padding: 5px 15px;
}

.product-item.grid .cart_form.prodform {
  border: 1px solid #ddd;
  padding: 5px 10px 10px;
  overflow: hidden;
  -webkit-flex: 1;
  -ms-flex: 1;
  -moz-flex: 1;
  flex: 1;
  position: relative;
}

.product-item.grid .compare-2 {
  display: none;
}

.product-item.detail .product-list-image {
  width: 33%;
}

.catalog-item.detail .detail-view .list_detail {
  float: left;
  width: 67%;
}

.product-item.grid .catalog-item .product-list-form {
  margin-top: 10px;
  position: absolute;
  bottom: 15px;
}

.brand {
  margin-bottom: 10px;
}

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-radius: 0;
}

.pagination > li > a,
.pagination > li > span {
  color: #a4a4a4;
}

.more-option {
  line-height: 13px;
}

/*@media(min-width:992px){
  .product-item.grid .right-product-box{
    text-align:right;
  }
}*/
@media (min-width: 768px) {
  .subcategory-select .compare {
    width: 225px;
  }
}
.catalog-item.grid .product-list-info {
  min-height: 150px;
}

@media (max-width: 1199px) {
  .catalog-item.grid .product-list-info {
    min-height: 205px;
  }

  .catalog-item.detail .product-list-form {
    width: 38%;
  }

  .catalog-item.detail .product-list-info {
    width: 62%;
  }
}
@media (max-width: 991px) {
  .product-item.grid .brand {
    margin-bottom: 10px;
  }

  .selectPage {
    margin-bottom: 12px;
  }

  .in-stock {
    margin-top: 10px;
    margin-bottom: 5px;
  }
}
@media (max-width: 767px) {
  .product-item.grid .compare-2, .compare-box {
    display: none;
  }

  .product-item.grid {
    width: 50%;
  }

  .product-item.detail .product-list-image {
    width: 35%;
  }

  .catalog-item.detail .detail-view .list_detail {
    width: 65%;
  }

  .catalog-item.detail .product-list-form {
    width: 42%;
  }

  .catalog-item.detail .product-list-info {
    width: 58%;
  }
}
@media (max-width: 639px) {
  .catalog-item.detail .long-description {
    display: none;
  }

  .catalog-item.detail .product-list-form {
    width: 50%;
  }

  .catalog-item.detail .product-list-info {
    width: 50%;
  }
}
@media (max-width: 567px) {
  .catalog-item.detail .product-list-form,
  .catalog-item.detail .product-list-info {
    width: 100%;
    text-align: left !important;
  }

  .catalog-item.detail .product-list-form .text-right,
  .catalog-item.detail .product-list-info .text-right {
    text-align: left;
  }

  .catalog-item.detail .product-list-form {
    padding-left: 0;
  }
}
@media (max-width: 480px) {
  .product-item.detail .product-list-image {
    width: 40%;
  }

  .catalog-item.detail .detail-view .list_detail {
    width: 60%;
  }

  .product-item.grid {
    width: 100%;
  }
}
@media (max-width: 479px) {
  .product-item.grid {
    width: 100%;
  }
}
.catalog-item.detail .product-list-image .product-flags {
  display: none;
}

.catalog-item.detail .product-flags {
  position: static;
}
.catalog-item.detail .product-flags .product-flag {
  position: relative;
  width: 65px;
  display: inline-block;
  left: 0;
  top: 0;
  right: 0;
}
.catalog-item.detail .product-flags .product-flag span {
  right: 3px;
}

.buttons-product-box {
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}

.heart-box, .cart-box, .quick-view-box {
  text-align: center;
  overflow: hidden;
  padding: 0 6px;
}

.catalog-list-image {
  position: relative;
}

.catalog-item:hover .catalog-list-image-wrapper.hover-fade {
  opacity: 0.70;
}

.catalog-list-image-buttons {
  position: absolute;
  left: 15px;
  right: 15px;
  bottom: -10px;
  opacity: 0;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.catalog-item:hover .catalog-list-image-buttons {
  -moz-opacity: 1;
  opacity: 1;
  bottom: 80px;
}

.product-flags {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.product-flags .product-flag {
  position: absolute;
  top: 0;
  width: 30px;
  padding: 8px;
  text-transform: uppercase;
  overflow: hidden;
  z-index: 3;
  font-size: 0.85714rem;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  color: #fff;
  font-weight: 500;
}

.product-flags .product-flag:hover {
  width: 60px;
}

.product-flags .product-flag i {
  font-size: 1rem;
}

.product-flags .product-flag span {
  position: absolute;
  top: 50%;
  height: 1em;
  right: -130%;
  padding: 0 .5em 0 0;
  line-height: 1em;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  margin-top: -5px;
}

.product-flags .product-flag:hover span {
  right: 0;
}

.product-flags .product-flag-left {
  left: 5px;
  top: -5px;
}

.product-flags .product-flag-right {
  right: 5px;
  top: -5px;
}

@media (max-width: 767px) {
  .product-flags .product-flag {
    width: 20px;
    padding: 4px;
  }

  .product-flags .product-flag i {
    font-size: 0.85714rem;
  }

  .product-flags .product-flag span {
    right: -165%;
  }
}
.product-price {
  font-size: 1.71429rem;
}

.catalog-grid-name a {
  font-weight: 600;
  font-size: 1.14286rem;
  color: #353535;
}
.catalog-grid-name a:hover {
  color: #317fe5;
}

.more_options {
  color: #353535;
}
.more_options em {
  font-size: 0.78571rem;
}
.more_options:hover em {
  color: #317fe5;
}

.catalog-paging-row .catalog-compare-blocks {
  width: 33px !important;
  height: 33px !important;
}
.catalog-paging-row .catalog-compare-blocks img {
  width: 100%;
  height: auto;
}

.upc a, .part a, .mpn a, .brand a {
  color: #666;
}

.hover-cursor {
  cursor: pointer;
}

.product-detail-flags {
  position: static;
}
.product-detail-flags .product-flag {
  position: relative;
  width: 60px;
  display: inline-block;
  left: 0;
  top: 0;
  right: 0;
}
.product-detail-flags .product-flag span {
  right: 0;
}

.img-hover:hover {
  cursor: pointer;
  opacity: 0.8;
}

.product-image > a {
  width: 100% !important;
  border: 1px solid #ddd;
}

.input_div {
  display: inline-block;
}

.product-detail-name {
  margin-top: 0;
  font-size: 2.57143rem;
}

.banner-product-detail {
  border: 1px solid #ccc;
  display: block;
  width: 100%;
}

.alt-images-augmented .carousel-control:hover {
  filter: alpha(opacity=100);
  opacity: 1;
  background-color: #317fe5 !important;
}

.current-price {
  font-size: 2.14286rem;
}

.product-price.regular-price, .product-price.save-price {
  font-size: 1rem;
}

.product-tabs .tab-content {
  padding-top: 0;
  padding-bottom: 0;
}

#accordion-detail .panel {
  background: none;
}
#accordion-detail .panel-group .panel {
  border-radius: 0;
}
#accordion-detail .panel-default {
  border: none;
  border-top: 1px solid #d3d3d3;
}
#accordion-detail .panel-default > .panel-heading {
  background: none;
}
#accordion-detail .panel {
  box-shadow: none;
}

.flex-box-product {
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  /*justify-content: space-around;*/
}

.flex-box-product > div {
  margin-right: 10px;
}

.qty_field {
  width: 50px !important;
  height: 35px;
}

#accordion-detail {
  border-bottom: 1px solid #d3d3d3;
}

#product-details .tab-content,
#product-details.nav-tabs,
.product-tabs .nav-tabs {
  border: none;
}

#product-details.nav-tabs > li > a {
  border-radius: 0;
  margin-right: 0;
  border: none;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  background-color: #bbb;
}

#product-details.nav-tabs > li > a:hover {
  background-color: #317fe5;
}

#product-details.nav-tabs > li {
  margin-right: 10px;
}

#product-details.nav-tabs > li.active > a,
#product-details.nav-tabs > li.active > a:focus,
#product-details.nav-tabs > li.active > a:hover {
  margin-right: 0;
  border: none;
  background-color: #fff;
  color: #317fe5;
}

.review-stars-mask.product-mask {
  height: 22px;
}

.product-detail-image.tab-content {
  background: none;
}

.product-detail-image.tab-content .row .owl-carousel {
  background-color: #fff;
}

#product-details-accordion + .tab-content .tab-pane {
  padding-left: 25px;
  padding-right: 25px;
}

#product-details-accordion .panel-title a {
  width: 100%;
  display: block;
}

#product-details-accordion .panel-title a::before {
  content: "\f106";
  float: right;
  font-family: FontAwesome;
  color: #353535;
}

#product-details-accordion .panel-title a.collapsed::before {
  content: "\f107";
}

.pdf-content {
  text-align: right;
}

.overflow-hidden {
  overflow: hidden;
}

.click-to-chat-product {
  width: 165px;
}

.fancy-select ul {
  list-style-type: none;
}

.toggle-tabs-product-detail {
  display: block;
  width: 100%;
  color: #fff;
  background-color: #e65445;
  text-transform: uppercase;
  padding: 10px;
}
.toggle-tabs-product-detail:hover, .toggle-tabs-product-detail:focus {
  color: #fff;
  background-color: #eb7569;
}
.toggle-tabs-product-detail + ul + .panel-group .panel + .panel.panel {
  margin-top: 0;
  border-top: none;
}

.toggle-tabs-product-detail + ul + div.visible-tabs {
  display: block !important;
}

.select-pdf div.fancy-select {
  float: left;
  width: 68%;
}
.select-pdf div.fancy-select div.trigger {
  height: 29px;
  border: none;
  text-align: right;
  width: 100%;
  text-align: right;
  border: none;
  padding: 7px 30px 10px 8px;
  font-weight: 400;
}
.select-pdf div.fancy-select div.trigger:after {
  line-height: 13px;
  width: 25px;
  border-left: none;
  margin-left: 15px;
  top: 10px;
  color: #353535;
}
.select-pdf div.fancy-select ul.options {
  min-width: 100%;
  text-align: right;
}
.select-pdf div.fancy-select ul.options li.hover, .select-pdf div.fancy-select ul.options li.selected {
  color: #fff;
  background-color: #db2f1d;
}

.product-flags.product-detail-flags {
  overflow: hidden;
}

.btn.view-details {
  padding: 4px 10px;
}

.addcart-product {
  width: 140px;
}

.product-video .media-body {
  width: auto;
}
.product-video .media-left {
  position: relative;
  width: 130px;
  height: 70px;
  cursor: pointer;
  /*img{
    position: relative;
    z-index: 10;
  }*/
  /*.embed-responsive{
    -moz-transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    margin-bottom:-57%;
  }*/
}
.product-video .media-left::before {
  content: "";
  background-color: #999999;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 95%;
  height: 70px;
}
.product-video .media-left span {
  color: #cccccc;
  display: block;
  width: 100%;
  position: absolute;
  text-align: center;
  font-size: 2.14286rem;
  left: 0;
  top: 50%;
  margin-top: -22px;
}
.product-video .media-left span i {
  margin-left: -9px;
}
.product-video .media-left:hover::before {
  background-color: #556066;
}
.product-video .media-left:hover span {
  color: #fff;
}

.list.audio-list li::before {
  content: "\f028";
  color: #317fe5 !important;
  font-size: 1rem !important;
  font-family: FontAwesome !important;
}

/*.in-stock{
  margin-top:10px
}*/
.shipping + .in-stock {
  margin-top: 0;
}

/*--popup--*/
.MagicThumb-caption {
  height: auto !important;
}

.MagicThumb-buttons a {
  background: none !important;
  text-align: center;
}

.MagicThumb-buttons a::before {
  font-family: FontAwesome;
  font-size: 1.42857rem;
  color: #353535;
}

.MagicThumb-buttons a[title~=Close]::before {
  content: "\f00d";
}

.MagicThumb-buttons a[title~=Next]::before {
  content: "\f061";
}

.MagicThumb-buttons a[title~=Previous]::before {
  content: "\f060";
}

@media (max-width: 1199px) {
  /*--owl--*/
  #catalog .customNavigation {
    width: 94%;
  }

  /*--//owl--*/
  .product-video {
    width: 50%;
    float: left;
    margin: 0;
    padding-left: 10px;
  }
  .product-video:first-child {
    padding-right: 10px;
    padding-left: 0;
  }
  .product-video .media-left, .product-video .media-body, .product-video img {
    padding: 0;
    display: block;
    width: 100%;
  }
}
@media (max-width: 991px) {
  .product-detail-name {
    font-size: 2rem;
  }

  .flex-box-product {
    justify-content: flex-start;
  }

  .addcart-product {
    width: 135px;
    margin-left: 10px;
    margin-right: 10px !important;
  }

  .click-to-chat-product {
    width: 100%;
    margin-top: 10px;
  }
  .click-to-chat-product > a {
    width: 100%;
  }

  .pdf-content {
    text-align: left;
  }

  .select-pdf div.fancy-select {
    width: 61%;
  }
}
@media (max-width: 767px) {
  .product-title-content > .h1 {
    margin-top: 0;
  }

  .product-detail-name {
    font-size: 1.28571rem;
  }

  .product-detail-flags {
    margin-top: 10px;
  }

  .pdf-content {
    text-align: right;
  }
}
@media (max-width: 480px) {
  .pdf-content {
    text-align: left;
  }

  .flex-box-product > div {
    margin-right: 3px;
  }
}
.compare-list {
  margin-top: -1px;
  overflow: hidden;
}
.compare-list .panel-heading {
  overflow: hidden;
}

.compare-row .list_price {
  color: #317fe5;
}
.compare-row .name a {
  color: #353535;
}
.compare-row .name a:hover {
  color: #317fe5;
}
.compare-row .sale_price {
  color: #317fe5;
  font-size: 1.28571rem;
}
.compare-row .compare_image img {
  width: 100%;
}

.cart_body .cart_font th {
  background-color: #317fe5;
  color: #fff;
  font-weight: 700;
  white-space: nowrap;
}

.snippet {
  overflow: hidden;
}

.snippet > .container {
  margin-top: 5px;
  margin-bottom: 5px;
}

/*-----------------Prefooter-------------*/
.prefooter.prefooter-005 {
  padding-top: 20px;
}

.prefooter {
  background: #eee;
  padding: 0;
}
.prefooter .prefooter-menu-underline ul li {
  display: block;
  padding-bottom: 5px;
}
.prefooter .prefooter-menu-underline ul li ul {
  display: none;
}
.prefooter h4 {
  text-transform: uppercase;
  color: #353c40;
  font-size: 1rem;
  font-weight: 700;
  clear: both;
  margin-bottom: 18px;
}
.prefooter h4.follow{

margin:20px 0 10px 0
}
.prefooter p {
  font-size: 0.92857rem;
  color: #556066;
  font-family: 'Open Sans', sans-serif;
}
.prefooter .images-view li {
  display: inline-block;
  margin-bottom: 2px;
}
.prefooter .images-view li a {
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  opacity: 0.8;
}
.prefooter .images-view li a:hover, .prefooter .images-view li a:focus {
  opacity: 1;
}
.prefooter a {
  text-transform: uppercase;
  font-size: 12px;
  word-wrap: break-word;
  color: #333;
}
.prefooter a:hover {
  color: #317fe5;
}
.prefooter .logo-block {
  background-color: #ffffff;
}
.prefooter ul > li > a {
  text-transform: none;
  font-size: 0.92857rem;
}
.prefooter .social-squire li {
  padding-left: 1px;
  padding-right: 2px;
}
.prefooter .social-squire li a {
  display: block;
  padding: 6px 8px 5px;
  width: 35px;
  height: 35px;
  color: #fff;
  font-size: 1.14286rem;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background-color: #cccccc;
  text-align: center;
}
.prefooter .social-squire li a:hover {
  background-color: #3c77df;
}
.prefooter .social-squire.social-squire-white li a {
  border: none;
  color: #fff;
}
.prefooter .social-squire.social-squire-white li a:hover {
  background-color: #fff;
  color: #317fe5;
}
.prefooter ul {
  list-style-type: none;
}
.prefooter .prefooter-contact-box {
  background-color: #f5f5f5;
}
.prefooter .prefooter-contact-box p.text-lg {
  margin-bottom: 10px;
  font-size: 1.14286rem;
}
.prefooter .prefooter-contact-box .border-right {
  padding: 10px 20px 30px 0;
  margin-right: 20px;
  border-right: 1px solid #ddd;
}
.prefooter .prefooter-contact-box i {
  font-size: 2.5rem;
}
.prefooter .prefooter-contact-box i.fa-mobile {
  font-size: 3.21429rem;
}

@media (max-width: 991px) {
  .prefooter .headerNavigation {
    display: block !important;
  }

  .prefooter-menu-block,
  .prefooter-logo-block{
    display:table-cell;
    float:none;
  }
  .prefooter-logo-block{
    vertical-align:middle
   }

}
@media (max-width: 768px) {
  .prefooter-menu-block,
  .prefooter-logo-block{
    display:block;
    float:none;
  width:100%;
  }


.prefooter-menu-block .col-480-6{
  width:50%
}

}

@media(max-width:480px){
.prefooter-menu-block .col-480-6{
  width:100%
}
}

@media (max-width: 767px) {
  .prefooter-contact-box .col-sm-4 {
    width: 100%;
    float: none;
    text-align: center;
  }
  .prefooter-contact-box .border-right {
    width: 100%;
    clear: both;
  }
  .prefooter-contact-box .pull-left {
    float: none !important;
    text-align: center;
  }

  .prefooter .prefooter-contact-box .border-right {
    padding: 0;
    border: none;
  }
}
.footer-mneu-logo {
  background-color: #444444;
  padding: 10px 0;
}

.footer-mneu-logo .headerNavigation {
  float: right;
}

.footer-mneu-logo .headerNavigation li {
  display: inline-block;
  padding: 0 5px;
}

.footer-mneu-logo .headerNavigation li a {
  color: #ffffff;
  text-transform: uppercase;
}

.footer-mneu-logo .headerNavigation li a:hover {
  color: #eeeeee;
  text-decoration: none;
}

.footer-mneu-logo .headerNavigation .sub-menu ul {
  display: none;
}

.sign-up #submitsignup {
  padding: 5px 12px 6px;
}

#emailsignup {
  height: 35px;
}

@media (max-width: 767px) {
  .sign-up #submitsignup {
    margin-top: -3px;
  }
  .sign-up .input-group {
    display: inline-table !important;
  }
  .sign-up .input-group .form-control {
    float: none !important;
  }
}
.prefooter .signnup {
  background-color: #2a3236;
  padding: 55px 0;
}
.prefooter .signnup p {
  color: #fff;
}
.prefooter .signnup .titlesignup {
  font-size: 4.28571rem;
  margin: 0 0 10px 0;
  line-height: 0.8em;
}
.prefooter .signnup .titlesignup > span {
  color: #666;
}
.prefooter .signnup .titlesignup + p {
  margin: 0;
  font-size: 1.14286rem;
}
.prefooter .signnup form {
  margin-bottom: 10px;
}
.prefooter .signnup form input {
  height: 46px;
  width: 100%;
  background-color: #333b3f;
  border-color: #3f474c;
  color: #fafafa;
}
.prefooter .signnup form .btn {
  font-size: 1rem;
  padding: 12px 35px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -o-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  background-color: #333b3f;
  border-color: #3f474c;
  color: #fff;
}
.prefooter .signnup form .btn:hover {
  background-color: #3f484e;
}
.prefooter .signnup form .form-group {
  width: 70%;
}
.prefooter .signnup form + p {
  color: #999;
}

@media (max-width: 991px) {
  .prefooter .signnup p {
    text-align: center;
    margin-bottom: 10px;
  }

  .prefooter .signnup form .form-group {
    width: 80%;
  }

  .prefooter .signnup .titlesignup + p {
    margin-bottom: 10px;
    font-size: 1rem;
  }
}
@media (max-width: 767px) {
  .prefooter .signnup .titlesignup {
    font-size: 4rem;
  }
  .prefooter .signnup form .form-group {
    width: 100%;
  }
  .prefooter .signnup form .btn {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .prefooter .signnup .titlesignup {
    font-size: 2.14286rem;
  }
}
.mobile-contact {
  display: none;
}

@media (max-width: 479px) {
  .mobile-contact {
    display: block;
  }
  /*.mobile-contact a {
    display: block;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    padding: 5px;
    font-size: 1.5rem !important;
    background-color: #cccccc;
    color: #fff;
    width: 40px;
    height: 40px;
    text-align: center;
  }
  .mobile-contact a:hover {
    background-color: #317fe5;
    color: #fff;
  }*/

  .hidden-480 {
    display: none;
  }

  .prefooter h4 {
    border: 1px solid #dddddd;
  background-color:#fff;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    padding: 10px;
    margin-bottom: 10px;
  }
 .prefooter h4.text-center-767{
  background:none;
}
  .prefooter h4 + div {
    -moz-border-radius: 0 0 3px 3px;
    -webkit-border-radius: 0 0 3px 3px;
    -o-border-radius: 0 0 3px 3px;
    -ms-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
    padding: 0 10px 10px;
    border: 1px solid #dddddd;
    border-top: none;
    margin-bottom: 10px;
    display: none;
  background-color:#fff;
  }
  .prefooter h4 + div ul {
    margin-top: 0;
  }
  .prefooter h4::after {
    content: "\f0d7";
    font-family: FontAwesome;
    font-size: 1.14286rem;
    float: right;
    margin-top: -1px;
  color:#cdcdcd;
  }

  .prefooter h4.active {
    margin-bottom: 0;
    border-bottom: none;
    -moz-border-radius: 3px 3px 0 0;
    -webkit-border-radius: 3px 3px 0 0;
    -o-border-radius: 3px 3px 0 0;
    -ms-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
  }
  .prefooter h4.active::after {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  .prefooter h4.text-center-767 {
    border: none;
    padding: 0 0 10px;
  }
  .prefooter h4.text-center-767::after {
    display: none;
  }
}
/*---------------//Prefooter-------------*/
/*----------Footer----------*/
.footer {
  font-size: 0.92857rem;
  background: none;
  padding: 0 0 10px;
  color: #999999;
}
.footer a {
  color: #999999;
}
.footer .develop-block {
  padding: 10px 0;
  background: #e5e5e5;
  color: #444444;
}
.footer .develop-block ul {
  display: block;
  padding: 0;
  margin: 0;
  list-style-type: none;
  text-align: center;
}
.footer .develop-block ul li {
  display: inline-block;
  padding-right: 0;
}
.footer .develop-block ul li:after {
  content: "";
  height: 10px;
  border-right: 2px dashed #999999;
  float: right;
  display: block;
  margin: 6px 0 0 7px;
}
.footer .develop-block ul li:last-child:after {
  display: none;
}
.footer .develop-block img {
  float: right;
}
.footer p {
  margin: 0;
}
.footer .bottom-footer {
  margin-top: 15px;
}

.copyright-block {
  background: #eeeeee;
  color: #666666;
  padding: 10px 0;
}
.copyright-block a {
  color: #666666;
}

.copyright-block a,
.copyright-block {
  color: #555;
}

.footer-menu-block ul li:after {
  border-right: 1px solid #eeeeee;
  content: "";
  display: block;
  float: right;
  height: 10px;
  margin: 6px 5px 0 13px;
}

.footer-menu-block ul li a {
  color: #999;
}

.footer-menu-block ul li:last-child:after {
  display: none;
}

.footer-menu-block ul.social-footer li:after {
  display: none;
}

.footer-menu-block .social-footer a {
  color: #ccc;
  font-size: 1.28571rem;
}

.footer-menu-block .social-footer a:hover {
  color: #317fe5;
}

@media (max-width: 767px) {
  .footer .develop-block img {
    float: none;
  }
}
/*--------//Footer----------*/
h3.sidebar-title {
  margin: 0;
  padding: 8px;
  background-color: #317fe5;
  color: #fff;
  font-size: 1.57143rem;
  font-family: 'Archivo Narrow', sans-serif;
  font-weight: 700;
}

.navigation-sidebar > h3 {
  padding: 10px;
}

.navigation-sidebar .icon-toggle {
  margin-top: -3px;
}
.navigation-sidebar .icon-toggle i {
  font-size: 8px;
  margin-left: 1px;
}
.navigation-sidebar h6 {
  font-size: 1rem;
  font-weight: 700;
  margin: 0;
  font-family: 'Open Sans', sans-serif;
  color: #317fe5;
  padding: 10px 0;
}
.navigation-sidebar a {
  color: #666666;
}
.navigation-sidebar a:hover, .navigation-sidebar a:focus {
  color: #317fe5;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
}

.navigation-sidebar ul::after {
  content: "";
  border-bottom: 1px solid #eee;
  width: 100%;
  display: block;
  margin: 25px 0;
}

.navigation-sidebar ul > li ~ li {
  margin-top: 5px;
}

.navigation-sidebar ul > li > a {
  padding-left: 1px;
}

@media (max-width: 767px) {
  .navigation-sidebar ul::after {
    display: none;
  }

  h3.sidebar-title {
    font-size: 1.21429rem;
    text-transform: uppercase;
  }

  .sidebar-collapse {
    display: none;
  }

  .navigation-sidebar h6 {
    font-size: 1.07143rem;
    background-color: #eeeeee;
    border-bottom: 1px solid #bbb;
    padding: 10px;
  }

  .navigation-sidebar {
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    -o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    -ms-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  }
  .navigation-sidebar ul > li {
    margin: 0;
  }
  .navigation-sidebar ul > li a {
    padding: 10px;
        display: block;
  }
  .navigation-sidebar ul > li a:hover, .navigation-sidebar ul > li a:focus {
    background-color: #f5f5f5;
    color: #317fe5;
  }

  .navigation-sidebar h6.open-sidebar-menu {
    border-bottom: 1px solid transparent;
    background-color: #317fe5;
    color: #fff;
  }
  .navigation-sidebar h6.open-sidebar-menu i {
    color: #fff;
  }

  .navigation-sidebar h6 span {
    padding-right: 4px;
  }

  .navigation-sidebar h6 i {
    font-size: 1.07143rem;
    color: #444;
  }

  .navigation-sidebar h6 + ul {
    display: none;
  }
}
/*--------breadcrumb--------*/
.bread2 {
  background-color: "";
}
.bread2 .breadcrumb a {
  color: #333333;
}
.bread2 .breadcrumb a:hover, .bread2 .breadcrumb a:focus {
  color: #317fe5;
}
.bread2 li {
  color: #555555;
}

.breadcrumb {
  background: none;
  margin-bottom: 0;
  padding: 0;
}
.breadcrumb > li {
  text-transform: uppercase;
  font-size: 0.85714rem;
}
.breadcrumb > li a {
  color: #252525;
  text-transform: uppercase;
  font-size: 0.85714rem;
}
.breadcrumb > li a:hover {
  color: #337ab7;
}

.breadSelect {
  padding-top: 10px;
}

.selectPage {
  float: right;
}
.selectPage li {
  float: left;
  list-style: none;
  margin-left: 5px;
}

.selectPage li a {
  border-radius: 50%;
  display: block;
  font-size: 15px;
  height: 35px;
  line-height: 35px;
  margin-left: 3px;
  text-align: center;
  width: 35px;
  transition: 0.5s;
  background-color: #ccc;
  color: #fff;
}
.selectPage li a:hover {
  background-color: #337ab7;
  color: #fff;
}

.bread {
  width: 100%;
  padding: 15px 0 0;
}

.bread2 {
  padding: 15px 0 10px;
}

.bread ul li,
.bread ul.crumb li a {
  float: left;
  list-style: none;
  font-size: 14px;
  margin-right: 2px;
  line-height: 2rem;
  color: #252525;
  padding-bottom: 0;
}

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

  .breadcrumb {
    margin-bottom: 15px;
  }
}
/*--------//breadcrumb--------*/
/*---------------List-----------------*/
.list {
  padding-left: 15px;
  margin: 0;
}

.list li {
  padding-bottom: 7px;
}

.list.list-height-xs li {
  padding-bottom: 5px;
}

.list.list-height-sm li {
  padding-bottom: 10px;
}

.list.list-height-md li {
  padding-bottom: 15px;
}

.list.list-height-lg li {
  padding-bottom: 20px;
}

.list.list-height-xl li {
  padding-bottom: 25px;
}

.list.list-desc {
  list-style-type: disc;
}

.list.list-circle {
  list-style-type: circle;
}

.list.list-decimal {
  list-style-type: decimal;
}

.list.list-square {
  list-style-type: square;
}

.list.list-letter {
  list-style-type: lower-alpha;
}

.list.list-roman {
  list-style-type: upper-roman;
}

.list.list-check li,
.list.list-plus li,
.list.list-arrow li {
  list-style-type: none;
}

.list.list-check li:before,
.list.list-plus li:before,
.list.list-arrow li:before {
  font-family: "Glyphicons Halflings";
  font-size: 11px;
  margin-left: -15px;
  margin-right: 4px;
}

.list.list-check li:before {
  content: "\e013";
}

.list.list-plus li:before {
  content: "\2b";
}

.list.list-arrow li:before {
  content: "\e080";
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  margin-left: -5px;
  list-style: none;
}

.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #317fe5;
  background-color: #ffffff;
}

.list-group-item:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.list-group-item:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #777777;
}

.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  color: #ffffff;
  background-color: #317fe5;
  border-color: #317fe5;
}

.list-group-item-success {
  color: #29a83e;
  background-color: #a5e9b0;
}

a.list-group-item-success,
button.list-group-item-success {
  color: #29a83e;
}

a.list-group-item-success:hover,
button.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:focus {
  color: #29a83e;
  background-color: #a5e9b0;
}

a.list-group-item-success.active,
button.list-group-item-success.active,
a.list-group-item-success.active:hover,
button.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.list-group-item-success.active:focus {
  color: #ffffff;
  background-color: #29a83e;
  border-color: #29a83e;
}

.list-group-item-info {
  color: #1966ca;
  background-color: #b7d2f6;
}

a.list-group-item-info,
button.list-group-item-info {
  color: #1966ca;
}

a.list-group-item-info:hover,
button.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:focus {
  color: #1966ca;
  background-color: #b7d2f6;
}

a.list-group-item-info.active,
button.list-group-item-info.active,
a.list-group-item-info.active:hover,
button.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.list-group-item-info.active:focus {
  color: #ffffff;
  background-color: #1966ca;
  border-color: #1966ca;
}

.list-group-item-warning {
  color: #683205;
  background-color: #fcd7b7;
}

a.list-group-item-warning,
button.list-group-item-warning {
  color: #683205;
}

a.list-group-item-warning:hover,
button.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:focus {
  color: #683205;
  background-color: #fcd7b7;
}

a.list-group-item-warning.active,
button.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.list-group-item-warning.active:focus {
  color: #683205;
  background-color: #683205;
  border-color: #683205;
}

.list-group-item-danger {
  color: #b72719;
  background-color: #f7c8c3;
}

a.list-group-item-danger,
button.list-group-item-danger {
  color: #b72719;
}

a.list-group-item-danger:hover,
button.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:focus {
  color: #b72719;
  background-color: #f7c8c3;
}

a.list-group-item-danger.active,
button.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.list-group-item-danger.active:focus {
  color: #b72719;
  background-color: #b72719;
  border-color: #b72719;
}

/*-------------//List-----------------*/
/*---------------Alert-----------------*/
.alert-success {
  color: #1a6b27;
  background-color: #a5e9b0;
  border-color: #9ae6a7;
}

.alert-success hr {
  border-top-color: #8ae399;
}

.alert-success .alert-link {
  color: #0e3b16;
}

.alert-info {
  color: #1966ca;
  background-color: #b7d2f6;
  border-color: #99c0f2;
}

.alert-info hr {
  border-top-color: #7eafef;
}

.alert-info .alert-link {
  color: #1451a1;
}

.alert-warning {
  color: #683205;
  background-color: #fcd7b7;
  border-color: #fde4d0;
}

.alert-warning hr {
  border-top-color: #f9b378;
}

.alert-warning .alert-link {
  color: #462203;
}

.alert-danger {
  color: #b72719;
  background-color: #f7c8c3;
  border-color: #f2a79f;
}

.alert-danger hr {
  border-top-color: #ed867b;
}

.alert-danger .alert-link {
  color: #932014;
}

/*---------------//Alert----------------------*/
/*----------------Tab---------*/
.nav-tabs > li {
  padding-bottom: 0;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover,
.nav-tabs > li > a:hover {
  margin-right: 0;
  border: none;
  background-color: #317fe5;
  color: #ffffff;
}

.nav-tabs > li {
  margin-bottom: -1px;
}

.nav-tabs > li > a {
  border-radius: 3px 3px 0 0;
  margin-right: 0;
  border: none;
  color: #333333;
}

.tab-content {
  padding: 10px;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border-top: none;
}

/*----------------//Tab---------*/
/*----------------Progress-bar---------*/
.progress {
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar {
  color: #fff;
  background-color: #317fe5;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width .6s ease;
  -o-transition: width .6s ease;
  transition: width .6s ease;
}

.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  -webkit-background-size: 40px 40px;
  background-size: 40px 40px;
}

.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
  background-color: #29a83e;
}

.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-info {
  background-color: #317fe5;
}

.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-warning {
  background-color: #f58220;
}

.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-danger {
  background-color: #e65445;
}

.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

/*--------------//Progress-bar---------*/
/*-----------------Link----------------*/
a {
  color: #317fe5;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
a:hover, a:focus {
  color: #e65445;
  text-decoration: none;
}

a.text-primary {
  color: #317fe5;
}
a.text-primary:hover, a.text-primary:focus {
  color: #0e386f;
}

a.text-success {
  color: #29a83e;
}
a.text-success:hover, a.text-success:focus {
  color: #0b2d11;
}

a.text-info {
  color: #317fe5;
}
a.text-info:hover, a.text-info:focus {
  color: #0e386f;
}

a.text-warning {
  color: #f58220;
}
a.text-warning:hover, a.text-warning:focus {
  color: #773905;
}

a.text-danger {
  color: #e65445;
}
a.text-danger:hover, a.text-danger:focus {
  color: #811c11;
}

/*---------------//Link----------------*/
/*-----------------Label--------------*/
.label {
  color: #ffffff;
}

.label-default {
  background-color: #777777;
}

.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}

.label-primary {
  background-color: #317fe5;
}

.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #1965c8;
}

.label-success {
  background-color: #29a83e;
}

.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #1f7e2e;
}

.label-info {
  background-color: #317fe5;
}

.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #1966ca;
}

.label-warning {
  background-color: #f58220;
}

.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #d7680a;
}

.label-danger {
  background-color: #e65445;
}

.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #d92f1d;
}

/*---------------//Label--------------*/
/*-----------------Forms--------------*/
textarea {
  resize: none;
}

.input-sm {
  height: 30px;
  padding: 5px 10px;
  border-radius: 3px;
}

select.input-sm {
  height: 30px;
}

.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  border-radius: 3px;
}

.form-group-sm select.form-control {
  height: 30px;
}

.form-group-sm .form-control-static {
  height: 30px;
  padding: 6px 10px;
}

.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}

select.input-lg {
  height: 46px;
}

.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  border-radius: 6px;
}

.form-group-lg select.form-control {
  height: 46px;
}

.form-group-lg .form-control-static {
  height: 46px;
  padding: 11px 16px;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}

.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}

.has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d;
}

.has-success .form-control-feedback {
  color: #3c763d;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}

.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}

.has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b;
}

.has-warning .form-control-feedback {
  color: #8a6d3b;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}

.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}

.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442;
}

.has-error .form-control-feedback {
  color: #a94442;
}

/*---------------//Forms--------------*/
/*-----------Line--------------*/
hr.line-primary {
  border-color: #317fe5;
}

hr.line-success {
  border-color: #29a83e;
}

hr.line-info {
  border-color: #317fe5;
}

hr.line-warning {
  border-color: #f58220;
}

hr.line-danger {
  border-color: #e65445;
}

hr.line-white {
  border-color: #ffffff;
}

hr.line-dark {
  border-color: black;
}

/*---------//Line--------------*/
/*---------------vertical-align-------*/
.align-middle {
  vertical-align: middle;
}

.align-top {
  vertical-align: top;
}

.align-bottom {
  vertical-align: bottom;
}

/*-------------//vertical-align-------*/
/*---------Display----------*/
.display-block {
  display: block;
}

.display-inline {
  display: inline;
}

.display-inline-block {
  display: inline-block;
  float: none;
}

.display-table {
  display: table;
}

.display-table-cell {
  display: table-cell;
  float: none;
}

.display-table-row {
  display: table-row;
}

.table-layout-auto {
  table-layout: auto;
}

.table-layout-fixed {
  table-layout: fixed;
}

.row-height {
  display: table;
  table-layout: fixed;
  height: 100%;
  width: 100%;
}

.col-height {
  display: table-cell;
  float: none;
  height: 100%;
}

.col-top {
  vertical-align: top;
}

.col-middle {
  vertical-align: middle;
}

.col-bottom {
  vertical-align: bottom;
}

.row-flex {
  display: flex;
}

@media (min-width: 480px) {
  .row-xs-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
  }

  .col-xs-height {
    display: table-cell;
    float: none;
    height: 100%;
  }

  .col-xs-top {
    vertical-align: top;
  }

  .col-xs-middle {
    vertical-align: middle;
  }

  .col-xs-bottom {
    vertical-align: bottom;
  }
}
@media (min-width: 768px) {
  .row-sm-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
  }

  .col-sm-height {
    display: table-cell;
    float: none;
    height: 100%;
  }

  .col-sm-top {
    vertical-align: top;
  }

  .col-sm-middle {
    vertical-align: middle;
  }

  .col-sm-bottom {
    vertical-align: bottom;
  }
}
@media (min-width: 992px) {
  .row-md-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
  }

  .col-md-height {
    display: table-cell;
    float: none;
    height: 100%;
  }

  .col-md-top {
    vertical-align: top;
  }

  .col-md-middle {
    vertical-align: middle;
  }

  .col-md-bottom {
    vertical-align: bottom;
  }
}
@media (min-width: 1200px) {
  .row-lg-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
  }

  .col-lg-height {
    display: table-cell;
    float: none;
    height: 100%;
  }

  .col-lg-top {
    vertical-align: top;
  }

  .col-lg-middle {
    vertical-align: middle;
  }

  .col-lg-bottom {
    vertical-align: bottom;
  }
}
/*-------//Display----------*/
/*---------------Button----------------*/
.btn {
  font-size: 0.92857rem;
  border: 1px solid transparent;
  border-radius: 3px;
  padding: 6px 12px;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  font-weight: 600;
}

.btn-shadow {
  -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.35);
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.35);
  -o-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.35);
  -ms-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.35);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.35);
}

.btn:hover,
.btn:focus,
.btn.focus {
  color: #333333;
  text-decoration: none;
}

.btn:active,
.btn.active {
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -o-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -ms-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn-outline {
  border-color: #353535;
  color: #353535;
  background: none;
}
.btn-outline:hover, .btn-outline:focus {
  border-color: #353535;
  color: #fff;
  background: #353535;
}

.btn-outline-white {
  color: #fff;
  background: none;
  border-color: #fff;
}
.btn-outline-white:hover, .btn-outline-white:focus {
  background: #fff;
  color: #353535;
  border-color: #fff;
}

.btn-default {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}

.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #e6e6e6;
}

.btn-default.btn-outline {
  color: #333333;
  background-color: #ffffff;
  border-color: #333333;
}

.btn-default.btn-outline:hover, .btn-default.btn-outline:focus {
  color: #ffffff;
  background-color: #333333;
  border-color: #ffffff;
}

.open > .dropdown-toggle.btn-default {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #333333;
  background-color: #b3b3b3;
  border-color: #8c8c8c;
}

.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #ffffff;
  border-color: #cccccc;
}

.btn-default .badge {
  color: #ffffff;
  background-color: #333333;
}

.btn-gray {
  color: #ffffff;
  background-color: #aaa;
  border-color: #aaa;
}
.btn-gray:hover, .btn-gray:focus, .btn-gray.focus, .btn-gray:active, .btn-gray.active {
  color: #ffffff;
  background-color: #999;
  border-color: #999;
}


.btn-primary {
  color: #ffffff;
  background-color: #317fe5;
  border-color: #317fe5;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active {
  color: #ffffff;
  background-color: #1966ca;
  border-color: #1966ca;
}
.btn-primary.btn-outline {
  color: #317fe5;
  background-color: #ffffff;
  border-color: #317fe5;
}
.btn-primary.btn-outline:hover, .btn-primary.btn-outline:focus {
  color: #ffffff;
  background-color: #317fe5;
  border-color: #317fe5;
}

.open > .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #1966ca;
  border-color: #1556aa;
}

.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #ffffff;
  background-color: #1556aa;
  border-color: #0e386f;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #317fe5;
  border-color: #1c71e0;
}

.btn-primary .badge {
  color: #317fe5;
  background-color: #ffffff;
}

.btn-success {
  color: #ffffff;
  background-color: #29a83e;
  border-color: #29a83e;
}
.btn-success:hover, .btn-success:focus, .btn-success.focus, .btn-success:active, .btn-success.active {
  color: #ffffff;
  background-color: #1f7f2f;
  border-color: #1f7f2f;
}
.btn-success.btn-outline {
  color: #29a83e;
  background-color: #ffffff;
  border-color: #29a83e;
}
.btn-success.btn-outline:hover, .btn-success.btn-outline:focus {
  color: #ffffff;
  background-color: #29a83e;
  border-color: #29a83e;
}

.open > .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #1f7f2f;
  border-color: #186224;
}

.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #ffffff;
  background-color: #186224;
  border-color: #0b2d11;
}

.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #29a83e;
  border-color: #249436;
}

.btn-success .badge {
  color: #29a83e;
  background-color: #249436;
}

.btn-info {
  color: #ffffff;
  background-color: #317fe5;
  border-color: #317fe5;
}
.btn-info:hover, .btn-info:focus, .btn-info.focus, .btn-info:active, .btn-info.active {
  color: #ffffff;
  background-color: #1966ca;
  border-color: #1966ca;
}
.btn-info.btn-outline {
  color: #317fe5;
  background-color: #ffffff;
  border-color: #317fe5;
}
.btn-info.btn-outline:hover, .btn-info.btn-outline:focus {
  color: #ffffff;
  background-color: #317fe5;
  border-color: #317fe5;
}

.open > .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #1966ca;
  border-color: #1556aa;
}

.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #ffffff;
  background-color: #1556aa;
  border-color: #0e386f;
}

.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #317fe5;
  border-color: #1c71e0;
}

.btn-info .badge {
  color: #317fe5;
  background-color: #ffffff;
}

.btn-warning {
  color: #ffffff;
  background-color: #f58220;
  border-color: #f58220;
}
.btn-warning:hover, .btn-warning:focus, .btn-warning.focus, .btn-warning:active, .btn-warning.active {
  color: #ffffff;
  background-color: #d8690a;
  border-color: #d8690a;
}
.btn-warning.btn-outline {
  color: #f58220;
  background-color: #ffffff;
  border-color: #f58220;
}
.btn-warning.btn-outline:hover, .btn-warning.btn-outline:focus {
  color: #ffffff;
  background-color: #f58220;
  border-color: #f58220;
}

.open > .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #d8690a;
  border-color: #b65808;
}

.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #ffffff;
  background-color: #b65808;
  border-color: #773905;
}

.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f58220;
  border-color: #f1750b;
}

.btn-warning .badge {
  color: #f58220;
  background-color: #ffffff;
}

.btn-danger {
  color: #ffffff;
  background-color: #e65445;
  border-color: #e65445;
}
.btn-danger:hover, .btn-danger:focus, .btn-danger.focus, .btn-danger:active, .btn-danger.active {
  color: #ffffff;
  background-color: #db2f1d;
  border-color: #db2f1d;
}
.btn-danger.btn-outline {
  color: #e65445;
  background-color: #ffffff;
  border-color: #e65445;
}
.btn-danger.btn-outline:hover, .btn-danger.btn-outline:focus {
  color: #ffffff;
  background-color: #e65445;
  border-color: #e65445;
}

.open > .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #db2f1d;
  border-color: #bb2819;
}

.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #ffffff;
  background-color: #bb2819;
  border-color: #811c11;
}

.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #e65445;
  border-color: #e33f2f;
}

.btn-danger .badge {
  color: #e65445;
  background-color: #ffffff;
}

.btn-link {
  font-weight: normal;
  color: #317fe5;
}

.btn-link:hover,
.btn-link:focus {
  color: #175ab3;
}

.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #aaaaaa;
}

.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 11px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 0.85714rem;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-lg,
.btn-group-lg > .btn {
  padding: 12px 36px;
  font-size: 1.21429rem;
  line-height: 1.3333333;
  border-radius: 3px;
}

.btn-xl {
  padding: 8px 15px;
  font-size: 1.21429rem;
}

.btn-square {
  border-radius: 0;
}

.btn-second {
  color: #fff;
  background: #e65445;
  border-color: #e33f2f;
}

.btn-second:hover, .btn-second:focus {
  color: #e6e6e6;
  background: #db2f1d;
  border-color: #c42a1a;
}

.btn-third {
  color: #fff;
  background: #12456d;
  border-color: #0e3757;
}

.btn-third:hover, .btn-third:focus {
  color: #e6e6e6;
  background: #0b2941;
  border-color: #071b2b;
}

.btn-fourth {
  color: #fff;
  background: #aadb1e;
  border-color: #99c51b;
}

.btn-fourth div {
  float: left;
  padding-left: 10px;
}

.btn-fourth .btn-icon {
  width: 35px;
  height: 35px;
  font-size: 1.92857rem;
  margin-top: 5px;
  padding: 0;
}

.btn-fourth:hover .btn-icon, .btn-fourth:focus .btn-icon {
  color: #e6e6e6;
}

.btn-fourth:hover, .btn-fourth:focus {
  color: #e6e6e6;
  background: #87ae18;
  border-color: #769815;
  text-decoration: none;
}

.btn-fifth {
  color: #fff;
  background: #43297e;
  border-color: #39236b;
}

.btn-fifth:hover, .btn-fifth:focus {
  color: #fff;
  background: #2f1c58;
  border-color: #241644;
}

.btn-dark {
  color: #fff;
  background: #353535;
  border-color: #353535;
}

.btn-dark:hover,
.btn-dark:focus {
  color: #fff;
  background: #4e4e4e;
  border-color: #4e4e4e;
}

/*---------------//Button----------------*/
/*------gallery-----*/
#filters {
  margin-bottom: 1.36%;
}

#filters .btn {
  color: #353535;
  background-color: #fff;
  border: 1px solid #353535;
}

#filters .btn:hover,
#filters .active {
  color: #fff;
  background-color: #353535;
}

/*------//gallery---*/
.img-full {
  width: 100%;
  height: auto;
}
@media(max-width:767px){
#filters .btn {
border-radius:0;
  width:50%;
  margin:-1px 0 0 -1px;
}
}
@media(max-width:480px){
#filters .btn {
  width:100%;
  margin:-1px 0 0 0;
}
}
/*---------------Thumb-----------------*/
.thumb16 {
  width: 16px;
  height: 16px;
}

.thumb24 {
  width: 24px;
  height: 24px;
}

.thumb32 {
  width: 32px;
  height: 32px;
}

.thumb48 {
  width: 48px;
  height: 48px;
}

.thumb64 {
  width: 64px;
  height: 64px;
}

.thumb80 {
  width: 80px;
  height: 80px;
}

.thumb96 {
  width: 96px;
  height: 96px;
}

.thumb128 {
  width: 128px;
  height: 128px;
}

/*-------------//Thumb-----------------*/
/*------------Image-width--------------*/

@media (max-width: 767px) {
  .img-max-60-sm {
    max-width: 60%;
    height: auto;
  }

  .img-max-50-sm {
    max-width: 50%;
    height: auto;
  }

  .img-max-40-sm {
    max-width: 40%;
    height: auto;
  }
}
@media (max-width: 991px) {
  .img-max-60-md {
    max-width: 60%;
    height: auto;
  }

  .img-max-50-md {
    max-width: 50%;
    height: auto;
  }

  .img-max-40-md {
    max-width: 40%;
    height: auto;
  }
}
/*----------//Image-width--------------*/
/*--------------Blockquote---------------*/
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 1.21429rem;
  border-left: 5px solid #eeeeee;
}
blockquote footer, blockquote small, blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143rem;
  color: #777777;
}
blockquote footer:before, blockquote small:before, blockquote .small:before {
  content: '\2014 \00A0';
}

.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}

/*--------------//Blockquote------------------------*/
/*---------------Table---------------*/
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  border-top: none;
}

.table > thead > tr > th {
  border-bottom: none;
}

.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #a5e9b0;
}

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #80e090;
}

.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #b7d2f6;
}

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #b7d2f6;
}

.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcd7b7;
}

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #fcd7b7;
}

.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f7c8c3;
}

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #f7c8c3;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f2f2f2;
}

/*-------------//Table---------------*/
/*-----------------Panel-------------*/
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 1px;
  border-top-right-radius: 1px;
}

.panel-group .panel {
  border-radius: 2px;
}

.panel-primary {
  border-color: #317fe5;
}

.panel-primary > .panel-heading {
  color: #ffffff;
  background-color: #317fe5;
  border-color: #317fe5;
}

.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #317fe5;
}

.panel-primary > .panel-heading .badge {
  color: #317fe5;
  background-color: #ffffff;
}

.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #317fe5;
}

.panel-success {
  border-color: #a5e9b0;
}

.panel-success > .panel-heading {
  color: #1a6b27;
  background-color: #a5e9b0;
  border-color: #a5e9b0;
}

.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #a5e9b0;
}

.panel-success > .panel-heading .badge {
  color: #a5e9b0;
  background-color: #1a6b27;
}

.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #a5e9b0;
}

.panel-info {
  border-color: #b7d2f6;
}

.panel-info > .panel-heading {
  color: #1966ca;
  background-color: #b7d2f6;
  border-color: #b7d2f6;
}

.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #b7d2f6;
}

.panel-info > .panel-heading .badge {
  color: #b7d2f6;
  background-color: #1966ca;
}

.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #b7d2f6;
}

.panel-warning {
  border-color: #fcd7b7;
}

.panel-warning > .panel-heading {
  color: #683205;
  background-color: #fcd7b7;
  border-color: #fcd7b7;
}

.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #fcd7b7;
}

.panel-warning > .panel-heading .badge {
  color: #fcd7b7;
  background-color: #683205;
}

.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #fcd7b7;
}

.panel-danger {
  border-color: #f7c8c3;
}

.panel-danger > .panel-heading {
  color: #b72719;
  background-color: #f7c8c3;
  border-color: #f7c8c3;
}

.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #f7c8c3;
}

.panel-danger > .panel-heading .badge {
  color: #f7c8c3;
  background-color: #b72719;
}

.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #f7c8c3;
}

/*---------------//Panel-------------*/
/*--------------accordion-------------*/
.accordion .panel-heading a {
  display: block;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  padding: 13px;
  text-transform: uppercase;
}

.accordion .panel-heading {
  padding: 0;
}

.accordion .panel-primary .panel-heading a:hover, .accordion .panel-primary .panel-heading a:focus {
  background-color: #5e9beb;
  color: #ffffff;
  text-decoration: none;
}

.accordion .panel-success .panel-heading a:hover, .accordion .panel-success .panel-heading a:focus {
  background-color: #c6f1cd;
  color: #1a6b27;
  text-decoration: none;
}

.accordion .panel-info .panel-heading a:hover, .accordion .panel-info .panel-heading a:focus {
  background-color: #cfe1f9;
  color: #1966ca;
  text-decoration: none;
}

.accordion .panel-warning .panel-heading a:hover, .accordion .panel-warning .panel-heading a:focus {
  background-color: #fde4d0;
  color: #683205;
  text-decoration: none;
}

.accordion .panel-danger .panel-heading a:hover, .accordion .panel-danger .panel-heading a:focus {
  background-color: #fbe1de;
  color: #b72719;
  text-decoration: none;
}

.accordion .panel a::before {
  content: "\f105";
  font-family: FontAwesome;
  float: right;
  -moz-transition: all 0.2s ease 0s;
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  -ms-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}

.accordion .panel a.collapsed::before {
  transform: rotate(0);
  -o-transform: rotate(0);
  -ms-transform: rotate(0);
  -webkit-transform: rotate(0);
}

/*--------------//accordion-------------*/
/*--------------Faq accordion---------------*/
.faq_width .faqposting.plus h4 {
  background-color: #f2f2f2;
}

.faqposting > h4:hover,
.faqposting > h4:focus,
.faq_width .faqposting.plus h4:hover,
.faq_width .faqposting.plus h4:focus {
  background-color: #317fe5;
  color: #fff;
}

.faq_width .faqposting h4::before,
.faq_width .faqposting.plus h4:hover::before,
.faq_width .faqposting.plus h4:hover {
  color: #fff;
}

.faqposting > h4:hover::before,
.faqposting > h4:focus::before {
  color: #fff !important;
}

.faq_width .faqposting h4 {
  background-color: #317fe5;
  color: #fff;
}

.faq_width .faqposting.plus h4::before,
.faq_width .faqposting.plus h4 {
  color: #353535;
}

/*--------------//Faq accordion-------------*/
/*-----------Background-color----------*/
.bg-color {
  background: #ffffff;
}

.bg-color-second {
  background: #e65445;
}

.bg-color-third {
  background: #12456d;
}

.bg-color-fourth {
  background: #aadb1e;
}

.bg-color-fifth {
  background: #43297e;
}

.bg-white {
  background-color: #ffffff;
}

.bg-primary-light {
  background-color: #488de8;
  color: #ffffff;
}

.bg-primary {
  background-color: #317fe5;
  color: #ffffff;
}

.bg-primary-dark {
  background-color: #175ab3;
  color: #ffffff;
}

.bg-success-light {
  background-color: #4bd361;
  color: #ffffff;
}

.bg-success {
  background-color: #29a83e;
  color: #ffffff;
}

.bg-success-dark {
  background-color: #1a6b27;
  color: #ffffff;
}

.bg-info-light {
  background-color: #75a9ee;
  color: #ffffff;
}

.bg-info {
  background-color: #317fe5;
  color: #ffffff;
}

.bg-info-dark {
  background-color: #175ab3;
  color: #ffffff;
}

.bg-warning-light {
  background-color: #f8ab69;
  color: #ffffff;
}

.bg-warning {
  background-color: #f58220;
  color: #ffffff;
}

.bg-warning-dark {
  background-color: #c05d09;
  color: #ffffff;
}

.bg-danger-light {
  background-color: #f2a79f;
  color: #ffffff;
}

.bg-danger {
  background-color: #e65445;
  color: #ffffff;
}

.bg-danger-dark {
  background-color: #c42a1a;
}

.bg-gray {
  background-color: #999999;
}

.bg-gray-dark {
  background-color: #556066;
}

.bg-gray-darkest {
  background-color: #2a3236;
}

.bg-gray-darker {
  background-color: #555555;
}

.bg-gray-light {
  background-color: #aaaaaa;
}

.bg-gray-lighter {
  background-color: #eee;
}

.bg-gray-lightest {
  background-color: #f5f5f5;
}

.bg-cover {
  background-size: cover;
}

.bg-center {
  background-position: center center;
  background-size: cover;
}

/*---------------//Background-color--------------------*/
/*---------------Title Page-----------*/
.design.titlePage { background: url("../images/design-banner.jpg") no-repeat; }
.casestudies.titlePage { background: url("../images/case-studies-banner.jpg") no-repeat; }
.ecommerce.titlePage { background: url("../images/ecommerce-banner.jpg") no-repeat; }
.modules.titlePage { background: url("../images/modules-banner.jpg") no-repeat; }
.ourwork.titlePage { background: url("../images/our-work-banner.jpg") no-repeat; }
.contact.titlePage { background: url("../images/contact-banner.jpg") no-repeat; }
.faq.titlePage { background: url("../images/faq-banner.jpg") no-repeat; }
.blog.titlePage { background: url("../images/faq-banner.jpg") no-repeat; }
.about.titlePage { background: url("../images/about-banner.jpg") no-repeat; }
.analysis.titlePage { background: url("../images/analysis-banner.jpg") no-repeat; }
.reseller.titlePage { background: url("../images/resellers-banner.jpg") no-repeat; }
.marketing.titlePage { background: url("../images/marketing-banner.jpg") no-repeat; }
.testimonials.titlePage { background: url("../images/testimonials-banner.jpg") no-repeat; }
.error.titlePage { background: url("../images/error-banner.jpg") no-repeat; }
.titlePage {
  background-size: cover !important;
  color: #ffffff;
  padding: 200px 0 120px;
  text-align: center;
  text-transform: uppercase;
  background-position:center center!important;
}
.titlePage h1 {
  color: #ffffff;
  font-weight: 900;
  display: inline-block;
  font-family: "Lato", sans-serif;
  font-size:2.4em;
  margin: 0;
  letter-spacing: 5px;
  position: relative;
  padding: 0 15px 15px;
  text-transform: uppercase;
  border-right: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}
.titlePage h1 span {
  font-weight: 300;
  font-size: 1rem;
  letter-spacing: 4px;
  display: block;
  width: 100%;
  text-align: center;
  position: relative;
  line-height: 0;
  height: 18px;
  text-transform: none;
}
.titlePage h1 span:before,
.titlePage h1 span:after {
  content: "";
  border-bottom: 1px solid #ffffff;
  display: block;
  position: absolute;
  top: 0;
  width: 35%;
}
.titlePage h1 span:before {
  margin-left: -15px;
  left: 0;
}
.titlePage h1 span:after {
  margin-right: -15px;
  right: 0;
}

.faq.titlePage h1{
 padding: 0 30px 15px;
}
.faq.titlePage h1 span:before {
  margin-left: -30px;
  left: 0;
}
.faq.titlePage h1 span:after {
  margin-right: -30px;
  right: 0;
}


@media (max-width: 480px) {
.titlePage h1 {
  font-size:1.9em;
}
}



@media (max-width: 480px) {
  .titlePage {
    padding: 115px 0 55px;
  }
}
/*-------------//Title Page-----------*/
/*-------------Title Block-------------*/
.page-title {
  font-size: 2.14286rem;
  padding: 25px 0 25px 25px;
  border-left: 2px solid #353535;
  margin-bottom: 15px;
}

.page-title > * {
  margin-top: 0;
  margin-bottom: 0;
}

@media (max-width: 600px) {
  .page-title {
    font-size: 1.57143rem;
    padding: 20px 0 20px 20px;
  }
}
/*-------------//Title Block-----------*/
h1.title-page2 {
  margin: 0 0 25px;
}

h1.title-page2::after {
  content: "";
  display: block;
  margin: 20px 0 15px;
  width: 100px;
  border-bottom: 4px solid #317fe5;
}

/*---------------Text-----------------*/
/*-bootstrap-*/
.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

/*-------------------------------------*/
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  line-height: 1.25;
  margin-top: 0;
}

h1, .h1 {
  font-size: 3.42857rem;
  color: #455158;
  font-weight: 300;
}

h2, .h2 {
  font-size: 2.571rem;
  text-transform: uppercase;
  font-weight: 300;
  margin-bottom: 0;
  color: #455158;
}

h2::after, .h2::after {
  content: "";
  border-bottom: 1px solid #353535;
  display: block;
  margin: 20px 0 15px;
  width: 70px;
}

h2.text-center::after {
  margin: 20px auto 15px;
}

h3, .h3 {
  font-size: 2.57143rem;
  color: #353535;
  font-weight: 900;
}

h4, .h4 {
  font-size: 2.14286rem;
  color: #353535;
  font-weight: 700;
}

h5, .h5 {
  font-size: 1.71429rem;
  color: #353535;
  font-weight: 500;
}

h6, .h6 {
  font-size: 1.28571rem;
  color: #317fe5;
  font-weight: 500;
}

p {
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  line-height: 1.6;
}

strong {
  font-weight: 700;
  color: #353535;
}

address {
  margin-bottom: 20px;
  font-weight: 300;
  line-height: 1.6;
}

/*-text-color-*/
.text-white {
  color: #ffffff;
}

.text-inverse {
  color: #999999;
}

.text-alpha {
  color: rgba(102, 102, 102, 0.8);
}

.text-dark {
  color: #556066;
}

.text-alpha-inverse {
  color: rgba(153, 153, 153, 0.8);
}

.text-gray-darkest {
  color: #2a3236;
}

.text-gray-darker {
  color: #555555;
}

.text-gray-dark {
  color: #556066;
}

.text-gray {
  color: #999999;
}

.text-gray-light {
  color: #aaaaaa;
}

.text-gray-lighter {
  color: #cccccc;
}

.text-muted {
  color: #455158;
}

.text-primary {
  color: #317fe5;
}

.text-success {
  color: #29a83e;
}

.text-info {
  color: #317fe5;
}

.text-warning {
  color: #f58220;
}

.text-danger {
  color: #e65445;
}

.text-color-second {
  color: #e65445;
}

.text-color-third {
  color: #12456d;
}

.text-color-fourth {
  color: #aadb1e;
}

.text-color-fifth {
  color: #43297e;
}

.icon-primary{color:#317fe5}
.icon-success{color:#29a83e}
.icon-info{color:#317fe5}
.icon-warning{color:#f58220}
.icon-danger{color:#e65445}
.icon-second{color:#e65445}
.icon-third{color:#12456d}
.icon-fourth{color:#aadb1e}
.icon-fifth{color:#43297e}


h1.text-inverse, .h1.text-inverse,
h2.text-inverse, .h2.text-inverse,
h3.text-inverse, .h3.text-inverse,
h4.text-inverse, .h4.text-inverse,
h5.text-inverse, .h5.text-inverse,
h6.text-inverse, .h6.text-inverse,
p.text-inverse {
  color: #ffffff;
}

h1.text-inverse::after, .h1.text-inverse::after,
h2.text-inverse::after, .h2.text-inverse::after,
h3.text-inverse::after, .h3.text-inverse::after,
h4.text-inverse::after, .h4.text-inverse::after,
h5.text-inverse::after, .h5.text-inverse::after,
h6.text-inverse::after, .h6.text-inverse::after,
p.text-inverse::after {
  border-color: #ffffff;
}

/*-Text-size-*/
.text-xs {
  font-size: 0.92857rem;
}

.text-sm {
  font-size: 1.14286rem;
}

.text-md {
  font-size: 1.28571rem;
}

.text-lg {
  font-size: 1.42857rem;
}

.text-xl {
  font-size: 2.14286rem;
}

/*--------Weight-------*/
.text-weight-100 {
  font-weight: 100;
}

.text-weight-200 {
  font-weight: 200;
}

.text-weight-300 {
  font-weight: 300;
}

.text-weight-400 {
  font-weight: 400;
}

.text-weight-500 {
  font-weight: 500;
}

.text-weight-600 {
  font-weight: 600;
}

.text-weight-700 {
  font-weight: 700;
}

.text-weight-800 {
  font-weight: 800;
}

.text-weight-900 {
  font-weight: 900;
}

/*-Text-align-*/
/*-----Fonts---*/
.font1 {
  font-family: "Open Sans", sans-serif;
}

.font2 {
  font-family: "Lato", sans-serif;
}

.font3 {
  font-family: "Lato", sans-serif;
}

/*---//Fonts---*/
/*----------------Line height-----------------------*/
.line-height-xxs {
  line-height: .4em;
}

.line-height-xs {
  line-height: 1em;
}

.line-height-sm {
  line-height: 1.3em;
}

.line-height-md {
  line-height: 1.5em;
}

.line-height-lg {
  line-height: 1.7em;
}

.line-height-xl {
  line-height: 1.9em;
}

.line-height-xxl {
  line-height: 2em;
}

/*-----------------------Icon-size-------------------*/
.icon-xs{font-size:24px}
.icon-sm{font-size:32px}
.icon-md{font-size:36px}
.icon-lg{font-size:42px}
.icon-xl{font-size:48px}




/*----------------//Line height---------------------*/
@media (max-width: 991px) {
  h1, .h1 {
    font-size: 2.70857rem;
  }

  h2, .h2 {
    font-size: 2.70857rem;
  }

  h3, .h3 {
    font-size: 2.03143rem;
  }

  h4, .h4 {
    font-size: 1.69286rem;
  }

  h5, .h5 {
    font-size: 1.35429rem;
  }

  .quote > p {
    font-size: 1.28571rem;
  }

  .text-center-991 {
    text-align: center;
  }

  .text-left-991 {
    text-align: left;
  }

  .text-right-991 {
    text-align: right;
  }

  .text-xs {
    font-size: 0.92857rem;
  }

  .text-sm {
    font-size: 1.02857rem;
  }

  .text-md {
    font-size: 1.01571rem;
  }

  .text-lg {
    font-size: 1.12857rem;
  }

  .text-xl {
    font-size: 1.71429rem;
  }
}
@media (max-width: 767px) {
  .text-center-767 {
    text-align: center;
  }

  .text-left-767 {
    text-align: left;
  }

  .text-right-767 {
    text-align: right;
  }

  h1, .h1 {
    font-size: 2.4rem;
  }

  h2, .h2 {
    font-size: 2.4rem;
  }

  h3, .h3 {
    font-size: 1.8rem;
  }

  h4, .h4 {
    font-size: 1.5rem;
  }

  h6, .h6 {
    font-size: 0.9rem;
  }

  .quote > p {
    font-size: 1.14286rem;
  }

  .text-lg {
    font-size: 1rem;
  }

  .text-xl {
    font-size: 1.47857rem;
  }
}
/*----------------Border------------*/
hr {
  border-color: #d3d3d3;
}

.border {
  border-style: solid;
}

.border-top {
  border-top-style: solid;
}

.border-right {
  border-right-style: solid;
}

.border-bottom {
  border-bottom-style: solid;
}

.border-left {
  border-left-style: solid;
}

.border-weight-xs {
  border-width: 1px;
}

.border-weight-sm {
  border-width: 2px;
}

.border-weight-md {
  border-width: 3px;
}

.border-weight-lg {
  border-width: 4px;
}

.border-weight-xl {
  border-width: 5px;
}

.border-primary {
  border-color: #317fe5;
}

.border-success {
  border-color: #29a83e;
}

.border-info {
  border-color: #317fe5;
}

.border-warning {
  border-color: #f58220;
}

.border-danger {
  border-color: #e65445;
}

.border-white {
  border-color: #ffffff;
}

.border-none {
  border: none !important;
}

/*----------------//Border------------*/
/*----------------underline------------*/
.underline::after {
  content: "";
  display: block;
  margin: 20px 0 15px;
  width: 100px;
  border-bottom: 4px solid #cccccc;
}

.underline-right::after {
  margin-left: auto;
  margin-right: 0;
}

.underline-center::after {
  margin-left: auto;
  margin-right: auto;
}

.underline-width-xl::after {
  border-width: 5px;
}

.underline-width-lg::after {
  border-width: 4px;
}

.underline-width-md::after {
  border-width: 3px;
}

.underline-width-sm::after {
  border-width: 2px;
}

.underline-width-xs::after {
  border-width: 1px;
}

.underline-primary::after {
  border-color: #317fe5;
}

.underline-success::after {
  border-color: #29a83e;
}

.underline-info::after {
  border-color: #317fe5;
}

.underline-warning::after {
  border-color: #f58220;
}

.underline-danger::after {
  border-color: #e65445;
}

.underline-white::after {
  border-color: #ffffff;
}

.underline-xs::after {
  width: 10%;
}

.underline-sm::after {
  width: 15%;
}

.underline-md::after {
  width: 20%;
}

.underline-lg::after {
  width: 25%;
}

.underline-xl::after {
  width: 30%;
}

/*--------------//underline------------*/
/*----------Border-radius-------------*/
.border-rdius-none {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}

.border-rdius-xs {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}

.border-rdius-sm {
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
}

.border-rdius-md {
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  -o-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
}

.border-rdius-lg {
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  -o-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
}

.border-rdius-xl {
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  -o-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
}

/*--------//Border-radius-------------*/
.fa-fw {
  height: 1.88571em;
  width: 1.88571em;
}

.fa-border-round {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  padding: 0.35em 0.25em 0.15em;
}

/*---------------Margin-----------*/
.margin-none {
  margin: 0;
}

.margin-left-none {
  margin-left: 0;
}

.margin-right-none {
  margin-right: 0;
}

.margin-top-none {
  margin-top: 0;
}

.margin-bottom-none {
  margin-bottom: 0;
}

.margin-xs {
  margin: 5px;
}

.margin-left-xs {
  margin-left: 5px;
}

.margin-right-xs {
  margin-right: 5px;
}

.margin-top-xs {
  margin-top: 5px;
}

.margin-bottom-xs {
  margin-bottom: 5px;
}

.margin-sm {
  margin: 10px;
}

.margin-left-sm {
  margin-left: 10px;
}

.margin-right-sm {
  margin-right: 10px;
}

.margin-top-sm {
  margin-top: 10px;
}

.margin-bottom-sm {
  margin-bottom: 10px;
}

.margin-md {
  margin: 15px;
}

.margin-left-md {
  margin-left: 15px;
}

.margin-right-md {
  margin-right: 15px;
}

.margin-top-md {
  margin-top: 15px;
}

.margin-bottom-md {
  margin-bottom: 15px;
}

.margin-lg {
  margin: 20px;
}

.margin-left-lg {
  margin-left: 20px;
}

.margin-right-lg {
  margin-right: 20px;
}

.margin-top-lg {
  margin-top: 20px;
}

.margin-bottom-lg {
  margin-bottom: 20px;
}

.margin-xl {
  margin: 25px;
}

.margin-left-xl {
  margin-left: 25px;
}

.margin-right-xl {
  margin-right: 25px;
}

.margin-top-xl {
  margin-top: 25px;
}

.margin-bottom-xl {
  margin-bottom: 25px;
}

.margin-vertical-none {
  margin-top: 0;
  margin-bottom: 0;
}

.margin-vertical-xs {
  margin-top: 5px;
  margin-bottom: 5px;
}

.margin-vertical-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}

.margin-vertical-md {
  margin-top: 15px;
  margin-bottom: 15px;
}

.margin-vertical-lg {
  margin-top: 20px;
  margin-bottom: 20px;
}

.margin-vertical-xl {
  margin-top: 25px;
  margin-bottom: 25px;
}

.margin-horizontal-none {
  margin-left: 0;
  margin-right: 0;
}

.margin-horizontal-xs {
  margin-left: 5px;
  margin-right: 5px;
}

.margin-horizontal-sm {
  margin-left: 10px;
  margin-right: 10px;
}

.margin-horizontal-md {
  margin-left: 15px;
  margin-right: 15px;
}

.margin-horizontal-lg {
  margin-left: 20px;
  margin-right: 20px;
}

.margin-horizontal-xl {
  margin-left: 25px;
  margin-right: 25px;
}

/*-------------//Margin-----------*/
/*---------------Padding--------------*/
.padding-none {
  padding: 0;
}

.padding-left-none {
  padding-left: 0;
}

.padding-right-none {
  padding-right: 0;
}

.padding-top-none {
  padding-top: 0;
}

.padding-bottom-none {
  padding-bottom: 0;
}

.padding-xs {
  padding: 5px;
}

.padding-left-xs {
  padding-left: 5px;
}

.padding-right-xs {
  padding-right: 5px;
}

.padding-top-xs {
  padding-top: 5px;
}

.padding-bottom-xs {
  padding-bottom: 5px;
}

.padding-sm {
  padding: 10px;
}

.padding-left-sm {
  padding-left: 10px;
}

.padding-right-sm {
  padding-right: 10px;
}

.padding-top-sm {
  padding-top: 10px;
}

.padding-bottom-sm {
  padding-bottom: 10px;
}

.padding-md {
  padding: 15px;
}

.padding-left-md {
  padding-left: 15px;
}

.padding-right-md {
  padding-right: 15px;
}

.padding-top-md {
  padding-top: 15px;
}

.padding-bottom-md {
  padding-bottom: 15px;
}

.padding-lg {
  padding: 20px;
}

.padding-left-lg {
  padding-left: 20px;
}

.padding-right-lg {
  padding-right: 20px;
}

.padding-top-lg {
  padding-top: 20px;
}

.padding-bottom-lg {
  padding-bottom: 20px;
}

.padding-xl {
  padding: 25px;
}

.padding-left-xl {
  padding-left: 25px;
}

.padding-right-xl {
  padding-right: 25px;
}

.padding-top-xl {
  padding-top: 25px;
}

.padding-bottom-xl {
  padding-bottom: 25px;
}

.padding-vertical-none {
  padding-top: 0;
  padding-bottom: 0;
}

.padding-vertical-xs {
  padding-top: 5px;
  padding-bottom: 5px;
}

.padding-vertical-sm {
  padding-top: 10px;
  padding-bottom: 10px;
}

.padding-vertical-md {
  padding-top: 20px;
  padding-bottom: 20px;
}

.padding-vertical-lg {
  padding-top: 40px;
  padding-bottom: 40px;
}

.padding-vertical-xl {
  padding-top: 60px;
  padding-bottom: 60px;
}

.padding-horizontal-none {
  padding-left: 0;
  padding-right: 0;
}

.padding-horizontal-xs {
  padding-left: 5px;
  padding-right: 5px;
}

.padding-horizontal-sm {
  padding-left: 10px;
  padding-right: 10px;
}

.padding-horizontal-md {
  padding-left: 15px;
  padding-right: 15px;
}

.padding-horizontal-lg {
  padding-left: 40px;
  padding-right: 40px;
}

.padding-horizontal-xl {
  padding-left: 60px;
  padding-right: 60px;
}

/*-------------//Padding--------------*/
@media (max-width: 991px) {
  /*---------------Margin-----------*/
  .margin-991-none {
    margin: 0;
  }

  .margin-991-left-none {
    margin-left: 0;
  }

  .margin-991-right-none {
    margin-right: 0;
  }

  .margin-991-top-none {
    margin-top: 0;
  }

  .margin-991-bottom-none {
    margin-bottom: 0;
  }

  .margin-991-xs {
    margin: 5px;
  }

  .margin-991-left-xs {
    margin-left: 5px;
  }

  .margin-991-right-xs {
    margin-right: 5px;
  }

  .margin-991-top-xs {
    margin-top: 5px;
  }

  .margin-991-bottom-xs {
    margin-bottom: 5px;
  }

  .margin-991-sm {
    margin: 10px;
  }

  .margin-991-left-sm {
    margin-left: 10px;
  }

  .margin-991-right-sm {
    margin-right: 10px;
  }

  .margin-991-top-sm {
    margin-top: 10px;
  }

  .margin-991-bottom-sm {
    margin-bottom: 10px;
  }

  .margin-991-md {
    margin: 15px;
  }

  .margin-991-left-md {
    margin-left: 15px;
  }

  .margin-991-right-md {
    margin-right: 15px;
  }

  .margin-991-top-md {
    margin-top: 15px;
  }

  .margin-991-bottom-md {
    margin-bottom: 15px;
  }

  .margin-991-lg {
    margin: 20px;
  }

  .margin-991-left-lg {
    margin-left: 20px;
  }

  .margin-991-right-lg {
    margin-right: 20px;
  }

  .margin-991-top-lg {
    margin-top: 20px;
  }

  .margin-991-bottom-lg {
    margin-bottom: 20px;
  }

  .margin-991-xl {
    margin: 25px;
  }

  .margin-991-left-xl {
    margin-left: 25px;
  }

  .margin-991-right-xl {
    margin-right: 25px;
  }

  .margin-991-top-xl {
    margin-top: 25px;
  }

  .margin-991-bottom-xl {
    margin-bottom: 25px;
  }

  .margin-991-vertical-none {
    margin-top: 0;
    margin-bottom: 0;
  }

  .margin-991-vertical-xs {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .margin-991-vertical-sm {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .margin-991-vertical-md {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .margin-991-vertical-lg {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .margin-991-vertical-xl {
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .margin-991-horizontal-none {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-991-horizontal-xs {
    margin-left: 5px;
    margin-right: 5px;
  }

  .margin-991-horizontal-sm {
    margin-left: 10px;
    margin-right: 10px;
  }

  .margin-991-horizontal-md {
    margin-left: 15px;
    margin-right: 15px;
  }

  .margin-991-horizontal-lg {
    margin-left: 30px;
    margin-right: 30px;
  }

  .margin-991-horizontal-xl {
    margin-left: 40px;
    margin-right: 40px;
  }

  /*---------------//Margin----------------------*/
  /*---------------Padding--------------*/
  .padding-991-none {
    padding: 0;
  }

  .padding-991-left-none {
    padding-left: 0;
  }

  .padding-991-right-none {
    padding-right: 0;
  }

  .padding-991-top-none {
    padding-top: 0;
  }

  .padding-991-bottom-none {
    padding-bottom: 0;
  }

  .padding-991-xs {
    padding: 5px;
  }

  .padding-991-left-xs {
    padding-left: 5px;
  }

  .padding-991-right-xs {
    padding-right: 5px;
  }

  .padding-991-top-xs {
    padding-top: 5px;
  }

  .padding-991-bottom-xs {
    padding-bottom: 5px;
  }

  .padding-991-sm {
    padding: 10px;
  }

  .padding-991-left-sm {
    padding-left: 10px;
  }

  .padding-991-right-sm {
    padding-right: 10px;
  }

  .padding-991-top-sm {
    padding-top: 10px;
  }

  .padding-991-bottom-sm {
    padding-bottom: 10px;
  }

  .padding-991-md {
    padding: 15px;
  }

  .padding-991-left-md {
    padding-left: 15px;
  }

  .padding-991-right-md {
    padding-right: 15px;
  }

  .padding-991-top-md {
    padding-top: 15px;
  }

  .padding-991-bottom-md {
    padding-bottom: 15px;
  }

  .padding-991-lg {
    padding: 20px;
  }

  .padding-991-left-lg {
    padding-left: 20px;
  }

  .padding-991-right-lg {
    padding-right: 20px;
  }

  .padding-991-top-lg {
    padding-top: 20px;
  }

  .padding-991-bottom-lg {
    padding-bottom: 20px;
  }

  .padding-991-xl {
    padding: 25px;
  }

  .padding-991-left-xl {
    padding-left: 25px;
  }

  .padding-991-right-xl {
    padding-right: 25px;
  }

  .padding-991-top-xl {
    padding-top: 25px;
  }

  .padding-991-bottom-xl {
    padding-bottom: 25px;
  }

  .padding-991-vertical-none {
    padding-top: 0;
    padding-bottom: 0;
  }

  .padding-991-vertical-xs {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .padding-991-vertical-sm {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .padding-991-vertical {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .padding-991-vertical-lg {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .padding-991-vertical-xl {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .padding-991-horizontal-none {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-991-horizontal-xs {
    padding-left: 5px;
    padding-right: 5px;
  }

  .padding-991-horizontal-sm {
    padding-left: 10px;
    padding-right: 10px;
  }

  .padding-991-horizontal-md {
    padding-left: 15px;
    padding-right: 15px;
  }

  .padding-991-horizontal-lg {
    padding-left: 20px;
    padding-right: 20px;
  }

  .padding-991-horizontal-xl {
    padding-left: 25px;
    padding-right: 25px;
  }

  /*-------------//Padding--------------*/
}
@media (max-width: 767px) {
  /*---------------Margin-----------*/
  .margin-767-none {
    margin: 0;
  }

  .margin-767-left-none {
    margin-left: 0;
  }

  .margin-767-right-none {
    margin-right: 0;
  }

  .margin-767-top-none {
    margin-top: 0;
  }

  .margin-767-bottom-none {
    margin-bottom: 0;
  }

  .margin-767-xs {
    margin: 5px;
  }

  .margin-767-left-xs {
    margin-left: 5px;
  }

  .margin-767-right-xs {
    margin-right: 5px;
  }

  .margin-767-top-xs {
    margin-top: 5px;
  }

  .margin-767-bottom-xs {
    margin-bottom: 5px;
  }

  .margin-767-sm {
    margin: 10px;
  }

  .margin-767-left-sm {
    margin-left: 10px;
  }

  .margin-767-right-sm {
    margin-right: 10px;
  }

  .margin-767-top-sm {
    margin-top: 10px;
  }

  .margin-767-bottom-sm {
    margin-bottom: 10px;
  }

  .margin-767-md {
    margin: 15px;
  }

  .margin-767-left-md {
    margin-left: 15px;
  }

  .margin-767-right-md {
    margin-right: 15px;
  }

  .margin-767-top-md {
    margin-top: 15px;
  }

  .margin-767-bottom-md {
    margin-bottom: 15px;
  }

  .margin-767-lg {
    margin: 20px;
  }

  .margin-767-left-lg {
    margin-left: 20px;
  }

  .margin-767-right-lg {
    margin-right: 20px;
  }

  .margin-767-top-lg {
    margin-top: 20px;
  }

  .margin-767-bottom-lg {
    margin-bottom: 20px;
  }

  .margin-767-xl {
    margin: 25px;
  }

  .margin-767-left-xl {
    margin-left: 25px;
  }

  .margin-767-right-xl {
    margin-right: 25px;
  }

  .margin-767-top-xl {
    margin-top: 25px;
  }

  .margin-767-bottom-xl {
    margin-bottom: 25px;
  }

  .margin-767-vertical-none {
    margin-top: 0;
    margin-bottom: 0;
  }

  .margin-767-vertical-xs {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .margin-767-vertical-sm {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .margin-767-vertical-md {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .margin-767-vertical-lg {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .margin-767-vertical-xl {
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .margin-767-horizontal-none {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-767-horizontal-xs {
    margin-left: 5px;
    margin-right: 5px;
  }

  .margin-767-horizontal-sm {
    margin-left: 10px;
    margin-right: 10px;
  }

  .margin-767-horizontal-md {
    margin-left: 15px;
    margin-right: 15px;
  }

  .margin-767-horizontal-lg {
    margin-left: 25px;
    margin-right: 25px;
  }

  .margin-767-horizontal-xl {
    margin-left: 35px;
    margin-right: 35px;
  }

  /*-------------//Margin----------------------*/
  /*---------------Padding--------------*/
  .padding-767-none {
    padding: 0;
  }

  .padding-767-left-none {
    padding-left: 0;
  }

  .padding-767-right-none {
    padding-right: 0;
  }

  .padding-767-top-none {
    padding-top: 0;
  }

  .padding-767-bottom-none {
    padding-bottom: 0;
  }

  .padding-767-xs {
    padding: 5px;
  }

  .padding-767-left-xs {
    padding-left: 5px;
  }

  .padding-767-right-xs {
    padding-right: 5px;
  }

  .padding-767-top-xs {
    padding-top: 5px;
  }

  .padding-767-bottom-xs {
    padding-bottom: 5px;
  }

  .padding-767-sm {
    padding: 10px;
  }

  .padding-767-left-sm {
    padding-left: 10px;
  }

  .padding-767-right-sm {
    padding-right: 10px;
  }

  .padding-767-top-sm {
    padding-top: 10px;
  }

  .padding-767-bottom-sm {
    padding-bottom: 10px;
  }

  .padding-767-md {
    padding: 15px;
  }

  .padding-767-left-md {
    padding-left: 15px;
  }

  .padding-767-right-md {
    padding-right: 15px;
  }

  .padding-767-top-md {
    padding-top: 15px;
  }

  .padding-767-bottom-md {
    padding-bottom: 15px;
  }

  .padding-767-lg {
    padding: 20px;
  }

  .padding-767-left-lg {
    padding-left: 20px;
  }

  .padding-767-right-lg {
    padding-right: 20px;
  }

  .padding-767-top-lg {
    padding-top: 20px;
  }

  .padding-767-bottom-lg {
    padding-bottom: 20px;
  }

  .padding-767-xl {
    padding: 25px;
  }

  .padding-767-left-xl {
    padding-left: 25px;
  }

  .padding-767-right-xl {
    padding-right: 25px;
  }

  .padding-767-top-xl {
    padding-top: 25px;
  }

  .padding-767-bottom-xl {
    padding-bottom: 25px;
  }

  .padding-767-vertical-none {
    padding-top: 0;
    padding-bottom: 0;
  }

  .padding-767-vertical-xs {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .padding-767-vertical-sm {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .padding-767-vertical-md {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .padding-767-vertical-lg {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .padding-767-vertical-xl {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .padding-767-horizontal-none {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-767-horizontal-xs {
    padding-left: 5px;
    padding-right: 5px;
  }

  .padding-767-horizontal-sm {
    padding-left: 10px;
    padding-right: 10px;
  }

  .padding-767-horizontal-md {
    padding-left: 15px;
    padding-right: 15px;
  }

  .padding-767-horizontal-lg {
    padding-left: 20px;
    padding-right: 20px;
  }

  .padding-767-horizontal-xl {
    padding-left: 25px;
    padding-right: 25px;
  }

  /*-------------//Padding--------------*/
}
@media (max-width: 480px) {
  /*---------------Margin-----------*/
  .margin-480-none {
    margin: 0;
  }

  .margin-480-left-none {
    margin-left: 0;
  }

  .margin-480-right-none {
    margin-right: 0;
  }

  .margin-480-top-none {
    margin-top: 0;
  }

  .margin-480-bottom-none {
    margin-bottom: 0;
  }

  .margin-480-xs {
    margin: 5px;
  }

  .margin-480-left-xs {
    margin-left: 5px;
  }

  .margin-480-right-xs {
    margin-right: 5px;
  }

  .margin-480-top-xs {
    margin-top: 5px;
  }

  .margin-480-bottom-xs {
    margin-bottom: 5px;
  }

  .margin-480-sm {
    margin: 10px;
  }

  .margin-480-left-sm {
    margin-left: 10px;
  }

  .margin-480-right-sm {
    margin-right: 10px;
  }

  .margin-480-top-sm {
    margin-top: 10px;
  }

  .margin-480-bottom-sm {
    margin-bottom: 10px;
  }

  .margin-480-md {
    margin: 15px;
  }

  .margin-480-left-md {
    margin-left: 15px;
  }

  .margin-480-right-md {
    margin-right: 15px;
  }

  .margin-480-top-md {
    margin-top: 15px;
  }

  .margin-480-bottom-md {
    margin-bottom: 15px;
  }

  .margin-480-lg {
    margin: 20px;
  }

  .margin-480-left-lg {
    margin-left: 20px;
  }

  .margin-480-right-lg {
    margin-right: 20px;
  }

  .margin-480-top-lg {
    margin-top: 20px;
  }

  .margin-480-bottom-lg {
    margin-bottom: 20px;
  }

  .margin-480-xl {
    margin: 25px;
  }

  .margin-480-left-xl {
    margin-left: 25px;
  }

  .margin-480-right-xl {
    margin-right: 25px;
  }

  .margin-480-top-xl {
    margin-top: 25px;
  }

  .margin-480-bottom-xl {
    margin-bottom: 25px;
  }

  .margin-480-vertical-none {
    margin-top: 0;
    margin-bottom: 0;
  }

  .margin-480-vertical-xs {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .margin-480-vertical-sm {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .margin-480-vertical-md {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .margin-480-vertical-lg {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .margin-480-vertical-xl {
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .margin-480-horizontal-none {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-480-horizontal-xs {
    margin-left: 5px;
    margin-right: 5px;
  }

  .margin-480-horizontal-sm {
    margin-left: 10px;
    margin-right: 10px;
  }

  .margin-480-horizontal-md {
    margin-left: 15px;
    margin-right: 15px;
  }

  .margin-480-horizontal-lg {
    margin-left: 20px;
    margin-right: 20px;
  }

  .margin-480-horizontal-xl {
    margin-left: 25px;
    margin-right: 25px;
  }

  /*-------------//Margin----------------------*/
  /*---------------Padding--------------*/
  .padding-480-none {
    padding: 0;
  }

  .padding-480-left-none {
    padding-left: 0;
  }

  .padding-480-right-none {
    padding-right: 0;
  }

  .padding-480-top-none {
    padding-top: 0;
  }

  .padding-480-bottom-none {
    padding-bottom: 0;
  }

  .padding-480-xs {
    padding: 5px;
  }

  .padding-480-left-xs {
    padding-left: 5px;
  }

  .padding-480-right-xs {
    padding-right: 5px;
  }

  .padding-480-top-xs {
    padding-top: 5px;
  }

  .padding-480-bottom-xs {
    padding-bottom: 5px;
  }

  .padding-480-sm {
    padding: 10px;
  }

  .padding-480-left-sm {
    padding-left: 10px;
  }

  .padding-480-right-sm {
    padding-right: 10px;
  }

  .padding-480-top-sm {
    padding-top: 10px;
  }

  .padding-480-bottom-sm {
    padding-bottom: 10px;
  }

  .padding-480-md {
    padding: 15px;
  }

  .padding-480-left {
    padding-left: 15px;
  }

  .padding-480-right {
    padding-right: 15px;
  }

  .padding-480-top {
    padding-top: 15px;
  }

  .padding-480-bottom {
    padding-bottom: 15px;
  }

  .padding-480-lg {
    padding: 20px;
  }

  .padding-480-left-lg {
    padding-left: 20px;
  }

  .padding-480-right-lg {
    padding-right: 20px;
  }

  .padding-480-top-lg {
    padding-top: 20px;
  }

  .padding-480-bottom-lg {
    padding-bottom: 20px;
  }

  .padding-480-xl {
    padding: 25px;
  }

  .padding-480-left-xl {
    padding-left: 25px;
  }

  .padding-480-right-xl {
    padding-right: 25px;
  }

  .padding-480-top-xl {
    padding-top: 25px;
  }

  .padding-480-bottom-xl {
    padding-bottom: 25px;
  }

  .padding-480-vertical-none {
    padding-top: 0;
    padding-bottom: 0;
  }

  .padding-480-vertical-xs {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .padding-480-vertical-sm {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .padding-480-vertical-md {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .padding-480-vertical-lg {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .padding-480-vertical-xl {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .padding-480-horizontal-none {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-480-horizontal-xs {
    padding-left: 5px;
    padding-right: 5px;
  }

  .padding-480-horizontal-sm {
    padding-left: 10px;
    padding-right: 10px;
  }

  .padding-480-horizontal {
    padding-left: 15px;
    padding-right: 15px;
  }

  .padding-480-horizontal-lg {
    padding-left: 20px;
    padding-right: 20px;
  }

  .padding-480-horizontal-xl {
    padding-left: 25px;
    padding-right: 25px;
  }

  /*-------------//Padding--------------*/
}
/*------shortcodes-menu-----*/
.shortcodes-menu {
  list-style-type: none;
  padding: 0;
  margin-top: 30px;
}

.shortcodes-menu > li > a {
  border: 1px solid #ccc;
  border-top: none;
  color: #353535;
  text-transform: uppercase;
  display: block;
  font-size: 12px;
  padding: 10px 15px;
  transition: 0.3s;
  color: #353535;
}

.shortcodes-menu > li:first-child a {
  border: 1px solid #ccc;
}

.shortcodes-menu li a:hover,
.shortcodes-menu li a:focus,
.shortcodes-menu li a:hover,
.shortcodes-menu li a.active {
  color: #fff;
  background-color: #317fe5;
  text-decoration: none;
}

/*------//shortcodes-menu---*/
@media (max-width: 991px) {
  .container {
    width: 100%;
  }

  .pull-left-991 {
    float: left !important;
  }

  .pull-right-991 {
    float: left !important;
  }

  .pull-none-991 {
    float: none !important;
  }
}
@media (max-width: 768px) {
  .hidden-768 {
    display: none;
  }
}
@media (max-width: 767px) {
  .pull-left-767 {
    float: left !important;
  }

  .pull-right-767 {
    float: left !important;
  }

  .pull-none-767 {
    float: none !important;
  }
}
@media (max-width: 600px) {
  .hidden-600 {
    display: none;
  }
}
@media (max-width: 480px) {
  .hidden-480 {
    display: none;
  }
}

/*# sourceMappingURL=theme-inroads.css.map */
