/*!************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./css/SearchBar.css ***!
  \************************************************************************************************************/
/* search box */
.button_box2 {
  margin-top: 20px;
  margin-bottom: 200px; }

.admin_query_box {
  margin-top: 20px;
  margin-bottom: 50px; }

/*-------------------------------------*/
.cf:before, .cf:after {
  content: "";
  display: table; }

.cf:after {
  clear: both; }

.cf {
  zoom: 1; }

/*-------------------------------------*/
.instructions {
  color: white;
  padding-top: 5px; }

.width-wrapper {
  width: 100%;
  height: 60px;
  display: flex; }

.admin-width-wrapper {
  width: 100%;
  height: 40px;
  display: flex; }

/* #555 */
.form-wrapper-2 {
  width: 100%;
  padding: 15px;
  background: #050717a6;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.4) inset, 0 1px 0 rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.4) inset, 0 1px 0 rgba(255, 255, 255, 0.2);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.4) inset, 0 1px 0 rgba(255, 255, 255, 0.2); }

.form-wrapper-2 .width-wrapper input {
  width: 100%;
  height: 60px;
  padding: 10px 5px;
  float: left;
  font: 25px 'Source Sans Pro', sans-serif;
  border: 0;
  background: #eee;
  -moz-border-radius: 3px 0 0 3px;
  -webkit-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px; }

.form-wrapper-2 .width-wrapper input:focus {
  outline: 0;
  background: #fff;
  -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.8) inset;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.8) inset;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.8) inset; }

.form-wrapper-2 .width-wrapper input::-webkit-input-placeholder {
  color: #999;
  font-weight: normal;
  font-style: italic; }

.form-wrapper-2 .width-wrapper input:-moz-placeholder {
  color: #999;
  font-weight: normal;
  font-style: italic; }

.form-wrapper-2 .width-wrapper input:-ms-input-placeholder {
  color: #999;
  font-weight: normal;
  font-style: italic; }

.form-wrapper-2 .width-wrapper button {
  overflow: visible;
  position: relative;
  float: right;
  border: 0;
  padding: 0;
  cursor: pointer;
  height: 60px;
  width: 110px;
  font: bold 15px/40px 'Raleway', sans-serif;
  color: #fff;
  text-transform: uppercase;
  background: #f9333f;
  -moz-border-radius: 0 3px 3px 0;
  -webkit-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3); }

.form-wrapper-2 .width-wrapper button:hover {
  background: #4dbbff; }

.form-wrapper-2 .width-wrapper button:active,
.form-wrapper-2 .width-wrapper button:focus {
  background: #f9333f; }

.form-wrapper-2 .width-wrapper button:before {
  content: '';
  position: absolute;
  border-width: 8px 8px 8px 0;
  border-style: solid solid solid none;
  border-color: transparent #f9333f transparent;
  top: 20px;
  left: -6px; }

.form-wrapper-2 .width-wrapper button:hover:before {
  border-right-color: #4dbbff; }

.form-wrapper-2 .width-wrapper button:focus:before {
  border-right-color: #c42f2f; }

.form-wrapper-2 .width-wrapper button::-moz-focus-inner {
  border: 0;
  padding: 0; }

.admin-query-wrapper {
  width: 100%;
  padding: 4px;
  background: #2222223b;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px; }

.admin-query-wrapper .admin-width-wrapper input {
  width: 100%;
  height: 40px;
  padding: 10px 5px;
  float: left;
  font: 20px 'Source Sans Pro', sans-serif;
  border: 0;
  background: #eee;
  -moz-border-radius: 3px 0 0 3px;
  -webkit-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px; }

.admin-query-wrapper .admin-width-wrapper input:focus {
  outline: 0;
  background: #fff;
  -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.8) inset;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.8) inset;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.8) inset; }

.admin-query-wrapper .admin-width-wrapper input::-webkit-input-placeholder {
  color: #999;
  font-weight: normal;
  font-style: italic; }

.admin-query-wrapper .admin-width-wrapper input:-moz-placeholder {
  color: #999;
  font-weight: normal;
  font-style: italic; }

.admin-query-wrapper .admin-width-wrapper input:-ms-input-placeholder {
  color: #999;
  font-weight: normal;
  font-style: italic; }

.admin-query-wrapper .admin-width-wrapper button {
  overflow: visible;
  position: relative;
  float: right;
  border: 0;
  padding: 0;
  cursor: pointer;
  height: 40px;
  width: 110px;
  font: bold 15px/40px 'Raleway', sans-serif;
  color: #fff;
  text-transform: uppercase;
  background: #f9333f;
  -moz-border-radius: 0 3px 3px 0;
  -webkit-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3); }

.admin-query-wrapper .admin-width-wrapper button:hover {
  background: #4dbbff; }

.admin-query-wrapper .admin-width-wrapper button:active,
.admin-query-wrapper .admin-width-wrapper button:focus {
  background: #f9333f; }

.admin-query-wrapper .admin-width-wrapper button:before {
  content: '';
  position: absolute;
  border-width: 8px 8px 8px 0;
  border-style: solid solid solid none;
  border-color: transparent #f9333f transparent;
  top: 12px;
  left: -6px; }

.admin-query-wrapper .admin-width-wrapper button:hover:before {
  border-right-color: #4dbbff; }

.admin-query-wrapper .admin-width-wrapperbutton:focus:before {
  border-right-color: #c42f2f; }

.admin-query-wrapper .admin-width-wrapper button::-moz-focus-inner {
  border: 0;
  padding: 0; }

/*!******************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./css/source-sans-pro.css ***!
  \******************************************************************************************************************/
@font-face {
  font-family: 'Source Sans Pro';
  font-display: swap;
  font-weight: 200;
  font-style: normal;
  font-stretch: normal;
  src: url(/img/SourceSansPro-ExtraLight.ttf.5edb0990cb43ec9bafb8.woff2) format("woff2"); }

@font-face {
  font-family: 'Source Sans Pro';
  font-display: swap;
  font-weight: 200;
  font-style: italic;
  font-stretch: normal;
  src: url(/img/SourceSansPro-ExtraLightIt.ttf.97fe0eebfdd152f7b499.woff2) format("woff2"); }

@font-face {
  font-family: 'Source Sans Pro';
  font-display: swap;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  src: url(/img/SourceSansPro-Light.ttf.8835b1108ce8188deff8.woff2) format("woff2"); }

@font-face {
  font-family: 'Source Sans Pro';
  font-display: swap;
  font-weight: 300;
  font-style: italic;
  font-stretch: normal;
  src: url(/img/SourceSansPro-LightIt.ttf.9424ad3f683c9a5a5c75.woff2) format("woff2"); }

@font-face {
  font-family: 'Source Sans Pro';
  font-display: swap;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  src: url(/img/SourceSansPro-Regular.ttf.7b9d00a3bbdf9cbd61e2.woff2) format("woff2"); }

@font-face {
  font-family: 'Source Sans Pro';
  font-display: swap;
  font-weight: 400;
  font-style: italic;
  font-stretch: normal;
  src: url(/img/SourceSansPro-It.ttf.908e2cef05212cb71b3d.woff2) format("woff2"); }

@font-face {
  font-family: 'Source Sans Pro';
  font-display: swap;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  src: url(/img/SourceSansPro-Semibold.ttf.712bbf0d6d466fa7245b.woff2) format("woff2"); }

@font-face {
  font-family: 'Source Sans Pro';
  font-display: swap;
  font-weight: 600;
  font-style: italic;
  font-stretch: normal;
  src: url(/img/SourceSansPro-SemiboldIt.ttf.da57122c34ed6fa52a23.woff2) format("woff2"); }

@font-face {
  font-family: 'Source Sans Pro';
  font-display: swap;
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  src: url(/img/SourceSansPro-Bold.ttf.ac3c0d6660d55a57bacf.woff2) format("woff2"); }

@font-face {
  font-family: 'Source Sans Pro';
  font-display: swap;
  font-weight: 700;
  font-style: italic;
  font-stretch: normal;
  src: url(/img/SourceSansPro-BoldIt.ttf.964fada96abed2b04cc9.woff2) format("woff2"); }

@font-face {
  font-family: 'Source Sans Pro';
  font-display: swap;
  font-weight: 900;
  font-style: normal;
  font-stretch: normal;
  src: url(/img/SourceSansPro-Black.ttf.5de9284534ba6d7076c7.woff2) format("woff2"); }

@font-face {
  font-family: 'Source Sans Pro';
  font-display: swap;
  font-weight: 900;
  font-style: italic;
  font-stretch: normal;
  src: url(/img/SourceSansPro-BlackIt.ttf.41b74324bfe1f53a495f.woff2) format("woff2"); }

/*!*****************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./css/shortcodes/footer.css ***!
  \*****************************************************************************/
/*------------------------------------------------------------------
    footer
-------------------------------------------------------------------*/


#footer.gray {
    background: #f5f5f5;
    padding: 80px 0;
}

#footer.dark {
    background: #222;
}

#footer.gray  .sub-title {
    font-size: 12px;
    color: #222;
    letter-spacing: 2px;
    margin: 15px 0;
}

#footer.dark  .sub-title {
    font-size: 12px;
    color: #ffffff;
    letter-spacing: 2px;
    margin: 15px 0;
}

#footer.gray  .social-link  a {
    display: inline-block;
    font-size: 20px;
    color: #222;
    margin: 10px;
}

#footer.dark  .social-link  a {
    display: inline-block;
    font-size: 20px;
    /*color: #ffffff;*/
    margin: 4px;
}


#footer.gray  .social-link.circle a {
    /*border: 1px solid #222;
    width: 40px;*/
    height: 40px;
    border-radius: 50%;
    line-height: 40px;
    text-align: center;
}

#footer.dark  .social-link.circle a {
    /*border: 1px solid #fff;
    width: 40px;*/
    height: 40px;
    border-radius: 50%;
    line-height: 40px;
    text-align: center;
}


#footer.gray  .social-link.circle a:hover {
    background: #222;
    color: #fff;
    border: 1px solid transparent;
}

/*
#footer.dark  .social-link.circle a:hover {
    background: #fff;
    color: #222;
    border: 1px solid transparent;
}
*/

#footer.gray  .copyright {
    font-size: 14px;
    color: #000;
    letter-spacing: 2px;
}

#footer.dark  .copyright {
    font-size: 14px;
    color: #fff;
    letter-spacing: 2px;
}

#footer.gray  .copyright-sub-title {
    font-size: 12px;
    letter-spacing: 2px;
}

.footer-logo {
    display: block;
    width: 100%;
    max-width: 200px;
}

/*------------------------------------------------------------------
    footer 2
-------------------------------------------------------------------*/

.f-link,
#footer.dark h5 {
    color: #fff;
}

#footer.dark h5 {
    letter-spacing: 1px;
}

#footer.dark {
    color: #6f7273;
}

#footer.dark .primary-footer {
    background: #222222;
    padding: 80px 0;
}

#footer .f-list, .r-work {
    padding: 0;
    margin: 0;
    list-style: none;
}

#footer .f-list li a {
    line-height: 45px;
    color: #a2a2a2;
    display: block;
}

#footer .f-list li  {
    border-bottom: 1px solid #333333;
}

/* #footer .f-list li a:before {
    content:"\f105";
    font-family: 'fontawesome';
    padding-right: 15px;
} */

.r-work li a {
    float: left;
    margin: 0 10px 10px 0;
}

.r-work li a {
    width: 55px;
    height: 55px;
}

.r-work li a img{
    width: 100%;
    height: auto;
}


#footer.dark .secondary-footer {
    background: #1b1b1b;
    padding: 35px 0;
    border-top:1px solid #2c2c2c ;
    display: inline-block;
    width: 100%;
    font-weight: normal;
}


/* #footer.dark .secondary-footer .social-link  a { */
/*     display: inline-block; */
/*     font-size: 20px; */
/*     color: #5a5a5a; */
/*     margin:0 0 0 15px; */
/* } */


/* #footer.dark .secondary-footer .social-link.circle  a{ */
/*     border: 1px solid #5a5a5a; */
/*     width: 35px; */
/*     height: 35px; */
/*     border-radius: 50%; */
/*     line-height: 35px; */
/*     text-align: center; */
/* } */

/* #footer.dark .secondary-footer .social-link.circle  a:hover{ */
/*     background: #5a5a5a; */
/*     color: #fff; */
/*     border: 1px solid transparent; */
/* } */

#footer.dark .secondary-footer .social-link a svg.svg-inline--fa.fa-facebook-f {
    display: inline-block;
    font-size: 18px;
    color: #3b5998;
    margin:0 0 0 15px;
    padding: 5px;
}


#footer.dark .secondary-footer .social-link.circle a svg.svg-inline--fa.fa-facebook-f {
    border: 1px solid #3b5998;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    line-height: 35px;
    text-align: center;
}

#footer.dark .secondary-footer .social-link.circle a:hover svg.svg-inline--fa.fa-facebook-f {
    background: #3b5998;
    color: #fff;
    border: 1px solid transparent;
}

#footer.dark .secondary-footer .social-link a svg.svg-inline--fa.fa-twitter {
    display: inline-block;
    font-size: 20px;
    color: #55acee;
    margin:0 0 0 15px;
    padding: 5px;
}


#footer.dark .secondary-footer .social-link.circle a svg.svg-inline--fa.fa-twitter {
    border: 1px solid #55acee;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    line-height: 35px;
    text-align: center;

}

#footer.dark .secondary-footer .social-link.circle a:hover svg.svg-inline--fa.fa-twitter {
    background: #55acee;
    color: #fff;
    border: 1px solid transparent;
}

#footer.dark .secondary-footer .social-link a svg.svg-inline--fa.fa-instagram {
    display: inline-block;
    font-size: 20px;
    color: #3f729b;
    margin:0 0 0 15px;
    padding: 5px;
}


#footer.dark .secondary-footer .social-link.circle a svg.svg-inline--fa.fa-instagram {
    border: 1px solid #3f729b;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    line-height: 35px;
    text-align: center;
}

#footer.dark .secondary-footer .social-link.circle a:hover svg.svg-inline--fa.fa-instagram {
    background: #3f729b;
    color: #fff;
    border: 1px solid transparent;
}

#footer.dark .secondary-footer .social-link a svg.svg-inline--fa.fa-flickr  {
    display: inline-block;
    font-size: 20px;
    color: #ff0084;
    margin:0 0 0 15px;
    padding: 5px;
}


#footer.dark .secondary-footer .social-link.circle a svg.svg-inline--fa.fa-flickr {
    border: 1px solid #ff0084;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    line-height: 35px;
    text-align: center;
}

#footer.dark .secondary-footer .social-link.circle a:hover svg.svg-inline--fa.fa-flickr {
    background: #ff0084;
    color: #fff;
    border: 1px solid transparent;
}





/*------------------------------------------------------------------
    footer 3
-------------------------------------------------------------------*/

.footer-3, .footer-4 {
    position: relative;
}

.footer-3 .f-logo-center {
    text-align: center;
    position: absolute;
    top: -50px;
    background-color: #fff;
    padding: 20px;
    left: 50%;
    margin-left: -3%;
    border: 5px solid #f5f5f5;
}


.footer-4 .f-logo-center {
    text-align: center;
    position: absolute;
    top: -50px;
    background-color: #fff;
    padding: 20px;
    left: 50%;
    margin-left: -5%;
    border: 5px solid #222;
}


.footer-4.dark {
    background: #222222;
    padding: 80px 0;
}



.footer-4.dark .social-link  a {
    display: inline-block;
    font-size: 20px;
    color: #fff;
    margin: 10px;
}


.footer-4.dark  .social-link.circle a {
    border: 1px solid #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    line-height: 40px;
    text-align: center;
}

.footer-4.dark  .social-link.circle a:hover {
    background: #fff;
    color: #222;
    border: 1px solid transparent;
}

.footer-4.dark  .copyright {
    font-size: 14px;
    color: #fff;
    letter-spacing: 2px;
}

.footer-4.dark  .copyright-sub-title {
    font-size: 12px;
    letter-spacing: 2px;
    color: #d0d0d0;
}

.gray .border-top {
    border-top:1px dashed rgba(0,0,0,0.1);
    padding-top: 40px;
}

.dark .border-top {
    border-top:1px dashed rgba(255,255,255,0.2);
    padding-top: 40px;
}

.short-pad {
    padding: 40px 0 !important;
}

/*!*********************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./css/shortcodes/page-title.css ***!
  \*********************************************************************************/
/*------------------------------------------------------------------
    page title
-------------------------------------------------------------------*/


.page-title {
    position: relative;
    padding: 50px 0;
    background-color: #F5F5F5;
}


.page-title h1,
.page-title h2,
.page-title h3,
.page-title h4,
.page-title h5{
    margin-bottom: 0px;
    letter-spacing: 2px;
    font-weight: normal;
}

.page-title span {
    margin-top: 5px;
    display: block;
    color: #929294;
}


.page-title .container {
    position: relative;
}


.page-title .breadcrumb {
    position: absolute;
    background-color: transparent;
    width: auto;
    top: 50%;
    left: auto;
    right: 30px ;
    margin: -10px 0 0 0;
    padding: 0;
    font-size: 12px;
}

.page-title .breadcrumb li {
    letter-spacing: 1px;
}

.page-title .breadcrumb.box {
    background: rgba(0,0,0,.5);
    padding: 15px;
    margin-top: -20px;
}


.page-title .breadcrumb.box a:hover {
    color: #fff;
}


/* ----------------------------------------------------------------
	dark page title
-----------------------------------------------------------------*/

.page-title.dark {
    background: #222;
}


.page-title.dark h1,
.page-title.dark h2,
.page-title.dark h3,
.page-title.dark h4,
.page-title.dark h5,
.page-title.dark .breadcrumb>.active{
    color: #fff;
}

.page-title.dark span {
    color: #7e7e7e;
}

.page-title.dark .breadcrumb>li+li:before {
    /*color: #7e7e7e;*/
}


.page-title.dark .breadcrumb li > a:hover {
    color: #fff;
}

/* ----------------------------------------------------------------
	no background page title
-----------------------------------------------------------------*/

.page-title.no-bg {
    background: none;
    border-top:1px solid #f5f5f5;
    border-bottom:1px solid #f5f5f5;
}


/* ----------------------------------------------------------------
	 background page title
-----------------------------------------------------------------*/

/* .page-title.background-title { */
/*     background-image: url(../../img/parallax/1.jpg); */
/*     background-position: 50% 0; */
/*     background-size: cover; */
/*     background-attachment: fixed; */
/*     background-repeat: no-repeat; */
/*     padding: 200px 0; */
/*     height: auto; */
/* } */



/* ----------------------------------------------------------------
	 big background page title
-----------------------------------------------------------------*/

/* .page-title.banner-background { */
/*     background-image: url(../../img/about/02.jpg); */
/*     background-position: 50% 0; */
/*     background-size: cover; */
/*     background-attachment: fixed; */
/*     background-repeat: no-repeat; */
/*     padding: 200px 0; */
/*     height: 630px; */
/* } */


/* ----------------------------------------------------------------
	 parallax page title
-----------------------------------------------------------------*/

/* .page-title.parallax-title { */
/*     background-image: url(../../img/parallax/2.jpg); */
/*     background-position: 50% 0; */
/*     background-size: cover; */
/*     background-attachment: fixed; */
/*     background-repeat: no-repeat; */
/*     padding: 200px 0; */
/*     height: auto; */
/* } */


/* ----------------------------------------------------------------
	 pattern page title
-----------------------------------------------------------------*/

/* .page-title.pattern-title { */
/*     background-image: url(../../img/pattern.png); */
/*     background-repeat: repeat; */
/*     height: auto; */
/* } */


/* ----------------------------------------------------------------
	 mini page title
-----------------------------------------------------------------*/

.page-title.mini-title {
    padding: 25px 0;
}


/* ----------------------------------------------------------------
	 center page title
-----------------------------------------------------------------*/

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

.page-title.page-title-center .breadcrumb {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    margin: 20px 0 0 0;
}


/* ----------------------------------------------------------------
	 right page title
-----------------------------------------------------------------*/

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

.page-title.page-title-right .breadcrumb {
    left: 30px;
    right: auto;
}


/*!***********************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./css/shortcodes/featured-box.css ***!
  \***********************************************************************************/
/*------------------------------------------------------------------
    featured border boxes
-------------------------------------------------------------------*/
.events-list {
  line-height: 1;
}

.featured-item .icon {
  padding: 0 0 30px 0;
}

.featured-item .icon i {
  font-size: 36px;
}

.featured-item .title h4 {
  margin-bottom: 5px;
  letter-spacing: 1px;
  font-weight: 600;
  font-size: 18px;
}

.featured-item .desc {
  color: #3c3b3b;
  line-height: 2;
}

.featured-item.border-box {
  border: 1px solid #f2f2f2;
  padding: 50px;
  margin-left: -1px;
  margin-bottom: -1px;
}

.featured-item.border-box:hover {
  border: 1px solid transparent;
  background: #222222;
  color: #7e7e7e;
}

.featured-item.border-box:hover h4 {
  color: #fff;
}

.featured-item.border-box,
.featured-item.border-box:hover,
.featured-item.border-box h4,
.featured-item.border-box:hover h4,
.featured-item.border-box
  .icon
  i
  .featured-item.border-box:hover
  .icon
  i {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.feature-box-grid {
  padding-left: 15px;
  padding-right: 15px;
}

.feature-box-grid .col-lg-1,
.feature-box-grid .col-lg-10,
.feature-box-grid .col-lg-11,
.feature-box-grid .col-lg-12,
.feature-box-grid .col-lg-2,
.feature-box-grid .col-lg-3,
.feature-box-grid .col-lg-4,
.feature-box-grid .col-lg-5,
.feature-box-grid .col-lg-6,
.feature-box-grid .col-lg-7,
.feature-box-grid .col-lg-8,
.feature-box-grid .col-lg-9,
.feature-box-grid .col-md-1,
.feature-box-grid .col-md-10,
.feature-box-grid .col-md-11,
.feature-box-grid .col-md-12,
.feature-box-grid .col-md-2,
.feature-box-grid .col-md-3,
.feature-box-grid .col-md-4,
.feature-box-grid .col-md-5,
.feature-box-grid .col-md-6,
.feature-box-grid .col-md-7,
.feature-box-grid .col-md-8,
.feature-box-grid .col-md-9,
.feature-box-grid .col-sm-1,
.feature-box-grid .col-sm-10,
.feature-box-grid .col-sm-11,
.feature-box-grid .col-sm-12,
.feature-box-grid .col-sm-2,
.feature-box-grid .col-sm-3,
.feature-box-grid .col-sm-4,
.feature-box-grid .col-sm-5,
.feature-box-grid .col-sm-6,
.feature-box-grid .col-sm-7,
.feature-box-grid .col-sm-8,
.feature-box-grid .col-sm-9,
.feature-box-grid .col-xs-1,
.feature-box-grid .col-xs-10,
.feature-box-grid .col-xs-11,
.feature-box-grid .col-xs-12,
.feature-box-grid .col-xs-2,
.feature-box-grid .col-xs-3,
.feature-box-grid .col-xs-4,
.feature-box-grid .col-xs-5,
.feature-box-grid .col-xs-6,
.feature-box-grid .col-xs-7,
.feature-box-grid .col-xs-8,
.feature-box-grid .col-xs-9 {
  padding-left: 0px;
  padding-right: 0px;
}

/* ----------------------------------------------------------------
    feature parallax
-----------------------------------------------------------------*/

.feature-parallax {
  /*     background-image: url("../../img/parallax/2.jpg"); */
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
}

.feature-parallax .page-content {
  padding: 100px 0;
}

.feature-parallax.dark,
.feature-parallax.dark .featured-item .title h4,
.feature-parallax.dark .featured-item .desc {
  color: #fff;
}

.featured-item .bottom-border i {
  border-bottom: 2px solid;
  padding-bottom: 30px;
  display: inline-block;
}

/* ----------------------------------------------------------------
    feature outline
-----------------------------------------------------------------*/

.featured-item.feature-outline {
  position: relative;
  padding: 0 0 0 80px;
}

.featured-item.feature-outline .icon {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

/* ----------------------------------------------------------------
    feature border box
-----------------------------------------------------------------*/

.feature-border-box {
  border: 1px solid #e9e9e9;
  padding: 30px;
  position: relative;
  border-radius: 4px;
}

.feature-border-box,
.feature-border-box:hover .icon {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.feature-border-box .icon {
  position: absolute;
  top: -30px;
  left: 30px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  background: #222222;
  border-radius: 4px;
  text-align: center;
  box-shadow: 0 0 0px 10px #fff;
}

.featured-item.feature-border-box .icon i {
  color: #fff;
  font-size: 30px;
  line-height: 60px;
}

.feature-border-box .title {
  margin-top: 30px;
  display: inline-block;
}

/* ----------------------------------------------------------------
    feature bg box
-----------------------------------------------------------------*/

.feature-bg-box {
  padding: 30px;
  position: relative;
  border-radius: 4px;
  margin-bottom: 100px;
}

.gray-bg {
  background: #f6f6f6;
}

.feature-bg-box,
.feature-bg-box:hover .icon {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.feature-bg-box .icon {
  position: absolute;
  top: -40px;
  left: 50%;
  width: 80px;
  height: 80px;
  margin-left: -40px;
  line-height: 80px;
  background: #fff;
  border-radius: 50%;
  text-align: center;
  box-shadow: 0 0 0px 5px #f6f6f6;
}

.featured-item.feature-bg-box .icon i {
  color: #808184;
  font-size: 30px;
  line-height: 80px;
}

.feature-bg-box .title {
  margin-top: 40px;
  display: inline-block;
}

/**/

.featured-box .one-third {
  width: 33.3333333%;
  float: left;
  padding: 10px 0px;
}

.featured-box .one-third:nth-child(2) {
  padding: 10px 10px;
}

.featured-box .one-third .featured-item {
  padding: 15% 20%;
  min-height: 360px;
}

.featured-box .one-third .featured-item,
.featured-box .one-third .featured-item h4,
.featured-box .one-third .featured-item .desc {
  color: #fff;
}

.color-1 {
  background: #a8babc;
}

.color-2 {
  background: #a0aa95;
}

.color-3 {
  background: #c5c2be;
}

.height-fix {
  height: 300px;
}

.featured-item .number {
  color: #313056; /*e1e1e1*/
  font-size: 36px;
  /*font-family: 'Abel', sans-serif;*/
  font-weight: normal;
}

.featured-item.feature-outline.right {
  position: relative;
  padding: 0 80px 0 0;
}

.featured-item.feature-outline.right .icon {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
}

/*!***************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./css/shortcodes/toggle-accordion.css ***!
  \***************************************************************************************/
/*------------------------------------------------------------------
    accordions
-------------------------------------------------------------------*/


.accordion > dt{
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.2em;
}

.accordion.time-line > dt > a{
    background: none;
}
.accordion > dt > a{
    display: block;
    position: relative;
    color: #222222;
    text-decoration: none;
    padding: 14px 20px;
    border: 1px solid #e8e8e8;
    background: #e8e8e8;
    /*font-family: 'Abel', sans-serif;*/
    letter-spacing: 2px;

}

.accordion > dt > a:hover {
    text-decoration: none;
}

.accordion > dt > a:hover,
.accordion > dt > a.active{
    color: #fff;
    border-color: #222;
    background: #222;
    cursor: pointer;
}

.accordion > dt > a:after {
    content: "\e648";
    width: 15px;
    height: 15px;
    margin-top: -8px;
    position: absolute;
    top: 50%;
    right: 10px;
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    font-size: 16px;
    line-height: 15px;
    text-align: center;
    color: #696969;
    -webkit-font-smoothing: antialiased;
}

.accordion > dt > a.active:after,
.accordion > dt > a.active:hover:after{

    content: "\e641";
    color: #fff;
}

.accordion > dt > a:hover:after{
    color: #fff;
}

.accordion > dd{
    margin-bottom: 10px;
    padding: 10px 20px 20px;
    font-size: 14px;
    line-height: 1.8;
    color: #777;
}


.accordion > dt > a,
.accordion > dt > a:after,
.toggle > dt > a,
.toggle > dt > a:after {
    -webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}


/*------------------------------------------------------------------
    timeline accordions
-------------------------------------------------------------------*/

dl.accordion.time-line {
    position: relative;
}

dl.accordion.time-line:before {
    border-left: 1px dashed #cecece;
    bottom: 10px;
    content: "";
    left: 15px;
    position: absolute;
    top: 25px;
    z-index: 0;
}

.accordion.time-line > dd {
    margin-bottom: 10px;
    padding: 10px 20px 20px 40px;
    font-size: 14px;
    line-height: 1.8;
    color: #777;
}

.accordion.time-line > dt > a:after {
    content: "\e648";
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin-top: -15px;
    position: absolute;
    top: 50%;
    left: 0;
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: bold;
    font-variant: normal;
    text-transform: none;
    font-size: 20px;
    text-align: center;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    background: #222;
    padding-left: 3px;
}

.accordion.time-line > dt > a.active:after,
.accordion.time-line > dt > a.active:hover:after {
    content: "\e641";
    color: #fff;
}


.accordion.time-line > dt > a {
    display: block;
    position: relative;
    color: #222222;
    text-decoration: none;
    padding: 14px 20px 14px 40px;
    border:none;
    /*font-family: 'Abel', sans-serif;*/
    letter-spacing: 2px;
}

.accordion.time-line > dt > a:hover,
.accordion.time-line > dt > a.active {
    background: none !important;
}


/*------------------------------------------------------------------
    Toggle
-------------------------------------------------------------------*/

.toggle > dt{
    margin-bottom: 10px;
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.2em;
}

.toggle > dt > a {
    display: block;
    position: relative;
    color: #222222;
    text-decoration: none;
    padding: 14px 20px;
    border: 1px solid #e8e8e8;
    background: #e8e8e8;
    /*font-family: 'Abel', sans-serif;*/
    letter-spacing: 3px;
}

.toggle.time-line > dt > a {
    background: none;
}

.toggle > dt > a:hover{
    text-decoration: none;
}

.toggle > dt > a:hover,
.toggle > dt > a.active{
    color: #fff;
    border-color: #222;
    background: #222;
    cursor: pointer;
}

.toggle > dt > a:after {
    content: "\e648";
    width: 15px;
    height: 15px;
    margin-top: -8px;
    position: absolute;
    top: 50%;
    right: 10px;
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    font-size: 15px;
    line-height: 15px;
    text-align: center;
    color: #696969;
    -webkit-font-smoothing: antialiased;
}
.toggle > dt > a.active:after,
.toggle > dt > a.active:hover:after{
    content: "\e641";
    color: #fff;
}

.toggle > dt > a:hover:after{
    color: #fff;
}

.toggle > dd{
    margin-bottom: 10px;
    padding: 10px 20px 20px;
    font-size: 14px;
    line-height: 1.8;
    color: #777;
}


/*------------------------------------------------------------------
    timeline toggle
-------------------------------------------------------------------*/

dl.toggle.time-line {
    position: relative;
}

dl.toggle.time-line:before {
    /*background-color: #d1d1d1;*/
    border-left: 1px dashed #cecece;
    bottom: 10px;
    content: "";
    left: 15px;
    position: absolute;
    top: 25px;
    /*width: 1px;*/
    z-index: 0;
}

.toggle.time-line > dd {
    margin-bottom: 10px;
    padding: 10px 20px 20px 40px;
    font-size: 14px;
    line-height: 1.8;
    color: #777;
}

.toggle.time-line > dt > a:after {
    content: "\e648";
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin-top: -15px;
    position: absolute;
    top: 50%;
    left: 0;
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: bold;
    font-variant: normal;
    text-transform: none;
    font-size: 20px;
    text-align: center;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    background: #222;
    padding-left: 3px;
}

.toggle.time-line > dt > a.active:after,
.toggle.time-line > dt > a.active:hover:after {
    content: "\e641";
    color: #fff;
}


.toggle.time-line > dt > a {
    display: block;
    position: relative;
    color: #222222;
    text-decoration: none;
    padding: 14px 20px 14px 40px;
    border:none;
    /*font-family: 'Abel', sans-serif;*/
    letter-spacing: 3px;
}

.toggle.time-line > dt > a:hover,
.toggle.time-line > dt > a.active {
    background: none !important;
}




/*!***************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./css/shortcodes/tabs.css ***!
  \***************************************************************************/
/*------------------------------------------------------------------
    tabs
-------------------------------------------------------------------*/

.nav-tabs>li>a,
.nav-tabs.nav-justified>li>a {
    margin-right: -1px;
    border: 1px solid #eee;
    border-radius: 0;
    background: #fafafa;
    color: #434343;
    text-transform: uppercase;
    /*font-family: 'Abel', sans-serif;*/
    letter-spacing: 1px;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover,
.nav-tabs.nav-justified>.active>a, .nav-tabs.nav-justified>.active>a:focus, .nav-tabs.nav-justified>.active>a:hover{
    cursor: default;
    background-color: #fff;
    border: 1px solid #eee;
    border-bottom-color: transparent;
}

.nav-tabs {
    border-bottom: 1px solid #eee;
}

.nav-tabs>li>a:hover {
    border-color: #eee #eee #eee;
}

.nav-tabs>li>a {
    padding: 20px 30px;
}

.nav-tabs>li>a:hover {
    background-color: #fff;
}

.tab-pane {
    line-height: 30px;
}

.tab-content {
    font-family: 'Source Sans Pro', sans-serif;
}

/*normal tabs*/

.normal-tabs .panel-body{
    padding: 30px 0;
}

.normal-tabs ul.nav-tabs {
    padding-left: 20px;
}

/*border tabs*/

.border-tabs .panel-body{
    padding: 30px;
    border: 1px solid #eee;
    margin-top: -1px;
}

/*round tabs*/
.round-tabs .nav-pills,
.square-tabs .nav-pills {
    display: inline-block;
}

.round-tabs .nav-pills>li>a {
    border-radius: 30px;
    border: 1px solid #eaeaea;
    color: #434343;
}

.round-tabs .nav-pills>li>a:hover,
.round-tabs .nav-pills>li.active>a,
.round-tabs .nav-pills>li.active>a:focus,
.round-tabs .nav-pills>li.active>a:hover,

.square-tabs .nav-pills>li>a:hover,
.square-tabs .nav-pills>li.active>a,
.square-tabs .nav-pills>li.active>a:focus,
.square-tabs .nav-pills>li.active>a:hover {
    color: #222;
    border:1px solid #222;
    background: none;
}

.round-tabs .nav>li>a,
.square-tabs .nav>li>a,
{
    position: relative;
    display: block;
    padding: 10px 25px;
}

.round-tabs .nav-pills>li+li,
.square-tabs .nav-pills>li+li {
    margin-left: 20px;
}


.square-tabs .nav-pills>li>a {
    border-radius: 0;
    border: 1px solid #eaeaea;
    color: #434343;
}


/**/

.tab-parallax {
/*     background-image: url("../../img/pattern-2.png"); */
    /*background-size: cover;*/
    background-attachment: fixed;
    background-repeat: repeat;
}

.icon-box-tabs .nav-pills {
    display: inline-block;
}

.icon-box-tabs .nav-pills>li>a:hover,
.icon-box-tabs .nav-pills>li.active>a,
.icon-box-tabs .nav-pills>li.active>a:focus,
.icon-box-tabs .nav-pills>li.active>a:hover {
    color: #222;
    background: rgba(255, 255, 255, 1);
}

.icon-box-tabs .nav>li>a {
    position: relative;
    display: block;
    padding:35px 70px;
}

.icon-box-tabs .nav-pills>li+li {
    margin-left: 20px;
}

.icon-box-tabs .nav-pills>li>a {
    border-radius: 0;
    background: rgba(34, 34, 34, .05);
    color: #434343;
    position: relative;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.icon-box-tabs .nav-pills>li>a:after {
    opacity: 0;
    bottom: -10px;
    content: "";
    left: 50%;
    margin-left: -10px;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #fff transparent transparent transparent;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;

}


.icon-box-tabs .nav-pills>li>a:hover:after,
.icon-box-tabs .nav-pills>li.active>a:after,
.icon-box-tabs .nav-pills>li.active>a:focus:after,
.icon-box-tabs .nav-pills>li.active>a:hover:after{
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 1;
}


.icon-box-tabs .nav-pills>li>a i{
    font-size: 36px;
}

.icon-box-tabs .panel-body {
    padding: 30px 0;
}

/**/

.line-tab {

}

.line-tab .nav-tabs>li>a,
.line-tab .nav-tabs.nav-justified>li>a {
    border-left: none!important;
    border-top: none!important;
    border-right: none!important;
    border-bottom:1px solid transparent!important;
    background: none;
}

.line-tab .nav-tabs>li.active>a,
.line-tab .nav-tabs>li.active>a:focus,
.line-tab .nav-tabs>li.active>a:hover,
.line-tab .nav-tabs.nav-justified>.active>a,
.line-tab .nav-tabs.nav-justified>.active>a:focus,
.line-tab .nav-tabs.nav-justified>.active>a:hover {
    border-bottom: 1px solid #333!important;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    border-top: 1px solid transparent;
}

.line-tab ul.nav-tabs {
    padding-left: 0;
}

/**/

.icon-tabs .nav-pills>li>a {
    border-radius: 0;
    border: none;
}

.icon-tabs ul {
    margin-bottom: 50px;
}

.icon-tabs.light .nav-pills>li>a,
.icon-tabs.light .tab-content,
.icon-tabs.light .tab-content p{
    color: #fff;
}

.icon-tabs .nav>li  {
    padding: 0px 30px;
}

.icon-tabs .nav>li>a {
    padding: 10px 0;
    font-family: 'Source Sans Pro', sans-serif;
}

.icon-tabs li i {
    font-size: 55px;
    margin-bottom: 10px;
    display: block;
}

.icon-tabs .nav-pills>li>a:hover,
.icon-tabs .nav-pills>li.active>a,
.icon-tabs .nav-pills>li.active>a:focus,
.icon-tabs .nav-pills>li.active>a:hover {
    /*border-bottom:1px solid #ddd;*/
    border-left: none;
    border-right: none;
    border-top: none;
    background: none;

}

.tab-parallax-alt {
/*     background-image: url("../../img/parallax/13.jpg"); */
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    padding: 200px 0;
    background-position: 50% 50%;
}
/*!********************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./css/shortcodes/promo-box.css ***!
  \********************************************************************************/
/*------------------------------------------------------------------
    promo box
-------------------------------------------------------------------*/

.promo-box {
    padding: 40px;
    display: block;
    width: 100%;
}

.promo-box,
.text-center .promo-btn,
.text-center .promo-btn a,
.full-width.promo-box .container {
    position: relative;
}

.promo-box h1,
.promo-box h2,
.promo-box h3,
.promo-box h4,
.promo-box h5,
.promo-box h6 {
    margin-bottom: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
}


.text-center .promo-btn,
.text-center .promo-btn a,
.text-center .promo-info span,
.text-center .promo-info {
    display: inline-block;
}

.promo-info {
    padding-right: 200px;
}

.text-center .promo-info {
    padding-right: 0px;
}


.promo-info h1 span,
.promo-info h2 span,
.promo-info h3 span,
.promo-info h4 span,
.promo-info h5 span,
.promo-info h6 span {
    margin-top: 0px;
    display:inline;
}

.promo-info span {
    margin-top: 10px;
    display: block;
    color: #7e7e7e;
}

.promo-box.gray-bg {
    background: #f5f5f5;
}

.promo-box.dark-bg {
    background: #222;
}

.light-txt, .light-txt p {
    color: #fff !important;
}

.round-5 {
    border-radius: 5px;
}

.promo-btn {
    position: absolute;
    right: 40px;
    top: 50%;
    margin-top: -28px;
}

.promo-btn a.btn {
    margin-right: 0px;
}

.text-center .promo-info span {
    margin-bottom: 20px;
    width: 100%;
}

.promo-btn a.btn,
.promo-box a.btn {
    padding: 15px 30px;
}

.promo-box.border-box {
    border: 1px solid #ececec;
}

.full-width.promo-box {
    padding: 60px 0;
}


.full-width.promo-box .promo-btn {
    right: 0px;
}

.promo-pattern {
/*     background-image: url(../../img/pattern.png); */
    background-repeat: repeat;
    height: auto;
}

.promo-parallax {
/*     background-image: url(../../img/parallax/promo_para.jpg); */
    background-repeat: repeat;
    height: auto;
    background-attachment: fixed;
}
/*!******************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./css/shortcodes/buttons.css ***!
  \******************************************************************************/
/*------------------------------------------------------------------
    buttons
-------------------------------------------------------------------*/

.btn-large {
    padding: 20px 40px;
    font-size: 16px;
}

.btn-medium {
    padding: 15px 30px;
    font-size: 14px;
    font-weight: normal;
}

.btn-small {
    padding: 10px 20px;
    font-size: 12px;
    font-weight: normal;
}

.btn-extra-small {
    padding: 5px 10px;
    font-size: 11px;
    font-weight: normal;
}

.btn {
    margin-right: 20px;
    display: inline-block;
    border-radius: 0;
    /*font-family: 'Abel', sans-serif;*/
    letter-spacing: 1px;
    text-transform: uppercase;
}

/*.btn.focus, .btn:focus, .btn:hover{*/
    /*color: #fff !important;*/
/*}*/

.btn.btn-default.focus, .btn.btn-default:focus, .btn.btn-default:hover{
    color: #222;
}

.btn-rounded {
    border-radius: 4px;
}

.btn-circle {
    border-radius: 30px;
}

/*dark*/

.dark-bg {
    background: #1b1b1b;
}

.btn-dark-solid {
    background: #222;
    color: #fff;
}


.btn-theme-color,
.btn-dark-solid:hover,
.btn-dark-solid:focus,
.btn-theme-border-color:hover {
    color: #fff;
}

.btn-theme-color:hover,
.btn-theme-color:focus {
    background: #000;
    color: #fff;
}

.btn-theme-color.light-hover:hover,
.btn-theme-color.light-hover:focus {
    background: #fff !important;
    color: #222 !important;
}

.btn-dark-solid.btn-transparent {
    background: rgba(0,0,0,.10);
    color: #222;
}

/*dark border button*/

.btn-dark-border {
    background: transparent;
    border: 1px solid #222;
    color: #222;
}

.btn-dark-border.btn-transparent {
    background: transparent;
    border: 1px solid rgba(0,0,0,.15);
    color: #222;
}

.btn-dark-border:hover {
    background: #222;
    border: 1px solid #222;
    color: #fff;
}

/*light*/


.btn-light-solid {
    background: #fff;
    color: #222;
}

.btn-light-solid:hover,
.btn-light-solid:focus {
    color: #fff;
}

.btn-light-solid.btn-transparent {
    background: rgba(255,255,255,.20);
    color: #fff;
}

.btn-dark-solid:hover.btn-transparent:hover {
    background: #222;
    color: #fff !important;
}


/*light border button*/

.btn-light-border {
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
}

.btn-light-border.btn-transparent {
    background: transparent;
    border: 1px solid rgba(255,255,255,.15);
    color: #fff;
}

.btn-light-border:hover, .btn-light-border:focus {
    background: #fff;
    border: 1px solid #fff;
    color: #222 !important;
}
/*!**********************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./css/shortcodes/fun-factors.css ***!
  \**********************************************************************************/
/*------------------------------------------------------------------
    fun factors
-------------------------------------------------------------------*/

.fun-factor {

}

.fun-factor .icon {
    float: left;
    margin-top: 10px;
}

.fun-factor .icon i {
    font-size: 36px;
    color: #222;
}

.fun-factor .fun-info {
    padding-left: 100px;
}

.fun-factor .fun-info span {
    display: block;
    text-transform: uppercase;
    letter-spacing: 1px;
    /*font-family: 'Abel', sans-serif;*/
}

.fun-factor .fun-info h1,
.fun-factor .fun-info h2,
.fun-factor .fun-info h3,
.fun-factor .fun-info h4,
.fun-factor .fun-info h5,
.fun-factor .fun-info h6
{
    margin-bottom: 0;
    color: #222;
    font-weight: normal;
}

.fun-factor .fun-info {
    position: relative;
}

.fun-factor .fun-info:before {
    content: '';
    background: rgba(0,0,0,.20);
    width: 1px;
    height: 80px;
    position: absolute;
    left: 75px;
    top: 0;
    transform: rotate(30deg);
}


.fun-factor-parallax {
/*     background-image: url(../../img/parallax/2.jpg); */
    background-repeat: repeat;
    height: auto;
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
}


.dark .fun-factor .icon i,
.dark .fun-factor .fun-info h1,
.dark .fun-factor .fun-info h2,
.dark .fun-factor .fun-info h3,
.dark .fun-factor .fun-info h4,
.dark .fun-factor .fun-info h5,
.dark .fun-factor .fun-info h6,
.dark .fun-factor .fun-info span{
    color: #fff;
}

.dark .fun-factor .fun-info:before {
    background: rgba(255,255,255,.40);
}


/**/

.fun-factor.alt {
    text-align: center;
}

.fun-factor.alt .fun-info {
    padding-left: 0px;
}

.fun-factor.alt .icon {
    float: none;
    display: inline-block;
    margin-top: 0px;
    margin-bottom: 10px;
}

.fun-factor.alt .fun-info:before {
    content: '';
    background: none;
}

.gray-bg {
    background: #f5f5f5;
}

.gray-border-factor .fun-factor {
    padding: 100px 0;
    border-top:1px solid #f5f5f5;
    border-bottom:1px solid #f5f5f5;
}

.gray-border-factor.dark .fun-factor {
    padding: 100px 0;
    border-top:none;
    border-bottom:none;
}

.gray-border-factor .f-grid:nth-child(2n+2) {
    background-color: #f5f5f5;
}

.gray-border-factor.dark .f-grid {
    background-color: #323232;
}

.gray-border-factor.dark .f-grid:nth-child(2n+2) {
    background-color: #3a3a3a;
}


.gray-border-factor .col-lg-1,
.gray-border-factor .col-lg-10,
.gray-border-factor .col-lg-11,
.gray-border-factor .col-lg-12,
.gray-border-factor .col-lg-2,
.gray-border-factor .col-lg-3,
.gray-border-factor .col-lg-4,
.gray-border-factor .col-lg-5,
.gray-border-factor .col-lg-6,
.gray-border-factor .col-lg-7,
.gray-border-factor .col-lg-8,
.gray-border-factor .col-lg-9,
.gray-border-factor .col-md-1,
.gray-border-factor .col-md-10,
.gray-border-factor .col-md-11,
.gray-border-factor .col-md-12,
.gray-border-factor .col-md-2,
.gray-border-factor .col-md-3,
.gray-border-factor .col-md-4,
.gray-border-factor .col-md-5,
.gray-border-factor .col-md-6,
.gray-border-factor .col-md-7,
.gray-border-factor .col-md-8,
.gray-border-factor .col-md-9,
.gray-border-factor .col-sm-1,
.gray-border-factor .col-sm-10,
.gray-border-factor .col-sm-11,
.gray-border-factor .col-sm-12,
.gray-border-factor .col-sm-2,
.gray-border-factor .col-sm-3,
.gray-border-factor .col-sm-4,
.gray-border-factor .col-sm-5,
.gray-border-factor .col-sm-6,
.gray-border-factor .col-sm-7,
.gray-border-factor .col-sm-8,
.gray-border-factor .col-sm-9,
.gray-border-factor .col-xs-1,
.gray-border-factor .col-xs-10,
.gray-border-factor .col-xs-11,
.gray-border-factor .col-xs-12,
.gray-border-factor .col-xs-2,
.gray-border-factor .col-xs-3,
.gray-border-factor .col-xs-4,
.gray-border-factor .col-xs-5,
.gray-border-factor .col-xs-6,
.gray-border-factor .col-xs-7,
.gray-border-factor .col-xs-8,
.gray-border-factor .col-xs-9 {
    padding-left: 0;
    padding-right: 0;
}


.fun-icon-text-parallel .icon i,
.fun-icon-text-parallel .icon h1 {
    display: inline-block;
    margin-bottom: 0;
}

.fun-icon-text-parallel .icon i {
    padding-right: 10px;
    font-size: 36px;
}
/*!***************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./css/shortcodes/post.css ***!
  \***************************************************************************/
/*------------------------------------------------------------------
    Post
-------------------------------------------------------------------*/

.post-grid,
.post-list-aside {
  display: inline-block;
  width: 100%;
}

.post-grid {
  margin: 0 15px;
}

.post-grid .col-lg-1,
.post-grid .col-lg-10,
.post-grid .col-lg-11,
.post-grid .col-lg-12,
.post-grid .col-lg-2,
.post-grid .col-lg-3,
.post-grid .col-lg-4,
.post-grid .col-lg-5,
.post-grid .col-lg-6,
.post-grid .col-lg-7,
.post-grid .col-lg-8,
.post-grid .col-lg-9,
.post-grid .col-md-1,
.post-grid .col-md-10,
.post-grid .col-md-11,
.post-grid .col-md-12,
.post-grid .col-md-2,
.post-grid .col-md-3,
.post-grid .col-md-4,
.post-grid .col-md-5,
.post-grid .col-md-6,
.post-grid .col-md-7,
.post-grid .col-md-8,
.post-grid .col-md-9,
.post-grid .col-sm-1,
.post-grid .col-sm-10,
.post-grid .col-sm-11,
.post-grid .col-sm-12,
.post-grid .col-sm-2,
.post-grid .col-sm-3,
.post-grid .col-sm-4,
.post-grid .col-sm-5,
.post-grid .col-sm-6,
.post-grid .col-sm-7,
.post-grid .col-sm-8,
.post-grid .col-sm-9,
.post-grid .col-xs-1,
.post-grid .col-xs-10,
.post-grid .col-xs-11,
.post-grid .col-xs-12,
.post-grid .col-xs-2,
.post-grid .col-xs-3,
.post-grid .col-xs-4,
.post-grid .col-xs-5,
.post-grid .col-xs-6,
.post-grid .col-xs-7,
.post-grid .col-xs-8,
.post-grid .col-xs-9 {
  padding-left: 0;
  padding-right: 0;
}

.post-single {
}

.post-single .post-img,
.post-single .post-desk .date,
.post-single .post-cat li a,
.post-single .post-desk,
.post-list .post-single .post-desk a.author {
  position: relative;
}

.post-grid .post-single .post-img {
  width: 100%;
  /* height: 309px; */
}

.post-grid .post-single .post-img img {
  width: 100%;
  height: 100%;
}

.post-single .post-img.top:after {
  top: -7px;
}

.post-single .post-img.bottom:after {
  bottom: -7px;
}

.post-single .post-desk .authors {
  margin-bottom: 15px;
}

.post-single .post-desk .authors a:hover {
  color: #f9333f;
}

.post-single .post-desk .authors a {
  color: #909090;
}

.post-single .post-img.top:after,
.post-single .post-img.bottom:after {
  background-color: #fff;
  border-color: #fff;
  border-image: none;
  border-right: 1px solid #fff;
  border-style: none;
  content: '';
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  width: 15px;
}

.post-single .post-desk {
  padding: 30px 0;
  /* height: 309px; */
}

.post-grid .post-single .post-desk {
  padding: 40px;
  height: 309px;
}

.pad-left-less {
  padding-left: 0 !important;
}

.post-single .post-desk h4,
.post-single .post-desk .date,
.post-single .post-cat li a,
.p-read-more,
.post-sub-title {
  /*font-family: 'Abel', sans-serif;*/
  letter-spacing: 1px;
}

.post-single .post-desk .date,
.post-single .post-desk .authors,
.post-single .post-desk h4 a,
.p-read-more:hover {
  color: #222222;
}

.post-sub-title {
  font-size: 16px;
}

.post-single .post-desk .date {
  margin-bottom: 25px;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
  float: left;
  width: 100%;
  height: auto;
  padding-top: 0;
  background: none;
  color: transparent;
  margin-right: 0px;
}

.post-single .post-desk .date:after {
  content: '';
  width: 60px;
  height: 1px;
  position: absolute;
  left: 0;
  top: 30px;
  background: #222;
}

.post-single .post-desk .mid-align {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding-right: 40px;
}

.post-single .post-cat {
  padding: 0;
  list-style: none;
}

.post-single .post-cat li {
  display: inline-block;
  margin-right: 10px;
}

.post-single .post-cat li a {
  color: #909090;
  text-transform: uppercase;
  font-size: 12px;
}

.post-single .post-cat li a:after {
  content: ',';
}

/*-------*/

.post-list .post-single .post-desk p,
.post-list-aside .post-single .post-desk p {
  line-height: 30px;
}

.post-list .post-single .post-desk {
  padding: 40px 0;
}

.post-list .post-single .post-desk .date,
.post-list-aside .post-single .post-desk .date,
.post-list .post-single .post-desk a.author,
.post-list-aside .post-desk a.author {
  font-size: 12px;
  text-transform: uppercase;
  color: #909090;
}

.post-list .post-single .post-desk h4 {
  margin-bottom: 10px;
}

.post-list .post-single .post-desk .date:after,
.post-list-aside .post-single .post-desk .date:after {
  background: none;
}

.post-list .post-single .post-desk a.author:after {
  /* content: '|'; */
  padding-left: 10px;
  padding-right: 5px;
  padding-bottom: 10px;
}

.post-list .post-single .post-img img {
  width: 100%;
  height: auto;
}

.post-list .post-single .post-cat li a:hover {
  color: #000;
}

.p-read-more {
  text-transform: uppercase;
  position: relative;
  color: #bbb;
}

.p-read-more i {
  position: absolute;
  top: 2px;
  margin-left: 10px;
  font-weight: bold;
}

/*-------*/

.post-list-aside .post-single .post-desk h4 {
  margin-bottom: 10px;
}

.post-list-aside .post-img img {
  width: 100%;
  height: auto;
}

.post-list-aside .post-desk a.author:after {
  content: '|';
  padding-left: 10px;
  padding-right: 5px;
}

/*------------*/

.post-parallax {
  /*     background-image: url("../../img/parallax/4.jpg") ; */
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  height: 100%;
  width: 100% !important;
  overflow: hidden;
  background-position: 50% 50%;
}

.post-parallax .relative {
  float: left;
}

.post-parallax .space {
  padding: 0 30px;
}

.post-parallax .massive-progress {
  background: #606060;
}

.post-parallax .massive-progress .progress-bar {
  background: #fff;
  color: #222;
}

.relative {
  position: relative;
}

.post-parallax .dark-overlay {
  background: rgba(0, 0, 0, 0.5);
  content: '';
  width: 50%;
  right: 0;
  top: 0;
  height: 100%;
  position: absolute;
}

.post-parallax .container {
  /*z-index: 100;*/
  position: relative;
}

.v-middle {
  height: 400px;
  display: table;
  vertical-align: middle;
  width: 100%;
}
.v-middle h3 {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  letter-spacing: 6px;
}

/*------------------*/

.img-post.col-2 .item {
  width: 50%;
}

.img-post.col-3 .item {
  width: 33.3333333%;
}

.img-post.col-4 .item {
  width: 25%;
}

.img-post .item {
  float: left;
  position: relative;
  cursor: pointer;
}

.img-post .item img {
  width: 100%;
  height: auto;
}

.img-post .post-desk {
  position: absolute;
  top: 10%;
  left: 0;
  padding: 10%;
}

.img-post.col-3 .post-desk {
  top: 15%;
  padding: 5%;
}

.img-post.col-4 .post-desk {
  top: 0;
  padding: 5%;
}

.img-post .post-desk .light-txt a {
  color: #fff;
}

/*--------------------------*/

.title-img {
  position: relative;
}

.title-img img {
  border: none !important;
  width: 100%;
  height: auto;
}

.title-img .info {
  position: absolute;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  padding: 10px;
  color: #fff;
  width: 100%;
}

.right-side,
.left-side {
  padding: 110px 0;
}

.gap-less .col-md-6 {
  padding: 0;
}

/*!********************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./css/shortcodes/portfolio.css ***!
  \********************************************************************************/

/* ----------------------------------------------------------------
	portfolio
-----------------------------------------------------------------*/

.portfolio {
    margin: 50px 0;
}

.portfolio .portfolio-item {
    float: left;
}

.portfolio .portfolio-item .thumb {
    position: relative;
}

.portfolio .portfolio-item .thumb img{
    width: 100%;
    height: auto;
    display: block;
}

.portfolio-hover {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: 0;
    border: 20px solid rgba(0, 0, 0, 0.1);
    background-color: rgba(255, 255, 255, 0.90);
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}


.portfolio-item:hover .portfolio-hover,
.portfolio-item:hover .portfolio-hover .portfolio-description,
.portfolio-item:hover .portfolio-hover .action-btn {
    opacity: 1;
}


.portfolio-item:hover .portfolio-hover .portfolio-description {
    bottom: 45%;
    margin-bottom: -90px;
}

.portfolio-item:hover .portfolio-hover .action-btn {
    top: 40%;
    margin-top: -55px;
}

.portfolio-hover .portfolio-description {
    position: absolute;
    bottom: 0%;
    width: 100%;
    opacity: 0;
    -webkit-transform: translateY(-55%);
    -ms-transform: translateY(-55%);
    transform: translateY(-55%);
    -webkit-transition: all 0.3s 0.2s;
    transition: all 0.3s 0.2s;
}


.portfolio-hover .action-btn {
    position: absolute;
    top: 0;
    width: 100%;
    opacity: 0;
    text-align: center;
    -webkit-transform: translateY(45%);
    -ms-transform: translateY(45%);
    transform: translateY(45%);
    -webkit-transition: all 0.3s 0.2s;
    transition: all 0.3s 0.2s;
    font-size: 35px;
}

.portfolio-description,
.portfolio-description h4 a,
.portfolio-hover .action-btn a {
    text-align: center;
    color: #222;
}

.portfolio-description h4 {
    margin-bottom: 5px;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 4px;
}

.portfolio-description p {
    font-size:12px;
    margin-bottom: 0;
    text-transform: uppercase;
    /*font-family: 'Abel', sans-serif;*/
    font-weight: normal;
    letter-spacing: 3px;
    color: #757575;
}

.portfolio-description a,
.portfolio-title a {
    color: #757575;
}

/*gutter*/

.portfolio.gutter .portfolio-item {
    padding: 10px;
}


/*portfolio 2 grid*/

.portfolio.col-2 .portfolio-item {
    width: 49.99%;
}


/*portfolio 3 grid*/

.portfolio.col-3 .portfolio-item {
    width: 33.3333333%;
}

/*portfolio 4 grid*/

.portfolio.col-4 .portfolio-item {
    width: 24.98%;
}

/*portfolio 5 grid*/

.portfolio.col-5 .portfolio-item {
    width: 19.99%;
}

/*portfolio 6 grid*/

.portfolio.col-6 .portfolio-item {
    width: 16.666666667%;
}

.portfolio-filter {
    margin:0px;
    padding: 0px;
    list-style: none;
}

.portfolio-filter li {
    display: inline-block;
}

.portfolio-filter li a {
    color: #a9a8a8;
    margin: 0 15px;
    text-transform: uppercase;
    font-size: 14px;
    /*font-family: 'Abel', sans-serif;*/
    letter-spacing: 3px;
}


.portfolio-filter li a:hover,
.portfolio-filter li.active a{
    color: #222222;
}



/* ----------------------------------------------------------------
	portfolio with title
-----------------------------------------------------------------*/


.portfolio-with-title .portfolio-item:hover .portfolio-hover .action-btn {
    top: 50%;
    margin-top: -45px;
}

.portfolio-with-title .portfolio-title {
    padding: 15px 0px;
}

.portfolio-with-title .portfolio-title h4,
.portfolio-with-title .portfolio-title h4 a {
    margin: 0;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color:#222
}

.portfolio-with-title .portfolio-title h3,
.portfolio-with-title .portfolio-title h3 a {
    margin: 0 0 10px 0;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color:#222
}

.portfolio-with-title .portfolio-title p {
    margin: 0;
    font-size: 12px;
    text-transform: uppercase;
    /*font-family: 'Abel', sans-serif;*/
    font-weight: normal;
    letter-spacing: 1px;
    color: #7e7e7e;
}


.portfolio-with-title.portfolio-masonry .portfolio-title {
    padding: 15px;
}


.portfolio-with-title.portfolio-masonry.gutter .portfolio-title {
    padding: 15px 0;
}

/* ----------------------------------------------------------------
	portfolio masonry
-----------------------------------------------------------------*/


.portfolio-masonry {

}

/* clear fix */
.portfolio-masonry:after {
    content: '';
    display: block;
    clear: both;
}

/* ---- .grid-item ---- */

.portfolio-masonry .portfolio-item {
    float: left;
}

.portfolio-masonry .portfolio-item-width2 { width: 200px; }
.portfolio-masonry .portfolio-item-height2 { height: 200px; }



/* ----------------------------------------------------------------
	Isotope Filtering
-----------------------------------------------------------------*/


.isotope-item {
    z-index: 2;
}

.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}

/*Isotope CSS3 transitions */

.isotope,
.isotope .isotope-item {
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -ms-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
}

.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    -ms-transition-property: height, width;
    -o-transition-property: height, width;
    transition-property: height, width;
}

.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    -ms-transition-property: -ms-transform, opacity;
    -o-transition-property: -o-transform, opacity;
    transition-property: transform, opacity;
}

/*disabling Isotope CSS3 transitions */

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
    -webkit-transition-duration: 0s;
    -moz-transition-duration: 0s;
    -ms-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s;
}


/* disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}


/* ----------------------------------------------------------------
	portfolio details
-----------------------------------------------------------------*/

/*videos*/

.video-parallax {
    position: relative;
    overflow: hidden;
}

.video-parallax .container{
    position: absolute;
    top: 50%;
    z-index: 100;
    left: 0;
    right: 0;
    color: #fff;
    margin-top: -80px;
}

.video-parallax .container i{
    font-size: 50px;
    margin-bottom: 30px;
    display: block;
}

.video-parallax .container+.video-wrap {
    z-index: 1;
}

.video-wrap {
    overflow: hidden;
    width: 100%;
    position: relative;
}

.video-overlay, .banner-overaly {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 5;
    background: rgba(0,0,0,0.5);
    -webkit-backface-visibility: hidden;
}

/*portfolio-meta*/

.portfolio-meta {
    list-style: none;
    padding: 0;
}

.portfolio-meta li {
    margin: 15px 0;
    color: #666;
}

.portfolio-meta li span {
    display: inline-block;
    width: 130px;
    letter-spacing: 2px;
    color: #000;
    font-size: 12px;
    text-transform: uppercase;
}

.portfolio-meta li a {
    margin-right: 10px;
    color: #cdcdcd;
}
.portfolio-meta li a:hover {
    color: #323232;
}

/* ----------------------------------------------------------------
	portfolio nav
-----------------------------------------------------------------*/

.portfolio-nav-row {
    position: relative;
    padding: 40px 0;
}

.portfolio-nav {
    position: absolute;
    top: 50%;
    left: auto;
    right: 10px;
    max-width: 300px;
    margin-top: -12px;
}

.portfolio-nav.left {
    position: absolute;
    top: 50%;
    left: 0;
    right: auto;
    max-width: 300px;
    margin-top: -12px;
}

.portfolio-nav a {
    display: block;
    float: left;
    text-align: center;
    color: #aeaeae;
    margin-left: 20px;
}

.portfolio-nav.left a {
    margin-right: 20px;
    margin-left: 0;
}

.portfolio-nav a:hover,
.portfolio-nav a:hover span{
    color: #323232;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.portfolio-nav a span, .portfolio-nav a span i {
    display: inline-block;
    margin-top: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
/*!*********************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./css/shortcodes/list-style.css ***!
  \*********************************************************************************/
/*------------------------------------------------------------------
    list style
-------------------------------------------------------------------*/


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

.circle-list li {
    margin-bottom: 10px;
    display: block;
}

.circle-list li:before {
    content:"\f10c";
    font-family: 'fontawesome';
    font-size: 14px;
    float: left;
    padding-right: 10px;
    color: #757575;
}

/*list half*/

.list-half li {
    width: 50%;
    float: left;
}
/*!******************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./css/shortcodes/divider.css ***!
  \******************************************************************************/
/*------------------------------------------------------------------
    divider
-------------------------------------------------------------------*/

.divider {
    width: 100%;
    margin: 50px 0;
    position: relative;
    color: #e2e2e2;
    display: inline-block;
}

.divider.d-single {
    width: 100%;
    height: 1px;
    border-color: #e2e2e2;
    border-top-width: 1px;
}

.divider.d-double {
    width: 100%;
    height: 8px;
    border-color: #e2e2e2;
    border-top-width: 1px;
    border-bottom-width: 1px;
}

.d-single.d-solid {
    border-top-style: solid;
}

.d-single.d-dashed {
    border-top-style: dashed;
}

.d-double.d-solid {
    border-top-style: solid;
    border-bottom-style: solid;
}

.d-double.d-dashed {
    border-top-style: dashed;
    border-bottom-style: dashed;
}

.dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    border: 1px solid #e2e2e2;
    display: inline-block;
    position: absolute;
    top: -5px;
    background: #fff;
}

.dot:before {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    border: 1px solid #e2e2e2;
    display: inline-block;
    position: absolute;
    top: -1px;
    left: 12px;
    background: #fff;
    content: '';
}

.dot:after {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    border: 1px solid #e2e2e2;
    display: inline-block;
    position: absolute;
    top: -1px;
    left: 25px;
    background: #fff;
    content: '';
}


.text-right .dot:before {
    left: -13px;
}

.text-right .dot:after {
    left: -25px;
}

.divider-small {
    width: 40% !important;
}

.divider-small.text-center {
    margin: 50px auto;
    display: inherit;
}

.divider-small.text-right {
    float: right;
}

.divider i {
    font-size: 18px;
    position: absolute;
    top: -10px;
    background: #fff;
    width: 30px;
}

.d-round i {
    width: 30px;
    height: 30px;
    background: #F5F5F5;
    border-radius: 50%;
    position: absolute;
    top: -15px;
    text-align: center;
    line-height: 30px;
    color: #b4b4b4;
    font-size: 15px;
}

.d-border i {
    width: 30px;
    height: 30px;
    border:1px solid #e2e2e2;
    border-radius: 50%;
    position: absolute;
    top: -15px;
    text-align: center;
    line-height: 30px;
    font-size: 15px;
}
/*!******************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./css/shortcodes/heading.css ***!
  \******************************************************************************/
/*------------------------------------------------------------------
    heading
-------------------------------------------------------------------*/


.heading-title {
    margin-bottom: 100px;
}

.heading-title-alt {
    margin-bottom: 50px;
}

.heading-title span,
.heading-title-alt span {
    color: #7e7e7e;
    /*font-family: 'Abel', sans-serif;*/
    font-size: 16px;
    letter-spacing: 1.5px;
}

.heading-title.dark span,
.heading-title-alt.dark span {
    color: #fff;
    /*font-family: 'Abel', sans-serif;*/
    font-size: 14px;
    letter-spacing: 3px;
}

.heading-title h1,
.heading-title h2,
.heading-title h3,
.heading-title h4,
.heading-title h5,
.heading-title h6,
.heading-title-alt h1,
.heading-title-alt h2,
.heading-title-alt h3,
.heading-title-alt h4 {
    margin-bottom: 0;
    letter-spacing: 2px;
    font-weight: normal;
}

.heading-title-alt h5,
.heading-title-alt h6 {
    letter-spacing: 2px;
    font-weight: normal;
    margin: 0;
}

.heading-title.dark h1,
.heading-title.dark h2,
.heading-title.dark h3,
.heading-title.dark h4,
.heading-title.dark h5,
.heading-title.dark h6,
.heading-title-alt.dark h1,
.heading-title-alt.dark h2,
.heading-title-alt.dark h3,
.heading-title-alt.dark h4,
.heading-title-alt.dark h5,
.heading-title-alt.dark h6 {
    color: #fff;
}

.heading-title span.heading-sub-title ,
.heading-title-alt span.heading-sub-title {
    /*font-family: 'Abel', sans-serif;*/
    letter-spacing: 3px;
    font-size: 16px;
}

.heading-border-bottom {
    border-bottom: 1px solid #e2e2e2;
    padding-bottom: 20px;
}

.heading-title-side-border {
    overflow: hidden;
    display: table;
    margin-bottom: 30px;
}

.heading-title-side-border h1,
.heading-title-side-border h2,
.heading-title-side-border h3,
.heading-title-side-border h4,
.heading-title-side-border h5,
.heading-title-side-border h6{
    white-space: pre;
    padding: 0 10px 0 0;
    margin-bottom: 0;
}

.heading-title-side-border.text-right h1,
.heading-title-side-border.text-right h2,
.heading-title-side-border.text-right h3,
.heading-title-side-border.text-right h4,
.heading-title-side-border.text-right h5,
.heading-title-side-border.text-right h6{
    white-space: pre;
    padding: 0 0px 0 10px;
}

.heading-title-side-border h4,
.heading-title-side-border h5,
.heading-title-side-border h6{
    padding: 0 10px 0 0;
}

.heading-title-side-border .title-border-container {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    position: relative;
}

.heading-title-side-border .title-border-container .title-border {
    display: block;
    border-bottom: 1px solid #e2e2e2;
    width: 100%;
    position: relative;
    top: 8px;
}

.heading-title-side-border h1 + .title-border-container .title-border  {
    top: 12px;
}

.heading-title-side-border h4 + .title-border-container .title-border  {
    top: 6px;
}

.heading-title-side-border h5 + .title-border-container .title-border  {
    top: 5px;
}

.heading-title-side-border h6 + .title-border-container .title-border  {
    top: 4px;
}

.heading-title.border h1,
.heading-title.border h2,
.heading-title.border h3,
.heading-title.border h4,
.heading-title.border h5,
.heading-title.border h6,

.heading-title-alt.border h1,
.heading-title-alt.border h2,
.heading-title-alt.border h3,
.heading-title-alt.border h4,
.heading-title-alt.border h5,
.heading-title-alt.border h6 {
    border: 1px solid #333;
    display: inline-block;
    padding: 10px 20px;
    margin-bottom: 20px;
}

.heading-title.border span,
.heading-title-alt.border span
{
    display:block;
}

.border-short-bottom h1,
.border-short-bottom h2,
.border-short-bottom h3,
.border-short-bottom h4,
.border-short-bottom h5,
.border-short-bottom h6
{
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 10px;
}

.border-short-bottom h1:after,
.border-short-bottom h2:after,
.border-short-bottom h3:after,
.border-short-bottom h4:after,
.border-short-bottom h5:after,
.border-short-bottom h6:after
{
    width: 60px;
    height: 2px;
    background: #595959;
    position: absolute;
    left: 50%;
    bottom: -2px;
    margin-left: -31px;
    content: '';
}

.half-txt {
    width: 60%;
    margin: 0 auto;
    display: inline-block;
    line-height: 25px;
    color: #7e7e7e;
}

/*!******************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./css/shortcodes/clients.css ***!
  \******************************************************************************/
/*------------------------------------------------------------------
    clients
-------------------------------------------------------------------*/

.clients {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
}

.clients li {
    float: left;
    position: relative;
    padding: 20px 0;
    text-align: center;
}


.clients li a img {
    width: 100%;
}

.clients li a, .clients li img {
    display: block;
    width: 75%;
    margin-left: auto;
    margin-right: auto;
}

.clients.grid-2 li {
    width: 50%;
}

.clients.grid-3 li {
    width: 33.33%;
}

.clients.grid-4 li {
    width: 25%;
}

.clients.grid-5 li {
    width: 20%;
}

.clients.grid-6 li {
    width: 16.66%;
}

/**/

.clients.angle-box.grid-2 li {
    width: 46%;
}

.clients.angle-box.grid-3 li {
    width: 29.33%;
}

.clients.angle-box.grid-4 li {
    width: 21%;
}

.clients.angle-box.grid-5 li {
    width: 16%;
}

.clients.angle-box.grid-6 li {
    width: 12.66%;
}

.clients.angle-box.grid-2 li ,
.clients.angle-box.grid-3 li ,
.clients.angle-box.grid-4 li ,
.clients.angle-box.grid-5 li ,
.clients.angle-box.grid-6 li {
    margin: 2%;
}


/**/


.clients.plus-box li:before {
    height: 100%;
    top: 0;
    right: -2px;
    border-right: 1px solid #DDD;
}

.clients.plus-box li:after  {
    width: 100%;
    height: 0;
    top: auto;
    right: 0;
    bottom: -1px;
    border-bottom: 1px solid #DDD;
}


.clients.plus-box li:after,
.clients.plus-box li:before,
.clients.angle-box li:after,
.clients.angle-box li:before {
    content: '';
    position: absolute;
}


/**/

#clients-1 .item {
    margin: 20px;
}

#clients-1 .item img{
    display: block;
    width: 100%;
    height: auto;
}

#clients-1.owl-theme .owl-controls .owl-page span {
    background: #333;
}

/**/


.clients.angle-box li:before {
    height: 100%;
    top: 0;
    right: 1px;
    border-right: 1px solid #DDD;
}


.clients.angle-box li:after  {
    width: 100%;
    height: 0;
    top: auto;
    right: 1px;
    bottom: 1px;
    border-bottom: 1px solid #DDD;
}
/*!***************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./css/shortcodes/team.css ***!
  \***************************************************************************/
/*------------------------------------------------------------------
    team member
-------------------------------------------------------------------*/

.team-member {
    overflow: hidden;
}

.team-member ,
.team-member .team-img {
    position: relative;
}

.team-member .team-img img{
    width: 100%;
    height: auto;
}

.team-member .team-intro {
    position: absolute;
    right: 0;
    bottom: 30px;
    background: rgba(0, 0, 0, .7);
    padding: 10px 20px;
    width: 70%;
    text-align: right;
}

.team-member .team-intro h5,
.team-member .team-intro.light-txt span {
    margin-bottom: 0px;
    text-transform: uppercase;
    letter-spacing: 2px;
}


.team-member .team-intro.light-txt h5{
    color: #fff;
}

.team-member .team-intro.light-txt span {
    color: rgba(255, 255, 255, .5);
    font-size: 12px;
}


.team-member .s-link a{
    margin: 0 10px;
    color: #333;
    font-size: 16px;
}

.t-s-link{
    margin-top: 10px;
    display: block;
}

.t-s-link a {
    margin-right: 10px;
    color: #333;
    font-size: 16px;
}

/**/


.team-hover {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: 0;
    border: 20px solid rgba(0, 0, 0, 0.1);
    background-color: rgba(255, 255, 255, 0.90);
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}


.team-member:hover .team-hover,
.team-member:hover .team-hover .desk,
.team-member:hover .team-hover .s-link {
    opacity: 1;
}


.team-member:hover .team-hover .s-link {
    bottom: 10%;
}

.team-member:hover .team-hover .desk {
    top: 35%;
}

.team-hover .desk {
    position: absolute;
    top: 0%;
    width: 100%;
    opacity: 0;
    -webkit-transform: translateY(-55%);
    -ms-transform: translateY(-55%);
    transform: translateY(-55%);
    -webkit-transition: all 0.3s 0.2s;
    transition: all 0.3s 0.2s;
    padding: 0 20px;
}


.team-hover .s-link {
    position: absolute;
    bottom: 0;
    width: 100%;
    opacity: 0;
    text-align: center;
    -webkit-transform: translateY(45%);
    -ms-transform: translateY(45%);
    transform: translateY(45%);
    -webkit-transition: all 0.3s 0.2s;
    transition: all 0.3s 0.2s;
    font-size: 35px;
}

.desk,
.desk h4,
.team-hover .s-link a {
    text-align: center;
    color: #222;
}

.desk h4 {
    margin-bottom: 25px;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 4px;
}

.desk p {
    font-size: 14px;
    margin-bottom: 0;
    font-weight: normal;
    color: #7e7e7e;
    line-height: 30px;
}

.team-title {
    position: static;
    padding: 20px 0;
    display: inline-block;
    letter-spacing: 2px;
    width: 100%;
}

.team-title h5 {
    margin-bottom:0px ;
    display: block;
    text-transform: uppercase;
}

.team-title span {
    font-size: 12px;
    text-transform: uppercase;
    color: #a5a5a5;
    letter-spacing: 1px;
}

.team-title p {
    padding-top: 30px;
    letter-spacing: normal;
    line-height: 30px;
}


/*!**********************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./css/shortcodes/testimonial.css ***!
  \**********************************************************************************/
/*------------------------------------------------------------------
    testimonial
-------------------------------------------------------------------*/


.testimonial {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
}

.testimonial li {
    float: left;
    position: relative;
    padding: 40px;
    height: 280px;
}


.testimonial.grid-2 li {
    width: 50%;
}

/**/

.testimonial.plus-box li:before {
    height: 100%;
    top: 0;
    right: -2px;
    border-right: 1px solid #ececec;
}

.testimonial.plus-box li:after  {
    width: 100%;
    height: 0;
    top: auto;
    right: 0;
    bottom: -1px;
    border-bottom: 1px solid #ececec;
}


.testimonial.plus-box li:after,
.testimonial.plus-box li:before {
    content: '';
    position: absolute;
}


/*----*/

.testimonial .avatar,
.testimonial .avatar a,
.testimonial .avatar i,
.testimonial .avatar img {
    display: block;
    width: 130px;
    height: 130px;
    border-radius: 50%;
}


#testimonial-2 .avatar,
#testimonial-2 .avatar a,
#testimonial-2 .avatar i,
#testimonial-2 .avatar img,

#testimonial-3 .avatar,
#testimonial-3 .avatar a,
#testimonial-3 .avatar i,
#testimonial-3 .avatar img{
    display: inline-block;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin-bottom: 30px;
}

.testimonial .avatar {
    float: left;
    margin-right: 35px;
}

.testimonial .content {
    position: relative;
    overflow: hidden;
}

.testimonial .content p{
    color: #7e7e7e;
}

.testimonial-meta {
    margin-top: 10px;
    font-size: 14px;
    text-transform: uppercase;
    color: #222222;
    letter-spacing: 2px;

}

.testimonial-meta span {
    display: block;
    font-size: 12px;
    color: #7f7f7f;
}


.light-txt .testimonial-meta,
.light-txt .testimonial-meta span{
    color: #fff;

}


/*-------*/

#testimonial-2 .item {
    margin: 20px;
    text-align: center;
}

#testimonial-2 .item img{
    display: block;
    width: 100%;
    height: auto;
}

#testimonial-2.owl-theme .owl-controls .owl-page span {
    background: #cecece;
}

.light-txt.owl-theme .owl-controls .owl-page span {
    background: #cecece;
}

#testimonial-3.owl-theme .owl-controls .owl-page span {
    width: 30px;
    height: 5px;
}

#testimonial-2 .item .icon,
#testimonial-3 .item .icon{
    margin-bottom: 30px;
    display: inline-block;
    font-size: 30px;
}

.big-icon .item .icon {
    font-size: 60px !important;
}


#testimonial-2 .content p,
#testimonial-3 .content p,
.light-txt .content p{
    font-style: italic;
    font-size: 16px;
    line-height: 30px;
}

.light-txt.owl-theme .owl-controls {
    margin-top: 20px;
    text-align: center;
}

.outer-border {
    border: 1px solid #ececec;
    padding: 30px;
}

.tst-thumb {
    width: 100px;
    height: auto;
    display: inline-block;
    margin-bottom: 20px;
}

.circle {
    border-radius: 50%;
}


/**/

.testimonial-parallax {
/*     background-image: url("../../img/parallax/2.jpg"); */
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.testimonial-alt .testi-auth .avatar {
    float: left;
    margin-right: 30px;
}

.testimonial-alt .content {
    background: #f5f5f5;
    padding: 20px;
    margin-bottom: 30px;
    display: inline-block;
    border-radius: 4px;
    position: relative;
}

.testimonial-alt .content:after {
    background-color: #f5f5f5;
    border-color: #f5f5f5;
    border-image: none;
    border-right: 1px solid #f5f5f5;
    border-style: none;
    bottom: -7px;
    content: "";
    display: block;
    height: 14px;
    left: 25px;
    position: absolute;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    width: 15px;
}

.testimonial-alt .content p {
    margin: 0;
    padding: 0;
}

.testimonial-alt .testi-auth .testimonial-meta {
    margin-top: 15px;
    display: inline-block;
}

.testimonial-alt .testi-auth .avatar,
.testimonial-alt .testi-auth .avatar a,
.testimonial-alt .testi-auth .avatar img{
    width: 70px;
    height: 70px;
    border-radius: 50%;
}


#testimonial-4.owl-theme .owl-controls .owl-page span {
    background: #cecece;
    width: 8px;
    height: 8px;
}

.left-align {
    text-align: left !important;
}

.testimonial-thumb {
    width: 100px;
    height: 100px;
    display: inline-block;
    margin-bottom: 50px;
}

.testimonial-thumb img {
    width: 100%;
    height: auto;
}
/*!***********************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./css/shortcodes/progress-bar.css ***!
  \***********************************************************************************/
/*------------------------------------------------------------------
    progress bar
-------------------------------------------------------------------*/


.massive-progress{
    margin-top: 10px;
    margin-bottom: 50px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    overflow: visible;
    height: 20px;
    background: #EAE8E8;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.massive-progress .progress-bar{
    padding-top: 0px;
    padding-left: 10px;
    position: relative;
    overflow: visible;
    background-color: #222;
    font-size: 10px;
    color: #fff;
    text-align: left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    box-shadow: none;
    line-height: 20px;
}
.massive-progress .progress-bar > span{
    display: inline-block;
    min-width: 25px;
    height: 20px;
    padding: 0px 8px;
    position: absolute;
    top: -28px;
    right: -5px;
    text-align: center;
    line-height: 20px;
    letter-spacing: 0;
    background-color: rgba(0,0,0,.6) !important;
    color: #fff;
    border-radius: 30px;
}


.massive-progress .progress-bar > span:before{
    background-color: #666666;
    border-color: #666666;
    border-image: none;
    border-right: 1px solid #666666;
    border-style: none;
    bottom: -2px;
    content: "";
    display: block;
    height: 5px;
    left: 15px;
    position: absolute;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    width: 5px;
}

.post-parallax .massive-progress .progress-bar > span {
    background-color: #A4A4A4 !important;
    color: #222 !important;
}


.post-parallax .massive-progress .progress-bar > span:before{
    background-color: #A4A4A4;
    border-color: #A4A4A4;
    border-image: none;
    border-right: 1px solid #A4A4A4;
}


/* Alt progress bar */

.massive-progress-alt {
    height: 30px;
    margin-bottom: 30px;
    background: #f2f2f2;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.massive-progress-alt .progress-bar {
    line-height: 30px;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    overflow: visible;
    background-color: #222;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
    text-align: left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    box-shadow: none;
}

.massive-progress-alt .progress-bar span {
    float:right;
}

.highlight pre{
    border-color: #eaeaea;
    background: #fcfcfc;
    color: #555;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}


.massive-progress-alt.progress-theme-color .progress-bar,
.massive-progress-alt.progress-theme-color .progress-bar > span{
    color: #fff;
}


.progress-light-trans-bg {
    background: rgba(255,255,255,.1);
}


/*!****************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./css/shortcodes/alert.css ***!
  \****************************************************************************/
/*------------------------------------------------------------------
    alert
-------------------------------------------------------------------*/


.alert{
    margin: 0 auto 10px;
    padding:20px;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

    font-size: 11px;
    letter-spacing: 1px;
    text-transform: uppercase;

    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;

}

.alert-dismissable .close, .alert-dismissible .close{
    right: 0;
}

.success-border{
    border-color: #d6e9c6;
    color: #3c763d;
}

.info-border{
    border-color: #bce8f1;
    color: #31708f;
}

.warning-border{
    border-color: #faebcc;
    color: #8a6d3b;
}

.danger-border{
    border-color: #ebccd1;
    color: #a94442;
}

/*!********************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./css/shortcodes/icon-list.css ***!
  \********************************************************************************/
/*------------------------------------------------------------------
    icon list
-------------------------------------------------------------------*/

.icon-list {
    list-style: none;
    padding-left: 20px;
}

.icon-list li{
    line-height: 30px;
}

.icon-list li i{
    width: 20px;
    display: inline-block;
    margin-right: 10px;
}

.icon-border li i{
    border: 1px solid #ddd;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
}

.icon-border li,
.icon-bg-box li,
.icon-dark li {
    margin-bottom: 10px;
}

.icon-bg-box li i{
    background: #ddd;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;

}

.icon-dark li i{
    background: #222;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff;
}

.circle li i{
    border-radius: 50%;
}

.radius li i{
    border-radius: 4px;
}

/*!********************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./css/shortcodes/subscribe.css ***!
  \********************************************************************************/
/*------------------------------------------------------------------
    subscribe
-------------------------------------------------------------------*/

.subscribe-box {
    padding: 40px;
    display: inline-block;
    width: 100%;
}

.subscribe-box,
.full-width.subscribe-box .container {
    position: relative;
}

.subscribe-box h1,
.subscribe-box h2,
.subscribe-box h3,
.subscribe-box h4,
.subscribe-box h5,
.subscribe-box h6 {
    margin-bottom: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
}


.text-center .subscribe-info span,
.text-center .subscribe-info {
    display: inline-block;
}

.subscribe-info,
.subscribe-form {
    float: left;
}

.subscribe-info {
    width: 40%;
}

.subscribe-form {
    width: 60%;
}

.subscribe-form input {
    height: 52px;
    width: 75% !important;
    background: #fff;
    border: 1px solid #FFFFFF;
    box-shadow: none;
}

.subscribe-form input:focus {
    box-shadow: none;
    border: 1px solid #222;
}

.subscribe-form .btn {
    margin-right: 0;
    float: right;
}

.text-center .subscribe-info {
    padding-right: 0px;
}

.subscribe-box.text-center .subscribe-info,
.subscribe-box.text-center .subscribe-form {
    width: 100%;
}

.subscribe-box.text-center .subscribe-info {
    margin-bottom: 50px;
}

.subscribe-box.text-center .subscribe-form input,
.subscribe-box.text-center .subscribe-form .btn{
    display: inline-block;
    float: none;
    border: none;
    margin: 0 5px;
}


.subscribe-box.dark-bg .subscribe-form input,
.subscribe-box.border-box .subscribe-form input{
    border: none;
}


.subscribe-info h1 span,
.subscribe-info h2 span,
.subscribe-info h3 span,
.subscribe-info h4 span,
.subscribe-info h5 span,
.subscribe-info h6 span {
    margin-top: 0px;
    display:inline;
}

.subscribe-info span {
    margin-top: 10px;
    display: block;
    color: #7e7e7e;
}

.subscribe-box.border-box .subscribe-form input,
.subscribe-box.gray-bg {
    background: #f8f8f8;
}

.subscribe-box.dark-bg {
    background: #222;
}

.light-txt {
    color: #fff !important;
}

.round-5 {
    border-radius: 5px;
}

.text-center .subscribe-info span {
    margin-bottom: 20px;
    width: 100%;
}


.subscribe-box a.btn {
    padding: 15px 30px;
}

.subscribe-box.border-box {
    border: 1px solid #ececec;
}

.full-width.subscribe-box {
    padding: 40px 0;
}


.full-width.subscribe-box .promo-btn {
    right: 0px;
}


.radius-less {
    border-radius: 0 !important;
}
/*!*******************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./css/shortcodes/timeline.css ***!
  \*******************************************************************************/
/*------------------------------------------------------------------
    timeline
-------------------------------------------------------------------*/

.timeline {
  border-collapse: collapse;
  border-spacing: 0;
  display: table;
  position: relative;
  table-layout: fixed;
  width: 100%;
}
.timeline .time-show {
  margin-right: -75px;
  margin-top: 30px;
  position: relative;
  margin-bottom: 30px;
}

.timeline .time-show a {
  color: #fff;
}

.timeline:before {
  background-color: #d8d9df;
  bottom: 0px;
  content: '';
  left: 10%;
  position: absolute;
  top: 30px;
  width: 1px;
  z-index: 0;
}
h3.timeline-title {
  margin: 0;
  color: #c8ccd7;
  font-size: 20px;
  font-weight: 400;
  margin: 0 0 5px;
  text-transform: uppercase;
}
.t-info {
  color: #c8ccd7;
}
.timeline-item:before,
.timeline-item.alt:after {
  content: '';
  display: block;
  width: 50%;
}
.timeline-item {
  display: table-row;
  margin-bottom: 50px;
  display: inline-table;
  width: 100%;
}
.timeline-desk {
  display: table-cell;
  vertical-align: top;
  width: 90%;
  position: relative;
}
.timeline-desk h1 {
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 5px;
}
.timeline-desk .panel {
  display: block;
  margin-left: 45px;
  text-align: left;
  background: none;
  box-shadow: none;
  border-radius: 0;
}

.timeline .timeline-icon {
  left: -35px;
  position: absolute;
  top: 5px;
}
.timeline .timeline-icon {
  background: #c7cbd6;
}
.timeline-desk span a {
  text-transform: uppercase;
}

.timeline .timeline-icon {
  background: #f9333e;
  border: 5px solid #fff;
}

.timeline .timeline-icon.light {
  background: #fff;
}

.timeline .timeline-icon {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  display: block;
  height: 70px;
  width: 70px;
  line-height: 60px;
  text-align: center;
  color: #fff;
  font-size: 40px;
}

.timeline .timeline-icon i {
  margin-top: 9px;
}

.timeline-item.alt .timeline-icon {
  left: auto;
  right: -35px;
}

.timeline .time-icon:before {
  font-size: 16px;
  margin-top: 5px;
}

.timeline .timeline-date {
  left: -245px;
  position: absolute;
  text-align: right;
  top: 12px;
  width: 150px;
  display: none;
}

.timeline-item.alt .timeline-date {
  left: auto;
  right: -245px;
  text-align: left;
  display: none;
}

.timeline-desk h5 span {
  color: #999999;
  display: block;
  font-size: 12px;
  margin-bottom: 4px;
}

.timeline-item.alt:before {
  display: none;
}
.timeline-item:before,
.timeline-item.alt:after {
  content: '';
  display: block;
  width: 50%;
}

.timeline-desk p {
  font-size: 16px;
  margin-bottom: 0;
  color: #3c3b3b;
}

.timeline-desk a {
}

.timeline-desk .panel {
  margin-bottom: 5px;
}

.timeline-desk .album {
  margin-top: 20px;
}

.timeline-item.alt .timeline-desk .album {
  margin-top: 20px;
  float: right;
}

.timeline-desk .album a {
  margin-right: 5px;
  float: left;
}

.timeline-item.alt .timeline-desk .album a {
  margin-left: 5px;
  float: right;
}

.timeline-desk .notification {
  background: none repeat scroll 0 0 #ffffff;
  margin-top: 20px;
  padding: 8px;
}

.timeline-item.alt .panel {
  margin-left: 0;
  margin-right: 45px;
}

.timeline-item.alt h1,
.timeline-item.alt p {
  text-align: right;
}

/*----*/

.timeline.dark {
}

.timeline.dark:before {
  background-color: #fff;
  bottom: 0px;
  content: '';
  left: 50%;
  position: absolute;
  top: 30px;
  width: 1px;
  z-index: 0;
}
.timeline.dark h3.timeline-title {
  margin: 0;
  color: #333;
  font-size: 20px;
  font-weight: 400;
  margin: 0 0 5px;
  text-transform: uppercase;
}

.timeline.dark .timeline-desk h1 {
  color: #fff;
}

.timeline.dark .timeline-desk p {
  color: #7e7e7e;
}

.timeline.dark .timeline-icon {
  background: #fff;
  border: 5px solid #000;
}

.timeline.dark .timeline-icon {
  color: #222;
}

.timeline-parallax {
  /*     background-image: url("../../img/parallax/t-parallax.jpg"); */
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  background-size: cover;
}

/*!************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./css/shortcodes/pricing-table.css ***!
  \************************************************************************************/
/*------------------------------------------------------------------
    pricing table
-------------------------------------------------------------------*/


.price-col {
    background: #fff;
    border: 1px solid #e8e8e8;
    padding: 50px;
    text-align: center;
}

.price-col.feature {
    background: #222222;
    border: 1px solid #222222;
}

.price-col h1 {
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.price-col  .p-value {
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    padding: 25px 0;
    margin-bottom: 40px;
}

.price-col.feature .p-value {
    border-top: 1px solid rgba(255,255,255,.2);
    border-bottom: 1px solid rgba(255,255,255,.2);
    padding: 25px 0;
    margin-bottom: 40px;
}

.price-col  .dollar {
    font-size: 42px;
    font-weight: normal;
}

.price-col  .dollar span {
    font-size: 16px;
    margin-left: -10px;
}

.price-col  .duration {
    font-size: 12px;
    text-transform: uppercase;
}

.price-col ul {
    list-style: none;
    padding: 0;
    margin-bottom: 40px;
    display:block;

}

.price-col ul li {
    margin-bottom: 15px;
    color: #222222;
}

.price-col.feature ul li {
    color: #7d7d7d;
}

.price-col .p-btn {
    border: 1px solid #e8e8e8;
    padding: 15px 20px;
    display: inline-block;
    color: #222222;
    text-transform: uppercase;
    display: inherit;
    /*font-family: 'Abel', sans-serif;*/
    font-weight: normal;
    /*letter-spacing: 2px;*/
}

.price-col .p-btn:hover {
    border: 1px solid #222;
    background: #222;
}

.price-col.feature .p-btn, .price-col.feature .p-btn:hover {
    background: #fff;
    color: #222;
}

.price-col.feature .p-btn:hover,
.price-col .p-btn:hover,
.price-col.feature {
    color: #fff;
}



.p-table-gutter-less .col-lg-1,
.p-table-gutter-less .col-lg-10,
.p-table-gutter-less .col-lg-11,
.p-table-gutter-less .col-lg-12,
.p-table-gutter-less .col-lg-2,
.p-table-gutter-less .col-lg-3,
.p-table-gutter-less .col-lg-4,
.p-table-gutter-less .col-lg-5,
.p-table-gutter-less .col-lg-6,
.p-table-gutter-less .col-lg-7,
.p-table-gutter-less .col-lg-8,
.p-table-gutter-less .col-lg-9,
.p-table-gutter-less .col-md-1,
.p-table-gutter-less .col-md-10,
.p-table-gutter-less .col-md-11,
.p-table-gutter-less .col-md-12,
.p-table-gutter-less .col-md-2,
.p-table-gutter-less .col-md-3,
.p-table-gutter-less .col-md-4,
.p-table-gutter-less .col-md-5,
.p-table-gutter-less .col-md-6,
.p-table-gutter-less .col-md-7,
.p-table-gutter-less .col-md-8,
.p-table-gutter-less .col-md-9,
.p-table-gutter-less .col-sm-1,
.p-table-gutter-less .col-sm-10,
.p-table-gutter-less .col-sm-11,
.p-table-gutter-less .col-sm-12,
.p-table-gutter-less .col-sm-2,
.p-table-gutter-less .col-sm-3,
.p-table-gutter-less .col-sm-4,
.p-table-gutter-less .col-sm-5,
.p-table-gutter-less .col-sm-6,
.p-table-gutter-less .col-sm-7,
.p-table-gutter-less .col-sm-8,
.p-table-gutter-less .col-sm-9,
.p-table-gutter-less .col-xs-1,
.p-table-gutter-less .col-xs-10,
.p-table-gutter-less .col-xs-11,
.p-table-gutter-less .col-xs-12,
.p-table-gutter-less .col-xs-2,
.p-table-gutter-less .col-xs-3,
.p-table-gutter-less .col-xs-4,
.p-table-gutter-less .col-xs-5,
.p-table-gutter-less .col-xs-6,
.p-table-gutter-less .col-xs-7,
.p-table-gutter-less .col-xs-8,
.p-table-gutter-less .col-xs-9,

.price-table-row .p-table-gutter-less .col-lg-1,
.price-table-row .p-table-gutter-less .col-lg-10,
.price-table-row .p-table-gutter-less .col-lg-11,
.price-table-row .p-table-gutter-less .col-lg-12,
.price-table-row .p-table-gutter-less .col-lg-2,
.price-table-row .p-table-gutter-less .col-lg-3,
.price-table-row .p-table-gutter-less .col-lg-4,
.price-table-row .p-table-gutter-less .col-lg-5,
.price-table-row .p-table-gutter-less .col-lg-6,
.price-table-row .p-table-gutter-less .col-lg-7,
.price-table-row .p-table-gutter-less .col-lg-8,
.price-table-row .p-table-gutter-less .col-lg-9,
.price-table-row .p-table-gutter-less .col-md-1,
.price-table-row .p-table-gutter-less .col-md-10,
.price-table-row .p-table-gutter-less .col-md-11,
.price-table-row .p-table-gutter-less .col-md-12,
.price-table-row .p-table-gutter-less .col-md-2,
.price-table-row .p-table-gutter-less .col-md-3,
.price-table-row .p-table-gutter-less .col-md-4,
.price-table-row .p-table-gutter-less .col-md-5,
.price-table-row .p-table-gutter-less .col-md-6,
.price-table-row .p-table-gutter-less .col-md-7,
.price-table-row .p-table-gutter-less .col-md-8,
.price-table-row .p-table-gutter-less .col-md-9,
.price-table-row .p-table-gutter-less .col-sm-1,
.price-table-row .p-table-gutter-less .col-sm-10,
.price-table-row .p-table-gutter-less .col-sm-11,
.price-table-row .p-table-gutter-less .col-sm-12,
.price-table-row .p-table-gutter-less .col-sm-2,
.price-table-row .p-table-gutter-less .col-sm-3,
.price-table-row .p-table-gutter-less .col-sm-4,
.price-table-row .p-table-gutter-less .col-sm-5,
.price-table-row .p-table-gutter-less .col-sm-6,
.price-table-row .p-table-gutter-less .col-sm-7,
.price-table-row .p-table-gutter-less .col-sm-8,
.price-table-row .p-table-gutter-less .col-sm-9,
.price-table-row .p-table-gutter-less .col-xs-1,
.price-table-row .p-table-gutter-less .col-xs-10,
.price-table-row .p-table-gutter-less .col-xs-11,
.price-table-row .p-table-gutter-less .col-xs-12,
.price-table-row .p-table-gutter-less .col-xs-2,
.price-table-row .p-table-gutter-less .col-xs-3,
.price-table-row .p-table-gutter-less .col-xs-4,
.price-table-row .p-table-gutter-less .col-xs-5,
.price-table-row .p-table-gutter-less .col-xs-6,
.price-table-row .p-table-gutter-less .col-xs-7,
.price-table-row .p-table-gutter-less .col-xs-8,
.price-table-row .p-table-gutter-less .col-xs-9 {
    padding: 0;
}

.p-table-gutter-less .price-col {
    margin-right: -1px;
}

.price-table-parallax {
/*     background-image: url("../../img/parallax/2.jpg"); */
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
}




.price-table-row .col-lg-1,
.price-table-row .col-lg-10,
.price-table-row .col-lg-11,
.price-table-row .col-lg-12,
.price-table-row .col-lg-2,
.price-table-row .col-lg-3,
.price-table-row .col-lg-4,
.price-table-row .col-lg-5,
.price-table-row .col-lg-6,
.price-table-row .col-lg-7,
.price-table-row .col-lg-8,
.price-table-row .col-lg-9,
.price-table-row .col-md-1,
.price-table-row .col-md-10,
.price-table-row .col-md-11,
.price-table-row .col-md-12,
.price-table-row .col-md-2,
.price-table-row .col-md-3,
.price-table-row .col-md-4,
.price-table-row .col-md-5,
.price-table-row .col-md-6,
.price-table-row .col-md-7,
.price-table-row .col-md-8,
.price-table-row .col-md-9,
.price-table-row .col-sm-1,
.price-table-row .col-sm-10,
.price-table-row .col-sm-11,
.price-table-row .col-sm-12,
.price-table-row .col-sm-2,
.price-table-row .col-sm-3,
.price-table-row .col-sm-4,
.price-table-row .col-sm-5,
.price-table-row .col-sm-6,
.price-table-row .col-sm-7,
.price-table-row .col-sm-8,
.price-table-row .col-sm-9,
.price-table-row .col-xs-1,
.price-table-row .col-xs-10,
.price-table-row .col-xs-11,
.price-table-row .col-xs-12,
.price-table-row .col-xs-2,
.price-table-row .col-xs-3,
.price-table-row .col-xs-4,
.price-table-row .col-xs-5,
.price-table-row .col-xs-6,
.price-table-row .col-xs-7,
.price-table-row .col-xs-8,
.price-table-row .col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

/*!********************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./css/shortcodes/error-404.css ***!
  \********************************************************************************/
/*------------------------------------------------------------------
    error 404
-------------------------------------------------------------------*/
.error-avatar {

}

.error404 {
    color: #222222;
    font-size: 140px;
    line-height: 140px;
    display: block;
    margin-top: 20px;
    font-weight: 100;
}

.error-txt {
    font-size: 22px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 50px;
    display: block;
}

.error-info {
    padding-left: 60px;
    border-left: 1px solid #ddd;
}

.error-parallax {
/*     background-image: url("../../img/parallax/404_parallax.jpg"); */
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    height: 100vh;
}

.error-parallax .error-avatar {
    margin-top: 180px;
    display: block;
    margin-bottom: 50px;
}

.error-parallax .error-info {
    padding-left: 0px;
    border-left: none;
}

.error-parallax .error-info .error404,
.error-parallax .error-info .error-txt {
    color: #fff;
}
/*!*****************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./css/shortcodes/career.css ***!
  \*****************************************************************************/
/*------------------------------------------------------------------
    career-box
-------------------------------------------------------------------*/


.career-list {
    position: relative;
}

.career-box {
    border: 1px solid #eaeaea;
    padding: 50px 30px;
    margin-bottom: 30px;
    display: inline-block;
    background: #fff;
}

a.show-detail {
    margin-top: 30px;
    display: inline-block;
    text-transform: uppercase;
    color: #cbcbcb;
    font-size: 12px;
}

a.show-detail:after{
    content:"\f178";
    font-family: 'FontAwesome';
    padding-left: 10px;
}

.career-details-info {
    display: none;
}

.career-details-info {
    padding: 30px 0 0 0;
    background: #fff;
    z-index: 1;
}

.career-details-info {
    width: 100%;
    float: left;
    text-align: left;
}

.career-details-info .c-list-row {
    margin-bottom: 30px;
    display: block;
}

.career-details-info .c-list-row label {
    float: left;
    text-transform: uppercase;
    /*font-family: 'Abel', sans-serif;*/
    letter-spacing: 1px;
}

.career-details-info .c-list-row .info {
    padding-left: 100px;
    font-size: 14px;
    color: #7e7e7e;
}

.career-details-info .c-list-row ul {
    padding: 0;
}

.career-details-info .c-list-row ul li {
    padding: 0;
    font-size: 14px;
    font-family: 'Lato', sans-serif;
    color: #7e7e7e;
}

.career-form .form-control {
    box-shadow: none;
    border: 1px solid #e4e4e4;
    margin-bottom: 30px;
}

.career-form label {
    font-weight: normal;
}
/*!****************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./css/shortcodes/login.css ***!
  \****************************************************************************/
/*------------------------------------------------------------------
    login
-------------------------------------------------------------------*/

.login {
    position: relative;
}

.login .form-control {
    box-shadow: none;
    height: 40px;
}

.login .form-group {
    margin-bottom: 20px;
}

.login .form-group label {
    font-weight: normal;
}

.login .container{
    position: absolute;
    top: 50%;
    width: 100%;
    margin-top: -330px;
}

.login.register .container{
    position: static;
    top: auto;
    width: 100%;
    margin-top:  0px;
}

.login-bg {
    background: #f5f5f5;
    height: 100vh;
}

.login-parallax {
/*     background-image: url("../../img/parallax/3.jpg"); */
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
}

.login-parallax .login-box {
    background: rgba(255,255,255,0.9);
}

.login-box {
    width: 450px;
    margin: 0 auto;
    background: #fff;
    padding: 30px;
}

.login-box.gray-bg {
    background: #f5f5f5;
    width: auto;
}

.login-logo {
    padding: 50px 0;
}

.full-width {
    width: 100%;
    position: relative;
}

.login-social-link {
    display: inline-block;
    margin-bottom: 15px;
    width: 100%;
}

.login-social-link a.facebook {
    background: #3b5999;
    margin-right: 22px;
    float: left;
}

.login-social-link a.facebook:hover {
    background: #30497d;
    color: #fff;
}

.login-social-link a {
    color: #fff;
    padding: 10px 38px;
    border-radius: 4px;
    width: 47%;
    text-align: center;
}

.login-social-link a.twitter {
    background: #63c6ff;
    float: left;
}

.login-social-link a.twitter:hover {
    background: #4c98c4;
    color: #fff;
}

.copyright-row {
    color: #fff;
    margin-top: 20px;
}

/**/

.login-accordion > dd {
    padding: 10px 0;
}


.login-accordion .login .form-control,
.tab-pane .form-control {
    border-radius: 0;
}

.dark-txt {
    color: #222;
}

.border-less-input input {
    border: none;
}

.login-bg-input input {
    background: #f5f5f5;
}
/*!*******************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./css/shortcodes/carousel.css ***!
  \*******************************************************************************/
/*------------------------------------------------------------------
    carousel
-------------------------------------------------------------------*/

#img-carousel .item {
    margin: 5px;
}
#img-carousel .item img {
    display: block;
    width: 100%;
    height: auto;
}

#portfolio-carousel .portfolio-item img,
#portfolio-carousel-alt .portfolio-item img {
    display: block;
    width: 100%;
    height: auto;
}

#portfolio-carousel.portfolio.col-3 .portfolio-item,
#portfolio-carousel-alt.portfolio.col-3 .portfolio-item{
    width: 100%;
}

#portfolio-carousel.portfolio .portfolio-item,
#portfolio-carousel-alt.portfolio .portfolio-item{
    padding: 5px;
}

.owl-theme .owl-controls .owl-page span {
    background: #eaeaea !important;
}

#portfolio-carousel.owl-theme .owl-controls {
    margin-top: 10px;
    text-align: center;
    position: absolute;
    top: -100px;
    right: 0;
}


#portfolio-carousel-alt.owl-theme .owl-controls {
    margin-top: 10px;
    text-align: center;
    position: absolute;
    bottom: 86px;
    left: -100px;
}

#portfolio-carousel.owl-theme .owl-controls .owl-buttons div,
#portfolio-carousel-alt.owl-theme .owl-controls .owl-buttons div{
    border-radius: 0;
    background: #E5E5E5;
    padding: 8px 16px;
}

#portfolio-carousel.owl-theme .owl-controls .owl-buttons div i,
#portfolio-carousel-alt.owl-theme .owl-controls .owl-buttons div i{
    color: #000;
    font-weight: bold;
}

#portfolio-carousel-alt.portfolio {
    margin:0;
}

/**/

.c-info-row {

}

.c-info-row .c-info {
    width: 30%;
}

.c-info-row .c-info {
    padding-right: 30px;
}

.c-info-row .c-slide {
    width: 70%;
}

.c-info-row .c-info,
.c-info-row .c-slide {
    float: left;
}

/**/

.slides li,
.carousel.slide .carousel-inner {
    position: relative;
}

.slides .caption,
.carousel.slide .carousel-inner .caption {
    position: absolute;
    bottom: 50px;
    left: 0;
    background: rgba(0,0,0,0.5);
    padding: 15px 20px;
    color: #fff;
    font-size: 24px;
}


/*---arrow carousel---*/

.full-width img {
    width: 100%;
    height: auto;
}

.carousel.slide .carousel-control {
    width: 50%;
    z-index: 90;
}

.carousel.slide  a.right.carousel-control:hover {
/*     cursor: url(../../img/carousel/arrow_right.png), auto; */
}

.carousel.slide  a.left.carousel-control:hover {
/*     cursor: url(../../img/carousel/arrow_left.png), auto; */
}

.carousel.slide  a.left.carousel-control,
.carousel.slide  a.right.carousel-control{
    background-image: none;
}

.carousel.slide  .carousel-fade .carousel-control {
    z-index: 5000;
}

.carousel.slide  .carousel-control:hover,
.carousel.slide .carousel-control:focus {
    opacity: 1;
    filter: alpha(opacity=100);
}



/**/


.carousel-fade .carousel-inner .item {
    opacity: 0;
    transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
    opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

.carousel-fade .carousel-control {
    z-index: 5000;
}


@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}


/**/

.side-object .object {
    width: 30%;
    margin-top: 100px;
    position: relative;
    height: 400px;
}

.side-object .object img{
    position: absolute;
    left: 0;
    bottom: 0;
}

.side-object .content {
    width: 70%;
    text-align: left;
    padding: 200px 0 0 100px;
}
.side-object .object,
.side-object .content {
    float: left;
}


#carousel-object .owl-controls {
    position: absolute;
    bottom: 30px;
    right: 0;
}

/*----------*/

.slider-full-screen,
.slider-full-width,
.slider-boxed .container{
    position: relative;
}

.slider-full-screen img {
    width: 100%;
    height: 100vh;
}

.slider-full-width img,
.slider-boxed img{
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
}


.slider-boxed {
    margin-top: 50px;
}

.slider-boxed .container {
    padding: 0;
}


/*---------------*/

#owl-slider .owl-item div{
    padding:0px;
}

#owl-slider .owl-item img{
    display: block;
    width: 100%;
    height: auto;
}
#owl-slider .owl-pagination{
    bottom: 50px;
    position: relative;
}


#owl-slider.owl-theme .owl-controls .owl-page span {
    display: block;
    width: 50px;
    height: 5px;
    margin: 5px 7px;
    filter: Alpha(Opacity=50);
    opacity: 0.5;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0;
}

#owl-slider.owl-theme .owl-controls .owl-page.active span {
    filter: Alpha(Opacity=100);
    opacity: 1;
    z-index: 1200;
}

#owl-slider .owl-buttons {
    position: absolute;
    right: 30px;
    top:50% ;
    margin-top: -70px;
}

#owl-slider.owl-theme .owl-controls .owl-buttons div {
    color: #FFF;
    display: block;
    zoom: 1;
    margin: 5px;
    padding: 5px 15px;
    font-size: 20px;
    border-radius: 0;
    background: #000;
    filter: Alpha(Opacity=50);
    opacity: 0.5;
}

#owl-slider.owl-theme .owl-controls .owl-buttons div:hover {
    opacity: 1;
}
/*!*******************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./css/shortcodes/side-nav.css ***!
  \*******************************************************************************/
/*------------------------------------------------------------------
    left side nav fixed
-------------------------------------------------------------------*/

body.left-nav-fixed {
    overflow-x: hidden;
}

.left-nav-fixed .wrapper  {
    margin-left: 260px;
}

.left-nav-fixed .logo-area  {
    padding: 40px 20px;
    display: inline-block;
    width: 100%;
}
.left-nav-fixed .logo-brand  {
    float: none;
    margin: 0;
}

.left-nav-fixed #header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 300;
    width: 260px;
    height: 100%;
    background-color: #FFF;
    border-right: 1px solid #eee;
}

.border-less {
    border: none !important;
}


.left-nav-fixed header.header-full-width .container,
.left-nav-fixed header .container {
    width: 100%;
    padding: 0;
}

.left-nav-fixed .container {
    width: auto;
    padding: 0 30px;
}

.left-nav-fixed .menuzord-menu>li>a,
.left-nav-fixed header.sticky .menuzord-menu>li>a {
    padding: 0;
}

.left-nav-fixed .menuzord-menu li,
.left-nav-fixed .menuzord-menu li a{
    width: 100%;
}

.left-nav-fixed  .menuzord-menu>li>a {
    line-height: 40px;
    padding: 0 20px;
}

.left-nav-fixed .menuzord-menu li ul {
    margin-left: 258px;
    margin-top: -40px;
}

.left-nav-fixed .menuzord-menu li .megamenu-row ul {
    margin-left: 0;
    margin-top: 0;
}

.left-nav-fixed  .menuzord-menu>li>.megamenu {
    width: 800px;
    padding: 20px;
    left: 260px;
    position: absolute;
    display: none;
    z-index: 99;
    border-top: none;
    background: none;
    margin-top: -40px;
    background: #fff;
}


.left-nav-fixed header .light-header,
.left-nav-fixed header.sticky .light-header,
.left-nav-fixed #header.transparent-header.sticky .light-header,
.left-nav-fixed .light-nav {
    background: none !important;
}

.left-nav-fixed header.sticky .header-sticky {
    box-shadow: none;
}

.left-nav-fixed header.sticky .header-sticky,
.left-nav-fixed header.transparent-header {
    position: static;
    width: 100%;
}


.left-nav-fixed .menuzord-menu>li>a,
.left-nav-fixed header.sticky .menuzord-menu>li>a,
.left-nav-fixed .logo-brand, header.sticky .logo-brand,
.left-nav-fixed header li.nav-icon i,
.left-nav-fixed header.sticky li.nav-icon i {
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
}

.left-nav-fixed .menuzord-menu li .indicator {
    margin-left: 3px;
    float: right;
}

.side-social-link {
    margin-top: 50px;
    display: inline-block;
    padding: 0 20px;
    text-align: center;
}

.side-social-link a {
    display: inline-block;
    margin: 0 2px;
    color: #bababa;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border: 1px solid #bababa;
    border-radius: 50%;
}

.side-social-link a:hover {
    color: #fff;
}



.left-nav-fixed .menuzord-menu>li>a {
    color: #222;
}

/*dark nav*/


.left-nav-fixed.dark-side-nav #header {
    background-color: #333;
    border-right: none;
}


.left-nav-fixed.dark-side-nav .menuzord-menu>li>a {
    color: #fff;
}

/*nav toggle*/

.side-nav-toggle {
    position: absolute;
    right: -50px;
    top: 15px;
    background-color: #fff;
    padding: 5px 10px;
    color: #222;
}

.side-nav-close .wrapper {
    margin-left: 0px !important;
}

.side-nav-close #header {
    left: -260px !important;
}


.side-nav-open .wrapper {
    margin-left: 260px;
}

.side-nav-open #header {
    left: 0px;
}

/*side-push-nav*/

.side-push-nav .container {
    width: 1170px;
}

.side-push-nav .wrapper,
.side-push-nav #header {
    transition:all 0.3s ease;
    -webkit-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
    -mos-transition:all 0.3s ease;
}


/*!********************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./css/shortcodes/countdown.css ***!
  \********************************************************************************/

/* ----------------------------------------------------------------
	countdown
-----------------------------------------------------------------*/

.count-down,
.count-down-alt {
    text-transform: uppercase;
    /*font-family: 'Abel', sans-serif;*/
}

.count-down .c-grid,
.count-down-alt .c-grid {
    width: 150px;
    height: 150px;
    display: inline-block;
    text-align: center;
    padding-top: 42px;
    margin: 0 20px;
}

.count-down.light-bg .c-grid,
.count-down-alt.light-bg .c-grid {
    background: #fff;
}

.count-down-alt .c-grid {
    border: 5px solid rgba(0,0,0,.2);
}

.count-down .c-grid  {
    border: 1px solid #e0e0e0;
}

.count-down .c-grid,
.count-down.light .c-grid  {
    border: 1px solid #fff;
}

.count-down.light .c-value,
.count-down.light .c-title,
.count-down-alt.light .c-value,
.count-down-alt.light .c-title {
    color: #fff;
}

.count-down .c-value,
.count-down .c-title,
.count-down-alt .c-value,
.count-down-alt .c-title {
    display: block;
}

.count-down .c-value,
.count-down-alt .c-value {
    font-size: 30px;
}

.count-down .c-title,
.count-down-alt .c-title {
    font-size: 14px;
    letter-spacing: 3px;
}

.count-down.circle .c-grid,
.count-down-alt.circle .c-grid  {
    border-radius: 50% !important;
}

.count-down.round .c-grid,
.count-down-alt.round .c-grid  {
    border-radius: 5px !important;
}

.count-parallax {
/*     background-image: url("../../img/parallax/5.jpg"); */
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
}

.relative {
    position: relative;
}


.count-icon {
    position: absolute;
    right: 0;
    top: 50px;
}

.count-icon i {
    font-size: 40px;
}

/*!************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./css/shortcodes/shortcodes.css ***!
  \************************************************************************************************************************/
/*-----------------------------------------------------------------------------------
    shortcodes style
-----------------------------------------------------------------------------------*/

/*!********************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./css/style.css ***!
  \********************************************************************************************************/
/*------------------------------------------------------------------
Common Stylesheet

Project:   Massive - Multipurpose Responsive Theme
Build:     Bootstrap 3 +
Author:    ThemeBucket

-------------------------------------------------------------------*/
/*------------------------------------------------------------------
Table of contents

0. tb preloader
1. import css files
2. typography
3. header
4. top mega menu
5. menu appear alt
6. floating menu
7. nav icon
8. nav link boxed
9. nav link border box
10. nav link border bottom
11. nav center align
12. nav bottom position
13. nav block left align
14. pre-defined >  margin top | margin bottom
15. body content
16. portfolio
17. portfolio with title
18. portfolio masonry
19. Isotope Filtering
20. portfolio details
21. portfolio nav
22. masonry grid
23. Flex Slider
24. slider revolution
25. maintenance
26. top bar
27. primary nav
28. countdown
29. bs slider
30. static banner
31. video banner
32. custom pagination
33. Product list
34. contact us
35. event page
36. magazine page
37. catering page
38. hotel page
39. app landing page
40. Slider Typist
41. Boxed View
42. scroll top

-------------------------------------------------------------------*/
/*-------------------------------------------------------------------
    import css files
-------------------------------------------------------------------*/
/*@import url("animate.css");
@import url("linea-icon.css");*/
/*-------------------------------------------------------------------
    tb preloader
-------------------------------------------------------------------*/
#tb-preloader {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999999;
  display: block;
  background: #fff; }

.tb-preloader-wave {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60px;
  height: 60px;
  margin: -30px 0 0 -30px; }

.tb-preloader-wave:before,
.tb-preloader-wave:after {
  position: absolute;
  display: inline-block;
  content: '';
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #222;
  -webkit-animation: preloader-wave 1.6s linear infinite;
  animation: preloader-wave 1.6s linear infinite; }

.tb-preloader-wave:after {
  animation-delay: -0.8s;
  -webkit-animation-delay: -0.8s; }

@keyframes preloader-wave {
  0% {
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
    opacity: 0.5;
    filter: alpha(opacity=50); }
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 0;
    filter: alpha(opacity=0); } }

@-webkit-keyframes preloader-wave {
  0% {
    -webkit-transform: scale(0, 0);
    opacity: 0.5;
    filter: alpha(opacity=50); }
  100% {
    -webkit-transform: scale(1, 1);
    opacity: 0;
    filter: alpha(opacity=0); } }

/* ----------------------------------------------------------------
	typography
-----------------------------------------------------------------*/
body {
  font-family: 'Source Sans Pro', 'Helvetica', 'Arial', sans-serif;
  line-height: 1.5;
  color: #323232;
  font-size: 15px;
  font-weight: 400;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased; }

a:active,
a:focus {
  outline: none !important; }

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #333;
  font-weight: 600;
  line-height: 1.5;
  margin: 0 0 30px 0;
  /*font-family: 'Abel', sans-serif;*/
  font-weight: normal; }

h1,
h2 {
  letter-spacing: 2px; }

h3,
h4 {
  letter-spacing: 2px; }

h5,
h6 {
  letter-spacing: 1px; }

a {
  text-decoration: none !important; }

a:hover,
a:focus {
  color: #323232; }

a:hover,
.btn,
.btn:hover {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease; }

a img,
iframe {
  border: none !important; }

p {
  margin: 0 0 30px;
  line-height: 30px;
  color: #7e7e7e; }

p,
li {
  font-family: 'Source Sans Pro', sans-serif; }

hr {
  margin-top: 0px;
  margin-bottom: 0px;
  border: 0;
  border-top: 1px solid #eee; }

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 30px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f9f9f9;
  border: 1px solid #ededed;
  border-radius: 0; }

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  position: relative;
  min-height: 1px;
  padding-right: 20px;
  padding-left: 20px;
  display: inline-block;
  vertical-align: top; }

/* .row {*/
/*margin-right: -30px;*/
/*margin-left: -30px;*/
/*} */
.btn-default {
  border-color: #e5e5e5; }

.column-two {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2; }

.column-three {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3; }

.column-four {
  -webkit-column-count: 4;
  -moz-column-count: 4;
  column-count: 4; }

.column-two,
.column-three,
.column-four {
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px; }

/* ----------------------------------------------------------------
	header
-----------------------------------------------------------------*/
.header-full-width .container {
  width: 100%;
  /* padding: 0 30px; */ }

.dark-header.header-bottom-border {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  height: 99px; }

.light-header.header-bottom-border {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  height: 99px; }

.sticky .dark-header.header-bottom-border,
.sticky .light-header.header-bottom-border {
  border: none;
  height: auto; }

#header .container {
  position: relative; }

header {
  width: 100%;
  height: 100px;
  z-index: 1000;
  position: relative; }

header.transparent-header.sticky + #fullscreen-banner {
  margin-top: -100px; }

header.transparent-header + #fullscreen-banner {
  margin-top: 0px; }

header + #fullscreen-banner {
  margin-top: -100px; }

#fullscreen-banner {
  position: relative; }

.left-nav-fixed header + #fullscreen-banner {
  margin-top: 0px; }

header.sticky .header-sticky,
header.transparent-header {
  position: fixed;
  width: 100%; }

header.sticky .header-sticky {
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05); }

header.sticky {
  height: 60px;
  z-index: 1000;
  position: fixed;
  top: 0px; }

header .logo-brand img {
  width: 200px;
  /*     float: left; */ }

header.sticky .logo-brand img,
header.sticky .logo-brand img.retina {
  width: 225px !important; }

header.nav-center-align .logo-brand img {
  height: auto;
  float: none;
  margin: 20px 0; }

#header.transparent-header .light-header,
#header.transparent-header .dark-header,
#header.transparent-header {
  background: transparent !important;
  z-index: 1000; }

#header.transparent-header .menuzord .logo-brand {
  z-index: 1200; }

header .light-header,
header.sticky .light-header,
#header.transparent-header.sticky .light-header,
.light-nav {
  background: #fff !important; }

header .dark-header,
header.sticky .dark-header,
#header.transparent-header.sticky .dark-header,
.dark-nav,
header.sticky .semi-transparent {
  background: #0a0a0a !important; }

.semi-transparent {
  background: rgba(10, 10, 10, 0.5) !important; }

/* ----------------------------------------------------------------
	top mega menu
-----------------------------------------------------------------*/
.menuzord {
  background: none;
  padding: 0; }

.menuzord-menu > li > a,
header.sticky .menuzord-menu > li > a,
.logo-brand,
header .logo-brand img,
header.sticky .logo-brand,
header.sticky .logo-brand img,
header,
header .sticky,
header li.nav-icon i,
header.sticky li.nav-icon i {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.nav-bottom {
  transition: none;
  -webkit-transition: none;
  -moz-transition: none; }

.menuzord-menu > li > a {
  line-height: 100px; }

.nav-border-bottom .menuzord-menu > li > a {
  line-height: 99px; }

header.sticky .menuzord-menu > li > a {
  line-height: 60px; }

.menuzord-menu > li > a,
header.sticky .menuzord-menu > li > a {
  padding: 0 12px; }

.logo-brand {
  margin: 0px 30px 0 0;
  /* line-height: 100px; */ }

header.sticky .logo-brand {
  line-height: 60px; }

.menuzord-menu ul.dropdown li a,
.menuzord-menu > li > .megamenu a,
.menuzord-menu > li > .megamenu h5,
.menuzord-menu ul.dropdown li a {
  /*color:#b0b0b0 ;*/
  color: #222; }

.menuzord-menu > li > .megamenu h5 {
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 20px;
  padding-left: 10px; }

.menuzord-menu > li > .megamenu .megamenu-row li a {
  padding: 8px 10px;
  width: 100%;
  display: inline-block;
  font-size: 12px; }

.menuzord-menu > li > .megamenu .megamenu-row li:hover a {
  /*background: rgba(255,255,255,.06);*/ }

.menuzord,
.menuzord * {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  font-family: 'Source Sans Pro', sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-weight: normal; }

.menuzord {
  width: 100%;
  float: left;
  position: relative; }

.menuzord a,
.menuzord-menu ul.dropdown li a {
  -o-transition: color 0.3s linear, background 0.3s linear;
  -moz-transition: color 0.3s linear, background 0.3s linear;
  -webkit-transition: color 0.3s linear, background 0.3s linear;
  transition: color 0.3s linear, background 0.3s linear; }

.menuzord-menu.scrollable > .scrollable-fix {
  display: none; }

.logo-brand {
  float: left;
  color: #666;
  text-decoration: none;
  font-size: 24px;
  font-weight: 600;
  cursor: pointer; }

.menuzord-menu {
  margin: 0;
  padding: 0;
  float: left;
  list-style: none; }

.menuzord-menu.menuzord-right {
  float: right; }

.menuzord-menu > li {
  display: inline-block;
  float: left;
  margin-left: 2px; }

.menuzord-menu > li > a {
  display: inline-block;
  text-decoration: none;
  font-size: 13px;
  font-weight: normal;
  outline: 0;
  -webkit-tap-highlight-color: transparent; }

.menuzord-menu > li > a,
.menuzord-menu > li > a > i,
.dark.menuzord-menu > li > a {
  color: #333; }

.light.menuzord-menu > li > a,
.light.menuzord-menu > li > a > i,
header .dark-header .menuzord-menu > li > a,
header .dark-header .menuzord-menu > li > a > i {
  color: #fff; }

.menuzord-menu > li.active > a,
.menuzord-menu > li:hover > a {
  color: #333; }

.menuzord-menu ul.dropdown,
.menuzord-menu ul.dropdown li ul.dropdown {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99;
  min-width: 190px;
  white-space: nowrap;
  background: #fff; }

.menuzord-menu ul.dropdown li ul.dropdown {
  left: 100%;
  top: -1px; }

.menuzord-menu ul.dropdown li {
  clear: both;
  width: 100%;
  border: 0;
  font-size: 12px;
  position: relative; }

.menuzord-menu ul.dropdown li a {
  width: 100%;
  background: 0 0;
  padding: 10px 25px 10px 22px;
  /*color: #b0b0b0;*/
  color: #222;
  text-decoration: none;
  display: inline-block;
  float: left;
  clear: both;
  position: relative;
  outline: 0; }

.menuzord-menu ul.dropdown li:hover > a {
  padding-right: 19px;
  color: #333;
  /*background: rgba(255,255,255,.06);*/ }

.menuzord-menu ul.dropdown.dropdown-left {
  left: none; }

.menuzord-menu ul.dropdown li ul.dropdown.dropdown-left {
  left: -100%; }

.menuzord-menu li .indicator {
  margin-left: 3px; }

.menuzord-menu li .indicator i {
  font-family: FontAwesome; }

.menuzord-menu li .indicator i.fa-angle-down:before {
  content: ''; }

.menuzord-menu li ul.dropdown li .indicator {
  position: absolute;
  top: 8px;
  right: 10px;
  font-size: 15px; }

.menuzord-menu > li > .megamenu {
  width: 100%;
  padding: 20px;
  left: 0;
  position: absolute;
  display: none;
  z-index: 99;
  border-top: solid 1px #f0f0f0;
  background: #fff; }

.menuzord-menu > li > .megamenu.megamenu-half-width {
  width: 50%;
  left: auto; }

.menuzord-menu > li > .megamenu.megamenu-quarter-width {
  width: 25%;
  left: auto; }

.menuzord-menu > li > .megamenu .megamenu-row {
  width: 100%;
  margin-top: 15px; }

.menuzord-menu > li > .megamenu .megamenu-row:first-child {
  margin-top: 0; }

.menuzord-menu > li > .megamenu .megamenu-row:after,
.menuzord-menu > li > .megamenu .megamenu-row:before {
  display: table;
  content: '';
  line-height: 0; }

.menuzord-menu > li > .megamenu .megamenu-row:after {
  clear: both; }

.menuzord-menu > li > .megamenu .megamenu-row .col1,
.menuzord-menu > li > .megamenu .megamenu-row .col10,
.menuzord-menu > li > .megamenu .megamenu-row .col11,
.menuzord-menu > li > .megamenu .megamenu-row .col12,
.menuzord-menu > li > .megamenu .megamenu-row .col2,
.menuzord-menu > li > .megamenu .megamenu-row .col3,
.menuzord-menu > li > .megamenu .megamenu-row .col4,
.menuzord-menu > li > .megamenu .megamenu-row .col5,
.menuzord-menu > li > .megamenu .megamenu-row .col6,
.menuzord-menu > li > .megamenu .megamenu-row .col7,
.menuzord-menu > li > .megamenu .megamenu-row .col8,
.menuzord-menu > li > .megamenu .megamenu-row .col9 {
  display: block;
  min-height: 20px;
  float: left;
  margin-left: 3%; }

.menuzord-menu
> li
> .megamenu
.megamenu-row
[class*='col']:first-child {
  margin-left: 0; }

.menuzord-menu > li > .megamenu .megamenu-row .col1 {
  width: 5.583333333333%; }

.menuzord-menu > li > .megamenu .megamenu-row .col2 {
  width: 14.166666666666%; }

.menuzord-menu > li > .megamenu .megamenu-row .col3 {
  width: 22.75%; }

.menuzord-menu > li > .megamenu .megamenu-row .col4 {
  width: 31.333333333333%; }

.menuzord-menu > li > .megamenu .megamenu-row .col5 {
  width: 39.916666666667%; }

.menuzord-menu > li > .megamenu .megamenu-row .col6 {
  width: 48.5%; }

.menuzord-menu > li > .megamenu .megamenu-row .col7 {
  width: 57.083333333333%; }

.menuzord-menu > li > .megamenu .megamenu-row .col8 {
  width: 65.666666666667%; }

.menuzord-menu > li > .megamenu .megamenu-row .col9 {
  width: 74.25%; }

.menuzord-menu > li > .megamenu .megamenu-row .col10 {
  width: 82.833333333334%; }

.menuzord-menu > li > .megamenu .megamenu-row .col11 {
  width: 91.416666666667%; }

.menuzord-menu > li > .megamenu .megamenu-row .col12 {
  width: 100%; }

.menuzord .showhide {
  width: 30px;
  height: 46px;
  padding: 13px 0 0;
  display: none;
  float: right;
  text-decoration: none;
  outline: 0;
  -webkit-tap-highlight-color: transparent; }

.menuzord .showhide em {
  width: 20px;
  height: 3px;
  margin: 3.5px 0px 0;
  float: right;
  background: #777; }

.menuzord-menu > li > a > i {
  margin: 0 5px 0 0;
  font-size: 18px;
  float: left;
  line-height: 20px;
  font-family: FontAwesome; }

.menuzord-menu > li.search form {
  float: left;
  padding: 22px 16px 17px; }

.menuzord-menu > li.search form input[type='text'] {
  width: 160px;
  padding: 5px 10px;
  border: none;
  background: #f0f0f0;
  border-radius: 2px;
  outline: 0;
  -o-transition: width 1s ease-out;
  -moz-transition: width 1s ease-out;
  -webkit-transition: width 1s ease-out;
  transition: width 1s ease-out; }

.menuzord-menu > li.search form:hover input[type='text'] {
  width: 160px; }

.menuzord-tabs {
  width: 100%;
  float: left; }

.menuzord-tabs-nav {
  width: 20%;
  margin: 0;
  padding: 0;
  float: left;
  list-style: none; }

.menuzord-tabs-nav > li > a {
  width: 100%;
  padding: 7px 16px;
  float: left;
  font-size: 13px;
  text-decoration: none;
  color: #666;
  border: 1px solid #f0f0f0;
  outline: 0; }

.menuzord-tabs-nav li.active a,
.menuzord-tabs-nav li:hover a {
  background: #f0f0f0; }

.menuzord-tabs-content {
  width: 80%;
  min-height: 30px;
  padding: 20px;
  float: right;
  display: none;
  font-size: 13px;
  border: 1px solid #f0f0f0; }

.menuzord-tabs-content.active {
  display: block; }

/*
Subcolored Skin
*/
/* Active/hover state (Menu items) */
.menuzord-menu > li.active > a,
.menuzord-menu > li:hover > a {
  /*background: #333;*/
  /*color: #fff;*/ }

/* Dropdown */
.menuzord-menu ul.dropdown,
.menuzord-menu ul.dropdown li ul.dropdown {
  /*background: #222;*/
  background: #fff;
  border: 1px solid #efefef; }

/* Hover state (dropdown items) */
.menuzord-menu ul.dropdown li:hover > a {
  color: #fff; }

/* Megamenu */
.menuzord-menu > li > .megamenu {
  /*background: #222;*/
  border-top: none;
  background: #fff;
  border: 1px solid #efefef; }

/* tabs */
.menuzord-tabs-nav > li > a {
  color: #fff; }

.menuzord-tabs-nav li.active a,
.menuzord-tabs-nav li:hover a {
  background: #f0f0f0;
  color: #666; }

/*----------------------------------
    menu appear alt
-----------------------------------*/
.menu-appear-alt {
  display: none;
  background: #fff;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05); }

/*----------------------------------
    floating menu
-----------------------------------*/
.floating-menu {
  margin-top: 50px; }

.floating-menu .container {
  padding-right: 30px;
  padding-left: 30px; }

/*----------------------------------
    nav icon
-----------------------------------*/
header li.nav-icon i {
  line-height: 100px;
  font-size: 12px; }

header.sticky li.nav-icon i {
  line-height: 60px; }

header li.nav-icon .indicator {
  display: none; }

header li.nav-icon input {
  border-radius: 0;
  border: none;
  box-shadow: none;
  font-size: 11px; }

.nav-icon.nav-divider a,
.nav-icon.nav-divider a:hover {
  cursor: default;
  color: #888 !important;
  font-weight: normal; }

.nav-border-bottom
.menuzord
.menuzord-menu
> li.nav-divider.active
> a,
.nav-border-bottom
.menuzord
.menuzord-menu
> li.nav-divider:hover
> a,
.nav-border-box .menuzord .menuzord-menu > li.nav-divider.active > a,
.nav-border-box .menuzord .menuzord-menu > li.nav-divider:hover > a {
  border-color: transparent; }

/*----------------------------------
    nav link boxed
-----------------------------------*/
.nav-boxed-color .menuzord-menu > li > a {
  margin: 30px 0px; }

.nav-boxed-color .menuzord-menu > li > a,
header .nav-boxed-color li.nav-icon i {
  line-height: 40px; }

header.sticky .nav-boxed-color li.nav-icon i {
  line-height: 60px; }

.nav-boxed-color .menuzord-menu > li.nav-divider > a,
.nav-boxed-color .menuzord-menu > li.nav-divider:hover > a {
  background: none; }

.nav-boxed-color .menuzord .menuzord-menu > li.active > a,
.nav-boxed-color .menuzord .menuzord-menu > li.active > a i,
.nav-boxed-color .menuzord .menuzord-menu > li:hover > a,
.nav-boxed-color .menuzord .menuzord-menu > li:hover > a > i {
  color: #fff; }

header.sticky .nav-boxed-color .menuzord-menu > li > a {
  margin: 0; }

/*----------------------------------
    nav link border box
-----------------------------------*/
.nav-border-box .menuzord-menu > li > a {
  margin: 30px 0px; }

.nav-border-box .menuzord-menu > li > a,
header .nav-border-box li.nav-icon i {
  line-height: 40px; }

header.sticky .nav-border-box li.nav-icon i,
header.sticky .nav-border-box .menuzord-menu > li > a {
  line-height: 30px; }

.nav-border-box .menuzord-menu > li > a {
  border: 1px solid transparent; }

header.sticky .nav-border-box .menuzord-menu > li > a {
  margin: 15px 0; }

/* ----------------------------------------------------------------
	 nav link border bottom
-----------------------------------------------------------------*/
.nav-border-bottom .menuzord .menuzord-menu > li > a,
.nav-border-bottom .menuzord .menuzord-menu > li > a {
  border-bottom: 1px solid transparent; }

/* ----------------------------------------------------------------
	nav center align
-----------------------------------------------------------------*/
.nav-center-align {
  text-align: center; }

.nav-center-align .logo-brand,
.nav-center-align .menuzord-menu,
.nav-center-align .menuzord-menu > li {
  float: none; }

.nav-center-align .logo-brand {
  margin: 0; }

.nav-center-align .menuzord-menu ul.dropdown,
.nav-center-align .menuzord-menu > li > .megamenu {
  text-align: left; }

.nav-block-left .menuzord-menu {
  width: 100%;
  height: 60px; }

.nav-center-align .menuzord-menu > li > a,
header.nav-center-align li.nav-icon i {
  line-height: 60px; }

.border-tb {
  border-bottom: 1px solid #eee;
  border-top: 1px solid #eee; }

header.nav-center-align {
  height: auto; }

.header-full-width.nav-center-align .container {
  padding: 0; }

/* ----------------------------------------------------------------
	 nav bottom position
-----------------------------------------------------------------*/
.nav-bottom {
  position: absolute;
  bottom: 0;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05); }

/*header.sticky.nav-bottom {*/
/*position: fixed;*/
/*top: 0;*/
/*bottom: auto;*/
/*}*/
/* ----------------------------------------------------------------
	 nav block left align
-----------------------------------------------------------------*/
.nav-block-left {
  text-align: left; }

.nav-block-left .menuzord-menu {
  width: 100%;
  height: 60px; }

.nav-block-left .logo-brand,
.nav-block-left .menuzord-menu,
.nav-block-left .menuzord-menu > li {
  float: left; }

.nav-block-left .menuzord-menu > li > a,
header.nav-block-left li.nav-icon i {
  line-height: 60px; }

.nav-block-left .menuzord-menu ul.dropdown,
.nav-block-left .menuzord-menu > li > .megamenu {
  text-align: left; }

header.nav-block-left {
  height: auto; }

.header-full-width.nav-center-align .container {
  padding: 0; }

/*search-box*/
.menuzord-menu > li.nav-icon {
  position: relative; }

.search-box {
  top: 2px;
  background: none !important;
  width: 300px !important;
  right: 0% !important;
  padding: 30px 0 !important;
  border: none !important; }

.nav-center-align .search-box,
.nav-block-left .search-box {
  top: -18px; }

.sticky .search-box {
  top: 2px;
  padding: 10px 0 !important; }

.search-box input {
  border: 1px solid #ddd !important;
  position: absolute;
  right: 0;
  width: 100%; }

/*top-ads*/
.top-ads {
  float: right;
  margin-top: 10px; }

/* ----------------------------------------------------------------
	 pre-defined >  margin top | margin bottom
-----------------------------------------------------------------*/
/*margin top*/
.m-top-0 {
  margin-top: 0px !important; }

.m-top-5 {
  margin-top: 5px; }

.m-top-10 {
  margin-top: 10px; }

.m-top-15 {
  margin-top: 15px; }

.m-top-20 {
  margin-top: 20px; }

.m-top-25 {
  margin-top: 25px; }

.m-top-30 {
  margin-top: 30px; }

.m-top-35 {
  margin-top: 35px; }

.m-top-40 {
  margin-top: 40px; }

.m-top-50 {
  margin-top: 50px; }

.m-top-80 {
  margin-top: 80px; }

.m-top-100 {
  margin-top: 100px; }

.m-top-0,
.m-top-10,
.m-top-15,
.m-top-20,
.m-top-25,
.m-top-30,
.m-top-35,
.m-top-40,
.m-top-50,
.m-top-80,
.m-top-100,
.m-bot-0,
.m-bot-10,
.m-bot-15,
.m-bot-20,
.m-bot-25,
.m-bot-30,
.m-bot-35,
.m-bot-40,
.m-bot-50,
.m-bot-80,
.m-bot-100 {
  display: inline-block; }

/*margin bottom*/
.m-bot-0 {
  margin-bottom: 0px !important; }

.m-bot-10 {
  margin-bottom: 10px; }

.m-bot-15 {
  margin-bottom: 15px; }

.m-bot-20 {
  margin-bottom: 20px; }

.m-bot-25 {
  margin-bottom: 25px; }

.m-bot-30 {
  margin-bottom: 30px; }

.m-bot-35 {
  margin-bottom: 35px; }

.m-bot-40 {
  margin-bottom: 40px; }

.m-bot-50 {
  margin-bottom: 50px; }

.m-bot-80 {
  margin-bottom: 80px; }

.m-bot-100 {
  margin-bottom: 100px; }

.m-left-10 {
  margin-left: 20px; }

/*padding top*/
.p-top-0 {
  padding-top: 0px !important; }

.p-top-10 {
  padding-top: 10px; }

.p-top-15 {
  padding-top: 15px; }

.p-top-20 {
  padding-top: 20px; }

.p-top-25 {
  padding-top: 25px; }

.p-top-30 {
  padding-top: 30px; }

.p-top-35 {
  padding-top: 35px; }

.p-top-40 {
  padding-top: 40px; }

.p-top-50 {
  padding-top: 50px; }

.p-top-80 {
  padding-top: 80px; }

.p-top-100 {
  padding-top: 100px; }

.p-tb-10 {
  padding: 10px 0; }

.p-tb-20 {
  padding: 20px 0; }

.p-tb-30 {
  padding: 30px 0; }

.p-tb-50 {
  padding: 50px 0; }

.p-tb-100 {
  padding: 100px 0; }

.p-tb-150 {
  padding: 150px 0; }

.p-tb-200 {
  padding: 200px 0; }

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

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

.p-bot-100 {
  padding-bottom: 100px !important; }

.inline-block {
  display: inline-block;
  width: 100%; }

.theme-bg-space {
  padding: 10px 20px; }

.bg-space-lg {
  padding: 40px; }

/* ----------------------------------------------------------------
	body content
-----------------------------------------------------------------*/
.body-content {
  position: relative;
  width: 100%;
  overflow: hidden; }

/* .parallax { */
/*     background-image: url("../main/img/demo.jpg"); */
/*     background-size: cover; */
/*     background-attachment: fixed; */
/*     background-repeat: no-repeat; */
/*     height: 100vh; */
/*     background-position: 50% 50%; */
/* } */
.parallax-inner {
  background-image: url(/img/grapes2.331cb43a105e2f0fd0d3.jpg);
  /* JMG REPLACE LINE HERE WITH THIS */
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  padding: 150px 0;
  background-position: 50% 50%; }

/* .banner-state { */
/*     background-image: url("../main/img/banner/menu_banner.jpg"); */
/*     background-size: cover; */
/*     background-attachment: fixed; */
/*     background-repeat: no-repeat; */
/*     height: 100vh; */
/*     background-position: 50% 50%; */
/* } */
.full-banner {
  background-image: url(/img/dogs-at-tasting7.4806d3f66557c0d84132.jpg);
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  position: relative;
  background-position: 50% 50%; }

.page-content {
  padding: 100px 0;
  display: inline-block;
  width: 100%; }

.page-content-sm {
  /* padding: 50px 0;  JMG COMMENTED THIS OUT */
  padding: 25px 0;
  /* JMG ADDED THIS */
  display: inline-block;
  width: 100%; }

.full-content {
  display: inline-block;
  width: 100%;
  padding: 0px 0 !important; }

.overlay-dark {
  background: rgba(0, 0, 0, 0.5);
  display: inherit; }

.overlay-light {
  background: rgba(255, 255, 255, 0.5);
  display: inherit; }

.breadcrumb li {
  text-transform: uppercase; }

.breadcrumb li > a {
  color: #7e7e7e; }

.breadcrumb li > a:hover {
  color: #222; }

.breadcrumb > .active {
  color: #222; }

.massive-list {
  padding-left: 15px; }

.massive-list li {
  margin-bottom: 10px; }

/* ----------------------------------------------------------------
	portfolio
-----------------------------------------------------------------*/
.portfolio {
  margin: 50px 0; }

.portfolio .portfolio-item {
  float: left; }

.portfolio .portfolio-item .thumb {
  position: relative; }

.portfolio .portfolio-item .thumb img {
  width: 100%;
  height: auto;
  display: block; }

.portfolio-hover {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: 0;
  border: 20px solid rgba(0, 0, 0, 0.1);
  background-color: rgba(255, 255, 255, 0.9);
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }

.portfolio-item:hover .portfolio-hover,
.portfolio-item:hover .portfolio-hover .portfolio-description,
.portfolio-item:hover .portfolio-hover .action-btn {
  opacity: 1; }

.portfolio-item:hover .portfolio-hover .portfolio-description {
  bottom: 45%;
  margin-bottom: -90px; }

.portfolio-item:hover .portfolio-hover .action-btn {
  top: 40%;
  margin-top: -55px; }

.portfolio-hover .portfolio-description {
  position: absolute;
  bottom: 0%;
  width: 100%;
  opacity: 0;
  -webkit-transform: translateY(-55%);
  -ms-transform: translateY(-55%);
  transform: translateY(-55%);
  -webkit-transition: all 0.3s 0.2s;
  transition: all 0.3s 0.2s; }

.portfolio-hover .action-btn {
  position: absolute;
  top: 0;
  width: 100%;
  opacity: 0;
  text-align: center;
  -webkit-transform: translateY(45%);
  -ms-transform: translateY(45%);
  transform: translateY(45%);
  -webkit-transition: all 0.3s 0.2s;
  transition: all 0.3s 0.2s;
  font-size: 35px; }

.portfolio-description,
.portfolio-description h4 a,
.portfolio-hover .action-btn a {
  text-align: center;
  color: #222; }

.portfolio-description h4 {
  margin-bottom: 5px;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 4px; }

.portfolio-description p {
  font-size: 12px;
  margin-bottom: 0;
  text-transform: uppercase;
  /*font-family: 'Abel', sans-serif;*/
  font-weight: normal;
  letter-spacing: 3px;
  color: #757575; }

.portfolio-description a,
.portfolio-title a {
  color: #757575; }

/*gutter*/
.portfolio.gutter .portfolio-item {
  padding: 10px; }

/*portfolio 2 grid*/
.portfolio.col-2 .portfolio-item {
  width: 49.99%; }

/*portfolio 3 grid*/
.portfolio.col-3 .portfolio-item {
  width: 33.3333333%; }

/*portfolio 4 grid*/
.portfolio.col-4 .portfolio-item {
  width: 24.98%; }

/*portfolio 5 grid*/
.portfolio.col-5 .portfolio-item {
  width: 19.99%; }

/*portfolio 6 grid*/
.portfolio.col-6 .portfolio-item {
  width: 16.666666667%; }

.portfolio-filter {
  margin: 0px;
  padding: 0px;
  list-style: none; }

.portfolio-filter li {
  display: inline-block; }

.portfolio-filter li a {
  color: #a9a8a8;
  margin: 0 15px;
  text-transform: uppercase;
  font-size: 14px;
  /*font-family: 'Abel', sans-serif;*/
  letter-spacing: 3px; }

.portfolio-filter li a:hover,
.portfolio-filter li.active a {
  color: #222222; }

/* ----------------------------------------------------------------
	portfolio with title
-----------------------------------------------------------------*/
.portfolio-with-title
.portfolio-item:hover
.portfolio-hover
.action-btn {
  top: 50%;
  margin-top: -45px; }

.portfolio-with-title .portfolio-title {
  padding: 15px 0px; }

.portfolio-with-title .portfolio-title h4,
.portfolio-with-title .portfolio-title h4 a {
  margin: 0;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #222; }

.portfolio-with-title .portfolio-title h3,
.portfolio-with-title .portfolio-title h3 a {
  margin: 0 0 10px 0;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #222; }

.portfolio-with-title .portfolio-title p {
  margin: 0;
  font-size: 12px;
  text-transform: uppercase;
  /*font-family: 'Abel', sans-serif;*/
  font-weight: normal;
  letter-spacing: 1px;
  color: #7e7e7e; }

.portfolio-with-title.portfolio-masonry .portfolio-title {
  padding: 15px; }

.portfolio-with-title.portfolio-masonry.gutter .portfolio-title {
  padding: 15px 0; }

/* ----------------------------------------------------------------
	portfolio masonry
-----------------------------------------------------------------*/
/* clear fix */
.portfolio-masonry:after {
  content: '';
  display: block;
  clear: both; }

/* ---- .grid-item ---- */
.portfolio-masonry .portfolio-item {
  float: left; }

.portfolio-masonry .portfolio-item-width2 {
  width: 200px; }

.portfolio-masonry .portfolio-item-height2 {
  height: 200px; }

/* ----------------------------------------------------------------
	Isotope Filtering
-----------------------------------------------------------------*/
.isotope-item {
  z-index: 2; }

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1; }

/*Isotope CSS3 transitions */
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s; }

.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width; }

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity; }

/*disabling Isotope CSS3 transitions */
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s; }

/* disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none; }

/* ----------------------------------------------------------------
	portfolio details
-----------------------------------------------------------------*/
/*videos*/
.video-parallax {
  position: relative;
  overflow: hidden; }

.video-parallax .container {
  position: absolute;
  top: 50%;
  z-index: 100;
  left: 0;
  right: 0;
  color: #fff;
  margin-top: -80px; }

.video-parallax .container i {
  font-size: 50px;
  margin-bottom: 30px;
  display: block; }

.video-parallax .container + .video-wrap {
  z-index: 1; }

.video-wrap {
  overflow: hidden;
  width: 100%;
  position: relative; }

.video-overlay,
.banner-overaly {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 5;
  background: rgba(0, 0, 0, 0.5);
  -webkit-backface-visibility: hidden; }

/*portfolio-meta*/
.portfolio-meta {
  list-style: none;
  padding: 0; }

.portfolio-meta li {
  margin: 15px 0;
  color: #666; }

.portfolio-meta li span {
  display: inline-block;
  width: 130px;
  letter-spacing: 2px;
  color: #000;
  font-size: 12px;
  text-transform: uppercase; }

.portfolio-meta li a {
  margin-right: 10px;
  color: #cdcdcd; }

.portfolio-meta li a:hover {
  color: #323232; }

/* ----------------------------------------------------------------
	portfolio nav
-----------------------------------------------------------------*/
.portfolio-nav-row {
  position: relative;
  padding: 40px 0; }

.portfolio-nav {
  position: absolute;
  top: 50%;
  left: auto;
  right: 10px;
  max-width: 300px;
  margin-top: -12px; }

.portfolio-nav.left {
  position: absolute;
  top: 50%;
  left: 0;
  right: auto;
  max-width: 300px;
  margin-top: -12px; }

.portfolio-nav a {
  display: block;
  float: left;
  text-align: center;
  color: #aeaeae;
  margin-left: 20px; }

.portfolio-nav.left a {
  margin-right: 20px;
  margin-left: 0; }

.portfolio-nav a:hover,
.portfolio-nav a:hover span {
  color: #323232;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.portfolio-nav a span,
.portfolio-nav a span i {
  display: inline-block;
  margin-top: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.portfolio-gap-less .portfolio {
  margin: 0px; }

/* ----------------------------------------------------------------
	masonry grid
-----------------------------------------------------------------*/
.tb-grid {
  width: 100%;
  margin: auto; }

.tb-grid .box {
  width: 33.3333%;
  padding-top: 33.3333%; }

.tb-grid .box2 {
  padding-top: 33.3333%;
  width: 66.6666%; }

.tb-grid .box3 {
  padding-top: 66.6666%;
  width: 66.6666%; }

.tb-grid .box-nano {
  width: 50%;
  padding-top: 50%;
  float: left;
  margin: 0;
  position: relative; }

.tb-grid .box,
.tb-grid .box2,
.tb-grid .box3 {
  display: inline-block; }

.tb-grid .item > .item-inner,
.tb-grid .box-nano > .item-inner {
  position: absolute;
  margin: 0;
  top: 5px;
  right: 5px;
  bottom: 5px;
  left: 5px;
  background-size: cover;
  background-position: 50% 0;
  background-repeat: no-repeat;
  cursor: crosshair; }

.tb-grid .items > .item-inner {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

/* ----------------------------------------------------------------
	Flex Slider
-----------------------------------------------------------------*/
.slides {
  margin: 0;
  padding: 0;
  list-style: none; }

.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
  outline: none;
  border: none; }

.flex-control-nav {
  margin: 0;
  padding: 0;
  list-style: none;
  border: none; }

.flex-direction-nav {
  display: none; }

.flexslider {
  position: relative;
  margin: 0;
  padding: 0; }

.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease; }

.flex-control-nav {
  position: absolute;
  z-index: 10;
  text-align: center;
  bottom: 15px;
  right: 15px;
  margin: 0; }

.flex-control-nav li {
  float: left;
  display: block;
  margin: 0 3px;
  width: 10px;
  height: 10px; }

.flex-control-nav li a {
  display: block;
  cursor: pointer;
  text-indent: -9999px;
  width: 10px;
  height: 10px;
  border: 1px solid #fff;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out; }

.flex-control-nav li:hover a,
.flex-control-nav li a.flex-active {
  background-color: #fff; }

/*---*/
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none; }

.flex-direction-nav {
  *height: 0; }

.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -40px 0 0;
  position: absolute;
  top: 50%;
  z-index: 200;
  overflow: hidden;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.5);
  color: rgba(0, 0, 0, 0.8);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  line-height: 40px; }

.flex-direction-nav a:hover {
  background-color: rgba(0, 0, 0, 0.7); }

.flex-direction-nav a:before {
  font-family: 'fontawesome';
  font-size: 16px;
  display: block;
  content: '\f104';
  color: #fff;
  text-align: center;
  width: 40px; }

.flex-direction-nav a.flex-next:before {
  content: '\f105'; }

.flex-direction-nav .flex-prev {
  left: 0px; }

.flex-direction-nav .flex-next {
  right: 0px;
  text-align: right; }

/*----*/
.post-slider-thumb .flex-control-thumbs {
  position: relative;
  z-index: 10;
  text-align: left;
  top: 10px;
  right: auto;
  margin: 0 auto;
  left: auto; }

.post-slider-thumb .flex-control-thumbs li {
  float: none;
  display: inline-block;
  margin: 0 3px 0 0;
  width: 80px;
  height: auto;
  cursor: pointer; }

.post-slider .flex-direction-nav,
.post-slider-thumb .flex-direction-nav {
  display: block; }

.post-slider .flex-direction-nav .flex-prev,
.post-slider .flex-direction-nav .flex-next,
.post-slider-thumb .flex-direction-nav .flex-prev,
.post-slider-thumb .flex-direction-nav .flex-next {
  opacity: 0; }

.post-slider:hover .flex-direction-nav .flex-prev,
.post-slider:hover .flex-direction-nav .flex-next,
.post-slider-thumb:hover .flex-direction-nav .flex-prev,
.post-slider-thumb:hover .flex-direction-nav .flex-next {
  opacity: 1; }

.post-list-aside .post-img img {
  border: 2px solid transparent; }

.post-list-aside .post-img img.flex-active {
  border: 2px solid rgba(0, 0, 0, 0.8); }

.post-slider .flex-control-thumbs {
  display: none; }

/* ---------------
   RESPONSIVE
 * --------------*/
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev,
  .post-slider .flex-direction-nav .flex-prev,
  .post-slider-thumb .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 0px; }
  .flex-direction-nav .flex-next,
  .post-slider .flex-direction-nav .flex-next,
  .post-slider-thumb .flex-direction-nav .flex-next {
    opacity: 1;
    right: 0px; } }

/* ----------------------------------------------------------------
    slider revolution
-----------------------------------------------------------------*/
.tp-banner-container {
  width: 100%;
  position: relative;
  padding: 0; }

.tp-banner {
  width: 100%;
  position: relative; }

.tp-banner > ul {
  padding: 0;
  list-style: none; }

.tp-banner-fullscreen-container {
  width: 100%;
  position: relative;
  padding: 0; }

/* custom caption */
.rev-heading {
  color: #333;
  /*font: normal 60px/1.5 'Abel', sans-serif;*/
  font: normal 60px/1.5 'Source Sans Pro', sans-serif;
  text-transform: uppercase;
  letter-spacing: 5px;
  font-weight: 300; }

.rev-subheading {
  /*font-family: 'Abel', sans-serif;*/
  text-transform: uppercase;
  color: #555;
  font-size: 20px;
  letter-spacing: 6px; }

.rev-desc {
  font-size: 16px;
  color: #454545;
  line-height: 26px; }

.rev-white {
  color: #fff; }

/* ----------------------------------------------------------------
	maintenance
-----------------------------------------------------------------*/
.maintenance-banner {
  background: #ededed; }

.maintenance-banner p {
  font-size: 16px; }

/* ----------------------------------------------------------------
	top bar
-----------------------------------------------------------------*/
.top-bar {
  height: 40px;
  line-height: 40px;
  border-bottom: 1px solid #eee; }

.top-bar .gray-bg {
  background: #f5f5f5; }

.top-social-link a {
  color: #aaaaaa;
  display: inline-block;
  margin-right: 10px; }

.top-social-link a:hover,
.top-link li a:hover {
  color: #222; }

.top-link {
  padding: 0;
  margin: 0;
  list-style: none;
  float: right; }

.top-link li {
  display: inline-block;
  margin: 0 5px; }

.top-link li i,
.top-link li a i {
  margin-right: 10px; }

.top-link li,
.top-link li a {
  color: #aaaaaa; }

.top-link.text-uppercase {
  font-size: 12px; }

.top-bar .col-lg-1,
.top-bar .col-lg-10,
.top-bar .col-lg-11,
.top-bar .col-lg-12,
.top-bar .col-lg-2,
.top-bar .col-lg-3,
.top-bar .col-lg-4,
.top-bar .col-lg-5,
.top-bar .col-lg-6,
.top-bar .col-lg-7,
.top-bar .col-lg-8,
.top-bar .col-lg-9,
.top-bar .col-md-1,
.top-bar .col-md-10,
.top-bar .col-md-11,
.top-bar .col-md-12,
.top-bar .col-md-2,
.top-bar .col-md-3,
.top-bar .col-md-4,
.top-bar .col-md-5,
.top-bar .col-md-6,
.top-bar .col-md-7,
.top-bar .col-md-8,
.top-bar .col-md-9,
.top-bar .col-sm-1,
.top-bar .col-sm-10,
.top-bar .col-sm-11,
.top-bar .col-sm-12,
.top-bar .col-sm-2,
.top-bar .col-sm-3,
.top-bar .col-sm-4,
.top-bar .col-sm-5,
.top-bar .col-sm-6,
.top-bar .col-sm-7,
.top-bar .col-sm-8,
.top-bar .col-sm-9,
.top-bar .col-xs-1,
.top-bar .col-xs-10,
.top-bar .col-xs-11,
.top-bar .col-xs-12,
.top-bar .col-xs-2,
.top-bar .col-xs-3,
.top-bar .col-xs-4,
.top-bar .col-xs-5,
.top-bar .col-xs-6,
.top-bar .col-xs-7,
.top-bar .col-xs-8,
.top-bar .col-xs-9 {
  position: relative;
  padding-right: 15px;
  padding-left: 15px; }

.top-link.divider li:after {
  content: '/';
  padding-left: 13px;
  display: inline-block; }

.top-link.divider li:last-child:after {
  content: '';
  display: inline-block; }

/* ----------------------------------------------------------------
	primary nav
-----------------------------------------------------------------*/
#primary_nav_wrap ul {
  list-style: none;
  position: relative;
  float: left;
  margin: 0;
  padding: 0;
  z-index: 1200; }

#primary_nav_wrap ul a {
  display: block;
  color: #8b8b8b;
  text-decoration: none;
  font-size: 12px;
  line-height: 40px;
  padding: 0 15px; }

#primary_nav_wrap ul li {
  position: relative;
  float: left;
  margin: 0;
  padding: 0; }

#primary_nav_wrap ul li.current-menu-item {
  background: #ddd; }

#primary_nav_wrap ul li:hover {
  background: rgba(255, 255, 255, 0.06); }

#primary_nav_wrap ul ul {
  display: none;
  position: absolute;
  top: 100%;
  left: 15px;
  background: #222;
  /*border: 1px solid #eee;*/
  padding: 0; }

#primary_nav_wrap ul ul li {
  float: none;
  min-width: 150px; }

#primary_nav_wrap ul ul a {
  line-height: 120%;
  padding: 10px 15px;
  color: #b0b0b0; }

#primary_nav_wrap ul ul ul {
  top: 0;
  left: 100%; }

#primary_nav_wrap ul li:hover > ul {
  display: block; }

/* ----------------------------------------------------------------
	countdown
-----------------------------------------------------------------*/
.count-down,
.count-down-alt {
  text-transform: uppercase;
  /*font-family: 'Abel', sans-serif;*/ }

.count-down .c-grid,
.count-down-alt .c-grid {
  width: 150px;
  height: 150px;
  display: inline-block;
  text-align: center;
  padding-top: 42px;
  margin: 0 20px; }

.count-down.light-bg .c-grid,
.count-down-alt.light-bg .c-grid {
  background: #fff; }

.count-down-alt .c-grid {
  border: 5px solid rgba(0, 0, 0, 0.2); }

.count-down .c-grid {
  border: 1px solid #e0e0e0; }

.count-down .c-grid,
.count-down.light .c-grid {
  border: 1px solid #fff; }

.count-down.light .c-value,
.count-down.light .c-title,
.count-down-alt.light .c-value,
.count-down-alt.light .c-title {
  color: #fff; }

.count-down .c-value,
.count-down .c-title,
.count-down-alt .c-value,
.count-down-alt .c-title {
  display: block; }

.count-down .c-value,
.count-down-alt .c-value {
  font-size: 30px; }

.count-down .c-title,
.count-down-alt .c-title {
  font-size: 14px;
  letter-spacing: 3px; }

.count-down.circle .c-grid,
.count-down-alt.circle .c-grid {
  border-radius: 50% !important; }

.count-down.round .c-grid,
.count-down-alt.round .c-grid {
  border-radius: 5px !important; }

/* .count-parallax { */
/*     background-image: url("../main/img/parallax/5.jpg"); */
/*     background-size: cover; */
/*     background-attachment: fixed; */
/*     background-repeat: no-repeat; */
/* } */
.relative {
  position: relative; }

.count-icon {
  position: absolute;
  right: 0;
  top: 50px; }

.count-icon i {
  font-size: 40px; }

/* ----------------------------------------------------------------
	bs slider
-----------------------------------------------------------------*/
.bs-hero.full-screen .carousel-inner .item img {
  /*height: 100vh;*/
  height: auto;
  width: 100%; }

.bs-hero.full-screen .carousel-inner .item .bs-info {
  position: absolute;
  top: 40%;
  left: 20%; }

.bs-hero.full-screen .carousel-inner .item .bs-info-center {
  position: absolute;
  width: 1000px;
  top: 30%;
  left: 50%;
  margin-left: -500px;
  text-align: center; }

.bs-hero.full-screen .carousel-inner .item .bs-info h1 {
  text-transform: uppercase; }

.bs-hero.full-screen .carousel-indicators {
  z-index: 1200; }

.bs-hero.full-screen .carousel-inner .item .bs-info h1 span {
  font-size: 18px; }

.bs-hero.full-screen .carousel.slide .carousel-control {
  width: 30%;
  margin-top: 180px;
  margin-bottom: 120px; }

/* ----------------------------------------------------------------
	static banner
-----------------------------------------------------------------*/
.vertical-align {
  position: relative; }

.vertical-align .container-mid {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: 200; }

.right-align .container-partial {
  position: absolute;
  top: 50%;
  left: 75%;
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 500px;
  z-index: 200; }

.light-box,
.dark-box {
  padding: 70px 50px; }

.light-box {
  background: rgba(255, 255, 255, 0.5);
  outline: 5px solid rgba(255, 255, 255, 0.5);
  outline-offset: 5px; }

.dark-box {
  background: rgba(0, 0, 0, 0.5);
  outline: 5px solid rgba(0, 0, 0, 0.5);
  outline-offset: 5px; }

.banner-box {
  max-width: 650px;
  margin: 0 auto; }

.banner-box h1,
.banner-box h3,
.banner-title h1,
.banner-title h3,
.banner-box h2,
.banner-box h2,
.banner-title h2,
.banner-title h2 {
  margin-bottom: 0; }

.banner-box h1,
.banner-title h1 {
  letter-spacing: 5px;
  font-size: 60px;
  font-weight: 300; }

.banner-box h3,
.banner-title h3 {
  letter-spacing: 6px;
  font-size: 20px; }

.banner-title.light-txt h1,
.banner-title.light-txt h2,
.banner-title.light-txt h3 {
  color: #fff; }

header.transparent-header + .vertical-align .banner-title,
header .semi-transparent + .vertical-align .banner-title {
  margin-top: 0; }

header + .vertical-align .banner-title {
  margin-top: 100px; }

/*spacing*/
.ls-20 {
  letter-spacing: 20px !important; }

.ls-40 {
  letter-spacing: 40px !important; }

.b-lg-txt {
  font-size: 100px !important;
  font-weight: 300; }

.b-lg-lw {
  font-weight: 100; }

/*----------------*/
.hero-text {
  position: relative;
  z-index: 6000; }

.hero-text h1 {
  margin-bottom: 10px; }

.hero-text a {
  margin: 10px 5px; }

.banner-scroll a {
  position: absolute;
  bottom: 20px;
  left: 50%;
  margin-left: -11px;
  text-transform: uppercase;
  font-size: 12px;
  color: #fff;
  z-index: 10; }

.banner-scroll a:before {
  display: block;
  content: '';
  width: 25px;
  height: 35px;
  border: 2px solid #fff;
  border-radius: 15px;
  margin-left: 5px;
  margin-bottom: 5px; }

.banner-scroll .scroll-down {
  display: block;
  width: 2px;
  height: 8px;
  background: #fff;
  margin-left: -3px;
  position: absolute;
  left: 50%;
  top: 8px;
  -webkit-animation: 3s arrow infinite ease;
  animation: 3s arrow infinite ease;
  z-index: 2; }

/*--------------------------------------
    video banner
--------------------------------------*/
.video-banner {
  height: 100vh;
  width: 100%;
  display: block;
  position: relative;
  overflow: hidden; }

.video-banner.overlay-background .container {
  z-index: 300;
  position: absolute; }

.overlay-background {
  background-attachment: fixed;
  background-position: 50% 0;
  background-repeat: no-repeat;
  position: relative;
  background-size: cover; }

.overlay-background .container {
  z-index: 300;
  position: relative; }

.overlay-block {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: rgba(0, 0, 0, 0.7);
  /*background-image: url("../main/img/stripe.png");*/
  z-index: 200; }

.overlay-block-light {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: rgba(0, 0, 0, 0.45);
  /*background-image: url("../main/img/stripe.png");*/
  z-index: 200; }

/* --------------------------
    custom pagination
----------------------------*/
.custom-pagination > li:first-child > a,
.custom-pagination > li:first-child > span,
.custom-pagination > li:last-child > a,
.custom-pagination > li:last-child > span {
  border-radius: 0;
  -webkit-border-radius: 0; }

.custom-pagination > li > a {
  margin: 0 3px;
  color: #424242; }

.custom-pagination > li > a:hover {
  color: #000; }

.custom-pagination.pagination > .active > a,
.custom-pagination.pagination > .active > a:focus,
.custom-pagination.pagination > .active > a:hover,
.custom-pagination.pagination > .active > span,
.custom-pagination.pagination > .active > span:focus,
.custom-pagination.pagination > .active > span:hover {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #222;
  border-color: #222; }

/*--------------------------------------
    Product list
--------------------------------------*/
.cart-info .megamenu-quarter-width {
  width: 450px !important; }

.cart-table-list,
.cart-table-list i {
  color: #222;
  border: none; }

header li.nav-icon .cart-table-list a {
  line-height: normal;
  color: #222; }

.total-cart {
  display: inline-block;
  width: 100%;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  padding-top: 20px;
  margin-bottom: 20px;
  float: right;
  color: #222;
  text-align: right; }

.total-cart ul {
  float: right;
  list-style: none;
  padding: 0;
  width: 100%; }

.total-cart ul li {
  display: block;
  overflow: hidden; }

.total-cart ul li span {
  width: 100px;
  display: inline-block;
  text-align: right;
  white-space: nowrap; }

.cart-table-list a.close img {
  width: 11px;
  height: 11px; }

.cart-table-list td img {
  width: 50px;
  height: auto; }

.s-cart-btn a {
  margin: 0 0 10px 10px;
  color: #fff !important; }

.cart-table-list.table > tbody > tr > td {
  border: none;
  line-height: 20px;
  height: 20px;
  vertical-align: middle; }

.product-list {
  margin-bottom: 50px;
  min-height: 440px; }

.product-list .product-img {
  position: relative;
  width: 100%;
  /*height: 340px;*/
  overflow: hidden;
  margin-bottom: 20px; }

.product-img:hover > a:nth-of-type(2) {
  opacity: 1;
  z-index: 2; }

.product-img > a:nth-of-type(2) {
  opacity: 0;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0; }

.sale-label {
  position: absolute;
  left: 10px;
  top: 10px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  z-index: 10; }

.product-img > a,
.product-img:hover > a {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }

.product-list .product-img img,
.product-img img,
.product-img > a {
  display: block;
  width: 100%;
  height: 100%; }

.product-title h5 {
  margin-bottom: 10px;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600; }

.product-title h5 a {
  color: #222; }

.product-price {
  font-size: 18px;
  margin-bottom: 5px; }

.product-price del {
  color: #837f7e;
  font-size: 14px; }

.product-rating {
  display: inline-block;
  width: 100%;
  margin-bottom: 15px;
  color: #9b9a9a; }

.product-cart {
  font-size: 12px; }

.product-grid input {
  box-shadow: none;
  border-radius: 0;
  height: 40px; }

.product-grid input:focus,
.product-grid .form-control:focus,
.portfolio-meta .form-control:focus {
  box-shadow: none;
  border-color: #000; }

.product-grid button.btn,
.p-values,
.full-width button.btn {
  width: 100%; }

.fit-img img {
  width: 100%;
  height: auto; }

.product-grid .form-control,
.p-quantity .form-control,
.portfolio-meta .form-control {
  box-shadow: none; }

.p-quantity {
  /*padding: 0;*/
  list-style: none;
  margin-bottom: 0; }

.p-values {
  display: inline-block; }

.p-values ul {
  float: left; }

.p-quantity li {
  float: left;
  width: 130px;
  letter-spacing: 2px;
  color: #000;
  margin: 15px 0;
  font-size: 12px;
  text-transform: uppercase; }

.p-quantity li label {
  padding-top: 7px;
  font-weight: normal; }

.p-quantity .input-group-btn:first-child > .btn,
.p-quantity .input-group-btn:first-child > .btn-group {
  margin-right: -1px; }

.p-quantity .btn.focus,
.p-quantity .btn:focus,
.p-quantity .btn:hover {
  color: #222 !important; }

.txt-xl {
  font-size: 26px !important;
  font-weight: 300;
  line-height: 36px; }

.txt-sm {
  font-size: 16px !important;
  font-weight: normal;
  line-height: 20px; }

.product-grid .col-lg-1,
.product-grid .col-lg-10,
.product-grid .col-lg-11,
.product-grid .col-lg-12,
.product-grid .col-lg-2,
.product-grid .col-lg-3,
.product-grid .col-lg-4,
.product-grid .col-lg-5,
.product-grid .col-lg-6,
.product-grid .col-lg-7,
.product-grid .col-lg-8,
.product-grid .col-lg-9,
.product-grid .col-md-1,
.product-grid .col-md-10,
.product-grid .col-md-11,
.product-grid .col-md-12,
.product-grid .col-md-2,
.product-grid .col-md-3,
.product-grid .col-md-4,
.product-grid .col-md-5,
.product-grid .col-md-6,
.product-grid .col-md-7,
.product-grid .col-md-8,
.product-grid .col-md-9,
.product-grid .col-sm-1,
.product-grid .col-sm-10,
.product-grid .col-sm-11,
.product-grid .col-sm-12,
.product-grid .col-sm-2,
.product-grid .col-sm-3,
.product-grid .col-sm-4,
.product-grid .col-sm-5,
.product-grid .col-sm-6,
.product-grid .col-sm-7,
.product-grid .col-sm-8,
.product-grid .col-sm-9,
.product-grid .col-xs-1,
.product-grid .col-xs-10,
.product-grid .col-xs-11,
.product-grid .col-xs-12,
.product-grid .col-xs-2,
.product-grid .col-xs-3,
.product-grid .col-xs-4,
.product-grid .col-xs-5,
.product-grid .col-xs-6,
.product-grid .col-xs-7,
.product-grid .col-xs-8,
.product-grid .col-xs-9 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

.product-grid .row {
  margin-right: -15px;
  margin-left: -15px; }

.stock .number-item {
  font-size: 30px;
  color: #757575; }

.stock .status {
  color: #fff;
  padding: 5px 10px;
  display: initial;
  border-radius: 2px;
  letter-spacing: normal; }

.review-avatar {
  width: 60px;
  margin-right: 10px;
  height: auto; }

.review-rating i {
  padding: 0 !important; }

.review-rating {
  float: right; }

.cart-table {
  border: 1px solid #ddd; }

.cart-table td a {
  color: #222; }

.cart-table td a:hover {
  color: #000; }

.cart-table thead th {
  text-transform: uppercase; }

.cart-table.table > tbody > tr > td,
.cart-table.table > tbody > tr > th,
.cart-table.table > tfoot > tr > td,
.cart-table.table > tfoot > tr > th,
.cart-table.table > thead > tr > td,
.cart-table.table > thead > tr > th {
  vertical-align: middle; }

.cart-img img {
  width: 60px;
  height: auto; }

.cart-action input {
  padding: 6px 3px 6px 6px; }

.cart-action input,
.cart-action button {
  float: left;
  margin-right: 3px; }

.cart-action button:hover i {
  color: #222; }

.cart-quantity {
  width: 45px;
  border-radius: 0; }

.coupon-form input {
  height: 40px;
  border-radius: 0; }

.coupon-form label {
  font-weight: normal;
  text-transform: uppercase; }

.cart-total {
  font-size: 16px; }

.cart-btn-row a {
  margin-right: 0;
  margin-left: 10px; }

.coupon-form label {
  margin-right: 20px; }

.coupon-form input {
  margin-right: 10px; }

.pro-box .one-third,
.featured-box.pro-box .one-third:nth-child(2) {
  padding: 10px 5px; }

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none; }

.shop-view-mode {
  margin-top: 5px;
  display: inline-block; }

.shop-view-mode a {
  margin-left: 15px;
  color: #adadad; }

.shop-view-mode a:hover {
  color: #222; }

/*--------------------------------------
    contact us
--------------------------------------*/
.contact-comments .col-md-6,
.contact-comments .col-md-12 {
  padding-right: 15px;
  padding-left: 15px; }

.form-control {
  box-shadow: none;
  border: 1px solid #e5e5e5 !important;
  border-radius: 3px; }

.form-control:focus {
  border-color: #222;
  box-shadow: none; }

.contact-comments .form-control {
  border-radius: 0;
  height: 40px; }

.contact-comments .cmnt-text {
  height: 95px; }

.contact-comments label {
  font-weight: normal;
  text-transform: uppercase;
  color: #7e7e7e; }

address p {
  margin-bottom: 0px; }

/*--------------------------------------
   event page
--------------------------------------*/
.ticket-register .form-control {
  border-radius: 5px;
  height: 40px;
  color: #a7a7a7; }

.ticket-register .form-group,
.register-member a {
  margin: 0 5px; }

.register-member a {
  display: inline-block;
  width: 60px;
  height: 60px;
  margin-bottom: 10px; }

.register-member a img {
  width: 100%;
  height: auto;
  border-radius: 50%; }

/*--------------------------------------
   magazine page
--------------------------------------*/
.magazine-slider {
  margin-top: 0; }

.magazine-slider img {
  height: 424px; }

.magazine-slider .container {
  width: auto; }

.magazine-grid .row {
  margin-right: -10px;
  margin-left: -10px; }

.magazine-grid .col-lg-1,
.magazine-grid .col-lg-10,
.magazine-grid .col-lg-11,
.magazine-grid .col-lg-12,
.magazine-grid .col-lg-2,
.magazine-grid .col-lg-3,
.magazine-grid .col-lg-4,
.magazine-grid .col-lg-5,
.magazine-grid .col-lg-6,
.magazine-grid .col-lg-7,
.magazine-grid .col-lg-8,
.magazine-grid .col-lg-9,
.magazine-grid .col-md-1,
.magazine-grid .col-md-10,
.magazine-grid .col-md-11,
.magazine-grid .col-md-12,
.magazine-grid .col-md-2,
.magazine-grid .col-md-3,
.magazine-grid .col-md-4,
.magazine-grid .col-md-5,
.magazine-grid .col-md-6,
.magazine-grid .col-md-7,
.magazine-grid .col-md-8,
.magazine-grid .col-md-9,
.magazine-grid .col-sm-1,
.magazine-grid .col-sm-10,
.magazine-grid .col-sm-11,
.magazine-grid .col-sm-12,
.magazine-grid .col-sm-2,
.magazine-grid .col-sm-3,
.magazine-grid .col-sm-4,
.magazine-grid .col-sm-5,
.magazine-grid .col-sm-6,
.magazine-grid .col-sm-7,
.magazine-grid .col-sm-8,
.magazine-grid .col-sm-9,
.magazine-grid .col-xs-1,
.magazine-grid .col-xs-10,
.magazine-grid .col-xs-11,
.magazine-grid .col-xs-12,
.magazine-grid .col-xs-2,
.magazine-grid .col-xs-3,
.magazine-grid .col-xs-4,
.magazine-grid .col-xs-5,
.magazine-grid .col-xs-6,
.magazine-grid .col-xs-7,
.magazine-grid .col-xs-8,
.magazine-grid .col-xs-9 {
  padding-left: 10px;
  padding-right: 10px; }

.aside-social {
  border: 1px solid #ddd;
  font-size: 0;
  margin-bottom: 20px; }

.aside-social li {
  border-left: 1px solid #ddd;
  padding-top: 8px;
  text-align: center;
  transition: background 0.3s ease 0s;
  width: 25%; }

.aside-social li:hover {
  border-left: 1px solid #333;
  background: #333;
  transition: background 0.3s ease 0s;
  color: #fff; }

.aside-social li:hover i,
.aside-social li:hover p {
  color: #fff;
  transition: 0.3s ease 0s; }

.aside-social li:first-child {
  border-left: medium none; }

.aside-social.list-inline > li {
  display: inline-block; }

.aside-social.list-inline {
  margin-left: 0; }

.aside-social li i {
  color: #aaa;
  font-size: 16px;
  margin-top: 5px;
  transition: 0.3s ease 0s; }

.aside-social li p {
  font-size: 11px;
  margin-bottom: 6px;
  margin-top: 5px;
  transition: 0.3s ease 0s; }

/* .newsletter { */
/*     background: url("../main/img/parallax/3.jpg") repeat 0 0 / cover ; */
/*     color: #fff; */
/*     margin-bottom: 20px; */
/*     padding: 20px; */
/* } */
.newsletter h3 {
  margin-bottom: 10px; }

.newsletter p {
  line-height: 20px; }

.round-less {
  border-radius: 0; }

.magazine-grid .post-single .post-desk {
  height: auto; }

.magazine-latest-news {
  background: #eeeeee;
  padding: 20px;
  position: relative; }

.breaking {
  float: left;
  margin-right: 30px;
  background: #333;
  color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  padding: 20px;
  text-transform: uppercase; }

.breaking:after {
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: ' ';
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(51, 51, 51, 0);
  border-left-color: #333;
  border-width: 10px;
  margin-top: -10px; }

.magazine-latest-news .news-slider {
  margin: 0 150px 0 130px; }

.magazine-latest-news .flex-control-nav {
  bottom: 25px; }

.magazine-latest-news a {
  color: #333; }

/*--------------------------------------
    catering page
--------------------------------------*/
.catering-form .form-control {
  height: 65px;
  border: none; }

.catering-form input {
  width: 400px !important; }

.catering-form select {
  width: 200px !important; }

.app-down-row {
  position: relative;
  height: 510px; }

.app-down-row .cater-avatar {
  position: absolute;
  left: 0;
  top: -65px; }

.app-btn a {
  margin-right: 10px; }

.catering-list .post-single .post-desk {
  padding: 30px 0;
  height: 180px; }

.app-down-row .app-info {
  font-weight: 300; }

.app-down-row .app-info span {
  font-weight: bold; }

.float-left {
  float: left; }

.txt-extra-xl {
  font-size: 70px; }

.light-txt-trans {
  color: rgba(255, 255, 255, 0.5); }

.f-menu-desk {
  color: #959595;
  margin-bottom: 15px; }

/*--------------------------------------
    hotel page
--------------------------------------*/
.amenities-list li:last-child {
  border-bottom: 1px solid #9e9e9e; }

.amenities-list li {
  border-top: 1px solid #9e9e9e;
  padding: 10px 0; }

.hotel-intro-box-resize .post-single {
  width: 250px; }

/*--------------------------------------
    app landing page
--------------------------------------*/
.app-device {
  /*position: relative;*/ }

.app-device img {
  position: absolute;
  right: 10%;
  bottom: 0; }

.app-img-bottom {
  min-height: 600px; }

.app-img-bottom img {
  position: absolute;
  left: 15%;
  bottom: 0; }

.app-icon i {
  margin-right: 15px;
  font-size: 30px;
  color: #dedede; }

/* video/audio post */
.video-fit {
  width: 100%;
  padding-top: 50%;
  position: relative; }

.audio-fit {
  width: 100%;
  padding-top: 20%;
  position: relative; }

.video-fit iframe,
.video-fit object,
.video-fit embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none; }

.audio-fit iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  /*height: 100%;*/
  border: none; }

/*--------------------------------------
   Slider Typist
--------------------------------------*/
@keyframes blink {
  0% {
    opacity: 1; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes blink {
  0% {
    opacity: 1; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.typist-blink:after {
  content: ' ';
  display: inline-block;
  height: 47px;
  position: relative;
  top: 10px;
  margin-left: 3px;
  margin-right: 7px;
  border-right: 2px solid;
  animation: blink 1s step-start 0s infinite;
  -webkit-animation: blink 1s step-start 0s infinite; }

.typist-blink > .selectedText {
  display: none; }

.typist-mark > .selectedText {
  color: #fff;
  background-color: #222;
  font-style: normal; }

/*--------------------------------------
    Boxed View
--------------------------------------*/
.boxed.box-bg {
  background: #ddd; }

.boxed .wrapper {
  width: 1170px;
  margin: 0 auto;
  background: #fff;
  position: relative; }

.boxed header.sticky,
.boxed header.sticky .header-sticky,
.boxed header.transparent-header {
  width: 1170px; }

.box-background-img {
  /* background-image: url("../main/img/parallax/para7.jpg"); JMG COMMENTED THIS OUT */
  background-image: url(/img/white.c8d05db51e9057cdd188.png);
  /* JMG ADDED THIS */
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  height: 100vh;
  background-position: 50% 50%; }

/* .box-pattern { */
/*     background-image: url("../main/img/pattern-2.png"); */
/*     background-attachment: fixed; */
/*     background-repeat: repeat; */
/*     background-position: 50% 50%; */
/* } */
/*--------------------------------------
    scroll top
--------------------------------------*/
#tb-scroll-to-top {
  position: fixed;
  right: 20px;
  bottom: 35px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  text-align: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }

.tb-scroll-to-top-show {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0); }

.tb-scroll-to-top-hide {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translateY(40px);
  -ms-transform: translateY(40px);
  transform: translateY(40px); }

/*--------------------------------------
    banner images
--------------------------------------*/
/* .home-banner { */
/*     background-image: url("../main/img/banner/home-banner1.jpg")!important; */
/* } */
/* .creative-banner { */
/*     background-image: url("../main/img/banner/creative-banner.jpg")!important; */
/* } */
/* .banner-catering { */
/*     background-image: url("../main/img/banner/catering.jpg")!important; */
/* } */
/* .banner-hotel { */
/*     background-image: url("../main/img/hotel/hotel_banner.jpg")!important; */
/* } */
/* .banner-ban2 { */
/*     background-image: url("../main/img/banner/ban2.jpg")!important; */
/* } */
/* .banner-01 { */
/*     background-image: url("../main/img/banner/01.jpg")!important; */
/* } */
/* .banner-02 { */
/*     background-image: url("../main/img/banner/02.jpg")!important; */
/* } */
/* .banner-04 { */
/*     background-image: url("../main/img/banner/04.jpg")!important; */
/* } */
/* .banner-12 { */
/*     background-image: url("../main/img/banner/12.jpg")!important; */
/* } */
/* .banner-13 { */
/*     background-image: url("../main/img/banner/13.jpg")!important; */
/* } */
/*
.banner-14 {
     background-image: url("../img/dogs-at-tasting2.png")!important;
}
*/
/* .banner-15 { */
/*     background-image: url("../main/img/banner/15.jpg")!important; */
/* } */
/* .banner-16 { */
/*     background-image: url("../main/img/banner/16.jpg")!important; */
/* } */
/* .banner-17 { */
/*     background-image: url("../main/img/banner/17.jpg")!important; */
/* } */
/* .banner-19 { */
/*     background-image: url("../main/img/banner/19.jpg")!important; */
/* } */
/* .banner-20 { */
/*     background-image: url("../main/img/banner/20.jpg")!important; */
/* } */
/* .banner-22 { */
/*     background-image: url("../main/img/banner/22.jpg")!important; */
/* } */
/* .banner-23 { */
/*     background-image: url("../main/img/banner/23.jpg")!important; */
/* } */
/* .banner-24 { */
/*     background-image: url("../main/img/banner/24.jpg")!important; */
/* } */
/* .banner-25 { */
/*     background-image: url("../main/img/banner/25.jpg")!important; */
/* } */
/* .banner-26 { */
/*     background-image: url("../main/img/banner/26.jpg")!important; */
/* } */
/* .banner-27 { */
/*     background-image: url("../main/img/banner/27.jpg")!important; */
/* } */
/* .banner-28 { */
/*     background-image: url("../main/img/banner/28.jpg")!important; */
/* } */
/* .banner-07 { */
/*     background-image: url("../main/img/banner/07.jpg")!important; */
/* } */
/* .banner-08 { */
/*     background-image: url("../main/img/banner/08.jpg")!important; */
/* } */
/* .banner-09 { */
/*     background-image: url("../main/img/banner/09.jpg")!important; */
/* } */
/* .banner-10 { */
/*     background-image: url("../main/img/banner/10.jpg")!important; */
/* } */
/* .banner-11 { */
/*     background-image: url("../main/img/banner/11.jpg")!important; */
/* } */
/* .banner-05 { */
/*     background-image: url("../main/img/banner/05.jpg")!important; */
/* } */
/* .banner-06 { */
/*     background-image: url("../main/img/banner/06.jpg")!important; */
/* } */
/* .banner-p { */
/*     background-image:url("../main/img/product/p-banner.jpg")!important; */
/* } */
/* .banner-r { */
/*     background-image: url("../main/img/real-state/r-banner.jpg")!important; */
/* } */
/* .banner-spa { */
/*     background-image: url("../main/img/spa/spa-banner.jpg")!important; */
/* } */
/* .banner-box1 { */
/*     background-image: url("../main/img/banner/box_banner1.jpg")!important; */
/* } */
/* .banner-box2 {
    background-image: url("../main/img/banner/box_banner2.jpg")!important;
    background-image: url("../img/dog_cork1170x550.jpg")!important;
} */
/* .banner-box-i { */
/*     background-image: url("../main/img/banner/box_banner.jpg")!important; */
/* } */
/* .banner-flex3 { */
/*     background-image: url("../main/img/banner/flex/flex3.jpg")!important; */
/* } */
/* .banner-demo { */
/*     background-image: url("../main/img/banner/demo.jpg")!important; */
/* } */
/* .banner-onedot { */
/*     background-image: url("../main/img/banner/onedot.jpg")!important; */
/* } */
/* .banner-02p { */
/*     background-image: url("../main/img/banner/02p.jpg")!important; */
/* } */
/* .banner-app { */
/*     background-image: url("../main/img/app/app_banner.jpg")!important; */
/* } */
/* .banner-para { */
/*     background-image: url("../main/img/parallax/para_banner.jpg")!important; */
/* } */
/* .banner-para1 { */
/*     background-image: url("../main/img/parallax/para1.jpg")!important; */
/* } */
/* .banner-para2 { */
/*     background-image: url("../main/img/parallax/para2.jpg")!important; */
/* } */
/* .banner-para3 { */
/*     background-image: url("../main/img/parallax/para3.jpg")!important; */
/* } */
/* .banner-para4 { */
/*     background-image: url("../main/img/parallax/para4.jpg")!important; */
/* } */
/* .banner-para5 { */
/*     background-image: url("../main/img/parallax/para5.jpg")!important; */
/* } */
/* .banner-para6 { */
/*     background-image: url("../main/img/parallax/para6.jpg")!important; */
/* } */
/* .banner-para7 { */
/*     background-image: url("../main/img/parallax/para7.jpg")!important; */
/* } */
/* .banner-para8 { */
/*     background-image: url("../main/img/parallax/para8.jpg")!important; */
/* } */
/* .banner-sb1 {
    background-image: url("../img/dog_cork.jpg")!important;
} */
/* .banner-03 { */
/*     background-image: url("../main/img/about/03.jpg") !important; */
/* } */
/* .banner-contact { */
/*     background-image: url("../main/img/contact-banner.jpg")!important; */
/* } */
/*--------------------------------------
    parallax images
--------------------------------------*/
/* .parallax-4 { */
/*     background-image: url("../main/img/parallax/4.jpg")!important; */
/* } */
/* .parallax-5 { */
/*     background-image: url("../main/img/parallax/5.jpg")!important; */
/* } */
/* .parallax-6 { */
/*     background-image: url("../main/img/parallax/6.jpg")!important; */
/* } */
/* .parallax-7 { */
/*     background-image: url("../main/img/parallax/7.jpg")!important; */
/* } */
.parallax-8 {
  background-image: url(/img/dogs-at-tasting7.4806d3f66557c0d84132.jpg) !important; }

/* .parallax-9 { */
/*     background-image: url("../main/img/parallax/9.jpg")!important; */
/* } */
/* .parallax-10 { */
/*     background-image: url("../main/img/parallax/10.jpg")!important; */
/* } */
/* .parallax-11 { */
/*     background-image: url("../main/img/parallax/11.jpg")!important; */
/* } */
/* .parallax-12 { */
/*     background-image: url("../main/img/parallax/12.jpg")!important; */
/* } */
/* .parallax-13 { */
/*     background-image: url("../main/img/parallax/13.jpg")!important; */
/* } */
/* .parallax-14 { */
/*     background-image: url("../main/img/parallax/14.jpg")!important; */
/* } */
/* .parallax-15 { */
/*     background-image: url("../main/img/parallax/15.jpg")!important; */
/* } */
/* .parallax-16 { */
/*     background-image: url("../main/img/parallax/16.jpg")!important; */
/* } */
/* .parallax-17 { */
/*     background-image: url("../main/img/parallax/17.jpg")!important; */
/* } */
/* .parallax-18 { */
/*     background-image: url("../main/img/parallax/18.jpg")!important; */
/* } */
/* .parallax-19 { */
/*     background-image: url("../main/img/parallax/19.jpg")!important; */
/* } */
/* .parallax-p15 { */
/*     background: url("../main/img/post/p15.jpg") center center no-repeat!important; */
/*     background-size: cover!important; */
/*     height: 599px!important; */
/* } */
.height-160 {
  height: 160px !important; }

.height-227 {
  height: 227px !important; }

.height-300 {
  height: 300px !important; }

.height-310 {
  height: 310px !important; }

.height-361 {
  height: 361px !important; }

.height-450 {
  height: 450px !important; }

.height-550 {
  height: 550px !important; }

.height-600 {
  height: 600px !important; }

.height-900 {
  height: 900px !important; }

.width-300 {
  width: 300px !important; }

/* .fast-food { */
/*     background: url("../main/img/restaurant/fast-food.jpg") right 30px no-repeat!important; */
/* } */
/* .parallax-hot { */
/*     background-image: url("../main/img/hotel/hotparallax.jpg")!important; */
/* } */
/* .parallax-ev-p { */
/*     background-image: url("../main/img/parallax/ev-p.jpg")!important; */
/* } */
/* .parallax-p { */
/*     background-image: url("../main/img/product/p-parallax.jpg")!important; */
/* } */
/* .parallax-r { */
/*     background-image: url("../main/img/real-state/r-parallax.jpg")!important; */
/* } */
/* .parallax-r-2 { */
/*     background-image: url("../main/img/real-state/r-parallax-2.jpg")!important; */
/* } */
/* .parallax-s { */
/*     background-image: url("../main/img/spa/s-parallax.jpg")!important; */
/* } */
/* .post-p8 { */
/*     background: url("../main/img/post/p8.jpg") right 100px no-repeat!important; */
/* } */
/* .post-p9 { */
/*     background: url("../main/img/post/p9.jpg") left 150px no-repeat!important; */
/* } */
/* .post-p9-alt { */
/*     background: url("../main/img/post/p9.jpg") left 100px no-repeat!important; */
/* } */
/*--------------------------------------
    intro page
--------------------------------------*/
/* .banner-intro { */
/*     background-image: url("../main/img/intro/intro-banner.jpg")!important; */
/* } */
.intro-title h2 {
  font-size: 36px; }

.intro-title p {
  font-size: 16px;
  font-weight: 300;
  color: #fff !important;
  letter-spacing: 2px; }

.intro-title p span {
  font-size: 26px; }

.intro-title i {
  font-size: 26px;
  color: rgba(255, 255, 255, 0.5);
  line-height: 20px;
  top: 4px;
  position: relative;
  right: 10px; }

.intro-title .btn {
  line-height: 32px; }

.intro-title a:hover i,
.intro-title a:focus i {
  color: #222; }

.intro-portfolio img {
  margin-bottom: 30px; }

.intro-portfolio .fit-img {
  margin-bottom: 20px; }

.intro-portfolio a img,
.intro-portfolio a img:hover {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.intro-portfolio a img:hover {
  opacity: 0.8; }

.intro-portfolio a {
  text-transform: uppercase;
  color: #222; }

.dark-bg-alt {
  background: #222; }

.dark-bg-alt .intro-portfolio a {
  text-transform: uppercase;
  color: #fff; }

.gray-bg-alt {
  background: #e8e8e8; }

/*--------------------------------------
    travel theme
--------------------------------------*/
/* .travel-booking { */
/*     background-image: url('../main/img/banner/travel.jpg'); */
/*     position: relative; */
/*     height: 100vh */
/* } */
.travel-form-bg {
  background: rgba(0, 0, 0, 0.7);
  display: inline-block;
  width: 100%; }

.travel-form-bg-light {
  background: rgba(0, 0, 0, 0.3);
  padding: 30px 0; }

.travel-form-bg ul {
  margin-bottom: 0px;
  margin-left: 15px; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .travel-form-bg ul {
    margin-bottom: -1px;
    margin-left: 15px; } }

.travel-form {
  position: absolute;
  bottom: 0;
  width: 100%; }

.travel-form.icon-tabs li i {
  display: inline-block !important; }

.travel-form.icon-tabs li i {
  font-size: 35px;
  position: relative;
  top: 7px;
  padding-right: 10px; }

.travel-form.icon-tabs .nav > li {
  padding: 0px;
  margin-left: 0; }

.travel-form.icon-tabs .nav > li > a {
  padding: 30px 40px; }

.travel-form.icon-tabs .nav > li > a:hover {
  /*background: #fff;*/ }

.travel-form.icon-tabs .nav-pills > li > a:hover,
.travel-form.icon-tabs .nav-pills > li.active:hover > a,
.travel-form.icon-tabs .nav-pills > li.active > a,
.travel-form.icon-tabs .nav-pills > li.active > a:focus {
  border-bottom: none;
  color: #fff; }

.travel-form .form-control,
.travel-form .btn {
  height: 50px;
  border-color: transparent;
  border-radius: 4px; }

.travel-form .btn {
  margin-top: 35px; }

.travel-form .form-group {
  width: 15%;
  float: left;
  margin-right: 10px; }

.travel-form .form-group label {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: normal; }

.travel-grid .col-md-6 {
  padding: 0; }

.travel-grid .post-list-aside .post-img img {
  border: none; }

.travel-grid .post-list-aside {
  float: left; }

.travel-grid .post-desk {
  padding: 50px 30px;
  display: inline-block;
  height: auto; }

.featured-item.feature-outline.travel-feature {
  position: relative;
  padding: 0 0 0 130px; }

/*-----------------------------------------------
    fashion 2
-----------------------------------------------*/
.fashion-title h1 {
  font-size: 100px;
  font-weight: 100;
  letter-spacing: 5px;
  margin-bottom: 0; }

.fashion-footer p {
  line-height: 20px;
  font-size: 13px; }

.fashion-footer .subscribe-form {
  width: 100%;
  display: inline-block;
  margin-bottom: 30px; }

.fashion-footer .subscribe-form input {
  background: #f8f8f8;
  width: 65% !important;
  border-radius: 4px; }

.fashion-footer ul {
  padding: 0;
  list-style: none; }

.fashion-footer ul li a {
  color: #6f7273;
  text-transform: uppercase;
  margin-bottom: 10px;
  display: block;
  font-size: 13px; }

.fashion-footer ul li a:hover {
  color: #222; }

.fashion-footer .social-link a {
  color: #cdcdcd;
  border: 1px solid #cdcdcd;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  display: inline-block;
  margin-right: 10px;
  margin-top: 5px;
  margin-bottom: 5px;
  border-radius: 50%; }

.fashion-footer .social-link a:hover {
  background: #5a5a5a;
  color: #fff;
  border: 1px solid transparent; }

/*!******************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./css/responsive-tabs.css ***!
  \******************************************************************************************************************/
.responsive-tabs.nav-tabs {
  position: relative;
  z-index: 10;
  height: 42px;
  overflow: visible;
  border-bottom: none; }

@media (min-width: 768px) {
  .responsive-tabs.nav-tabs {
    border-bottom: 1px solid #ddd; } }

.responsive-tabs.nav-tabs span.glyphicon {
  position: absolute;
  top: 14px;
  right: 22px; }

.responsive-tabs.nav-tabs span.glyphicon.glyphicon-triangle-top {
  display: none; }

@media (min-width: 768px) {
  .responsive-tabs.nav-tabs span.glyphicon {
    display: none; } }

.responsive-tabs.nav-tabs > li {
  display: none;
  float: none;
  text-align: center; }

.responsive-tabs.nav-tabs > li:last-of-type > a {
  margin-right: 0; }

.responsive-tabs.nav-tabs > li > a {
  margin-right: 0;
  background: #fff;
  border: 1px solid #DDD; }

@media (min-width: 768px) {
  .responsive-tabs.nav-tabs > li > a {
    margin-right: 4px; } }

.responsive-tabs.nav-tabs > li.active {
  display: block; }

.responsive-tabs.nav-tabs > li.active a {
  border: 1px solid #DDD;
  border-radius: 2px; }

@media (min-width: 768px) {
  .responsive-tabs.nav-tabs > li.active a {
    border-bottom-color: transparent; } }

@media (min-width: 768px) {
  .responsive-tabs.nav-tabs > li {
    display: block;
    float: left; } }

.responsive-tabs.nav-tabs.open span.glyphicon.glyphicon-triangle-top {
  display: block; }

@media (min-width: 768px) {
  .responsive-tabs.nav-tabs.open span.glyphicon.glyphicon-triangle-top {
    display: none; } }

.responsive-tabs.nav-tabs.open span.glyphicon.glyphicon-triangle-bottom {
  display: none; }

.responsive-tabs.nav-tabs.open > li {
  display: block; }

.responsive-tabs.nav-tabs.open > li a {
  border-radius: 0; }

.responsive-tabs.nav-tabs.open > li:first-of-type a {
  border-radius: 2px 2px 0 0; }

.responsive-tabs.nav-tabs.open > li:last-of-type a {
  border-radius: 0 0 2px 2px; }

/*!************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./css/red-theme.css ***!
  \************************************************************************************************************/
/*------------------------------------------------------------------
Default theme  Stylesheet
-------------------------------------------------------------------*/
::selection {
  background: #f9333f;
  color: #fff;
  text-shadow: none; }

::-moz-selection {
  background: #f9333f;
  /* Firefox */
  color: #fff;
  text-shadow: none; }

::-webkit-selection {
  background: #f9333f;
  /* Safari */
  color: #fff;
  text-shadow: none; }

a:hover.alt-underline {
  /* color: #4dbbff!important; */
  color: #4dbbff !important;
  /* font-weight:bold; */
  /* text-decoration: underline!important; */ }

a:hover,
a:focus {
  /* color: #4dbbff!important; */
  color: #4dbbff !important;
  /* font-weight:bold; */
  /* text-decoration: underline!important; */
  /* text-decoration: underline!important; */ }

.btn-theme-color:hover,
.btn-dark-solid:hover {
  background: #4dbbff !important;
  color: white !important; }

/* a:hover {
  color: #000;
} */
a,
.menuzord .menuzord-menu > li.active > a,
.menuzord .menuzord-menu > li.active > a > i,
.menuzord .menuzord-menu > li:hover > a,
.menuzord .menuzord-menu > li:hover > a > i,
.portfolio-with-title .portfolio-title h4 a:hover,
.f-link:hover,
#footer .f-list li a:hover,
.featured-item.border-box:hover .icon i,
.post-single .post-cat li a:hover,
.post-single .post-desk h4 a:hover,
.post-single .post-desk a.author:hover,
.post-list .post-single .post-cat li a,
.portfolio-description a:hover,
.portfolio-title a:hover,
.post-sub-title,
.team-member .s-link a:hover,
.t-s-link a:hover,
.price-col.feature h1,
.widget-category li a:hover,
.widget-comments li a:hover,
.blog-classic .blog-post h4 a:hover,
.post-meta li a:hover,
.widget-latest-post .w-desk a:hover,
.comments-list .comment-author a:hover,
.comments-list .comment-item-data a:hover,
.product-title h5 a:hover,
.comments-list .comment-info a:hover,
.portfolio-with-title.blog-m .portfolio-title .date a:hover,
.comments-list .comment-info .comment-author a:hover,
.icon-tabs .nav-pills > li > a:hover,
.icon-tabs .nav-pills > li.active > a,
.icon-tabs .nav-pills > li.active > a:focus,
.icon-tabs .nav-pills > li.active > a:hover,
.cd-nav .cd-primary-nav li.selected a,
.no-touch .cd-nav .cd-primary-nav a:hover,
.intro-portfolio a:hover {
  color: #f9333f; }

.theme-color {
  color: #f9333f !important; }

.theme-bg,
.massive-progress.progress-theme-color .progress-bar,
.massive-progress-alt.progress-theme-color .progress-bar,
.ei-slider-thumbs li.ei-slider-element,
.massive-progress.progress-theme-color .progress-bar > span,
.massive-progress.progress-theme-color .progress-bar > span:before {
  background: #f9333f !important; }

.massive-progress.progress-theme-color .progress-bar > span:before {
  border-color: #f9333f; }

.btn-theme-border-color,
.widget-social-link a:hover,
.widget-tags a:hover {
  border: 1px solid #f9333f; }

.nav-border-bottom .menuzord .menuzord-menu > li.active > a,
.nav-border-bottom .menuzord .menuzord-menu > li:hover > a,
.icon-tabs .nav-pills > li > a:hover,
.icon-tabs .nav-pills > li.active > a,
.icon-tabs .nav-pills > li.active > a:focus,
.icon-tabs .nav-pills > li.active > a:hover {
  border-bottom: 1px solid #f9333f; }

.nav-border-box .menuzord-menu > li.active > a,
.nav-border-box .menuzord-menu > li:hover > a,
.btn-theme-border-color:hover,
.price-col.feature .p-btn:hover,
.side-social-link a:hover,
.massive-progress.progress-theme-color .progress-bar > span:before {
  border: 1px solid #f9333f; }

.nav-boxed-color .menuzord-menu > li.active > a,
.nav-boxed-color .menuzord-menu > li:hover > a,
.accordion.time-line > dt > a:hover:after,
.accordion.time-line > dt > a.active:after,
.accordion.time-line > dt > a.active:hover:after,
.toggle.time-line > dt > a:hover:after,
.toggle.time-line > dt > a.active:after,
.toggle.time-line > dt > a.active:hover:after,
.btn-dark-solid:hover,
.btn-dark-solid:focus,
.btn-theme-color,
.btn-theme-border-color:hover,
.btn-light-solid:hover,
.feature-border-box:hover .icon,
.price-col.feature .p-btn:hover,
.side-social-link a:hover,
.widget-social-link a:hover,
.widget-tags a:hover,
.sale-label,
.stock .status,
#tb-scroll-to-top:hover,
.menuzord-menu ul.dropdown li:hover > a,
.menuzord-menu > li > .megamenu .megamenu-row li:hover a,
.travel-form.icon-tabs .nav-pills > li > a:hover,
.travel-form.icon-tabs .nav-pills > li.active:hover > a,
.travel-form.icon-tabs .nav-pills > li.active > a,
.travel-form.icon-tabs .nav-pills > li.active > a:focus {
  background: #f9333f; }

.btn-theme-color {
  color: #fff;
  font-weight: 600; }

.menuzord .menuzord-menu ul.dropdown li:hover > a,
.menuzord-menu > li > .megamenu .megamenu-row li:hover > a {
  color: #fff; }

/*!*******************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./css/style-responsive.css ***!
  \*******************************************************************************************************************/
/*------------------------------------------------------------------
Responsive Stylesheet

Project:   Massive - Multipurpose Responsive Theme
Build:     Bootstrap 3 +
Author:    ThemeBucket

-------------------------------------------------------------------*/
/*------------------------------------------------------------------
Table of contents
0. Print
1. Small Desktop
2. Tablet Landscape
3. Tablet Portrait
4. Phone
5. Small Phone
-------------------------------------------------------------------*/
/* @media print { */
/*    	nav, aside { */
/*       	display: none; */
/*    	} */
/*    	body, article { */
/*       	width: 511pt; */
/*       	margin: 0; */
/*    		padding: 0; */
/*    	} */
/* 	#results div.page-content-sm { */
/* 	   page-break-inside: avoid; */
/* 	}   	 */
/*    	#map-canvas { */
/* 		width: 100%; */
/* 	    height: 400px; */
/* 	    overflow: hidden; */
/* 	} */
/* 	#map_canvas * { */
/* 		position: relative !important; */
/* 	} */
/* 	#map_canvas * > div { */
/* 		position: absolute !important; */
/* 	}	 */
/*    	@page { */
/*       	margin: 2cm; */
/*       	width: 511pt; */
/*    	}	 */
/*    	#footer { */
/*    		display: none; */
/*    	} */
/*    	#secfooter { */
/*    		display: none; */
/*    	}	 */
/*    	#contact { */
/*    		display: none; */
/*    	} */
/* 	#subscribe { */
/*    		display: none; */
/*    	} */
/*    	#etiquette { */
/*    		display: none; */
/*    	} */
/*    	#more_about_us { */
/*    		display: none; */
/*    	} */
/*    	#team { */
/*    		display: none; */
/*    	} */
/*    	#about { */
/*    		display: none; */
/*    	} */
/* 	#main_image { */
/* 		display: none; */
/* 	} */
/* 	#updates { */
/* 		display: none; */
/* 	} */
/*    	header { */
/*    		display: none; */
/*    	} */
/*    	#printlogo { */
/*    		display: inline-block; */
/*    	} */
/* } */
/* -------------------------------
   large desktop
   ------------------------------- */
@media screen and (min-width: 1367px) {
  .logo-brand img {
    margin-top: 0px; }
  #menu-bar-2 {
    display: block; }
  #userInner {
    display: none;
    margin-top: 10px; }
  #userOuter {
    display: block;
    margin-top: 35px; }
  #map-canvas {
    width: 100%;
    height: 770px;
    overflow: hidden; }
  #map-menu {
    border-radius: 10px;
    position: absolute;
    top: 55px;
    left: 20px;
    width: 33%;
    height: 195px;
    z-index: 100; }
  #directions-menu {
    border-radius: 10px;
    position: absolute;
    top: 55px;
    left: 20px;
    width: 33%;
    height: 75px;
    z-index: 99; }
  #results {
    border-radius: 10px;
    position: absolute;
    top: 260px;
    left: 20px;
    width: 33%;
    height: 485px;
    overflow-y: auto !important;
    z-index: 100; }
  #directions {
    border-radius: 10px;
    position: absolute;
    top: 140px;
    left: 20px;
    width: 33%;
    height: 605px;
    overflow-y: auto !important;
    z-index: 99; } }

/* -------------------------------
   Small desktop
   ------------------------------- */
@media screen and (max-width: 1366px) {
  #menu-bar-2 {
    display: block; }
  #userInner {
    display: none;
    margin-top: 10px; }
  #userOuter {
    display: block;
    margin-top: 35px; }
  #image_text {
    margin-top: 160px; }
  #map-canvas {
    width: 100%;
    height: 770px;
    overflow: hidden; }
  #map-menu {
    border-radius: 10px;
    position: absolute;
    top: 55px;
    left: 20px;
    width: 33%;
    height: 195px;
    z-index: 100; }
  #directions-menu {
    border-radius: 10px;
    position: absolute;
    top: 55px;
    left: 20px;
    width: 33%;
    height: 75px;
    z-index: 99; }
  #results {
    border-radius: 10px;
    position: absolute;
    top: 260px;
    left: 20px;
    width: 33%;
    height: 485px;
    overflow-y: auto !important;
    z-index: 100; }
  #directions {
    border-radius: 10px;
    position: absolute;
    top: 140px;
    left: 20px;
    width: 33%;
    height: 605px;
    overflow-y: auto !important;
    z-index: 99; }
  .login-box.gray-bg {
    margin-bottom: 20px; } }

@media screen and (max-width: 1200px) {
  #menu-bar-2 {
    display: block; }
  #userInner {
    display: none;
    margin-top: 10px; }
  #userOuter {
    display: block;
    margin-top: 35px; }
  #map-canvas {
    width: 100%;
    height: 770px;
    overflow: hidden; }
  #map-menu {
    border-radius: 10px;
    position: absolute;
    top: 55px;
    left: 20px;
    width: 33%;
    height: 195px;
    z-index: 100; }
  #directions-menu {
    border-radius: 10px;
    position: absolute;
    top: 55px;
    left: 20px;
    width: 33%;
    height: 75px;
    z-index: 99; }
  #results {
    border-radius: 10px;
    position: absolute;
    top: 260px;
    left: 20px;
    width: 33%;
    height: 485px;
    overflow-y: auto !important;
    z-index: 100; }
  #directions {
    border-radius: 10px;
    position: absolute;
    top: 140px;
    left: 20px;
    width: 33%;
    height: 605px;
    overflow-y: auto !important;
    z-index: 99; } }

@media screen and (max-width: 1199px) {
  #menu-bar-2 {
    display: block; }
  #userInner {
    display: none;
    margin-top: 10px; }
  #userOuter {
    display: block;
    margin-top: 35px; }
  #map-canvas {
    width: 100%;
    height: 770px;
    overflow: hidden; }
  #map-menu {
    border-radius: 10px;
    position: absolute;
    top: 55px;
    left: 20px;
    width: 33%;
    height: 195px;
    z-index: 100; }
  #directions-menu {
    border-radius: 10px;
    position: absolute;
    top: 55px;
    left: 20px;
    width: 33%;
    height: 75px;
    z-index: 99; }
  #results {
    border-radius: 10px;
    position: absolute;
    top: 260px;
    left: 20px;
    width: 33%;
    height: 485px;
    overflow-y: auto !important;
    z-index: 100; }
  #directions {
    border-radius: 10px;
    position: absolute;
    top: 140px;
    left: 20px;
    width: 33%;
    height: 605px;
    overflow-y: auto !important;
    z-index: 99; }
  .login-box.gray-bg {
    margin-bottom: 20px; } }

/* -------------------------------
   Tablet Landscape
   ------------------------------- */
@media screen and (max-width: 1100px) {
  #menu-bar-2 {
    display: block; }
  #userInner {
    display: none;
    margin-top: 10px; }
  #userOuter {
    display: block;
    margin-top: 35px; }
  #map-canvas {
    width: 100%;
    height: 400px;
    overflow: hidden; }
  #map-menu {
    border-radius: 0 !important;
    position: relative;
    width: 100%;
    top: 0px;
    left: 0px;
    height: 195px; }
  #directions-menu {
    border-radius: 0 !important;
    position: relative;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 75px; }
  #results {
    border-radius: 0 !important;
    position: relative;
    width: 100%;
    top: 0px;
    left: 0px;
    height: auto;
    overflow: hidden; }
  #directions {
    border-radius: 0 !important;
    position: relative;
    top: 0px;
    left: 0px;
    width: 100%;
    height: auto;
    overflow: hidden; } }

@media screen and (max-width: 1024px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777; }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px; }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px; }
  .navbar-header {
    float: none; }
  .navbar-toggle {
    display: block; }
  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1); }
  /* .navbar-collapse.collapse {
    display: none !important;
  } */
  .navbar-nav {
    float: none !important;
    margin: 7.5px -15px; }
  .navbar-nav > li {
    float: none; }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px; }
  .navbar-text {
    float: none;
    margin: 15px 0; }
  .navbar-collapse.collapse.in {
    display: block !important; }
  .collapsing {
    overflow: hidden !important; }
  #menu-bar-2 {
    display: block; }
  #userInner {
    display: none;
    margin-top: 10px; }
  #userOuter {
    display: block;
    margin-top: 35px; }
  #map-canvas {
    width: 100%;
    height: 400px;
    overflow: hidden; }
  #map-menu {
    border-radius: 0 !important;
    position: relative;
    width: 100%;
    top: 0px;
    left: 0px;
    height: 195px; }
  #directions-menu {
    border-radius: 0 !important;
    position: relative;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 75px; }
  #results {
    border-radius: 0 !important;
    position: relative;
    width: 100%;
    top: 0px;
    left: 0px;
    height: auto;
    overflow: hidden; }
  #directions {
    border-radius: 0 !important;
    position: relative;
    top: 0px;
    left: 0px;
    width: 100%;
    height: auto;
    overflow: hidden; }
  .login-box.gray-bg {
    margin-bottom: 20px; }
  #image_text {
    margin-top: 110px; }
  /* .banner-sb1 {
		background-image: url("../img/mobile_dog_cork_1024.jpg")!important;
	} */ }

@media screen and (max-width: 992px) {
  .claim {
    display: None; }
  #reg-modal-dog {
    display: none !important; }
  #banner_text {
    margin-top: 100px; }
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777; }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px; }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px; }
  .event-dog {
    max-width: 400px;
    /* width: 50%; */ }
  .navbar-header {
    float: none; }
  .navbar-toggle {
    display: block; }
  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1); }
  /* .navbar-collapse.collapse {
    display: none !important;
  } */
  .navbar-nav {
    float: none !important;
    margin: 7.5px -15px; }
  .navbar-nav > li {
    float: none; }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px; }
  .navbar-text {
    float: none;
    margin: 15px 0; }
  .navbar-collapse.collapse.in {
    display: block !important; }
  .collapsing {
    overflow: hidden !important; }
  #menu-bar-2 {
    display: block; }
  .secondary-header .follow,
  .secondary-header .p-right-5 {
    text-align: center;
    padding-right: 0px; }
  .secondary-header .social-link,
  .secondary-header .p-right-5 {
    text-align: center;
    padding-left: 0px; }
  #mobile .inner-center {
    top: 0px; }
  .fun-factor {
    padding: 30px 0; }
  #userInner {
    display: none;
    margin-top: 10px; }
  #userOuter {
    display: block;
    margin-top: 35px; }
  #map-canvas {
    width: 100%;
    height: 400px;
    overflow: hidden; }
  #map-menu {
    border-radius: 0 !important;
    position: relative;
    width: 100%;
    top: 0px;
    left: 0px;
    height: 195px; }
  #directions-menu {
    border-radius: 0 !important;
    position: relative;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 75px; }
  #results {
    border-radius: 0 !important;
    position: relative;
    width: 100%;
    top: 0px;
    left: 0px;
    height: auto;
    overflow: hidden; }
  #directions {
    border-radius: 0 !important;
    position: relative;
    top: 0px;
    left: 0px;
    width: 100%;
    height: auto;
    overflow: hidden; }
  #user {
    margin-top: 35px; }
  /*portfolio   grid*/
  .portfolio.col-2 .portfolio-item,
  .portfolio.col-3 .portfolio-item,
  .portfolio.col-4 .portfolio-item,
  .portfolio.col-5 .portfolio-item,
  .portfolio.col-6 .portfolio-item {
    width: 33.3333333%;
    /*width: 50%;*/ }
  #image_text {
    margin-top: 120px; }
  /* .banner-sb1 {
		background-image: url("../img/mobile_dog_cork_1024.jpg")!important;
	} */
  .social-link.pull-right {
    float: left !important;
    margin-top: 10px; }
  #footer.dark .secondary-footer .social-link a {
    margin: 0 15px 0 0; }
  .f-list {
    margin-bottom: 40px !important; }
  .clients.grid-2 li {
    width: 50%; }
  .clients.grid-3 li,
  .clients.grid-4 li,
  .clients.grid-5 li,
  .clients.grid-6 li {
    width: 33.33%; }
  .clients.angle-box.grid-2 li {
    width: 46%; }
  .clients.angle-box.grid-3 li,
  .clients.angle-box.grid-4 li,
  .clients.angle-box.grid-5 li,
  .clients.angle-box.grid-6 li {
    width: 29.33%; }
  .feature-bg-box {
    margin-bottom: 50px; }
  .subscribe-button {
    padding-top: 20px; } }

@media screen and (max-width: 800px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777; }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px; }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px; }
  .secondary-header .follow,
  .secondary-header .p-right-5 {
    text-align: center;
    padding-right: 0px; }
  .secondary-header .social-link,
  .secondary-header .p-right-5 {
    text-align: center;
    padding-left: 0px; }
  #mobile .inner-center {
    top: 0px; }
  #menu-bar-2 {
    display: block; }
  #userInner {
    display: none;
    margin-top: 10px; }
  #userOuter {
    display: block;
    margin-top: 35px; }
  #map-canvas {
    width: 100%;
    height: 400px;
    overflow: hidden; }
  #map-menu {
    border-radius: 0 !important;
    position: relative;
    width: 100%;
    top: 0px;
    left: 0px;
    height: 195px; }
  #directions-menu {
    border-radius: 0 !important;
    position: relative;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 75px; }
  #results {
    border-radius: 0 !important;
    position: relative;
    width: 100%;
    top: 0px;
    left: 0px;
    height: auto;
    overflow: hidden; }
  #directions {
    border-radius: 0 !important;
    position: relative;
    top: 0px;
    left: 0px;
    width: 100%;
    height: auto;
    overflow: hidden; }
  /*portfolio   grid*/
  .portfolio.col-2 .portfolio-item,
  .portfolio.col-3 .portfolio-item,
  .portfolio.col-4 .portfolio-item,
  .portfolio.col-5 .portfolio-item,
  .portfolio.col-6 .portfolio-item {
    /*width: 33.3333333%;*/
    width: 50%; }
  #image_text {
    margin-top: 100px; }
  /* .banner-sb1 {
		background-image: url("../img/mobile_dog_cork_800.jpg")!important;
	} */
  .testimonial.grid-2 li,
  .img-post.col-2 .item,
  .img-post.col-3 .item,
  .img-post.col-4 .item {
    width: 100%; }
  .subscribe-info,
  .subscribe_form {
    width: 90%; }
  .subscribe-info {
    margin-bottom: 30px;
    display: inline-block; }
  .post-parallax .dark-overlay {
    display: none; }
  .v-middle {
    padding-bottom: 30px; }
  .post-list-aside {
    margin-bottom: 50px; }
  .feature-border-box {
    margin-bottom: 50px;
    display: inline-block; }
  .bs-hero.full-screen .carousel-inner .item img {
    height: 100vh;
    width: 100%; }
  .subscribe-button {
    padding-top: 20px; } }

/* -------------------------------
   Tablet Portrait
   ------------------------------- */
@media screen and (max-width: 768px) {
  .logo-brand img {
    margin-top: 0px; }
  .secondary-header .follow,
  .secondary-header .p-right-5 {
    text-align: center;
    padding-right: 0px; }
  .secondary-header .social-link,
  .secondary-header .p-right-5 {
    text-align: center;
    padding-left: 0px; }
  #mobile .inner-center {
    top: 0px; }
  #menu-bar-2 {
    display: none; }
  #userInner {
    display: block;
    margin-top: 10px; }
  #userOuter {
    display: none;
    margin-top: 35px; }
  #map-canvas {
    width: 100%;
    height: 400px;
    overflow: hidden; }
  #map-menu {
    border-radius: 0 !important;
    position: relative;
    width: 100%;
    top: 0px;
    left: 0px;
    height: 195px; }
  #directions-menu {
    border-radius: 0 !important;
    position: relative;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 75px; }
  #results {
    border-radius: 0 !important;
    position: relative;
    width: 100%;
    top: 0px;
    left: 0px;
    height: auto;
    overflow: hidden; }
  #directions {
    border-radius: 0 !important;
    position: relative;
    top: 0px;
    left: 0px;
    width: 100%;
    height: auto;
    overflow: hidden; }
  header {
    top: 0; }
  #image_text {
    margin-top: 190px; }
  .page-title {
    margin-top: 47px; }
  .menuzord-responsive.menuzord {
    padding: 0; }
  .menuzord-responsive .logo-brand {
    font-size: 20px;
    line-height: 2.55; }
  .menuzord-responsive .showhide {
    margin: 0; }
  .menuzord-responsive .menuzord-menu {
    width: 100%;
    float: left !important; }
  .menuzord-responsive .menuzord-menu.scrollable {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch; }
  .menuzord-responsive .menuzord-menu.scrollable > .scrollable-fix {
    display: block; }
  .menuzord-responsive .menuzord-menu > li {
    width: 100%;
    display: block;
    position: relative; }
  .menuzord-responsive .menuzord-menu > li > a {
    width: 100%;
    padding: 12px 20px;
    display: block;
    border-bottom: solid 1px #f0f0f0; }
  .menuzord-responsive .menuzord-menu > li:first-child > a {
    border-top: solid 1px #f0f0f0; }
  .menuzord-responsive .menuzord-menu ul.dropdown,
  .menuzord-responsive .menuzord-menu ul.dropdown li ul.dropdown {
    width: 100%;
    left: 0;
    position: static;
    border: none;
    background: #fff;
    float: left; }
  .menuzord-responsive .menuzord-menu ul.dropdown li {
    position: relative; }
  .menuzord-responsive .menuzord-menu ul.dropdown li a {
    border-bottom: solid 1px #f0f0f0; }
  .menuzord-responsive
.menuzord-menu.menuzord-indented
> li
> ul.dropdown
> li
> a {
    padding-left: 40px !important; }
  .menuzord-responsive
.menuzord-menu.menuzord-indented
> li
> ul.dropdown
> li
> ul.dropdown
> li
> a {
    padding-left: 60px !important; }
  .menuzord-responsive
.menuzord-menu.menuzord-indented
> li
> ul.dropdown
> li
> ul.dropdown
> li
> ul.dropdown
> li
> a {
    padding-left: 80px !important; }
  .menuzord-responsive
.menuzord-menu.menuzord-indented
> li
> ul.dropdown
> li:hover
> a {
    /*padding-left: 50px!important*/ }
  .menuzord-responsive
.menuzord-menu.menuzord-indented
> li
> ul.dropdown
> li
> ul.dropdown
> li:hover
> a {
    padding-left: 70px !important; }
  .menuzord-responsive
.menuzord-menu.menuzord-indented
> li
> ul.dropdown
> li
> ul.dropdown
> li
> ul.dropdown
> li:hover
> a {
    padding-left: 90px !important; }
  .menuzord-responsive .menuzord-menu li .indicator {
    width: 60px;
    height: 45px;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 22px;
    text-align: center;
    line-height: 43px;
    border-left: solid 1px #f5f5f5; }
  .menuzord-responsive .menuzord-menu li ul.dropdown li .indicator {
    height: 38px;
    right: 0;
    top: 0;
    font-size: 18px;
    line-height: 36px; }
  .menuzord-responsive .menuzord-menu > li > .megamenu {
    width: 100% !important;
    left: 0 !important;
    position: static;
    border-top: none;
    border-bottom: solid 1px #f0f0f0; }
  .menuzord-responsive
.menuzord-menu
> li
> .megamenu
.megamenu-row
[class*='col'] {
    float: none;
    display: block;
    width: 100% !important;
    margin-left: 0;
    margin-top: 15px; }
  .menuzord-responsive .menuzord-menu > li > .megamenu .megamenu-row,
  .menuzord-responsive
.menuzord-menu
> li
> .megamenu
.megamenu-row:first-child
[class*='col']:first-child {
    margin-top: 0; }
  .menuzord-responsive .menuzord-menu > li.search form {
    width: 100%;
    margin: 4px 0;
    padding: 10px 16px !important; }
  .menuzord-responsive
.menuzord-menu
> li.search
form
input[type='text'],
  .menuzord-responsive .menuzord-tabs-content,
  .menuzord-responsive .menuzord-tabs-nav {
    width: 100%; }
  #header.transparent-header .light-header,
  #header.transparent-header {
    background: #fff !important; }
  #header.transparent-header .dark-header {
    background: #0a0a0a !important; }
  /* .banner-sb1 {
		background-image: url("../img/mobile_dog_cork_800.jpg")!important;
	} */
  /*-------------------------*/
  /* Mneu items */
  /*-------------------------*/
  .menuzord-responsive .menuzord-menu > li > a {
    padding: 12px 20px !important;
    line-height: 20px; }
  /* Dropdown indicators */
  .menuzord-responsive .menuzord-menu li ul.dropdown li .indicator {
    border: none; }
  /* Dropdown */
  .menuzord-responsive .menuzord-menu ul.dropdown,
  .menuzord-responsive .menuzord-menu ul.dropdown li ul.dropdown {
    background: #fff; }
  /* Dropdown items */
  .menuzord-responsive .menuzord-menu ul.dropdown li a {
    border: none; }
  .light.menuzord-menu > li > a,
  .light.menuzord-menu > li > a > i,
  header .dark-header .menuzord-menu > li > a,
  header .dark-header .menuzord-menu > li > a > i {
    color: #333; }
  header.sticky .menuzord-menu > li > a {
    line-height: 20px; }
  header .logo-brand img,
  header.nav-center-align .logo-brand img {
    /*height: 50px;*/ }
  header.transparent-header.sticky + #fullscreen-banner {
    margin-top: -50px; }
  header.transparent-header + #fullscreen-banner {
    margin-top: 0px; }
  header + #fullscreen-banner {
    margin-top: -50px; }
  .dark-header.header-bottom-border,
  .light-header.header-bottom-border {
    height: auto;
    border: none; }
  .menuzord-menu li .indicator i.fa-angle-down:before {
    content: '\f107'; }
  /*----*/
  header {
    height: auto;
    position: fixed;
    z-index: 1200; }
  header .light-header {
    border-bottom: 1px solid #f5f5f5; }
  header li.nav-icon .indicator {
    display: block; }
  header li.nav-icon i {
    font-size: 22px; }
  .nav-center-align,
  .nav-block-left {
    text-align: left;
    position: fixed; }
  .nav-center-align.m-bot-10,
  .nav-center-align.m-bot-15,
  .nav-center-align.m-bot-20,
  .nav-center-align.m-bot-25,
  .nav-center-align.m-bot-30,
  .nav-center-align.m-bot-40,
  .nav-block-left.m-bot-10,
  .nav-block-left.m-bot-15,
  .nav-block-left.m-bot-20,
  .nav-block-left.m-bot-25,
  .nav-block-left.m-bot-30,
  .nav-block-left.m-bot-40 {
    display: inline; }
  .nav-center-align .border-tb,
  .nav-block-left .border-tb {
    border: none; }
  header li.nav-icon i,
  .nav-center-align .menuzord-menu > li > a,
  header.nav-center-align li.nav-icon i,
  .nav-block-left .menuzord-menu > li > a,
  header.nav-block-left li.nav-icon i {
    line-height: 20px; }
  .top-ads {
    display: none; }
  .nav-block-left .menuzord-menu {
    height: auto; }
  .portfolio-filter li {
    display: inline-block;
    line-height: 40px; }
  ul.menuzord-menu {
    background: #fff; }
  .login-box.gray-bg {
    margin-bottom: 20px; }
  .count-down .c-grid,
  .count-down-alt .c-grid {
    margin: 10px;
    float: left; }
  .count-icon {
    right: 40px; }
  .feature-bg-box {
    margin-bottom: 50px !important; }
  .catering-form input,
  .catering-form button,
  .catering-form select {
    width: 100% !important;
    margin-bottom: 10px; }
  .catering-form .form-group,
  header.nav-center-align .logo-brand img {
    margin: 0; }
  header.nav-center-align .logo-brand img {
    height: 40px; }
  .cart-info .megamenu-quarter-width {
    width: auto !important; }
  .boxed .wrapper,
  .boxed header.sticky,
  .boxed header.sticky .header-sticky,
  .boxed header.transparent-header {
    width: 100%; }
  .banner-box h1,
  .banner-title h1 {
    font-size: 30px; }
  .banner-box h3,
  .banner-title h3,
  h3 {
    font-size: 18px; }
  h1 {
    font-size: 26px; }
  h2 {
    font-size: 20px; }
  .b-lg-txt {
    font-size: 40px !important; }
  .post-single .post-desk {
    height: auto; }
  .nav-center-align .logo-brand,
  .nav-center-align .menuzord-menu,
  .nav-center-align .menuzord-menu > li {
    float: left; }
  /**/
  .travel-form.icon-tabs .nav > li > a {
    padding: 30px 25px; }
  .subscribe-button {
    padding-top: 20px; } }

@media screen and (max-width: 767px) {
  #reg-modal-dog {
    display: none; }
  .form-wrapper-2 .width-wrapper input {
    font-size: 25px; }
  .secondary-header .follow,
  .secondary-header .p-right-5 {
    text-align: center;
    padding-right: 0px; }
  .secondary-header .social-link,
  .secondary-header .p-right-5 {
    text-align: center;
    padding-left: 0px; }
  #mobile .inner-center {
    top: 0px; }
  #menu-bar-2 {
    display: none; }
  #userInner {
    display: block;
    margin-top: 10px; }
  #userOuter {
    display: none;
    margin-top: 35px; }
  #map-canvas {
    width: 100%;
    height: 400px;
    overflow: hidden; }
  #map-menu {
    border-radius: 0 !important;
    position: relative;
    width: 100%;
    top: 0px;
    left: 0px;
    height: 195px; }
  #directions-menu {
    border-radius: 0 !important;
    position: relative;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 75px; }
  #results {
    border-radius: 0 !important;
    position: relative;
    width: 100%;
    top: 0px;
    left: 0px;
    height: auto;
    overflow: hidden; }
  #directions {
    border-radius: 0 !important;
    position: relative;
    top: 0px;
    left: 0px;
    width: 100%;
    height: auto;
    overflow: hidden; }
  .page-title .breadcrumb {
    left: 15px;
    margin: 20px 0 0;
    right: auto; }
  #image_text {
    margin-top: 190px; }
  .page-content {
    padding: 50px 0; }
  .heading-title {
    margin-bottom: 50px; }
  /* .banner-sb1 {
		background-image: url("../img/mobile_dog_cork_767.jpg")!important;
	} */
  .promo-info {
    padding-right: 0px; }
  .promo-btn {
    margin-top: 0;
    position: relative;
    right: 0;
    top: 0;
    margin-top: 20px; }
  .fun-factor {
    padding: 30px 0; }
  .post-grid {
    margin: 0; }
  .post-grid .col-lg-1,
  .post-grid .col-lg-10,
  .post-grid .col-lg-11,
  .post-grid .col-lg-12,
  .post-grid .col-lg-2,
  .post-grid .col-lg-3,
  .post-grid .col-lg-4,
  .post-grid .col-lg-5,
  .post-grid .col-lg-6,
  .post-grid .col-lg-7,
  .post-grid .col-lg-8,
  .post-grid .col-lg-9,
  .post-grid .col-md-1,
  .post-grid .col-md-10,
  .post-grid .col-md-11,
  .post-grid .col-md-12,
  .post-grid .col-md-2,
  .post-grid .col-md-3,
  .post-grid .col-md-4,
  .post-grid .col-md-5,
  .post-grid .col-md-6,
  .post-grid .col-md-7,
  .post-grid .col-md-8,
  .post-grid .col-md-9,
  .post-grid .col-sm-1,
  .post-grid .col-sm-10,
  .post-grid .col-sm-11,
  .post-grid .col-sm-12,
  .post-grid .col-sm-2,
  .post-grid .col-sm-3,
  .post-grid .col-sm-4,
  .post-grid .col-sm-5,
  .post-grid .col-sm-6,
  .post-grid .col-sm-7,
  .post-grid .col-sm-8,
  .post-grid .col-sm-9,
  .post-grid .col-xs-1,
  .post-grid .col-xs-10,
  .post-grid .col-xs-11,
  .post-grid .col-xs-12,
  .post-grid .col-xs-2,
  .post-grid .col-xs-3,
  .post-grid .col-xs-4,
  .post-grid .col-xs-5,
  .post-grid .col-xs-6,
  .post-grid .col-xs-7,
  .post-grid .col-xs-8,
  .post-grid .col-xs-9 {
    padding-left: 15px;
    padding-right: 15px; }
  .post-desk.pad-left-less {
    padding-left: 40px !important; }
  .portfolio-filter li {
    display: inline-block;
    line-height: 40px; }
  .page-title {
    text-align: center; }
  .page-title .breadcrumb {
    left: 0 !important;
    right: 0 !important;
    top: 0 !important;
    margin: 10px 0 0 !important;
    position: relative !important; }
  .footer-3 .f-logo-center,
  .footer-4 .f-logo-center {
    left: 40px !important; }
  .clients.grid-2 li,
  .clients.grid-3 li,
  .clients.grid-4 li,
  .clients.grid-5 li,
  .clients.grid-6 li {
    width: 50%; }
  .clients.angle-box.grid-2 li,
  .clients.angle-box.grid-3 li,
  .clients.angle-box.grid-4 li,
  .clients.angle-box.grid-5 li,
  .clients.angle-box.grid-6 li {
    width: 46%; }
  .testimonial.grid-2 li,
  .subscribe-info,
  .subscribe_form,
  .c-info-row .c-info,
  .c-info-row .c-slide,
  .nav > li,
  .featured-box .one-third {
    width: 100%; }
  .half-txt {
    width: 80%; }
  .icon-box-tabs .nav-pills > li + li {
    margin-left: 0; }
  .icon-box-tabs .nav-pills > li {
    margin-bottom: 10px;
    text-align: center; }
  .subscribe-info,
  .featured-item {
    margin-bottom: 30px;
    display: inline-block;
    width: 100%; }
  .subscribe_form input,
  .subscribe-box.text-center .subscribe_form input {
    margin-bottom: 10px;
    display: inline-block; }
  .subscribe_form input,
  .subscribe_form .btn {
    width: 100% !important; }
  .subscribe-button {
    padding-top: 20px; }
  .error-info {
    display: inline-block;
    width: 100%;
    padding-top: 30px;
    margin-top: 60px;
    padding-left: 0;
    border-left: none;
    border-top: 1px solid #ddd;
    text-align: center; }
  .maintenance-banner img,
  .responsive-img img {
    width: 100%;
    height: auto; }
  .feature-border-box {
    margin-bottom: 50px;
    display: inline-block; }
  #portfolio-carousel.owl-theme .owl-controls,
  #portfolio-carousel-alt.owl-theme .owl-controls {
    bottom: -48px;
    left: 0;
    margin-top: 10px;
    position: absolute;
    right: 0;
    text-align: center;
    top: auto; }
  .count-down .c-grid,
  .count-down-alt .c-grid {
    margin: 20px; }
  .count-icon {
    right: 40px; }
  .p-quantity,
  .featured-box .one-third:nth-child(2) {
    padding: 0; }
  .img-post .post-desk {
    padding: 10px; }
  .side-object .content {
    padding: 100px 0;
    text-align: center;
    width: 100%; }
  .side-object .object {
    display: none; }
  .bs-hero.full-screen .carousel-inner .item img {
    height: 100%;
    width: 100%; }
  .btn {
    margin-bottom: 5px; }
  .btn-medium {
    font-size: 12px; }
  .intro-title h2 {
    font-size: 20px; }
  .intro-title p {
    font-size: 12px; }
  .intro-title p span {
    font-size: 20px; }
  .tp-caption .btn {
    padding: 5px;
    font-size: 10px; }
  header.transparent-header.sticky + #fullscreen-banner,
  header.transparent-header + #fullscreen-banner,
  header + #fullscreen-banner {
    top: 0px; }
  /**/
  .travel-form .form-group {
    width: 100%; }
  .travel-form.icon-tabs .nav > li > a {
    padding: 10px 5px;
    font-size: 12px; }
  .travel-form.icon-tabs li i {
    font-size: 20px; }
  .travel-form .nav > li {
    width: auto;
    margin-right: 5px; }
  .travel-form .form-control,
  .travel-form .btn {
    height: 30px; }
  .travel-form .form-group {
    margin-bottom: 0px; }
  .travel-form label {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    font-size: 11px; }
  .travel-form .btn {
    margin-top: 10px; }
  .travel-form .btn {
    line-height: 10px; }
  .travel-booking + .body-content {
    margin-top: 100px; }
  .travel-form {
    position: static;
    margin-top: 20px; }
  .travel-form-bg-light {
    padding: 24px 0; }
  /**/
  .bs-hero.full-screen .carousel.slide .carousel-control {
    width: 30%;
    margin-top: 0px;
    margin-bottom: 0px; }
  .fashion-title h1 {
    font-size: 25px;
    font-weight: 100;
    letter-spacing: 5px;
    margin-bottom: 0; }
  .bs-hero.full-screen .carousel-inner .item img {
    height: 100vh;
    width: 100%; }
  .fashion-footer .subscribe_form input {
    width: 100% !important; }
  .fashion-footer ul {
    margin: 20px 0 30px 0;
    display: block; }
  .fashion-footer ul,
  .fashion-footer .social-link {
    text-align: center; }
  .bs-hero.full-screen .carousel-inner .item .bs-info-center {
    margin-left: -50%;
    width: 100%; } }

@media screen and (max-width: 490px) {
  /* handle 'claim your business' section */
  .navbar-header {
    /*display: inline-flex;*/ }
  header .logo-brand img {
    max-height: 60px;
    max-width: 200px;
    float: left; }
  #header-container {
    padding-top: 0px;
    padding-right: 15px;
    padding-bottom: 0px;
    padding-left: 15px; }
  /* .navbar-brand img {
		display: inline-block;
	}



	.logo-brand {
		line-height: 20px;
		margin-right: 0px;
		padding-right: 0px;
		padding-left: 0px;
		margin-left: 0px;
	}


	.navbar-toggle {
		top: 20px;
		padding: 0px;
	} */ }

/* -------------------------------
   Phone
   ------------------------------- */
@media screen and (max-width: 480px) {
  /* #banner_text {
    margin-top: 200px;
  } */
  header .logo-brand img {
    max-height: 60px;
    max-width: 200px;
    float: left; }
  .form-wrapper-2 .width-wrapper input {
    font-size: 15px; }
  .secondary-header .follow,
  .secondary-header .p-right-5 {
    text-align: center;
    padding-right: 0px; }
  .secondary-header .social-link,
  .secondary-header .p-right-5 {
    text-align: center;
    padding-left: 0px; }
  #mobile .inner-center {
    top: 0px; }
  #userInner {
    display: block;
    margin-top: 10px; }
  #userOuter {
    display: none;
    margin-top: 35px; }
  #menu-bar-2 {
    display: none; }
  #map-canvas {
    width: 100%;
    height: 400px;
    overflow: hidden; }
  #map-menu {
    border-radius: 0 !important;
    position: relative;
    width: 100%;
    top: 0px;
    left: 0px;
    height: 195px; }
  #directions-menu {
    border-radius: 0 !important;
    position: relative;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 75px; }
  #results {
    border-radius: 0 !important;
    position: relative;
    width: 100%;
    top: 0px;
    left: 0px;
    height: auto;
    overflow: hidden; }
  #directions {
    border-radius: 0 !important;
    position: relative;
    top: 0px;
    left: 0px;
    width: 100%;
    height: auto;
    overflow: hidden; }
  /*portfolio   grid*/
  .portfolio.col-2 .portfolio-item,
  .portfolio.col-3 .portfolio-item,
  .portfolio.col-4 .portfolio-item,
  .portfolio.col-5 .portfolio-item,
  .portfolio.col-6 .portfolio-item,
  .testimonial.grid-2 li {
    width: 100%;
    /*width: 50%;*/ }
  #image_text {
    margin-top: 190px; }
  .error-parallax .error-avatar img {
    width: 50%;
    height: auto; }
  .error-parallax .error-avatar {
    display: block;
    margin-bottom: 20px;
    margin-top: 80px; }
  .error-parallax .error-info {
    border-left: none;
    border-top: none;
    display: inline-block;
    margin-top: 0;
    padding-left: 0;
    padding-top: 0; }
  /**/
  .coming-soon-logo img {
    width: 30%; }
  /* .banner-sb1 {
		background-image: url("../img/mobile_dog_cork.jpg")!important;
	} */
  .count-down .c-grid,
  .count-down-alt .c-grid {
    margin: 10px 30px; } }

/* -------------------------------
   Small Phone
   ------------------------------- */
@media screen and (max-width: 479px) {
  header .logo-brand img {
    max-height: 60px;
    max-width: 200px;
    float: left; }
  .form-wrapper-2 .width-wrapper input {
    font-size: 15px; }
  .secondary-header .follow,
  .secondary-header .p-right-5 {
    text-align: center;
    padding-right: 0px; }
  .secondary-header .social-link,
  .secondary-header .p-right-5 {
    text-align: center;
    padding-left: 0px; }
  #mobile .inner-center {
    top: 0px; }
  #userInner {
    display: block;
    margin-top: 10px; }
  #userOuter {
    display: none;
    margin-top: 35px; }
  #map-canvas {
    width: 100%;
    height: 400px;
    overflow: hidden; }
  #map-menu {
    border-radius: 0 !important;
    position: relative;
    width: 100%;
    top: 0px;
    left: 0px;
    height: 195px; }
  #directions-menu {
    border-radius: 0 !important;
    position: relative;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 75px; }
  #results {
    border-radius: 0 !important;
    position: relative;
    width: 100%;
    top: 0px;
    left: 0px;
    height: auto;
    overflow: hidden; }
  #directions {
    border-radius: 0 !important;
    position: relative;
    top: 0px;
    left: 0px;
    width: 100%;
    height: auto;
    overflow: hidden; }
  .clients.grid-2 li,
  .clients.grid-3 li,
  .clients.grid-4 li,
  .clients.grid-5 li,
  .clients.grid-6 li,
  .testimonial.grid-2 li {
    width: 100%; }
  #image_text {
    margin-top: 190px; }
  .clients.angle-box.grid-2 li,
  .clients.angle-box.grid-3 li,
  .clients.angle-box.grid-4 li,
  .clients.angle-box.grid-5 li,
  .clients.angle-box.grid-6 li {
    width: 96%; }
  .error-avatar img {
    width: 100%;
    height: auto; }
  .error-parallax .error-avatar img {
    width: 50%;
    height: auto; }
  .error-parallax .error-avatar {
    display: block;
    margin-bottom: 20px;
    margin-top: 80px; }
  .error-parallax .error-info {
    border-left: none;
    border-top: none;
    display: inline-block;
    margin-top: 0;
    padding-left: 0;
    padding-top: 0; }
  .login-box,
  .login-social-link a,
  .c-info-row .c-info,
  .c-info-row .c-slide {
    width: 100%; }
  .login-social-link a {
    margin-bottom: 15px;
    display: block; }
  #portfolio-carousel.owl-theme .owl-controls,
  #portfolio-carousel-alt.owl-theme .owl-controls {
    bottom: -48px;
    left: 0;
    margin-top: 10px;
    position: absolute;
    right: 0;
    text-align: center;
    top: auto; }
  .count-down .c-grid,
  .count-down-alt .c-grid {
    margin: 10px 0;
    width: 100%;
    float: left; }
  .count-icon {
    right: 40px; }
  .count-down.circle .c-grid,
  .count-down-alt.circle .c-grid {
    border-radius: 0% !important; }
  .count-down.round .c-grid,
  .count-down-alt.round .c-grid {
    border-radius: 0px !important; }
  .tp-caption .btn {
    padding: 5px;
    font-size: 6px; }
  /**/
  .count-down .c-grid,
  .count-down-alt .c-grid {
    height: 70px;
    padding-top: 5px;
    width: 40%; }
  .count-down .c-value,
  .count-down-alt .c-value {
    font-size: 20px; }
  .count-down .c-title,
  .count-down-alt .c-title {
    font-size: 12px;
    letter-spacing: 3px; }
  .count-down .c-grid,
  .count-down-alt .c-grid {
    margin: 10px; } }

@media screen and (max-width: 414px) {
  #socialtop div .social-link {
    padding-top: 10px; } }

@media screen and (max-width: 372px) {
  header .logo-brand img {
    max-height: 60px;
    max-width: 175px;
    float: left; }
  .navbar-header {
    display: inline-flex; }
  .logo-brand {
    margin-right: 10px; } }

/*!*************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./css/corkhounds.css ***!
  \*************************************************************************************************************/
/* #events {
  scroll-margin-top: 0;
  scroll-snap-align: start end;
} */
/* :target {
  scroll-margin-top: 0;
} */
.nav-item {
  text-transform: uppercase; }

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

.dropdown-item {
  color: #f9333f; }

#image-mapper > div {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.event-btn {
  margin-top: '10px';
  padding-left: '10px';
  padding-right: '10px';
  margin-left: '5px';
  margin-right: '5px'; }

.navbar-light .navbar-nav .nav-link.active {
  color: #f9333f; }

.workflowButtonBox {
  padding-top: 20px;
  padding-bottom: 20px;
  background: #f6f6f7;
  padding-right: 10px;
  border-radius: 10px;
  margin-top: 25px;
  margin-bottom: 25px; }

.btn-ch-back {
  color: #fff;
  background: #848484; }

.btn-ch-forward {
  color: #fff;
  background: #4dbbff; }

.business-menu {
  border-width: 1px;
  border-color: #cbcbcb;
  border-top-style: solid;
  border-bottom-style: solid;
  margin-bottom: 35px;
  text-align: right;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 18px;
  padding-left: 2px;
  padding-right: 2px;
  background-color: #f9f9f9; }

.promocode {
  letter-spacing: 1.5px;
  color: #fff !important;
  font-size: 24px !important;
  background: #41af5f;
  margin-top: 50px;
  padding-left: 5px;
  padding-right: 5px; }

/* borderWidth: "1px", color: "#4c4b4b", borderColor:"#4dbbff", borderTopStyle: "solid", borderBottomStyle: "solid", marginBottom: "15px", borderRadius: "10px", backgroundColor: "#f0f8ff" */
.business-listing-menu {
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: #f5f6f7; }

.business-listing {
  border-width: 1px;
  color: #4c4b4b;
  border-color: #cce5f5;
  /*#4dbbff; #cfcfcf;*/
  margin-bottom: 30px;
  border-radius: 5px;
  background-color: #f7fbff;
  /*#f5f5f5;*/
  border-style: solid; }

.submission-input {
  border: 2px solid #cce5f4;
  border-radius: 4px;
  width: 100%; }

.affiliation-listing {
  border-width: 1px;
  color: #4c4b4b;
  border-color: #cce5f5;
  /*#4dbbff; #cfcfcf;*/
  margin-bottom: 10px;
  border-radius: 5px;
  background-color: #f7fbff;
  /*#f5f5f5;*/
  border-style: solid;
  overflow-wrap: break-word; }

.submissions {
  background: whitesmoke;
  border-radius: 5px;
  margin-bottom: 20px;
  padding: 10px; }

.submission-listing {
  border-width: 1px;
  color: #4c4b4b;
  border-color: #cce5f5;
  /*#4dbbff; #cfcfcf;*/
  /*border-top-style: solid;
  border-bottom-style: solid;*/
  margin-bottom: 15px;
  border-radius: 5px;
  background-color: #f7fbff;
  /*#f5f5f5;*/
  border-style: solid; }

.AdCentered {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 728px;
  width: 100%;
  /* height: 100%; */ }

.photoCaption {
  float: left;
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 5px;
  color: #ffffff;
  font-weight: bold; }

.record-cell,
.record-row {
  padding-left: 5px;
  padding-right: 5px;
  overflow-wrap: break-word; }

.popup-content {
  width: 300px !important;
  border-color: #4dbbff !important;
  border-width: 1px !important;
  border-style: solid !important;
  border-radius: 5px; }

.popup-arrow {
  border-color: #4dbbff !important;
  border-width: 1px !important;
  /* border-bottom-style: solid; */
  /* border-right-style: solid; */ }

.pc-header {
  color: black;
  background-color: #fff;
  border-bottom: 1px solid #4dbbff;
  font-weight: bold;
  text-align: center; }

.pc-content {
  color: black;
  padding-left: 10px;
  background-color: #fff; }

.gridMyVineyard {
  overflow-wrap: break-word; }

#account-management {
  /* padding-top: 10px; */ }

.userPicture {
  position: absolute;
  /* left: 12px; */
  top: 5px;
  width: 30px;
  border-radius: 50%;
  /* width: 100%; */
  background-color: #fff;
  border: 1px solid #313056 !important; }

.navbar-light .navbar-nav .nav-link {
  color: #f9333f; }

.loggedOnAnchor {
  position: relative; }

.loggedOn {
  display: inline-block;
  width: 30px;
  margin-right: 10px; }

#menu-bar {
  padding-left: 5px;
  padding-right: 5px; }

#menu-bar-1 {
  padding-left: 5px;
  padding-right: 5px; }

#menu-bar-2 {
  padding-left: 5px;
  padding-right: 5px; }

#socialtop {
  padding-top: 20px;
  padding-bottom: 20px; }

/*
.account:hover, .account:focus {
  color: #4dbbff!important;
  background-color: #fff;
}

.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: none!important;
    box-shadow: none!important
}

.btn-default.active, .open > .dropdown-toggle.btn-default {
    background-color: #e7e7e7;
}
*/
.m-bot-5 {
  margin-bottom: 5px; }

.preceding-list {
  margin-bottom: 10px; }

.featured-item .icon svg.svg-inline--fa {
  font-size: 50px; }

#visit_button_div,
#expand_button_div,
#edit_button_div,
#favorite_button_div,
#add_button_div,
#affiliate_button_div {
  height: 30px;
  width: 20px;
  display: inline-block;
  margin-right: 5px; }

#approve_button_div,
#delete_button_div,
#open_placeid_div {
  height: 30px;
  width: 20px;
  display: inline-block; }

a#visit_button,
a#expand_button,
a#edit_button,
a#favorite_button,
a#add_button,
a#affiliate_button,
a#approve_button,
a#delete_button,
a#placeid_button {
  font-size: 16px;
  cursor: pointer;
  text-transform: uppercase;
  padding-top: 3px;
  display: inline-block; }

#delete_button {
  margin-left: 20px; }

#location-canvas {
  width: 100%;
  height: 450px;
  overflow: hidden; }

.details-icon-list {
  padding-left: 10px; }

.location-page {
  font-size: 15px;
  line-height: 30px; }

.ticket-register .form-control {
  color: #000; }

.filepond--root .filepond--panel {
  background-color: #fff !important; }

.line-height-1-5 {
  line-height: 1.5 !important; }

.blue-txt {
  color: #4dbbff !important; }

.redhightlight-txt {
  color: #fff !important;
  font-size: 24px !important;
  /* background: #4dbbff; */
  padding-left: 5px;
  padding-right: 5px; }

.filepond--drop-label label {
  font-size: 1.25em;
  color: #000 !important; }

.page-content-md {
  padding: 50px 0;
  display: inline-block;
  width: 100%; }

.tutorial-items {
  margin-right: 25px;
  margin-left: 25px; }

.tutorial-item .title {
  text-transform: uppercase;
  font-weight: 600;
  line-height: 3;
  font-size: 16px; }

.tutorial-item .video {
  border-radius: 5px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%; }

.tutorial-item .question {
  font-weight: 600;
  margin-bottom: 10px;
  margin-top: 30px;
  font-size: 20px; }

.tutorial-item .full-txt {
  text-align: center; }

.tutorial-item .answer {
  font-size: 16px; }

.tutorial-item .capital {
  font-size: 24px; }

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

.register-iframe {
  max-width: 560px;
  min-height: 315px;
  margin-bottom: 50px; }

.register-iframe iframe {
  width: 100%;
  height: 315px; }

.purple-bg {
  /*background-color: #312f59;*/
  background-image: linear-gradient(#7604a5, #09143c);
  /*#411867*/ }

.blue-bg {
  /*background-color: #312f59;*/
  background-image: linear-gradient(#304ab9, #0f193e);
  /*previous blue #314390*/ }

.events-heading-title {
  margin-bottom: 50px; }

.event-dog {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.navbar-brand {
  float: left;
  height: 60px;
  padding: 0px 0px;
  font-size: 18px;
  line-height: 20px; }

#confirmation-modal-title {
  background-color: #f9d733;
  color: black;
  font-size: 20px;
  font-weight: bold; }

.modal-content {
  border: 0px;
  border-radius: 0px; }

.modal-body {
  background-color: #fff;
  /*height: 300px;*/
  overflow-y: auto; }

.modal-body::-webkit-scrollbar {
  -webkit-appearance: none; }

.modal-body::-webkit-scrollbar:vertical {
  width: 11px; }

.modal-body::-webkit-scrollbar-thumb {
  border-radius: 8px;
  border: 2px solid white;
  /* should match background, can't be transparent */
  background-color: rgba(0, 0, 0, 0.5); }

.modal-header,
.modal-title {
  background-color: #f9d733;
  color: black;
  font-size: 20px;
  font-weight: bold; }

button.close {
  font-weight: normal;
  opacity: 1; }

.modal-body,
.modal-body p {
  color: #000000; }

.modal-footer {
  background-color: #eee; }

#search_coordinates {
  color: #fff; }

.contact-comments .form-control {
  border-radius: 3px; }

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus textarea:-webkit-autofill,
textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  border: 1px solid white;
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
  transition: background-color 5000s ease-in-out 0s; }

.p-left-5 {
  padding-left: 5px; }

.p-bot-25 {
  padding-bottom: 25px; }

.p-right-5 {
  padding-right: 5px; }

.mobile-applications-inner {
  background-image: url(/img/MobileApplicationWeb1.c4bf7bbccea166be189d.jpg);
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  position: relative;
  background-position: 50% 50%; }

.banner-inner {
  background-image: url(/img/dogs-at-tasting7.4806d3f66557c0d84132.jpg);
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  position: relative;
  background-position: 50% 50%; }

.reg-banner-inner {
  background-image: url(/img/dog_on_patio.2eee0bdd59dc4d3bba9b.jpg);
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  position: relative;
  background-position: 50% 50%; }

.echo-applications-inner {
  background-image: url(/img/AmazonEchoWeb1.dee87bf9fa3c877da413.jpg);
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  position: relative;
  background-position: 50% 75%; }

.purple_transparent_background {
  color: #ffffff;
  padding: 15px;
  background: rgba(10, 8, 16, 0.7);
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.4), 0 1px 0 rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.4), 0 1px 0 rgba(255, 255, 255, 0.2);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.4), 0 1px 0 rgba(255, 255, 255, 0.2); }

.white_transparent_background {
  color: #323232;
  padding: 15px;
  background: rgba(255, 255, 255, 0.7);
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.4), 0 1px 0 rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.4), 0 1px 0 rgba(255, 255, 255, 0.2);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.4), 0 1px 0 rgba(255, 255, 255, 0.2); }

.tag_line {
  margin-top: 10px;
  text-align: center;
  /* width: 100%; */
  font-weight: 600; }

.text-center {
  line-height: 1.5; }

#welcome_text {
  padding-bottom: 0px;
  margin-bottom: 0px;
  font-size: 18px;
  font-weight: 400; }

#search_wrapper {
  /* line-height: 0px; */ }

#advSearch {
  padding-top: 25px; }

#banner_text {
  text-align: center;
  width: 100%;
  padding: 15px;
  background: #050717a6;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.4) inset, 0 1px 0 rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.4) inset, 0 1px 0 rgba(255, 255, 255, 0.2);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.4) inset, 0 1px 0 rgba(255, 255, 255, 0.2); }

.register_banner_parallax {
  background-color: #22211fa8;
  padding-top: 20px;
  padding-bottom: 20px;
  border-radius: 10px; }

#register_banner_text {
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
  background: #22211fa8;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.4) inset, 0 1px 0 rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.4) inset, 0 1px 0 rgba(255, 255, 255, 0.2);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.4) inset, 0 1px 0 rgba(255, 255, 255, 0.2); }

#heading_block {
  margin-top: 20px;
  margin-bottom: 20px; }

.search-bg {
  background: #f1dfad;
  display: inline-block;
  width: 100%; }

.noResults .title .fa {
  padding-right: 5px; }

.noResults .title {
  top: 25px;
  font-size: xx-large;
  color: gray;
  text-align: center;
  font-weight: bold; }

.noResults .help {
  top: 50px;
  color: gray;
  font-size: large;
  text-align: center;
  margin: 10px 20px 10px 20px;
  padding-bottom: 100px !important; }

hr {
  display: block;
  margin-left: auto;
  margin-right: auto;
  border-style: inset;
  border: 0px;
  height: 2px;
  color: #ff0000;
  background-color: #ff0000; }

.detail-actions svg.svg-inline--fa {
  font-size: 20px; }

.admin-actions {
  font-size: 16px; }

.detail-actions svg.svg-inline--fa:hover {
  font-size: 20px;
  color: #4dbbff;
  font-weight: bold; }

/*li.active.dropdown a, .navbar-default .navbar-nav .open a, .navbar-default .navbar-nav .open a:hover, .navbar-default .navbar-nav .open a:focus {
*/
.dropdown-menu li a:hover,
.dropdown-menu li a:focus,
.dropdown-menu li.active a {
  background-color: #f5f5f5 !important; }

.navbar-nav li.active.dropdown,
.navbar-nav li.active.dropdown a.dropdown-toggle {
  color: #f9333f !important;
  background-color: #fff !important; }

#attendees {
  font-weight: bold; }

.alexa-list,
.alexa-list li {
  color: #7e7e7e; }

.italic {
  font-style: italic;
  display: inline; }

/* .icon-list li i { */
/* 	display: inline; */
/* } */
#attending {
  display: inline-block;
  font-size: 15px;
  font-weight: bold; }

.user {
  font-size: 13px; }

.resultsText {
  font-size: 15px;
  font-weight: 400;
  color: #ffffff; }

.panel-body {
  padding-bottom: 0; }

#search {
  padding-bottom: 0; }

.body-content {
  /* line-height: 0px; */ }

#map-wrapper {
  padding-top: 0px;
  padding-bottom: 0px; }

#centerMap_button {
  padding-left: 15px;
  padding-right: 15px; }

#directions_button {
  padding-left: 15px;
  padding-right: 15px; }

.icon-list li {
  line-height: 22px; }

.rowText {
  font-size: 15px;
  font-weight: 400;
  color: #000000;
  padding-left: 10px; }

.dont-break-out {
  /* These are technically the same, but use both */
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  /* This is the dangerous one in WebKit, as it breaks things wherever
  word-break: break-all;*/
  /* Instead use this non-standard one: */
  word-break: break-word;
  /* Adds a hyphen where the word breaks, if supported (No Blink) */
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto; }

.dv-star-rating-star,
.dv-star-rating-input {
  cursor: pointer; }

#google_star_ratings {
  cursor: pointer !important; }

.resultRowTitle {
  font-size: 20px;
  /* font-weight: bold; */ }

.resultEntry {
  cursor: pointer;
  border-bottom: 2px solid #f9333f; }

.visitRow {
  padding-top: 10px;
  padding-bottom: 10px; }

.visitRow .form-group {
  display: block; }

#attendance {
  padding-top: 10px;
  padding-left: 0px;
  text-align: right; }

.astericks {
  font-size: large;
  font-weight: bold;
  position: unset; }

.img-rounded {
  border-radius: 6px; }

.sidebar-box {
  /* float: left; */
  /* 	width: 250px;
	margin: 0 20px 0 0; */
  max-height: 200px;
  position: relative;
  /* 	padding: 20px; */
  overflow: hidden;
  display: inline-block; }

.sidebar-box .read-more {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  margin: 0;
  padding: 30px 0 30px 0;
  /* "transparent" only works here because == rgba(0,0,0,0) */
  background-image: -moz-linear-gradient(top, transparent, #182a67);
  /* brown: 5b4e47 */
  background-image: linear-gradient(to bottom, transparent, #182a67);
  /* background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0, transparent),
    color-stop(1, #182a67)
  ); */ }

.iw-bottom-gradient {
  position: absolute;
  width: 275px;
  height: 25px;
  bottom: 0px;
  right: 0px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%); }

.purp-bg {
  background: #e7e6ec; }

.carousel__dot-group button {
  border-radius: 50%;
  background: #e0e0e0;
  margin-right: 3px;
  height: 15px;
  width: 15px;
  border-color: white; }

.featured-item .unfriendly-circle,
.featured-item .friendly-circle,
.featured-item .unknown-circle {
  margin-left: auto;
  margin-right: auto; }

.unfriendly-circle {
  border-radius: 50%;
  width: 75px;
  height: 75px;
  background: red;
  padding-top: 12px !important; }

.unknown-circle {
  border-radius: 50%;
  width: 75px;
  height: 75px;
  background: #e1ad01;
  padding-top: 12px !important; }

.friendly-circle {
  border-radius: 50%;
  width: 75px;
  height: 75px;
  background: green;
  padding-top: 10px !important; }

button.carousel__dot--selected {
  background: #313055; }

.carousel__slide-focus-ring {
  display: none !important; }

.carousel__slider {
  outline: none; }

.carousel button[disabled].carousel__next-button,
.carousel button[disabled].carousel__back-button {
  display: none; }

.carousel li:nth-child(n + 2) {
  /* margin-left: 10px; */ }

.page-title span {
  color: #f9333f; }

div.corkslider {
  /* display: inline-block; */
  /* margin-right: 20px; */
  width: 300px;
  height: 300px;
  /* border: thick solid #F5F5F5; */
  overflow: hidden;
  position: relative; }

#results div.corkimage {
  display: inline-block;
  margin-right: 20px;
  width: 100px;
  height: 100px;
  border: thick solid #f5f5f5;
  overflow: hidden;
  position: relative; }

#results div.corkgallery {
  margin-left: 30px; }

#next,
#previous,
#directions_button,
#centerMap_button,
#search_vineyards {
  margin-right: 0px; }

#previous {
  margin-right: 10px; }

.m-top-200 {
  margin-top: 200px; }

#rating a div {
  display: inline; }

#page_div {
  padding-right: 10px;
  padding-left: 10px; }

.subscription-group {
  padding-bottom: 10px; }

#searchString {
  background-color: white; }

#searchString:focus {
  outline: 0;
  background: #fff; }

#search_instructions {
  margin-bottom: 5px;
  color: #323232; }

#distance_instructions {
  font-size: small;
  color: #323232;
  margin-bottom: 0px;
  margin-top: 15px;
  line-height: 20px; }

.announcement_text {
  color: #323232; }

#radialDist {
  width: 150px;
  margin-right: 5px;
  font-weight: 400;
  display: inline-block; }

.subscription-input input,
.subscription-input label {
  display: inline; }

.checkbox-inline {
  padding-left: 10px; }

.btn.nohover:hover {
  background-color: #f9333f; }

.btn-delete-color {
  background: #ff4d4d;
  background-color: #ff4d4d;
  color: white; }

.btn-delete-color:hover {
  background: #963737;
  background-color: #963737;
  color: white; }

.btn-delete-color:focus {
  background: #ff4d4d;
  background-color: #ff4d4d;
  color: white; }

.btn-form-color {
  background: #4dbbff !important;
  background-color: #4dbbff !important;
  color: white; }

.btn-form-color:hover {
  background: #676767 !important;
  background-color: #676767 !important;
  color: white; }

.btn-form-color:focus {
  background: #4dbbff !important;
  background-color: #4dbbff !important;
  color: white; }

.centerButton {
  display: flex;
  align-items: center;
  justify-content: center; }

.rightAlignButton {
  text-align: right; }

.btn-form-submit-color {
  width: 400px;
  background: #4dbbff !important;
  background-color: #4dbbff !important;
  color: white; }

.btn-form-submit-color:hover {
  background: #676767 !important;
  background-color: #676767 !important;
  color: white; }

.btn-form-submit-color:focus {
  background: #4dbbff !important;
  background-color: #4dbbff !important;
  color: white; }

#send_code:focus {
  background: #f9333f;
  color: #fff; }

#submit_code:focus {
  background: #f9333f;
  color: #fff; }

#send_code:hover {
  color: #fff; }

#submit_code:hover {
  color: #fff; }

#next {
  margin-left: 10px; }

/* #next:hover{
	background: #000000;
} */
#next:focus {
  background: #f9333f; }

#centerMap_button:focus {
  background: #f9333f; }

#previous:focus {
  background: #f9333f; }

/* #previous:hover{
	background: #000000;
} */
#directions_button {
  /*margin-bottom: 15px;*/ }

#page_info {
  margin-bottom: 15px; }

button[disabled] {
  pointer-events: none; }

.announcements-bg {
  background: #182a67;
  /* previous: #162f82; blue: #4664a0;  baby blue: #658fe4; dark brown: #654f43;  brown: 5b4e47; */
  display: inline-block;
  width: 100%; }

.height-75vh {
  height: 75vh;
  min-height: 400px; }

.height-190 {
  height: 190px !important; }

.purp-bg .font-info {
  margin: 0 0 30px;
  line-height: 30px;
  color: #434343; }

#map-wrapper {
  position: relative; }

.secondary-footer {
  line-height: 1.5; }

#map-menu {
  border-radius: 10px;
  /* 	position: absolute;
 	top: 75px;
 	left: 20px;
 	width: 33%;
 	height: 195px; */
  background-color: #1b1b1b;
  background: #1b1b1b;
  overflow: hidden;
  line-height: 1.5;
  /*  	overflow-y: hidden; */ }

#directionsList {
  position: relative;
  z-index: 1000; }

#datePicker {
  z-index: 1151 !important; }

#timePicker {
  z-index: 1151 !important; }

#resultsList {
  position: relative;
  z-index: 1000; }

#results {
  /*	border-radius: 10px;
 	position: absolute;
 	top: 280px;
 	left: 20px;
 	width: 33%;
 	height: 485px;
 	overflow-y: auto;
 	z-index: 100; */
  background-color: #ffffff;
  background: #ffffff;
  overflow-x: hidden;
  line-height: 1.5; }

#directions-menu {
  /*	border-radius: 10px;
 	position: absolute;
 	top: 75px;
 	left: 20px;
  	width: 33%;
  	height: 75px;
  	z-index: 99; */
  background-color: #1b1b1b;
  background: #1b1b1b;
  overflow: hidden;
  /*  	overflow-y: hidden; */ }

#directions {
  /*	border-radius: 10px;
 	position: absolute;
 	top: 160px;
 	left: 20px;
  	width: 33%;
  	height: 605px;
  	overflow-y: auto;
  	z-index: 99;*/
  background-color: #ffffff;
  background: #ffffff;
  overflow-x: hidden; }

#address_search .has-feedback .form-control-feedback {
  top: 0;
  right: 35px; }

#text_search .has-feedback .form-control-feedback {
  top: 0;
  right: 35px; }

#feedback_form .has-feedback .form-control-feedback {
  top: 0;
  right: 15px; }

#subscribe_response {
  margin-bottom: 20px; }

/* #subscribe_form { */
/* 	align-items: left;	 */
/* } */
#subscribe_form div.row div.col-md-9,
#subscribe_form div.row div.col-md-3 {
  padding: 0px 15px 0px 15px; }

/* #subscribe_form div.subscribe-button { */
/* 	text-align: left; */
/* 	align-items: left; */
/* 	width: 100%; */
/* } */
#subscribe_form div.form-group {
  width: 100%;
  text-align: left; }

#subscribe_form div.form-group input {
  width: 100%;
  height: 52px; }

#subscribe_form .has-feedback .form-control-feedback {
  top: -55px;
  right: -5px;
  position: relative; }

.has-error-input.no-margin-bottom {
  margin-bottom: 0px !important; }

.has-error-input {
  border: 2px dashed red !important; }

.has-error-input:focus {
  border: 2px dashed red !important; }

.has-error-banner {
  color: #fff;
  background-color: #e00000a6;
  text-align: left;
  font-size: 20px;
  padding-left: 10px; }

.has-error {
  color: #fd0006;
  text-align: left;
  font-size: 20px;
  line-height: 30px; }

#subscribe_form .has-error .help-block,
#subscribe_form .has-error .form-control-feedback {
  height: 10px;
  color: #fd0006;
  text-align: left;
  padding: 0px 0px 20px 0px;
  margin: 0px 0px 0px 0px; }

.error-txt {
  line-height: 1.5; }

#subscribe_form .has-success .help-block,
#subscribe_form .has-success .form-control-feedback {
  height: 10px;
  color: #49fa30;
  text-align: left;
  padding: 0px 0px 20px 0px;
  margin: 0px 0px 0px 0px; }

.dropdown-menu li a {
  padding: 7px 20px; }

.navbar-default {
  background-color: #fff;
  border-color: #fff; }

.navbar-toggle {
  top: 10px; }

.navbar-default .navbar-toggle {
  border-color: #fff; }

.navbar-default .navbar-collapse {
  margin-top: 20px; }

.navbar-default .navbar-nav li a {
  color: #f9333f;
  text-transform: uppercase; }

.helper {
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.margin35 {
  margin-top: 35px; }

.margin15 {
  margin-top: 15px; }

.height100 {
  height: 100px; }

.height60 {
  height: 60px; }

.vcenter {
  vertical-align: middle;
  /*float: none;*/ }

.top20 {
  margin-top: 20%; }

.top-buffer {
  margin-top: 20px; }

.inner-center {
  /* display: flex; */
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  /* top: 100px; */ }

#iw-container .iw-title {
  font-family: 'Source Sans Pro', 'Helvetica', 'Arial', sans-serif;
  font-size: 22px;
  font-weight: 400;
  width: 275px !important;
  max-width: 275px !important;
  padding: 10px;
  background-color: #48b5e9;
  color: white;
  margin: 0px;
  border-radius: 2px 2px 0 0; }

#iw-container {
  width: 275px !important;
  overflow-x: hidden !important;
  max-width: 275px !important; }

#iw-container .iw-content {
  font-size: 13px;
  line-height: 18px;
  font-weight: 400;
  width: 275px !important;
  margin-right: 1px;
  padding: 15px 5px 20px 15px;
  max-height: 140px;
  max-width: 275px !important;
  overflow-y: auto;
  overflow-x: hidden !important; }

.gm-style .gm-style-iw-c {
  padding: 0px; }

.gm-style-iw {
  width: 275px !important;
  max-width: 275px !important;
  top: 2px !important;
  /*left: 0 !important;*/
  background-color: #fff;
  box-shadow: 0 1px 6px rgba(178, 178, 178, 0.6);
  border: 1px solid rgba(72, 181, 233, 0.6);
  border-radius: 2px 2px 0 0;
  overflow-x: hidden !important; }

.custom-iw {
  width: 290px !important; }

.gm-style-iw div {
  overflow-x: hidden !important;
  max-width: 275px !important; }

.gm-style-iw div div {
  overflow-x: hidden !important; }

.iw-subTitle {
  font-size: 16px;
  font-weight: 700;
  padding: 5px 0; }

.secondary-header {
  background: #9332f9;
  /*red: #f9323f; deep blue: 0d1361 dark gray: 353535,  blue: 20232e, purple/blue: 242748, neon/blue: 171d69, brown: 2e2422
  border-top: 1px solid #2c2c2c;
  /* display: inline-block; */
  width: 100%;
  font-weight: 400;
  padding-top: 10px;
  padding-bottom: 10px; }

.follow {
  /* 	vertical-align: middle; */
  height: 35px;
  /*     display: inline-block; */
  color: white;
  text-align: center;
  /*padding-top: 8px;*/ }

.secondary-header .social-link a svg.svg-inline--fa.fa-facebook-f {
  display: inline-block;
  font-size: 20px;
  color: #3b5998;
  margin: 0 0 0 15px;
  padding: 5px; }

.secondary-header
.social-link.circle
a
svg.svg-inline--fa.fa-facebook-f {
  border: 1px solid #3b5998;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  line-height: 35px;
  text-align: center;
  background-color: #fff; }

.secondary-header
.social-link.circle
a:hover
svg.svg-inline--fa.fa-facebook-f {
  background: #3b5998;
  color: #fff;
  border: 1px solid transparent; }

.secondary-header .social-link a svg.svg-inline--fa.fa-twitter {
  display: inline-block;
  font-size: 20px;
  color: #55acee;
  margin: 0 0 0 15px;
  padding: 5px; }

.secondary-header
.social-link.circle
a
svg.svg-inline--fa.fa-twitter {
  border: 1px solid #55acee;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  line-height: 35px;
  text-align: center;
  background-color: #fff; }

.secondary-header
.social-link.circle
a:hover
svg.svg-inline--fa.fa-twitter {
  background: #55acee;
  color: #fff;
  border: 1px solid transparent; }

.secondary-header .social-link a svg.svg-inline--fa.fa-instagram {
  display: inline-block;
  font-size: 20px;
  color: #3f729b;
  margin: 0 0 0 15px;
  padding: 5px; }

.secondary-header
.social-link.circle
a
svg.svg-inline--fa.fa-instagram {
  border: 1px solid #3f729b;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  line-height: 35px;
  text-align: center;
  background-color: #fff; }

.secondary-header
.social-link.circle
a:hover
svg.svg-inline--fa.fa-instagram {
  background: #3f729b;
  color: #fff;
  border: 1px solid transparent; }

.secondary-header .social-link a svg.svg-inline--fa.fa-flickr {
  display: inline-block;
  font-size: 20px;
  color: #ff0084;
  margin: 0 0 0 15px;
  padding: 5px; }

.secondary-header .social-link.circle a svg.svg-inline--fa.fa-flickr {
  border: 1px solid #ff0084;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  line-height: 35px;
  text-align: center;
  background-color: #fff; }

.secondary-header
.social-link.circle
a:hover
svg.svg-inline--fa.fa-flickr {
  background: #ff0084;
  color: #fff;
  border: 1px solid transparent; }

li svg.svg-inline--fa {
  margin-right: 5px; }


/*# sourceMappingURL=main.d355d2c3528629867ae7.css.map*/