/*------------------------------------------------------------------
[Master Stylesheet]

Project:	Photobooth
Version:	1.1
Last change:	23/11/2016   
Primary use:	Photobooth
-------------------------------------------------------------------*/
/*------------------------------------------------------------------
[Table of contents]
1. EFFECTS
2. COLORS
3. GENERAL
4. HEADER
5. INDEX PAGE
6. PHOTOGRAPHY PAGE
7. GALLERY PAGE	
8. GALLERY HORIZONTAL
9. PORTFOLIO MASONRY
10. ABOUT US
11. BLOG LIST
12. BLOG SINGLE
13. PORTFOLIO
14. CONTACT
15. FOOTER BAR 
16. LANDING
17. 404 PAGE
18. COMING SOON 

-------------------------------------------------------------------*/
/*
EFFECTS
*/
.p-transtion, h1, h2, h3, h4, h5, h6, a, i, .p-nav_icon span, .p-gallery_list > div .p-gallery_info, .p-blog_list_single .p-blog_detail, .p-landing_single_outer {
  transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out; }

.p-transtion_fast {
  transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out; }

/*
COLORS
*/
/*
GENERAL
*/
body {
  font-family: "Droid Serif", "sans-serif";
  font-size: 13px;
  color: #808080;
  background: #fff; }

h1 {
  text-transform: uppercase;
  font-size: 60px; }

h2 {
  font-size: 50px; }

h3 {
  font-size: 40px; }

h4 {
  font-size: 30px; }

h5 {
  font-size: 20px; }

h6 {
  font-size: 16px; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Montserrat", "sans-serif";
  color: #000000;
  margin-top: 0;
  margin-bottom: 15px; }

ul {
  list-style: disc; }

p {
  line-height: 22px;
  margin: 0px 0 20px 0;
  font-size: 13px;
  color: #616161; }

.fa-twitter {
  color: #55acee; }

.fa-google-plus {
  color: #dc4e41; }

.fa-facebook {
  color: #3b5998; }

.fa-pinterest {
  color: #e58076; }

.fa-instagram {
  color: #4b7699; }

.p-section_title h3 {
  font-size: 25px;
  font-weight: bold;
  text-transform: uppercase; }
.p-section_title h3:before {
  content: "";
  width: 10px;
  height: 20px;
  background: #18bd95;
  display: inline-block;
  margin-right: 12px;
  position: relative;
  top: 1px; }

.p-button {
  background: #18bd95;
  color: #ffffff;
  display: inline-block;
  padding: 12px 15px;
  font-family: "Montserrat", "sans-serif";
  text-transform: uppercase; }

.p-section_head h2 {
  font-size: 25px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  background: url("../images/camera_bg.png") no-repeat;
  line-height: 57px;
  height: 57px;
  margin-bottom: 40px;
  background-position: center top; }

/* HEADER */
.p-header_top {
  border-bottom: 1px solid #eeeeee;
  padding: 18px 0; }
  .p-header_top .p-header_info span, .p-header_top .p-header_info a {
    font-family: "Montserrat", "sans-serif";
    color: #1a1a1a; }
  .p-header_top .p-header_info a:hover {
    color: #18bd95; }
  .p-header_top .p-header_social {
    padding-left: 0;
    text-align: right; }
    .p-header_top .p-header_social > li {
      display: inline-block;
      margin-left: 15px; }

.p-header_nav {
  padding: 30px 0; }
  .p-header_nav nav {
    padding-top: 15px; }
    .p-header_nav nav > ul {
      padding-left: 0;
      float: right; }
      .p-header_nav nav > ul > li {
        display: inline-block;
        margin-left: 30px;
        padding-bottom: 8px; }
        .p-header_nav nav > ul > li > a {
          font-family: "Montserrat", "sans-serif";
          display: inline-block;
          color: #000;
          font-size: 12px;
          text-transform: uppercase;
          letter-spacing: 1px; }
        .p-header_nav nav > ul > li > a:hover {
          color: #18bd95; }
        .p-header_nav nav > ul > li ul {
          display: none;
          padding-left: 0;
          background: #000000 none repeat scroll 0 0;
          max-width: 150px;
          position: absolute;
          top: 40px;
          width: 100%;
          z-index: 99999; }
          .p-header_nav nav > ul > li ul li {
            padding: 10px 15px;
            list-style: none;
            border-bottom: 1px solid #ccc; }
            .p-header_nav nav > ul > li ul li a {
              display: block; }
            .p-header_nav nav > ul > li ul li a {
              color: #18bd95; }
          .p-header_nav nav > ul > li ul li:hover {
            background: #18bd95; }
            .p-header_nav nav > ul > li ul li:hover a {
              color: #000; }
          .p-header_nav nav > ul > li ul li:last-child {
            border-bottom: none; }
      .p-header_nav nav > ul > li:hover ul {
        display: block; }
      .p-header_nav nav > ul li.p-active a {
        color: #18bd95; }
  .p-header_nav nav:after {
    clear: both;
    display: block;
    content: ""; }

.p-slider_content {
  position: absolute;
  bottom: 95px;
  width: 100%;
  left: 0; }
  .p-slider_content .p-slider_text {
    display: inline-block;
    background-color: rgba(0, 0, 0, 0.7);
    padding: 30px;
    border-bottom: 4px solid #18bd95; }
    .p-slider_content .p-slider_text h2 {
      font-size: 27px;
      text-transform: uppercase;
      color: #fff;
      font-weight: bold;
      margin: auto;
      line-height: 30px; }
    .p-slider_content .p-slider_text span {
      color: #18bd95;
      display: block; }

.bx-controls.bx-has-pager {
  margin: auto;
  max-width: 1170px;
  position: relative; }
  .bx-controls.bx-has-pager .bx-pager {
    text-align: left; }
  .bx-controls.bx-has-pager .bx-pager.bx-default-pager a {
    background: #000000 none repeat scroll 0 0;
    border: medium none;
    border-radius: 0;
    height: 7px;
    width: 40px; }
  .bx-controls.bx-has-pager .bx-pager.bx-default-pager a:hover, .bx-controls.bx-has-pager .bx-pager.bx-default-pager a.active, .bx-controls.bx-has-pager .bx-pager.bx-default-pager a:focus {
    background: #18bd95; }

.p-nav_icon {
  display: none; }

/*t edit*/

.single_post_cover .p-blog_list_img {
  width: 100%;
}
.single_post_cover .p-blog_list_detail {
  margin-bottom: 0;
  margin-left: 0;
  margin-top: 20px;
  width: 100%;
}
.p-page_inner .single_post_heading h4 a {
  font-size: 32px;
}
.p-page_inner .single_post_heading {
  margin-bottom: 30px;
}
.tags_box_cover a {
  padding: 10px 20px;
  background-color: #e1e1e1;
  color: #4d4d4d;
  border-radius: 4px;  
}
.tag_box > a {
  margin-right: 5px;
}
.tag_box > a:last-child {
  margin-right: 0;
}
.tag_heading {
  display: inline-block;
  font-size: 19px;
  margin-right: 6px;
}
.tags_box_cover .tag_box {
  display: inline-block;
}
.comments_cover {
  border-top: 1px solid #dcdcdc;
  margin-top: 35px;
  padding-top: 35px;
}
.comment_box_detail > div {
  display: inline-block;
}
.comment_name a {
  color: #3c3c3c;
  font-size: 15px;
  font-weight: 600;
}
.comment_heart {
  float: right;
}
.comment_heart i {
  margin-right: 3px;
}
.comment_name a::after {
  background-color: #a8a8a8;
  content: "";
  display: inline-block;
  height: 10px;
  margin: 0 10px;
  width: 1px;
}
.comment_reply > a {
  color: #18bd95;
  font-size: 14px;
  font-weight: 600;
}
.comment_box {
  padding-left: 80px;
  position: relative;
}
.comment_box .commenter_img {
  left: 0;
  position: absolute;
  top: 0;
}
.comment_count {
  font-size: 28px;
  font-weight: 900;
  margin-bottom: 45px;
}
.comments_cover .comment_box {
  margin-bottom: 60px;
}
.comment_box_reply {
  margin-left: 70px;
}
.comment_detail {
  border-top: 1px solid #d5d5d5;
  padding-top: 12px;
}
.comments_cover a:hover {
  color: #18bd95;
}
.comments_cover .comment_reply a:hover {
  color: #000;
}
.create_comment_cover {
  background-color: #f7f7f7;
  border-radius: 5px;
  margin: 46px 0;
  max-width: 470px;
  padding: 25px;
}
.create_comment_cover input {
  border: 0 none;
  margin-bottom: 10px;
  padding: 10px 15px;
  width: 100%;
}
.create_comment_cover textarea {
  border: 0 none;
  height: 139px;
  margin-bottom: 35px;
  padding: 10px 15px;
  resize: none;
  width: 100%;
}
.create_comment_cover input, .create_comment_cover textarea {
  font-size: 14px;
}
.create_comment_cover .comment_submit_btn {
  background-color: #3e3e3e;
  color: #fff;
  padding: 14px;
}
.create_comment_cover .comment_submit_btn:hover {
  background-color: #18bd95;
}
.tags_box_cover a:hover{
  background-color: #18bd95;
  color: #fff;
}







/*t edit end*/

/*responsive*/

@media (max-width: 1169px) {
  .p-header_nav nav ul li {
    margin-left: 20px; }

  .bx-controls.bx-has-pager {
    width: 96%; } }
@media (max-width: 1023px) {
  .p-header_nav nav ul li {
    margin-left: 10px; }
    .p-header_nav nav ul li a {
      font-size: 11px; } }
@media (min-width: 768px) {
  .p-header_nav nav {
    display: block !important; } }
@media (max-width: 767px) {
  .p-logo {
    text-align: center; }
    .p-logo a {
      display: inline-block; }

  .p-header_info {
    margin-bottom: 10px;
    text-align: center; }

  .p-header_top .p-header_social {
    text-align: center; }

  .p-slider_content {
    bottom: 0; }
    .p-slider_content .p-slider_text {
      padding: 10px; }
      .p-slider_content .p-slider_text h2 {
        font-size: 16px;
        line-height: 18px; }

  .bx-controls.bx-has-pager .bx-pager {
    bottom: auto;
    text-align: center;
    padding-top: 0;
    position: relative; }

  .p-header_nav .row {
    position: relative; }

  .p-nav_icon {
    border: 1px solid;
    display: block;
    height: 40px;
    left: 20px;
    line-height: 45px;
    padding: 0;
    position: absolute;
    text-align: center;
    top: 10px;
    width: 40px; }
    .p-nav_icon i {
      font-size: 26px;
      color: #000;
      cursor: pointer; }
    .p-nav_icon i:hover {
      color: #18bd95; }

  .p-nav_icon.p-icon_toggle .fa-times {
    display: inline-block; }

  .p-nav_icon.p-icon_toggle .fa-bars, .p-nav_icon .fa-times {
    display: none; }

  .p-header_nav nav {
    display: none;
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 9999; }
    .p-header_nav nav ul {
      width: 100%;
      float: none;
      background: #000; }
      .p-header_nav nav ul li {
        display: block;
        padding: 0px 0;
        margin: auto;
        border-bottom: 1px solid #323232; }
        .p-header_nav nav ul li a {
          color: #fff;
          padding: 10px 10px;
          font-size: 13px; }

  .p-header_nav nav > ul > li ul {
    position: static;
    display: block;
    max-width: 100%;
    background: #1f1f1f; }
    .p-header_nav nav > ul > li ul li {
      padding: 0px 5px;
      border-bottom: 1px solid #323232; } 
    .comment_box .commenter_img {
      max-width: 38px;
      width: 100%;
    }  
    .comment_box {
      padding-left: 55px;
    }
    .comment_box_reply {
      margin-left: 0;
    }
    .p-page_inner .single_post_heading h4 a {
      font-size: 19px;
    }
    .single_post_cover .p-blogpage_list_single {
      margin-bottom: 20px;
    }
    .comment_box_detail div {
      display: block;
      float: none;
    }
    .comment_name a::after {
      content: "";
      height: 0;
      margin: 0;
      width: 0;
    }
    .comment_name h6 {
      margin-bottom: 0;
    }
    .comment_box_detail > div {
      margin-bottom: 6px;
    }
    .single_post_cover .single_post_heading.p-blog_list_detail {
      margin-top: 0;
    }




}
/* SERVICES */
.p-services {
  margin-top: 50px;
  margin-bottom: 50px; }
  .p-services > div {
    border: 1px solid #f5f5f5;
    float: left;
    height: 290px;
    padding: 50px;
    width: 33%; }
    .p-services > div .p-service_img {
      line-height: 150px;
      min-height: 150px;
      position: relative;
      text-align: center;
      vertical-align: middle; }
      .p-services > div .p-service_img img {
        display: inline-block; }
    .p-services > div .p-service_text {
      color: #1a1a1a;
      line-height: 22px;
      margin: auto;
      max-width: 205px;
      text-align: center; }
  .p-services > div:nth-child(2n+1) {
    background: #fafafa none repeat scroll 0 0; }

@media (max-width: 1023px) {
  .p-services > div {
    padding: 20px; } }
@media (max-width: 767px) {
  .p-services {
    margin-left: auto;
    margin-right: auto; } }
@media (max-width: 639px) {
  .p-services {
    margin-left: auto;
    margin-right: auto; }
    .p-services > div {
      width: 100%; } }
/* ABOUT US */
.p-about_points > span {
  font-size: 15px;
  font-family: "Montserrat", "sans-serif";
  color: #000;
  margin-bottom: 15px;
  display: inline-block; }
.p-about_points ul {
  padding-left: 0;
  list-style: none;
  margin-bottom: 30px; }
  .p-about_points ul li {
    position: relative;
    color: #000;
    margin-bottom: 10px;
    padding-left: 18px; }
  .p-about_points ul li:before {
    content: "";
    display: inline-block;
    width: 10px;
    margin-right: 8px;
    position: absolute;
    left: 0;
    top: 4px;
    height: 10px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    background: #18bd95; }

.p-about_intro {
  margin-bottom: 120px; }
  .p-about_intro > div:first-child {
    padding-top: 60px; }

.p-box_fun, .p-why_choose {
  margin-bottom: 70px; }

.p-box_fun {
  position: relative; }
  .p-box_fun .p-fun_text {
    max-width: 750px;
    position: absolute;
    text-align: center;
    left: 0;
    right: 0;
    top: 170px;
    margin: auto;
    background: rgba(19, 187, 147, 0.5);
    padding: 20px 0; }
    .p-box_fun .p-fun_text span {
      font-size: 40px;
      text-transform: uppercase;
      color: #fff;
      font-family: "Montserrat", "sans-serif";
      text-shadow: 0 0px 5px #171717;
      -webkit-text-shadow: 0 0px 5px #171717; }

.p-our_booth {
  position: relative;
  padding-top: 75px;
  margin-bottom: 85px; }
  .p-our_booth > .container {
    position: relative;
    z-index: 999; }
    .p-our_booth > .container p {
      color: #fff; }
    .p-our_booth > .container .p-why_choose > div:first-child h3 {
      color: #fff; }
    .p-our_booth > .container .p-why_choose .p-about_img {
      padding-left: 80px; }
    .p-our_booth > .container .p-pera_text {
      padding-right: 80px; }

.p-our_booth:after {
  background: url("../images/booth_bg.jpg");
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  background-size: cover;
  width: 50%;
  height: 100%;
  content: ""; }

.p-our_booth::before {
  background: rgba(0, 0, 0, 0.85) none repeat scroll 0 0;
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
  width: 50%;
  z-index: 999; }

@media (max-width: 1169px) {
  .p-box_fun .p-fun_text {
    top: 80px; } }
@media (max-width: 1023px) {
  .p-our_booth > .container .p-why_choose .p-about_img {
    padding-left: 20px; }

  .p-our_booth > .container .p-pera_text {
    padding-right: 20px; } }
@media (max-width: 767px) {
  .p-about_img {
    display: none; }

  .p-box_fun .p-fun_text {
    top: auto;
    bottom: 0;
    padding: 5px 0; }
    .p-box_fun .p-fun_text span {
      font-size: 16px; }

  .p-our_booth::before, .p-our_booth::after {
    width: 100%; }

  .p-our_booth .p-about_img {
    display: block;
    margin-top: 50px; }
    .p-our_booth .p-about_img * {
      color: #fff; } }
/* GALLERY */
.p-gallery_list {
  margin-bottom: 105px; }
  .p-gallery_list > div {
    width: 25%;
    float: left;
    position: relative; }
    .p-gallery_list > div .p-gallery_info {
      text-align: center;
      line-height: 250px;
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      background: rgba(19, 187, 147, 0.77);
      opacity: 0; }
      .p-gallery_list > div .p-gallery_info > a {
        color: #fff;
        font-size: 20px;
        display: inline-block; }
      .p-gallery_list > div .p-gallery_info > a.p-gallery_heading {
        font-family: "Montserrat", "sans-serif"; }
      .p-gallery_list > div .p-gallery_info > a.p-gallery_heading:before {
        content: "/";
        margin: 0 10px; }
  .p-gallery_list > div:hover .p-gallery_info {
    opacity: 1; }

@media (max-width: 1169px) {
  .p-gallery_list > div .p-gallery_info {
    line-height: 150px; } }
@media (max-width: 767px) {
  .p-gallery_list > div {
    width: 50%; } }
/* BLOG */
.p-blog_list_single .p-blog_list_in {
  position: relative; }
  .p-blog_list_single .p-blog_list_in .p-blog_info {
    position: absolute;
    bottom: 0;
    background: rgba(0, 0, 0, 0.85);
    padding: 18px; }
    .p-blog_list_single .p-blog_list_in .p-blog_info a {
      font-size: 17px;
      color: #fff;
      font-family: "Montserrat", "sans-serif";
      text-transform: uppercase; }
    .p-blog_list_single .p-blog_list_in .p-blog_info a:hover {
      color: #18bd95; }
    .p-blog_list_single .p-blog_list_in .p-blog_info a:before {
      content: "";
      width: 7px;
      height: 15px;
      background: #18bd95;
      display: inline-block;
      margin-right: 5px;
      position: relative;
      top: 1px; }
    .p-blog_list_single .p-blog_list_in .p-blog_info p {
      line-height: 18px;
      margin-bottom: 0;
      margin-top: 5px; }
.p-blog_list_single .p-blog_detail {
  background: #000;
  padding: 8px 15px; }
  .p-blog_list_single .p-blog_detail span {
    font-size: 11px;
    color: #fff; }
  .p-blog_list_single .p-blog_detail i.fa {
    color: #18bd95;
    font-size: 13px;
    margin-right: 3px; }
  .p-blog_list_single .p-blog_detail .p-date_blog {
    float: right; }

.p-blog_list {
  margin-bottom: 110px; }

.p-blog_list_single:hover .p-blog_detail {
  background: #18bd95; }
.p-blog_list_single:hover i.fa {
  color: #000; }

.p-blog_list_single::before {
  background: #e5e5e5;
  bottom: -10px;
  content: "";
  height: 10px;
  position: absolute;
  right: 5px;
  width: calc(100% - 45px); }

.p-blog_list_single::after {
  background: #e5e5e5;
  bottom: -10px;
  content: "";
  height: calc(100% - 15px);
  position: absolute;
  right: 5px;
  width: 10px; }

@media (max-width: 1023px) {
  .p-blog_list_single > div {
    margin: auto;
    max-width: 276px; }
  .p-blog_list_single > div.p-blog_detail {
    margin-bottom: 25px; }

  .p-blog_list_single::after, .p-blog_list_single::before {
    display: none; } }
/* TESTIMONIAL */
.p-testimonial_list {
  padding: 50px 50px 50px 80px;
  box-shadow: 0 0 5px #cecece;
  -webkit-box-shadow: 0 0 5px #cecece;
  background: #ffffff none repeat scroll 0 0;
  margin: auto; }
  .p-testimonial_list .owl-dot {
    background: #cccccc none repeat scroll 0 0;
    display: inline-block;
    height: 5px;
    margin: 0 5px;
    position: relative;
    top: 25px;
    width: 33px; }
  .p-testimonial_list .owl-dot:hover, .p-testimonial_list .owl-dot.active {
    background: #18bd95; }

.p-testimonial_single .p-testimonial_text {
  padding-left: 150px;
  position: relative; }
  .p-testimonial_single .p-testimonial_text img {
    position: absolute;
    left: 0;
    top: 0;
    width: auto;
    max-width: 103px; }
  .p-testimonial_single .p-testimonial_text p {
    max-width: 665px;
    color: #000; }
  .p-testimonial_single .p-testimonial_text h5 {
    font-size: 15px;
    display: inline-block;
    color: #000;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #18bd95;
    padding-right: 50px; }
  .p-testimonial_single .p-testimonial_text span {
    display: block;
    color: #989898; }

.p-testimonial {
  background: #ffffff none repeat scroll 0 0;
  position: relative;
  z-index: 9999; }

@media (max-width: 767px) {
  .p-testimonial_single {
    padding: 20px; }
    .p-testimonial_single .p-testimonial_text {
      padding-left: 0; }
      .p-testimonial_single .p-testimonial_text img {
        position: static; } }
/* SEARCH */
.p-search {
  background: url("../images/search_bg.jpg") no-repeat;
  margin-top: -135px;
  padding-top: 200px;
  padding-bottom: 40px;
  position: relative; }
  .p-search form {
    position: relative;
    z-index: 99;
    box-shadow: 0 0 5px #5a5a5a;
    -webkit-box-shadow: 0 0 5px #5a5a5a; }
    .p-search form input[type="text"] {
      width: calc(100% - 115px);
      display: block;
      float: left;
      background: #fff;
      height: 40px;
      padding: 10px 15px;
      border: none; }
    .p-search form input[type="submit"] {
      background: #18bd95;
      height: 40px;
      padding: 10px 15px;
      border: none;
      color: #fff;
      width: 115px;
      font-family: "Montserrat", "sans-serif";
      font-size: 12px;
      letter-spacing: 0.5px; }

.p-search:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background: rgba(19, 187, 147, 0.77);
  background-size: cover; }

.p-search input::-moz-placeholder {
  opacity: 1; }

.p-search input::-webkit-placeholder {
  opacity: 1; }

/* FOOTER */
.p-footer {
  background: #030303;
  padding-top: 50px; }
  .p-footer h4 {
    color: #d0d0d0;
    font-size: 19px;
    margin-top: 0;
    padding-bottom: 20px;
    margin-bottom: 25px;
    position: relative; }
  .p-footer h4:after {
    content: "";
    display: block;
    position: absolute;
    background: #1f1f1f;
    width: 38px;
    height: 1px;
    bottom: 0;
    left: 0; }
  .p-footer ul {
    padding-left: 0;
    list-style: none; }
    .p-footer ul a {
      color: #6a6969; }
    .p-footer ul a:hover {
      color: #18bd95; }
  .p-footer ul.p-footer_info li {
    line-height: 22px; }
    .p-footer ul.p-footer_info li a {
      display: inline-block;
      position: relative;
      padding-left: 20px; }
    .p-footer ul.p-footer_info li a:before {
      content: ":"; }
    .p-footer ul.p-footer_info li i {
      position: absolute;
      left: 0;
      top: 4px; }
  .p-footer .p-footer_social li {
    margin-bottom: 8px; }
    .p-footer .p-footer_social li a {
      display: inline-block;
      margin-right: 15px;
      width: 30px;
      height: 30px;
      text-align: center;
      border: 1px solid #141414;
      line-height: 30px; }
    .p-footer .p-footer_social li a:hover {
      color: #18bd95;
      border-color: #18bd95; }
  .p-footer .p-links li {
    line-height: 24px;
    display: inline-block;
    width: 45%; }
  .p-footer .p-insta li {
    display: inline-block;
    margin-bottom: 6px; }
  .p-footer .p-copyright {
    background: #000000;
    margin-top: 20px;
    padding: 10px 0; }
    .p-footer .p-copyright p {
      margin-bottom: 0; }

@media (max-width: 1169px) {
  .p-footer .p-links li {
    width: 100%; } }
@media (max-width: 1023px) {
  .p-footer .row > div {
    min-height: 240px; }

  .p-footer .p-links li {
    width: 48%; } }
@media (max-width: 1023px) {
  .p-footer .row > div {
    min-height: auto;
    margin-bottom: 50px; } }
/* INNER PAGE */

.p-inner_head {
  background-size: cover;
  padding-top: 100px;
  position: relative; }
  .p-inner_head .p-page_title {
    background: rgba(19, 187, 147, 0.5) none repeat scroll 0 0;
    padding-top: 50px;
    padding-bottom: 50px;
    position: relative;
    z-index: 999; }
    .p-inner_head .p-page_title h1 {
      font-size: 33px;
      color: #fff;
      text-transform: uppercase;
      color: #fff;
      margin: auto;
      float: left; }

.p-inner_head:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
  position: absolute;
  top: 0;
  left: 0; }

.p-breadcrumb {
  float: right;
  list-style: none;
  padding-left: 0;
  padding-top: 8px; }
  .p-breadcrumb li {
    display: inline-block; }
    .p-breadcrumb li a, .p-breadcrumb li span {
      text-transform: uppercase;
      color: #fff;
      font-family: "Montserrat", "sans-serif";
      display: inline-block; }
    .p-breadcrumb li span:before {
      content: "/";
      margin: 0 10px 0 8px; }
    .p-breadcrumb li a {
      color: #18bd95; }

.p-page_inner {
  padding-top: 85px; }
  .p-page_inner .p-section_head h2 {
    margin-bottom: 60px; }

@media (max-width: 767px) {
  .p-inner_head .p-page_title {
    padding-top: 20px;
    padding-bottom: 20px; }
    .p-inner_head .p-page_title h1 {
      width: 100%; }

  .p-contact_info {
    margin-top: 50px; }

  .p-breadcrumb {
    float: left; } }
/* GALLERY */
.p-portfolio_typs {
  padding: 0;
  text-align: center;
  margin-bottom: 85px; }
  .p-portfolio_typs li {
    display: inline-block;
    list-style: none; }
    .p-portfolio_typs li span {
      font-family: "Montserrat", "sans-serif";
      color: #2b2b2b;
      cursor: pointer;
      text-transform: uppercase;
      margin: 0 10px;
      position: relative; }
    .p-portfolio_typs li span:after {
      content: "";
      display: block;
      width: 100%;
      height: 5px;
      position: absolute;
      left: 0;
      bottom: -15px;
      background: #18bd95;
      opacity: 0; }
  .p-portfolio_typs li.p-selected span, .p-portfolio_typs li:hover span {
    color: #18bd95; }
  .p-portfolio_typs li.p-selected span:after, .p-portfolio_typs li:hover span:after {
    opacity: 1; }

.p-masonry_outer {
  margin-bottom: 90px; }
  .p-masonry_outer > div {
    width: calc(25% - 15px);
    margin-right: 15px;
    float: left;
    margin-bottom: 15px; }
  .p-masonry_outer .p-on_hover {
    background: rgba(19, 187, 147, 0.84) none repeat scroll 0 0;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center; }
  .p-masonry_outer .p-on_hover:hover {
    opacity: 1; }
  .p-masonry_outer .p-hover_in > a {
    color: #ffffff;
    font-size: 22px;
    position: absolute;
    top: 50%; }

@media (max-width: 767px) {
  .p-masonry .row {
    margin: auto; } }
@media (max-width: 480px) {
  .p-masonry .p-masonry_outer > div {
    width: 100%;
    max-width: 290px;
    margin: auto auto 15px;
    left: 0;
    right: 0; }

  .p-portfolio_typs li span {
    font-size: 10px;
    margin: 0 8px; } }
/* BLOG */
.p-content_section {
  padding-bottom: 70px; }

.p-blogpage_list_single {
  margin-bottom: 60px; }

.p-blog_list_img {
  float: left;
  width: 37%; }

.p-blog_list_detail {
  float: left;
  width: 60%;
  margin-left: 3%; }
  .p-blog_list_detail h4 {
    margin-top: 0;
    line-height: 20px;
    margin-bottom: 10px; }
    .p-blog_list_detail h4 a {
      color: #000;
      font-family: "Montserrat", "sans-serif";
      text-transform: uppercase;
      font-size: 20px;
      font-weight: bold; }
    .p-blog_list_detail h4 a:hover {
      color: #18bd95; }
  .p-blog_list_detail > span {
    display: block;
    margin-bottom: 5px;
    text-transform: uppercase;
    color: #505d80; }
    .p-blog_list_detail > span i {
      color: #18bd95;
      font-size: 16px;
      margin-right: 2px;
      position: relative;
      top: 2px; }
  .p-blog_list_detail p {
    font-size: 14px;
    margin-bottom: 10px;
    margin-top: 10px; }

.p-blog_list_foot {
  border-top: 1px solid #c1c1c1;
  padding-top: 8px; }
  .p-blog_list_foot > span {
    border-right: 1px solid #949494;
    margin-right: 8px;
    padding-right: 8px;
    color: #a9a9a9; }
    .p-blog_list_foot > span i {
      margin-right: 3px; }
  .p-blog_list_foot > span:last-child {
    border-right: none; }

.p-side_single {
  border: 1px solid #c1c1c1;
  margin-bottom: 25px;
  padding: 38px;
  position: relative; }
  .p-side_single > h5 {
    font-size: 18px;
    font-family: "Montserrat", "sans-serif";
    text-transform: uppercase;
    color: #000;
    font-weight: bold;
    text-align: center;
    margin-bottom: 18px;
    padding-bottom: 12px;
    position: relative; }
  .p-side_single > h5::after {
    background: #18bd95;
    content: "";
    display: block;
    height: 2px;
    margin: auto;
    position: relative;
    top: 12px;
    width: 30px; }
  .p-side_single .p-side_text > p {
    color: #616161;
    font-size: 14px;
    text-align: center; }
  .p-side_single .p-side_text > p:last-child {
    margin-bottom: 0; }
  .p-side_single .p-side_links ul {
    padding-left: 0;
    text-align: center; }
    .p-side_single .p-side_links ul li {
      list-style: none;
      line-height: 20px; }
      .p-side_single .p-side_links ul li a {
        color: #808080; }
      .p-side_single .p-side_links ul li a:hover {
        color: #18bd95; }
      .p-side_single .p-side_links ul li span {
        margin-left: 15px; }
  .p-side_single .p-side_posts {
    padding-top: 10px; }
    .p-side_single .p-side_posts > .p-side_single_post:last-child {
      margin-bottom: 0; }
  .p-side_single .p-side_single_post {
    position: relative;
    padding-left: 95px;
    min-height: 82px;
    margin-bottom: 30px; }
    .p-side_single .p-side_single_post img {
      position: absolute;
      left: 0;
      top: 0; }
  .p-side_single .p-side_blog_text {
    padding: 15px 0;
    border-bottom: 1px solid #dbdbdb;
    border-top: 1px solid #dbdbdb;
    min-height: 82px; }
    .p-side_single .p-side_blog_text > a {
      color: #000000;
      text-transform: uppercase;
      margin-bottom: 10px;
      display: inline-block;
      margin-left: 2px; }
    .p-side_single .p-side_blog_text > a:hover {
      color: #18bd95; }
    .p-side_single .p-side_blog_text > span {
      font-size: 13px;
      text-transform: uppercase;
      display: block; }

.p-side_single:after {
  content: "";
  display: block;
  width: 100%;
  height: 5px;
  background: #18bd95;
  position: absolute;
  bottom: 0;
  left: 0; }

@media (max-width: 1179px) {
  .p-side_single {
    padding: 15px; } }
@media (max-width: 767px) {
  .p-blog_list_detail, .p-blog_list_img {
    width: 100%;
    margin: auto; }

  .p-blog_list_detail {
    margin-top: 15px; } }
/* PACKAGES */
.p-packages .p-single_package {
  max-width: 496px;
  position: relative;
  margin-bottom: 80px; }
.p-packages .p-single_package::after {
  background: #ececec none repeat scroll 0 0;
  bottom: -6px;
  content: "";
  height: 98%;
  left: -6px;
  position: absolute;
  width: 6px; }
.p-packages .p-single_package::before {
  background: #ececec none repeat scroll 0 0;
  left: -6px;
  content: "";
  width: 98%;
  bottom: -6px;
  position: absolute;
  height: 6px; }
.p-packages .p-package_head {
  position: relative; }
  .p-packages .p-package_head .p-pack_head_text {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.7);
    height: 100%; }
    .p-packages .p-package_head .p-pack_head_text > img {
      margin-top: 15px;
      margin-left: 50px; }
    .p-packages .p-package_head .p-pack_head_text .p-title_strip {
      background: rgba(0, 0, 0, 0.9) none repeat scroll 0 0;
      font-size: 14px;
      bottom: 10px;
      color: #ffffff;
      left: 0;
      margin: auto;
      padding: 12px 20px;
      position: absolute;
      right: 0;
      width: 95%; }
    .p-packages .p-package_head .p-pack_head_text .p-package_money {
      float: right;
      color: #18bd95; }
.p-packages .p-package_content {
  background: #f8f8f8 none repeat scroll 0 0;
  padding: 30px;
  border-bottom: 8px solid #18bd95;
  position: relative; }
  .p-packages .p-package_content ul {
    list-style: decimal;
    padding-left: 15px; }
    .p-packages .p-package_content ul li {
      color: #000000;
      font-size: 14px;
      margin-bottom: 6px;
      padding-left: 4px;
      line-height: 20px; }
  .p-packages .p-package_content .p-scrapbook {
    display: block;
    font-size: 15px;
    margin-top: 15px;
    position: relative;
    left: -5px;
    color: #18bd95;
    font-family: "Montserrat", "sans-serif"; }
.p-packages .p-package_content::after {
  border-top: 1px solid #ececec;
  bottom: -50px;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  width: 100%; }
.p-packages .p-package_title {
  float: right;
  padding: 10px 25px 12px 25px;
  position: relative;
  z-index: 999;
  background: #18bd95;
  margin-top: 40px;
  position: relative;
  right: -20px; }
  .p-packages .p-package_title span {
    color: #fff;
    font-family: "Montserrat", "sans-serif";
    font-size: 18px; }
.p-packages .p-package_title:after {
  position: absolute;
  content: "";
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: #000000 transparent transparent transparent;
  display: block;
  width: 0;
  height: 0;
  right: 0;
  bottom: -20px; }

@media (max-width: 1179px) {
  .p-packages .p-single_package {
    max-width: 420px; } }
@media (max-width: 1023px) {
  .p-packages .p-single_package {
    max-width: 400px; }

  .p-packages .p-package_head .p-pack_head_text > img {
    max-width: 70px; }

  .p-packages .p-package_title {
    padding-left: 15px;
    padding-right: 15px; } }
@media (max-width: 767px) {
  .p-packages .p-single_package {
    margin-left: auto;
    margin-right: auto; } }
@media (max-width: 479px) {
  .p-packages .p-package_content {
    padding: 10px; }
    .p-packages .p-package_content ul li {
      font-size: 12px; }

  .p-packages .p-package_head .p-pack_head_text > img {
    max-width: 30px; }
  .p-packages .p-package_title::after {
    display: none; }
  .p-packages .p-package_title {
    margin-top: 0;
    right: 0; }
    .p-packages .p-package_title span {
      font-size: 14px; } }
/* CONTACT */
.p-contact_form > form {
  max-width: 450px; }
  .p-contact_form > form input {
    width: 100%;
    border: none;
    border-bottom: 1px solid #7d7d7d;
    padding: 10px 15px;
    margin-bottom: 30px; }
  .p-contact_form > form ::-moz-placeholder {
    color: #000;
    opacity: 1; }
  .p-contact_form > form ::-webkit-placeholder {
    color: #000;
    opacity: 1; }
  .p-contact_form > form input.p-button {
    border: medium none;
    display: block;
    font-size: 14px;
    margin: 10px auto auto;
    max-width: 130px;
    text-transform: capitalize; }

.p-info_single h5 {
  font-size: 15.46px;
  padding-bottom: 15px;
  margin-bottom: 10px;
  position: relative; }
  .p-info_single h5 i {
    color: #18bd95;
    margin-right: 5px; }
.p-info_single h5:after {
  content: "";
  display: block;
  width: 60px;
  height: 1px;
  background: #18bd95;
  position: absolute;
  bottom: 0;
  left: 0; }
.p-info_single p {
  margin: 0;
  color: #000; }
.p-info_single a {
  color: #000; }

.p-contact_info {
  padding-top: 5px; }
  .p-contact_info > div {
    margin-bottom: 25px; }
  .p-contact_info > div > div {
    float: left;
    margin-right: 40px; }

.p-contact_text p {
  color: #000; }
  .p-contact_text p span {
    color: #18bd95; }

/*
OUR BOOTHS
*/
.p-our_booth_text p {
  color: #000; }

.p-booth_carousel {
  position: relative;
  padding: 70px 0; }

.p-why_choose .img-responsive {
  margin: auto; }

.p-booth_carousel:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background: rgba(0, 0, 0, 0.85); }

.p-booth_list .p-single_booth {
  position: relative;
  z-index: 999;
  border: 2px solid #fff;
  padding: 35px 17px;
  margin-right: 15px; }
  .p-booth_list .p-single_booth i {
    font-size: 90px;
    color: #fff;
    display: block;
    text-align: center; }
  .p-booth_list .p-single_booth span {
    display: block;
    color: #fff;
    font-size: 14px;
    text-align: center;
    margin-top: 15px;
    padding-top: 15px;
    position: relative;
    line-height: 20px; }
  .p-booth_list .p-single_booth span:before {
    content: "";
    width: 50px;
    height: 1px;
    margin: auto;
    display: block;
    background: #fff;
    position: absolute;
    top: 0;
    right: 0;
    left: 0; }
.p-booth_list .p-single_booth:hover {
  background: rgba(19, 187, 147, 0.5) none repeat scroll 0 0;
  border-color: #18bd95; }
  .p-booth_list .p-single_booth:hover i {
    color: #18bd95; }

@media (max-width: 1170px) {
  .p-booth_list .p-single_booth {
    padding-left: 10px;
    padding-right: 10px; }
    .p-booth_list .p-single_booth span {
      font-size: 12px; } }
@media (max-width: 1170px) {
  .p-booth_list .p-single_booth {
    margin: 0 15px; } }
/* 404 */
.p-no_result {
  min-height: 500px;
  position: relative;
  border-bottom: 5px solid #18bd95; }

.p-no_result::after {
  background: rgba(0, 0, 0, 0.9) none repeat scroll 0 0;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%; }

.p-no_result_content {
  position: relative;
  z-index: 999; }
  .p-no_result_content .p-page_inner {
    padding-top: 250px;
    padding-bottom: 200px; }
  .p-no_result_content img {
    margin: auto; }
  .p-no_result_content .p-section_head {
    padding: 35px 0; }
    .p-no_result_content .p-section_head h2 {
      color: #fff;
      text-align: center;
      margin: auto; }
  .p-no_result_content p {
    color: #fff;
    text-align: center;
    margin: auto; }

/* LANDING */
.p-landing_head {
  background-image: url("../images/banner_01.jpg");
  background-size: 100%;
  background-repeat: no-repeat;
  position: relative;
  min-height: 300px; }
  .p-landing_head a {
    position: relative;
    z-index: 9999;
    max-width: 127px;
    margin: auto;
    display: block;
    position: relative;
    top: 120px; }

.p-landing_outer {
  margin-top: 100px;
  text-align: center; }
  .p-landing_outer .row > div {
    display: inline-block;
    float: none;
    width: 45%; }

.p-landing_single_outer:hover {
  background: #18bd95; }
  .p-landing_single_outer:hover h3 a {
    color: #000; }

.p-landing_single_outer {
  background: #000 none repeat scroll 0 0;
  height: auto;
  margin: auto auto 50px;
  max-width: 530px;
  overflow: hidden;
  padding: 20px; }
  .p-landing_single_outer h3 {
    margin-bottom: 0;
    text-align: center;
    margin-top: 10px; }
    .p-landing_single_outer h3 a {
      color: #fff;
      font-weight: bold;
      text-transform: uppercase;
      font-size: 28px; }

.p-landing_head::after {
  background: rgba(0, 0, 0, 0.9) none repeat scroll 0 0;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%; }

/*# sourceMappingURL=main.css.map */
