/*index*/
/* Main Slider
-------------------------------------------------- */
#feature_slider { border: none; }

/* Showcase services
-------------------------------------------------- */
#showcase {
  margin-top: 70px; }
  #showcase .container {
    /*width: 980px;*/ }
  #showcase .image img {
    box-shadow: 3px 3px 5px 0px #B7B6B7; }
  #showcase .info {
    margin-top: 30px; }
    #showcase .info h4 {
      font-size: 17px; }
    #showcase .info p {
      color: #333333;
      line-height: 21px;
      font-size: 13px; }
  #showcase .features_op1_row .last {
    margin-right: 0; }
  #showcase .features_op1_row .feature .text {
    margin: 32px auto 0;
    width: 87%; }
    #showcase .features_op1_row .feature .text h6 {
      margin: 0 0 14px 0;
      font-size: 20px; }
    #showcase .features_op1_row .feature .text p {
      margin: 0;
      font-size: 14px;
      line-height: 23px; }
  #showcase .features_op1_row .feature .img_box {
    position: relative;
    border-radius: 5px; }
    #showcase .features_op1_row .feature .img_box img {
      border-radius: 5px;
      max-width: 98%;
      margin: 0 auto;
      display: block; }
    #showcase .features_op1_row .feature .img_box span.circle {
      background: rgba(17, 137, 217, 0.8);
      width: 48px;
      height: 48px;
      display: none;
      text-align: center;
      position: absolute;
      top: 36%;
      left: 42%;
      border-radius: 100%; }
      #showcase .features_op1_row .feature .img_box span.circle span.plus {
        display: inline-block;
        font-weight: bold;
        color: white;
        font-size: 32px;
        margin-top: 13px; }
    #showcase .features_op1_row .feature .img_box:hover span.circle {
      display: block; }
    #showcase .features_op1_row .feature .img_box:hover .img_box {
      box-shadow: 0px 0px 1px 100px black inset; }
    #showcase .features_op1_row .feature .img_box:hover img {
      box-shadow: 1px 1px 6px 0px #888;
      border-radius: 5px;
      opacity: 0.9;
      filter: alpha(opacity=90); }

/* Features
-------------------------------------------------- 
#features {
  margin-top: 70px;
  margin-bottom: -20px; }
  #features .feature {
    border-bottom: 1px solid #e0e0e0;
	margin-bottom: 65px;
	}
    #features .feature .info h3 {
      font-size: 21px;
      margin-top: 45px; }
      #features .feature .info h3 img {
        margin-right: 18px;
        position: relative;
        top: -10px; }
    #features .feature .info p {
      margin-top: 15px; }
*/
/* Pricing charts
-------------------------------------------------- */
#in_pricing {
  margin-top: 30px;
  margin-bottom: 100px; }
  #in_pricing .head h6 {
    font-size: 18px;
    margin: 0;
    color: #8E8E8F;
    font-weight: normal; }
  #in_pricing .charts_wrapp {
    margin-left: -20px;
    margin-bottom: 40px; }
    #in_pricing .charts_wrapp .plan {
      border-radius: 6px;
      box-shadow: 0 1px 3px 1px #d6d6d6;
      background-color: #fff;
      width: 95%;
      position: relative; }
      #in_pricing .charts_wrapp .plan .wrapper {
        padding: 33px 30px 26px 30px; }
  #in_pricing .plan h3 {
    color: #535353;
    font-weight: normal;
    font-style: italic;
    font-size: 28px;
    margin: 0 0 5px 0;
    line-height: 25px; }
  #in_pricing .plan .price {
    font-size: 17px;
    color: #1189D9;
    margin-top: 16px; }
    #in_pricing .plan .price span.dollar {
      font-size: 32px;
      position: relative;
      top: -6px;
      margin-right: 3px; }
    #in_pricing .plan .price span.qty {
      font-size: 47px;
      margin-right: 4px;
      position: relative;
      top: 2px; }
    #in_pricing .plan .price span.month {
      font-style: italic;
      font-weight: 300;
      font-size: 15px; }
  #in_pricing .plan .features {
    margin-top: 30px; }
    #in_pricing .plan .features p {
      color: #838385;
      margin-bottom: 5px;
      font-size: 14px; }
  #in_pricing .plan a.order {
    background-color: #2190DB;
    text-align: center;
    margin: 25px auto 0;
    width: 48%;
    display: block;
    padding: 3px 0;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    border-radius: 5px;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear; }
    #in_pricing .plan a.order:hover {
      background: #252528; }
  #in_pricing .pro .plan {
    width: 100%;
    top: -20px;
    box-shadow: 0px 0px 7px 0 #d6d6d6;
    border: 1px solid #d9d9d9; }
    #in_pricing .pro .plan .wrapper {
      padding: 36px 30px 35px 30px; }
    #in_pricing .pro .plan img.ribbon {
      position: absolute;
      top: 0;
      right: 0; }
    #in_pricing .pro .plan a.order {
      margin-top: 35px; }
  #in_pricing .standar .plan {
    float: right; }
  #in_pricing .start {
    width: 100%;
    text-align: center; }
    #in_pricing .start p {
      font-size: 24px;
      display: inline-block;
      color: #5B5B5D;
      font-style: italic;
      line-height: 26px;
      margin: 0 18px 0 0; }
    #in_pricing .start a {
      text-transform: uppercase;
      color: #fff;
      font-weight: bold;
      border-radius: 4px;
      padding: 7px 17px;
      font-size: 17px;
      background: #252528;
      -webkit-transition: all .2s linear;
      -moz-transition: all .2s linear; }
      #in_pricing .start a:hover {
        background: #2190DB; }

#in_pricing2 .plan a.order:hover {
  background: #252528; }

/* Call to Action
-------------------------------------------------- */
#call_action {
  margin-top: 50px;
  text-align: center; }
  #call_action p {
    font-size: 24px;
    color: #3F3F3F;
    font-style: italic;
    display: inline-block; }
  #call_action a {
    background-color: #282828;
    color: #fff;
    padding: 9px 17px;
    font-weight: bold;
    border-radius: 4px;
    font-size: 17px;
    margin-left: 20px;
    position: relative;
    top: -5px;
    -webkit-transition: background-color .2s linear;
    -moz-transition: background-color .2s linear; }
    #call_action a:hover {
      background-color: #6776b1; }
    #call_action a:active {
      box-shadow: rgba(255, 255, 255, 0.2) 0 1px 0, inset rgba(0, 0, 0, 0.95) 0 1px 4px; }

/* Clients
-------------------------------------------------- */
#clients {
  margin-top: 75px; }
  #clients .client .img {
    height: 76px;
    width: 138px;
    cursor: pointer;
    -webkit-transition: box-shadow .1s linear;
    -moz-transition: box-shadow .1s linear;
    transition: box-shadow .1s linear; }
    #clients .client .img:hover {
      cursor: pointer;
      /*box-shadow: 0px 0px 2px 0px rgb(155, 155, 155);*/
      border-radius: 8px; }
  #clients .client .client1 {
    background: url("../img/client1.png") 0 -75px; }
    #clients .client .client1:hover {
      background-position: 1px 0px; }
  #clients .client .client2 {
    background: url("../img/client2.png") 0 -75px; }
    #clients .client .client2:hover {
      background-position: -1px 0px; }
  #clients .client .client3 {
    background: url("../img/client3.png") 0 -76px; }
    #clients .client .client3:hover {
      background-position: 0px 0px; }

/* Responsive
-------------------------------------------------- */
@media (max-width: 991px) {
  #showcase .features_op1_row .feature .img_box span.circle {
    top: 35%; }
  .navbar-toggle {
	margin-top:3px;
	margin-bottom:3px; }	

  #clients .row {
    text-align: center; }
  #clients .client {
    text-align: center;
    margin-bottom: 15px;
    display: inline-block;
    margin-right: 10px;
    float: none; } }
@media (min-width: 768px) and (max-width: 979px) {
  #in_pricing .plan a.order {
    width: 64%; }

  .slide .info h2, .slide .info h2 * {
    font-size: 30px !important; }
  .slide#responsive .info {
    position: absolute;
    top: 170px;
    right: 6%;
    width: 25%; }
  .slide#tour .info {
    font-size: 15px; }
    .slide#tour .info a {
      font-size: 15px; } }
@media (min-width: 768px) {
  #features .feature .pic-right {
    float: right; }
  #features .feature .info-left {
    float: left; } }
@media (max-width: 767px) {
  #partner-slider,
  #feature_slider {
    display: none; }

  #features .section_header {
    text-align: center; }
  #features .feature img {
    /*margin: 0 auto !important;*/
    float: none !important; }
  #features .feature .info h3 {
    text-align: center; }

  #showcase {
    margin-top: 30px; }
    #showcase .section_header {
      text-align: center; }
    #showcase .features_op1_row .feature {
      margin-bottom: 60px; }
      #showcase .features_op1_row .feature .img_box {
        text-align: center; }
        #showcase .features_op1_row .feature .img_box span.circle {
          top: 38%;
          left: 45%; }
      #showcase .features_op1_row .feature .text h6 {
        text-align: center; }
      #showcase .features_op1_row .feature:hover .img_box {
        box-shadow: none; }
    #showcase .features_op1_row .last {
      margin-bottom: 0; }

  #in_pricing .charts_wrapp {
    margin-left: 0; }
    #in_pricing .charts_wrapp .plan {
      margin: 0 auto 30px;
      width: 95%; }
      #in_pricing .charts_wrapp .plan .wrapper {
        margin: 0 auto;
        text-align: center; }
  #in_pricing .pro .plan {
    top: 0;
    width: 95%; }
  #in_pricing .standar .plan {
    float: none; }
  #in_pricing .start p {
    margin-bottom: 20px; }
  #in_pricing .start a {
    display: block;
    width: 50%;
    margin: 0 auto; } }
@media (max-width: 480px) {
  #showcase .features_op1_row .feature {
    margin-bottom: 60px; }
    #showcase .features_op1_row .feature .img_box {
      text-align: center; }
      #showcase .features_op1_row .feature .img_box span.circle {
        left: 44%; }
    #showcase .features_op1_row .feature .text h6 {
      text-align: left; }
    #showcase .features_op1_row .feature:hover .img_box {
      box-shadow: none; }
  #showcase .features_op1_row .last {
    margin-bottom: 0; } }

/*about us*/
#aboutus {
  margin-bottom: 90px;
  margin-top: 70px; }
  #aboutus .intro h6 {
    font-size: 20px;
    font-style: italic;
    color: #252526;
    line-height: 29px;
    font-weight: normal;
    margin: 0 0 16px 0; }
  #aboutus .intro p {
    color: #3F3F3F;
    line-height: 24px; }
  #aboutus .flexslider {
    box-shadow: none;
    margin: 0;
    border: 0 none; }
  #aboutus .flex-control-paging li a {
    background: #666666;
    box-shadow: none;
    width: 11px;
    height: 11px;
    border: 3px solid #E6E6E6; }
    #aboutus .flex-control-paging li a.flex-active {
      box-shadow: none;
      background: #2894DC;
      border-color: #2894DC; }
  #aboutus .flex-control-nav {
    bottom: -30px; }

  #team .section_header {
    margin-bottom: 60px; }
    #team .section_header h3 {
      color: #9D9D9E;
      border-color: #9D9D9E;
      margin: 0; }
  #team .people {
    margin: 0; }
    #team .people .row1 {
      margin: 0 0 50px 0; }
    #team .people .bio_box {
      margin: 0; }
      #team .people .bio_box img {
        float: left; }
      #team .people .bio_box .info {
        float: left;
        margin: 38px 0 0 22px; }
        #team .people .bio_box .info p {
          margin-bottom: 0; }
          #team .people .bio_box .info p.name {
            color: #333;
            font-style: italic;
            margin-bottom: 4px;
            font-size: 21px; }
          #team .people .bio_box .info p.area {
            color: #98989A;
            font-style: italic;
            font-style: 16px;
            margin-bottom: 18px; }
        #team .people .bio_box .info a {
          margin-right: 10px; }
          #team .people .bio_box .info a span {
            display: inline-block;
            width: 33px;
            height: 33px; }
          #team .people .bio_box .info a:hover span.socialicons {
            display: none; }
          #team .people .bio_box .info a:hover span.socialicons_h {
            display: inline-block !important; }
        #team .people .bio_box .info span.ico1, #team .people .bio_box .info span.ico1h {
          background-position: 0px 0px; }
        #team .people .bio_box .info span.ico2, #team .people .bio_box .info span.ico2h {
          background-position: -37px 0px; }
        #team .people .bio_box .info span.ico3, #team .people .bio_box .info span.ico3h {
          background-position: -75px 0px; }
        #team .people .bio_box .info span.ico4, #team .people .bio_box .info span.ico4h {
          background-position: -112px -1px; }
        #team .people .bio_box .info span.ico5, #team .people .bio_box .info span.ico5h {
          background-position: -151px 0px; }
        #team .people .bio_box .info span.ico6, #team .people .bio_box .info span.ico6h {
          background-position: -188px -1px; }
        #team .people .bio_box .info span.ico7, #team .people .bio_box .info span.ico7h {
          background-position: -226px 0px; }
    #team .people .bio_boxr img {
      margin-left: 12px; }

.socialicons {
  background: url("../img/socialicons2.png") no-repeat;
  width: 265px;
  height: 36px; }

.socialicons_h {
  background: url("../img/socialicons_h.png") no-repeat;
  width: 265px;
  height: 36px;
  display: none !important; }

#process {
  min-height: 350px; }
  #process .section_header {
    margin-bottom: 60px; }
    #process .section_header h3 {
      margin: 0; }
  #process .description {
    position: relative; }
    #process .description .text {
      position: absolute;
      display: none; }
      #process .description .text.active {
        display: block; }
    #process .description h4 {
      font-size: 31px;
      line-height: 35px;
      margin-bottom: 20px; }
    #process .description p {
      font-size: 15px;
      color: #3F3F3F;
      line-height: 26px; }
  #process .areas {
    margin-left: 0;
    float: right; }
    #process .areas .circle {
      height: 210px;
      cursor: pointer;
      float: left;
      margin-right: -45px;
      text-align: center;
      width: 210px;
      background: rgba(37, 37, 40, 0.9);
      border-radius: 100%;
      -webkit-transition: all .3s;
      -moz-transition: all .3s;
      -ms-transition: all .3s;
      transition: all .3s; }
      #process .areas .circle:hover, #process .areas .circle.active {
        background: #1189d9; }
      #process .areas .circle img {
        margin-top: 56px; }
      #process .areas .circle span {
        font-weight: 700;
        font-size: 22px;
        color: #fff;
        display: block;
        margin-top: 21px; }
    #process .areas .first {
      margin-left: 0; }

/* Responsive
-------------------------------------------------- */
@media (min-width: 768px) and (max-width: 991px) {
  #team .people .bio_box {
    text-align: center; }
    #team .people .bio_box img {
      float: none;
      margin-bottom: 25px;
      margin-left: 0; }
    #team .people .bio_box .info {
      margin: 0;
      float: none; }

  #process .areas {
    text-align: center; }
    #process .areas .last_circle {
      float: none;
      display: inline-block;
      margin-left: -75px;
      margin-top: -54px; } }
@media (max-width: 767px) {
  #team .container {
    padding: 0px 20px; }
  #team .people .row1 {
    margin: 0; }
  #team .people .bio_box {
    overflow: hidden;
    margin-bottom: 35px; }
    #team .people .bio_box img {
      margin: 0; }

  #aboutus {
    margin-bottom: 75px; }
    #aboutus .intro {
      margin-bottom: 45px; }

  #process .areas {
    margin-top: 193px;
    margin-bottom: 0px;
    text-align: center; }
    #process .areas .circle {
      float: none;
      display: inline-block;
      margin: 0; }
    #process .areas .last_circle {
      margin-top: -23px; } }
@media (max-width: 480px) {
  #team .people .bio_box {
    text-align: center; }
    #team .people .bio_box img {
      float: none;
      margin-bottom: 18px; }

  #aboutus .intro {
    margin-bottom: 30px; }

  #team .people .bio_box .info {
    float: none;
    margin: 0; }

  #process .areas {
    margin-top: 250px; }
    #process .areas .circle {
      width: 100px;
      height: 100px; }
      #process .areas .circle img {
        margin-top: 22px; }
      #process .areas .circle span {
        display: none; }
    #process .areas .last_circle {
      margin-top: 0; } }

/*blog*/
#blog {
  margin-top: 70px;
  /*pagination*/ }
  #blog .header {
    margin-left: 0;
    margin-bottom: 56px;
    margin-top: 30px; }
  #blog .section_header input[type="text"] {
    float: right;
    margin-top: 9px;
    background: url("../img/search.png") white no-repeat 5px;
    padding-left: 28px;
    width: 22%;
    border-radius: 5px; }
  #blog .post_row {
    margin-bottom: 40px;
    height: 430px; }
    #blog .post_row .post {
      background: #fff;
      margin-left: 0;
      border-radius: 4px;
      box-shadow: 0 1px 3px 1px #E0E0E0; }
      #blog .post_row .post .img {
        position: relative; }
        #blog .post_row .post .img .date {
          background: #E8554E;
          position: absolute;
          padding: 2px 5px;
          top: 0;
          left: 11px; }
          #blog .post_row .post .img .date p {
            color: #fff;
            font-size: 14px;
            font-weight: bold;
            font-style: italic;
            margin: 0; }
        #blog .post_row .post .img img {
          min-height: 186px; }
      #blog .post_row .post .text {
        margin: 18px auto 0;
		padding-bottom: 18px;
        width: 90%; 
		text-align: center; }
        #blog .post_row .post .text h5 {
          margin: 0 0 8px 0;
          font-size: 18px;
          line-height: 22px; }
          #blog .post_row .post .text h5 a {
            color: #333; }
        #blog .post_row .post .text span.date {
          color: #9F9F9F;
          display: block;
          margin-bottom: 12px;
          font-style: italic;
          font-size: 13px; }
        #blog .post_row .post .text p {
          margin: 0;
          line-height: 21px;
          font-size: 14px; }
      #blog .post_row .post .author_box {
        margin: 12px auto 0;
        border-top: 1px solid #EDEDED;
        overflow: hidden;
        text-align: left;
        width: 85%;
        padding-top: 12px;
        padding-bottom: 20px; }
        #blog .post_row .post .author_box h6 {
          margin: 0 0 3px 0;
          font-size: 13px;
          line-height: 15px;
          font-style: italic;
          font-weight: normal;
          color: #B2B2B2; }
        #blog .post_row .post .author_box p {
          color: #B2B2B2;
          font-style: italic;
          font-size: 13px;
          line-height: 14px;
          margin: 0; }
        #blog .post_row .post .author_box img {
          float: right; }
      #blog .post_row .post a.plus_wrapper {
        width: 99%;
        text-align: center;
        background: #fff;
        display: none;
        border-radius: 0px 0px 4px 4px;
        padding: 6px 0px 2px;
        margin: 0 auto 1px;
        /*-webkit-transition: all .1s linear;
        -moz-transition: all .1s linear;
        -ms-transition: all .1s linear;
        -o-transition: all .1s linear;
        transition: all .1s linear;*/ }
        #blog .post_row .post a.plus_wrapper span {
          color: #96BC4A;
          font-size: 30px;
          font-weight: bold;
          /*-webkit-transition: all .1s linear;
          -moz-transition: all .1s linear;
          -ms-transition: all .1s linear;
          -o-transition: all .1s linear;
          transition: all .1s linear;*/ }
      #blog .post_row .post:hover {
        box-shadow: 0px 0px 7px 2px #d8d8d8; }
        #blog .post_row .post:hover a.plus_wrapper {
          display: block; }
          #blog .post_row .post:hover a.plus_wrapper:hover {
            /*background: #1189D9;*/ }
            #blog .post_row .post:hover a.plus_wrapper:hover span {
              /*color: #fff;*/ }
        #blog .post_row .post:hover .text h5 a {
          color: #72A333; }
    #blog .post_row .last {
      margin-right: 0; }
  #blog .lastpost_row {
    margin-bottom: 0; }
  #blog .paginator-container {
    text-align: center; }
    #blog .paginator-container .pagination {
      margin: 35px auto 0; }

/* Responsive
-------------------------------------------------- */
@media (min-width: 768px) and (max-width: 979px) {
  #blog .pagination {
    width: 36%; }
  #blog .post_row {
    height: 545px; } }
@media (max-width: 767px) {
  #blog .section_header input[type="text"] {
    width: 35%; }
  #blog .post_row {
    height: auto;
    margin-bottom: 0; }
    #blog .post_row .post {
      width: 305px;
      margin: 0 auto;
      margin-bottom: 50px; }
      #blog .post_row .post .img {
        float: left;
        margin-bottom: 16px; }
      #blog .post_row .post .author_box {
        display: none; }
      #blog .post_row .post .text {
        overflow: hidden;
        width: 81%;
        margin: 0 auto 20px;
        margin-top: 7px; }
      #blog .post_row .post a.plus_wrapper {
        display: inline-block;
        margin: 0;
        width: 100%; }
      #blog .post_row .post:hover a.plus_wrapper {
        /*display: inline-block;
        background: #1189D9;*/ }
        #blog .post_row .post:hover a.plus_wrapper span {
          /*color: #fff;*/ }
  #blog .pagination {
    width: 55%; } }
@media (max-width: 480px) {
  #blog .post_row {
    height: auto;
    margin-bottom: 0px; }
    #blog .post_row .post {
      margin: 0 auto 50px;
      width: 72%; }
      #blog .post_row .post .img {
        float: none;
        margin: 0; }
      #blog .post_row .post .text {
        float: none;
        margin: 24px auto 0;
        width: 86%; }
      #blog .post_row .post .author_box {
        margin: 30px auto 15px; }
      #blog .post_row .post a.plus_wrapper {
        display: block;
        padding: 10px 0 8px; }
  #blog .pagination {
    width: 72%; } }

/*blogpost*/
#blog_post {
  margin-top: 70px;
  /* new comment */ }
  #blog_post .section_header input[type="text"] {
    float: right;
    margin-top: 9px;
    background: url("../img/search.png") white no-repeat 5px;
    padding-left: 28px;
    width: 18%;
    border-radius: 5px; }
  #blog_post .post_pic {
    border: 7px solid #fff;
    border-radius: 5px;
    box-shadow: 1px 1px 2px 1px #cfcfcf; }
  #blog_post .post_content {
    margin-top: 40px;
    padding-bottom: 90px;
    border-bottom: 1px solid #cacaca;
    box-shadow: 0px 1px 0px 0px white; }
    #blog_post .post_content h2 {
      font-size: 32px;
      color: #3F3F3F;
      margin-bottom: 15px; }
    #blog_post .post_content span.date {
      width: 100%;
      font-size: 14px;
      font-style: italic;
      margin-bottom: 42px;
      display: block;
      color: #9C9C9C; }
    #blog_post .post_content p {
      line-height: 24px;
      margin-bottom: 15px; }
    #blog_post .post_content .author_box {
      margin-top: 50px; }
      #blog_post .post_content .author_box .author {
        margin-top: 45px;
        font-weight: bold;
        font-size: 15px;
        color: #1189D9; }
      #blog_post .post_content .author_box .area {
        font-size: 15px;
        font-style: italic;
        margin-top: 5px;
        color: #9C9C9C; }
  #blog_post .comments {
    margin-top: 3px;
    padding-top: 50px;
    border-bottom: 1px solid #cacaca;
    box-shadow: 0px 1px 0px 0px white;
    padding-bottom: 3px; }
    #blog_post .comments h4 {
      font-size: 23px;
      margin-top: 0;
      margin-bottom: 25px; }
    #blog_post .comments .comment {
      margin-bottom: 60px;
      margin-top: 30px; }
      #blog_post .comments .comment.reply_to {
        margin-top: -10px; }
      #blog_post .comments .comment .name {
        font-weight: bold;
        color: #3F3F3F;
        font-size: 14px; }
      #blog_post .comments .comment a.reply {
        color: #1189D9;
        text-decoration: underline;
        margin-left: 20px;
        font-size: 14px;
        -webkit-transition: color .2s;
        -moz-transition: color .2s;
        -ms-transition: color .2s;
        transition: color .2s; }
        #blog_post .comments .comment a.reply:hover {
          color: #252528; }
      #blog_post .comments .comment .date {
        font-size: 13px;
        font-weight: bold;
        color: #747B85; }
      #blog_post .comments .comment .response {
        margin-top: 10px;
        line-height: 22px;
        font-size: 14px; }
  #blog_post .new_comment {
    padding-top: 30px;
    margin-top: 3px; }
    #blog_post .new_comment h4 {
      font-size: 23px;
      color: #3F3F3F; }
    #blog_post .new_comment form {
      margin-top: 35px; }
      #blog_post .new_comment form input[type="text"] {
        border-radius: 3px; }
      #blog_post .new_comment form textarea {
        margin-top: 20px; }
      #blog_post .new_comment form a.send {
        float: right;
        color: #fff;
        border: 0 none;
        background: #187CCC;
        text-shadow: none;
        padding: 4px 15px 4px;
        box-shadow: none;
        text-transform: uppercase;
        font-size: 15px;
        font-weight: bold;
        margin-top: 15px;
        -webkit-transition: background linear .2s, box-shadow linear .2s;
        -moz-transition: background linear .2s, box-shadow linear .2s;
        -o-transition: background linear .2s, box-shadow linear .2s;
        transition: background linear .2s, box-shadow linear .2s; }
        #blog_post .new_comment form a.send:hover {
          background: #252528; }
  #blog_post .sidebar {
    margin: 0;
    padding: 40px 19px 40px 28px;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 1px 3px 1px #cfcfcf;
    float: right; }
    #blog_post .sidebar .box {
      padding-bottom: 30px;
      overflow: hidden;
      margin-bottom: 40px;
      border-bottom: 1px solid #d8d8d8; }
    #blog_post .sidebar .last {
      border: 0 none;
      padding: 0;
      margin-bottom: 0; }
    #blog_post .sidebar .box .recent {
      width: 100%;
      margin-bottom: 20px;
      float: left; }
      #blog_post .sidebar .box .recent span img {
        float: left;
        margin-right: 10px; }
      #blog_post .sidebar .box .recent p {
        margin: 0;
        line-height: 18px;
        font-size: 13px; }
    #blog_post .sidebar .sidebar_header {
      margin-bottom: 20px; }
      #blog_post .sidebar .sidebar_header h4 {
        font-size: 19px;
        margin: 0; }
    #blog_post .sidebar .sidebar_menu {
      list-style-type: none;
      margin-left: 0px;
      padding: 0; }
      #blog_post .sidebar .sidebar_menu ul {
        margin: 0;
        padding: 0;
        list-style: none; }
        #blog_post .sidebar .sidebar_menu ul li {
          margin-bottom: 6px; }
          #blog_post .sidebar .sidebar_menu ul li a {
            color: #333;
            font-size: 14px;
            -webkit-transition: color .2s;
            -moz-transition: color .2s;
            -ms-transition: color .2s;
            transition: color .2s; }
            #blog_post .sidebar .sidebar_menu ul li a:hover {
              color: #1187D8; }
    #blog_post .sidebar .recent_posts {
      list-style-type: none;
      margin-top: 30px;
      margin-left: 0px; }
      #blog_post .sidebar .recent_posts li {
        margin-bottom: 20px;
        font-size: 15px; }
      #blog_post .sidebar .recent_posts .thumb {
        border: 3px solid #fff;
        box-shadow: 0px 0px 1px 1px #bdbdbd; }
      #blog_post .sidebar .recent_posts a.link {
        color: #333;
        display: block;
        margin-top: 10px; }
        #blog_post .sidebar .recent_posts a.link:hover {
          color: #87a46e;
          text-decoration: underline; }
    #blog_post .sidebar ul.recent_photos {
      list-style-type: none;
      margin-left: 0px;
      padding: 18px 0 0 0; }
      #blog_post .sidebar ul.recent_photos li {
        list-style: none;
        display: inline-block;
        margin-right: 14px;
        margin-bottom: 11px; }
        #blog_post .sidebar ul.recent_photos li a img {
          max-width: 55px;
          border-radius: 3px; }

/* Responsive
-------------------------------------------------- */
/* Large desktop */
@media (min-width: 1200px) {
  #blog_wrapper .post .info {
    width: 420px; } }
@media (max-width: 767px) {
  #blog_wrapper .header hr {
    width: 70%; }
  #blog_wrapper .post .main_pic {
    display: block;
    margin: 0 auto; }
  #blog_wrapper .sidebar .recent_posts .thumb {
    max-width: 100px; }

  #blog_post .sidebar ul.recent_photos li {
    margin-right: 15px; }
  #blog_post .new_comment form input[type="text"] {
    margin-top: 10px; }
  #blog_post .new_comment form a.send {
    margin-bottom: 20px; } }
@media (min-width: 768px) {
  #blog_wrapper .sidebar .search-query {
    width: 85%; }
  #blog_wrapper .sidebar .box .recent p {
    font-size: 13px; } }

/*coming-soon*/
#coming_soon {
  margin-top: -20px; }
  #coming_soon .head {
    background: url("../img/backgrounds/color-splash.jpg") no-repeat;
    display: block;
    padding-top: 160px;
    height: 450px;
    width: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; }
    #coming_soon .head .line {
      margin-left: 0; }
  #coming_soon .text h4 {
    margin: 0 0 35px 0;
    color: #fff;
    font-size: 35px;
    font-weight: normal;
    line-height: 38px;
    text-shadow: 1px 1px 0px #2A284D; }
  #coming_soon .text p {
    color: #fff;
    font-size: 16px;
    font-style: italic;
    line-height: 24px; }
    #coming_soon .text p span {
      font-style: normal;
      text-transform: uppercase; }
  #coming_soon .count {
    margin: 0;
    float: right; }
    #coming_soon .count .box {
      text-align: center;
      float: left;
      margin-left: -10px; }
    #coming_soon .count .first {
      margin: 0 0 0 90px; }
    #coming_soon .count .circle {
      height: 98px;
      width: 98px;
      text-align: center;
      border-radius: 100%;
      margin-bottom: 8px;
      background: rgba(0, 0, 0, 0.5); }
      #coming_soon .count .circle span {
        color: #fff;
        display: inline-block;
        font-size: 33px;
        margin-top: 36px;
        font-weight: bold; }
    #coming_soon .count p {
      color: #fff;
      margin: 0;
      text-transform: uppercase;
      font-size: 13px; }
  #coming_soon .email_wrapp .wrapp {
    background: #fff;
    width: 98%;
    margin: 0 auto 60px;
    padding: 32px 0 21px;
    height: 103px;
    float: none;
    border-radius: 0 0 4px 4px;
    box-shadow: 1px 1px 2px 1px #cecece; }
    #coming_soon .email_wrapp .wrapp p {
      float: left;
      font-size: 17px;
      margin: 8px 0px 0px 48px; }
    #coming_soon .email_wrapp .wrapp input[type="text"] {
      float: left;
      font-size: 16px;
      border-radius: 3px;
      height: 36px;
      margin-bottom: 0;
      width: 31.5%;
      margin-left: 25px; }
    #coming_soon .email_wrapp .wrapp a.send {
      text-transform: uppercase;
      color: #fff;
      border: 0 none;
      box-shadow: none;
      margin: 0px 70px 0 0;
      background: #1189D9;
      font-weight: bold;
      text-shadow: none;
      padding: 8px 10px;
      font-size: 14px;
      float: right;
      -webkit-transition: background linear .2s, box-shadow linear .2s;
      -moz-transition: background linear .2s, box-shadow linear .2s;
      -o-transition: background linear .2s, box-shadow linear .2s;
      transition: background linear .2s, box-shadow linear .2s; }
      #coming_soon .email_wrapp .wrapp a.send:hover {
        background: #252528; }
  #coming_soon .email_wrapp .line {
    margin-left: 0; }
  #coming_soon .social {
    text-align: center;
    margin: 0px; }
    #coming_soon .social p {
      display: inline-block;
      font-weight: bold;
      font-size: 21px;
      margin: 0 10px 0 0;
      bottom: 9px;
      position: relative; }
    #coming_soon .social a {
      margin-left: 10px;
      display: inline-block; }
      #coming_soon .social a span {
        display: inline-block;
        width: 33px;
        height: 33px; }
        #coming_soon .social a span.ico1, #coming_soon .social a span.ico1h {
          background-position: 0px 0px; }
        #coming_soon .social a span.ico2, #coming_soon .social a span.ico2h {
          background-position: -37px 0px; }
        #coming_soon .social a span.ico3, #coming_soon .social a span.ico3h {
          background-position: -75px 0px; }
        #coming_soon .social a span.ico4, #coming_soon .social a span.ico4h {
          background-position: -112px -1px; }
        #coming_soon .social a span.ico5, #coming_soon .social a span.ico5h {
          background-position: -151px 0px; }
        #coming_soon .social a span.ico6, #coming_soon .social a span.ico6h {
          background-position: -188px -1px; }
        #coming_soon .social a span.ico7, #coming_soon .social a span.ico7h {
          background-position: -226px 0px; }
      #coming_soon .social a:hover span.icons {
        display: none; }
      #coming_soon .social a:hover span.iconsh {
        display: inline-block; }
    #coming_soon .social span.iconsh {
      display: none; }
  #coming_soon .icons {
    background: url("../img/socialicons2.png") no-repeat;
    width: 265px;
    height: 36px; }
  #coming_soon .iconsh {
    background: url("../img/socialicons_h.png") no-repeat;
    width: 265px;
    height: 36px; }

/* Responsive
-------------------------------------------------- */
@media (min-width: 768px) and (max-width: 991px) {
  #coming_soon .head {
    padding-top: 80px;
    height: 390px; }
  #coming_soon .count {
    text-align: center;
    width: 37%; }
    #coming_soon .count .box {
      margin: 0 0 13px 0; }
    #coming_soon .count .first {
      margin: 0; }
    #coming_soon .count .circle {
      float: none;
      display: inline-block; }
  #coming_soon .email_wrapp .wrapp {
    text-align: center;
    height: auto;
    padding: 30px 0 30px; }
    #coming_soon .email_wrapp .wrapp p {
      float: none;
      margin: 0 0 19px 0; }
    #coming_soon .email_wrapp .wrapp input[type="text"] {
      float: none;
      width: 43%;
      margin: 0 1px 0 0;
      display: inline-block; }
    #coming_soon .email_wrapp .wrapp a.send {
      float: none;
      margin: 0 0 0 7px; } }
@media (max-width: 767px) {
  #coming_soon .head {
    text-align: center;
    background: none;
    margin-bottom: 80px;
    padding-top: 70px;
    height: auto; }
  #coming_soon .text {
    margin-bottom: 20px; }
    #coming_soon .text h4 {
      color: #333;
      text-shadow: none; }
    #coming_soon .text p {
      color: #333; }
  #coming_soon .count {
    float: none; }
    #coming_soon .count .pull-right {
      float: none !important; }
    #coming_soon .count .first {
      margin: 0; }
    #coming_soon .count .box {
      display: inline-block;
      float: none; }
    #coming_soon .count .circle {
      background: rgba(0, 0, 0, 0.8);
      width: 100px;
      height: 100px; }
      #coming_soon .count .circle span {
        font-size: 35px;
        margin-top: 39px; }
    #coming_soon .count p {
      color: #333; }
  #coming_soon .email_wrapp .wrapp {
    background: transparent;
    box-shadow: none;
    padding: 0;
    width: 100%;
    margin: 0 auto; }
    #coming_soon .email_wrapp .wrapp p {
      float: none;
      margin: 0 0 20px 0; }
    #coming_soon .email_wrapp .wrapp input[type="text"] {
      float: left;
      width: 77%;
      margin-left: 0; }
    #coming_soon .email_wrapp .wrapp a.send {
      float: left;
      margin-left: 22px;
      margin-right: 0; } }
@media (max-width: 480px) {
  #coming_soon .count .circle {
    height: 73px;
    width: 73px; }
    #coming_soon .count .circle span {
      margin-top: 26px;
      font-size: 30px; }
  #coming_soon .email_wrapp .wrapp input[type="text"] {
    width: 70%; }
  #coming_soon .social p {
    display: block;
    margin: 16px 0 3px 0; }
  #coming_soon .social a {
    margin-left: 0px; } }

/*contact*/
#contact {
  margin-top: 70px; }
  #contact .contact {
    margin: 40px 0 100px 0; }
    #contact .contact p {
      color: #939394;
      font-size: 18px;
      margin-bottom: 40px;
      font-style: italic;
      line-height: 24px; }
    #contact .contact form {
      margin: 0; }
    #contact .contact .submit {
      margin: 0; }
      #contact .contact .submit .box {
        margin: 0; }
      #contact .contact .submit label.checkbox {
        color: #394350;
        font-style: 14px; }
      #contact .contact .submit .right {
        float: right; }
        #contact .contact .submit .right input[type="submit"] {
          float: right;
          text-transform: uppercase;
          color: #fff;
          background: #72A333;
		  font-size: 13px;
		  padding: 6px 14px;
          border: 0 none;
          border-radius: 3px;
          -webkit-transition: background linear .2s, box-shadow linear .2s;
          -moz-transition: background linear .2s, box-shadow linear .2s;
          -o-transition: background linear .2s, box-shadow linear .2s;
          transition: background linear .2s, box-shadow linear .2s; }
          #contact .contact .submit .right input[type="submit"]:hover {
            background: #96bc4a; }
  #contact .form {
    margin: 0; }
    #contact .form .row-col {
      padding-left: 0; }
    #contact .form .box {
      margin: 0; }
      #contact .form .box input[type="text"],input[type="email"] {
        padding-left: 39px;
        margin-bottom: 10px;
        color: black;
        height: 39px;
        border-radius: 3px; }
      #contact .form .box input.name {
        background: url("../img/formname.png") white no-repeat 5px; }
      #contact .form .box input.mail {
        background: url("../img/formmail.png") white no-repeat 5px; }
      #contact .form .box input.phone {
        background: url("../img/formphone.png") white no-repeat 5px; }
      #contact .form .box textarea {
        padding: 11px;
        margin: 0;
        border-radius: 3px;
        height: 139px; }
  #contact .map {
    margin: 0;
    position: relative; }
    #contact .map iframe {
      display: block; }
    #contact .map .box_wrapp {
      width: 400px;
      position: absolute;
      margin: 0;
      box-shadow: 0 0 7px 0 rgba(26, 26, 26, 0.4);
      padding: 33px 0 33px;
      background: white;
      top: 30px;
      border-radius: 4px; }
      #contact .map .box_wrapp .box_cont {
        margin: 0 auto;
        width: 78%; }
      #contact .map .box_wrapp .head {
        width: 100%;
        margin-bottom: 17px;
        overflow: hidden; }
        #contact .map .box_wrapp .head h6 {
          font-size: 24px;
          margin: 0;
          font-style: italic;
          float: left;
          padding-bottom: 2px;
          border-bottom: 1px solid;
          font-weight: normal; }
      #contact .map .box_wrapp ul.street {
        list-style: none;
        margin: 0;
        padding: 0; }
        #contact .map .box_wrapp ul.street li {
          color: #777777;
          font-size: 14px; }
          #contact .map .box_wrapp ul.street li.icon {
            margin-top: 3px; }
            #contact .map .box_wrapp ul.street li.icon span.ico1 {
              float: left;
              height: 20px; }
            #contact .map .box_wrapp ul.street li.icon span.ico2 {
              float: left;
              height: 20px;
              background-position: 0px -25px; }
			#contact .map .box_wrapp ul.street li.icon span.ico3 {
              float: left;
              height: 20px;
              background-position: 0px -46px; }
            #contact .map .box_wrapp ul.street li.icon .text {
              font-size: 15px;
              color: #777777;
              margin-left: 6px; }
            #contact .map .box_wrapp ul.street li.icon a:hover {
              color: #187CCC;
              -webkit-transition: all .2s;
              -moz-transition: all .2s;
              -ms-transition: all .2s;
              transition: all .2s; }
          #contact .map .box_wrapp ul.street li.icontop {
            margin-top: 13px; }
      #contact .map .box_wrapp .headbottom {
        margin-top: 42px; }
      #contact .map .box_wrapp p {
        color: #777777;
        font-size: 14px;
        margin-bottom: 32px; }
      #contact .map .box_wrapp a.btn {
        text-transform: uppercase;
        color: #fff;
        font-size: 15px;
        background: #187CCC;
        text-shadow: none;
        padding: 6px 0 6px;
        font-weight: bold;
        border: 0 none;
        box-shadow: none;
        border-radius: 3px;
        margin: 0 auto;
        display: block;
        width: 56%;
        -webkit-transition: background linear .2s, box-shadow linear .2s;
        -moz-transition: background linear .2s, box-shadow linear .2s;
        -o-transition: background linear .2s, box-shadow linear .2s;
        transition: background linear .2s, box-shadow linear .2s; }
        #contact .map .box_wrapp a.btn:hover {
          background: #252528; }

.contacticos {
  background: url("../img/contact_icos.png") no-repeat;
  width: 24px;
  height: 44px; }
.alert {
	margin-right: 15px;
}

/* Responsive
-------------------------------------------------- */
@media (max-width: 767px) {
  #contact .contact .submit .box {
    margin: 10px 0 24px; }
  #contact .contact .submit .right {
    float: none; }
    #contact .contact .submit .right input[type="submit"] {
      margin: 0 auto;
      float: none;
      width: 53%;
      display: block;
      padding: 7px; }
  #contact .map .box_wrapp {
    width: 90%;
    position: relative;
    margin: 0 auto 80px; }
    #contact .map .box_wrapp a.btn {
      width: 65%; }
  #contact .map iframe {
    display: none; } }
@media (max-width: 480px) {
  #contact .contact .submit .right input[type="submit"] {
    width: 60%; }
  #contact .map .box_wrapp {
    width: 100%; } }

/* features */
#features {
  margin-top: 70px; }
  #features .subtitle h2 {
    margin: 0;
    font-style: italic;
    font-size: 24px;
    font-weight: normal;
    margin-bottom: 70px;
    line-height: 35px;
    text-align: center; }
  #features .section_header h3 span {
    font-size: 18px;
    line-height: 20px; }
  #features .option1 {
    margin-bottom: 70px; }
    #features .option1 .feature {
      border-bottom: 1px solid #e0e0e0;
      margin-bottom: 65px; }
      #features .option1 .feature .info h3 {
        font-size: 21px;
        margin-top: 45px; }
        #features .option1 .feature .info h3 img {
          margin-right: 18px;
          position: relative;
          top: -10px; }
      #features .option1 .feature .info p {
        margin-top: 15px; }
    #features .option1 .last {
      margin-bottom: 0; }
  /*#features .option2 {
    margin-bottom: 70px; }*/
    #features .option2 .feature {
      margin-bottom: 30px; }
      #features .option2 .feature .box {
        text-align: center;
        float: left;
        width: 16%;
        height: 77px; }
        #features .option2 .feature .box img.one {
          margin-top: 20px; 
		  width: 63px; }
      #features .option2 .feature .text {
        float: left;
        width: 76%;
        margin-top: 17px;
        margin-left: 23px; }
        #features .option2 .feature .text h6 {
          margin: 0 0 8px 0;
          font-size: 20px; }
        #features .option2 .feature .text p {
          margin: 0;
          font-size: 14px;
          line-height: 23px; }
    #features .option2 .right {
      float: right; }
  #features .option3 .feature {
    padding: 40px 0 38px 0;
    background: white;
    box-shadow: 0 1px 3px 1px #E0E0E0;
    border-radius: 4px;
    cursor: pointer;
    /*border:1px solid #fff;*/ }
    #features .option3 .feature .img {
      text-align: center;
      margin: 0 auto 37px; }
    #features .option3 .feature .text {
      margin: 0 auto;
      width: 87%; }
      #features .option3 .feature .text h6 {
        margin: 0 0 9px 0;
        font-size: 20px;
        text-align: center; }
      #features .option3 .feature .text p {
        margin: 0 auto;
        font-size: 14px;
        line-height: 23px;
        text-align: center;
        width: 90%;
        margin-top: 18px; }
    #features .option3 .feature:hover {
      border-color: #B1B1B1;
      box-shadow: 0 0 6px 0 #B4B4B4;
      -webkit-transition: all .2s ease;
      -moz-transition: all .2s ease;
      -ms-transition: all .2s ease;
      -o-transition: all .2s ease;
      transition: all .2s ease; }
	.flip{	
		-webkit-transition: all 1s ease-in-out;
		-moz-transition: all 1s ease-in-out;
		-o-transition: all 1s ease-in-out;
		-ms-transition: all 1s ease-in-out;
		transition: all 1s ease-in-out;	
	}
	.flip:hover{	
		-webkit-transform: rotateY(180deg);
		-moz-transform: rotateY(180deg);
		-o-transform: rotateY(180deg);
		-ms-transform: rotateY(180deg);
		transform: rotateY(180deg);
	}

/* Responsive
-------------------------------------------------- */
@media (min-width: 768px) {
  #features .feature .pic-right {
    float: right; }
  #features .feature .info-left {
    float: left; } }
@media (max-width: 767px) {
  #features .feature {
    margin-bottom: 60px; }
    #features .feature img {
      /*margin: 0 auto !important;*/
      float: none !important; }
  #features .last {
    margin-bottom: 0; }
  #features .option1 .feature .info h3 {
    text-align: center; }
  #features .option2 {
    margin-bottom: 60px; }
    #features .option2 .feature {
      float: left;
      width: 100%;
      margin-bottom: 60px; }
      /*#features .option2 .feature .text {
        margin-top: 0; }
        #features .option2 .feature .text h6 {
          text-align: center; }*/
  #features .option3 .feature {
    margin-bottom: 60px;
    overflow: hidden; } }
@media (max-width: 480px) {
  #features .subtitle h2 {
    font-size: 22px;
    line-height: 30px; }
  #features .option2 {
    margin-bottom: 60px; }
    #features .option2 .feature {
      float: left;
      width: 100%;
      margin-bottom: 60px; }
      #features .option2 .feature .text {
        /*margin-top: 0;*/ }
    #features .option2 .right {
      /*margin-bottom: 0;*/ }
  #features .option3 .feature {
    margin-bottom: 60px; }
  #features .last {
    margin-bottom: 0; } }

/*portfolio*/
#portfolio {
  margin-top: 60px; }
  #portfolio #filters {
    list-style-type: none;
    height: 30px;
    margin-bottom: 40px;
    text-align: center;
    margin-top: -20px; }
    #portfolio #filters li {
      display: inline-block;
      font-size: 20px;
      margin: 0px 6px; }
      #portfolio #filters li.separator {
        color: #c0c0c0;
        font-weight: lighter; }
      #portfolio #filters li a {
        color: #3f3f3f;
        font-style: italic;
        -webkit-transition: color .2s;
        -moz-transition: color .2s;
        -ms-transition: color .2s;
        transition: color .2s; }
        #portfolio #filters li a:hover, #portfolio #filters li a.active {
          color: #1189d9; }
  #portfolio #gallery_container {
    margin-bottom: 50px; }
    #portfolio #gallery_container .photo {
      width: 285px;
      margin: 5px;
      float: left;
      position: relative; }
      #portfolio #gallery_container .photo:hover .mask {
        display: block;
        opacity: 1;
        filter: alpha(opacity=100); }
      #portfolio #gallery_container .photo .mask {
        position: absolute;
        opacity: 0;
        filter: alpha(opacity=0);
        box-shadow: 0px 1px 6px 2px #b1b1b1;
        top: 0px;
        left: 0px;
        border-radius: 5px;
        height: 100%;
        padding: 0px 20px;
        width: 100%;
        background: rgba(17, 137, 217, 0.5);
        -webkit-transition: opacity .25s ease-in-out;
        -moz-transition: opacity .25s ease-in-out;
        transition: opacity .25s ease-in-out; }
        #portfolio #gallery_container .photo .mask h3 {
          color: #fff;
          font-size: 22px;
          position: relative;
          top: 39%; }
        #portfolio #gallery_container .photo .mask small {
          color: #f0f0f0;
          font-size: 15px;
          font-style: italic;
          position: relative;
          top: 35%;
          display: block; }
        #portfolio #gallery_container .photo .mask .more {
          color: #fff;
          font-size: 30px;
          font-weight: bold;
          position: absolute;
          bottom: 7%;
          left: 47%; }

/* Responsive
-------------------------------------------------- */
@media (max-width: 480px) {
  #portfolio #filters li {
    margin: 0px 4px; }
    #portfolio #filters li a {
      font-size: 18px; }
  #portfolio #gallery_container .photo {
    margin-left: 35px; }
    #portfolio #gallery_container .photo img {
      left: 10%; } }

/*portfolio-item*/
#portfolio_tem {
  margin-top: 70px; }
  #portfolio_tem .left_box {
    margin-left: 0; }
    #portfolio_tem .left_box .big {
      margin-bottom: 40px;
      position: relative;
      height: 431px; }
      #portfolio_tem .left_box .big img {
        position: absolute;
        border-radius: 5px; }
  #portfolio_tem .thumbs .thumb {
    float: left;
    position: relative;
    margin-right: 30px;
    cursor: pointer;
    margin-bottom: 10px; }
    #portfolio_tem .thumbs .thumb.last {
      margin: 0; }
    #portfolio_tem .thumbs .thumb:hover .mask {
      display: block;
      opacity: 1;
      filter: alpha(opacity=100); }
    #portfolio_tem .thumbs .thumb .mask {
      position: absolute;
      opacity: 0;
      filter: alpha(opacity=0);
      box-shadow: 0px 1px 6px 2px #b1b1b1;
      top: 0px;
      left: 0px;
      border-radius: 5px;
      height: 100%;
      width: 100%;
      background: rgba(17, 137, 217, 0.5);
      -webkit-transition: opacity .25s ease-in-out;
      -moz-transition: opacity .25s ease-in-out;
      transition: opacity .25s ease-in-out; }
      #portfolio_tem .thumbs .thumb .mask .more {
        color: #fff;
        font-size: 30px;
        font-weight: bold;
        position: absolute;
        bottom: 40%;
        left: 43%; }
  #portfolio_tem .right_box {
    float: right;
    margin-top: 14px; }
    #portfolio_tem .right_box h2 {
      font-size: 28px;
      line-height: 27px;
      margin: 0 0 25px 0; }
    #portfolio_tem .right_box p {
      font-size: 14px;
      line-height: 24px;
      margin-bottom: 18px;
      color: #3F3F3F; }

/* Responsive
-------------------------------------------------- */
@media (min-width: 768px) and (max-width: 991px) {
  #portfolio_tem .left_box .big {
    height: 372px; } }
@media (max-width: 767px) {
  #portfolio_tem .left_box {
    margin-bottom: 50px; }
    #portfolio_tem .left_box .thumbs {
      overflow: hidden; } }
@media (max-width: 480px) {
  #portfolio_tem .left_box .big {
    max-height: 350px; }
    #portfolio_tem .left_box .big img {
      margin-bottom: 10px;
      max-height: 350px;
      width: 100%; }
  #portfolio_tem .thumbs .thumb {
    margin-right: 5px; } }

/*pricing*/
/*Pricing Option 1*/
#in_pricing {
  margin-bottom: 100px;
  margin-top: 70px; }
  #in_pricing .head {
    text-align: center;
    margin-bottom: 70px; }
    #in_pricing .head h3 {
      font-size: 35px;
      font-style: italic;
      font-weight: normal;
      margin: 0 0 20px 0;
      color: #252528; }
    #in_pricing .head h6 {
      font-size: 18px;
      margin: 0;
      color: #8E8E8F;
      font-weight: normal; }
  #in_pricing .charts_wrapp {
    margin-bottom: 40px; }
    #in_pricing .charts_wrapp .plan {
      border-radius: 6px;
      box-shadow: 0 1px 3px 1px #d6d6d6;
      background-color: #fff;
      width: 95%;
      position: relative; }
      #in_pricing .charts_wrapp .plan .wrapper {
        padding: 33px 30px 26px 30px; }
      #in_pricing .charts_wrapp .plan h3 {
        color: #535353;
        font-weight: normal;
        font-style: italic;
        font-size: 28px;
        margin: 0 0 5px 0;
        line-height: 25px; }
      #in_pricing .charts_wrapp .plan .price {
        font-size: 17px;
        color: #1189D9;
        margin-top: 16px; }
        #in_pricing .charts_wrapp .plan .price span.dollar {
          font-size: 32px;
          position: relative;
          top: -6px;
          margin-right: 3px; }
        #in_pricing .charts_wrapp .plan .price span.qty {
          font-size: 47px;
          margin-right: 4px;
          position: relative;
          top: 2px; }
        #in_pricing .charts_wrapp .plan .price span.month {
          font-style: italic;
          font-weight: 300;
          font-size: 15px; }
      #in_pricing .charts_wrapp .plan .features {
        margin-top: 30px; }
        #in_pricing .charts_wrapp .plan .features p {
          color: #838385;
          margin-bottom: 5px;
          font-size: 14px; }
  #in_pricing .plan a.order {
    background-color: #2190DB;
    text-align: center;
    margin: 25px auto 0;
    width: 48%;
    display: block;
    padding: 3px 0;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    border-radius: 5px;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear; }
    #in_pricing .plan a.order:hover {
      background: #252528; }
  #in_pricing .pro .plan {
    width: 100%;
    top: -20px;
    box-shadow: 0 0 7px 0 #d6d6d6;
    border: 1px solid #d9d9d9; }
    #in_pricing .pro .plan .wrapper {
      padding: 36px 30px 35px 30px; }
    #in_pricing .pro .plan img.ribbon {
      position: absolute;
      top: 0;
      right: 0; }
    #in_pricing .pro .plan a.order {
      margin-top: 35px; }
  #in_pricing .standar .plan {
    float: right; }
  #in_pricing .start {
    width: 100%;
    text-align: center; }
    #in_pricing .start p {
      font-size: 24px;
      display: inline-block;
      color: #5B5B5D;
      font-style: italic;
      line-height: 26px;
      margin: 0 18px 0 0; }
    #in_pricing .start a {
      text-transform: uppercase;
      color: #fff;
      font-weight: bold;
      border-radius: 4px;
      padding: 7px 17px;
      font-size: 17px;
      background: #252528;
      -webkit-transition: all .2s linear;
      -moz-transition: all .2s linear; }
      #in_pricing .start a:hover {
        background: #2190DB; }

/*Frequent Questions*/
#faq {
  margin-bottom: 50px; }
  #faq .block .box {
    margin-bottom: 50px; }
    #faq .block .box p.title {
      font-size: 20px;
      margin-bottom: 10px;
      font-style: italic; }
    #faq .block .box p.answ {
      font-size: 14px;
      line-height: 22px; }
  #faq .right {
    float: right; }

/* Pricing Option 2 */
#in_pricing2 {
  margin-bottom: 40px; }
  #in_pricing2 .section_header h3 span {
    font-size: 18px;
    line-height: 20px; }
  #in_pricing2 .charts_wrapp {
    margin-bottom: 40px; }
    #in_pricing2 .charts_wrapp .plan {
      border-radius: 6px;
      box-shadow: 0 1px 3px 1px #d6d6d6;
      background-color: #fff;
      width: 100%;
      position: relative; }
      #in_pricing2 .charts_wrapp .plan .wrapper {
        padding: 33px 30px 26px 30px; }
      #in_pricing2 .charts_wrapp .plan .price {
        font-size: 17px;
        color: #1189D9;
        margin-top: 16px; }
        #in_pricing2 .charts_wrapp .plan .price span.dollar {
          font-size: 32px;
          position: relative;
          top: -6px;
          margin-right: 3px; }
        #in_pricing2 .charts_wrapp .plan .price span.qty {
          font-size: 47px;
          margin-right: 4px;
          position: relative;
          top: 2px; }
      #in_pricing2 .charts_wrapp .plan .features {
        margin-top: 30px; }
        #in_pricing2 .charts_wrapp .plan .features p {
          color: #838385;
          margin-bottom: 5px;
          font-size: 14px; }
      #in_pricing2 .charts_wrapp .plan h3 {
        color: #535353;
        font-weight: normal;
        font-style: italic;
        font-size: 28px;
        margin: 0 0 5px 0;
        line-height: 25px; }
      #in_pricing2 .charts_wrapp .plan a.order {
        width: 80%; }
  #in_pricing2 .plan .price span.month {
    font-weight: bold;
    font-size: 17px; }
  #in_pricing2 .plan a.order {
    background-color: #2190DB;
    text-align: center;
    margin: 25px auto 0;
    width: 48%;
    display: block;
    padding: 3px 0;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    border-radius: 5px;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear; }
    #in_pricing2 .plan a.order:hover {
      background: #252528; }
  #in_pricing2 .ultra .plan {
    top: -13px;
    box-shadow: 0px 0px 7px 0 #d6d6d6;
    border: 1px solid #d9d9d9; }
    #in_pricing2 .ultra .plan .wrapper img.ribbon {
      position: absolute;
      right: 0;
      top: 0; }
  #in_pricing2 .black .plan {
    background: #252528;
    box-shadow: none; }
    #in_pricing2 .black .plan .wrapper {
      padding: 35px 25px 30px 25px; }
    #in_pricing2 .black .plan h3 {
      color: #fff; }
    #in_pricing2 .black .plan h6 {
      color: #fff;
      font-size: 20px;
      font-weight: normal;
      font-style: italic; }
    #in_pricing2 .black .plan p {
      font-size: 16px;
      color: #adadad;
      margin: 20px 0 38px;
      line-height: 23px; }
  #in_pricing2 .black a.order {
    background: #535356;
    color: #fff;
    width: 87%;
    padding: 6px 0; }
    #in_pricing2 .black a.order:hover {
      background: #2190DB; }

/* Responsive
-------------------------------------------------- */
@media (min-width: 768px) and (max-width: 991px) {
  #in_pricing .plan a.order {
    width: 64%; }

  #in_pricing2 .plan a.order {
    width: 64%; } }
@media (max-width: 767px) {
  #in_pricing .charts_wrapp .plan {
    margin: 0 auto 30px;
    width: 95%; }
  #in_pricing .plan .wrapper {
    margin: 0 auto;
    text-align: center; }
  #in_pricing .pro .plan {
    top: 0;
    width: 95%; }
  #in_pricing .standar .plan {
    float: none; }
  #in_pricing .start p {
    margin-bottom: 20px; }
  #in_pricing .start a {
    display: block;
    width: 50%;
    margin: 0 auto; }

  #in_pricing2 .charts_wrapp .plan {
    margin: 0 auto 30px;
    width: 95%; }
  #in_pricing2 .plan .wrapper {
    margin: 0 auto;
    text-align: center; }
  #in_pricing2 .ultra .plan {
    top: 0; } }

/*services*/
/*Service Option 1*/
#service_1 {
  margin-top: 70px;
  margin-bottom: 115px; }
  #service_1 .section_header h3 span {
    font-size: 18px;
    line-height: 20px; }
  #service_1 .service_wrapper .feature {
    margin-right: 0px; }
    #service_1 .service_wrapper .feature .text {
      margin: 23px auto 0;
      width: 92%; }
      #service_1 .service_wrapper .feature .text h6 {
        color: #3F3F3F;
        margin: 0 0 14px 0;
        font-size: 20px; }
      #service_1 .service_wrapper .feature .text p {
        margin: 0;
        font-size: 14px;
        line-height: 22px; }
    #service_1 .service_wrapper .feature .img_box {
      position: relative;
      border-radius: 5px; }
      #service_1 .service_wrapper .feature .img_box img {
        border-radius: 6px;
        position: relative;
        margin: 0 auto; }
      #service_1 .service_wrapper .feature .img_box span.circle {
        background: rgba(150, 188, 74, 0.7);
        width: 48px;
        height: 48px;
        display: none;
        text-align: center;
        position: absolute;
        top: 37%;
        left: 41%;
        border-radius: 100%; }
        #service_1 .service_wrapper .feature .img_box span.circle span.plus {
          display: inline-block;
          margin-top: 13px;
          font-weight: bold;
          color: white;
          font-size: 32px; }
    #service_1 .service_wrapper .feature:hover span.circle {
      display: block; }
    #service_1 .service_wrapper .feature:hover .img_box {
      box-shadow: 0px 0px 1px 100px black inset; }
    #service_1 .service_wrapper .feature:hover img {
      box-shadow: 1px 1px 6px 0px #888;
      border-radius: 5px;
      opacity: 0.9;
      filter: alpha(opacity=90); }
  #service_1 .service_wrapper .last {
    margin-right: 0; }

/*Service Option 2*/
#service_2 {
  margin: 40px 0 115px; }
  #service_2 .section_header h3 span {
    font-size: 18px;
    line-height: 20px; }
  #service_2 .perk {
    margin-bottom: 82px;
    margin-left: 0; }
  #service_2 .circle {
    background: #1189D9;
    text-align: center;
    border-radius: 100%;
    margin: 14px 0 0 0;
    width: 136px;
    height: 136px;
    box-shadow: 1px 1px 2px 0px #E0E0E0; }
    #service_2 .circle img {
      margin-top: 42px; }
  #service_2 .circle1 img {
    margin-top: 49px; }
  #service_2 .description_wrapper {
    float: right; }
    #service_2 .description_wrapper h5 {
      font-size: 20px;
      margin: 5px 0 10px 0; }
    #service_2 .description_wrapper p {
      font-size: 14px;
      line-height: 24px;
      color: #3F3F3F;
      margin-bottom: 0; }
  #service_2 .last {
    margin-bottom: 0; }

/*Service Option 3*/
#process {
  min-height: 350px; }
  #process .section_header h3 {
    margin: 0; }
    #process .section_header h3 span {
      font-size: 18px;
      line-height: 20px; }
  #process .description {
    position: relative; }
    #process .description .text {
      position: absolute;
      display: none; }
      #process .description .text.active {
        display: block; }
    #process .description h4 {
      font-size: 32px;
      line-height: 35px;
      font-weight: normal;
      margin-bottom: 20px; }
    #process .description p {
      font-size: 15px;
      color: #3F3F3F;
      line-height: 26px; }
  #process .areas {
    margin-left: 0;
    float: right; }
    #process .areas .circle {
      height: 210px;
      cursor: pointer;
      float: left;
      margin-right: -45px;
      text-align: center;
      width: 210px;
      background: rgba(37, 37, 40, 0.9);
      border-radius: 100%;
      -webkit-transition: all .3s;
      -moz-transition: all .3s;
      -ms-transition: all .3s;
      transition: all .3s; }
      #process .areas .circle img {
        margin-top: 56px; }
      #process .areas .circle span {
        font-weight: 700;
        font-size: 22px;
        color: #fff;
        display: block;
        margin-top: 21px; }
      #process .areas .circle:hover, #process .areas .circle.active {
        background: #1189d9; }
    #process .areas .first {
      margin-left: 0; }

/* Responsive
-------------------------------------------------- */
@media (min-width: 768px) and (max-width: 979px) {
  #service_2 .description_wrapper {
    width: 77%; }

  #process .areas {
    text-align: center; }
    #process .areas .last_circle {
      float: none;
      display: inline-block;
      margin-left: -75px;
      margin-top: -54px; }

  #team .peaople .bio_box .info {
    margin: 0;
    float: none; } }
@media (max-width: 767px) {
  #service_1 .service_wrapper .feature {
    text-align: center;
    margin-bottom: 60px; }
    #service_1 .service_wrapper .feature .img_box {
      text-align: center; }
      #service_1 .service_wrapper .feature .img_box span.circle {
        left: 45%; }
    #service_1 .service_wrapper .feature:hover .img_box {
      box-shadow: none; }

  #service_2 .perk {
    text-align: center;
    margin-bottom: 70px; }
  #service_2 .circle {
    float: none;
    margin-bottom: 20px;
    display: inline-block; }
  #service_2 .description_wrapper h5 {
    margin-bottom: 15px; }

  #process .areas {
    margin-top: 193px;
    margin-bottom: 0px;
    text-align: center; }
    #process .areas .circle {
      float: none;
      display: inline-block;
      margin: 0; }
    #process .areas .last_circle {
      margin-top: -23px; }
	 .group-xs {
	margin-left: 25%;
	margin-right: 25%;
	margin-bottom: 10%;
	}
}
@media (max-width: 480px) {
  #service_1 .service_wrapper .feature .img_box {
    width: 100%; }
  #service_1 .service_wrapper .feature .text p {
    text-align: left; }

  #process .areas {
    margin-top: 250px; }
    #process .areas .circle {
      width: 100px;
      height: 100px; }
      #process .areas .circle img {
        margin-top: 22px; }
      #process .areas .circle span {
        display: none; }
    #process .areas .last_circle {
      margin-top: 0; } }
.bootstrap-filestyle input {
	border-top-left-radius: 0;
    border-bottom-left-radius: 0;
	width: 350px;
}
.group-span-filestyle label {
	border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
}