/**
* @template:  Beone.

	Version : 1.0
	Author: Hisham007

TABLE OF CONTENTS

	* Global
		+ Navbar
		+ Header
		+ Hero
		+ Bloks
		+ We-do
		+ Services Tabs
		+ Numbers
		+ Portfolio
		+ Team
		+ Clients
		+ Blog
			- blog page
		+ Subscribe
		+ Price
		+ Contact
		+ Footer
		+ Responsive
		
		
*/
@import url(main.css);
/* -------------------------------------------------------
                     Global 
-------------------------------------------------------- */
body {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 15px;
  color: #232323;
  word-wrap: break-word;
}

h1, h2 {
  font-family: 'Raleway', sans-serif;
}

blockquote.ph1, blockquote.ph2 {
  font-family: 'Raleway', sans-serif;
}

p {
  font-size: 15px;
  color: #7e7e7e;
  line-height: 30px;
  font-family: 'Source Sans Pro', sans-serif;
}

.ptop {
  font-family: 'Playfair Display', serif;
  font-size: 22px;
  letter-spacing: 1px;
}

.ctit {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 2px;
}

.section-padding {
  padding: 100px 0;
}

.section-bord {
  border-bottom: 1px solid #f4f4f4;
}

.head {
  margin-bottom: 80px;
  text-align: center;
}
.head .ctit {
  margin-bottom: 12px;
  letter-spacing: 4px;
  font-size: 11px;
  color: #bfa67a;
}
.head h4,
.head blockquote.ph4{
  font-weight: 300;
  font-size: 28px;
  color: #444;
  letter-spacing: 1px;
}

.owl-theme .owl-dots .owl-dot span {
  width: 30px;
  height: 2px;
  border-radius: 0;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #bfa67a;
}

.button {
  display: inline-block;
  padding: 10px 30px;
  font-size: 16px;
  margin: 0 5px;
}

.btn-bord {
  border: 1px solid #fff;
  background: transparent;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.btn-bg {
  color: #eee;
  border: 1px solid #bfa67a;
  background: #bfa67a;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.btn-bg:hover {
  background: transparent;
  border-color: #eee;
}

.btn-bord:hover {
  color: #bfa67a;
  border-color: #bfa67a;
}

.loading {
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999999;
}
.loading .circle {
  width: 60px;
  height: 60px;
  margin-left: calc(50% - 30px);
  border-radius: 50%;
  border: 2px solid #eee;
  border-top-color: #bfa67a;
  -webkit-animation: rotate linear 1s infinite;
  animation: rotate linear 1s infinite;
}

@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/* -------------------------------------------------------
                     Navbar 
-------------------------------------------------------- */
.navbar-custom {
  padding: 20px 0 30px;
  background: none;
  border: none;
  border-radius: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
}
.navbar-custom .logo {
  width: 100px;
  float: left;
  padding-top: 4px;
}
.navbar-custom .logo2 {
  width: 100px;
  float: left;
  padding-top: 15px;
}
.navbar-custom .navbar-nav > li > a {
  margin: 0 !important;
  color: #eee;
  padding: 0 !important;
  padding-bottom: 20px !important;
}
.navbar-custom .navbar-nav > li > a:hover, .navbar-custom .navbar-nav > li > a:focus {
  background: transparent;
}
.navbar-custom .navbar-nav > li > a:hover {
  color: #bfa67a;
}
.navbar-custom .navbar-nav > li {
  font-size: 14px;
  margin: 12px 10px 0;
  padding: 5 10px;
  background: none;
  cursor: pointer;
  position: relative;
}
.navbar-custom .navbar-nav > li .active {
  color: #bfa67a !important;
}

.navbar-custom2{

  background: #fff !important;
  -webkit-box-shadow: 0px 0px 10px #f1f1f1;
          box-shadow: 0px 0px 10px #f1f1f1;
  min-height: 60px;
  padding: 0 !important;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: all .5s;
  transition: all .5s;

}

.navbar-custom2 .navbar-nav > li > a {
  margin: 0 !important;
  color: #969696;
  padding: 0 !important;
  padding-bottom: 30px !important;
}

.navbar-custom2 .navbar-nav > li > a:hover, .navbar-custom2 .navbar-nav > li > a:focus {
  background: transparent;
}

.navbar-custom2 .navbar-nav > li > a:hover {
  color: #bfa67a;
}

.navbar-custom2 .logo2 {
  width: 100px;
  float: left;
  padding-top: 15px;
}

.nav-scroll {
  background: #fff;
  -webkit-box-shadow: 0px 0px 10px #f1f1f1;
          box-shadow: 0px 0px 10px #f1f1f1;
  min-height: 60px;
  padding: 0 !important;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: all .5s;
  transition: all .5s;
}
.nav-scroll .logo span {
  display: none;
}
.nav-scroll .logo2 span {
  display: none;
}
.nav-scroll .navbar-nav > li > a {
  color: #111 !important;
  padding-bottom: 20px !important;
}

.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
  background: transparent;
  border: 0;
}

.nav .dropdown .dropdown-menu {
  left: -10px;
  top: 40px;
  padding: 0;
  border-radius: 0;
  background: #fff;
  border: 1px solid #f7f7f7;
  border-left: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.nav .dropdown .dropdown-menu li a {
  font-size: 13px;
  color: #000;
  padding: 10px 10px 10px 15px;
  border-left: 4px solid transparent;
  -webkit-transition: padding .5s;
  transition: padding .5s;
}
.nav .dropdown .dropdown-menu li a:hover {
  border-color: #bfa67a;
  background: transparent;
  padding-left: 25px;
}
.nav .dropdown .dropdown-menu li a:focus {
  background: transparent;
}

/* -------------------------------------------------------
                     Header 
-------------------------------------------------------- */
.header {
  height: 100vh;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.header .caption {
  margin-top: 50px;
  color: #fff;
}
.header .caption h1 {
  margin: 30px auto;
  font-weight: 100;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.header .caption h1 span {
  font-weight: 600;
}
.header .caption blockquote.ph1 {
  margin: 30px auto;
  font-weight: 100;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.header .caption blockquote.ph1 span {
  font-weight: 600;
}
.header .caption h6,
.header .caption blockquote.ph6 {
  letter-spacing: 8px;
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 50px;
}
.header .overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
}
.header .owl-theme .owl-nav [class*=owl-] {
  background: rgba(0, 0, 0, 0.2);
  padding: 30px 10px;
  position: absolute;
  top: calc(50% - 30px);
  border-radius: 0;
  display: none;
}
.header .owl-theme .owl-nav .owl-prev {
  left: -4px;
}
.header .owl-theme .owl-nav .owl-next {
  right: -4px;
}
.header:hover .owl-theme .owl-nav [class*=owl-] {
  display: block;
}

.demo1 {
  background-image: url(../img/die-kompakte-vintagebox.de_Aussehen_Frontmin1200x900.jpeg.webp);
  background-attachment: fixed;
  background-size: cover;
  background-position-y: bottom;
}
.demo1 .overlay {
  background: rgba(0, 0, 0, 0.5);
}

.demo2 {
  background-image: url(../img/bgquestion.jpg);
  background-attachment: fixed;
  background-size: cover;
}

.demo2 .overlay {
  background: rgba(0, 0, 0, 0.2);
}
.demo2 .caption h1 {
  font-size: 60px;
}
.demo2 .caption blockquote.ph1 {
  font-size: 60px;
}
.demo2 .caption .play-icon {
  width: 60px;
  height: 60px;
  line-height: 60px;
  border: 1px solid #fff;
  border-radius: 50%;
  font-size: 18px;
  margin-bottom: 15px;
  -webkit-transition: all .5s;
  transition: all .5s;
}
.demo2 .caption .play-icon:hover {
  color: #bfa67a;
  border-color: #bfa67a;
}

.demo3 {
  background-image: url(../img/bg3.jpg);
  background-attachment: fixed;
}
.demo3 .overlay {
  background: rgba(0, 0, 0, 0.5);
}

.demo4 {
  background-image: url(../img/designer/fotobox-berlin-fotostreifen_layout_anleitung.png);
  background-attachment: fixed;
  background-size: cover;
}

.demo4 .overlay {
  background: rgba(0, 0, 0, 0.2);
}
.demo4 .caption h1 {
  font-size: 60px;
}
.demo4 .caption blockquote.ph1 {
  font-size: 60px;
}
.demo4 .caption .play-icon {
  width: 60px;
  height: 60px;
  line-height: 60px;
  border: 1px solid #fff;
  border-radius: 50%;
  font-size: 18px;
  margin-bottom: 15px;
  -webkit-transition: all .5s;
  transition: all .5s;
}
.demo4 .caption .play-icon:hover {
  color: #bfa67a;
  border-color: #bfa67a;
}

.sub-header {
  height: 70vh;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  background-position: center;
}

.sub-header .overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
}
.sub-header .caption {
  margin-top: 50px;
  color: #fff;
}
.sub-header .caption h1 {
  font-size: 50px;
  margin-bottom: 15px;
}
.sub-header .caption blockquote.ph1 {
  font-size: 50px;
  margin-bottom: 15px;
}
.bg1 {
  background-image: url(../img/bg1.jpg);
}

.bg2 {
  background-image: url(../images/bg/fotobox-berlin-mieten-hochzeit-starter.jpg);
}


.bg3 {
  background-image: url(../img/blog/fotobox-berlin-blog-opener.jpg);
}

.bg4 {
  background-image: url(../img/designer/fotobox-berlin_layout_designer_gestalte-dein-layout-fuer-den-druck.jpg);
}
/* -------------------------------------------------------
                     Hero 
-------------------------------------------------------- */
.hero-blok {
  background: #111;
  color: #fff !important;
}
.hero-blok .blok-info {
  margin: 30px 0 0 0;
}
.hero-blok .blok-info h6,
.hero-blok .blok-info blockquote.ph6 {
  font-size: 16px;
  margin-bottom: 10px;
}
.hero-blok .blok-info h5,
.hero-blok .blok-info blockquote.ph5 {
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 30px;
}
.hero-blok .blok-info p {
  width: 90%;
  margin-bottom: 30px;
  color: #999;
}
.hero-blok .blok-info button {
  padding: 8px 28px;
  color: #fff;
  background: #bfa67a;
  border: 1px solid #bfa67a;
  -webkit-transition: all .5s;
  transition: all .5s;
}
.hero-blok .blok-info button:hover {
  background: transparent;
}
.hero-blok .blok-info .owl-theme .owl-nav {
  float: right;
  margin-top: 0;
}
.hero-blok .blok-info .owl-theme .owl-nav [class*=owl-] {
  background: transparent;
  border: 0;
  font-size: 20px;
  font-weight: 100 !important;
}

.hb-gray {
  background: #f2f4ec;
  color: #111;
}
.hb-gray .blok-info button:hover {
  color: #111;
}
.hb-gray .blok-info .owl-theme .owl-nav [class*=owl-] {
  color: #111;
}

.hero-v2 .item {
  text-align: center;
  padding: 0 20px;
}
.hero-v2 .item .icon {
  width: 80px;
  height: 80px;
  line-height: 75px;
  border-radius: 50%;
  font-size: 30px;
  background: #f2f4ec;
  border: 4px solid #f2f4ec;
  margin-bottom: 30px;
}
.hero-v2 .item .icon:hover {
  background: transparent;
}
.hero-v2 .item h6,
.hero-v2 .item blockquote.ph6 {
  margin-bottom: 15px;
}

.hero-tab .content {
  text-align: center;
  margin-bottom: 100px;
  padding: 0 20px;
}
.hero-tab .content h6,
.hero-tab .content blockquote.ph6 {
  margin-bottom: 30px;
  font-weight: 700;
}
.hero-tab .content p {
  font-size: 16px;
}
.hero-tab .items {
  padding: 0;
}
.hero-tab .hero-tabs {
  padding: 30px 30px 0;
}
.hero-tab .hero-tabs ul {
  overflow: hidden;
  margin-bottom: 30px;
}
.hero-tab .hero-tabs ul li {
  display: inline-block;
  padding: 0 5px 15px;
  margin: 0 30px 0 0;
  cursor: pointer;
}
.hero-tab .hero-tabs ul li h6,
.hero-tab .hero-tabs ul li blockquote.ph6 {
  font-weight: 400;
  letter-spacing: 1px;
}
.hero-tab .hero-tabs ul .active {
  border-bottom: 1px solid #111;
}
.hero-tab .hero-tabs .tab-content .item {
  display: none;
}
.hero-tab .hero-tabs .tab-content .active {
  display: block;
}
.hero-tab .hero-tabs .tab-content p {
  margin-bottom: 15px;
}
.hero-tab .hero-tabs .tab-content button {
  margin-top: 15px;
  color: #777;
  border: 1px solid #eee;
  padding: 10px 30px;
  background: transparent;
  -webkit-transition: all .5s;
  transition: all .5s;
}
.hero-tab .hero-tabs .tab-content button:hover {
  background: #bfa67a;
  border-color: #bfa67a;
  color: #fff;
}

.ht-center ul {
  text-align: center;
}
.ht-center ul .icon {
  font-size: 40px;
  margin-bottom: 15px;
}
.ht-center ul li {
  margin: 0 30px !important;
}
.ht-center .active {
  border: 0 !important;
  color: #bfa67a;
}

.mp-hero {
  padding-bottom: 0;
}
.mp-hero .content {
  text-align: center;
  padding: 0px 100px;
}
.mp-hero .content h6,
.mp-hero .content blockquote.ph6 {
  margin-bottom: 15px;
  padding-bottom: 15px;
  font-size: 14px;
  position: relative;
}
.mp-hero .content h6:after,
.mp-hero .content blockquote.ph6:after {
  content: "";
  width: 30px;
  height: 2px;
  background: #555;
  position: absolute;
  bottom: 0;
  left: calc(50% - 15px);
}
.mp-hero .content .spe {
  margin-bottom: 30px;
  color: #444;
}
.mp-hero .content p {
  font-size: 16px;
  color: #777;
}
.mp-hero .content a {
  padding: 10px 30px;
  margin-top: 50px;
  border: 1px solid #ccc;
  -webkit-transition: all .5s;
  transition: all .5s;
}
.mp-hero .content a:hover {
  color: #fff;
  background: #bfa67a;
  border-color: #bfa67a;
}

/* -------------------------------------------------------
                     Bloks 
-------------------------------------------------------- */
.bloks .blok1-img {
  background-image: url(../img/2.jpg);
  background-size: cover;
  background-attachment: fixed;
  min-height: 550px;
}
.bloks .blok2-img {
  background-image: url(../img/3.jpg);
  background-size: cover;
  background-attachment: fixed;
  min-height: 550px;
}
.bloks .blok1-content {
  padding: 80px 80px 0;
  min-height: 550px;
  background: #111;
  color: #fff;
}
.bloks .blok1-content h5,
.bloks .blok1-content blockquote.ph5 {
  letter-spacing: 4px;
  margin-bottom: 10px;
  color: #bfa67a;
}
.bloks .blok1-content h2,
.bloks .blok1-content blockquote.ph2 {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 10px;
}
.bloks .blok1-content p {
  color: #999;
}
.bloks .blok1-content .accordion {
  margin-top: 30px;
}
.bloks .blok1-content .accordion .item {
  margin-bottom: 20px;
}
.bloks .blok1-content .accordion .item .icon {
  float: left;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  background: #222;
  color: #bfa67a;
  margin-top: 10px;
}
.bloks .blok1-content .accordion .item:last-child {
  margin-bottom: 0;
}
.bloks .blok1-content .accordion .item .accordion-icon h6,
.bloks .blok1-content .accordion .item .accordion-icon blockquote.ph6 {
  border-bottom: 1px solid #444;
  padding: 15px 0;
  margin-left: 60px;
  cursor: pointer;
}
.bloks .blok1-content .accordion .item .accordion-info {
  display: none;
  padding: 10px 0 0;
  margin-left: 60px;
}
.bloks .blok1-content .accordion .item .accordion-info.active {
  display: block;
}
.bloks .blok2-content {
  padding: 80px 80px 0;
  min-height: 550px;
  background: #111;
  color: #fff;
}
.bloks .blok2-content h5,
.bloks .blok2-content blockquote.ph5 {
  letter-spacing: 4px;
  margin-bottom: 10px;
  color: #bfa67a;
}
.bloks .blok2-content p {
  color: #999;
}
.bloks .blok2-content .skills {
  margin-top: 50px;
}
.bloks .blok2-content .skills .item {
  margin-bottom: 30px;
}
.bloks .blok2-content .skills .item .skills-progress {
  width: 80%;
  height: 2px;
  background: #222;
  font-size: 0;
  margin-top: 10px;
  position: relative;
}
.bloks .blok2-content .skills .item .skills-progress span {
  height: 100%;
  width: 0;
  background: #bfa67a;
  position: relative;
}
.bloks .blok2-content .skills .item .skills-progress span:after {
  content: attr(data-value);
  color: #fff;
  font-size: 14px;
  position: absolute;
  top: -22px;
  right: 0px;
}

.serv-bloks {
  background: #f2f4ec;
}
.serv-bloks .item {
  padding: 50px 30px;
  background: #fff;
  text-align: center;
  -webkit-box-shadow: 0px 0px 5px #eee;
          box-shadow: 0px 0px 5px #eee;
}
.serv-bloks .item .icon {
  font-size: 40px;
  color: #555;
  margin-bottom: 30px;
}
.serv-bloks .item h5,
.serv-bloks .item blockquote.ph5 {
  margin-bottom: 30px;
  padding-bottom: 30px;
  position: relative;
  font-size: 18px;
  letter-spacing: 1px;
}
.serv-bloks .item h5:after,
.serv-bloks .item blockquote.ph5:after{
  content: "";
  width: 50px;
  height: 1px;
  background: #bfa67a;
  position: absolute;
  bottom: 0;
  left: calc(50% - 25px);
}

/* -------------------------------------------------------
                     We-do 
-------------------------------------------------------- */
.we-do .item {
  padding: 0 5px;
}
.we-do .item .icon {
  float: left;
  font-size: 35px;
  color: #888;
}
.we-do .item .info {
  margin-left: 70px;
}
.we-do .item .info h5,
.we-do .item .info blockquote.ph5 {
  margin-bottom: 10px;
  padding-bottom: 15px;
  position: relative;
}
.we-do .item .info h5:after,
.we-do .item .info blockquote.ph5:after   {
  content: "";
  width: 30px;
  height: 2px;
  background: #bfa67a;
  position: absolute;
  left: 0;
  bottom: 0;
}

.mp-process {
  background-image: url(../img/1.jpg);
  background-size: cover;
  background-attachment: fixed;
  color: #fff;
  text-align: center;
  position: relative;
}
.mp-process:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1;
}
.mp-process .container {
  position: relative;
  z-index: 2;
}
.mp-process .head h4,
.mp-process .head blockquote.ph4 {
  color: #fff;
}
.mp-process .item .circle {
  width: 120px;
  height: 120px;
  border: 2px solid #eee;
  border-radius: 50%;
  text-align: center;
  line-height: 120px;
  margin: 0 auto 30px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.mp-process .item .circle .icon {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  font-size: 30px;
}
.mp-process .item .one {
  border-top-color: #bfa67a;
}
.mp-process .item .two {
  border-top-color: #bfa67a;
  border-right-color: #bfa67a;
}
.mp-process .item .three {
  border-top-color: #bfa67a;
  border-right-color: #bfa67a;
  border-bottom-color: #bfa67a;
}
.mp-process .item .four {
  border-color: #bfa67a;
}
.mp-process .item h6,
.mp-process .item blockquote.ph6 {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 17px;
}

/* -------------------------------------------------------
                    Services Tabs
-------------------------------------------------------- */
.services-tab {
  padding-bottom: 0;
}
.services-tab .tabs-icon li {
  display: inline-block;
  padding: 0 40px;
  cursor: pointer;
  color: #888;
  position: relative;
}
.services-tab .tabs-icon li:before {
  content: "";
  width: 1px;
  height: 90%;
  background: #eee;
  position: absolute;
  top: 5%;
  right: 0;
}
.services-tab .tabs-icon li:last-child:before {
  display: none;
}
.services-tab .tabs-icon li span {
  font-size: 40px;
  margin-bottom: 15px;
}
.services-tab .tabs-icon .active {
  color: #bfa67a;
}
.services-tab .services-content {
  margin-top: 100px;
}
.services-tab .services-content .item {
  display: none;
}
.services-tab .services-content .item .img {
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}
.services-tab .services-content .item .img1{
  background-image: url(../img/fotobox/fotobox-berlin-lustig-hochzeit-ohne-hintergrund-vintage.jpg);
}
.services-tab .services-content .item .img2 {
  background-image: url(../img/fotobox/fotobox-berlin-paar-party-beispiel-hintergrund-silber-lametta.jpg);
}
.services-tab .services-content .item .img3{
  background-image: url(../img/fotobox/fotobox-berlin-mieten-paar-vintage-ohne-hintergrund.jpg);
}
.services-tab .services-content .item .img4{
  background-image: url(../img/fotobox/fotobox-berlin-gruppe-beispiel-bilder-hochzeit-ohne-hintergrund.jpg);
}
.services-tab .services-content .item .img5{
  background-image: url(../img/fotobox/fotobox-berlin-paar-hochzeit-beispiel-props-hintergrund-weiss-girlande.jpg);
}
.services-tab .services-content .item .content {
  padding: 30px;
  background: #f2f4ec;
  text-align: center;
}
.services-tab .services-content .item .content .bord {
  padding: 80px 50px;
  border: 5px solid #fff;
  position: relative;
  z-index: 2;
}
.services-tab .services-content .item .content .icon {
  font-size: 200px;
  font-weight: bold;
  color: #ddd;
  position: absolute;
  bottom: 15%;
  right: 10%;
  z-index: 1;
  opacity: .4;
}
.services-tab .services-content .item .content h5,
.services-tab .services-content .item .content blockquote.ph5 {
  margin-bottom: 10px;
}
.services-tab .services-content .item .content h3,
.services-tab .services-content .item .content p .ph3  {
  font-weight: 700;
  font-size: 50px;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.services-tab .services-content .item .content p {
  padding: 0 30px;
  margin-bottom: 30px;
}
.services-tab .services-content .item .content button {
  border: 1px solid #bfa67a;
  text-transform: uppercase;
  padding: 10px 25px;
  background: #bfa67a;
  color: #fff;
  -webkit-transition: all .5s;
  transition: all .5s;
}
.services-tab .services-content .item .content button:hover {
  background: transparent;
  color: #bfa67a;
}
.services-tab .services-content .active {
  display: block;
}

.mp-serv-tab {
  background: #f2f4ec;
}
.mp-serv-tab .tabs-icon li {
  display: inline-block;
  padding: 0 40px;
  cursor: pointer;
  color: #888;
  position: relative;
}
.mp-serv-tab .tabs-icon li:before {
  content: "";
  width: 1px;
  height: 90%;
  background: #eee;
  position: absolute;
  top: 5%;
  right: 0;
}
.mp-serv-tab .tabs-icon li:last-child:before {
  display: none;
}
.mp-serv-tab .tabs-icon li span {
  font-size: 40px;
  margin-bottom: 15px;
}
.mp-serv-tab .tabs-icon .active {
  color: #bfa67a;
}
.mp-serv-tab .services-content {
  margin-top: 50px;
}
.mp-serv-tab .services-content .item {
  display: none;
}
.mp-serv-tab .services-content .item .img {
  background-size: cover;
  background-position: 50% 0%;
}
.mp-serv-tab .services-content .item .img1, .mp-serv-tab .services-content .item .img3 {
  background-image: url(../img/4.jpg);
}
.mp-serv-tab .services-content .item .img2, .mp-serv-tab .services-content .item .img4 {
  background-image: url(../img/5.jpg);
}
.mp-serv-tab .services-content .item .content {
  background: #fff;
  text-align: center;
}
.mp-serv-tab .services-content .item .content .bord {
  padding: 80px 0;
  border: 5px solid #fff;
  position: relative;
  z-index: 2;
}
.mp-serv-tab .services-content .item .content .icon {
  font-size: 200px;
  font-weight: bold;
  color: #ddd;
  position: absolute;
  bottom: 15%;
  right: 10%;
  z-index: 1;
  opacity: .2;
}
.mp-serv-tab .services-content .item .content h5,
.mp-serv-tab .services-content .item .content blockquote.ph5 {
  margin-bottom: 15px;
}
.mp-serv-tab .services-content .item .content h3,
.mp-serv-tab .services-content .item .content blockquote.ph3 {
  font-weight: 700;
  font-size: 50px;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.mp-serv-tab .services-content .item .content p {
  padding: 0 30px;
  margin-bottom: 30px;
}
.mp-serv-tab .services-content .item .content button {
  border: 1px solid #bfa67a;
  text-transform: uppercase;
  padding: 10px 30px;
  background: #bfa67a;
  color: #fff;
  -webkit-transition: all .5s;
  transition: all .5s;
}
.mp-serv-tab .services-content .item .content button:hover {
  background: transparent;
  color: #111;
}
.mp-serv-tab .services-content .active {
  display: block;
}

/* -------------------------------------------------------
                     Numbers 
-------------------------------------------------------- */
.numbers {
  background-image: url(../img/1.jpg);
  background-size: cover;
  background-attachment: fixed;
  color: #fff;
  padding: 80px 0;
  overflow: hidden;
  position: relative;
}
.numbers .container {
  position: relative;
  z-index: 2;
}
.numbers:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(37, 37, 37, 0.8);
  z-index: 1;
}
.numbers .item {
  text-align: center;
  border-right: 1px solid #888;
}
.numbers .item .icon {
  font-size: 30px;
  color: #bfa67a;
  margin-bottom: 15px;
}
.numbers .item h2 {
  font-weight: 700;
  font-size: 40px;
  margin-bottom: 15px;
}
.numbers .item blockquote.ph2 {
  font-weight: 700;
  font-size: 40px;
  margin-bottom: 15px;
}
.numbers .item h6,
.numbers .item blockquote.ph6 {
  font-weight: 400;
}
.numbers .last {
  border: 0;
}

/* -------------------------------------------------------
                     Portfolio 
-------------------------------------------------------- */
.portfolio {
  overflow: hidden;
}
.portfolio .filtering span {
  padding: 10px;
  margin: 15px;
  color: #999;
  letter-spacing: 1px;
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
  cursor: pointer;
}
.portfolio .filtering .active {
  color: #111;
}
.portfolio .item-img {
  padding: 4px;
  position: relative;
  overflow: hidden;
}
.portfolio .item-img:after {
  content: "";
  width: 100%;
  height: 300%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  background: rgba(255, 255, 255, 0.05);
  position: absolute;
  top: -30%;
  left: -100%;
  opacity: 0;
  -webkit-transition: left .5s;
  transition: left .5s;
  z-index: 9;
}
.portfolio .item-img:hover:after {
  left: 100%;
  opacity: 1;
}
.portfolio .item-img:hover .item-img-overlay {
  opacity: 1;
}
.portfolio .item-img:hover h6, .portfolio .item-img:hover h5,
.portfolio .item-img:hover blockquote.ph6, .portfolio .item-img:hover blockquote.ph5 {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.portfolio .item-img h6,
.portfolio .item-img blockquote.ph6  {
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 15px;
  -webkit-transform: translateY(-15px);
          transform: translateY(-15px);
  -webkit-transition: all .5s;
  transition: all .5s;
}
.portfolio .item-img h6:after,
.portfolio .item-img blockquote.ph6:after {
  content: "";
  width: 30px;
  height: 2px;
  background: #bfa67a;
  position: absolute;
  bottom: 0;
  left: calc(50% - 15px);
}
.portfolio .item-img h5,
.portfolio .item-img blockquote.ph5 {
  font-size: 22px;
  -webkit-transform: translateY(15px);
          transform: translateY(15px);
  -webkit-transition: all .5s;
  transition: all .5s;
}
.portfolio .item-img .icons {
  position: absolute;
  bottom: 1px;
  right: 2px;
}
.portfolio .item-img .icon {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #eee;
  margin: 0 -1px;
  -webkit-transition: all .5s;
  transition: all .5s;
}
.portfolio .item-img .icon:hover {
  background: #bfa67a;
  border-color: #bfa67a;
}
.portfolio .item-img-overlay {
  position: absolute;
  top: 4px;
  left: 4px;
  right: 4px;
  bottom: 4px;
  background: rgba(0, 0, 0, 0.9);
  color: #fff;
  opacity: 0;
  -webkit-transition: all .5s;
  transition: all .5s;
  z-index: 2;
}
.portfolio .load {
  margin: 30px auto 0;
  border: 1px solid #eee;
  padding: 12px 30px;
  color: #555;
  -webkit-transition: all .5s;
  transition: all .5s;
}
.portfolio .load:hover {
  background: #111;
  border-color: #111;
  color: #fff;
}
.portfolio .process {
  background: #111;
  color: #fff;
  padding: 80px 0;
}
.portfolio .process .icon {
  font-size: 40px;
  font-weight: 700;
  margin: 5px auto;
  float: left;
}
.portfolio .process .info-item {
  margin-left: 70px;
}
.portfolio .process .info-item h5,
.portfolio .process .info-item blockquote.ph5 {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 15px;
}
.portfolio .process .info-item p {
  color: #999;
  position: relative;
  z-index: 2;
}
.portfolio .process .info-item span {
  color: #151515;
  font-size: 100px;
  font-weight: bold;
  position: absolute;
  bottom: -20px;
  right: 20px;
  z-index: 1;
}
.portfolio .process-v1 {
  background: #111;
  padding: 80px 0;
  color: #fff;
}
.portfolio .process-v1 .icon {
  font-size: 50px;
  margin: 15px auto;
  float: left;
}
.portfolio .process-v1 .info-item {
  margin-left: 70px;
}
.portfolio .process-v1 .info-item h5,
.portfolio .process-v1 .info-item blockquote.ph5 {
  margin-bottom: 15px;
}
.portfolio .process-v1 .info-item p {
  color: #999;
}

/* -------------------------------------------------------
                     Team 
-------------------------------------------------------- */
.team1 .item {
  position: relative;
}
.team1 .item:hover .info {
  opacity: 1;
}
.team1 .item .info {
  padding-top: 50%;
  text-align: center;
  color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.9);
  opacity: 0;
  -webkit-transition: all .5s;
  transition: all .5s;
}
.team1 .item .info h5,
.team1 .item .info blockquote.ph5 {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 10px;
  color: #bfa67a;
}
.team1 .item .info h6,
.team1 .item .info blockquote.ph6 {
  font-size: 16px;
  margin-bottom: 30px;
}
.team1 .item .social-icon {
  color: #fff;
  text-align: center;
  opacity: 0;
  -webkit-transition: all .5s;
  transition: all .5s;
}
.team1 .item .social-icon span {
  margin: 10px;
  opacity: 0;
  -webkit-transition: all .7s;
  transition: all .7s;
}
.team1 .item .social-icon .totop {
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
}
.team1 .item .social-icon .tobotm {
  -webkit-transform: translateY(-30px);
          transform: translateY(-30px);
}
.team1 .item:hover .social-icon {
  opacity: 1;
}
.team1 .item:hover .totop, .team1 .item:hover .tobotm {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  opacity: 1;
}

.team .skills h5,
.team .skills blockquote.ph5 {
  font-style: normal;
  font-weight: 600;
  margin: 20px auto 15px;
}
.team .skills p {
  margin-bottom: 30px;
}
.team .skills .info {
  margin-bottom: 30px;
}
.team .skills .info h6,
.team .skills .info blockquote.ph6 {
  margin-bottom: 10px;
}
.team .skills .info .skills-progress {
  width: 80%;
  height: 2px;
  font-size: 0;
  margin-bottom: 30px;
  background: #f2f4ec;
}
.team .skills .info .skills-progress span {
  width: 0;
  height: 100%;
  background: #bfa67a;
  position: relative;
  -webkit-transition: all .5s;
  transition: all .5s;
}
.team .skills .info .skills-progress span:after {
  content: attr(data-value);
  font-size: 10px;
  position: absolute;
  top: 5px;
  right: -5px;
}
.team .team-item {
  margin-bottom: 30px;
}
.team .team-img {
  position: relative;
}
.team .team-img .social-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-top: 50%;
  background: rgba(0, 0, 0, 0.9);
  color: #fff;
  text-align: center;
  opacity: 0;
  -webkit-transition: all .5s;
  transition: all .5s;
}
.team .team-img .social-icon span {
  margin: 10px;
  opacity: 0;
  -webkit-transition: all .7s;
  transition: all .7s;
}
.team .team-img .social-icon .totop {
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
}
.team .team-img .social-icon .tobotm {
  -webkit-transform: translateY(-30px);
          transform: translateY(-30px);
}
.team .team-img:hover .social-icon {
  opacity: 1;
}
.team .team-img:hover .totop, .team .team-img:hover .tobotm {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  opacity: 1;
}
.team .team-info {
  position: relative;
  background: #fff;
  text-align: center;
  -webkit-box-shadow: 0px 0px 15px #f4f4f4;
          box-shadow: 0px 0px 15px #f4f4f4;
  margin-top: -50px;
  margin-left: 5%;
  width: 90%;
  padding: 20px;
}
.team .team-info h6,
.team .team-info blockquote.ph6 {
  margin-bottom: 10px;
  letter-spacing: 0px;
  color: #bfa67a;
}
.team .team-info h5,
.team .team-info blockquote.ph5 {
  font-size: 14px;
  letter-spacing: 1px;
}

/* -------------------------------------------------------
                     Clients 
-------------------------------------------------------- */
.clients {
  background-image: url(../img/props-table.jpg);
  background-size: cover;
  background-attachment: fixed;
  color: #fff;
}

.overlay{
  content: '';
  background-color: #424242;
  background-blend-mode: multiply;
}

.clients .client-say h4,
.clients .client-say blockquote.ph4{
  text-transform: uppercase;
  font-size: 18px;
  margin-bottom: 50px;
  padding-bottom: 20px;
  position: relative;
}
.clients .client-say h4:after,
.clients .client-say blockquote.ph4:after {
  content: "";
  position: absolute;
  left: calc(50% - 20px);
  bottom: 0;
  width: 40px;
  height: 2px;
  background: #eee;
}
.clients .client-say .icon {
  font-size: 40px;
  margin-bottom: 30px;
}
.clients .client-say h5,
.clients .client-say blockquote.ph5 {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 600;
  margin-bottom: 15px;
}
.clients .client-say p {
  color: #ccc;
  font-family: 'Playfair Display', serif;
  margin-bottom: 15px;
  font-size: 18px;
  letter-spacing: 1px;
}
.clients .client-say h6,
.clients .client-say blockquote.ph6  {
  font-size: 10px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.clients .owl-theme .owl-dots .owl-dot span {
  width: 30px;
  height: 2px;
  border-radius: 0;
}
.clients .owl-theme .owl-dots .owl-dot.active span,
.clients .owl-theme .owl-dots .owl-dot:hover span {
  background: #bfa67a;
}

.client-light {
  background: transparent;
  background: #fff;
  color: #111;
}
.client-light .client-say .image {
  width: 80px;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 30px;
}
.client-light .client-say p {
  color: #333;
  margin-bottom: 15px;
}
.client-light .client-say h6,
.client-light .client-say blockquote.ph6 {
  margin-bottom: 30px;
}

/* -------------------------------------------------------
                     Blog 
-------------------------------------------------------- */
.blog-v1 .item .img {
  position: relative;
}
.blog-v1 .item .img img {
  margin-bottom: 30px;
}
.blog-v1 .item .content h5,
.blog-v1 .item .content blockquote.ph5 {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.blog-v1 .item .content .date {
  margin-bottom: 20px;
}
.blog-v1 .item .content .date span {
  margin-right: 10px;
  color: #999;
  font-size: 11px;
  text-transform: uppercase;
}
.blog-v1 .item .content p {
  margin-bottom: 20px;
}
.blog-v1 .item .info {
  padding: 8px 10px;
  background: #f2f4ec;
}
.blog-v1 .item .info span {
  padding: 5px 10px;
  background: #fff;
  color: #777;
  border-radius: 20px;
}
.blog-v1 .item .info .more {
  color: #bfa67a;
  padding: 5px 15px;
}

.blog {
  background: #f2f4ec;
}
.blog .item {
  text-align: center;
}
.blog .item .img {
  position: relative;
}
.blog .item .img .date {
  position: absolute;
  top: 20px;
  left: 20px;
  text-align: center;
}
.blog .item .img .date span {
  width: 50px;
  height: 50px;
  line-height: 50px;
  background: #fff;
  font-weight: 600;
  font-size: 12px;
  display: block;
}
.blog .item .img .date span:first-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.blog .item .content {
  padding: 30px 20px;
  background: #fff;
}
.blog .item .content h5,
.blog .item .content blockquote.ph5  {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.blog .item .content p {
  margin-bottom: 20px;
}
.blog .item .content span {
  padding: 8px 25px;
  border: 1px solid #bfa67a;
  background: transparent;
  color: #bfa67a;
  border-radius: 20px;
  -webkit-transition: all .5s;
  transition: all .5s;
}
.blog .item .content span:hover {
  background: #bfa67a;
  color: #fff;
}

.posts {
  padding-right: 15px;
}
.posts .item {
  margin-bottom: 80px;
  padding-bottom: 80px;
  border-bottom: 1px solid #eee;
}
.posts .item .share {
  float: left;
  text-align: center;
  width: 80px;
}
.posts .item .share li {
  padding: 14px 0;
  border-top: 1px solid #eee;
}
.posts .item .share li:first-child {
  border: 0;
}
.posts .item .share span {
  display: block;
  font-size: 12px;
  text-transform: uppercase;
  color: #888;
}
.posts .item .share span:hover {
  color: #bfa67a;
}
.posts .item .share .icon {
  margin-bottom: 8px;
}
.posts .item .content {
  /*margin-left: 80px;*/
}
.posts .item .content .post-img {
  margin-bottom: 50px;
  width: 100%;
}
.posts .item .content .post-img img {
  width: 100%;
}
.posts .item .content .post-info h5,
.posts .item .content .post-info blockquote.ph5 {
  font-size: 15px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.posts .item .content .post-info .spacial {
  font-size: 18px;
  font-style: italic;
  letter-spacing: 1px;
  margin-bottom: 20px;
}
.posts .item .content .mor-inf {
  margin-bottom: 30px;
}
.posts .item .content .mor-inf li {
  display: inline-block;
  margin-right: 15px;
  font-size: 11px;
  text-transform: uppercase;
  color: #999;
  letter-spacing: 1px;
}
.posts .item .content .mor-inf li a:hover {
  color: #bfa67a;
}
.posts .item .content .mor-inf li .icon {
  margin-right: 5px;
}
.posts .item .content .more {
  padding: 12px 30px;
  background: #222;
  color: #eee;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 1px;
  margin-top: 30px;
  -webkit-transition: all .5s;
  transition: all .5s;
}
.posts .item .content .more:hover {
  background: #bfa67a;
}
.posts .comm {
  padding-bottom: 30px;
  border-bottom: 1px solid #eee;
}
.posts .comm .comm-item {
  margin-bottom: 50px;
}
.posts .comm .comm-item .user-img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
  float: left;
  background: #eee;
}
.posts .comm .comm-item .comnts {
  margin-left: 70px;
}
.posts .comm .comm-item .comnts h6,
.posts .comm .comm-item .comnts blockquote.ph6 {
  margin-bottom: 5px;
}
.posts .comm .comm-item .comnts span {
  font-size: 11px;
  color: #888;
  margin-right: 15px;
  margin-bottom: 15px;
}
.posts .comm .comm-item .comnts span i {
  margin-right: 5px;
}
.posts .comm .comm-reply {
  margin-left: 70px;
}
.posts .lev-comm input, .posts .lev-comm textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #f4f4f4;
  margin-bottom: 15px;
  font-size: 12px;
}
.posts .lev-comm textarea {
  height: 140px;
  max-width: 100%;
  max-height: 140px;
}
.posts .lev-comm input[type="submit"] {
  background: #222;
  border-color: #222;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  -webkit-transition: all .5s;
  transition: all .5s;
}
.posts .lev-comm input[type="submit"]:hover {
  background: #bfa67a;
  border-color: #bfa67a;
}
.posts .numb span {
  padding: 10px 16px;
  border: 1px solid #eee;
  font-size: 12px;
  color: #888;
  letter-spacing: 1px;
  text-transform: uppercase;
  -webkit-transition: all .5s;
  transition: all .5s;
}
.posts .numb span:hover {
  background: #bfa67a;
  border-color: #bfa67a;
  color: #fff;
}
.posts .numb .active {
  border-color: #555;
  color: #555;
}

.side-bar {
  padding-left: 15px;
}
.side-bar .widget {
  margin-bottom: 80px;
}
.side-bar .widget .search {
  position: relative;
}
.side-bar .widget .search input {
  width: 100%;
  padding: 9px;
  font-size: 14px;
  border: 1px solid #eee;
}
.side-bar .widget .search ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #999;
  font-size: 13px;
}
.side-bar .widget .search ::-moz-placeholder {
  /* Firefox 19+ */
  color: #999;
  font-size: 13px;
}
.side-bar .widget .search :-ms-input-placeholder {
  /* IE 10+ */
  color: #999;
  font-size: 13px;
}
.side-bar .widget .search :-moz-placeholder {
  /* Firefox 18- */
  color: #999;
  font-size: 13px;
}
.side-bar .widget .search .icon {
  position: absolute;
  top: 9px;
  right: 9px;
  color: #ddd;
}
.side-bar .widget .about-bar img {
  margin-bottom: 30px;
}
.side-bar .widget .follow span {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border: 1px solid #eee;
  border-radius: 50%;
  font-size: 14px;
  color: #777;
  margin: 0 2px;
  -webkit-transition: all .5s;
  transition: all .5s;
}
.side-bar .widget .follow span:hover {
  border-color: #bfa67a;
  background: #bfa67a;
  color: #fff;
}
.side-bar .widget .lpost .item {
  margin-bottom: 30px;
  overflow: hidden;
}
.side-bar .widget .lpost .sm-img {
  width: 30%;
  float: left;
}
.side-bar .widget .lpost .info {
  margin-left: 35%;
}
.side-bar .widget .lpost .info h5,
.side-bar .widget .lpost .info blockquote.ph5 {
  font-size: 12px;
  text-transform: uppercase;
  margin-bottom: 4px;
}
.side-bar .widget .lpost .info span {
  font-size: 11px;
  color: #999;
  letter-spacing: 1px;
}
.side-bar .widget .catg h5,
.side-bar .widget .catg blockquote.ph5 {
  font-size: 13px;
  margin-bottom: 15px;
  color: #888;
  padding-left: 15px;
  position: relative;
}
.side-bar .widget .catg h5:before,
.side-bar .widget .catg blockquote.ph5:before {
  content: "\f105";
  position: absolute;
  left: 0;
  top: 1px;
  font-family: "FontAwesome";
  color: #ccc;
}
.side-bar .widget .catg h5 span,
.side-bar .widget .catg blockquote.ph5 span {
  float: right;
}
.side-bar .widget .tags span {
  font-size: 12px;
  padding: 5px 10px;
  border: 1px solid #eee;
  color: #888;
  margin: 2px;
  -webkit-transition: all .5s;
  transition: all .5s;
}
.side-bar .widget .tags span:hover {
  background: #bfa67a;
  border-color: #bfa67a;
  color: #fff;
}

.side-tit {
  padding-bottom: 20px;
  margin-bottom: 50px;
  border-bottom: 1px solid #eee;
}
.side-tit h6,
.side-tit blockquote.ph6 {
  font-size: 14px;
  color: #333;
}

.column {
  padding-right: 0 !important;
}
.column .item .content {
  margin-left: 0 !important;
}

/* -------------------------------------------------------
                     Subscribe 
-------------------------------------------------------- */
.subscribe {
  padding: 80px 0;
  background-image: url(../img/follow.jpg);
  background-size: cover;
  background-attachment: fixed;
  color: #fff;
  text-align: center;
  position: relative;
}
.subscribe:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(37, 37, 37, 0.8);
  z-index: 1;
}
.subscribe .container {
  position: relative;
  z-index: 2;
}
.subscribe .ctit {
  font-size: 18px;
  margin-bottom: 50px;
  padding-bottom: 20px;
  position: relative;
}
.subscribe .ctit:after {
  content: "";
  position: absolute;
  left: calc(50% - 20px);
  bottom: 0;
  width: 40px;
  height: 2px;
  background: #eee;
}
.subscribe .social-icon {
  margin-bottom: 30px;
}
.subscribe .social-icon span {
  font-size: 60px;
  margin: 0 30px;
}
.subscribe input[type="submit"] {
  padding: 12px 30px;
  border: 0;
  margin-left: -5px;
  background: #111;
  color: #fff;
}

.subscribe input[type="email"] {
  width: 70%;
  border: 0;
  padding: 12px;
  background: #a0a0a0;
}
.subscribe input[type="tel"] {
    width: 70%;
    border: 0;
    padding: 12px;
    background: #a0a0a0;
}
.subscribe input[type="session"] {
    width: 70%;
    border: 0;
    padding: 12px;
    background: #a0a0a0;
}

.subscribe input[type="text"] {
    width: 70%;
    border: 0;
    padding: 12px;
    background: #a0a0a0;
}

.subscribe input[type="password"] {
    width: 70%;
    border: 0;
    padding: 12px;
    background: #a0a0a0;
}
.subscribe button {
  padding: 12px 30px;
  border: 0;
  margin-left: -5px;
  background: #111;
  color: #fff;
}




/* -------------------------------------------------------
                    Price
-------------------------------------------------------- */
.price .prc-item {
  border: 1px solid #eee;
  border-radius: 4px;
  padding: 50px;
  text-align: center;
}
.price .prc-item .type {
  padding-bottom: 15px;
}
.price .prc-item .main-price {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  padding: 30px 0;
  margin: 25px auto;
}
.price .prc-item .main-price h3 {
  margin-bottom: 15px;
  font-size: 60px;
}
.price .prc-item .main-price h3 span {
  font-size: 20px;
  position: relative;
  margin-top: 0px;
}
.price .prc-item .main-price blockquote.ph3 {
  margin-bottom: 15px;
  font-size: 60px;
}
.price .prc-item .main-price blockquote.ph3 span {
  font-size: 20px;
  position: relative;
  margin-top: 0px;
}
.price .prc-item .main-price .per {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
}
.price .prc-item .features p {
  padding: 4px 0;
  font-size: 15px;
}
.price .button {
  width: 100%;
  border: 1px solid #eee;
  background: transparent;
  color: #444;
  padding: 14px;
  text-align: center;
  margin-top: 30px;
  -webkit-transition: all .5s;
  transition: all .5s;
}
.price .button:hover {
  background: #bfa67a;
  border-color: #bfa67a;
  color: #fff;
}
.price .active {
  background: #111;
  color: #eee;
}
.price .active .main-price {
  border-color: #555;
}
.price .active .button {
  background: #bfa67a;
  border-color: #bfa67a;
  color: #fff;
}

.price-center .prc-item {
  text-align: center;
}
.price-center .prc-item .main-price h3 {
  margin-bottom: 15px;
  display: block;
}
.price-center .prc-item .main-price blockquote.ph3 {
  margin-bottom: 15px;
  display: block;
}

/* -------------------------------------------------------
                     Contact 
-------------------------------------------------------- */
.contact-bg-img {
  background-image: url(../img/contact.jpg);
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  color: #eee;
}
.contact-bg-img:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(12, 12, 12, 0.7);
  z-index: 1;
}
.contact-bg-img .container {
  position: relative;
  z-index: 2;
}
.contact-bg-img .head h4,
.contact-bg-img .head blockquote.ph4  {
  color: #eee;
}
.contact-bg-img .info {
  margin-bottom: 80px;
}
.contact-bg-img .info .item span {
  font-size: 30px;
  margin-bottom: 30px;
}
.contact-bg-img .info .item p {
  color: #eee;
}
.contact-bg-img input, .contact-bg-img textarea {
  width: 100%;
  border: 0;
  border-bottom: 1px solid #999;
  background: transparent;
  padding: 10px;
  margin: 0;
  margin-bottom: 10px;
}
.contact-bg-img input:focus, .contact-bg-img textarea:focus {
  border-color: #bfa67a;
}
.contact-bg-img textarea {
  max-width: 100%;
  max-height: 120px;
  height: 120px;
}
.contact-bg-img input[type="submit"] {
  background: transparent;
  color: #eee;
  padding: 12px;
  margin-top: 10px;
  margin-bottom: 0;
  border: 1px solid #999;
  border-radius: 30px;
  -webkit-transition: all .5s;
  transition: all .5s;
}
.contact-bg-img input[type="submit"]:hover {
  background: #fff;
  color: #111;
}

.contact .info {
  margin-bottom: 80px;
}
.contact .info .item span {
  font-size: 30px;
  margin-bottom: 30px;
}
.contact .info .item p {
  color: #222;
}
.contact form {
  padding: 100px 50px;
  -webkit-box-shadow: 0px 0px 40px #f4f4f4;
          box-shadow: 0px 0px 40px #f4f4f4;
}
.contact input, .contact textarea {
  width: 100%;
  border: 0;
  border: 1px solid #f4f4f4;
  background: #f4f4f4;
  padding: 10px;
  margin: 0;
  margin-bottom: 10px;
  -webkit-transition: all .5s;
  transition: all .5s;
}
.contact input:focus, .contact textarea:focus {
  border-bottom-color: #999;
}
.contact textarea {
  max-width: 100%;
  max-height: 160px;
  height: 160px;
}
.contact input[type="submit"] {
  background: #111;
  border: 1px solid #111;
  border-radius: 30px;
  padding: 12px 0;
  color: #fff;
  margin-bottom: 0;
  -webkit-transition: all .5s;
  transition: all .5s;
}
.contact input[type="submit"]:hover {
  background: #bfa67a;
  border-color: #bfa67a;
}

/* -------------------------------------------------------
                    Footer
-------------------------------------------------------- */
footer {
  background: #111;
  color: #fff;
}
footer .main-footer {
  padding: 80px 0;
}
footer .main-footer .logo {
  width: 120px;
  margin-bottom: 15px;
}
footer .main-footer .social-icon span {
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #888;
  background: #151515;
  -webkit-transition: all .5s;
  transition: all .5s;
}
footer .main-footer .social-icon span:hover {
  background: #bfa67a;
  color: #fff;
}
footer .sub-footer {
  text-align: center;
  padding: 20px 0;
  border-top: 2px solid #151515;
}

/* -------------------------------------------------------
                     Responsive 
-------------------------------------------------------- */
@media screen and (max-width: 767px) {
  .navbar-custom .logo {
    margin-left: 20px;
  }
  .navbar-custom .logo2 {
    margin-left: 20px;
  }
  .navbar-custom .navbar-toggle {
    background: none;
    margin-top: 15px;
    border: none;
  }
  .navbar-custom .navbar-toggle:hover, .navbar-custom .navbar-toggle:focus {
    background: transparent;
  }
  .navbar-custom .navbar-toggle .icon-bar {
    background: #000;
  }
  .navbar-custom .navbar-nav li a {
    color: #111 !important;
  }
  .navbar-custom .navbar-nav > li > a {
    padding-bottom: 0 !important;
  }
  .navbar-custom .navbar-collapse {
    text-align: center;
    border: none;
    background: #fff;
    margin-top: 5px;
  }
  .navbar-custom .nav .dropdown .dropdown-menu {
    text-align: center;
    margin-top: 20px;
  }

  .nav-scroll .navbar-toggle .icon-bar {
    background: #111;
  }

  .header h1 {
    font-size: 50px !important;
    line-height: 1.8;
  }
   .header blockquote.ph1 {
    font-size: 50px !important;
    line-height: 1.8;
  }

  .header h6,
  .header blockquote.ph6 {
    font-size: 16px;
  }

  .services-tab .tabs-icon li,
  .mp-serv-tab .tabs-icon li,
  .portfolio .filtering span,
  .contact .info .item,
  .contact-bg-img .info .item {
    margin-bottom: 30px;
  }

  .services-tab .tabs-icon li,
  .mp-serv-tab .tabs-icon li {
    padding: 0 20px;
  }

  .bloks .blok2-content .skills .item .skills-progress {
    width: 100%;
  }

  .subscribe .social-icon span {
    font-size: 40px;
    margin: 0 15px;
  }

  .contact-bg-img .info .item span {
    margin-bottom: 15px;
  }

  .portfolio .item-img {
    width: 100%;
    padding: 4px 0;
  }

  .portfolio .filtering span {
    padding: 5px 15px;
    margin: 0;
    font-size: 14px;
  }

  .mp-hero .content {
    padding: 0;
  }

  .ht-center ul li {
    margin: 0 15px 15px !important;
  }
    
  .bloks .blok1-content {
    padding: 20px 20px 0 !important;
  }

  .services-content .item .content h3 {
    font-weight: 700;
    font-size: 20px !important;
  }

  .services-content .item .content blockquote.ph3 {
    font-weight: 700;
    font-size: 20px !important;
  }
  .services-tab .services-content .item .content .bord {
    padding: 20px 10px !important;

}

}
@media screen and (max-width: 991px) {
  .header, .sub-header, .contact-bg-img {
    background-position: 50% 50% !important;
  }

  .hero .content {
    padding: 0;
  }

  .we-do .item {
    margin-bottom: 100px;
  }

  .bloks .blok2-img {
    margin-top: -30px;
  }

  .hero-v2 .item,
  .hero-tab .hero-img,
  .hero-blok .blok-img,
  .hb-gray .blok-info,
  .serv-bloks .item,
  .portfolio .process-info,
  .team .item,
  .team1 .item,
  .numbers .item,
  .price .prc-item,
  .blog-v1 .item,
  .blog .item,
  .mp-process .item {
    margin-bottom: 50px;
  }

  .numbers .item {
    border: 0;
  }

  .posts {
    margin-bottom: 80px;
    padding: 0;
  }

  .side-bar {
    padding: 0;
  }

}
/* -------------------------------------------------------
                     The End 
-------------------------------------------------------- */
#cookiedingsbums a {color:#000; text-decoration:none;}

#cookiedingsbums a:hover {text-decoration:underline;}

#cookiedingsbums div {padding:10px; padding-right:40px;}

#cookiedingsbums { 
   outline: 1px solid #7b92a9; 
   text-align:right; 
   border-top:1px solid #fff;
   background: #d6e0eb; 
   background: -moz-linear-gradient(top, #d6e0eb 0%, #f2f6f9 100%); 
   background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d6e0eb), color-stop(100%,#f2f6f9)); 
   background: -webkit-linear-gradient(top, #d6e0eb 0%,#f2f6f9 100%); 
   background: -o-linear-gradient(top, #d6e0eb 0%,#f2f6f9 100%);
   background: -ms-linear-gradient(top, #d6e0eb 0%,#f2f6f9 100%); 
   background: linear-gradient(to bottom, #d6e0eb 0%,#f2f6f9 100%); 
   filter: progid:DXImageTransform.Microsoft.gradient(   startColorstr='#d6e0eb', endColorstr='#f2f6f9',GradientType=0 ); 
   position:fixed;
   bottom:0px; 
   z-index:10000; 
   width:100%; 
   font-size:12px; 
   line-height:16px;}

#cookiedingsbumsCloser {
   color: #777;
   font: 14px/100% arial, sans-serif;
   position: absolute;
   right: 5px;
   text-decoration: none;
   text-shadow: 0 1px 0 #fff;
   top: 5px;
   cursor:pointer;
   border-top:1px solid white; 
   border-left:1px solid white; 
   border-bottom:1px solid #7b92a9; 
   border-right:1px solid #7b92a9; 
   padding:4px;
   background: #ced6df; /* Old browsers */
   background: -moz-linear-gradient(top, #ced6df0%, #f2f6f9 100%); 
   background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ced6df), color-stop(100%,#f2f6f9)); 
   background: -webkit-linear-gradient(top, #ced6df0%,#f2f6f9 100%); 
   background: -o-linear-gradient(top, #ced6df0%,#f2f6f9 100%); 
   background: -ms-linear-gradient(top, #ced6df0%,#f2f6f9 100%); 
   background: linear-gradient(to bottom, #ced6df0%,#f2f6f9 100%); 
   filter: progid:DXImageTransform.Microsoft.gradient(    startColorstr='#ced6df', endColorstr='#f2f6f9',GradientType=0 ); 
 }

#cookiedingsbumsCloser:hover {border-bottom:1px solid white; border-right:1px solid white; border-top:1px solid #7b92a9; border-left:1px solid #7b92a9;}





/* Styles the thumbnail */

a.lightbox img {
height: 150px;
border: 3px solid white;
box-shadow: 0px 0px 8px rgba(0,0,0,.3);
margin: 94px 20px 20px 20px;
}

/* Styles the lightbox, removes it from sight and adds the fade-in transition */

.lightbox-target {
position: fixed;
top: -100%;
width: 100%;
background: rgba(0,0,0,.7);
width: 100%;
opacity: 0;
-webkit-transition: opacity .5s ease-in-out;
-moz-transition: opacity .5s ease-in-out;
-o-transition: opacity .5s ease-in-out;
transition: opacity .5s ease-in-out;
overflow: hidden;
}



.lb-album{
  width: 900px;
  margin: 0 auto;
  font-family: 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif;
}
.lb-album li{
  float: left;
  margin: 5px;
  position: relative;
}
.lb-album li > a,
.lb-album li > a img{
  display: block;
}
.lb-album li > a{
  width: 150px;
  height: 150px;
  position: relative;
  padding: 10px;
  background: #f1d2c2;
  -webkit-box-shadow: 1px 1px 2px #fff, 1px 1px 2px rgba(158,111,86,0.3) inset;
  -moz-box-shadow: 1px 1px 2px #fff, 1px 1px 2px rgba(158,111,86,0.3) inset;
  box-shadow: 1px 1px 2px #fff, 1px 1px 2px rgba(158,111,86,0.3) inset;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px 4px 4px 4px;
}
.lb-album li > a span{
  position: absolute;
  width: 150px;
  height: 150px;
  top: 10px;
  left: 10px;
  text-align: center;
  line-height: 150px;
  color: rgba(27,54,81,0.8);
  text-shadow: 0px 1px 1px rgba(255,255,255,0.6);
  font-size: 24px;
  opacity: 0;
  filter: alpha(opacity=0); /* internet explorer */
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=0)"; /*IE8*/
  background: rgb(241,210,194);
  background: -moz-radial-gradient(center, ellipse cover, rgba(255,255,255,0.56) 0%, rgba(241,210,194,1) 100%);
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(255,255,255,0.56)), color-stop(100%,rgba(241,210,194,1)));
  background: -webkit-radial-gradient(center, ellipse cover, rgba(255,255,255,0.56) 0%,rgba(241,210,194,1) 100%);
  background: -o-radial-gradient(center, ellipse cover, rgba(255,255,255,0.56) 0%,rgba(241,210,194,1) 100%);
  background: -ms-radial-gradient(center, ellipse cover, rgba(255,255,255,0.56) 0%,rgba(241,210,194,1) 100%);
  background: radial-gradient(center, ellipse cover, rgba(255,255,255,0.56) 0%,rgba(241,210,194,1) 100%);
  -webkit-transition: opacity 0.3s linear;
  -moz-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  -ms-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}
.lb-album li > a:hover span{
  opacity: 1;
  filter: alpha(opacity=99); /* internet explorer */
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=99)"; /*IE8*/
}
.lb-overlay{
  width: 0px;
  height: 0px;
  position: fixed;
  overflow: hidden;
  left: 0px;
  top: 0px;
  padding: 0px;
  z-index: 99;
  text-align: center;
  background: rgb(74, 74, 74);
  background: -moz-radial-gradient(center, ellipse cover, rgba(255,255,255,0.56) 0%, rgb(74, 74, 74) 100%);
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(255,255,255,0.56)), color-stop(100%,rgb(74, 74, 74)));
  background: -webkit-radial-gradient(center, ellipse cover, rgba(255,255,255,0.56) 0%,rgb(74, 74, 74) 100%);
  background: -o-radial-gradient(center, ellipse cover, rgba(255,255,255,0.56) 0%,rgb(74, 74, 74) 100%);
  background: -ms-radial-gradient(center, ellipse cover, rgba(255,255,255,0.56) 0%,rgb(74, 74, 74) 100%);
  background: radial-gradient(center, ellipse cover, rgba(255,255,255,0.56) 0%,rgb(74, 74, 74) 100%);
}
.lb-overlay > div{
  position: relative;
  color: #fff;
  opacity: 0;
  filter: alpha(opacity=0); /* internet explorer */
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=0)"; /*IE8*/
  width: 550px;
  margin: 10px auto 0px auto;
  -webkit-transition: opacity 0.3s linear 1.3s;
  -moz-transition: opacity 0.3s linear 1.3s;
  -o-transition: opacity 0.3s linear 1.3s;
  -ms-transition: opacity 0.3s linear 1.3s;
  transition: opacity 0.3s linear 1.3s;
}
.lb-overlay div h3,
.lb-overlay div p,
.lb-overlay div blockquote.ph3{
  padding: 0px 20px;
  width: 200px;
  height: 60px;
  color: #fff;
}

.lb-overlay div h3,
.lb-overlay div blockquote.ph3{
  font-size: 36px;
  float: left;
  text-align: right;
  
}
.lb-overlay div h3 span,
.lb-overlay div blockquote.ph3 span,
.lb-overlay div p{
  font-size: 16px;
  font-family: Constantia, Palatino, "Palatino Linotype", "Palatino LT STD", Georgia, serif;
  font-style: italic;
}
.lb-overlay div h3 span,
.lb-overlay div blockquote.ph3 span{
  display: block;
  line-height: 6px;
}
.lb-overlay div p{
  text-align: left;
  float: left;
  width: 260px;
}
.lb-overlay a.lb-close{
  z-index: 1001;
  color: #fff;
  position: absolute;
  top: 43px;
  left: 50%;
  font-size: 15px;
  line-height: 26px;
  text-align: center;
  height: 23px;
  overflow: hidden;
  margin-left: -25px;
  opacity: 0;

  -webkit-transition: opacity 0.3s linear 1.2s;
  -moz-transition: opacity 0.3s linear 1.2s;
  -o-transition: opacity 0.3s linear 1.2s;
  -ms-transition: opacity 0.3s linear 1.2s;
  transition: opacity 0.3s linear 1.2s;
}
.lb-overlay img{
  /* height: 100%; For Opera max-height does not seem to work */
  max-height: 100%;
  position: relative;
  -webkit-box-shadow: 1px 1px 4px rgba(0,0,0,0.3);
  -moz-box-shadow: 1px 1px 4px rgba(0,0,0,0.3);
  box-shadow: 0px 2px 7px rgba(0,0,0,0.2);

}

img{
    height: auto !important;
    width: auto !important;;
    max-width: 100% !important;;
    max-height: 100% !important;;
}

.lb-overlay:target {
  width: auto;
  height: auto;
  bottom: 0px;
  right: 0px;
  padding: 80px 100px 120px 100px;
}
.lb-overlay:target img {
  -webkit-animation: fadeInScale 1.2s ease-in-out;
  -moz-animation: fadeInScale 1.2s ease-in-out;
  -o-animation: fadeInScale 1.2s ease-in-out;
  -ms-animation: fadeInScale 1.2s ease-in-out;
  animation: fadeInScale 1.2s ease-in-out;
}
.lb-overlay:target a.lb-close,
.lb-overlay:target > div{
  opacity: 1;
  filter: alpha(opacity=99); /* internet explorer */
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=99)"; /*IE8*/
}
@-webkit-keyframes fadeInScale {
  0% { -webkit-transform: scale(0.6); opacity: 0; }
  100% { -webkit-transform: scale(1); opacity: 1; }
}
@-moz-keyframes fadeInScale {
  0% { -moz-transform: scale(0.6); opacity: 0; }
  100% { -moz-transform: scale(1); opacity: 1; }
}
@-o-keyframes fadeInScale {
  0% { -o-transform: scale(0.6); opacity: 0; }
  100% { -o-transform: scale(1); opacity: 1; }
}
@-ms-keyframes fadeInScale {
  0% { -ms-transform: scale(0.6); opacity: 0; }
  100% { -ms-transform: scale(1); opacity: 1; }
}
@keyframes fadeInScale {
  0% { transform: scale(0.6); opacity: 0; }
  100% { transform: scale(1); opacity: 1; }
}

/* 
  100% Height for Opera as the max-height seems to be ignored, not optimal for large screens 
  http://bricss.net/post/11230266445/css-hack-to-target-opera 
*/
x:-o-prefocus, .lb-overlay img {
    height: 100%;
}

.closeall {
  display: block;
  height: 100%;

}

.cc-window {
  opacity: 1;
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease
}

.cc-window.cc-invisible {
  opacity: 0
}

.cc-animate.cc-revoke {
  -webkit-transition: transform 1s ease;
  -webkit-transition: -webkit-transform 1s ease;
  transition: -webkit-transform 1s ease;
  transition: transform 1s ease;
  transition: transform 1s ease, -webkit-transform 1s ease
}

.cc-animate.cc-revoke.cc-top {
  -webkit-transform: translateY(-2em);
  transform: translateY(-2em)
}

.cc-animate.cc-revoke.cc-bottom {
  -webkit-transform: translateY(2em);
  transform: translateY(2em)
}

.cc-animate.cc-revoke.cc-active.cc-top {
  -webkit-transform: translateY(0);
  transform: translateY(0)
}

.cc-animate.cc-revoke.cc-active.cc-bottom {
  -webkit-transform: translateY(0);
  transform: translateY(0)
}

.cc-revoke:hover {
  -webkit-transform: translateY(0);
  transform: translateY(0)
}

.cc-grower {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 1s;
  transition: max-height 1s
}

.cc-revoke,
.cc-window {
  position: fixed;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: Helvetica, Calibri, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  z-index: 9999
}

.cc-window.cc-static {
  position: static
}

.cc-window.cc-floating {
  padding: 2em;
  max-width: 24em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

.cc-window.cc-banner {
  padding: 1em 1.8em;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row
}

.cc-revoke {
  padding: .5em
}

.cc-revoke:hover {
  text-decoration: underline
}

.cc-header {
  font-size: 18px;
  font-weight: 700
}

.cc-btn,
.cc-close,
.cc-link,
.cc-revoke {
  cursor: pointer
}

.cc-link {
  opacity: .8;
  display: inline-block;
  padding: .2em;
  text-decoration: underline
}

.cc-link:hover {
  opacity: 1
}

.cc-link:active,
.cc-link:visited {
  color: initial
}

.cc-btn {
  display: block;
  padding: .4em .8em;
  font-size: .9em;
  font-weight: 700;
  border-width: 2px;
  border-style: solid;
  text-align: center;
  white-space: nowrap
}

.cc-highlight .cc-btn:first-child {
  background-color: transparent;
  border-color: transparent
}

.cc-highlight .cc-btn:first-child:focus,
.cc-highlight .cc-btn:first-child:hover {
  background-color: transparent;
  text-decoration: underline
}

.cc-close {
  display: block;
  position: absolute;
  top: .5em;
  right: .5em;
  font-size: 1.6em;
  opacity: .9;
  line-height: .75
}

.cc-close:focus,
.cc-close:hover {
  opacity: 1
}

.cc-revoke.cc-top {
  top: 0;
  left: 3em;
  border-bottom-left-radius: .5em;
  border-bottom-right-radius: .5em
}

.cc-revoke.cc-bottom {
  bottom: 0;
  left: 3em;
  border-top-left-radius: .5em;
  border-top-right-radius: .5em
}

.cc-revoke.cc-left {
  left: 3em;
  right: unset
}

.cc-revoke.cc-right {
  right: 3em;
  left: unset
}

.cc-top {
  top: 1em
}

.cc-left {
  left: 1em
}

.cc-center { 
  left: 50%;
  transform: translate(-50%);
}

.cc-right {
  right: 1em
}

.cc-bottom {
  bottom: 1em
}

.cc-floating>.cc-link {
  margin-bottom: 1em
}

.cc-floating .cc-message {
  display: block;
  margin-bottom: 1em
}

.cc-window.cc-floating .cc-compliance {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto
}

.cc-window.cc-banner {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.cc-banner.cc-top {
  left: 0;
  right: 0;
  top: 0
}

.cc-banner.cc-bottom {
  left: 0;
  right: 0;
  bottom: 0
}

.cc-banner .cc-message {
  display: block;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  max-width: 100%;
  margin-right: 1em
}

.cc-compliance {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: justify;
  align-content: space-between
}

.cc-floating .cc-compliance>.cc-btn {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1
}

.cc-btn+.cc-btn {
  margin-left: .5em
}

@media print {
  .cc-revoke,
  .cc-window {
    display: none
  }
}

@media screen and (max-width:900px) {
  .cc-btn {
    white-space: normal
  }
}

@media screen and (max-width:414px) and (orientation:portrait),
screen and (max-width:736px) and (orientation:landscape) {
  .cc-window.cc-top {
    top: 0
  }
  .cc-window.cc-bottom {
    bottom: 0
  }
  .cc-window.cc-banner,
  .cc-window.cc-floating,
  .cc-window.cc-left,
  .cc-window.cc-right {
    /*left: 0;
    right: 0*/
  }
  .cc-window.cc-banner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
  .cc-window.cc-banner .cc-compliance {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
  }
  .cc-window.cc-floating {
    max-width: none
  }
  .cc-window .cc-message {
    margin-bottom: 1em
  }
  .cc-window.cc-banner {
    -webkit-box-align: unset;
    -ms-flex-align: unset;
    align-items: unset
  }
  .cc-window.cc-banner .cc-message {
    margin-right: 0
  }
}

.cc-floating.cc-theme-classic {
  padding: 1.2em;
  border-radius: 5px
}

.cc-floating.cc-type-info.cc-theme-classic .cc-compliance {
  text-align: center;
  display: inline;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none
}

.cc-theme-classic .cc-btn {
  border-radius: 5px
}

.cc-theme-classic .cc-btn:last-child {
  min-width: 140px
}

.cc-floating.cc-type-info.cc-theme-classic .cc-btn {
  display: inline-block
}

.cc-theme-edgeless.cc-window {
  padding: 0
}

.cc-floating.cc-theme-edgeless .cc-message {
  margin: 2em;
  margin-bottom: 1.5em
}

.cc-banner.cc-theme-edgeless .cc-btn {
  margin: 0;
  padding: .8em 1.8em;
  height: 100%
}

.cc-banner.cc-theme-edgeless .cc-message {
  margin-left: 1em
}

.cc-floating.cc-theme-edgeless .cc-btn+.cc-btn {
  margin-left: 0
}