/* RESPONSIVE STYLESHEET */
@media screen and (max-width: 1190px) {


.mobile-body {
  width: 100%;
}

.no-mob {
  display: none;
}

.only-mob{
  display: block;
}

.mob-splash{
  height: 768px;
  width: 100%;
  font-size: 1.5em;
  color: white;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  padding-top: 10%;
  background-image:url(images/home-orbit-bg.jpg);
  background-repeat: no-repeat;
  background-position: center 15%;
  background-size: auto;
  z-index: 1;

}

h1.splash-text {
  padding-top: 45%;
}


/* ---------- Container for the orbiting circles animation ---------- */
#circle-orbit-container {
  position: relative;
  margin: 10% auto;
  height: 200px;
  width: 100%;
  text-align: center;
  /*border: 1px solid red;*/
}

/* ---------- Inner orbit - This is the circles closest to the central point ---------- */
#inner-orbit {
  position: absolute;
  top: 15px;
  left: 60px;
  width: 100%;
  height: 200px;
  border: 2px #4A437F dashed;
  border-radius: 100%;
  /*border: 1px solid red;*/
  /*-webkit-animation: spin-right 40s linear infinite;
  animation: spin-right 40s linear infinite;*/
}

/*#inner-orbit-bg {
  position: absolute;
  top: 75px;
  left: 75px;
  width: 750px;
  height: 750px;
  border: 2px #4A437F dashed;
  border-radius: 100%;
  background-image: url(images/jack.jpg);
}*/

/* ---------- Repeating styles for the inner orbiting circles ---------- */
.inner-orbit-cirlces {
  position: absolute;
  top: 30%;
  left: 0%;
  height: 10px;
  width: 10px;
  border-radius: 100%;
  background-color: #48bce6;
}

.inner-orbit-cirlces-2 {
  position: absolute;
  bottom: 5%;
  right: 5%;
  height: 20px;
  width: 20px;
  border-radius: 100%;
  background-color: #f9a11a;
}

.inner-orbit-cirlces-3 {
  position: absolute;
  bottom: 15%;
  left: 10%;
  height: 30px;
  width: 30px;
  border-radius: 100%;
  background-color: #48bce6;
}

.inner-orbit-cirlces-4 {
  position: absolute;
  top: 20%;
  right: 20%;
  height: 20px;
  width: 20px;
  border-radius: 100%;
  background-color: #48bce6;
}

.inner-orbit-cirlces-5 {
  position: absolute;
  top: -10%;
  right: 50%;
  height: 30px;
  width: 30px;
  border-radius: 100%;
  background-color: #f9a11a;
}

/* ---------- Middle orbit - This is the circles second closest to the central point ---------- */
#middle-orbit {
  position: absolute;
  top: -25px;
  left: 20px;
  width: 100%;
  height: 200px;
  /*border: 2px #4A437F dashed;*/
  border-radius: 100%;
  -webkit-animation: spin-right 70s linear infinite;
  animation: spin-right 70s linear infinite;
  /*border: 1px solid red;*/
}

/* ---------- Repeating styles for the inner orbiting circles ---------- */
.middle-orbit-cirlces {
  position: absolute;
  top: 95px;
  left: 17px;
  height: 20px;
  width: 20px;
  border-radius: 100%;
  background-color: #4A437F;
}

/* ---------- Outer orbit - This is the circles furthest away from the central point ---------- */
#outer-orbit {
  position: absolute;
  top: -60px;
  left: -15px;
  width: 100%;
  height: 200px;
  /*border: 2px #4A437F dashed;*/
  border-radius: 100%;
  /*-webkit-animation: spin-right 55s linear infinite;
  animation: spin-right 55s linear infinite;*/
  /*border: 1px solid red;*/
}



/* ---------- Repeating styles for the outer orbiting circles ---------- */
.outer-orbit-cirlces {
  position: absolute;
  top: 10px;
  left: 125px;
  height: 30px;
  width: 30px;
  border-radius: 100%;
  background-color: #00FFCA;
}

.outer-orbit-cirlces-2 {
  position: absolute;
  top: 100px;
  left: 163px;
  height: 30px;
  width: 30px;
  /*border-radius: 100%;
  background-color: #00FFCA;*/
  /*-webkit-animation: spin-left 55s linear infinite;
  animation: spin-left 55s linear infinite;*/
}

.outer-orbit-cirlces-3 {
  position: absolute;
  top: 200px;
  left: 155px;
  height: 30px;
  width: 30px;
  /*border-radius: 100%;
  background-color: #00FFCA;*/
  /*-webkit-animation: spin-left 55s linear infinite;
  animation: spin-left 55s linear infinite;*/
}

.outer-orbit-cirlces-4 {
  position: absolute;
  top: 300px;
  left: 155px;
  height: 30px;
  width: 30px;
  /*border-radius: 100%;
  background-color: #00FFCA;*/
  /*-webkit-animation: spin-left 55s linear infinite;
  animation: spin-left 55s linear infinite;*/
}

.outer-orbit-cirlces-5 {
  position: absolute;
  top: 400px;
  left: 155px;
  height: 30px;
  width: 30px;
  /*border-radius: 100%;
  background-color: #00FFCA;*/
  /*-webkit-animation: spin-left 55s linear infinite;
  animation: spin-left 55s linear infinite;*/
}

/* ---------- Animation ---------- */
@-webkit-keyframes spin-right {
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes spin-left {
  100% {
    -webkit-transform: rotate(-360deg);
    -moz-transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    -o-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}

.orbit-main{
    margin: auto;
    width: 100%;
    /*border: 3px solid green;*/
    padding: 10px;
    text-align: center;
    /*border: 1px solid red;*/
}

.mytextwithicon {
    position:relative;
}
.mytextwithicon:before {
    content: "W";  /* this is your text. You can also use UTF-8 character codes as I do here */
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 80px;
    color: white;
    left:0px;
    position:absolute;
    top:0;
 }

 .mytextwithicon-2 {
     position:relative;
 }
 .mytextwithicon-2:before {
     content: "O";  /* this is your text. You can also use UTF-8 character codes as I do here */
     font-family: 'Montserrat', sans-serif;
     font-weight: 700;
     font-size: 80px;
     color: white;
     left:0px;
     position:absolute;
     top:0;
  }

  .mytextwithicon-3 {
      position:relative;
  }
  .mytextwithicon-3:before {
      content: "R";  /* this is your text. You can also use UTF-8 character codes as I do here */
      font-family: 'Montserrat', sans-serif;
      font-weight: 700;
      font-size: 80px;
      color: white;
      left:0px;
      position:absolute;
      top:0;
   }


   .mytextwithicon-4 {
       position:relative;
   }
   .mytextwithicon-4:before {
       content: "K";  /* this is your text. You can also use UTF-8 character codes as I do here */
       font-family: 'Montserrat', sans-serif;
       font-weight: 700;
       font-size: 80px;
       color: white;
       left:0px;
       position:absolute;
       top:0;
    }


.blurb {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  color: #ffffff;
}

body
{
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: #23214c;
    background-color: #323232;
    /*border: 1px solid red;*/
}

body a
{
    text-decoration: none;
    color: #23214c;
    transition: color .2s linear;
}

body a:hover
{
    color: #ee87a4;
}

a.button {
  color: #48bce6;
  border: 2px solid #48bce6;
}

a.button:hover {
  color: #FFF;
  border: 2px solid #48bce6;
  background-color: #48bce6;
}

.strong {
  font-weight: bold;
}

.italics {
  font-style: italic;
}

.one_half {
  color: #323232;
}

.blu {
  color: #48bce6;
}

.white {
  color: #fff;
}

.orange {
  color: #f9a11a;
}

.doc-loader
{
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background-color: #fff;
}

.doc-loader td
{
    text-align: center;
    vertical-align: middle;
}

.doc-loader img
{
    width: 90px;
    height: 90px;
}

.content-1170
{
    width: 100%;
}

.content-1170 img
{
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: auto;
}

.full-width
{
    line-height: 0;
}



/* TOP MENU */

.menu-wrapper
{
    transition: background-color .2s linear;
    z-index: 99 !important;
    background-color: transparent;
    width: 100% !important;
    top: 0;
    position: fixed;
    /*visibility: hidden;*/
    display: none;
}

#header-main-menu
{
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
    /*visibility: hidden;*/
    display: none;
}

.main-menu.sm-clean
{
    background-color: transparent;
    /*visibility: hidden;*/
    display: none;
}

.main-menu.sm-clean a
{
    font-size: 13px;
    line-height: 40px;
    color: #fff;
    font-weight: 400;
    transition: color .2s linear;
    text-transform: uppercase;
    letter-spacing: 0.03cm;
    /*visibility: hidden;*/
    display: none;
}

.main-menu.sm-clean .sub-menu a
{
    font-size: 11px;
    line-height: 20px;
    /*visibility: hidden;*/
    display: none;
}

.sm-clean .current_page_item a
{
    color: #fff !important;
}

.main-menu.sm-clean a:hover
{
    color: #fff !important;
    /*visibility: hidden;*/
    display: none;
}

.sm-clean li.active a
{
    color: #fff !important;
}

.mob-menu
{
    /*display: none;*/
    font-weight: 700;
    font-size: 30px;
    padding-top: 15px;
    padding-bottom: 15px;
    transition: color .2s linear;
    color: #fff;
    /*visibility: hidden;*/
    display: none;
}

/* END TOP MENU */



/* GENERAL SECTION */

.section
{
    position: relative;
    z-index: 1;
}

.section-num
{
    overflow: hidden;
    margin-top: 40px;
}

.section-title-holder
{
    background-color: #ffffff;
    width: 10px;
    height: 10px;
    z-index: 2;
}

.section-title-holder-logo
{
    background-color: #323232;
    width: 10px;
    height: 10px;
    z-index: 2;
}

.section-num span
{
    /*margin-left: -64px;*/
    color: #55B286;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 5px;
    line-height: 100%;
    letter-spacing: -5px;
}

.section-title-holder h2
{
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 3px;
    width: 10px;
    word-break: break-all;
    line-height: 10px;
    margin-top: 10px;
    color: white;
    margin-left: 115px;
    text-transform: uppercase;
    letter-spacing: -3px;
    padding: 0;
    /*visibility: hidden;*/
    display: none;
}

.section-content-holder
{
    background: #fff;
    width: 100%;
    padding: 60px 0;
}

.section-content-holder .content-wrapper
{
    padding: 0 0px;
}

.section-content-holder.right
{
    margin-left: 370px;
}

.section-content-holder.left
{
    margin-top: 370px;
}

.section-content-holder .content-title-holder
{
    overflow: hidden;
    height: 100px;
    margin-top: -60px;
    padding-bottom: 50px;
    display: none;
}

.section-content-holder .content-title
{
    font-family: 'Montserrat';
    font-weight: 700;
    text-align: center;
    font-size: 180px;
    line-height: 100%;
    text-transform: uppercase;
    margin-top: -65px;
    color: #323232;
    display: none;
}

.extra-content-left
{
    width: 800px;
    color: #fff;
    padding: 100px 0;
}

.extra-content-right
{
    width: 800px;
    margin-left: 370px;
    color: #fff;
    padding: 100px 0;
}

.extra-content-full-width
{
    padding: 100px 0;
}

.section:last-of-type .extra-content-left, .section:last-of-type .extra-content-right, .section:last-of-type .extra-content-full-width
{
    padding-bottom: 0;
}

/* END GENERAL SECTION */



/* HOME SECTION */

.intro-page
{
    /*padding-bottom: 170px;*/
    /*min-height: calc(100vh - 170px);*/
    height: 400px;
    background-color: #323232;
    background-image:url(images/jack_logo_white.png);
    background-repeat: no-repeat;
    background-position: center 15%;
    background-size: auto;
    z-index: 1;

}



.top-logo
{
    width: 160px !important;
    padding-top: 150px;
}

h1.big-title
{
    font-family: 'Montserrat', sans-serif;
    font-size: 5em;
    font-weight: 700;
    line-height: 100%;
    padding-top: 100px;
    color: #48bce6;
    letter-spacing: -1px;
    width: 95%;
    margin-left: 5%;
    margin-right: auto;
    text-align: left;
}

.big-title span
{
    display: block;
}

.title-desc
{
    font-family: 'PT Serif', serif;
    font-size: 22px;
    line-height: 26px;
    max-width: 333px;
    margin: 0 auto;
    color: #fff;
}

.page-template-page-home .intro-page footer
{
    position: absolute;
    bottom: 0;
    width: 100%;
}

/* END HOME SECTION */



/* SERVICE SECTION */

#services
{
    background-color: #f9a11a;
    z-index: 9;
}

/* h2.entry-title{
  color: #f9a11a;
} */

#services .section-title-holder
{
    background-color: #48bce6;
}

#services .section-title-holder span
{
    color: #2a6e9b;
}

.service-holder
{
    display: inline-block;
    width: 335px;
}

.service-holder img
{
    display: inline-block;
    width: 50px !important;
    vertical-align: top;
}

.service-content-holder
{
    display: inline-block;
    width: 240px;
    margin-top: 55px;
    margin-left: 5px;
}

.service-title
{
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    padding-bottom: 10px;
}

/* END SERVICE SECTION */



/* PORTFOLIO SECTION */

#portfolio
{
    background-color: #323232;
    background-image:url(images/bg-port.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: auto;
    z-index: 8;
    /*border: 1px solid red;*/
    /*display: none;*/
}

#portfolio .section-title-holder
{
    background-color: #48bce6;
    display: none;
}

#portfolio .section-title-holder span
{
    color: #2a6e9b;
    display: none;
}

.page-template-page-portfolio .section
{
    padding-top: 100px;
}

.section-content-holder.portfolio-holder
{
    background-color: transparent;
    width: 100%;
    padding: 0;
}

.portfolio-holder .portfolio-load-more-holder
{
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 20px;
    width: 100%;
    background-color: #E74C78;
    text-align: center;
}

.portfolio-holder .portfolio-load-more-holder img
{
    padding-bottom: 15px;
}

.portfolio-holder .portfolio-load-more-holder a
{
    color: #fff;
    padding-top: 30px;
    padding-bottom: 15px;
}

.portfolio-holder .portfolio-load-more-holder
{
    margin-right: 0;
    margin-left: auto;
}

.more-posts
{
    display: block;
}

.more-posts:hover
{
    cursor: pointer;
}

.grid
{
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    display: block;
}

.grid-item
{
    float: left;
    font-size: 0;
    line-height: 0;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
}

.grid-item img
{
    display: block;
    width: 100%;
    height: auto;
    max-height: none;
    max-width: 100%;
}

.grid-sizer, .grid-item
{
    width: 100%;
}

.grid-item.p_one_half
{
    width: 100%;
}

.grid-item.p_one
{
    width: 100%;
}

.portfolio-text-holder
{
    position: absolute;
    top: 30px;
    left: 30px;
    bottom: 30px;
    right: 30px;
    z-index: 1;
    font-size: 20px;
    background-color: white;
    text-align: center;
    opacity: 0;
    /*display: none;*/
    /*visibility: hidden;*/
}

.portfolio-text-wrapper
{
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

.portfolio-type
{
    line-height: 100%;
    font-size: 11px;
    color: #9a9a9a;
    padding-bottom: 20px;
    display: none;
}

.portfolio-type img
{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.portfolio-text
{
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 18px;
    letter-spacing: 4px;
    margin-bottom: 10px;
    display: none;
}

.portfolio-sec-text
{
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
    color: #8e8da9;
}

.grid-item a:hover
{
    color: #191919;
}

.more-posts-portfolio img
{
    transition: all .2s linear;
    width: 100px;
    height: 100px;
}

.more-posts-portfolio img:hover
{
    cursor: pointer;
    transform: scale(0.9);
}

div.pp_default .pp_loaderIcon
{
    display: none !important;
    /*visibility: hidden;*/
}

/* END PORTFOLIO SECTION*/



/* ABOUT SECTION */

#about
{
    background-color: #323232;
    background-image: url("demo-images/background_img_03.jpg");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    z-index: 7;
}

#aboutMe
{
    background-color: #323232;
    background-image:url(images/jack3.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: auto;
    z-index: 9;
}

#aboutMe .section-title-holder
{
    background-color: #f9a11a;
}

#aboutMe .section-title-holder span
{
    color: #a35f05;
}

#about .section-content-holder
{
    padding-bottom: 0;
}

.member-content-holder
{
    /* width: 330px; */
    /*padding: 90px 50px 50px 50px;*/
    float: left;
    /*width: 100%;*/
    /*border: 1px solid red;*/
}
.member-content-holder2
{
    /* width: 330px; */
    /*padding: 90px 50px 50px 50px;*/
    float: left;
    /*width: 100%;*/
    /*border: 1px solid red;*/
    padding-top: 0px;
    padding-bottom: 0px;
}

.member-image-holder
{
    width: 100%;
    float: left;
}

.member-image-holder img
{
    width: 100% !important;
}

.member-name
{
    line-height: 26px;
    font-size: 16px;
    font-weight: 700;
    padding: 0;
}

.member-position
{
    line-height: 16px;
    font-size: 24px;
    padding-bottom: 50px;
    color: #48bce6;
    letter-spacing: 4px;
}

.member-content
{
    line-height: 26px;
    max-width: 100%;
}

.member-content2
{
    line-height: 26px;
    max-width: 100%;
    padding: 0 10%;
}

.image-slider-wrapper.img .image-slider li img
{
    width: 100%;
}

.image-slider-wrapper
{
    width: 100%;
}

#team1 {
  width: 100%;
  max-width: 100%;
}

#team1 ul {
  width: 100%;
  max-width: 100%;
}

#team1_next {
  width: 100%;
  max-width: 100%;
}

.slides {
  max-width: 100%;
}



/* END ABOUT SECTION */


/* NEWS SECTION */

#news
{
    background-color: #323232;
    background-image:url(images/bg4.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    z-index: 6;
}

.blog-item-holder
{
    padding: 35px 0;
    border-bottom: 2px solid #f4f4f4;
}

.blog-item-holder:last-of-type
{
    border: none;
}

.blog-item-holder .num
{
    display: inline-block;
    width: 100%;
    font-size: 48px;
    font-weight: 900;
    color: #32db89;
}

.blog-item-holder .info
{
    display: inline-block;
    width: 100%;
}

.blog-item-holder .info .cat-links a
{
    color: #ee87a4;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
}

.blog-item-holder .entry-title
{
    display: inline-block;
    width: 100%;
    padding: 0;
    vertical-align: top;
    line-height: 0;
}

.blog-holder .entry-title a
{
    -webkit-transition: color 0.5s ease;
    -moz-transition: color 0.5s ease;
    -ms-transition: color 0.5s ease;
    -o-transition: color 0.5s ease;
    transition: color 0.5s ease;
    font-size: 18px;
    line-height: 100%;
    font-weight: 700;
    display: block;
    line-height: 20px;
}

.latest-post-bottom-text
{
    text-align: center;
    margin-top: 25px;
}

.latest-post-bottom-text a
{
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
    color: #32db89;
    letter-spacing: 5px;
    border-bottom: 2px solid;
    padding-left: 5px;
    padding-bottom: 5px;
}

.testimonial-slider-holder
{
    max-width: 100%;
    /*padding-left: 50px;*/
}

.testimonial-text
{
    font-size: 22px;
    line-height: 40px;
}

.testimonial-author
{
    padding-top: 90px;
    font-size: 16px;
    letter-spacing: 3px;
}

/* END NEWS SECTION */



/* VIDEO SECTION */

#video
{
    background-color: rgb(34, 28, 90);
    background-image: url("demo-images/background_img_06.jpg");
    background-repeat: repeat-x;
    background-position: center center;
    background-size: auto;
    z-index: 5;
}

#video .section-title-holder
{
    background-color: rgb(255, 186, 66);
}

#video .section-title-holder span
{
    color: #e3a436;
}

#video .section-content-holder
{
    padding-bottom: 0;
}

a.video-popup-holder
{
    position: relative;
    display: block;
}

a.video-popup-holder .thumb
{
    width: 100%;
}

img.popup-play
{
    position: absolute;
    top: 50%;
    left: 50%;
    top: calc(50% - 60px);
    left: calc(50% - 60px);
    opacity: 0.7;
    transition: opacity .2s linear;
}

a.video-popup-holder:hover img.popup-play
{
    opacity: 1;
}
/* END VIDEO SECTION */





/* SKILLS SECTION */


#skills
{
    background-color: rgb(34, 28, 90);
    background-image: url("demo-images/item_background_01.jpg");
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 100%;
    z-index: 4;
}

.progress_bar
{
    margin-bottom: 15px;
}

.progress_bar_field_holder
{
    height: 25px;
    position: relative;
    width: 100%;
    vertical-align: middle;
    overflow: hidden;
}

.progress_bar_field_holder:hover .progress_bar_title
{
    left: 10px;
    color: #fff !important;
}

.progress_bar_field_holder:hover .progress_bar_percent_text
{
    right: 10px;
    color: #fff !important;
}

.progress_bar_title
{
    position: absolute;
    top: 2px;
    z-index: 2;
    left: -5px;
    font-weight: bold;
    color: white;
    font-size: 20px;
    line-height: 100%;
    transition: color .2s linear, left .2s linear;
}

.progress_bar_percent_text
{
    position: absolute;
    right: -5px;
    top: 2px;
    z-index: 2;
    font-weight: bold;
    color: white;
    font-size: 20px;
    line-height: 100%;
    transition: color .2s linear, right .2s linear;
}

.progress_bar_field_perecent
{
    height: 25px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

/* END SKILLS SECTION */




/* CONTACT SECTION */

#contact
{
    background-color: #323232;
    background-image:url(images/bg4.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: auto;
    z-index: 3;
}

#contact .section-title-holder
{
    background-color: rgb(230, 75, 119);
}

#contact .section-title-holder span
{
    color: #b24564;
}

#contact .section-content-holder
{
    padding-bottom: 0;
}

.map
{
    height: 400px;
}

.map img
{
    max-width: 100%;
    max-height: none;
}

.contact-form
{
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    font-size: 22px;
    color: #9a9a9a;
}

p.custom-text-class
{
    display: inline-block;
    padding-right: 45px;
    vertical-align: top;
}

p.custom-field-class
{
    display: inline-block;
    margin-bottom: 60px;
}

.contact-form input[type=text], .contact-form input[type=email], .contact-form textarea
{
    color: #23214c;
    border: 0;
    border-bottom: 1px solid #1c1c1c;
    height: 28px;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    width: 100%;
    line-height: 25px;
    padding: 0;
}

.contact-form input[type=text]::-webkit-input-placeholder, .contact-form input[type=email]::-webkit-input-placeholder, .contact-form textarea::-webkit-input-placeholder
{
    font-family: 'Roboto', sans-serif;
    color: #23214c;
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
}
.contact-form input[type=text]::-moz-placeholder, .contact-form input[type=email]::-moz-placeholder, .contact-form textarea::-moz-placeholder
{
    font-family: 'Roboto', sans-serif;
    color: #23214c;
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    opacity: 1;
}
.contact-form input[type=text]:-ms-input-placeholder, .contact-form input[type=email]:-ms-input-placeholder, .contact-form textarea:-ms-input-placeholder
{
    font-family: 'Roboto', sans-serif;
    color: #23214c;
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
}
.contact-form input[type=text]:-moz-placeholder, .contact-form input[type=email]:-moz-placeholder, .contact-form textarea:-moz-placeholder
{
    font-family: 'Roboto', sans-serif;
    color: #23214c;
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    opacity: 1;
}

.contact-form input[type=text], .contact-form input[type=email]
{
    padding-bottom: 5px;
    margin-bottom: 25px;
}

.contact-form textarea
{
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    padding-top: 13px;
    overflow: hidden;
    padding-bottom: 5px;
}

.contact-form textarea:focus
{
    height: 150px;
    overflow: auto;
}

.contact-form input[name="your-name"]
{
    margin-top: 0;
    padding-top: 0;
}

.contact-form input[type=submit]
{
    color: #e54b76;
    display: inline-block;
    border: 2px solid #e54b76;
    text-align: center;
    padding: 12px 0px;
    cursor: pointer;
    margin-top: 30px;
    vertical-align: middle;
    text-decoration: none;
    background: transparent;
    font-family: 'Roboto', sans-serif;
    width: 100%;
    text-transform: uppercase;
    font-size: 16px;
    transition: all .2s linear;
}

.contact-form input[type=submit]:hover
{
    color: white;
    background-color: #e54b76;
}

div.contact-form-response-output
{
    margin: 0;
    font-size: 14px;
    line-height: 20px;
}

span.contact-form-not-valid-tip
{
    font-size: 10px;
}

/* END CONTACT SECTION */


/* FOOTER */

footer
{
    background-color: #323232;
    width: 100%;
}

.footer
{
    font-size: 16px;
    line-height: 36px;
    clear: both;
    color: #ffffff;
    text-align: center;
    padding: 100px 0;
}

.footer-left, .footer-right
{
    width: 100%;
}

.footer-right
{
    margin-left: 0px;
}

.footer a
{
    color: #ffffff;
}

.social-footer a
{
    margin: 0 10px;
    font-size: 20px;
}

.top-footer {
    font-size: 16px;
    line-height: 36px;
    clear: both;
    color: #ffffff;
    text-align: center;
    /*padding: 0 0 0 40%;*/
    position: absolute;
    margin: 0 auto;
    bottom: 40px;
    left: 0px;
    width: 100%;
}

/* END FOOTER */



/* SINGLE PORTFOLIO PAGE */

#portfolio-1
{
    background-color: #323232;
    /* background-image:url("demo-images/background_img_05b.jpg"); */
    background-repeat: no-repeat;
    background-position: center top;
    background-size: auto;
}

#portfolio-2
{

    background-color: #323232;
    /* background-image: url(demo-images/item_background_01.jpg); */
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 100% auto;
}

.single-portfolio .menu-wrapper
{
    display: none !important;
    /*visibility: hidden;*/
}

.single-portfolio article
{
    padding-top: 230px;
}

.single-portfolio article .entry-content
{
    background-color: #fff;
    padding-bottom: 50px;
    font-size: 18px;
    line-height: 30px;
}

.single-portfolio .x-close
{
    top: -60px;
    right: -60px;
    background-color: #48bce6;
    line-height: 0;
    font-size: 0;
    width: 60px;
    height: 60px
}

.single-portfolio .x-close img
{
    opacity: 0.6;
    transition: opacity .2s linear;
    width: 30px;
    height: 30px;
    padding-top: 15px;
    padding-left: 15px;
}

.single-portfolio .x-close:hover img
{
    opacity: 1;
    display: none;
}

.single-portfolio .entry-content .one
{
    padding-left: 100px;
    padding-right: 100px;
}

.single-portfolio .entry-content
{
    width: 100%;
    padding-left: 100px;
    color: #323232;
}

.one_half
{
    width: 100%;
    padding: 0px 10px;
    margin: 0px;
    color: #323232;
}

.mobile-container {
  max-width: 100%;
  /*margin: auto;
  padding-left: 10%;
  padding-right: 10%;
  text-align: center;
  font-size: 1em;*/
}

.mobile-container2 {
  max-width: 100%;
  padding-top: none;
  padding-bottom: none;
  /*margin: auto;
  padding-left: 10%;
  padding-right: 10%;
  text-align: center;
  font-size: 1em;*/
}

.mobile-member {
  width: 100%;
  margin: auto;
  /*padding-left: 10%;
  padding-right: 10%;*/
  text-align: center;
  font-size: 1em;
}

.mobile-member2 {
  width: 100%;
  margin: auto;
  padding: 0 10%;
  /*padding-left: 10%;
  padding-right: 10%;*/
  text-align: center;
  font-size: 1em;
}

.mobile-hide {
  display: none;
}

.mobile-center {
  text-align: center;
}

.single-portfolio .entry-content .one_half.last
{
    padding-left: 0;
    padding-right: 100px;
    color: #323232;
}

.single-portfolio .entry-content h1
{
    padding: 0;
    font-size: 20px;
    line-height: 30px;
}

/* END SINGLE PORTFOLIO */











  /*.content-1170 {
    width: 100%;
  }


  .center-relative {
    margin-left: auto;
    margin-right: auto;
  }*/

}
