@font-face { font-family: 'BwQuintaPro-Regular';
             src: url('fonts/Bw_Quinta_Pro_WEB/Regular/BwQuintaPro-Regular.eot#')  format('eot'),
                  url('fonts/Bw_Quinta_Pro_WEB/Regular/BwQuintaPro-Regular.woff')  format('woff'),
                  url('fonts/Bw_Quinta_Pro_WEB/Regular/BwQuintaPro-Regular.ttf')   format('truetype'),
                  url('fonts/Bw_Quinta_Pro_WEB/Regular/BwQuintaPro-Regular.svg#svgFontName')  format('svg'); }

@font-face { font-family: 'BwQuintaPro-Medium';
             src: url('fonts/Bw_Quinta_Pro_WEB/Medium/BwQuintaPro-Medium.eot#')  format('eot'),
                  url('fonts/Bw_Quinta_Pro_WEB/Medium/BwQuintaPro-Medium.woff')  format('woff'),
                  url('fonts/Bw_Quinta_Pro_WEB/Medium/BwQuintaPro-Medium.ttf')   format('truetype'),
                  url('ffonts/Bw_Quinta_Pro_WEB/Medium/BwQuintaPro-Medium.svg#svgFontName')  format('svg'); }

@font-face { font-family: 'BwQuintaPro-Bold';
             src: url('fonts/Bw_Quinta_Pro_WEB/Bold/BwQuintaPro-Bold.eot#')  format('eot'),
                  url('fonts/Bw_Quinta_Pro_WEB/Bold/BwQuintaPro-Bold.woff')  format('woff'),
                  url('fonts/Bw_Quinta_Pro_WEB/Bold/BwQuintaPro-Bold.ttf')   format('truetype'),
                  url('fonts/Bw_Quinta_Pro_WEB/Bold/BwQuintaPro-Bold.svg#svgFontName')  format('svg'); }

@font-face { font-family: 'Mangerica-ExtraLight';
             src: url('fonts/Mangerica_WEB/ExtraLightItalic/mangerica-extralightitalic-webfont.eot#')  format('eot'),
                  url('fonts/Mangerica_WEB/ExtraLightItalic/mangerica-extralightitalic-webfont.woff')  format('woff'),
                  url('fonts/Mangerica_WEB/ExtraLightItalic/mangerica-extralightitalic-webfont.ttf')   format('truetype'),
                  url('fonts/Mangerica_WEB/ExtraLightItalic/mangerica-extralightitalic-webfont.svg#svgFontName')  format('svg');
                  font-style: italic; }

 @font-face { font-family: 'Mangerica-Light';
             src: url('fonts/Mangerica_WEB/LightItalic/mangerica-lightitalic-webfont.eot#')  format('eot'),
                  url('fonts/Mangerica_WEB/LightItalic/mangerica-lightitalic-webfont.woff')  format('woff'),
                  url('fonts/Mangerica_WEB/LightItalic/mangerica-lightitalic-webfont.ttf')   format('truetype'),
                  url('fonts/Mangerica_WEB/LightItalic/mangerica-lightitalic-webfont.svg#svgFontName')  format('svg');
                  font-style: italic; }



/*-------------------------------------------------------------------------------------
Theme Name:  Flutter
Theme URI:   http://themes.iki-bir.com/flutter
Version:  1.0
Author:    elemis
-------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------
[TABLE OF CONTENTS]

  00. RESET
  01. GENERAL
  02. BUTTON
  03. HEADER
  04. STICKY HEADER
  05. HEADER HEIGHT
  06. HAMBURGER MENU ICON
  07. BASIC GALLERY
  08. FEATURE
  09. PORTFOLIO
  10. REVOLUTION SLIDER
  11. BLOG
  12. COMMENTS
  13. PROGRESS BAR
  14. TOOLTIP
  15. TABS
  16. ACCORDION / TOGGLE
  17. TILES
  18. FACTS
  19. PROCESS
  20. PRICING & TABLES
  21. WIDGETS
  22. FORMS
  23. SOCIAL ICONS
  24. LIGHTCASE
  25. FONT ICON PAGES
  26. DIVIDERS
  27. BOX LAYOUT
  28. RESPONSIVE


  text: #333333


-------------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*  00. RESET
/*-----------------------------------------------------------------------------------*/
*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
:focus {
    outline: 0 !important
}
.fit-vids-style {
    display: none
}
figure {
    margin: 0;
    padding: 0;
}
figure img {
    max-width: 100%
}
iframe {
    border: none
}
::selection {
    background: #cdf0f4; /* Safari */
    color: #2f2f2f;
}
::-moz-selection {
    background: #cdf0f4; /* Firefox */
    color: #2f2f2f;
}
#lightcase-loading,
.tp-loader.spinner {
    content: "";
    height: 34px !important;
    width: 34px !important;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -17px;
    margin-left: -17px;
    background-color: transparent;
    -webkit-transform: translateZ();
    transform: translateZ();
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-duration: .8s;
    animation-duration: .8s;
    -webkit-animation-name: rotation;
    animation-name: rotation;
    border-radius: 100%;
    background: none;
}
.cbp:after,
.cbp-lazyload:after,
.cbp-popup-loadingBox:after,
.cbp-popup-singlePageInline:after,
#lightcase-loading,
.tp-loader.spinner {
    border-left: 3px solid (28,28,28,0.08);
    border-right: 3px solid rgba(28,28,28,0.08);
    border-bottom: 3px solid rgba(28,28,28,0.08);
    border-top: 3px solid #05b4c6;
}
@-webkit-keyframes rotation {
  from {
      -webkit-transform: rotate(0deg)
  }
  to {
      -webkit-transform: rotate(359deg)
  }
}
@-moz-keyframes rotation {
  from {
      -moz-transform: rotate(0deg)
  }
  to {
      -moz-transform: rotate(359deg)
  }
}
@-o-keyframes rotation {
  from {
      -o-transform: rotate(0deg)
  }
  to {
      -o-transform: rotate(359deg)
  }
}
@keyframes rotation {
  from {
      transform: rotate(0deg)
  }
  to {
      transform: rotate(359deg)
  }
}
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #f9f9f9;
    z-index: 9999999;
}
.page-loader {
    height: 34px !important;
    width: 34px !important;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -17px;
    margin-left: -17px;
    border: 3px solid #05b4c6;
    border-radius: 100%;
    z-index: 9999;
    -webkit-animation: pulsecircle .9s linear infinite;
    animation: pulsecircle .9s linear infinite;
}
#preloader .textload {
    width: 100%;
    position: absolute;
    top: calc(50% + 30px);
    left: 0;
    text-transform: uppercase;
  letter-spacing: 2px;
    text-align: center;
    font-weight: 400;
    color: #05b4c6;
}
@-webkit-keyframes pulsecircle {
  0% {
      -webkit-transform: scale(0.4,.4);
      opacity: 0;
  }
  50% {
      opacity: 1
  }
  100% {
      -webkit-transform: scale(1.2,1.2);
      opacity: 0;
  }
}
@keyframes pulsecircle {
  0% {
      transform: scale(0.1,.1);
      opacity: 0;
  }
  50% {
      opacity: 1
  }
  100% {
      transform: scale(1.2,1.2);
      opacity: 0;
  }
}
/*-----------------------------------------------------------------------------------*/
/*  01. GENERAL
/*-----------------------------------------------------------------------------------*/
html {
    overflow-x: hidden !important
}
body {
    overflow-x: hidden;
    font-size: 17px;
    line-height: 1.6 !important;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
    color: #3F404F;
    font-family: 'BwQuintaPro-Regular', Tahoma, Arial;
    letter-spacing: 0.5px;
    background: none;
    display: flex;
    height: 100vh;
    flex-direction: column;
}
p, ol {
 -moz-font-feature-settings:"calt=1, ss01=1";
 -moz-font-feature-settings:"calt", "ss01";
 -ms-font-feature-settings:"calt", "ss01";
 -webkit-font-feature-settings:"calt", "ss01";
 font-feature-settings:"calt", "ss01";
 /* hyphens */
   -moz-hyphens: auto;
   -o-hyphens: auto;
   -webkit-hyphens: auto;
   -ms-hyphens: auto;
   hyphens: auto;

   font-size: 17px;
   line-height: 1.6 !important;
 -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale;
   -webkit-text-size-adjust: 100%;
   color: #3F404F;
   font-family: 'BwQuintaPro-Regular', Tahoma, Arial;
   letter-spacing: 0.5px;
  }
p.english {
    font-family: 'Mangerica-Light', Georgia, serif; !important;
    font-style: italic;
    font-size: 16px !important;
    -webkit-font-feature-settings: "onum" 1 !important;
    -moz-font-feature-settings:    "onum" 1 !important;
    -ms-font-feature-settings:     "onum" 1 !important;
    font-feature-settings:         "onum" 1 !important;
    line-height: 1.65 !important;
}
.navbar,
footer {
    flex-shrink: 0
}
.content-wrapper {
    flex: 1 0 auto
}
.container {
    padding-right: 0;
    padding-left: 0;
}
body,
li,
address {
    line-height: 1.6 !important;
}
input,
button,
select,
textarea {
    font-family: inherit;
    font-weight: normal;
    color: inherit !important;
}
p {
    margin: 0 0 25px

}
a {
    color: #7C7C8C !important;
    transition: all 150ms ease-in;
}
a.line {
    color: #7C7C8C !important;
    transition: border 0.2s;
    padding-bottom: 1px;
    border-bottom: 1px solid transparent;
}
a.line:hover {
    color: #414150;
    border-bottom: 1px solid #414150;
    transition: border 0.2s;
}
a:hover,
a:focus {
    color: #414150;
    text-decoration: none;
}
.nocolor,
.email-link {
    color: #7C7C8C !important
}
.nocolor:hover,
.email-link:hover {
    border-bottom: 1px solid #414150;
    color: #414150 !important
}
strong {
    font-family: 'BwQuintaPro-Medium', Tahoma, Arial !important;
    font-weight: 400
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    color: #3F404F;
    margin-bottom: 10px;
    font-weight: 400;
    font-family: 'BwQuintaPro-Medium', Tahoma, Arial !important;
}
h1 {
    font-size: 26px;
    line-height: 38px;
    margin-bottom: 15px;
    letter-spacing: 2px;
    text-transform: uppercase;
}
h2 {
    font-size: 22px;
    line-height: 28px;
    letter-spacing: 2px;
    margin-bottom: 15px;
    text-transform: uppercase;
}
h3 {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 2px;
    padding-top: 30px;
  -moz-font-feature-settings:"calt=1, ss01=1";
  -moz-font-feature-settings:"calt", "ss01";
  -ms-font-feature-settings:"calt", "ss01";
  -webkit-font-feature-settings:"calt", "ss01";
  font-feature-settings:"calt", "ss01";
      text-transform: uppercase;
}
h4 {
    font-size: 17px;
    line-height: 19px;
    margin-bottom: 7px;
    margin-top: 10px;
    letter-spacing: 0.5px;
  -moz-font-feature-settings:"calt=1, ss01=1";
  -moz-font-feature-settings:"calt", "ss01";
  -ms-font-feature-settings:"calt", "ss01";
  -webkit-font-feature-settings:"calt", "ss01";
  font-feature-settings:"calt", "ss01";#3F404F
}
h5 {
    font-size: 14px;
    line-height: 18px;
}
h6 {
    font-size: 13px;
    line-height: 17px;
}
h1.post-title,
h2.post-title {
    font-size: 26px;
    line-height: 38px;

}
.list-view h2.post-title,
.grid-view h2.post-title {
    font-size: 18px;
    line-height: 26px;
}
.post-title {
    margin-bottom: 40px
}
.post-title a {
    color: #3F404F
}
.post-title a:hover {
    color: #414150
}
.section-title.pull-left h2 {
    margin: 0;
    line-height: 18px;
}
.section-title h2 {
    font-size: 22px;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.section-title h2 i {
    font-size: 35px
}
.section-title h2.widget-title {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 15px;
}
/*.section-title h2:before {
    content: "";
    position: relative;
    border-top: 1px solid #414150;
    width: 8px;
    display: inline-block;
    padding-top: 4px;
    margin-right: 7px;
}
.section-title.text-center h2:after {
    content: "";
    position: relative;
    border-top: 1px solid #414150;
    width: 8px;
    display: inline-block;
    padding-top: 4px;
    margin-left: 7px;
}*/
.section-title.no-line h2:before,
.section-title.no-line h2:after {
    display: none
}
.hero {
    text-align: center;
    margin-bottom: 70px
}
.hero h1 {
    font-size: 26px;
    line-height: 32px;
    font-weight: 400;
    text-transform: uppercase;
}
.hero h1 strong{
    font-family: 'BwQuintaPro-Bold', Tahoma, Arial !important;
    font-weight: 500;
    letter-spacing: 2.5px;
}
.lead {
  font-family: 'Mangerica-ExtraLight', Georgia, serif !important;
  font-style: italic;
  letter-spacing: 0px;
  font-size: 20px;
  word-spacing:2px;
  line-height: 30px;
  color: #5D5D6D;
  word-spacing: 1px;
}
.lnum {
  -webkit-font-feature-settings: "lnum" !important;
  -moz-font-feature-settings:    "lnum" !important;
  -ms-font-feature-settings:     "lnum" !important;
  font-feature-settings:         "lnum" !important;
}

.inner {
    padding-top: 70px;
    padding-bottom: 70px;
}
.inner2 {
    padding-top: 100px;
    padding-bottom: 100px;
}
.parallax .inner {
    padding-top: 100px;
    padding-bottom: 100px;
}
.meta,
.meta a,
.more {
    color: #5D5D6D;
    font-size: 12px;
    text-transform: uppercase;
  letter-spacing: 2px;

}
.meta a:hover,
.more:hover {
    color: #05b4c6
}
.meta span:after {
    content: "/";
    font-size: 10px;
    vertical-align: 1px;
    padding: 0 10px 0 10px;
}
.meta span:last-child:after {
    display: none
}
.meta {
    display: block;
    margin-bottom: 10px;
}
.more:after {
    content: "\f3d6";
    font-family: "Ionicons";
    padding-left: 5px;
    vertical-align: -2px;
    font-size: 18px;
}
.meta.tags {
    margin: 0 0 10px 10px !important;
    display: inline-block;
}
.meta.tags a:before {
    content: "#";
    display: inline;
}
.dark-wrapper {
    background: #414150;

}
.color-wrapper {
    background: #ccccd4;
}
.inverse-wrapper {
    background: #303030;
    color: #fff !important;
}
.inverse-wrapper p {
    color: #fff !important
}
.inverse-wrapper .meta,
.inverse-wrapper .meta a {
    color: #ddd !important
}
.inverse-wrapper .lead {
    color: #fff !important
}
.inverse-wrapper h1,
.inverse-wrapper h2,
.inverse-wrapper h3,
.inverse-wrapper h4,
.inverse-wrapper h5,
.inverse-wrapper h6 {
    color: #fff
}
.inverse-wrapper hr {
    border-bottom: 1px solid rgba(255,255,255,0.3)
}
.inverse-wrapper .section-title h2:before,
.inverse-wrapper .section-title h2:after {
    border-color: #fff
}
.inverse-wrapper .social li a {
    color: #ddd !important
}
.inverse-wrapper a {
    color: #fff !important
}
footer a {
    color: #ccccd4
}
footer a:hover {
    color: #05b4c6
}
hr {
    border: 0;
    height: 1px;
    background: #5D5D6D;
	background: -webkit-linear-gradient(left, #8CC63F, #29ABE2, #D4145A, #F7931E); /* For Safari 5.1 to 6.0 */
  	background: -o-linear-gradient(left, #8CC63F, #29ABE2, #D4145A, #F7931E); /* For Opera 11.1 to 12.0 */
  	background: -moz-linear-gradient(left, #8CC63F, #29ABE2, #D4145A, #F7931E); /* For Firefox 3.6 to 15 */
  	background: linear-gradient(to right, #8CC63F, #29ABE2, #D4145A, #F7931E); /* Standard syntax */
  	margin-top: 30px;
    margin-bottom: 30px;
    box-shadow: none;
}
hr.short {
    border: 0;
    height: 1px;
    background: #5D5D6D;
    margin-bottom: 30px;
    margin-top: 10px;
    box-shadow: none;
    width: 30px;
    float: left;
    display: block;
}
ul {
    padding: 0 0 0 18px
}
ol {
    padding: 0 0 0 20px
}
ul,
ol {
    margin-bottom: 15px
}
ul.circled {
    padding: 0;
    list-style: none;
}
ul.circled li:before {
    content: '\2022';
    margin-right: 7px;
    font-weight: normal;
    vertical-align: top;
    display: inline-block;
    color: #05b4c6;
    font-size: 14px;
    vertical-align: 0px;
}
.alert {
    border-radius: 0
}
.alert-success {
    border-color: #c0d6ae
}
.alert-info {
    border-color: #a3d5df
}
.alert-warning {
    border-color: #eddebf
}
.alert-danger {
    border-color: #ddb8be
}
.alert .close {
    line-height: 26px
}
.dropcap {
    font-weight: 400;
    display: block;
    float: left;
    font-size: 49px;
    padding: 0;
    margin: 0;
    margin: 12px 8px 0 0;
}
blockquote {
  font-family: 'Mangerica-Light', Georgia, serif !important;
  text-transform: none !important;
  font-style: italic;
  letter-spacing: 0.5px;
  font-size: 18px;
  word-spacing: 2px;
  line-height: 28px;
  color: inherit;
  position: relative;
  border: 0;
  padding: 0;
}
blockquote small,
blockquote .small {
    color: #606060;
    font-size: 13px;
    font-weight: normal;
    font-style: normal;
}
blockquote .author h5,
blockquote .author .meta {
    display: inline
}
blockquote .author .meta:before {
    content: "/";
    padding: 0 10px;
}
.google-map.full {
    height: 100%;
    overflow: hidden;
    width: 100%;
    display: block;
    position: absolute;
    height: auto;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
}
.row-offset-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
}
.row-offset-0 > [class*="col-"],
.row-offset-0 .row-same-height > [class*="col-"] {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.row-full-height {
    height: 100%
}
.row-same-height {
    display: table;
    width: 100%;
    /* fix overflow */
    table-layout: fixed;
}
.col-lg-height,
.col-md-height,
.col-sm-height,
.col-xs-height {
    display: table-cell;
    float: none !important;
    vertical-align: middle;
}
@media (min-width: 1200px) {
  .col-lg-height {
      display: table-cell;
      float: none !important;
      vertical-align: middle;
  }
}
@media (min-width: 992px) {
  .col-md-height {
      display: table-cell;
      float: none !important;
      vertical-align: middle;
  }
}
@media (min-width: 768px) {
  .col-sm-height {
      display: table-cell;
      float: none !important;
      vertical-align: middle;
  }
}
.contact-info {
    margin: 0;
    padding: 0;
    list-style: none;
}
.contact-info li {
    display: inline-block;
    margin-right: 10px;
}
.contact-info li a {
    color: #303030
}
.contact-info li a:hover {
    color: #05b4c6
}
.contact-info i {
    color: #05b4c6;
    padding-right: 5px;
}
.col-image {
    padding: 0px;
    position: relative;
}
.col-image .bg-wrapper {
    overflow: hidden;
    position: absolute;
    height: 100%;
    padding: 0px;
    top: 0px;
}
.col-image .inner-col {
    padding-top: 70px;
    padding-bottom: 70px;
    padding-left: 80px;
}
.bg-holder {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-size: cover !important;
    background-position: center center !important;
}
/*-----------------------------------------------------------------------------------*/
/*  02. BUTTON
/*-----------------------------------------------------------------------------------*/
.btn {
    color: #414150 !important;
    background: none;
    border: 1px solid rgba(0,0,0,0.7);
    margin-bottom: 10px;
    margin-right: 4px;
    font-size: 13px;
    text-transform: uppercase;
  letter-spacing: 2px;
    line-height: 1;
    padding: 12px 20px;
    font-weight: 400;
    border-radius: 0;
    text-shadow: none;
    transition: all 150ms ease-in;
    box-shadow: none;
    display: inline-block;
}
.btn:not(.share-links) i {
    padding-right: 7px
}
.btn.btn-large {
    padding: 15px 22px
}
.btn.btn-large.btn-bg {
    padding: 16px 23px
}
.btn.btn-square {
    padding: 11px 13px
}
@-moz-document url-prefix() {
  .btn {
      padding-top: 11px !important
  }
  .btn.btn-bg {
      padding-top: 12px !important
  }
  .btn.btn-large {
      padding-top: 14px !important
  }
  .btn.btn-large.btn-bg {
      padding-top: 15px !important;
  }
}
.text-center .btn {
    margin-left: 4px;
    margin-right: 4px;
}
.btn-submit {
    margin: 0 !important
}
.btn.btn-bg {
    color: #fff !important;
    background: #05b4c6;
    border: 0;
    padding: 13px 21px;
}
.btn.btn-white {
    border: 1px solid #FFF;
    color: #FFF !important;
}
.btn.btn-bg.btn-aqua {
    background: #05b4c6;
}
.btn.btn-bg.btn-red {
    background: #da5050;
}
.btn.btn-bg.btn-green {
    background: #05c69a;
}
.btn.btn-bg.btn-blue {
    background: #0590c6;
}
.btn.btn-bg.btn-navy {
    background: #4e81a0;
}
.btn.btn-bg.btn-pink {
    background: #f47285;
}
.btn.btn-bg.btn-orange {
    background: #f67f44;
}
.btn.btn-bg.btn-purple {
    background: #996ab6;
}
.btn:hover,
.btn:focus,
.btn:active,
.btn.active {
    background: none;
    color: #05b4c6 !important;
    border-color: #05b4c6;
    transition: all 150ms ease-in;
    box-shadow: none;
}
.btn-bg:hover,
.btn-bg:focus,
.btn-bg:active,
.btn-bg.active {
    background: #06a6b7 !important;
    color: #fff !important;
    border: 0;
}
.btn.btn-bg.btn-aqua:hover,
.btn.btn-bg.btn-aqua:focus,
.btn.btn-bg.btn-aqua:active,
.btn.btn-bg.btn-aqua.active {
    background: #06a6b7 !important;
}
.btn.btn-bg.btn-red:hover,
.btn.btn-bg.btn-red:focus,
.btn.btn-bg.btn-red:active,
.btn.btn-bg.btn-red.active {
    background: #cd4c4c !important;
}
.btn.btn-bg.btn-green:hover,
.btn.btn-bg.btn-green:focus,
.btn.btn-bg.btn-green:active,
.btn.btn-bg.btn-green.active {
    background: #06b78f !important;
}
.btn.btn-bg.btn-blue:hover,
.btn.btn-bg.btn-blue:focus,
.btn.btn-bg.btn-blue:active,
.btn.btn-bg.btn-blue.active {
    background: #0685b7 !important;
}
.btn.btn-bg.btn-navy:hover,
.btn.btn-bg.btn-navy:focus,
.btn.btn-bg.btn-navy:active,
.btn.btn-bg.btn-navy.active {
    background: #3d6e8c !important;
}
.btn.btn-bg.btn-pink:hover,
.btn.btn-bg.btn-pink:focus,
.btn.btn-bg.btn-pink:active,
.btn.btn-bg.btn-pink.active {
    background: #e76376 !important;
}
.btn.btn-bg.btn-orange:hover,
.btn.btn-bg.btn-orange:focus,
.btn.btn-bg.btn-orange:active,
.btn.btn-bg.btn-orange.active {
    background: #ea6928 !important;
}
.btn.btn-bg.btn-purple:hover,
.btn.btn-bg.btn-purple:focus,
.btn.btn-bg.btn-purple:active,
.btn.btn-bg.btn-purple.active {
    background: #875da2 !important;
}
.navigation .btn {
    margin-bottom: 0
}
.btn.share-links {
  background: #da5050;
  color: #fff !important;
  border: 1px solid #da5050;
}
.btn.share-links:focus,
.btn.share-links:hover {
  background: #cd4c4c;
}
.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: none;
    box-shadow: none
}
.share-button .dropdown-menu:before {
  content: "";
    width: 0;
    display: block;
    position: absolute;
    height: 10px;
    top: -10px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    left: 50% !important;
    margin-left: -5px;
    border-bottom: 5px solid #4470cf;
}
.share-button .dropdown-menu {
    min-width: inherit;
    max-width: 39px !important;
    padding: 0;
    margin: 0;
    list-style: none;
    font-size: 14px;
    text-align: center;
    background:none;
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}
.share-button li {
    cursor: pointer;
    display: block;
    border: 0 !important;
    line-height: normal !important;

}
.share-button li a {
    padding: 0 !important;
    line-height: normal !important;
    margin: 0 !important;
    padding: 11px 13px !important;
    line-height: normal !important;
    display: block;
    transition: all 200ms ease-in;
    color: #FFF !important;
}
.share-button .ion-social-facebook {
    background: #4470cf
}
.share-button .ion-social-facebook:hover {
    background-color: #4066b9
}
.share-button .ion-social-twitter {
    background: #5daed5
}
.share-button .ion-social-twitter:hover {
    background-color: #569cbe
}
.share-button .ion-social-pinterest {
    background: #c53942
}
.share-button .ion-social-pinterest:hover {
    background-color: #b0363e
}
.goodshare-wrapper {
    display: inline;
    padding: 0;
    margin: 0;
    list-style: none;
}
/*-----------------------------------------------------------------------------------*/
/*  03. HEADER
/*-----------------------------------------------------------------------------------*/
.navbar {
    z-index: 1008;
    border: 0;
    border-radius: 0;
    min-height: inherit;
    width: 100%;
    top: 0;
    left: 0;
    margin: 0;
    position: relative;
}
.navbar.classic {
    background: rgba(255,255,255,0.9);
}
.navbar.fullwidth .container {
    width: 100%;
}
.navbar.hideinit:not(.banner--stick) {
  opacity: 0;
  top: 0;
  position: fixed;
}
.navbar .navbar-header {
    display: table;
    position: relative;
    table-layout: fixed;
}
.container>.navbar-header,
.container>.navbar-collapse {
    margin: 0;
    padding: 0;
}
.navbar-brand {
    padding: 0;
    line-height: 0;
    float: none;
    height: auto;
    position: relative;
    box-shadow: none;
    margin: 0 !important;
    vertical-align: middle;
    display: table-cell;
    width: 100%;
}
.navbar .nav-bars-wrapper {
    display: none
}
.navbar .nav-bars-wrapper .nav-bars-inner {
    pointer-events: none
}
.navbar .navbar-collapse {
    border: 0;
    box-shadow: none;
    overflow: hidden;
}
.navbar .navbar-nav {
    margin: 0 !important
}
.navbar .navbar-nav > li > a {
  font-family: 'Mangerica-Light', Georgia, serif; !important;
  font-style: italic;
  letter-spacing: 0.25px;
  padding: 0;
    font-size: 16px;
    transition: all 150ms ease-in;
    line-height: 1;
    color: #7C7C8C !important;
    position: relative;
}
.inverse-wrapper .navbar-nav > li > a {
    color: #FFF !important
}
.navbar .navbar-nav > li > a:focus,
.navbar .nav > li > a:hover,
.navbar .nav > li.current > a {
    background: none
}
.navbar .nav > li.current > a,
.navbar .nav > li > a:hover,
.inverse-wrapper .nav > li.current > a,
.inverse-wrapper .navbar-nav > li > a:hover {
    color: #414150 !important
}
.navbar .navbar-nav > li > a:focus {
    color: inherit
}
.navbar .dropdown-menu {
    padding: 0;
    margin: 0;
    min-width: 150px;
    border: none;
    background: none;
    border-radius: 0;
    box-shadow: none;
    z-index: -1 !important;
}
.navbar .dropdown-menu li:first-child {
    border: 0
}
.navbar .dropdown-menu li a {
    background: none;
    border: none;
    color: #d2d2d2 !important;
    font-size: 12px;
    letter-spacing: normal;
    font-weight: 400;
    padding: 0;
    line-height: 1;
}
.navbar .dropdown-menu li a:hover,
.navbar .dropdown-menu li a.active,
.navbar .nav .open > a,
.navbar .nav .open > a:hover,
.navbar .nav .open > a:focus,
.navbar .dropdown-menu > li > a:hover,
.navbar .dropdown-menu > li > a:focus,
.navbar .dropdown-submenu:hover > a,
.navbar .dropdown-submenu:focus > a,
.navbar .dropdown-menu > .active > a,
.navbar .dropdown-menu > .active > a:hover,
.navbar .dropdown-menu > .active > a:focus {
    background: none
}
.navbar .dropdown-menu li a:hover,
.navbar .dropdown-menu li a.active {
    padding: 0;
    filter: none;
    line-height: 1;
}
.navbar .dropdown-menu li a:hover,
.navbar .dropdown-menu li a.active {
    color: #fff !important
}
.navbar .nav > li > .dropdown-menu:after {
    display: none
}
.navbar .dropdown-menu > li > a:hover,
.navbar .dropdown-menu > li > a:focus,
.navbar .dropdown-submenu:hover > a,
.navbar .dropdown-submenu:focus > a,
.navbar .dropdown-menu > .active > a,
.navbar .dropdown-menu > .active > a:hover,
.navbar .dropdown-menu > .active > a:focus {
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false)
}
.caret {
    border: 0;
    top: 0;
    vertical-align: 0;
    margin-left: 1px;
    position: relative;
    display: none;
}
.navbar-nav:not(.sm-collapsible) ul .caret {
    display: inline-block;
}
.caret:before {
    content: '\f123';
    font-family: "Ionicons";
    font-weight: normal;
    font-size: 9px;
    display: none !important;
}
.navbar-nav:not(.sm-collapsible) ul .caret:before {
    content: '\f125';
}
.navbar-nav:not(.sm-collapsible) ul {
    margin-top: 11px
}

/*-----------------------------------------------------------------------------------*/
/*  04. STICKY HEADER
/*-----------------------------------------------------------------------------------*/
.navbar.fixed {
    margin: 0;
    width: 100%;
}
.banner--clone {
    position: fixed;
    z-index: 2007;
    top: 0;
    left: 0;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.banner--stick {
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    background: rgba(255,255,255,0.9) !important;
}
/*-----------------------------------------------------------------------------------*/
/*  05. HEADER HEIGHT
/*-----------------------------------------------------------------------------------*/
@media (min-width: 992px) {
  .navbar.classic .navbar-nav,
  .navbar.classic .navbar-header {
      height: 100px;
  }
  .project{
  	float: right !important;
  }
  .navbar.classic .navbar-nav > li > a {
      line-height: 100px
  }
  .navbar.short .navbar-nav,
  .navbar.short .navbar-header {
      height: 80px
  }
  .navbar.short .navbar-nav > li > a {
      line-height: 80px
  }
}
/* sticky */
.navbar.fixed .navbar-header {
    height: 65px
}
@media (min-width: 992px) {
  .navbar.fixed .navbar-nav {
      height: 65px
  }
  .navbar.fixed .navbar-nav > li > a {
      line-height: 65px
  }
}
/*-----------------------------------------------------------------------------------*/
/*  06. HAMBURGER MENU ICON
/*-----------------------------------------------------------------------------------*/
.nav-bars {
    display: block;
    position: relative;
    overflow: hidden;
    padding: 0;
    width: 30px;
    height: 30px;
    font-size: 0;
    text-indent: -9999px;
    float: right;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-shadow: none;
    border-radius: none;
    border: none;
    cursor: pointer;
    -webkit-transition: background 0.3s;
    transition: background 0.3s;
    pointer-events: all;
}
.nav-bars:focus {
    outline: none
}
.nav-bars span {
    display: block;
    position: absolute;
    top: 13px;
    left: 0px;
    right: 0px;
    height: 3px;
    background: #2e2e2e;
}
.nav-bars span::before,
.nav-bars span::after {
    position: absolute;
    display: block;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #2e2e2e;
    content: "";
}
.nav-bars span::before {
    top: -8px
}
.nav-bars span::after {
    bottom: -8px
}
.nav-bars span {
    -webkit-transition: background 0s 0.3s;
    transition: background 0s 0.3s;
}
.nav-bars span::before,
.nav-bars span::after {
    -webkit-transition-duration: 0.3s, 0.3s;
    transition-duration: 0.3s, 0.3s;
    -webkit-transition-delay: 0.3s, 0s;
    transition-delay: 0.3s, 0s;
}
.nav-bars span::before {
    -webkit-transition-property: top, -webkit-transform;
    transition-property: top, transform;
}
.nav-bars span::after {
    -webkit-transition-property: bottom, -webkit-transform;
    transition-property: bottom, transform;
}
.nav-bars.is-active span {
    background: none
}
.nav-bars.is-active span::before {
    top: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.nav-bars.is-active span::after {
    bottom: 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.nav-bars.is-active span::before,
.nav-bars.is-active span::after {
    -webkit-transition-delay: 0s, 0.3s;
    transition-delay: 0s, 0.3s;
}
/*-----------------------------------------------------------------------------------*/
/*   07. BASIC GALLERY
/*-----------------------------------------------------------------------------------*/
.basic-gallery {
    display: block;
    padding: 0;
    margin: 0;
    width: 100%;
}
.basic-gallery li {
    display: block;
    width: 100%;
    margin-top: 50px;
}
.basic-gallery li:first-child {
    margin-top: 0
}
.basic-gallery li img {
    display: inline;
    max-width: 100%;
    height: auto;
}
/*-----------------------------------------------------------------------------------*/
/*  08. FEATURE
/*-----------------------------------------------------------------------------------*/
.feature {
    padding: 0 0 0 70px;
    position: relative;
    margin-bottom: 35px;
}
.feature .icon {
    position: absolute;
    left: 0;
}
.icon-s i {
    font-size: 45px;
    color: #414150;
    display: inline-block;
    margin-bottom: 15px;
}
.icon-m i {
    font-size: 40px;
    color: #414150;
}
/*-----------------------------------------------------------------------------------*/
/*   09. PORTFOLIO
/*-----------------------------------------------------------------------------------*/
.item-details {
    padding: 0;
    margin: 0 0 30px 0;
    list-style: none;
}
.item-details li {
    margin-top: 30px;
    font-variant-numeric: lining-nums !important;
}
.item-details li h4 {
    margin-bottom: 4px
}
.cbp#clients img {
    max-width: 100%;
    width: auto;
}
.cbp a {
    transition: none
}
.cbp .post-title a,
.cbp-item a.more,
.cbp-item .meta a {
    transition: all 150ms ease-in
}
.cbp-item .post-title a:hover,
.cbp-item a.more:hover,
.cbp-item .meta a:hover {
    color: #05b4c6 !important
}
.cbp-filter-container {
    position: relative;
    z-index: 2;
    font-size: 0;
    line-height: 0;
    margin-bottom: -10px;
}
.cbp-l-filters-button .cbp-filter-item {
  position: relative;
    display: inline-block;
    -webkit-transition: color .3s ease-in-out, background-color .3s ease-in-out, border-color .3s ease-in-out;
    transition: color .3s ease-in-out, background-color .3s ease-in-out, border-color .3s ease-in-out;
}
.cbp-filter-item {
  font-family: 'Mangerica-Light', Georgia, serif; !important;
  font-style: italic;
  letter-spacing: 0.25px;
    display: inline;
    font-size: 16px;
    line-height: 1;
    padding: 0 0 10px 0;
    transition: all 200ms ease-in;
    cursor: default;
    color: #7C7C8C;
    text-transform: lowercase;
}
.cbp-filter-item span {
    cursor: pointer;
    position: relative;
}
.cbp-filter-item:before {
    display: inline-block;
    content: ".";
    padding: 0 10px 0 10px;
    color: #3F404F;
}
.cbp-filter-item:first-child:before {
    display: none
}
.cbp-filter-item span:hover,
.cbp-filter-item.cbp-filter-item-active > span {
    color: #414150 !important;
    transition: all 150ms ease-in;
}
.cbp-l-filters-button .cbp-filter-counter {
    background-color: #414150;
    border-radius: 16px;
    color: #fff;
    font: inherit;
    margin: 0 0 0 -17px;
    padding: 9px 0;
    text-align: center;
    width: 32px;
    position: absolute;
    bottom: 25px;
    left: 50%;
    right: auto;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
}
.cbp-filter-counter {
  font-variant-numeric: lining-nums !important;
  }

.cbp-l-filters-button .cbp-filter-counter:hover {
    color: #fff !important;
}
.cbp-l-filters-button .cbp-filter-counter:after {
    bottom: -3px !important;
    border-top: 4px solid #414150;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
}
.cbp-l-filters-button .cbp-filter-item span:hover .cbp-filter-counter:after {
    display: block
}
.cbp-l-filters-button .cbp-filter-item span:hover .cbp-filter-counter {
    bottom: 25px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    opacity: 0.9;
}
.cbp-caption,
.cbp-item a {
    color:rgba(65, 65, 80, 1.00) !important;
    letter-spacing: normal !important;
}
.cbp-l-caption-title{
  padding: 10px 0;
  display: inline-block !important;
  -moz-font-feature-settings:"calt=1, ss01=1";
  -moz-font-feature-settings:"calt", "ss01";
  -ms-font-feature-settings:"calt", "ss01";
  -webkit-font-feature-settings:"calt", "ss01";
  font-feature-settings:"calt", "ss01";
  line-height: 1.2;
}
.cbp-caption-activeWrap {
    background: rgba(255,255,255,0.00) !important;
}
.cbp-l-caption-alignCenter .cbp-l-caption-body{
  background-color: rgba(219,219,230,1.0);
    padding: 0px !important;

}
.cbp-caption-overlayBottom .cbp-caption-activeWrap {
    height: 40px;
    bottom: 0;
}
.cbp-popup-singlePage .cbp-popup-content {
    max-width: 100%;
    width: 100%;
    margin-top: 170px;
}
.cbp-popup-singlePage {
    background: #fff
}
.cbp-popup-singlePage .cbp-popup-content .inner {
    padding-top: 50px;
    padding-bottom: 50px;
}
.cbp-popup-singlePage .cbp-popup-navigation-wrap {
    height: 100px;
    background: #eae9f3;
    z-index: 3000;
}
.cbp-popup-singlePage .cbp-popup-navigation {
    width: 1140px !important;
    margin: 0 auto;
    position: relative;
}
.cbp-popup-wrap {
    z-index: 3000
}
.cbp-popup-navigation .cbp-prev-btn,
.cbp-popup-navigation .cbp-prev-btn:hover,
.cbp-popup-navigation .cbp-next-btn,
.cbp-popup-navigation .cbp-next-btn:hover,
.cbp-popup-navigation .cbp-close-btn,
.cbp-popup-navigation .cbp-close-btn:hover,
.cbp-carousel .cbp-nav-prev,
.cbp-carousel .cbp-nav-prev:hover,
.cbp-carousel .cbp-nav-next,
.cbp-carousel .cbp-nav-next:hover {
    background: none
}
.cbp-popup-navigation .cbp-prev-btn:before,
.cbp-popup-navigation .cbp-next-btn:before,
.cbp-popup-navigation .cbp-close-btn:before,
.cbp-carousel .cbp-nav-next:after,
.cbp-carousel .cbp-nav-prev:after {
    font-family: "Ionicons"
}
.cbp-popup-navigation .cbp-prev-btn:before,
.cbp-carousel .cbp-nav-prev:after {
    content: '\f124'
}
.cbp-popup-navigation .cbp-next-btn:before,
.cbp-carousel .cbp-nav-next:after {
    content: '\f125'
}
.cbp-popup-navigation .cbp-close-btn:before {
    content: '\f129'
}
.cbp-popup-singlePage .cbp-prev-btn,
.cbp-popup-singlePage .cbp-next-btn,
.cbp-popup-singlePage .cbp-close-btn,
.cbp-carousel .cbp-nav-next,
.cbp-carousel .cbp-nav-prev {
    position: absolute;
    font-size: 12px;
    padding: 11px 15px;
    margin: 0;
    top: 32px;
    display: inline-block !important;
}
.cbp-carousel .cbp-nav-next,
.cbp-carousel .cbp-nav-prev {
    border: 1px solid rgba(0,0,0,0.7);
    width: 33px;
    height: 33px;
    border-radius: 0;
    text-align: center;
    top: 0;
    color: #414150;
    transition: all 200ms ease-in;
}
.cbp-carousel .cbp-nav-next:hover,
.cbp-carousel .cbp-nav-prev:hover {
    border-color: #05b4c6;
    color: #05b4c6;
}
.cbp-carousel .cbp-nav-next:after,
.cbp-carousel .cbp-nav-prev:after {
    width: 33px;
    height: 33px;
    line-height: 33px;
}
@-moz-document url-prefix() {
  .cbp-carousel .cbp-nav-next:after,
  .cbp-carousel .cbp-nav-prev:after {
      line-height: 31px
  }
}
.cbp-carousel .cbp-nav-controls {
    top: -50px
}
.cbp-popup-singlePage .cbp-close-btn {
    padding: 11px 14px
}
.cbp-popup-singlePage .cbp-prev-btn {
    right: 46px
}
.cbp-carousel .cbp-nav-prev {
    right: 40px
}
.cbp-popup-singlePage .cbp-next-btn,
.cbp-carousel .cbp-nav-next {
    right: 0px
}
.cbp-popup-singlePage .cbp-close-btn {
    right: 92px
}
.cbp-popup-singlePage-counter {
    right: auto;
    left: 0;
    color: inherit;
    font: inherit;
    height: 21px;
    font-variant-numeric: lining-nums !important;
}
.cbp-popup-lightbox {
    background: rgba(30,30,30,0.9)
}
.cbp-popup-lightbox-counter {
    color: #FFF;
    font: inherit;
}
.cbp-popup-lightbox-title {
    font: inherit
}
.cbp-popup-lightbox-bottom {
    margin-top: 13px
}
.cbp-popup-lightbox .cbp-prev-btn,
.cbp-popup-lightbox .cbp-next-btn,
.cbp-popup-lightbox .cbp-close-btn {
    position: absolute;
    font-size: 12px;
    padding: 11px 15px;
    top: 50%;
    left: 20px;
    color: #FFF !important;
    border-color: #FFF !important;
    opacity: 0.7;
}
.cbp-popup-lightbox .cbp-prev-btn:hover,
.cbp-popup-lightbox .cbp-next-btn:hover,
.cbp-popup-lightbox .cbp-close-btn:hover {
    opacity: 1
}
.cbp-popup-lightbox .cbp-next-btn {
    left: auto;
    right: 20px;
}
.cbp-popup-lightbox .cbp-close-btn {
    left: auto;
    margin: 0;
    top: 20px;
    right: 20px;
    padding: 11px 14px;
}
.cbp-slider .cbp-nav-pagination {
    right: 0;
    z-index: 100;
    left: 0;
    text-align: center;
}
.cbp-nav-pagination-item {
    position: relative;
    width: 10px;
    height: 10px;
    border-radius: 0;
    border: 1px solid rgba(255,255,255,0.7);
    background: none;
    transition: all 200ms ease-in;
    margin: 0 3px;
}
.cbp-nav-pagination-item:hover,
.cbp-nav-pagination-active {
    background: #FFF;
    border: 1px solid #FFF;
}
.cbp-slider-edge {
    height: 120px;
    margin-bottom: 20px;
}
.cbp-slider-edge .cbp-nav-pagination {
    position: relative;
    bottom: 0;
}
.cbp-slider-edge .cbp-nav-pagination-item {
    border: 1px solid #aeaeae;
    opacity: 1;
}
.cbp-slider-edge .cbp-nav-pagination-item:hover,
.cbp-slider-edge .cbp-nav-pagination-active {
    background: #aeaeae
}
.inverse-wrapper .cbp-slider-edge .cbp-nav-pagination-item {
    border-color: rgba(255,255,255,0.5)
}
.inverse-wrapper .cbp-slider-edge .cbp-nav-pagination-item:hover,
.inverse-wrapper .cbp-slider-edge .cbp-nav-pagination-active {
    background: #ddd;
    border: 1px solid #ddd;
}
.inverse-wrapper .cbp-slider-edge:before {
    color: #FFF
}
.cbp-slider-edge .cbp-nav-next,
.cbp-slider-edge .cbp-nav-prev,
.cbp-slider .cbp-nav-next,
.cbp-slider .cbp-nav-prev {
    background: transparent;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    z-index: 100;
    width: 44px;
    height: 44px;
}
.cbp-slider .cbp-nav-next {
    right: 10px;
    left: auto;
}
.cbp-slider .cbp-nav-prev {
    left: 10px;
    right: auto;
}
.cbp-slider-edge .cbp-nav-next {
    right: -50px;
    left: auto;
}
.cbp-slider-edge .cbp-nav-prev {
    left: -50px;
    right: auto;
}
.cbp-slider-edge .cbp-nav-next:after,
.cbp-slider-edge .cbp-nav-prev:after,
.cbp-slider .cbp-nav-next:after,
.cbp-slider .cbp-nav-prev:after {
    background: none;
    font-family: "Ionicons";
    font-size: 50px;
    line-height: 45px;
    text-align: center;
    color: rgba(255,255,255,0.7);
    transition: all 200ms ease-in;
    width: 44px;
    height: 44px;
}
.cbp-slider-edge .cbp-nav-next:after,
.cbp-slider .cbp-nav-next:after {
    content: "\f3d3"
}
.cbp-slider-edge .cbp-nav-prev:after,
.cbp-slider .cbp-nav-prev:after {
    content: "\f3d2"
}
.cbp-slider-edge .cbp-nav-next:hover:after,
.cbp-slider-edge .cbp-nav-prev:hover:after,
.cbp-slider .cbp-nav-next:hover:after,
.cbp-slider .cbp-nav-prev:hover:after {
    color: rgba(255,255,255,1) !important
}
.cbp-nav-next:hover,
.cbp-nav-prev:hover {
    opacity: 1
}
.cbp-carousel   .cbp-nav-stop {
    opacity: 1 !important
}
/*-----------------------------------------------------------------------------------*/
/*  10. REVOLUTION SLIDER
/*-----------------------------------------------------------------------------------*/
.tparrows {
    cursor: pointer;
    background: none;
    box-shadow: none;
    width: 40px;
    height: 40px;
    position: absolute;
    display: block;
    z-index: 1000;
    transition: background 200ms ease-in;
}
.tparrows:hover {
    background: none
}
.tparrows:before {
    font-family: "Ionicons";
    font-size: 50px;
    color: rgba(255,255,255,0.7);
    display: block;
    line-height: 1;
    text-align: center;
    transition: color 200ms ease-in;
}
@-moz-document url-prefix() {
  .tparrows:before {
      padding-top: 0px
  }
}
.tparrows:hover:before {
    color: rgba(255,255,255,1)
}
.tparrows.tp-leftarrow:before {
    content: '\f3d2'
}
.tparrows.tp-rightarrow:before {
    content: '\f3d3'
}
.tp-bullet {
    transition: background 200ms ease-in;
    height: 10px;
    width: 10px;
    border-radius: 0;
    border:1px solid rgba(255,255,255,0.7);
    background: none;
}
.tp-bullet.selected,
.tp-bullet:hover {
    background: #FFF;
  border: 1px solid #FFF;
}
.tp-caption.large {
    font-size: 60px;
    line-height: 70px;
    color: #303030;
    font-weight: 500;
    text-transform: uppercase;
    word-spacing: -0.15em;
}
.tp-caption.large em,
.tp-caption.medium em {
    font-weight: bold
}
.tp-caption.medium {
    font-size: 25px;
    line-height: 30px;
    font-weight: 400;
    text-transform: uppercase;
    color: #303030;
    word-spacing: -0.1em;
}
.tp-caption.light {
    color: #FFF !important
}
.animouse {
    display: inline-block;
    height: 44px;
    width: 28px;
    border-radius: 12px;
    border: 2px solid #303030;
    text-align: center;
    visibility: visible !important;
}
.animouse:after {
    display: inline-block;
    height: 5px;
    width: 5px;
    background-color: #303030;
    border-radius: 50%;
    content: "";
    -webkit-animation: scroll 1.3s ease-out infinite forwards;
    -moz-animation: scroll 1.3s ease-out infinite forwards;
    animation: scroll 1.3s ease-out infinite forwards;
}
.animouse.light {
    border-color: #FFF !important
}
.animouse.light:after {
    background-color: #FFF !important
}
.tp-caption.light-layer {
    background: rgba(255, 255, 255, 0.7);
    padding: 12px 15px;
    font-size: 13px;
    color: #414150;
    text-transform: none;
    font-weight: normal;
    display: table-cell;
    text-align: center;
}
.tp-caption.strong {
    font-weight: 700;
    word-spacing: -0.3em;
}
.tp-caption .btn {
    margin: 0 !important;
}
.tp-dottedoverlay.darkoverlay {
    background: rgba(48,48,48,0.6)
}
.tp-bannertimer {
    background: rgba(255,255,255,0.25)
}
.erinyen .tp-thumb-over {
    background: rgba(0,0,0,0.5)
}
.erinyen .tp-thumb.selected .tp-thumb-over,
.erinyen .tp-thumb:hover .tp-thumb-over {
    background: transparent
}
@-webkit-keyframes scroll {
  0% {
      -webkit-transform: translateY()
  }
  50% {
      -webkit-transform: translateY(10px)
  }
  100% {
      -webkit-transform: translateY()
  }
}
@-moz-keyframes scroll {
  0% {
      -moz-transform: translateY()
  }
  50% {
      -moz-transform: translateY(10px)
  }
  100% {
      -moz-transform: translateY()
  }
}
@keyframes scroll {
  0% {
      -webkit-transform: translateY();
      -moz-transform: translateY();
      -ms-transform: translateY();
      -o-transform: translateY();
      transform: translateY();
  }
  50% {
      -webkit-transform: translateY(10px);
      -moz-transform: translateY(10px);
      -ms-transform: translateY(10px);
      -o-transform: translateY(10px);
      transform: translateY(10px);
  }
  100% {
      -webkit-transform: translateY();
      -moz-transform: translateY();
      -ms-transform: translateY();
      -o-transform: translateY();
      transform: translateY();
  }
}
/*-----------------------------------------------------------------------------------*/
/*  11. BLOG
/*-----------------------------------------------------------------------------------*/
.classic-view figure img {
    width: 100% !important
}
.classic-view figure,
.classic-view .main {
    margin-bottom: 30px
}
.grid-view figure,
.grid-view .main {
    margin-bottom: 20px
}
.list-view .post,
.list-view2 .post,
.classic-view .post {
    margin-bottom: 70px
}
.pagination {
    display: block;
    margin: 0 0 20px 0;
}
.pagination ul {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    list-style: none;
    padding: 0;
    margin: 8px 0 0 0;
    font-size: 0;
}
.pagination ul > li {
    display: inline-block;
    padding: 0;
    margin: 0 8px 0 0;
}
.pagination ul > li > a {
    display: inline;
    border: 1px solid rgba(0,0,0,0.4);
    padding: 10px 17px;
    margin: 0;
    color: #606060;
    font-size: 14px;
    font-weight: 500;
}
.pagination ul > li > a:hover {
    color: #05b4c6;
    border-color: #05b4c6;
}
.pagination ul > li > a,
.pagination ul > li > span {
    float: none;
    margin-bottom: 8px;
}
.pagination ul > .active > a span {
    color: #05b4c6
}
.pagination ul > .active > a {
    border-color: #05b4c6
}
.pagination i {
    font-size: 12px
}
.sidebox {
    margin-top: 50px;
    display: block;
}
.sidebox:first-child {
    margin-top: 0
}
.sidebox a {
    color: inherit
}
.sidebox a:hover {
    color: #05b4c6
}
.sidebar {
    padding-left: 25px !important
}
.sidebar.left-sidebar {
    padding-left: 15px !important;
    padding-right: 25px !important;
}
.sidebar.col-sm-12 {
    padding-left: 15px !important;
    padding-right: 15px !important;
}
/*-----------------------------------------------------------------------------------*/
/*  12. COMMENTS
/*-----------------------------------------------------------------------------------*/
#comments {
    margin: 0;
    position: relative;
}
#comments ol.commentlist {
    list-style: none;
    margin: 40px 0 0 0;
    padding: 0;
}
#comments ol.commentlist li {
    background: none;
    margin-top: 30px;
}
#comments ol.commentlist li:first-child {
    margin: 0
}
#comments .user {
    float: left;
    width: 70px;
    height: 70px;
    position: relative;
}
#comments .message p {
    margin: 0
}
#comments .message p + p {
    margin-top: 15px
}
#comments .message-inner {
    margin-left: 95px;
    position: relative;
    overflow: hidden;
}
#comments ul.children {
    margin: 0;
    overflow: inherit;
    padding: 0 0 0 70px;
    list-style: none;
}
#comments ol.commentlist ul.children li {
    padding-right: 0;
    border: none;
    margin-top: 30px;
}
#comments ol.commentlist ul.children li .message {
    padding: 25px;
    border: 1px solid rgba(0,0,0,0.2);
}
#comments .info h2 {
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    display: inline;
}
#comments .info h4 {
    margin-bottom: 2px
}
#comments .info h4 a {
    color: #303030
}
#comments .info h4 a:hover {
    color: #05b4c6
}
#comments .info .meta {
    display: block
}
#comments .info .meta .date {
    display: inline
}
.comment-form-wrapper p {
    padding-bottom: 20px
}
/*-----------------------------------------------------------------------------------*/
/*  13. PROGRESS BAR
/*-----------------------------------------------------------------------------------*/
.progress-list {
    margin: 0;
    padding: 0;
    list-style: none;
}
.progress-list p {
    margin-bottom: 3px
}
.progress-list li {
    margin-bottom: 10px
}
.progress-list li span {
    float: right
}
.progress.plain {
    height: 20px;
    margin-bottom: 0;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    background: none;
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.progress.plain .bar {
    float: left;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    width: 0;
    height: 100%;
    font-size: 12px;
    color: #ffffff;
    text-align: center;
    text-shadow: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background: #05b4c6 !important;
    margin-top: -2px;
}
.bar-container {
    background: none !important;
    border-top: 2px solid rgba(0,0,0,0.1);
    border-bottom: 0;
    line-height: 1;
}
/*-----------------------------------------------------------------------------------*/
/*   14. TOOLTIP
/*-----------------------------------------------------------------------------------*/
.tooltip {
    font: inherit
}
.tooltip-inner {
    color: #fff;
    background-color: #05b4c6;
    padding: 5px 12px 5px;
    border-radius: 0;
}
.tooltip.top .tooltip-arrow,
.tooltip.top-left .tooltip-arrow,
.tooltip.top-right .tooltip-arrow {
    border-top-color: #05b4c6
}
.tooltip.right .tooltip-arrow {
    border-right-color: #05b4c6
}
.tooltip.left .tooltip-arrow {
    border-left-color: #05b4c6
}
.tooltip.bottom .tooltip-arrow,
.tooltip.bottom-left .tooltip-arrow,
.tooltip.bottom-right .tooltip-arrow {
    border-bottom-color: #05b4c6
}
/*-----------------------------------------------------------------------------------*/
/*  15. TABS
/*-----------------------------------------------------------------------------------*/
.nav-tabs > li > a {
    font-size: 14px;
    font-weight: 500;
}
.nav-tabs {
    border: 0;
    margin-bottom: 15px;
}
.nav-tabs > li {
    margin: 0 5px 0 0
}
.nav-tabs > li > a {
    border-radius: 0;
    color: #606060;
    font-weight: normal;
    padding: 10px 20px;
    border: 1px solid rgba(0,0,0,0.4);
}
.nav-tabs > li > a:hover,
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    background: none;
    border: 1px solid rgba(0,0,0,0.7);
    color: #414150;
}
/*-----------------------------------------------------------------------------------*/
/*  16. ACCORDION / TOGGLE
/*-----------------------------------------------------------------------------------*/
.panel-group .panel {
    margin-bottom: 10px;
    background: none;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.panel-group .panel-heading {
    padding: 0;
    background: none !important;
    border: 0 !important;
}
.panel-group .panel-heading .panel-title {
    color: #606060;
    font-size: 14px;
    font-weight: normal;
    line-height: 24px;
    border-radius: 0;
    transition: all 150ms ease-in;
}
.panel-group .panel-title > a {
    display: block;
    padding: 10px 20px;
    border: 1px solid rgba(0,0,0,0.4);
}
.panel-group .panel-active a,
.panel-group .panel-title > a:hover,
.panel-group .panel-title > a:focus {
    color: #414150 !important;
    border: 1px solid rgba(0,0,0,0.7);
}
.panel-group .panel-heading .panel-title:hover,
.panel-group .panel-active .panel-heading .panel-title {

}
.panel-default > .panel-heading + .panel-collapse .panel-body {
    border: 0
}
.panel-body {
    padding: 20px 0
}
/*-----------------------------------------------------------------------------------*/
/*  17. TILES
/*-----------------------------------------------------------------------------------*/
.tiles .items:after {
    content: '';
    display: block;
    clear: both;
}
.tiles {
    margin: 0 -20px -20px 0;
    overflow: hidden;
}
.tiles.instagram {
    margin: 0 -10px -10px 0
}
.tiles .item {
    float: left;
    overflow: hidden;
    margin-bottom: 20px !important;
}
.tiles .item {
    height: auto
}
.tiles .item figure {
    position: relative;
    height: 100%;
    overflow: hidden;
    margin: 0 20px 0 0;
}
.tiles.instagram .item {
    margin-bottom: 10px !important
}
.tiles.instagram .item figure {
    margin: 0 10px 0 0
}
.tiles .item figure img {
    position: relative;
    width: 100%;
    max-width: 100%;
}
/*-----------------------------------------------------------------------------------*/
/*   18. FACTS
/*-----------------------------------------------------------------------------------*/
.facts .icon i {
    color: #414150;
    font-size: 45px;
    margin: 0 auto;
}
.facts .fcounter {
    color: #414150;
    display: block;
    margin-bottom: 10px;
    font-weight: 500;
    font-size: 28px;
}
.facts p {
    color: #606060;
    font-size: 14px;
    font-weight: 400;
    margin: 0;
    text-transform: uppercase;
}
.inverse-wrapper .facts .icon i {
    font-size: 60px
}
/*-----------------------------------------------------------------------------------*/
/*  19. PROCESS
/*-----------------------------------------------------------------------------------*/
.process .process-item:before {
    content: "";
    position: absolute;
    top: 0;
    left: 30px;
    height: 100%;
    border-left: 1px solid rgba(0,0,0,0.4);
}
.process .process-item {
    padding: 30px 0 0 80px;
    position: relative;
}
.process .process-item:first-child {
    padding-top: 0
}
.process .process-item:first-child .number {
    top: 0
}
.process {
    counter-reset: stepsNum
}
.process .process-item .number {
    counter-increment: stepsNum;
    padding: 10px 17px;
    border: 1px solid rgba(0,0,0,0.4);
    color: #606060;
    width: 44px;
    height: 44px;
    font-weight: 500;
    background: white;
    position: absolute;
    top: 30px;
    left: 8px;
    text-align: center;
}
.process .process-item .number:before {
    content: counter(stepsNum, decimal)
}
/*-----------------------------------------------------------------------------------*/
/*   20. PRICING & TABLES
/*-----------------------------------------------------------------------------------*/
.panel.pricing {
    text-align: center;
    border: 1px solid rgba(0,0,0,0.1);
    border-left: 0;
    border-radius: 0;
    box-shadow: none;
    background: none;
    margin: 0;
}
[class*="col-"]:first-child .panel.pricing {
    border-left: 1px solid rgba(0,0,0,0.1)
}
.panel.pricing.active {
    border-color: transparent
}
.panel.pricing.active::after {
    content: '';
    pointer-events: none;
    position: absolute;
    top: -3px;
    left: -3px;
    right: -3px;
    bottom: -3px;
    width: 100%;
    height: 100%;
    box-sizing: content-box;
    border: 3px solid #05b4c6 !important;
    z-index: 5;
    transition: all 200ms ease-in;
}
.panel.pricing .panel-heading {
    padding: 0
}
.panel.pricing .panel-title {
    margin: 0;
    padding: 35px 0;
    font-size: 22px;
    color: #414150;
    background: #FFF;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}
.panel.pricing table {
    margin-bottom: 0
}
.pricing .panel-body {
    padding: 35px 0 0 0;
    text-align: center;
    background: #FFF;
    border-top: 1px solid rgba(0,0,0,0.1);
}
.panel.pricing .price {
    padding: 10px 0 0;
    margin: 0;
    color: #414150;
    background: none;
    font-weight: 500;
}
.price-value {
    font-size: 50px
}
.price-currency {
    display: inline-block;
    vertical-align: super;
    font-size: 16px;
    padding-right: 3px;
}
.price-duration {
    font-size: 14px;
    display: block;
}
.price-duration:before {
    content: "/";
    padding-right: 5px;
}
.panel-desc {
    display: block;
    margin-top: 10px;
    line-height: 1;
    letter-spacing: normal;
    color: #606060;
    font-size: 12px;
    font-weight: normal;
    text-transform: uppercase;
}
.table>thead>tr>th,
.table>tbody>tr>th,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>tbody>tr>td,
.table>tfoot>tr>td {
    padding: 5px 0;
    line-height: 1;
    vertical-align: top;
}
.pricing .table > tbody > tr > td {
    border: 0
}
.panel.pricing .table > tbody > tr:nth-child(2n) {
    background: none
}
.panel-footer {
    padding: 25px 0 40px;
    background: none;
    border: 0;
    background: #FFF;
}
.panel.pricing .panel-footer a {
    margin: 0
}
.panel.pricing {
    border: 0 !important
}
.panel.pricing {
    border-left: 1px solid rgba(0,0,0,0.1) !important
}
[class*="col-"]:first-child .panel.pricing {
    border-left: 0 !important
}
.panel.pricing .panel-title,
.pricing .panel-body {
    border: 0;
    background: none;
}
.panel.pricing .panel-title {
    padding-top: 5px;
    font-size: 18px;
}
.pricing .price-duration {
    font-size: 14px;
    display: block;
}
.pricing .panel-heading {
    padding-top: 10px !important
}
.pricing .panel-footer {
    padding-top: 40px;
    padding-bottom: 20px;
    background: none;
}
/*-----------------------------------------------------------------------------------*/
/*   21. WIDGETS
/*-----------------------------------------------------------------------------------*/
.sidebar .meta a {
    color: #aaa !important
}
.sidebar .meta a:hover,
footer .meta a:hover {
    color: #05b4c6 !important
}
footer hr {
    padding-top: 20px;
    margin-bottom: 40px;
}
footer p {
    color: #ffffff;
}
footer [class*="col-"] .widget {
    margin-top: 30px
}
footer [class*="col-"] .widget:first-child {
    margin-top: 0
}
.widget-title {
    margin-bottom: 15px
}
footer .widget .post-list {
    padding: 0;
    margin: 0;
}
footer .widget .post-list:after {
    content: '';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
footer .widget .post-list li {
    clear: both;
    margin-bottom: 25px;
    display: block;
    overflow: hidden;
}
footer .widget .post-list li .meta {
    margin-bottom: 5px
}
footer .widget .post-list li a {
    color: #4d4d4d
}
footer .widget .post-list li a:hover {
    color: #05b4c6
}
footer .widget .post-list figure {
    float: left;
    width: 70px;
    height: 70px;
    margin-right: 15px;
}
footer .widget .post-list p {
    margin-bottom: 0
}
.sidebox .post-list {
    padding: 0;
    margin: 0;
}
.sidebox .post-list:after {
    content: '';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.sidebox .post-list li {
    clear: both;
    margin-bottom: 15px;
    display: block;
    overflow: hidden;
}
.sidebox .post-list li a {
    color: #4d4d4d
}
.sidebox .post-list li a:hover {
    color: #05b4c6
}
.sidebox .post-list figure {
    float: left;
    width: 70px;
    height: 70px;
}
.sidebox .post-list .post-content {
    margin-left: 85px;
    margin-bottom: 0;
}
.sidebox .post-list li .meta {
    margin-bottom: 2px
}
.widget .list {
    list-style: none;
    margin: 0;
}
ul.tag-list {
    padding: 0;
    margin: 0;
    list-style: none;
    overflow: hidden;
    margin-bottom: -8px;
}
ul.tag-list li {
    padding: 0;
    margin: 0;
    display: inline-block;
    background: none;
}
ul.tag-list li a {
    margin: 0 0 8px 0;
    border: 1px solid rgba(0,0,0,0.4);
    color: #606060;
    font-weight: normal;
    text-transform: none;
}
/*-----------------------------------------------------------------------------------*/
/*  22. FORMS
/*-----------------------------------------------------------------------------------*/
select {
    -webkit-appearance: none;
    box-shadow: none !important;
    width: 100% !important;
    font-weight: 400;
}
label {
    font-weight: inherit
}
.form-field label {
    width: 100%
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    font-weight: inherit;
    width: 100%;
    height: 41px;
    padding: 0 15px;
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 41px;
    color: inherit;
    background: transparent;
    border: 1px solid rgba(0,0,0,0.4);
    border-radius: 0;
    resize: none;
    vertical-align: middle;
    box-shadow: none;
    transition: all 150ms ease-in;
}
.widget input {
    margin-bottom: 0
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
    box-shadow: none;
    border: 1px solid rgba(0,0,0,0.6);
}
textarea {
    height: 100%;
    padding: 8px 13px;
    line-height: 22px;
    margin-bottom: 20px;
    min-height: 200px;
    resize: vertical;
    font-weight: inherit;
}
.form-container {
    -moz-font-feature-settings:"calt=1, ss01=1";
    -moz-font-feature-settings:"calt", "ss01";
    -ms-font-feature-settings:"calt", "ss01";
    -webkit-font-feature-settings:"calt", "ss01";
    font-feature-settings:"calt", "ss01";
}
.form-container .form-field {
    position: relative
}
.form-container .form-field i {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 13px;
    margin: 1px 0 0 0;
    line-height: 40px;
    color: #a3a3a3;
    height: 38px;
    line-height: 37px;
    border-right: 1px solid #ccc;
}
.form-container .form-field input,
.form-container .form-field select {
    -moz-appearance: none
}
/*.form-container [class*="col-"] {
    padding-left: 10px;
    padding-right: 10px;
}*/
select {
    color: #606060 !important
}
@-moz-document url-prefix() {
  select {
      color: #606060 !important;
      text-shadow: 0 0 0 transparent !important;
  }
}
.vanilla-form .btn {
    display: block
}
.text-center .vanilla-form .btn {
    margin: 0 auto
}
.vanilla-form label.custom-select {
    position: relative;
    display: block;
}
.vanilla-form label.custom-select span {
    position: absolute;
    display: inline-block;
    text-align: center;
    right: -4px;
    top: 0;
    height: 41px;
    width: 41px;
    pointer-events: none;
    padding: 10px 0 0 0;
    color: #858585;
}
.vanilla-form label.custom-select span::after {
    content: '\f123';
    font-family: "Ionicons";
    font-size: 11px;
}
.vanilla-form input.error,
.vanilla-form textarea.error,
.vanilla-form label.custom-select select.error,
.vanilla-form label.custom-select select.error:active,
.vanilla-form label.custom-select select.error:focus {
    border: 1px solid #de4747
}
.state-error,
.btn.state-error:hover {
  color: #de4747 !important;
    border-color: #de4747;
}
.vanilla-form .radio-set {
    margin-bottom: 10px
}
.vanilla-form .radio-set label {
    margin-right: 10px
}
.vanilla-form input[type="radio"],
.vanilla-form input[type="checkbox"] {
    position: absolute;
    pointer-events: none;
    opacity: 0;
    margin: 0;
    padding: 0;
    height: 10px;
}
.vanilla-form input[type="radio"] + span,
.vanilla-form input[type="checkbox"] + span {
    display: inline-block;
    width: 16px;
    height: 16px;
    background-color: #ffffff;
    border: 1px solid #ccc;
    text-align: center;
    vertical-align: -3px;
    position: relative;
}
.vanilla-form input[type="radio"] + span::after,
.vanilla-form input[type="checkbox"] + span::after {
    content: "";
    display: inline-block;
    opacity: 0;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
}
.vanilla-form input[type="radio"]:focus + span,
.vanilla-form input[type="checkbox"]:focus + span,
.vanilla-form input[type="radio"]:active + span,
.vanilla-form input[type="checkbox"]:active + span {
    border-color: #05b4c6
}
.vanilla-form input[type="radio"]:checked + span::after,
.vanilla-form input[type="checkbox"]:checked + span::after {
    opacity: 1
}
.vanilla-form input[type="radio"].error + span,
.vanilla-form input[type="checkbox"].error + span {
    border-color: #de4747
}
.vanilla-form input[type="radio"] + span {
    border-radius: 100%
}
.vanilla-form input[type="radio"] + span::after {
    border-radius: 100%;
    background-color: #05b4c6;
    border-color: #05b4c6;
}
.vanilla-form input[type="radio"]:checked + span,
.vanilla-form input[type="checkbox"]:checked + span {
    border: 1px solid #05b4c6
}
.vanilla-form input[type="radio"]:checked + span::after {
    border: 4px solid #ffffff
}
.vanilla-form input[type="checkbox"] + span::after {
    height: 40%;
    width: 70%;
    background-color: transparent;
    border: 0 solid #05b4c6;
    top: 9px;
    left: 2px;
    -webkit-transform: rotate(-45deg) translate(50%, -75%);
    -moz-transform: rotate(-45deg) translate(50%, -75%);
    -ms-transform: rotate(-45deg) translate(50%, -75%);
    -o-transform: rotate(-45deg) translate(50%, -75%);
    transform: rotate(-45deg) translate(50%, -75%);
}
.vanilla-form input[type="checkbox"]:checked + span::after {
    border-left-width: 0.2em;
    border-bottom-width: 0.2em;
}
.vanilla-form .notification-box {
    display: block;
    padding: 15px;
    margin-top: 20px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 0;
}
.vanilla-form .notification-box.show-error {
    background-color: #f2dede;
    border-color: #ddb8be;
    color: #a94442;
}
.vanilla-form .notification-box.show-success {
    background-color: #dff0d8;
    border-color: #c0d6ae;
    color: #3c763d;
}
.searchform {
    position: relative
}
.searchform input {
    width: 100%
}
.searchform input {
    margin: 0
}
.widget .searchform {
    max-width: 90%
}
.searchform .btn {
    position: absolute;
    right: -4px;
    top: 0;
    padding: 13px 20px;
}
@-moz-document url-prefix() {
  .searchform .btn {
      padding-top: 13px !important
  }
}
::-webkit-input-placeholder {
    color: #606060 !important;
    font-weight: normal !important;
}
:-moz-placeholder {
    color: #606060 !important;
    font-weight: normal !important;
    opacity: 1;
}
::-moz-placeholder {
    color: #606060 !important;
    font-weight: normal !important;
    opacity: 1;
}
:-ms-input-placeholder {
    color: #606060 !important;
    font-weight: normal !important;
}
/*-----------------------------------------------------------------------------------*/
/*  23. SOCIAL ICONS
/*-----------------------------------------------------------------------------------*/
.social {
    padding: 0;
    margin: 0;
    margin-bottom: -20px;
    font-size: 0;
    line-height: 1;
}
.social li {
    display: inline-block;
    margin: 0 20px 20px 0;
}
.pull-right .social li,
.social.pull-right li,
.text-right .social li {
    margin: 0 0 20px 20px
}
.text-center .social li,
.social.text-center li {
    margin: 0 10px 20px 10px
}
.social li a {
    display: table;
    line-height: 1;
}
.social li a i {
    background: none;
    box-shadow: none;
    border: 0;
    height: auto !important;
    width: auto;
    font-size: 26px;
    transition: all 150ms ease-in;
}
.social li a {
    color: #606060
}
.social li a:hover {
    color: #05b4c6
}
/*-----------------------------------------------------------------------------------*/
/*  24. LIGHTCASE
/*-----------------------------------------------------------------------------------*/
#lightcase-overlay {
    background: rgba(30, 30, 30, 0.9);
    z-index: 3010;
}
[class*='lightcase-icon-']:before {
    font-family: "Ionicons"
}
.lightcase-icon-close:before {
    content: '\f129'
}
.lightcase-icon-prev:before {
    content: '\f124'
}
.lightcase-icon-next:before {
    content: '\f125'
}
.lightcase-icon-spin:before {
    content: ''
}
#lightcase-nav a[class*='lightcase-icon-'],
#lightcase-nav a[class*='lightcase-icon-'].lightcase-icon-close,
#lightcase-nav a[class*='lightcase-icon-']:focus {
    background: none;
    border-radius: 0;
    padding: 11px;
    font-size: 12px;
    opacity: 0.7 !important;
    color: #FFF;
    border: 1px solid #FFF;
    width: auto;
    height: auto;
    text-shadow: none;
}
#lightcase-nav a[class*='lightcase-icon-']:hover,
#lightcase-nav a[class*='lightcase-icon-'].lightcase-icon-close:hover {
    text-shadow: none;
    opacity: 1 !important;
}
#lightcase-case {
    display: none;
    position: fixed;
    z-index: 3012;
    top: 50%;
    left: 50%;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    text-align: left;
    text-shadow: none;
}
#lightcase-info {
    width: 100%;
    margin-top: 15px;
    padding: 0 60px 0 0;
}
#lightcase-info #lightcase-sequenceInfo {
    font-size: inherit;
    color: #FFF;
    position: absolute;
    top: 0;
    right: 0;
}
#lightcase-info #lightcase-title {
    font-size: 13px;
    color: #FFF;
}
#lightcase-loading {
    text-shadow: none;
    margin: 0;
    transition: none;
    z-index: 3011;
}
@media screen and (min-width: 641px) {
  #lightcase-case:not([data-lc-type=error]) #lightcase-content {
      -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
      -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
      -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  }
}
/*-----------------------------------------------------------------------------------*/
/*  25. FONT ICON PAGES
/*-----------------------------------------------------------------------------------*/
.font-icons {
    list-style: none;
    margin: 0;
    padding: 0;
}
.font-icons li {
    display: inline-block;
    margin-bottom: 15px;
    padding: 0 15px;
    text-align: center;
}
.font-icons i {
    font-size: 36px !important
}
.alert .close {
    line-height: 20px
}
.retina-icons-code {
    font-size: 14px
}
.retina-icons-code i {
    font-size: 14px;
    width: 20px;
    display: inline-block;
}
.retina-icons-code tr td:first-child,
.retina-icons-code tr th:first-child {
    text-align: center
}
.retina-icons-code code {
    background: none;
    white-space: normal;
}
.table-striped>tbody>tr:nth-of-type(odd) {
    background: none !important
}
.table-bordered {
    border-bottom: 1px solid rgba(0,0,0,0.6) !important;
    border-left: none;
    background: none;
}
.table-bordered th,
.table-bordered td {
    border-bottom: 1px solid rgba(0,0,0,0.6) !important
}
.retina-icons-code td {
    vertical-align: middle !important;
    padding: 20px 10px !important;
}
.retina-icons-code th {
    padding: 20px 10px !important
}
.retina-icons-code .table th,
.retina-icons-code .table td {
    border-bottom: 1px solid rgba(0,0,0,0.6) !important
}
.retina-icons-code .table-bordered>thead>tr>th,
.retina-icons-code .table-bordered>tbody>tr>th,
.retina-icons-code .table-bordered>tfoot>tr>th,
.retina-icons-code .table-bordered>thead>tr>td,
.retina-icons-code .table-bordered>tbody>tr>td,
.retina-icons-code .table-bordered>tfoot>tr>td {
    border: 1px solid rgba(0,0,0,0.6) !important
}
.retina-icons-code code {
    color: inherit
}
.budicons-list .font-icons li {
    font-size: 40px;
    margin-bottom: 40px;
    padding: 0 20px;
}
.budicons-list .retina-icons-code i {
    font-size: 30px;
    line-height: 1;
    margin-top: 5px;
    display: block;
}
.flats {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
}
.flats img {
    max-width: 100%;
    max-height: 200px;
    width: 100%;
    margin-bottom: 50px;
    display: inline;
}
/*-----------------------------------------------------------------------------------*/
/*  26. DIVIDERS
/*-----------------------------------------------------------------------------------*/
.divide0 {
    width: 100%;
    height: 0px;
}
.divide2 {
    width: 100%;
    height: 2px;
}
.divide3 {
    width: 100%;
    height: 3px;
}
.divide5 {
    width: 100%;
    height: 5px;
}
.divide10 {
    width: 100%;
    height: 10px;
}
.divide15 {
    width: 100%;
    height: 15px;
}
.divide20 {
    width: 100%;
    height: 20px;
}
.divide25 {
    width: 100%;
    height: 25px;
}
.divide30 {
    width: 100%;
    height: 30px;
}
.divide35 {
    width: 100%;
    height: 35px;
}
.divide40 {
    width: 100%;
    height: 40px;
}
.divide45 {
    width: 100%;
    height: 40px;
}
.divide50 {
    width: 100%;
    height: 50px;
}
.divide55 {
    width: 100%;
    height: 55px;
}
.divide60 {
    width: 100%;
    height: 60px;
}
.divide65 {
    width: 100%;
    height: 65px;
}
.divide70 {
    width: 100%;
    height: 70px;
}
.divide75 {
    width: 100%;
    height: 75px;
}
.divide80 {
    width: 100%;
    height: 80px;
}
.divide85 {
    width: 100%;
    height: 85px;
}
.divide90 {
    width: 100%;
    height: 90px;
}
.divide100 {
    width: 100%;
    height: 100px;
}
.rm0 {
    margin-right: 0px
}
.rm1 {
    margin-right: 1px
}
.rm2 {
    margin-right: 2px
}
.rm5 {
    margin-right: 5px
}
.rm6 {
    margin-right: 6px
}
.rm10 {
    margin-right: 10px
}
.rm15 {
    margin-right: 15px
}
.rm20 {
    margin-right: 20px
}
.rm25 {
    margin-right: 25px
}
.rm30 {
    margin-right: 30px
}
.rm40 {
    margin-right: 40px
}
.rm50 {
    margin-right: 50px
}
.lm0 {
    margin-left: 0px
}
.lm1 {
    margin-left: 1px
}
.lm5 {
    margin-left: 5px
}
.lm7 {
    margin-left: 7px
}
.lm10 {
    margin-left: 10px
}
.lm15 {
    margin-left: 15px
}
.lm20 {
    margin-left: 20px
}
.lm25 {
    margin-left: 25px
}
.lm30 {
    margin-left: 25px
}
.lm40 {
    margin-left: 40px
}
.rp5 {
    padding-right: 5px
}
.rp10 {
    padding-right: 10px
}
.rp15 {
    padding-right: 15px
}
.rp20 {
    padding-right: 20px
}
.rp25 {
    padding-right: 25px
}
.rp30 {
    padding-right: 30px
}
.rp40 {
    padding-right: 40px
}
.rp50 {
    padding-right: 50px
}
.lp0 {
    padding-left: 0px
}
.lp5 {
    padding-left: 5px
}
.lp10 {
    padding-left: 10px
}
.lp20 {
    padding-left: 20px
}
.lp25 {
    padding-left: 25px
}
.lp30 {
    padding-left: 30px
}
.lp35 {
    padding-left: 35px
}
.lp40 {
    padding-left: 40px
}
.lp50 {
    padding-left: 50px
}
.lp100 {
    padding-left: 100px
}
.tp0 {
    padding-top: 0 !important
}
.tp3 {
    padding-top: 3px
}
.tp5 {
    padding-top: 5px
}
.tp10 {
    padding-top: 10px
}
.tp20 {
    padding-top: 20px
}
.tp25 {
    padding-top: 25px
}
.tp30 {
    padding-top: 30px
}
.tp40 {
    padding-top: 40px
}
.tm4 {
    margin-top: 4px
}
.tm5 {
    margin-top: 5px
}
.tm7 {
    margin-top: 7px
}
.tm10 {
    margin-top: 10px
}
.tm15 {
    margin-top: 15px
}
.tm20 {
    margin-top: 20px
}
.tm40 {
    margin-top: 40px
}
.mbm1 {
    margin-bottom: -1px
}
.bp0 {
    padding-bottom: 0 !important
}
.bp10 {
    padding-bottom: 10px !important
}
.bp20 {
    padding-bottom: 20px !important
}
.bm0 {
    margin-bottom: 0 !important
}
.bm5 {
    margin-bottom: 5px !important
}
.bm6 {
    margin-bottom: 6px !important
}
.bm10 {
    margin-bottom: 10px !important
}
.bm15 {
    margin-bottom: 15px !important
}
.bm20 {
    margin-bottom: 20px !important
}
.bm25 {
    margin-bottom: 25px !important
}
.bm30 {
    margin-bottom: 30px !important
}
.bm40 {
    margin-bottom: 40px !important
}
.bm50 {
    margin-bottom: 50px !important
}
.bp50 {
    padding-bottom: 50px !important
}
/*-----------------------------------------------------------------------------------*/
/*  27. BOX LAYOUT
/*-----------------------------------------------------------------------------------*/
@media (min-width: 1270px) {
  .box-layout {
      padding: 0;
      position: relative;
  }
  .box-layout .bg {
      background: transparent url(style/images/bg.png) repeat;
      position: fixed;
      width: 100%;
      height: 200%;
      top: 0;
      left: 0;
      z-index: -1;
  }
  .box-layout .content-wrapper {
      background: #FFF;
      position: relative;
  }
  .box-layout .content-wrapper,
  .box-layout footer,
  .box-layout .navbar .container {
      width: 1270px !important;
      margin: 0 auto;
  }
  .box-layout .navbar .container {
      padding-left: 50px;
      padding-right: 50px;
  }
  .box-layout .navbar.classic {
      background: none !important;
      box-shadow: none !important;
  }
  .box-layout .navbar.classic .container {
      background: #f7f7f7
  }
  .box-layout .navbar.classic.banner--stick .container {
      background: rgba(239, 239, 239, 0.95) !important
  }
}
/*-----------------------------------------------------------------------------------*/
/*  28. RESPONSIVE
/*-----------------------------------------------------------------------------------*/
@media (min-width: 992px) and (max-width: 1199px) {
  .cbp-popup-singlePage .cbp-popup-navigation {
      width: 970px !important
  }
}
@media (min-width: 992px) {
  .navbar.fullwidth .container {
      padding-left: 50px;
      padding-right: 50px;
  }
  .navbar .navbar-collapse {
      float: right;
      position: relative;
      right: 0;
  }
  .navbar .navbar-nav {
      float: none;
      position: relative;
      display: table-cell;
      vertical-align: middle;
      margin: 0 !important;
  }
  .navbar .navbar-nav > li {
      margin: 0;
      display: inline-block;
  }
  .navbar .navbar-nav > li > a:before {
      content: "."
  }
  .navbar .navbar-nav > li:last-child > a {
      padding-right: 0
  }
  .navbar.classic .navbar-nav > li:last-child > a {
      padding-right: 8px
  }
  .navbar .navbar-nav > li > a {
      text-transform: lowercase
  }
  .navbar .dropdown-menu {
      padding-top: 11px;
      padding-bottom: 11px;
      background: #393939;
  }
  .navbar .dropdown-menu li {
      border: none
  }
  .navbar .dropdown-menu li a {
      padding: 10px 20px
  }
  .navbar .dropdown-menu li a:hover,
  .navbar .dropdown-menu li a.active {
      padding: 10px 20px;
      color: #FFF !important;
  }
  .navbar-nav ul ul {
      padding-top: 6px !important;
      padding-left: 2px !important;
  }
  .navbar-nav ul ul ul {
      padding-left: 5px !important
  }
  .navbar-nav ul ul li {

  }
  .navbar.classic .navbar-nav > li {
      margin: 0 0 0 40px
  }
  .navbar.classic .container {
      display: table;
      vertical-align: middle;
  }
  .navbar.classic .navbar .navbar-nav {
      float: none;
      position: relative;
      display: table-cell;
      vertical-align: middle;
      margin: 0 !important;
  }
  .navbar.classic .navbar-header {
      display: table;
      position: relative;
  }
  .navbar.classic .navbar-brand {
      width: auto
  }
}
@media (max-width: 991px) {
  .navbar:not(.banner--clone) .navbar-collapse {
      position: absolute;
      width: 100%;
  }
  .caret {
      display: inline-block
  }
  .col-image .bg-wrapper {
      position: relative;
      height: 400px;
  }
  .col-image .inner-col {
      padding-right: 80px
  }
  .navbar .container {
      width: 100%;
      padding: 0;
  }
  .navbar .navbar-header .navbar-brand{
      width: 100%
  }
  .navbar .nav-bars-wrapper {
      display: table-cell;
      vertical-align: middle;
  }
  .navbar .dropdown-menu {
      padding-left: 20px
  }
  .navbar .navbar-nav > li {
      margin: 0 30px
  }
  .navbar .navbar-nav > li > a {
      color: #555 !important
  }
  .navbar .nav > li.current > a,
  .navbar .nav > li > a:hover {
      color: #555 !important
  }
  .navbar-nav > li > a,
  .navbar .dropdown-menu li a,
  .navbar .dropdown-menu li a:hover,
  .navbar .dropdown-menu li a.active {
      padding: 10px 0px !important
  }
  .navbar-nav .open .dropdown-menu > li > a {
      line-height: 1
  }
  .navbar:not(.fixed) .navbar-header {
      height: 100px !important
  }
  .navbar .navbar-brand {
      text-align: left !important
  }
  .navbar .navbar-collapse {
      background: #f5f5f9 !important;
      padding: 0;
  }
  .navbar .navbar-nav {
      padding-top: 10px;
      padding-bottom: 10px;
  }
  [class*="col-"][class*="lp"] {
      padding-left: 15px
  }
  [class*="col-"][class*="rp"] {
      padding-right: 15px
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .container {
      padding-right: 15px;
      padding-left: 15px;
  }
  .navbar .navbar-header {
      width: 750px;
      margin: 0 auto;
      padding-left: 15px;
      padding-right: 15px;
  }
  .cbp-popup-singlePage .cbp-popup-navigation {
      width: 720px !important
  }
}
@media (max-width: 767px) {
  .cbp-popup-singlePage .cbp-popup-navigation {
      width: auto !important;
      margin: 0 20px !important;
      box-sizing: border-box;
  }
  .container {
      padding-right: 20px;
      padding-left: 20px;
  }
  .navbar .navbar-header {
      padding-left: 20px;
      padding-right: 20px;
      width: 100%;
  }
  footer [class*="col-"] {
      margin-bottom: 30px
  }
  [class*="col-"] {
      margin-bottom: 30px
  }
  .form-container [class*="col-"] {
      margin-bottom: 0
  }
  .tiles .col-xs-6 {
      width: 100%
  }
  .panel.pricing {
      border-left: 0 !important;
      border-top: 1px solid rgba(0,0,0,0.1) !important;
  }
  [class*="col-"]:first-child .panel.pricing {
      border-top: 0 !important
  }
  .pricing .panel-heading {
      padding-top: 30px !important
  }
  .tp-caption .btn {
      padding: 9px 15px !important;
      font-size: 9px !important;
  }
  .sidebar {
      padding-left: 15px !important
  }
  .blog .sidebar {
      margin-top: 60px
  }
  .cbp-filter-container {
      clear: both !important;
      float: none !important;
      padding-top: 20px;
  }
  .list-view .post,
  .list-view2 .post {
      margin-bottom: 30px
  }
  .classic-view .post {
      margin-bottom: 60px
  }
  #comments .user {
      display: none
  }
  #comments .message-inner {
      margin-left: 0
  }
  #comments ul.children {
      padding: 0 0 0 25px
  }
}
/*-----------------------------------------------------------------------------------*/
/*  29. Additional
/*-----------------------------------------------------------------------------------*/

.circle-icon {
  display: inline-block;
  width: 70px;
  height: 70px;
  border: 1px solid #333333;
  border-radius: 35px;
  }

div.table-like {
  display: table;
  width: 95%;
  height: 100%;
  }
.table-like div {
    display:table-row;
}
.table-like div span {
    display:table-cell;
    padding-bottom: 30px;
  -moz-font-feature-settings:"calt=1, ss01=1";
  -moz-font-feature-settings:"calt", "ss01";
  -ms-font-feature-settings:"calt", "ss01";
  -webkit-font-feature-settings:"calt", "ss01";
  font-feature-settings:"calt", "ss01";
}
.table-like div span.arrow {
  border-left: 1px solid #333333;
    width: 20px;
    padding: 0px;
}
.table-like div span.year {
    width: 30%;
    letter-spacing: 1.5px !important;
    font-weight: 400;
    font-family: 'BwQuintaPro-Medium', Tahoma, Arial;
    font-variant-numeric: lining-nums !important;
}
.table-headline {
  padding-top: 50px;
}
/* Akkordeon */
.toggleBox {
    position: relative;
    border-bottom: 1px solid #7C7C8C;
    margin: 0 0 25px -20px;
    padding: 0;
}
.toggleBox p{
    margin-left: 20px;
}

/* Ausblenden des input-Feldes */
.toggleBox input {
    position: absolute;
    left: -99999px;
}

/* Gestaltung der labels */
.toggleBox label {
    display: block;
    background: #ffffff;
    color: #414150;
    padding: 7px 0 5px 0;
    cursor: pointer;
    border-bottom: 1px solid #7C7C8C;
}
.toggleBox label h4{
    color: #7C7C8C !important;
    margin-left: 20px;
}

.toggleBox label:hover {
    background: #414150;
}
.toggleBox label:hover h4,
.toggleBox input:not(:checked) ~ label:hover h4:after,
.toggleBox input:checked ~ label:hover h4:after{
    color: #ffffff !important;
}

/* Der Aufklappmechanismus */
.toggleBox input:not(:checked) ~ div {
    opacity: 0;
    height: 0;
}
.toggleBox input:not(:checked) ~ label {
    margin-bottom: 3px;
}

.toggleBox input:checked ~ div {
    opacity: 1;
    -webkit-transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -ms-transition: opacity 1s ease-in-out;
    -o-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out;
}
.toggleBox input:checked ~ label {
    margin-bottom: 25px;
}

/* Steuerung der Sichtbarkeit der labels */
.toggleBox input:not(:checked) ~ .close-acc,
.toggleBox input:checked ~ .open-acc {
    display: none;
}
.toggleBox input:not(:checked) ~ label h4:after {
    content: "\002B"; /* Unicode character for "plus" sign (+) */
    font-size: 18px;
    color: #7C7C8C !important;
    float: right;
    margin-right: 20px;
}

.toggleBox input:checked ~ label h4:after {
    content: "\2212"; /* Unicode character for "minus" sign (-) */
    font-size: 18px;
    color: #7C7C8C !important;
    float: right;
    margin-right: 20px;
}
