/*
Theme Name: Vivido WordPress Theme
Theme URI: http://okthemes.com/vivido
Author:
Author URI: http://
Description: Business, portfolio, personal theme for WordPress
Version: 1.3
=======
License: GPL
License URI: http://www.opensource.org/licenses/gpl-license.php
*/

html {
  -webkit-font-smoothing: antialiased;
}

body {
  background: #ffffff;
  color: #000;
  font-family: 'Roboto Slab';
  font-weight: 300;
  font-size: 16px;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

/* Layout boxed  */
.boxed-container {
  background:#f5f5f5;
  padding: 0;
  
  -moz-box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.1);

  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}

.boxed-container {
    margin: 20px auto;
}

.boxed-container #subheader-slider {
  position: relative;
}

.boxed-container #subheader-slider .rev_slider_wrapper {
  width: 100% !important;
  left: 0 !important;
}

.boxed-container .tp-leftarrow {
  left: 20px !important; 
}
.boxed-container .tp-rightarrow {
  right: 20px !important; 
}

/* Header section */

header.site-header .top-header {
  background: #434343;
  text-align: center;
}

header.site-header .bottom-header {
  padding: 0;
  background: #fff;
  min-height: 72px;
}

/* Footer section */
footer.site-footer  {
  background: #000;
  color: rgba(255,255,255,0.3);
}

footer.site-footer .footer-widgets-holder {
  padding: 100px 0 70px 0;
}

.wpb-is-on footer.site-footer .footer-widgets-holder.wpb_animate_when_almost_visible {
  opacity: 0;
  padding: 0;

  -webkit-transition: all .7s ease-in-out;
  -moz-transition: all .7s ease-in-out;
  -o-transition: all .7s ease-in-out;
  transition: all .7s ease-in-out;
}

.wpb-is-on footer.site-footer .footer-widgets-holder.wpb_animate_when_almost_visible.wpb_start_animation {
  opacity: 1;
  padding: 100px 0 70px 0;
}

.wpb-is-on .wpb_animate_when_almost_visible {
  opacity: 0;
}
.wpb-is-off .wpb_animate_when_almost_visible {
  opacity: 1;
}

footer.site-footer .footer-extras {
  text-align: center;
  background: #000;
}

footer.site-footer .footer-extras .container p {
  padding: 50px 0px;
  margin: 0 20px;
  border-top: 1px solid rgba(255,255,255,0.1);
}

footer.site-footer a.scrollup-footer,
footer.site-footer a.scrollup-footer:hover,
footer.site-footer a.scrollup-footer:active {
  color: #fff;
}

footer.site-footer a.scrollup-footer i {
  font-size: 30px;
  margin-left: 2px;
  line-height: 60px
}

footer.site-footer a.scrollup-footer .b-polygon_octagon {
  width: 60px;
  height: 60px;
}

footer.site-footer a.scrollup-footer .b-polygon_octagon .b-polygon-part_content {
  background: #F36639;
}

/* Content section */
section#content {
  padding: 30px 0;
}
section#content.page-fullscreen {
  padding: 0;
}

.wpb-is-off section#content.page-fullscreen {
  padding: 30px;
}

section#subheader {
  padding:60px 0 30px 0;
  position: relative;
  overflow: hidden;
  text-align: center;
  width: 100%;
}
section#subheader.has_header_image {
  padding: 100px 0;
}

section#subheader.has_header_image header.page-title p,
section#subheader.has_header_image .breadcrumb > li a,
section#subheader.has_header_image .breadcrumb > li {
  color: #fff;
}


section#subheader .page-header-image {
  position: absolute;
  top: 0;
  width: 100%;
  text-align: center;
  z-index: 0;
}
section#subheader .page-header-image img {
  border-radius: 0;
}

.single section#subheader ul.breadcrumb {
  opacity: 1;
  top: 0;
}

section#subheader header.page-title h1 {
  padding: 0;
  margin: 0;
  font-size: 60px;
  font-weight: 300;
}

.title-underline {
  background: #f36639;
  display: inline-block;
  height: 3px;
  margin: 20px 0 0 0;
  width: 100px;
}

/* General links */

a {
   color: #F36639;

  -webkit-transition: all 0.3s;
     -moz-transition: all 0.3s;
          transition: all 0.3s;
}

a:hover,
a:focus {
  color: #DE572C;
  outline: none;
  text-decoration: none;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #000;
}

h1 a:hover,
h1 a:focus,
h2 a:hover,
h2 a:focus,
h3 a:hover,
h3 a:focus,
h4 a:hover,
h4 a:focus,
h5 a:hover,
h5 a:focus,
h6 a:hover,
h6 a:focus {
  color: #F36639;
  text-decoration: none;
}

p {
  line-height: 1.71109;
}

input, button, select, textarea {
  font-family: 'Roboto Slab';
}

input[type="radio"], 
input[type="checkbox"],
.radio, 
.checkbox {
  width: auto;
  display: inline-block;
}

.table {
  width: auto;
}

.gg-animate {
  -webkit-transition: all 1s;
     -moz-transition: all 1s;
          transition: all 1s;
}


/* Logo */

.logo-wrapper {
  padding: 5px 15px;
}

.logo-wrapper img.brand {
  max-width: 100%;
}

.logo-wrapper small.graphic {
  margin-left: 10px;
}

#main-navbar-collapse .social-icons-widget ul {
  padding: 21px 0 21px 15px;
  border-left: 1px solid #f5f5f5;
}

#main-navbar-collapse .social-icons-widget ul li {
  margin-top: 0;
}

.navbar-header {
  border-right: 1px solid #f5f5f5;
  position: relative;
}

.navbar-toggle {
  position: absolute;
  top: 50%;
  right: 0;
  margin: 0;
  -webkit-transform: translate(-50%,-50%);
      -ms-transform: translate(-50%,-50%);
          transform: translate(-50%,-50%);
}

#site-title {
  color: #79848F;
  font-size: 14px;
  font-weight: 900;
  line-height: 20px;
  margin: 0;
  text-transform: uppercase;
  padding: 20px 0;
}
#site-title a {
  color: #f36639;
}
.container > .navbar-header, 
.container-fluid > .navbar-header {
    margin-left: 15px;
}

/* Helpers */

.def_bg_color_primary {
  background: #f36639;
}

.def_bg_color_secondary {
  background: #000;
}

.def_bg_color_none {
  background: transparent;
}

.margin-bottom-null {
  margin-bottom: 0 !important;
}

.circle {
    -moz-border-radius: 50%; 
    -webkit-border-radius: 50%; 
    border-radius: 50%;
}

.rounded {
    -moz-border-radius: 3px; 
    -webkit-border-radius: 3px; 
    border-radius: 3px;
}

.margin-right-5 {
  margin-right: 5px !important;
}

.margin-right-10 {
  margin-right: 10px !important;
}

.margin-right-15 {
  margin-right: 15px !important;
}

.pull-center {
  float: none;
  text-align: center;
  margin: 0 auto;
  display: inline-block;
}

.text-center {
  text-align: center;
}

.spacer-top {
  margin-top: 30px;
}
.spacer-bottom {
  margin-bottom: 30px;
}

.page_heading_left {
  text-align: left;
}
.page_heading_center {
  text-align: center;
}
.page_heading_right {
  text-align: right;
}

.read-more-spacer {
  margin-bottom: 10px;
}

/* Slideshow override*/

.tp-leftarrow.default {
  background: #f36639 !important;
  -moz-border-radius: 50%; 
  -webkit-border-radius: 50%; 
  border-radius: 50%;
}
.tp-leftarrow.default:before {
  content: '\34';
  font-family: 'ElegantIcons';
  color: #fff;
  line-height: 40px;
  font-size: 18px;

}
.tp-rightarrow.default {
  background: #f36639 !important;
  -moz-border-radius: 50%; 
  -webkit-border-radius: 50%; 
  border-radius: 50%;
}
.tp-rightarrow.default:before {
  content: '\35';
  font-family: 'ElegantIcons';
  color: #fff;
  line-height: 40px;
  font-size: 18px;
}


/* Circle */

.b-circle {
    -moz-border-radius: 50%; 
    -webkit-border-radius: 50%; 
    border-radius: 50%;

    vertical-align: middle;
    text-align: center;
}

/* Rounded */

.b-rounded {
    -moz-border-radius: 4px; 
    -webkit-border-radius: 4px; 
    border-radius: 4px;

    vertical-align: middle;
    text-align: center;
}

/* Octagon */

.b-polygon_octagon {
-webkit-transform: rotate(45deg);
   -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
     -o-transform: rotate(45deg);
        transform: rotate(45deg);

}
.b-polygon {
    visibility: hidden;
    display: inline-block;

    overflow: hidden;

    vertical-align: middle;
    text-align: center;
    text-decoration: none;
    
    -webkit-tap-highlight-color: rgba(0,0,0,0);


    }
    .b-polygon-part {
        visibility: hidden;
        display: block;
        overflow: hidden;

        width: 100%;
        height: 100%;
        }
    .b-polygon-part_content:after {
        content:"";

        display: inline-block;

        height: 100%;

        vertical-align: middle;

        }
    .b-polygon-part_helper,
    .b-polygon-part_content {
        visibility: visible;
        }
    .b-polygon-part_content {
        background: #000;
        }
.b-polygon_octagon>.b-polygon-part {
    -webkit-transform: rotate(-45deg);
       -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
         -o-transform: rotate(-45deg);
            transform: rotate(-45deg);
    }

/*Sizes*/    
.b-polygon_octagon {
    width: 130px;
    height: 130px;
    margin-bottom: 20px;
}

.b-polygon_octagon.normal {
    width: 130px;
    height: 130px;
    line-height: 130px;
}
.b-polygon_octagon.small {
    width: 90px;
    height: 90px;
    line-height: 90px;
}
.b-polygon_octagon.large {
    width: 170px;
    height: 170px;
    line-height: 170px;
}

.media > .b-polygon_octagon.pull-left {
  margin-right: 30px;
}
.media > .b-polygon_octagon.pull-right {
  margin-left: 30px;
}


/* Notransition mode */
.vivido-agent-devices .wpb_animate_when_almost_visible,
.vivido-agent-devices .wpb_start_animation {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  -ms-transition: none !important;
  transition: none !important;

  animation:none !important;
  -webkit-animation: none !important;
  -moz-animation: none !important;
  -o-animation: none !important;
  -ms-animation: none !important;

  opacity: 1 !important;
}

.vivido-agent-devices .featured-icon-box .gg-icn-holder {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  -ms-transition: none !important;
  transition: none !important;
}

.vivido-agent-devices .title-subtitle-box .has-underline {
  height: 2px;
  width: 60px !important;
}

.vivido-agent-devices .featured-icon-box:hover .gg-icn-holder {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  -ms-transition: none !important;
  transition: none !important;
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}

.vivido-agent-devices .featured-icon-box.has-transparent-back:hover {
  background: none;
  padding:0 !important; 
}

.vivido-agent-devices .wpb-is-on footer.site-footer .footer-widgets-holder.wpb_animate_when_almost_visible,
.vivido-agent-devices .wpb-is-on footer.site-footer .footer-widgets-holder.wpb_animate_when_almost_visible.wpb_start_animation {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  -ms-transition: none !important;
  transition: none !important;
  opacity: 1 !important;
  padding: 60px 0 30px !important;
}

.vivido-agent-devices .delay-01s {
  animation-delay: 0.1s !important;
  transition-delay: 0.1s !important;
}

/* Navigation */


header .navbar {
  margin-bottom: 0;
  margin-top: 0;

  box-shadow: none;
  padding: 0;

  min-height: inherit;
  border: 0;
  border-radius: 0;

  background: #fff;
  width: 100%;

  position: relative;
}

@-webkit-keyframes stickyHeader {
  0% {
    margin-top: -90px;
  }
  100% {
    margin-top: 0;
  }
}
@keyframes stickyHeader {
  0% {
    margin-top: -90px;
  }
  100% {
    margin-top: 0;
  }
}


header.site-header .bottom-header .navbar.sticky {
  background: #fff;

  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 999;
  padding: 0;

  -webkit-animation: stickyHeader 0.5s 1 ease-in-out;
  animation: stickyHeader 0.5s 1 ease-in-out;

  -webkit-box-shadow: 0px 0px 8px 0px rgba(50, 50, 50, 0.2);
  -moz-box-shadow:    0px 0px 8px 0px rgba(50, 50, 50, 0.2);
  box-shadow:         0px 0px 8px 0px rgba(50, 50, 50, 0.2);
}


header .navbar .navbar-nav > li {
  height: 100%;
  display: table;
}


header .navbar .navbar-nav > li > a,
header .navbar .navbar-nav > li > a:visited {
  text-transform: uppercase;
  font-weight: 300;
  border-bottom:2px solid transparent;
  font-size: 14px;
  color: #000;
  padding: 25px 15px;

  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;

  -webkit-backface-visibility: hidden;

  /*Vertical align*/
  display: table-cell;
  vertical-align: middle;

}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  background-color: transparent;
  color: inherit;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #f5f5f5;
  border-bottom: 2px solid #f36639;
  color: inherit;
}

header .navbar .navbar-nav > li > a.selected,
header .navbar .navbar-nav > li.external.current-menu-item > a,
header .navbar .navbar-nav > li > a:hover,
header .navbar .navbar-nav > li > a:active  {
  background-color: #f5f5f5 !important;
  border-bottom:2px solid #f36639 !important;
}

/*Dropdown hover*/
.dropdown-menu {
    margin: 0;
    padding: 0;
}

.dropdown-menu > li > a {
    padding: 10px 15px;
    color: #000;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  background-color: #f36639 !important;
}



.dropdown-header {
  padding: 10px 15px;
  text-transform: uppercase;
  color: #999;
}

/* Add the following to your stylesheet */

.dropdown-submenu {position:relative;}
.dropdown-submenu > .dropdown-menu{top:0;left:100%;-webkit-border-radius:0 6px 6px 6px;-moz-border-radius:0 6px 6px 6px;border-radius:0 6px 6px 6px;}
.dropdown-submenu:active>.dropdown-menu, .dropdown-submenu:hover>.dropdown-menu {
display: block;
}
.dropdown-submenu>a:after{display:block;content:" ";float:right;width:0;height:0;border-color:transparent;border-style:solid;border-width:5px 0 5px 5px;border-left-color:#cccccc;margin-top:5px;margin-right:-10px;}
.dropdown-submenu:active>a:after{border-left-color:#ffffff;}
.dropdown-submenu.pull-left{float:none;}.dropdown-submenu.pull-left>.dropdown-menu{left:-100%;margin-left:10px;-webkit-border-radius:6px 0 6px 6px;-moz-border-radius:6px 0 6px 6px;border-radius:6px 0 6px 6px;}


/* Buttons styles */

.btn,
.wpb-js-composer .wpb_button,
.wpb-js-composer .vc_btn,
.vc_read_more,
.more-link {
  font-size: 16px;
  line-height: inherit;
  padding: 6px 12px;
  background-color: #f36639;
  color: #FFFFFF;
  display: inline-block;
  line-height: 1.71109;
  text-decoration: none;
  text-shadow:none;
  white-space: inherit;

  font-family: 'Roboto Slab';

  border:none;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;

  -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
          border-radius: 8px;

  -webkit-transition: all 0.5s;
     -moz-transition: all 0.5s;
          transition: all 0.5s;        
}

.wpb-js-composer .vc_btn {
  margin-bottom: 0;
}

.btn-lg,
.wpb-js-composer .vc_btn_btn-large {
  padding: 20px 30px;
}

.btn-sm,
.wpb-js-composer  .vc_btn_btn-small {
  padding: 5px 10px;
  font-size: 14px;
}

.btn-xs,
.wpb-js-composer  .vc_btn_btn-mini {
  font-size: 12px;
  padding: 5px 10px;
}

.btn-default {
  color: #6b6b6b;
  background-color: #ecf0f1;
}

.btn-primary {
  color: #ffffff;
  background-color: #F36639;
}

.btn-secondary {
  color: #ffffff;
  background-color: #34495e;
}

.more-link {
  display: inline-block;
  margin-top: 10px;
}
.gg_posts_grid .more-link{
  margin-top: 20px;
}

.comment-reply-link {
  text-transform: uppercase;
}

.btn:hover,
.vc_read_more:hover,
.btn-primary:hover,
.more-link:hover,
.btn-primary:focus,
.more-link:focus,
.btn-primary:active,
.more-link:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  color: #ffffff;
  background: #DE572C;
  text-decoration: none;
}

.btn-primary:active,
.btn-primary.active {
  background: #DE572C;
}

.wpb-js-composer .vc_btn i {
  line-height: inherit;
}

.wpb-js-composer .vc_btn i.pull-left {
  margin-right: 10px;
  float: none !important;
  display: inline-block; 
}

.wpb-js-composer .vc_btn i.pull-right {
  margin-left: 10px; 
  float: none !important;
}

.wpb-js-composer .vc_btn i.pull-center {
  text-align: center;
  display: block;
}

.wpb-js-composer .vc_btn_square {
  border-radius: 0;
}
.wpb-js-composer .vc_btn_square_outlined {
  border-radius: 0;
  background: none !important;
  border: 1px solid;
}
.wpb-js-composer .vc_btn_round {
  border-radius: 25px;
}
.wpb-js-composer .vc_btn_outlined {
  background: none !important;
  border: 1px solid;
}

.wpb-js-composer .vc_btn_outlined:hover {
  border-color: #f36639 !important;
  color: #f36639 !important;
}

/* Pagination styles */
.pagination {
  position: relative;
  width: 100%;
}

.pagination > li:first-child > a, .pagination > li:first-child > span {
  border: 0;
}
 
.pagination > li > a, 
.pagination > li > span {
  display:block;
  float:left;
  margin: 4px 4px 4px 0;
  padding:5px 20px;
  text-decoration:none;
  width:auto;
  color:#34495e;
  background: #ecf0f1;
  min-width: 25px;
  min-height: 35px;
  text-align: center;
  line-height: 35px;
  border: 0;
}

.single .pagination > li > a, 
.single .pagination > li > span,
.mfp-content .pagination > li > a,
.mfp-content .pagination > li > span {
  margin: 0;
  color: #BCC2C9;
  background: none;
  line-height: normal;
  min-height: inherit;
}
.pagination span.page-of {
  float: right;
}
 
.pagination > li > a:hover,
.pagination > li > a:focus,
.pagination > .active > a,
.pagination > .active > span {
  color:#fff;
  background: #F36639;
}

.single .pagination > li > a:hover,
.single .pagination > li > a:focus,
.single .pagination > .active > a,
.single .pagination > .active > span {
  color:#F36639;
  background: none;
}

.pagination .current,
.pagination span.page-of {
  background: #F36639;
  color:#fff;
}

.single .pagination .current,
.single .pagination span.page-of {
  color:#F36639;
  background: none;
}

/* Scroll to top */

a.scrollup {
  bottom: 20px;
  height: 42px;
  position: fixed;
  right: 20px;
  width: 42px;
  background: #F36639;
  line-height: 47px;
  text-align: center;
  z-index: 999;
}
a.scrollup:hover,
a.scrollup:focus {
  background: #DE572C;
  text-decoration: none;
}

a.scrollup i {
  color: #fff;
}

/* Header social icons */

.social-icons-widget ul {
  margin: 0;
}

.social-icons-widget li {
  display: inline-block;
  float: none;
  padding: 0;
  margin: 10px 0 0 0;
}

.social-icons-widget li .b-polygon_octagon {
  width: 30px;
  height: 30px;
  margin-bottom: 0;
}

.social-icons-widget li a {
  padding: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: #F5F5F5;
  color: #fff;
}

.social-icons-widget ul li a.social-twitter:before {
  content: "\e087";
}

.social-icons-widget ul li a.social-facebook:before {
  content: "\e027";
}

.social-icons-widget ul li a.social-dribble:before {
  content: "\e021";
}

.social-icons-widget ul li a.social-google:before {
  content: "\e039";
}

.social-icons-widget ul li a.social-flickr:before {
  content: "\e029";
}

.social-icons-widget ul li a.social-rss:before {
  content:"\e071";
}

.social-icons-widget ul li a.social-linkedin:before {
  content:"\e052";
}

.social-icons-widget ul li a.social-youtube:before {
  content:"\e099";
}

.social-icons-widget ul li a.social-skype:before {
  content:"\e074";
}

.social-icons-widget ul li a.social-forrst:before {
  content:"\e031";
}

.social-icons-widget ul li a.social-tumblr:before {
  content:"\e085";
}

.social-icons-widget ul li a.social-vimeo:before {
  content:"\e089";
}

.social-icons-widget li a.social-rss {
  background: #F36639;
}

.social-icons-widget li a.social-facebook {
  background: #3B5998;
}

.social-icons-widget li a.social-instagram {
  background: #3B5998;
}
.social-icons-widget li a.social-twitter {
  background: #00ACED;
}
.social-icons-widget li a.social-linkedin {
  background: #007BB6;
}
.social-icons-widget li a.social-google {
  background: #DD4B39;
}
.social-icons-widget li a.social-dribble {
  background: #C5376D;
}
.social-icons-widget li a.social-skype {
  background: #3E9DD7;
}
.social-icons-widget li a.social-flickr {
  background: #ED1884;
}
.social-icons-widget li a.social-vimeo {
  background: #1AB7EA;
}
.social-icons-widget li a.social-youtube {
  background: #BB0000;
}


/* Custom BootstrapWP Overrides and Styles
----------------------------------------------------------------------------------------*/

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  color: #000;
}

.title-subtitle-box  h1 {
  font-size:60px;
}

.title-subtitle-box  h2{
  font-size:48px;
}

.title-subtitle-box  h3 {
  font-size:36px;
}

.title-subtitle-box  h4 {
  font-size:28px;
}

.title-subtitle-box  h5 {
  font-size:20px;
}

.title-subtitle-box  h6 {
  font-size:18px;
}


.img-rounded,
.owl-carousel img,
img.avatar,
.wp-post-image,
.flickr_badge_image img,
div .vc_box_rounded {
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  max-width: 100%;        
}

.wpb_single_image img.default,
.featured-image-box img.default  {
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}

.wpb_single_image img.circle,
.featured-image-box img.circle {
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
}

.wpb_single_image img.rounded,
.featured-image-box img.rounded {
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}

hr {
  border-color:#e3ebed; 
}

/* Blockquote */

blockquote:before {
  display: block;
  content: "\201C";
  font-size: 60px;
  position: absolute;
  left: 10px;
  top: -30px;
  font-family:'Arial';
  font-size: 180px;
  line-height: normal;
}
blockquote:after {
  display: block;
  content: "\201E";
  font-size: 60px;
  position: absolute;
  right: 10px;
  bottom: 0px;
  font-family:'Arial';
  font-size: 180px;
  line-height: normal;
}

blockquote {
  font-family: 'Roboto Slab';
  position: relative; 
  padding: 30px 30px 30px 90px;
  font-size: 30px;
  border:0;
}

blockquote cite,
blockquote p cite {
  display: block;
  font-size: 16px;
  margin-top: 20px;
  font-weight: normal;
}

.format-quote blockquote {
  color: #fff;
}

.nav-pills > li > a {
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;  
}

.nav-pills > li + li {
    margin-left: 5px;
}

#content-wrapper {
  padding: 40px 0 20px 0;
}
.widget h2 img {
  display: inline;
}

/* Forms
----------------------------------------------------------------------------------------*/
.form-control:focus {
  border: 0;
  box-shadow:none;
}

.form-control {
  font-size: 16px;
  height: auto;
  padding: 16px;
  /*line-height: 1.875;*/
  color: #34495e;
  border: none;
  background: #f5f5f5;

  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;

  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;        
          
  -webkit-transition: background .25s linear, color .25s linear;
     -moz-transition: background .25s linear, color .25s linear;
       -o-transition: background .25s linear, color .25s linear;
          transition: background .25s linear, color .25s linear;

  -webkit-backface-visibility: hidden;
}

.form-control:focus {
  border: none;
  background: #F36639;
  color: #fff;
  outline: 0;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}

:-webkit-input-placeholder {
  line-height: 44px;
}

/* Place Holder CSS for Focus */
:focus::-webkit-input-placeholder {
  opacity: 0;
  -webkit-transition: opacity 0.35s ease-in-out;
  transition: opacity 0.35s ease-in-out;
}
:focus:-moz-placeholder {
  opacity: 0;
  -moz-transition: opacity 0.35s ease-in-out;
  transition: opacity 0.35s ease-in-out;
}
:focus::-moz-placeholder {
  opacity: 0;
  -moz-transition: opacity 0.35s ease-in-out;
  transition: opacity 0.35s ease-in-out;
}
:focus:-ms-input-placeholder {  
  opacity: 0;
  -ms-transition: opacity 0.35s ease-in-out;
  transition: opacity 0.35s ease-in-out;
}

.input-group-addon {
  border: 0;
  background-color: #ECF0F1;
  color: #6B6B6B;
}

.form-inline .form-control {
  width: 100%;
}

.input-group input.form-control {
  line-height: 1.71109;
  padding: 6px 16px;
  background: #f5f5f5;
  color: #000;
  min-height: 39px;
}

/*
 * Responsive images
 *
 * Fluid images for posts, comments, and widgets
 */
.entry-content `
.post-image img,
.entry-summary img,
.comment-content img,
.widget img,
.wp-caption {
  max-width: 100%;
}

/* Make sure images with WordPress-added height and width attributes are scaled correctly. */
.entry-content img,
.entry-summary img,
.comment-content img[height],
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
  height: auto;
  max-width: 100%;
}

img.size-auto,
img.size-full,
img.size-medium,
img.size-large,
img.wp-post-image {
  height: auto;
  max-width: 100%;
}

/* Make sure videos and embeds fit their containers. */
embed,
iframe,
object,
video {
  max-width: 100%;
}

/* Override the Twitter embed fixed width. */
.entry-content .twitter-tweet-rendered {
  max-width: 100% !important;
}

.badge {
  background-color: #BCC2C9;
}

/* Posts style */
article.post,
.wpb-is-off article.page {
  margin-bottom: 30px;
  background: #fff;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}

article.post .post-format-icon {
  width:100%;
  background: #F36639;
  height: 300px;
}

article .entry-title {
  font-size: 24px;
}

article .article-header-body {
  overflow: hidden;
  position: relative;
  width: 100%;
  padding:20px; 
}

article.post .entry-content,
article .entry-summary {
  padding: 0 20px 20px 20px;
  overflow: hidden;
}

.single article.post .entry-content,
.wpb-is-off article.page .entry-content {
  padding: 20px; 
}

#single-header {
  position: relative;
  padding: 60px 0 30px;
  text-align: center;
}

.single .article-header-body .navigation ul.pagination,
.mfp-content .article-header-body .navigation ul.pagination {
  margin: 16px 0 0 0;
  float: none;
  display: inline-block;
  width: auto;
}

.article-header-body .entry-title {
  margin-top: 0;
  line-height: normal;
}

#single-header .article-header-body .entry-title {
  margin-bottom: 0;
}

article footer ul.post-tags {
  margin-bottom: 0px;
  border-top: 1px solid #f5f5f5;
  padding: 20px;
}

article footer ul.post-tags li {
  margin-right: 5px;
  height: auto;
}

article footer ul.post-tags li a{
  font-size: 10px;
}


/* Blog Post Specific Items
----------------------------------------------------------------------------------------*/
p.meta {
  font-size: 14px;
  color: #bcc2c9;
  margin-bottom: 0;
}
#single-header p.meta {
  margin-top: 10px;
}
p.meta a {
  color: #bcc2c9;
}

p.meta span i{
  margin-right: 5px;
}
p.meta span {
  margin-right: 15px;
}
p.meta span span {
  margin-right: 0px;
}

.post-social {
  margin: 0px;
}

.post-social ul li a {
  color: #fff;
  text-decoration: none;
  padding: 3px 15px;
  /*background: #F5F5F5 !important;*/
  border-right:1px solid #f5f5f5;
}

.post-social ul li a:hover {
  color: #fff;
  /*background: #F36639 !important;*/
}

.project-description .post-social ul li a {
  color: #BCC2C9;
  text-decoration: none;
  padding: 3px 15px;
  background: #F5F5F5 !important;
  border-right:1px solid #fff;
}

.project-description .post-social ul li a:hover {
  color: #fff;
  background: #F36639 !important;
}

.post-social ul li {
  padding-left: 0;
  padding-right: 0;
}

.post-social ul > li:first-child > a, 
.post-social ul > li:first-child > a:hover, 
.post-social ul > li:first-child > a:focus {
  -webkit-border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 0px;
  -webkit-border-bottom-right-radius: 0px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-topright: 0px;
  -moz-border-bottom-right-radius: 0px;
  -moz-border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 3px;
}
.post-social ul > li:last-child > a, 
.post-social ul > li:last-child > a:hover, 
.post-social ul > li:last-child > a:focus {
  -webkit-border-top-left-radius: 0px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 0px;
  -moz-border-radius-topleft: 0px;
  -moz-border-radius-topright: 3px;
  -moz-border-bottom-right-radius: 3px;
  -moz-border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 0px;
  border-right: 0;
}

.post-social ul li a.social-twitter {
  background: #00ACED;
}
.post-social ul li a.social-facebook {
  background: #3B5998;
}
.post-social ul li a.social-google {
  background: #DD4B39;
}
.post-social ul li a.social-linkedin {
  background: #007BB6;
}
.post-social ul li a.social-send {
  background: #f36639;
}

.post-social ul li a.social-twitter:before {
  content: "\e087";
}

.post-social ul li a.social-facebook:before {
  content: "\e027";
}

.post-social ul li a.social-google:before {
  content: "\e039";
}

.post-social ul li a.social-linkedin:before {
  content:"\e052";
}

.post-social ul li a.social-send:before {
  content:"\e024";
}

/* Blog Post Formats
----------------------------------------------------------------------------------------*/

.post-format {
  width: 100%;
  height: 350px;
  color: #fff;
  text-align: center;
  line-height: 350px;
  background: #F36639;
  font-size: 100px;
  -webkit-border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-topright: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
          
}

.gg_posts_grid ul.image-grid li.col-md-4 .post-format,
.gg_posts_grid .image-grid.owl-carousel[data-slides-per-view="3"] .post-format {
  height: 233px;
  line-height: 233px;
  font-size: 80px;
}  

aside .widget .post-format {
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  margin-right: 20px;
  background: #f5f5f5;
  color: #000;
}

aside .widget .post-format i {
  line-height: 50px;
}

/* Blog Post Formats - Status */
aside .widget .post-format.status {
  background: #E67E22;
}

/* Blog Post Formats - Quote */
aside .widget .post-format.quote {
  background: #95A5A6;
}

/* Blog Post Formats - Chat */

article.format-chat .post-format.chat,
aside .widget .post-format.chat {
  background: #F36639;
}

article.format-chat .entry-content p:nth-of-type(even) {
  background: #f5f5f5;
  padding: 12px;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}
article.format-chat .entry-content p:nth-of-type(odd) {
  padding: 0 12px;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}

/* Blog Post Formats - Quote */

article.format-quote .entry-content {
  background: #F36639;
  padding-top: 20px;
}

article.format-quote blockquote {
  margin-bottom: 0;
}

article.format-quote blockquote cite,
article.format-quote blockquote cite a,
article.format-quote blockquote cite a:hover {
  color: #fff;
}

.gg_posts_grid article.format-quote blockquote,
.gg_posts_grid article.format-quote blockquote cite,
.gg_posts_grid article.format-quote blockquote p cite {
  font-size: 16px;
}
.gg_posts_grid article.format-quote blockquote {
  padding: 0px 0px 0px 50px;
}


.gg_posts_grid article.format-quote blockquote:before,
.gg_posts_grid article.format-quote blockquote:after {
  font-size: 90px;
}

.gg_posts_grid article.format-quote blockquote:before {
  left: 0;
  top: -10px;
}

.gg_posts_grid article.format-quote blockquote:after {
  right: 0;
  bottom: 20px;
}

/* Blog Post Formats - Link */

article.format-link .entry-title {
  margin-top: 10px;
  color: #fff;
} 

aside .widget .post-format.link {
  background: #F36639;
}

article.format-link .entry-content {
  background: #F36639;
  border-left: 80px solid #de572c;
  padding: 20px 20px 10px 20px;
  position: relative;
  color: #fff;
  overflow: visible;
}
article.format-link .entry-content a {
  color: #fff;
}

article.format-link .post-link-icn-holder {
  color: #FFFFFF;
  font-size: 28px;
  left: -52px;
  line-height: 70px;
  position: absolute;
  top: 20px;
}

/* Blog Post Formats - Image */

article.format-image .post-format.image,
aside .widget .post-format.image {
  background: #e74c3c;
}

/* Blog Post Formats - Video */

article.format-video .post-format.video,
aside .widget .post-format.video {
  background: #ea4c89;
}

.gg_posts_grid article.post embed,
.gg_posts_grid article.post iframe,
.gg_posts_grid article.post object,
.gg_posts_grid article.post video {
  height: auto;
}


/* Blog Post Formats - Audio */

article.format-audio .post-format.audio,
aside .widget .post-format.audio {
  background: #3498db;
}

/* Blog Post Formats - Gallery */

article.format-gallery .post-format.gallery,
aside .widget .post-format.gallery {
  background: #95A5A6;
}

.gg_posts_grid article.format-gallery .owl-carousel .owl-item {
  padding: 0;
}


/* Blog Post Formats - Status */
article.format-status .post-format.status img {
  vertical-align: inherit;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}

/* Blog Post Formats - Aside */


/* Sidebar
----------------------------------------------------------------------------------------*/
aside {
  display: inline-block;
  width: 100%;
}

div.widget {
  color: #BCC2C9;
  margin-bottom: 30px;
  float: left;
  width: 100%;
  background: #fff;
  padding: 20px;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}

div.widget a {
  color: #000;
}

div.widget a:hover {
  color: #F36639;
}

h4.widget-title {
  margin-bottom: 20px;
  text-transform: uppercase;
}

.widget.widget_text {
  margin-bottom: 20px;
}

.widget.flickr-widget,
.widget.newsletter {
    float: left;
    position: relative;
    width: 100%;
}

.widget ul {
  margin: 0;
  padding: 0;
}
.widget ul.children,
.widget ul.sub-menu {
  margin-left: 20px;
}

.widget ul.children {
  margin-top: 8px;
}

.widget ul.children li:before {
  content: '\35';
  font-family: 'ElegantIcons';
  color: #BCC2C9;
  margin-top: 2px;
}


.widget ul li {
  border-bottom: 1px solid #f5f5f5;
  list-style: none;
  margin-top: 8px;
  padding-left: 0;
  padding-bottom: 8px;
}
.widget ul li:first-child {
  margin-top: 0;
}
.widget ul li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.widget ul li .post-date {
  display: block;
  margin-top: 3px;
  font-size: 14px;
}
.widget ul li .post-date:before {
  content: '\7d';
  font-family: 'ElegantIcons';
  font-style: normal;
  margin-right: 5px;
}

.site-footer div.widget {
  background: transparent;
  color: rgba(255,255,255,0.3);
}

.site-footer div.widget a {
  color: rgba(255,255,255,0.5);
}

.site-footer div.widget a:hover {
  color: #f36639;
}

.site-footer h4.widget-title {
  margin-bottom: 20px;
  color: #fff;
}

.site-footer .widget ul li {
  border-color: rgba(255,255,255,0.1);
}

/* Widget - Flickr*/
.widget.flickr-widget .flickr_badge_image {
  width: 70px;
  height: 70px;
  margin: 0 5px 10px 5px;
}

.widget.flickr-widget p.flickr_stream_wrap {
  float: left;
  width: 100%;
}

.widget.flickr-widget h4.widget-title:before {
  content: '\e0a6';
  font-family: 'ElegantIcons';
  margin-right: 10px;
  color: #F36639;
}


/* Widget - Tags style */
.widget ul.wp-tag-cloud li {
  display: inline-block;
  background: #f5f5f5;
  border-radius: 3px 3px 3px 3px;
  box-shadow: none;
  color: #6B6B6B;
  text-align: center;
  text-shadow: none;
  padding: 8px 12px;
  margin-top: 4px;
  font-size: 12px;
}

/* Widget - Recent comments style */

.widget ul#recentcomments li:before {
  content: "\76";
  font-family: 'ElegantIcons';
  margin-right: 10px;
}
.widget ul#recentcomments li a {
  display: block;
}

/* Widget - Tabbed posts */
.widget.tabbed-widget {
  float: left;
  width: 100%;
}

.widget.tabbed-widget ul.nav-tabs {
  background: #f9f9f9;
  margin-bottom: 20px;
  border: 0;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}

footer .widget.tabbed-widget ul.nav-tabs {
  background: #DE572C;
}

.widget.tabbed-widget ul.nav-tabs li {
  padding: 0;
  margin: 0;
  border: 0;
}

.widget.tabbed-widget ul.nav-tabs li a{
  border: 0;
  border-right:1px solid rgba(0, 0, 0, 0); 
  padding: 10px 0;
  text-align: center;
}

.widget.tabbed-widget .nav-tabs > li.active > a, 
.widget.tabbed-widget .nav-tabs > li.active > a:hover, 
.widget.tabbed-widget .nav-tabs > li.active > a:focus {
  border: 0;
  background: #F36639;
  color: #fff;
}
footer .widget.tabbed-widget .nav-tabs > li.active > a, 
footer .widget.tabbed-widget .nav-tabs > li.active > a:hover, 
footer .widget.tabbed-widget .nav-tabs > li.active > a:focus,
footer .widget.tabbed-widget .nav-tabs > li > a:hover, 
footer .widget.tabbed-widget .nav-tabs > li > a:focus {
  background: #F36639;
  color: #fff;
}
.widget.tabbed-widget .nav-tabs > li:first-child > a, 
.widget.tabbed-widget .nav-tabs > li:first-child > a:hover, 
.widget.tabbed-widget .nav-tabs > li:first-child > a:focus {
  -webkit-border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 0px;
  -webkit-border-bottom-right-radius: 0px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-topright: 0px;
  -moz-border-bottom-right-radius: 0px;
  -moz-border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 3px;
}
.widget.tabbed-widget .nav-tabs > li:last-child > a, 
.widget.tabbed-widget .nav-tabs > li:last-child > a:hover, 
.widget.tabbed-widget .nav-tabs > li:last-child > a:focus {
  -webkit-border-top-left-radius: 0px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 0px;
  -moz-border-radius-topleft: 0px;
  -moz-border-radius-topright: 3px;
  -moz-border-bottom-right-radius: 3px;
  -moz-border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 0px;
}

.widget.tabbed-widget .nav-tabs > li > a {
  border-radius:0;
  margin: 0;
  font-size: 14px;
}

.widget.tabbed-widget ul > li:before {
  content: none;
}

.widget.tabbed-widget .tab-content ul > li {
  width: 100%;
  margin-bottom: 8px;
  float: left;
}

.widget.tabbed-widget .tab-content ul#recentcomments > li,
.widget.tabbed-widget .tab-content ul.wp-tag-cloud > li {
  margin-bottom: 0px;
}
.widget.tabbed-widget ul > li > a {
  display: block;
}

.widget.tabbed-widget ul > li span.post-format,
.widget.recent_post_thumbnails ul > li span.post-format {
  display: inline;
  float: left;
  font-size: 18px;
  height: 50px;
  line-height: 50px;
  margin-right: 20px;
  width: 50px;
}

.widget.tabbed-widget ul > li img {
  margin: 0 20px 0 0;
}

.widget.tabbed-widget ul.wp-tag-cloud > li {
  width: auto;
}

.widget.tabbed-widget .post-comments,
.widget.tabbed-widget .post-date {
  margin-top: 3px;
  display: block;
  font-size: 14px;
}

.widget.tabbed-widget .post-comments i,
.widget.tabbed-widget .post-date i {
  margin-right: 5px;
}

/* Widget - Social */

.widget.social-icons .social-icons-widget li {
  border: none;
  padding: 0;
  margin: 3px 3px 0 0;
  float: left;
}

.widget.social-icons .social-icons-widget li .b-polygon_octagon {
  width: 60px;
  height: 60px;
}

.widget.social-icons .social-icons-widget li a {
  color: #fff;
  font-size: 18px;
  line-height: 60px;
}

/* Widget - Newsletter */
.newsletter h4.widget-title:before {
  content: '\e010';
  font-family: 'ElegantIcons';
  margin-right: 10px;
  color: #F36639;
}
.newsletter-box form {
  margin-top: 20px;
}

.newsletter-box h1,
.newsletter-box h2,
.newsletter-box h3,
.newsletter-box h4,
.newsletter-box h5,
.newsletter-box h6 {
  color: #fff;
}

.newsletter-box input[type="text"],
.newsletter-box input[type="email"],
.newsletter-box input[type="url"] {
  width: 100%;
}

.newsletter-box input[type="radio"] {
  width: auto;
  height: auto;
  margin-right: 10px;
}

.newsletter-box {
  position: relative;
  background: #f5f5f5;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  padding: 20px;
  color: #000;        
}
.newsletter-box form {
  margin-bottom: 0;
}


/* Widget - Twitter */
.widget.twitter-widget h4.widget-title:before {
  content: '\e094';
  font-family: 'ElegantIcons';
  margin-right: 10px;
  color: #F36639;
}

.widget.twitter-widget li .twitter-date {
  display: block;
  margin-bottom: 5px; 
}

.widget.twitter-widget li .twitter-text {
  color:#000; 
}

.widget.twitter-widget li .twitter-text {
  color: inherit; 
}

.widget.twitter-widget li .twitter-text a {
  color:#F36639; 
}


/* Widget - Recent posts with thumb */
.widget.recent_post_thumbnails ul > li {
  float: left;
  width: 100%;
  margin-bottom: 8px;
}

.widget.recent_post_thumbnails ul > li > a {
  display: block;
}

.widget.recent_post_thumbnails ul > li img {
  margin: 0 20px 0 0;
}

.widget.recent_post_thumbnails .post-date {
  color: #BCC2C9;
}
footer .widget.recent_post_thumbnails .post-date {
  color: inherit;
}

.widget.recent_post_thumbnails .post-date i {
  margin-right: 5px;
}

/* Widget - Contact us */

.widget.contact address {
  padding-left: 20px;
}

.widget.contact ul li:before {
  margin-right: 20px;
  font-family: "ElegantIcons";        
}

.widget.contact ul li.contact-widget-address:before {
  content: "\e01d";
}
.widget.contact ul li.contact-widget-phone:before {
  content: "\e090";
}
.widget.contact ul li.contact-widget-fax:before {
  content: "\e103";
}
.widget.contact ul li.contact-widget-email:before {
  content: "\e010";
}

/* Widget - Contact us - Dark background */

.contact_widget_dark .widget.contact {
  background: none;
  padding: 0;
  border-radius:0; 
}
.contact_widget_dark .widget.contact li {
  border: 0;
}
.contact_widget_dark .widget.contact li.contact-widget-email a,
.contact_widget_dark .widget.contact ul li:before {
  color:#f36639; 
}

.contact_widget_dark .widget.contact h2.widgettitle {
  color: #fff;
}

/* Post Styles */
.entry-meta {
  clear: both;
  display: block;
}
footer.entry-meta {
  font-size: 10px;
  letter-spacing: 1px;
  text-transform: uppercase;
  position: relative;
}
footer.entry-meta .edit-link{
  position: absolute;
  right: 20px;
  top: 20px;
}
.format-gallery .gallery-thumb {
  float: left;
  margin: 0 1em 0 0;
}

.wp-audio-shortcode {
  margin-top: 45px;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}
/* Comment Styles
----------------------------------------------------------------------------------------*/
#comments ul li.comment {
  background: #fff;
  padding: 15px;
  margin-top: 30px;
  position: relative;
  overflow: visible;
  list-style: none;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}

#comments ul li.comment ul.children {
  border-top: 1px solid #f5f5f5;
}

#comments ul li.comment ul.children li.comment {
  background: #fff;
  
  padding: 15px 0 0 0;
  margin-left: 12px;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}

#comments ul li.comment ul.children li.comment .reply {
  right: 0px;
  top: 15px;
}

#comments ul li.comment .reply {
  position: absolute;
  right: 15px;
  top: 13px;
}
#comments ul li.comment img.avatar {
  position: relative;
  z-index: 2;
}

#comments ul li.comment a.avatar-holder i {
  display: none;
}

#comments ul li.comment ul.children li.comment a.avatar-holder i {
  background: #FFFFFF;
  color: #DDDDDD;
  display: block;
  font-size: 14px;
  left: -39px;
  position: absolute;
  top: -8px;
  z-index: 9999;
}

#comments ul li.comment:before {
  border-left: 1px solid #f5f5f5;
  content: "";
  height: 100%;
  left: 35px;
  position: absolute;
  top: 15px;
  z-index: 1;
}
#comments ul li.comment.pingback {
  counter-increment:item;
  padding-left: 50px;
}
#comments ul li.comment.pingback:before {
  border-left: none;
  color: #F0F0F0;
  content: counter(item, decimal);
  font-size: 36px;
  font-style: italic;
  font-weight: 300;
  left: 15px;
  top: 3px;
}
#comments ul li.comment.pingback p {
  margin: 0;
}
#comments ul li.comment ul.children li.comment:before {
  left: 20px;
  top: 0px;
}

#comments ul li.comment.bypostauthor {
  background-color: #ECF0F1;
}
#comments ul li.comment.bypostauthor .comment-author .label{
  background-color: #34495e;
  font-size: 12px;
  margin-left: 5px;
}

#comments .comment-respond h3{
  margin-top: 25px;
}

/* Comment Form */

#commentform textarea,
#contactForm textarea {
  height: 200px;
}

#commentform .form-submit input {
  width: auto;
}

/* Contact Form */

#contactForm.form-finished {
  display: none;
}

#contactForm .form-inline {
  margin-bottom: 30px;
}


/* Image Alignment
----------------------------------------------------------------------------------------*/
img.alignnone {
  display: block;
  position: relative;
}
img.alignright {
  float: right;
  margin: 20px 0 20px 20px;
  display: inline;
}
img.alignleft {
  float: left;
  margin: 20px 20px 20px 0px;
  display: inline;
}
img.aligncenter {
  display: block;
  text-align: center;
  margin: auto;
}
/* Caption Styling
----------------------------------------------------------------------------------------*/
.wp-caption .wp-caption-text,
.entry-caption,
.gallery-caption {
  font-size: 12px;
  font-style: italic;
}

img.wp-smiley,
.rsswidget img {
  border: 0;
  border-radius: 0;
  box-shadow: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

.wp-caption.alignleft + ul,
.wp-caption.alignleft + ol  {
  list-style-position: inside;
}
/* Sticky Post Styles
----------------------------------------------------------------------------------------*/
.sticky {
  border: 1px solid #DDE2E3;
}

/* Mediaelements */
.mejs-container, .mejs-embed, .mejs-embed body {
  background: none;
}
.mejs-controls .mejs-button button {
    background-image: url('images/controls.svg') !important;
}

.hentry .mejs-container .mejs-controls {
  background: #F36639;
  padding-top:15px;
  height: 60px;
  width: 100%;
  bottom: -3px;
          box-sizing: border-box;
     -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -
  webkit-border-radius: 3px;
    -moz-border-radius: 3px;
         border-radius: 3px; 
}

.mejs-controls .mejs-button button:focus {
  outline: none !important;
}

.hentry .mejs-controls .mejs-time-rail .mejs-time-loaded,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
  background: #fff;
}

.hentry .mejs-controls .mejs-time-rail .mejs-time-current {
  background: #DE572C;
}

.hentry .mejs-controls .mejs-time-rail .mejs-time-total,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
  background: #fff;
}

.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
  background: #DE572C;
}

.gg_posts_grid ul.image-grid li.col-md-4 .mejs-overlay-button,
.gg_posts_grid .image-grid.owl-carousel[data-slides-per-view="3"] .mejs-overlay-button {
  top:25%;
} 

/* Gallery */

.gallery-caption {
  background-color: rgba(0, 0, 0, 0.7);
  box-sizing: border-box;
  color: #fff;
  font-size: 14px;
  line-height: 1.3;
  margin: 0;
  max-height: 50%;
  opacity: 0;
  padding: 2px 8px;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: left;
  -webkit-transition: opacity 400ms ease;
  transition:         opacity 400ms ease;
  width: 100%;
}

.gallery-caption:before {
  box-shadow: 0 -10px 15px #000 inset;
  content: "";
  height: 100%;
  min-height: 49px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}

.gallery-item:hover .gallery-caption {
  opacity: 1;
}

.gallery-item img {
  border: 3px solid #fff !important;
}


/* Carousel base class */
.carousel {
  margin-bottom: 20px;
}
.single-portfolio_cpt .carousel {
  margin-bottom: 30px;
}

.carousel .container {
  position: relative;
  z-index: 9;
}

.carousel-control {
  height: 80px;
  width: 40px;
  margin-top: 0;
  font-size: 18px;
  text-shadow:none;
  background: #34495e !important;
  border: 0;
  z-index: 10;
  opacity: 0.5;
  position: absolute;
  bottom: 0;
  top: 45%;
  left: 0;
  text-align: center;
  padding-top: 26px;
}

.carousel-control:hover,
.carousel-control:focus {
  opacity: 1;
}

.carousel-control.left {
  -webkit-border-top-left-radius: 0px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 0px;
  -moz-border-radius-topleft: 0px;
  -moz-border-radius-topright: 3px;
  -moz-border-bottom-right-radius: 3px;
  -moz-border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 0px;
}

.carousel-control.right {
  -webkit-border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 0px;
  -webkit-border-bottom-right-radius: 0px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-topright: 0px;
  -moz-border-bottom-right-radius: 0px;
  -moz-border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 3px;
}

/* Portfolio filter */
.categories_filter {
  position: relative;
}

.nav-pills > li {
    float:none;
    display:inline-block;
    *display:inline; /* ie7 fix */
     zoom:1; /* hasLayout ie7 trigger */
}

.nav-pills {
    text-align:center;
}

.nav-pills > li.active > a, 
.nav-pills > li.active > a:hover, 
.nav-pills > li.active > a:focus {
  background: #f36639;
  border: 1px solid #f36639;
  outline: none;
  color: #fff;
}

.categories_filter li{
  color: #fff;
  cursor: pointer;
}

.categories_filter > li + li{
  margin-left: 0;
}

.categories_filter li a {
  color: #000;
  background: #fff;
  border: 1px solid #cccccc;
  font-size: 14px;
  font-weight: normal;
  padding: 8px 15px;
  margin-bottom: 25px;
  float: left;
  width: 100%;
  text-transform: uppercase;
  text-align: center;
  font-family: 'Roboto Slab';

  -webkit-transition: all 0.5s;
     -moz-transition: all 0.5s;
          transition: all 0.5s;
}

.categories_filter li a:hover,
.categories_filter li a:focus,
.categories_filter li a.selected {
  background: #f36639;
  border: 1px solid #f36639;
  color: #fff;
}

/* Hack for isotope 4 columns */
.isotope-item.col-md-3 {
  width: 24.9% !important;
}

/* Individual Portfolio Styles */

section.in_container_section .categories_filter,
section.in_container_section .image-grid {
}

.gg_posts_grid {
  margin-bottom: 40px;
}

.image-grid {
  list-style: none;
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
}
.image-grid.isotope {
  padding: 20px 0;
}

.image-grid li {
  margin-bottom: 30px;
}

.gg_posts_grid .image-grid li,
.gg_posts_grid .image-grid[data-gap="nogap"] li {
  margin-bottom: 0px;
}

.gg_posts_grid .image-grid[data-gap="gap"] li {
  margin-bottom: 30px;
}

.fullwidth_section .image-grid li img{
  width: 100% !important;
}

.fullwidth_section .image-grid li.col-md-4 {
  width: 33.3% !important;
}
.fullwidth_section .image-grid li.col-md-6 {
  width: 49.9% !important;
}

.image-grid.nogap-cols li {
  margin: 0px;
  padding: 0px;
}

.image-grid.nogap-cols li article.post {
  margin: 0px;
  border-bottom: 1px solid #f5f5f5;
}

.image-grid.nogap-cols li img,
.image-grid.nogap-cols li figure figcaption{
  border-radius: 0;
}

.image-grid figure {
  margin: 0;
  position: relative;
}

.image-grid figure figcaption {
  position: absolute;
  top: 0;
  left: 0;
  padding: 20px;
  background: #f36639;
  color: #fff;

  height: 100%;
  width: 100%;
  opacity: 0;
  text-align: center;
  -webkit-backface-visibility: hidden;
     -moz-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: opacity 0.5s;
     -moz-transition: opacity 0.5s;
          transition: opacity 0.5s;
}

.image-grid figure figcaption a:hover,
.image-grid figure figcaption a:active,
.image-grid figure figcaption a:visited {
  text-decoration: none;
}

.image-grid figure:hover figcaption {
  opacity: 1;
}

.image-grid figure figcaption h4 {
  padding: 0;
  color: #fff;
  margin-bottom: 5px;

  -webkit-transform: translateY(-20px);
     -moz-transform: -moz-translateY(-20px);
      -ms-transform: -ms-translateY(-20px);
          transform: translateY(-20px);
  opacity: 0;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
     -moz-transition: -moz-transform 0.5s, opacity 0.3s;
          transition: transform 0.5s, opacity 0.3s;
}

.image-grid h4,
.image-grid h4 a {
  text-transform: uppercase;
}

.image-grid figure figcaption .title-underline {
  background: rgba(255,255,255,0.8);
  margin: 10px 0;
  height: 1px;
  width: 0px; 
}

.image-grid figure:hover figcaption .title-underline {
  -webkit-transition: width 0.5s;
  -moz-transition: width 0.5s;
  -o-transition: width 0.5s;
  transition: width 0.5s;
  width: 60px;
}

.image-grid .port-short-desc {
  font-size: 14px;
  line-height: inherit;
}

.image-grid figure:hover figcaption h4,
.image-grid figure:hover figcaption h4 a {
  opacity: 1;
  -webkit-transform: translateY(0px);
     -moz-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
}

.image-grid figure figcaption p.port-short-desc {
  -webkit-backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
  display: block;
  -webkit-transform: translateY(20px);
     -moz-transform: -moz-translateY(20px);
      -ms-transform: -ms-translateY(20px);
          transform: translateY(20px);
  opacity: 0;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
     -moz-transition: -moz-transform 0.5s, opacity 0.3s;
          transition: transform 0.5s, opacity 0.3s;
} 

.image-grid figure:hover figcaption p.port-short-desc {
  opacity: 1;
  -webkit-transform: translateY(0px);
     -moz-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
}

.image-grid figure figcaption a.extra-links {
  text-align: center;
  color: #fff;
  
  overflow: hidden;

  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
      
}

.image-grid .portfolio-image-placeholder {
  width: 100%;
  height: 300px;
  background: #f1f1f1;
  display: block;
}

.portfolio-title-subtitle {
  -webkit-backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;

  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;

  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);

}

/* VC - single image */
.image-grid figcaption h3 {
  color: #fff;
}

.portfolio-terms-links ul {
  padding: 0;
  margin: 0;
}
.portfolio-terms-links ul li {
  margin: 0;
  padding: 0;
  color: #BCC2C9;
}

.portfolio-terms-links ul li:after {
  content: ",";
}
.portfolio-terms-links ul li:first-child:after,
.portfolio-terms-links ul li:last-child:after {
  content: "";
}
.portfolio-terms-links ul li:first-child {
  margin-right: 5px;
}

abbr[title], abbr[data-original-title] {
    border-bottom: none;
    cursor: help;
}

.wpb_single_image .image-grid {
  display: inline-block;
}


/* Portfolio - Inner */

.single-portfolio_cpt .entry-content,
.mfp-content .entry-content {
  padding: 20px;
  background: #fff;
  border-bottom: 1px solid #E3EBED;
  margin-bottom: 30px;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}

.project-description h5 {
  font-size: 16px;
  font-weight: bold;
}

.project-description {
  color: #BCC2C9;
  margin-bottom: 60px;
  float: left;
  width: 100%;
  background: #fff;
  border-bottom: 1px solid #E3EBED;
  padding: 20px;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}

.project-description .title-underline {
  margin-bottom: 20px;
}

ul.project-meta li:before {
  font-family: 'ElegantIcons';
  margin-right: 10px;
}

ul.project-meta li {
  line-height: 1.71109;
}

.article-header-body ul.project-meta {
  margin-top: 10px;
  color: #BCC2C9;
  font-size: 14px;
  margin-bottom: 0;
}

ul.project-meta li.project-category:before {
  content: '\62';
}
ul.project-meta li.project-date:before {
  content: '\e023';
}
ul.project-meta li.project-client:before {
  content: '\e026';
}
ul.project-meta li.project-skills:before {
  content: '\e0ec';
}

.project-description p.launch-project {
  margin-bottom: 0;
  margin-top: 30px;
}

#single-project-gallery {
  margin-bottom: 70px;
}

#single-project-gallery .post-image {
  text-align: center;
}

.related-projects {
  text-align: center;
}

.related-projects .title-underline {
  margin-bottom: 30px;
}

.related-projects li {
  margin-bottom: 0;
}

/* Portfolio overlay */
.mfp-bg.gg-style {
    background: #F36639;
    opacity: 1;
}

.mfp-ajax-holder .mfp-content {
  width: 970px !important;
  padding: 0px;
  margin:80px 0px;
  background: #f5f5f5;

  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}


.admin-bar .mfp-ajax-holder .mfp-content {
  margin:112px 0px 80px 0;
}

.mfp-ajax-holder .mfp-content .project-description .title-underline {
  margin-bottom: 20px;
}

.mfp-ajax-holder .mfp-content .container {
  width: 100%;
}

.mfp-ajax-holder .mfp-content #single-header {
  /*padding: 30px 0 0px;*/
}


/* overlay at start */
.mfp-fade.mfp-bg {
  visibility: hidden;
  opacity: 0;
  -webkit-transform: scale(0.4);
  transform: scale(0.4);
  -webkit-transition: -webkit-transform 0.2s, opacity 0.2s, visibility 0s 0.2s;
  transition: transform 0.2s, opacity 0.2s, visibility 0s 0.2s;
}
/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);  
  -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
  transition: transform 0.4s, opacity 0.4s;
}
/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;

  -webkit-transform: scale(0.4);
  transform: scale(0.4);
  -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
  transition: transform 0.4s, opacity 0.4s;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
  padding: 0 15px;
}

.mfp-fade.mfp-wrap .mfp-content #single-header {
  opacity: 0;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, transform 0.5s;

  -webkit-transform: translateY(-50px);
  transform: translateY(-50px);
}

.mfp-fade.mfp-wrap .mfp-content #content {
  opacity: 0;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, transform 0.5s;

  -webkit-transform: translateY(50px);
  transform: translateY(50px);
}

/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content #single-header,
.mfp-fade.mfp-wrap.mfp-ready .mfp-content #content {
  opacity: 1;

  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}

/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;

  -webkit-transform: translateY(50px);
  transform: translateY(50px);

  -webkit-transition: opacity 0.2s, -webkit-transform 0.2s;
  transition: opacity 0.2s, transform 0.2s;
}

.close-project-overlay {
  color: #DE572C;
  cursor: pointer;
  display: inline-block;
  margin-top: -50px;
  outline: medium none;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 1046;
  font-size: 28px;
  left: 0;
}

/* CSS-based preloader */

@keyframes firstbuffer {
  0% {
    -webkit-transform: scale( 0 );
    -moz-transform: scale( 0 );
    transform: scale( 0 );
  }
  50% {
    -webkit-transform: scale( 1 );
    -moz-transform: scale( 1 );
    transform: scale( 1 );
  }
}
@keyframes secbuffer {
  0% {
    -webkit-transform: scale( 0 );
    -moz-transform: scale( 0 );
    transform: scale( 0 );
  }
  50% {
    -webkit-transform: scale( 0 );
    -moz-transform: scale( 0 );
    transform: scale( 0 );
  }
  100% {
    -webkit-transform: scale( 1 );
    -moz-transform: scale( 1 );
    transform: scale( 1 );
  }
}

@-webkit-keyframes firstbuffer {
  0% {
    -webkit-transform: scale( 0 );
    -moz-transform: scale( 0 );
    transform: scale( 0 );
  }
  50% {
    -webkit-transform: scale( 1 );
    -moz-transform: scale( 1 );
    transform: scale( 1 );
  }
}
@-webkit-keyframes secbuffer {
  0% {
    -webkit-transform: scale( 0 );
    -moz-transform: scale( 0 );
    transform: scale( 0 );
  }
  50% {
    -webkit-transform: scale( 0 );
    -moz-transform: scale( 0 );
    transform: scale( 0 );
  }
  100% {
    -webkit-transform: scale( 1 );
    -moz-transform: scale( 1 );
    transform: scale( 1 );
  }
}

.mfp-preloader {
  position: absolute;
  width: 100px !important;
  height: 100px !important;
  top: 50% !important;
  left: 50% !important;
}
.mfp-preloader > * {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,0.1);
  border-radius: 50%;
  
  left: -50%;
  top: -50%;
}
.mfp-preloader > .firstbuffer {
  background: rgba(255,255,255,0.2);
}
.mfp-preloader > .secbuffer {
  -webkit-animation: firstbuffer 1s infinite;
  -moz-animation: firstbuffer 1s infinite;
  animation: firstbuffer 1s infinite;
}
.mfp-preloader > .thirdbuffer {
  background: rgba(255,255,255,0.3);
  -webkit-animation: secbuffer 1s infinite;
  -moz-animation: secbuffer 1s infinite;
  animation: secbuffer 1s infinite;
}


/* Testimonials */

.testimonials-grid li,
.testimonials-grid .owl-converted-li {
  margin-bottom: 30px;
}

.testimonials-grid .b-polygon_octagon {
  width: 260px;
  height: 260px;
}

.testimonials-grid .testimonials-member-picture {
  margin-right: 30px;
}

/* Team */
section.in_container_section .team-grid {
  margin-left: -15px;
  float: left;
}

.team-grid li,
.team-grid .owl-converted-li {
  text-align: center;
  margin-bottom: 30px;
}

.team-grid .owl-converted-li {
  padding: 0 15px;
}

.team-grid .team-box {
  padding: 20px;   
  background: linear-gradient(bottom, #fff 50%, #f36639 50%);
  background: -o-linear-gradient(bottom, #fff 50%, #f36639 50%);
  background: -moz-linear-gradient(bottom, #fff 50%, #f36639 50%);
  background: -webkit-linear-gradient(bottom, #fff 50%, #f36639 50%);
  background: -ms-linear-gradient(bottom, #fff 50%, #f36639 50%);
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}

.team-grid .team-box h3 {
  margin-bottom: 0;
}

.team-grid .team-box p.team-member-position {
  margin-bottom: 20px;
}

.team-grid .team-box h3,
.team-grid .team-box p.team-member-position {
  color: #fff;
}

.team-grid .team-member-description{
  color: #6f6f6f;
}

.team-grid .team-col4-img {
  width: 170px;
  height: 170px;
}
.team-grid .team-col3-img {
  width: 260px;
  height: 260px;
}
.team-grid .team-col2-img {
  width: 450px;
  height: 450px;
}

.team-grid .social-icons-widget {
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
}

/* Title subtitle */
.title-subtitle-box {
  margin-bottom: 60px;
}

.title-subtitle-box h1,
.title-subtitle-box h2,
.title-subtitle-box h3,
.title-subtitle-box h4,
.title-subtitle-box h5,
.title-subtitle-box h6 {
  margin-top: 0;
  font-style: 'Roboto Slab';
  font-weight: 300;
}

/* Feature image box */
.featured-image-box {
  text-align: center;
  margin-bottom: 30px;
}

.featured-image-box figure {
  margin-bottom: 40px;
}

.featured-image-box figure .b-polygon_octagon {
  margin-bottom: 0px;
}

/* Feature icon box */
.featured-icon-box {
  margin-bottom: 40px;
  background: #fff;
  padding:30px 10px;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;

  transition:all 0.5s;
  -webkit-transition:all 0.5s;
  -moz-transition: all 0.5s;
}
.featured-icon-box.has-transparent-back {
  background: transparent;
}

.featured-icon-box.has-transparent-back:hover {
  background: #fff;
  -webkit-backface-visibility: hidden;
}

.featured-icon-box:hover .gg-icn-holder {

  margin-top: -10px;
  margin-bottom: 10px;

  transition:margin 0.3s;
  -webkit-transition:margin 0.3s;
  -moz-transition: margin 0.3s;

  -webkit-backface-visibility: hidden;
  
}

.featured-icon-box .gg-icn-holder {

  transition:margin 0.5s;
  -webkit-transition:margin 0.5s;
  -moz-transition: margin 0.5s;

  -webkit-backface-visibility: hidden;

  margin-top: 0px;
  margin-bottom: 0px;

}

.featured-icon-box h3 {
  margin-bottom: 10px;
}
.featured-icon-box .featured-desc {
  margin-bottom: 5px;
}

.featured-icon-box a.btn {
  margin-top: 12px;
  background: none;
  border: 1px solid #000;
  color: #000;

  transition:all 0.5s;
  -webkit-transition:all 0.5s;
  -moz-transition: all 0.5s;
}
.featured-icon-box a.btn:hover {
  border-color: #f36639;
  color: #f36639;
}

.featured-icon-box .b-polygon_octagon {
  text-align: center;
}

.featured-icon-box .b-polygon_octagon i {
  color: #f36639;
  font-size: 60px;
  line-height: 130px;
}

.featured-icon-box .b-polygon_octagon.oct_normal i {
  font-size: 60px;
  line-height: 130px;
}

.featured-icon-box .b-polygon_octagon.oct_small i {
  font-size: 30px;
  line-height: 90px;
}

.featured-icon-box .b-polygon_octagon.oct_large i {
  font-size: 80px;
  line-height: 170px;
}

.featured-icon-box .media {
  overflow: visible;
}

.featured-icon-box .media > i.pull-center {
  margin-bottom: 20px;
}

.featured-icon-box .media > i.pull-left {
  margin-right: 20px;
}
.featured-icon-box .media > i.pull-right {
  margin-left: 20px;
}

.featured-icon-box i.icon-box {
  color: #fff;
  float: none !important;
  text-align: center;
}

.featured-icon-box .b-circle,
.featured-icon-box .b-rounded {
  margin-bottom: 20px;
}

/* Single icon - VC - octagon */
.single-icon-box i.icon-box {

}

.single-icon-box i.normal,
.featured-icon-box i.normal {
  font-size: 55px;
  line-height: inherit;
}
.single-icon-box i.small,
.featured-icon-box i.small {
  font-size: 38px;
  line-height: inherit;
}
.single-icon-box i.large,
.featured-icon-box i.large {
  font-size: 75px;
  line-height: inherit;
}

/* Single icon - VC - circle */
.single-icon-box .b-circle {
    background: #000;
}

.single-icon-box .b-circle.normal,
.featured-icon-box .b-circle.normal  {
    width: 130px;
    height: 130px;
    line-height: 130px;
}
.single-icon-box .b-circle.small,
.featured-icon-box .b-circle.small {
    width: 90px;
    height: 90px;
    line-height: 90px;
}
.single-icon-box .b-circle.large,
.featured-icon-box .b-circle.large {
    width: 170px;
    height: 170px;
    line-height: 170px;
}

/* Single icon - VC - rounded */
.single-icon-box .b-rounded {
    background: #000;
}

.single-icon-box .b-rounded.normal,
.featured-icon-box .b-rounded.normal {
    width: 130px;
    height: 130px;
    line-height: 130px;
}
.single-icon-box .b-rounded.small,
.featured-icon-box .b-rounded.small {
    width: 90px;
    height: 90px;
    line-height: 90px;
}
.single-icon-box .b-rounded.large,
.featured-icon-box .b-rounded.large {
    width: 170px;
    height: 170px;
    line-height: 170px;
}


/* Toggle style - overwrite VC */
.wpb-js-composer .wpb_toggle_content {
  padding-left: 0;
}

.wpb-js-composer .wpb_toggle, 
.wpb-js-composer #content h4.wpb_toggle {
  background: #fff;
  padding: 15px;

  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}

.wpb-js-composer .wpb_toggle:before, 
.wpb-js-composer #content h4.wpb_toggle:before {
  content: "\4c";
  font-family: "ElegantIcons";
  background: #F36639;
  color: #fff;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  padding: 2px;
  margin-right: 15px;
}

.wpb-js-composer .wpb_toggle.wpb_toggle_title_active, 
.wpb-js-composer #content h4.wpb_toggle.wpb_toggle_title_active {
  background: #F36639;
  color: #fff;
}

.wpb-js-composer .wpb_toggle.wpb_toggle_title_active:before, 
.wpb-js-composer #content h4.wpb_toggle.wpb_toggle_title_active:before {
  background: #DE572C;
  content: "\4e";
}

/* Call to action */
.vc_call_to_action {
  background-color: #f36639;
  border-color: #f36639
}

.vc_call_to_action hgroup h4 {
  margin: 10px 0;
}

.vc_call_to_action hgroup h2, 
.vc_call_to_action hgroup h4 {
  color: #fff;
}

.vc_call_to_action.theme_color_default hgroup h2, 
.vc_call_to_action.theme_color_default hgroup h4,
.vc_call_to_action.theme_color_transparent hgroup h2, 
.vc_call_to_action.theme_color_transparent hgroup h4 {
  color: #7F8C8D;
}

.wpb-js-composer .in_container_section .wpb_call_to_action,
.wpb-js-composer .in_row .wpb_call_to_action {
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}
.wpb-js-composer .wpb_call_to_action {
  border: 0;
}
.wpb-js-composer .wpb_call_to_action h2 {
  margin-top: 0px;
  margin-bottom: 5px;
  color:#fff;
}
.wpb-js-composer .wpb_call_to_action.theme_color_transparent h2 {
  color:#34495E;
}

/* Carousel - overwrite VC */
.owl-carousel .owl-item .item {
  text-align: center;
  margin: 0;
  padding: 0 15px;
}

.owl-carousel .owl-item:first-child .item {
  border:0 !important;
}

.wpb_content_element .owl-theme .owl-controls {
  margin-top: 30px;
}
 
.testimonials-grid.owl-theme .owl-controls {
  margin-top: -10px;
} 

/* OWL carousel - portfolio */

.image-grid.owl-carousel .owl-item {
  padding: 0 15px;
}

aside .widget .image-grid.owl-carousel .owl-item {
  padding: 0 !important;
}

/* Text separator - VC */
.vc_text_separator div {
  background-color: #F1F6F7 !important;
  font-size: 14px !important;
  font-weight: bold;
  text-transform: uppercase;
  top: 0 !important;
}

.vc_text_separator.separator_align_left div {
  padding-left: 0;
}


.wpb_separator,
.vc_text_separator {
  border-bottom: none !important;
  height: auto !important;
}

/* Center separator */
.vc_text_separator:after {
    background-color: #E3EBED;
    content: "";
    display: block;
    height: 1px;
    margin-top: -10px;
    width: 100%;
}
.vc_text_separator:after,
.vc_text_separator:before {
  border: 0;
}

.vc_text_separator.separator_align_center div:before {
    content: "";
    height: 1px;
    left: 100%;
    margin: -1px 0 0;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 250px;
}

.vc_text_separator.separator_align_center div:after {
    content: "";
    height: 1px;
    margin: -1px 0 0;
    padding: 0;
    position: absolute;
    right: 100%;
    top: 50%;
    width: 250px;
}

.vc_text_separator.separator_align_center:before div, 
.vc_text_separator.separator_align_center:after div {
    border-bottom: 1px solid #E3EBED;
    background-color: none !important;
}

/* Teaser grid - VC */
.wpb_teaser_grid h2.post-title {
  font-size: 16px;
  font-weight: bold;
}
.wpb_teaser_grid .vc_read_more {
  margin-bottom: 15px;
}
.wpb_teaser_grid .post-thumb,
.wpb_teaser_grid .entry-content {
  margin-bottom: 15px !important;
}

/* Header - WPML languages */

header.site-header #flags_language_selector {
  position: relative;
  min-width: 37px;
  float: right;
  overflow: hidden;
  margin-right: 3px;
  -webkit-transition: width 0.3s;
     -moz-transition: width 0.3s;
          transition: width 0.3s;
  -webkit-backface-visibility: hidden;
     -moz-backface-visibility: hidden;
          backface-visibility: hidden;

  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;

  background: #F7F7F7;
  line-height: 37px;
  padding: 0 15px;
  font-size: 12px;          
}

header.site-header #flags_language_selector img {
  margin: 0 2px;
}


.wpb_content_element.wpb_tabs .wpb_tour_tabs_wrapper .wpb_tab {
  background-color: #ffffff !important;
  padding: 20px !important;

  -webkit-border-radius: 3px;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius: 3px;
  -moz-border-radius-topleft: 0;
  border-radius: 3px;
  border-top-left-radius: 0;
}

.wpb_content_element .wpb_accordion_wrapper .wpb_accordion_header {
  background-color: #fff;
  padding: 10px 15px;

  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.wpb_content_element .wpb_accordion_wrapper .ui-state-active.wpb_accordion_header {
  background-color: #F36639;
}

.wpb_content_element .wpb_accordion_wrapper .ui-state-active.wpb_accordion_header a {
  color: #fff;
}

.wpb_content_element .wpb_tabs_nav li.ui-tabs-active,
.wpb_content_element .wpb_tabs_nav li:hover {
  background-color: #ffffff;
}

.wpb_content_element .wpb_tabs_nav li.ui-tabs-active a,
.wpb_content_element .wpb_tabs_nav li:hover a{
  color: #34495E;
}

.wpb_content_element .wpb_tour_tabs_wrapper .wpb_tabs_nav a {
  color: #fff;
  padding: 10px 20px !important;
}

.wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header a {
  padding: 0 !important;
  display: inline !important;
}

.wpb_accordion .wpb_accordion_wrapper .ui-state-default .ui-icon {
  position: relative !important;
  background: none !important;
  display: inline-block !important;
  right: auto !important;
  top: auto !important;
  width: 22px !important;
  height: 22px !important;
  margin-right: 15px !important;
}

.wpb_accordion .wpb_accordion_wrapper .ui-state-default .ui-icon:before {
  content: "\4c";
  font-family: "ElegantIcons";
  background: #F36639;
  color: #fff;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  padding: 2px;
  font-size: 18px;
}

.wpb_accordion .wpb_accordion_wrapper .ui-state-active .ui-icon:before {
  content: "\4e";
  font-family: "ElegantIcons";
  background: #DE572C;
  color: #fff;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  padding: 2px;
  font-size: 18px;
}

.wpb_content_element .wpb_tabs_nav li {
  background: #F36639;
}

.wpb_tabs .wpb_tabs_nav li:first-child {
  -webkit-border-top-left-radius: 3px;
      -moz-border-radius-topleft: 3px;
          border-top-left-radius: 3px;
}

.wpb_tabs .wpb_tabs_nav li:last-child {
  -webkit-border-top-right-radius: 3px;
      -moz-border-radius-topright: 3px;
          border-top-right-radius: 3px;
}

.wpb_tour .wpb_tour_tabs_wrapper .wpb_tab {
  background: #fff;
  padding: 20px !important;

  -webkit-border-radius: 3px;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius: 3px;
  -moz-border-radius-topleft: 0;
  border-radius: 3px;
  border-top-left-radius: 0;
}

.wpb_tour .wpb_tabs_nav li:first-child {
  -webkit-border-top-left-radius: 3px;
      -moz-border-radius-topleft: 3px;
          border-top-left-radius: 3px;
}

.wpb_tour .wpb_tabs_nav li:last-child {
  -webkit-border-bottom-left-radius: 3px;
      -moz-border-radius-bottomleft: 3px;
          border-bottom-left-radius: 3px;
}

/* Contact */
.contact-map {
  margin-bottom: 30px;
  border-bottom: 1px solid #F0F0F0;
  float: left;
  width: 100%;
}

.contact-map #map{
  height: 450px !important;
}

/* 404 - Page */
.error404 #searchform {
  margin-bottom: 0;
}


/* VC - Row */
.boxed-container .row,
.page-fullscreen .row {
    margin: 0;
}

.row.vc_row-fluid {
  margin-bottom: 40px;
}
.in_row.row.vc_row-fluid {
  margin-bottom: 30px;
}
.section.fullwidth_section .row.vc_row-fluid {
  margin-bottom: 0px;
}

.section.in_container_section .container,
.section.fullwidth_section .clearfix {
  z-index: 1;
  position: relative;
}

.section.in_container_section,
.section.fullwidth_section {
  position: relative;
}

.section.fullwidth_section .col-md-12 {
  padding: 0;
}

.video-background {
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
    background: #000;
}

.video-background video {
    min-height: 100%;
    min-width: 100%;
}

#main-controls {
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 2;
}

#main-controls ul.ui-video-background-controls {
  margin: 0;
  padding: 2px 8px 4px 8px;
  list-style: none;
  background-color: rgba(0,0,0,.2);
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;  
}
#main-controls ul.ui-video-background-controls li {
  display: inline-block;
  margin: 0 5px;
}
#main-controls ul.ui-video-background-controls li a {
  font-size: 12px;
  text-transform: uppercase;
  color: #fff;
}
#main-controls ul.ui-video-background-controls li a:hover {
  text-decoration: none;
}
#main-controls ul.ui-video-background-controls li a:before {
  margin-right: 5px;
}

a.ui-icon.ui-icon-play:before {
  content: '\e04e';
  font-family: 'ElegantIcons';
}
a.ui-icon.ui-icon-pause:before {
  content: '\e08f';
  font-family: 'ElegantIcons';
}

a.ui-icon.ui-icon-volume-off:before {
  content: '\e069';
  font-family: 'ElegantIcons';
}
a.ui-icon.ui-icon-volume-on:before {
  content: '\e067';
  font-family: 'ElegantIcons';
}

.parallax-section {
    background-size: cover;
    background-color: rgba(0, 0, 0, 0);
    background-position: center 0;
    background-repeat: no-repeat;
    padding: 1px 0;
}

/* VC - Teaser */
.wpb_teaser_grid .categories_filter li.active a, 
.wpb_categories_filter li.active a,
.wpb_teaser_grid .categories_filter li a:hover, 
.wpb_categories_filter li a:hover {
  border:0 !important;
}

.wpb_teaser_grid .categories_filter li, 
.wpb_categories_filter li {
  margin: 0 !important;
}

.wpb_teaser_grid .categories_filter, 
.wpb_categories_filter {
  padding-top: 25px !important; 
}

.wpb_accordion h3.entry-title,
.vc_widget h2.widgettitle,
.wpb_wrapper .widget h2.widgettitle,
.wpb_wrapper h3.entry-title {
  font-size: 18px;
  margin-bottom: 20px;
}

/* VC - Title subtitle */

.title-subtitle-box .has-underline {
  width: 0px;
  height: 3px;
  background: #f36639;
  display: inline-block;
  margin: 20px 0;
  -webkit-transition: width .3s ease-in-out;
  -moz-transition: width .3s ease-in-out;
  -o-transition: width .3s ease-in-out;
  transition: width .3s ease-in-out;
}
.title-subtitle-box .has-underline.wpb_start_animation {
  width: 200px;
  opacity: 1;
}

.title-subtitle-box h1.wpb_start_animation,
.title-subtitle-box h2.wpb_start_animation,
.title-subtitle-box h3.wpb_start_animation,
.title-subtitle-box h4.wpb_start_animation,
.title-subtitle-box h5.wpb_start_animation,
.title-subtitle-box h6.wpb_start_animation, 
.title-subtitle-box p.wpb_start_animation {
  opacity: 1;
}

.panel .panel-heading {
  font-weight: bold;
}

.portfolio-single-fullwidth-content.entry-no-content .entry-content {
  display: none;
}

/* Carousel pagination (dots) */
.owl-theme .owl-controls .owl-page span {
  background: #ccc;
  -webkit-transition: -webkit-transform 0.3s ease, background-color 0.3s ease;
  transition: transform 0.3s ease, background-color 0.3s ease;
  height: 8px;
  width: 8px;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls .owl-page:hover span {
  background: #F36639;
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
}

.owl-theme .owl-controls .owl-buttons div {
  background: #ccc;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  font-size: 21px;
  
  transition:all 0.3s;
  -webkit-transition:all 0.3s;
  -moz-transition: all 0.3s;        
}

.owl-theme .owl-controls .owl-buttons div:hover {
  background: #F36639;
}

/* Carousel pagination (images) */

.owl-theme .owl-controls .owl-page.thumb-navigation {
    position: relative;
}

.owl-theme .owl-controls .owl-page.thumb-navigation .item-link {
    position: relative;
    display: block;
    width: 70px;
    height: 70px;
    margin: 0 2px;
    border-bottom: 4px solid #ccc;
    outline: none;

    -webkit-border-radius: 70px;
       -moz-border-radius: 70px;
            border-radius: 70px;

}

.owl-theme .owl-controls .owl-page.thumb-navigation .item-link:focus {
    -webkit-box-shadow: 0 0 8px #F36639;
    -moz-box-shadow: 0 0 8px #F36639;
    box-shadow: 0 0 8px #F36639;
    outline: none;
}

.owl-theme .owl-controls .owl-page.thumb-navigation .active .item-link {
    border-bottom: 4px solid #F36639;
}

.owl-theme .owl-controls .owl-page.thumb-navigation span {
    display: none;
}

.owl-theme .prev-owl,
.owl-theme .next-owl {
    position: absolute;
    top: 0px;
    display: block;
    width: 100px;
    height: 100%;
    border-radius: 0;
    outline: none;
    z-index: 1;
}

.owl-theme .prev-owl:before,
.owl-theme .next-owl:before {
    position: absolute;
    top: 50%;
    font-family: 'ElegantIcons';
    font-size: 18px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #f5f5f5;
    color: #F36639;

    -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  
    transition:all 0.3s;
    -webkit-transition:all 0.3s;
    -moz-transition: all 0.3s; 
}

.owl-theme .prev-owl:before:hover,
.owl-theme .next-owl:before:hover {
}

.owl-theme .prev-owl {
    left: 0;
}
.owl-theme .prev-owl:before {
    content: '\38';
    left: -3px;
}

.owl-theme .next-owl {
    right: 0;
}
.owl-theme .next-owl:before {
    content: '\39';
    right: -3px;
}

/* VC - Progress bars*/
.vc_progress_bar .vc_single_bar small.vc_label {
  font-size: 14px;
  padding: 0.8em 1em;
  text-shadow:none !important;
}

.vc_progress_bar .vc_single_bar {
  box-shadow: none !important;
  background: #ECF0F1 !important;
  color: #fff;
}

.vc_progress_bar .vc_single_bar .vc_bar {
  background: none;
}

/* VC - Counter*/
.counter-holder {
  
}
.counter-holder .counter {
  font-size: 60px;
}
.counter-holder p {
  text-transform: uppercase;
  font-family: 'Roboto Slab';
  font-weight: normal;
}
.counter-holder i {
  display: block;
  font-size: 30px;
}

.counter-holder.is_box {
  display: inline-block;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}

/* VC - Pie */
.vc_pie_chart h4.wpb_heading {
  font-size: 14px;
  font-weight: bold;
  margin-top: 10px;
}

/* VC - bwmap */

#bwmap.wpb_animate_when_almost_visible {
  opacity: 0;
  -webkit-transition: opacity .5s ease-in-out;
  -moz-transition: opacity .5s ease-in-out;
  -o-transition: opacity .5s ease-in-out;
  transition: opacity .5s ease-in-out;
}

#bwmap.wpb_animate_when_almost_visible.wpb_start_animation {
  opacity: 1;
}

#bwmap {
  height: 500px;
  position: relative;
}

#bwmap img {
  max-width: inherit;
}

/* VC - contact form */
ul.contact-form.mini {
  margin: 0;
  padding: 0;
  list-style: none;
}

ul.contact-form li.form-group {
  margin-bottom: 20px;
}

ul.contact-form li.form-group .sr-only {
  position: relative;
  display: none;
}

ul.contact-form .form-control {
  background: #222;
  color: #fff;
  padding: 20px;
}
ul.contact-form .form-control:focus{
  background: #F36639;
}

ul.contact-form .buttons {
  text-align: center;
}

ul.contact-form .buttons button.btn-primary {
  padding: 18px 30px;
  margin: 0 auto;
  background: transparent;
  border:1px solid #fff;
  color: #fff;
}

ul.contact-form .buttons button.btn-primary:hover {
  border-color:#f36639;
  color: #f36639;
}


ul.contact-form.form-finished {
  display: none;
}

.thanks h3 {
  color: #f36639;
  margin-top: 10px;
}

.panel {
  border: none !important;
}

.lists-module i {
  margin-right: 8px;
}

body ul.wpb_thumbnails-fluid li {
  padding: 0 15px !important; 
}
.teaser_grid_container ul {
  padding: 0 !important;
}

.gg-video-overlay,
.gg-image-overlay,
.gg-parallax-overlay {
    background: rgba(0, 0, 0, 0.5);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}


/* WooCommerce */

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce-page form .form-row input.input-text,
.woocommerce-page form .form-row textarea {
  line-height: 1.42857;
}

.woocommerce span.onsale,
.woocommerce-page span.onsale {
  background: #f36639;
  box-shadow: none;
  text-shadow: none;

  min-height: 40px;
  min-width: 40px;
  line-height: 40px;
  padding: 0;

  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
}

.woocommerce ul.products li.product a img,
.woocommerce-page ul.products li.product a img,
.woocommerce #content div.product div.images img,
.woocommerce div.product div.images img,
.woocommerce-page #content div.product div.images img,
.woocommerce-page div.product div.images img,
.woocommerce .related ul li.product img,
.woocommerce .related ul.products li.product img,
.woocommerce .upsells.products ul li.product img,
.woocommerce .upsells.products ul.products li.product img,
.woocommerce-page .related ul li.product img,
.woocommerce-page .related ul.products li.product img,
.woocommerce-page .upsells.products ul li.product img,
.woocommerce-page .upsells.products ul.products li.product img {
  box-shadow: none;
  max-width: 100%;
  width: auto;
  margin: 0 auto;
}

.woocommerce ul.products li.product a:hover img,
.woocommerce-page ul.products li.product a:hover img {
  box-shadow: none;
}

.woocommerce ul.products li.product, 
.woocommerce-page ul.products li.product {
  text-align: center;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 0 30px 0;
}

.woocommerce ul.products li.product.col-md-6, 
.woocommerce-page ul.products li.product.col-md-6 {
  width:50%;
}

.woocommerce ul.products li.product.col-md-4, 
.woocommerce-page ul.products li.product.col-md-4 {
  width:33.3333%;
}

.woocommerce ul.products li.product.col-md-3, 
.woocommerce-page ul.products li.product.col-md-3 {
  width:25%;
}

.woocommerce .related ul li.product.col-md-3,
.woocommerce .related ul.products li.product.col-md-3,
.woocommerce .upsells.products ul li.product.col-md-3,
.woocommerce .upsells.products ul.products li.product.col-md-3,
.woocommerce-page .related ul li.product.col-md-3,
.woocommerce-page .related ul.products li.product.col-md-3,
.woocommerce-page .upsells.products ul li.product.col-md-3,
.woocommerce-page .upsells.products ul.products li.product.col-md-3 {
  width:25%;
}

.woocommerce .products .star-rating, 
.woocommerce-page .products .star-rating {
  display: inline-block;
  margin-bottom: 20px;
}

.woocommerce ul.products li.product .price, 
.woocommerce-page ul.products li.product .price,
.woocommerce #content div.product p.price,
.woocommerce #content div.product span.price,
.woocommerce div.product p.price,
.woocommerce div.product span.price,
.woocommerce-page #content div.product p.price,
.woocommerce-page #content div.product span.price,
.woocommerce-page div.product p.price,
.woocommerce-page div.product span.price {
  color: #000;
  margin-bottom: 20px;
}

.woocommerce #content input.button,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce-page #content input.button,
.woocommerce-page #respond input#submit,
.woocommerce-page a.button,
.woocommerce-page button.button,
.woocommerce-page input.button,
.woocommerce #content input.button.alt,
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce-page #content input.button.alt,
.woocommerce-page #respond input#submit.alt,
.woocommerce-page a.button.alt,
.woocommerce-page button.button.alt,
.woocommerce-page input.button.alt {
  font-size: 16px;
  line-height: inherit;
  font-weight: inherit;
  padding: 6px 12px;
  background: #f36639;
  color: #FFFFFF;
  display: inline-block;
  line-height: 1.71109;
  text-decoration: none;
  text-shadow:none;
  box-shadow: none;
  white-space: inherit;

  font-family: 'Roboto Slab';

  border:none;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;

  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;

  -webkit-transition: all 0.3s;
     -moz-transition: all 0.3s;
          transition: all 0.3s; 

  font-weight: normal;         
}

.woocommerce #content input.button:hover,
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce-page #content input.button:hover,
.woocommerce-page #respond input#submit:hover,
.woocommerce-page a.button:hover,
.woocommerce-page button.button:hover,
.woocommerce-page input.button:hover,
.woocommerce #content input.button.alt:hover,
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover,
.woocommerce-page #content input.button.alt:hover,
.woocommerce-page #respond input#submit.alt:hover,
.woocommerce-page a.button.alt:hover,
.woocommerce-page button.button.alt:hover,
.woocommerce-page input.button.alt:hover {
  background: #de572c;
  text-shadow:none;
  color: #fff;
}

.woocommerce #content input.button:active,
.woocommerce #respond input#submit:active,
.woocommerce a.button:active,
.woocommerce button.button:active,
.woocommerce input.button:active,
.woocommerce-page #content input.button:active,
.woocommerce-page #respond input#submit:active,
.woocommerce-page a.button:active,
.woocommerce-page button.button:active,
.woocommerce-page input.button:active {
    top: 0px;
}

.woocommerce #content .quantity input.qty,
.woocommerce .quantity input.qty,
.woocommerce-page #content .quantity input.qty,
.woocommerce-page .quantity input.qty {
  height: 40px;
  box-shadow: none;
}
.woocommerce #content .quantity input.qty:focus,
.woocommerce .quantity input.qty:focus,
.woocommerce-page #content .quantity input.qty:focus,
.woocommerce-page .quantity input.qty:focus {
  background: #fff;
  color: #000;
}

.woocommerce #content .quantity .minus,
.woocommerce #content .quantity .plus,
.woocommerce .quantity .minus,
.woocommerce .quantity .plus,
.woocommerce-page #content .quantity .minus,
.woocommerce-page #content .quantity .plus,
.woocommerce-page .quantity .minus,
.woocommerce-page .quantity .plus {
  height: 20px;
  background: #ecf0f1;
  box-shadow: none;
  text-shadow: none;
}

.woocommerce #content .quantity .minus:hover,
.woocommerce #content .quantity .plus:hover,
.woocommerce .quantity .minus:hover,
.woocommerce .quantity .plus:hover,
.woocommerce-page #content .quantity .minus:hover,
.woocommerce-page #content .quantity .plus:hover,
.woocommerce-page .quantity .minus:hover,
.woocommerce-page .quantity .plus:hover {
  background: #fff;
}

.woocommerce #content table.cart input,
.woocommerce table.cart input,
.woocommerce-page #content table.cart input,
.woocommerce-page table.cart input {
  line-height: 1.71109;
}

.woocommerce #content table.cart td.actions .coupon .input-text,
.woocommerce table.cart td.actions .coupon .input-text,
.woocommerce-page #content table.cart td.actions .coupon .input-text,
.woocommerce-page table.cart td.actions .coupon .input-text {
  line-height: 1.71109;
}

.woocommerce #content table.cart td.actions .input-text,
.woocommerce table.cart td.actions .input-text,
.woocommerce-page #content table.cart td.actions .input-text,
.woocommerce-page table.cart td.actions .input-text {
  width: 110px;
}

.woocommerce ul.cart_list li img,
.woocommerce ul.product_list_widget li img,
.woocommerce-page ul.cart_list li img,
.woocommerce-page ul.product_list_widget li img {
  box-shadow: none;
  width: 70px;
}

.woocommerce ul.cart_list li,
.woocommerce ul.product_list_widget li,
.woocommerce-page ul.cart_list li,
.woocommerce-page ul.product_list_widget li {
  padding: 20px 0;
}

.woocommerce #content div.product form.cart .variations,
.woocommerce div.product form.cart .variations,
.woocommerce-page #content div.product form.cart .variations,
.woocommerce-page div.product form.cart .variations {
  width: 100%;
  background: none;
}

.woocommerce #content div.product form.cart .variations td.label,
.woocommerce div.product form.cart .variations td.label,
.woocommerce-page #content div.product form.cart .variations td.label,
.woocommerce-page div.product form.cart .variations td.label {
  display: table-cell;
  font-size: 100%;
  color: inherit;
  border: 0;
}

.woocommerce #content div.product form.cart .variations td,
.woocommerce div.product form.cart .variations td,
.woocommerce-page #content div.product form.cart .variations td,
.woocommerce-page div.product form.cart .variations td {
  border: 0;
}

.woocommerce #content div.product .woocommerce-tabs ul.tabs,
.woocommerce div.product .woocommerce-tabs ul.tabs,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs,
.woocommerce-page div.product .woocommerce-tabs ul.tabs {
  margin-bottom: 0;
  margin-left: 15px;
}

.woocommerce .woocommerce-tabs .panel h2 {
  margin-top: 0;
  font-size: 24px;
}

.woocommerce #content div.product .woocommerce-tabs .panel,
.woocommerce div.product .woocommerce-tabs .panel,
.woocommerce-page #content div.product .woocommerce-tabs .panel,
.woocommerce-page div.product .woocommerce-tabs .panel {
  padding: 20px 28px;
}

.woocommerce #content div.product .woocommerce-tabs ul.tabs li,
.woocommerce div.product .woocommerce-tabs ul.tabs li,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li {
  background: #f36639;
  border: 0;
  box-shadow: none;
  padding: 0 30px;
}

.woocommerce #content div.product .woocommerce-tabs ul.tabs li a,
.woocommerce div.product .woocommerce-tabs ul.tabs li a,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li a,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li a {
  text-shadow:none;
  color: #fff;
  padding: 15px 0;
}

.woocommerce #content div.product .woocommerce-tabs ul.tabs li a:hover,
.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li a:hover,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li a:hover {
    color: #fff;
    text-decoration: none;
}

.woocommerce #content div.product .woocommerce-tabs ul.tabs li.active a:hover,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a:hover,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li.active a:hover,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li.active a:hover {
    color: #000;
    text-decoration: none;
}

.woocommerce #content div.product .woocommerce-tabs ul.tabs:before,
.woocommerce div.product .woocommerce-tabs ul.tabs:before,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs:before,
.woocommerce-page div.product .woocommerce-tabs ul.tabs:before {
  border:0;
}

.woocommerce #content div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li:before {
  border:0;
}

.woocommerce #content div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li:after {
  border:0;
}

.woocommerce #content table.cart img,
.woocommerce table.cart img,
.woocommerce-page #content table.cart img,
.woocommerce-page table.cart img {
  width: 60px;
}

.woocommerce table.shop_table td,
.woocommerce-page table.shop_table td,
.woocommerce table.shop_table th,
.woocommerce-page table.shop_table th {
  padding: 20px 12px;
}

.woocommerce .woocommerce-error,
.woocommerce .woocommerce-info,
.woocommerce .woocommerce-message,
.woocommerce-page .woocommerce-error,
.woocommerce-page .woocommerce-info,
.woocommerce-page .woocommerce-message {
  background: #f5f5f5;
  text-shadow: none;
}

.woocommerce .woocommerce-error:before,
.woocommerce .woocommerce-info:before,
.woocommerce .woocommerce-message:before,
.woocommerce-page .woocommerce-error:before,
.woocommerce-page .woocommerce-info:before,
.woocommerce-page .woocommerce-message:before {
  padding-top: 0; 
}

.woocommerce #payment,
.woocommerce-page #payment {
  background: #f5f5f5;
}

.woocommerce ul.products li.product h3,
.woocommerce-page ul.products li.product h3 {
  font-weight: normal;
  font-size: 18px;
  text-transform: uppercase;
  margin-top: 20px;
}

.woocommerce .woocommerce-product-rating,
.woocommerce-page .woocommerce-product-rating {
  margin-bottom: 20px;
}

.woocommerce div[itemprop="description"] {
  margin-bottom: 30px;
}

.woocommerce .product_meta {
  border-top:1px solid #eee;
  padding-top: 30px;
}

.woocommerce #content div.product form.cart,
.woocommerce div.product form.cart,
.woocommerce-page #content div.product form.cart,
.woocommerce-page div.product form.cart {
  margin-bottom: 40px;
}

.woocommerce .single_variation {
  margin-bottom: 30px;
}

.woocommerce #content div.product .stock,
.woocommerce div.product .stock,
.woocommerce-page #content div.product .stock,
.woocommerce-page div.product .stock {
  color: #000;
}

.woocommerce td.product-name dl.variation dd,
.woocommerce-page td.product-name dl.variation dd,
.woocommerce ul.cart_list li dl dd,
.woocommerce ul.product_list_widget li dl dd,
.woocommerce-page ul.cart_list li dl dd,
.woocommerce-page ul.product_list_widget li dl dd {
  margin-bottom: 0;
}

.woocommerce td.product-name dl.variation dd p:last-child,
.woocommerce-page td.product-name dl.variation dd p:last-child,
.woocommerce ul.cart_list li dl dd p:last-child,
.woocommerce ul.product_list_widget li dl dd p:last-child,
.woocommerce-page ul.cart_list li dl dd p:last-child,
.woocommerce-page ul.product_list_widget li dl dd p:last-child {
  line-height: 1.42857;
}

.woocommerce ul.cart_list li dl,
.woocommerce ul.product_list_widget li dl,
.woocommerce-page ul.cart_list li dl,
.woocommerce-page ul.product_list_widget li dl {
  display: table-cell;
  padding-left: 0;
  border:0;
}

.woocommerce .widget_shopping_cart .total,
.woocommerce-page .widget_shopping_cart .total,
.woocommerce-page.widget_shopping_cart .total,
.woocommerce.widget_shopping_cart .total {
  border-top: 10px double #f7f6f7;
  padding: 20px 0 10px;
  color: #000;
}

.woocommerce a.added_to_cart,
.woocommerce-page a.added_to_cart {
  display: block;
}

.woocommerce #content input.button.added:before,
.woocommerce #respond input#submit.added:before,
.woocommerce a.button.added:before,
.woocommerce button.button.added:before,
.woocommerce input.button.added:before,
.woocommerce-page #content input.button.added:before,
.woocommerce-page #respond input#submit.added:before,
.woocommerce-page a.button.added:before,
.woocommerce-page button.button.added:before,
.woocommerce-page input.button.added:before {
  color: #000;
}

.woocommerce #content input.button.loading,
.woocommerce #respond input#submit.loading,
.woocommerce a.button.loading,
.woocommerce button.button.loading,
.woocommerce input.button.loading,
.woocommerce-page #content input.button.loading,
.woocommerce-page #respond input#submit.loading,
.woocommerce-page a.button.loading,
.woocommerce-page button.button.loading,
.woocommerce-page input.button.loading {
  border: 0;
}

.woocommerce .cart-collaterals .cart_totals table,
.woocommerce-page .cart-collaterals .cart_totals table {
  padding: 15px;
  background: #f5f5f5; 
}

.woocommerce .cart-collaterals .cart_totals table td,
.woocommerce-page .cart-collaterals .cart_totals table td {
  padding: 10px 0;
  border: 0;
}

.woocommerce .cart-collaterals .cart_totals table th,
.woocommerce-page .cart-collaterals .cart_totals table th {
  padding: 10px 0;
  border: 0;
}

.woocommerce .cross-sells h2,
.woocommerce .cart_totals h2,
.woocommerce .shipping_calculator h2,
.woocommerce .woocommerce-billing-fields h3,
.woocommerce .woocommerce-shipping-fields h3,
.woocommerce .woocommerce-shipping-fields h3 label,
.woocommerce h3#order_review_heading,
.woocommerce .addresses .title h3, 
.woocommerce-page .addresses .title h3 {
  font-size: 24px;
  font-weight: 300;
  margin-bottom: 20px;
}
.woocommerce .woocommerce-shipping-fields h3 label {
  margin: 0;
}

.woocommerce .cart-collaterals .shipping_calculator .shipping-calculator-button:after,
.woocommerce-page .cart-collaterals .shipping_calculator .shipping-calculator-button:after {
  font-size: 16px;
}

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
  header .navbar .container {
    width: 100%;
  }
}


/* Landscape phone to portrait tablet */
@media only screen and (max-width : 992px) {

  header .navbar .container {
    width: 100%;
  }
  section#subheader.has_header_image {
    padding: 40px 0;
  }
  section#subheader {
    padding: 20px 0;
  }

  .navbar-nav .open .dropdown-menu > li > a, 
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 20px 15px;
    text-align: center;
    border-bottom: 1px solid #ddd;
  }

  /* Hack for isotope 4 columns */
  .isotope-item.col-md-3 {
    width: 33.3333% !important;
  }

  .mfp-inline-holder .mfp-content, 
  .mfp-ajax-holder .mfp-content {
    width: 100% !important;
  }

  .testimonials-box.media {
    text-align: center;
  }

  .testimonials-grid .testimonials-member-picture {
    display: inline-block;
    float: none !important;
    margin: 0 auto;
    text-align: center;
  }

  header .navbar .navbar-nav > li > a, 
  header .navbar .navbar-nav > li > a:visited {
    width: 100%;
    text-align: center;
    font-size: 13px;
  }

  header .navbar .navbar-nav > li > a, 
  header .navbar .navbar-nav > li > a:visited {
    display: block;
    border-bottom: 2px solid #f5f5f5;
  }

  header .navbar .navbar-collapse {
    max-height: 340px;
  }
 
  header .navbar .navbar-collapse ul.navbar-nav > li {
    width: 100%;
  }

  header .navbar .navbar-collapse .dropdown-menu {
    position: static;
    width: auto;
    float: none;
    background: #f5f5f5;
  }

 header .navbar .navbar-collapse .dropdown-menu li {
    position: relative;
    width: 100%;
    height: 100%;
    display: table;
  }

  #main-navbar-collapse .social-icons-widget ul {
    border-left: 0;
    padding-left: 0;
    display: inline-block;
  }

  #main-navbar-collapse .social-icons-widget {
    text-align: center;
  }

  .navbar-header {
    border-right: 0;
  }

  section#subheader header.page-title h1,
  .title-subtitle-box h1 {
    font-size: 36px;
    margin-top: 20px;
  }
  .title-underline,
  .title-subtitle-box .has-underline {
    height: 2px;
    width: 60px;
  }

  .woocommerce ul.products li.product.col-md-3.col-sm-6, 
  .woocommerce-page ul.products li.product.col-md-3.col-sm-6 {
    width:50%;
  }

}

@media only screen and (max-width : 768px) {
   

  section#subheader.has_header_image {
    padding: 20px 0;
  }
  
  /* Hack for isotope 4 columns */
  .isotope-item.col-md-3 {
    width: 50% !important;
  }

  .testimonials-description.media-body > blockquote {
    font-size: 21px;
    padding: 30px 30px 30px 50px;
  }
  .testimonials-description.media-body > blockquote:before,
  .testimonials-description.media-body > blockquote:after {
    font-size: 100px;
  }

 .testimonials-description.media-body > blockquote:before {
  top:15px;
  left: 0px;
 }
 .testimonials-description.media-body > blockquote:after {
  right: 0px;
 }

 blockquote cite, blockquote p cite {
  font-size: 16px;
  font-weight: bold;
 }

  .margin-bottom-30 {
    margin-bottom: 30px !important;
  }

  .woocommerce ul.products li.product,
  .woocommerce-page ul.products li.product {
    clear: none;
  }

  .woocommerce ul.products li.product.col-md-4.col-sm-6, 
  .woocommerce-page ul.products li.product.col-md-4.col-sm-6 {
    width:50%;
  }

  .woocommerce ul.products li.product.col-md-3.col-sm-6, 
  .woocommerce-page ul.products li.product.col-md-3.col-sm-6 {
    width:50%;
  }

  .tp-leftarrow.default {
    left: 10px !important;
  }

  .tp-rightarrow.default {
    right: 10px !important;
  }

  .section.gg-scroll-section {
    padding-top: 60px !important;
  }

  .title-subtitle-box {
    margin-bottom: 70px !important;
  }

}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {
  section#subheader.has_header_image {
    padding: 10px 0;
  }
  section#subheader header.page-title h1 {
    font-size: 180%;
  }

  /* Hack for isotope 4 columns */
  .isotope-item.col-md-3 {
    width: 100% !important;
  }

  .testimonials-description.media-body > blockquote {
    font-size: 18px;
  }

  .team-grid .team-col3-img,
  .team-grid .team-col2-img,
  .testimonials-grid .b-polygon_octagon {
    height: 200px;
    width: 200px;
  }
  .woocommerce ul.products li.product.col-md-4.col-sm-6.col-xs-12, 
  .woocommerce-page ul.products li.product.col-md-4.col-sm-6.col-xs-12 {
    width:100%;
  }
  .woocommerce ul.products li.product.col-md-3.col-sm-6.col-xs-12, 
  .woocommerce-page ul.products li.product.col-md-3.col-sm-6.col-xs-12 {
    width:100%;
  }
  .woocommerce ul.products li.product.col-md-6.col-sm-6.col-xs-12, 
  .woocommerce-page ul.products li.product.col-md-6.col-sm-6.col-xs-12 {
    width:100%;
  }

  #bwmap {
    height: 250px;
  }

}

/* START Make the cart table responsive */
/* http://css-tricks.com/responsive-data-tables/ */
@media screen and (max-width: 600px) {

/* Force table to not be like tables anymore */
.woocommerce-page table.shop_table,
.woocommerce-page table.shop_table thead,
.woocommerce-page table.shop_table tbody,
.woocommerce-page table.shop_table th,
.woocommerce-page table.shop_table td,
.woocommerce-page table.shop_table tr {
    display: block;
}

/* Hide table headers (but not display: none;, for accessibility) */
.woocommerce-page table.shop_table thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
}

.woocommerce-page table.shop_table tr {
    /*border: 1px solid #d2d3d3; */
}

.woocommerce-page table.shop_table td {
    /* Behave like a "row" */
    border: 1px solid #d2d3d3;
    position: relative;
    padding-left: 30% !important;
}

.woocommerce-page table.shop_table {
    border: none;
}

.woocommerce-page table.shop_table td.product-spacer {
    border-color: #FFF;
    height: 10px;
}

.woocommerce-page table.shop_table td:before {
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 25px;
    left: 5px;
    width: 25%;
    padding-right: 10px;
    white-space: nowrap;
    font-size: 12px;
}

/*
Label the data
*/
.woocommerce-page table.shop_table td.product-remove:before {
    content: "DELETE";
}

.woocommerce-page table.shop_table td.product-thumbnail:before {
    content: "IMAGE";
}

.woocommerce-page table.shop_table td.product-name:before {
    content: "PRODUCT";
}

.woocommerce-page table.shop_table td.product-price:before {
    content: "PRICE";
}

.woocommerce-page table.shop_table td.product-quantity:before {
    content: "QUANTITY";
}

.woocommerce-page table.shop_table td.product-subtotal:before {
    content: "SUBTOTAL";
}

.woocommerce-page table.shop_table td.product-total:before {
    content: "TOTAL";
}

.woocommerce .quantity,
.woocommerce #content .quantity,
.woocommerce-page .quantity,
.woocommerce-page #content .quantity {
    margin: 0;
}

.woocommerce-page table.cart td.actions,
.woocommerce-page #content table.cart td.actions {
    text-align: left;
    border:0;
    padding-left: 6px !important;
}

.woocommerce-page table.cart td.actions .button.alt,
.woocommerce-page #content table.cart td.actions .button.alt {
    float: left;
    margin-top: 10px;
}

.woocommerce-page table.cart td.actions div,
.woocommerce-page #content table.cart td.actions div,
.woocommerce-page table.cart td.actions input,
.woocommerce-page #content table.cart td.actions input {
    margin-bottom: 10px;
}

.woocommerce-page .cart-collaterals .cart_totals {
    float: left;
    width: 100%;
    text-align: left;
}

.woocommerce-page .cart-collaterals .cart_totals th,
.woocommerce-page .cart-collaterals .cart_totals td {
    border:0 !important;
}

.woocommerce-page .cart-collaterals .cart_totals table tr.cart-subtotal td,
.woocommerce-page .cart-collaterals .cart_totals table tr.shipping td,
.woocommerce-page .cart-collaterals .cart_totals table tr.total td {
    padding-left: 6px !important;
}

.woocommerce-page table.shop_table tr.cart-subtotal td,
.woocommerce-page table.shop_table tr.shipping td,
.woocommerce-page table.shop_table tr.total td,
.woocommerce-page table.shop_table.order_details tfoot th,
.woocommerce-page table.shop_table.order_details tfoot td {
    padding-left: 12px !important;
    border:0 !important;
}

.woocommerce-page table.shop_table tbody {
    padding-top: 10px;
}

.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1,
.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2,
.woocommerce form .form-row-first,
.woocommerce form .form-row-last,
.woocommerce-page form .form-row-first,
.woocommerce-page form .form-row-last {
    float: none;
    width: 100%;
}

.woocommerce .order_details ul,
.woocommerce-page .order_details ul,
.woocommerce .order_details,
.woocommerce-page .order_details {
    padding:0;
}

.woocommerce .order_details li,
.woocommerce-page .order_details li {
    clear: left;
    margin-bottom: 10px;
    border:0;
}

/* make buttons full width, text wide anyway, improves effectiveness */
#content table.cart td.actions .button,
.woocommerce #content table.cart td.actions .input-text,
.woocommerce #content table.cart td.actions input,
.woocommerce table.cart td.actions .button,
.woocommerce table.cart td.actions .input-text,
.woocommerce table.cart td.actions input,
.woocommerce-page #content table.cart td.actions .button,
.woocommerce-page #content table.cart td.actions .input-text,
.woocommerce-page #content table.cart td.actions input,
.woocommerce-page table.cart td.actions .button,
.woocommerce-page table.cart td.actions .input-text,
.woocommerce-page table.cart td.actions input {
    width: 100%;
}

/* keep coupon at 50% */
#content table.cart td.actions .coupon .button,
.woocommerce #content table.cart td.actions .coupon .input-text,
.woocommerce #content table.cart td.actions .coupon input,
.woocommerce table.cart td.actions .coupon .button,
.woocommerce table.cart td.actions .coupon .input-text,
.woocommerce table.cart td.actions .coupon input,
.woocommerce-page #content table.cart td.actions .coupon .button,
.woocommerce-page #content table.cart td.actions .coupon .input-text,
.woocommerce-page #content table.cart td.actions .coupon input,
.woocommerce-page table.cart td.actions .coupon .button,
.woocommerce-page table.cart td.actions .coupon .input-text,
.woocommerce-page table.cart td.actions .coupon input {
    width: 48%;
}

/* clean up how coupon inputs display */
#content table.cart td.actions .coupon,
.woocommerce table.cart td.actions .coupon,
.woocommerce-page #content table.cart td.actions .coupon,
.woocommerce-page table.cart td.actions .coupon {
    margin-top: 1.5em;
}

#content table.cart td.actions .coupon .input-text,
.woocommerce table.cart td.actions .coupon .input-text,
.woocommerce-page #content table.cart td.actions .coupon .input-text,
.woocommerce-page table.cart td.actions .coupon .input-text {
    margin-bottom: 1em;
}

/* remove cross sells, they interfere with flow between cart and cart totals + shipping calculator */
.woocommerce .cart-collaterals .cross-sells,
.woocommerce-page .cart-collaterals .cross-sells {
    display: none;
}

}
/* END Make the cart table responsive */

/* CSS Animations - Overwrite VC animations */
.delay-0s {
    animation-delay: 0s !important;
    -webkit-animation-delay: 0s !important;

    transition-delay: 0s !important;
    -webkit-transition-delay: 0s !important;
}
.delay-01s {
    animation-delay: 0.1s !important;
    -webkit-animation-delay: 0.1s !important;

    transition-delay: 0.1s !important;
    -webkit-transition-delay: 0.1s !important;

}
.delay-02s {
    animation-delay: 0.2s !important;
    -webkit-animation-delay: 0.2s !important;

    transition-delay: 0.2s !important;
    -webkit-transition-delay: 0.2s !important;
}
.delay-03s {
    animation-delay: 0.3s !important;
    -webkit-animation-delay: 0.3s !important;

    transition-delay: 0.3s !important;
    -webkit-transition-delay: 0.3s !important;
}
.delay-04s {
    animation-delay: 0.4s !important;
    -webkit-animation-delay: 0.4s !important;

    transition-delay: 0.4s !important;
    -webkit-transition-delay: 0.4s !important;
}
.delay-05s {
    animation-delay: 0.5s !important;
    -webkit-animation-delay: 0.5s !important;

    transition-delay: 0.5s !important;
    -webkit-transition-delay: 0.5s !important;
}
.delay-1s {
    animation-delay: 1s !important;
    -webkit-animation-delay: 1s !important;

    transition-delay: 1s !important;
    -webkit-transition-delay: 1s !important; 
}
.delay-1-05s {
    animation-delay: 1.5s !important;
    -webkit-animation-delay: 1.5s !important;

    transition-delay: 1.5s !important;
    -webkit-transition-delay: 1.5s !important;
}
.delay-2s {
    animation-delay: 2s !important;
    -webkit-animation-delay: 2s !important;

    transition-delay: 2s !important;
    -webkit-transition-delay: 2s !important;
}

.wpb_start_animation.wpb_top-to-bottom {
  -webkit-animation: wpb_ttb 0.5s 1 ease-in-out;
  /* Safari 4+ */
  -moz-animation: wpb_ttb 0.5s 1 ease-in-out;
  /* Fx 5+ */
  -o-animation: wpb_ttb 0.5s 1 ease-in-out;
  /* Opera 12+ */
  animation: wpb_ttb 0.5s 1 ease-in-out;
  /* IE 10+ */
  opacity: 1;
}
.wpb_start_animation.wpb_bottom-to-top {
  -webkit-animation: wpb_btt 0.5s 1 ease-in-out;
  /* Safari 4+ */
  -moz-animation: wpb_btt 0.5s 1 ease-in-out;
  /* Fx 5+ */
  -o-animation: wpb_btt 0.5s 1 ease-in-out;
  /* Opera 12+ */
  animation: wpb_btt 0.5s 1 ease-in-out;
  /* IE 10+ */
  opacity: 1;
}
.wpb_start_animation.wpb_left-to-right {
  -webkit-animation: wpb_ltr 0.5s 1 ease-in-out;
  /* Safari 4+ */
  -moz-animation: wpb_ltr 0.5s 1 ease-in-out;
  /* Fx 5+ */
  -o-animation: wpb_ltr 0.5s 1 ease-in-out;
  /* Opera 12+ */
  animation: wpb_ltr 0.5s 1 ease-in-out;
  /* IE 10+ */
  opacity: 1;
}
.wpb_start_animation.wpb_right-to-left {
  -webkit-animation: wpb_rtl 0.5s 1 ease-in-out;
  /* Safari 4+ */
  -moz-animation: wpb_rtl 0.5s 1 ease-in-out;
  /* Fx 5+ */
  -o-animation: wpb_rtl 0.5s 1 ease-in-out;
  /* Opera 12+ */
  animation: wpb_rtl 0.5s 1 ease-in-out;
  /* IE 10+ */
  opacity: 1;
}
.wpb_start_animation.wpb_appear {
  -webkit-animation: wpb_appear 0.5s 1 ease-in-out;
  /* Safari 4+ */
  -moz-animation: wpb_appear 0.5s 1 ease-in-out;
  /* Fx 5+ */
  -o-animation: wpb_appear 0.5s 1 ease-in-out;
  /* Opera 12+ */
  animation: wpb_appear 0.5s 1 ease-in-out;
  /* IE 10+ */
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
/* Top to bottom keyframes */
@-webkit-keyframes wpb_ttb {
  0% {
    -webkit-transform: translate(0, -20%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0, 0);
    opacity: 1;
  }
}
@-moz-keyframes wpb_ttb {
  0% {
    -moz-transform: translate(0, -20%);
    opacity: 0;
  }
  100% {
    -moz-transform: translate(0, 0);
    opacity: 1;
  }
}
@-o-keyframes wpb_ttb {
  0% {
    -o-transform: translate(0, -20%);
    opacity: 0;
  }
  100% {
    -o-transform: translate(0, 0);
    opacity: 1;
  }
}
@keyframes wpb_ttb {
  0% {
    transform: translate(0, -20%);
    opacity: 0;
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}
/* Bottom to top keyframes */
@-webkit-keyframes wpb_btt {
  0% {
    -webkit-transform: translate(0, 20%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0, 0);
    opacity: 1;
  }
}
@-moz-keyframes wpb_btt {
  0% {
    -moz-transform: translate(0, 20%);
    opacity: 0;
  }
  100% {
    -moz-transform: translate(0, 0);
    opacity: 1;
  }
}
@-o-keyframes wpb_btt {
  0% {
    -o-transform: translate(0, 20%);
    opacity: 0;
  }
  100% {
    -o-transform: translate(0, 0);
    opacity: 1;
  }
}
@keyframes wpb_btt {
  0% {
    transform: translate(0, 20%);
    opacity: 0;
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}
/* Left to right keyframes */
@-webkit-keyframes wpb_ltr {
  0% {
    -webkit-transform: translate(-20%, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0, 0);
    opacity: 1;
  }
}
@-moz-keyframes wpb_ltr {
  0% {
    -moz-transform: translate(-20%, 0);
    opacity: 0;
  }
  100% {
    -moz-transform: translate(0, 0);
    opacity: 1;
  }
}
@-o-keyframes wpb_ltr {
  0% {
    -o-transform: translate(-20%, 0);
    opacity: 0;
  }
  100% {
    -o-transform: translate(0, 0);
    opacity: 1;
  }
}
@keyframes wpb_ltr {
  0% {
    transform: translate(-20%, 0);
    opacity: 0;
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}
/* Right to left keyframes */
@-webkit-keyframes wpb_rtl {
  0% {
    -webkit-transform: translate(20%, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0, 0);
    opacity: 1;
  }
}
@-moz-keyframes wpb_rtl {
  0% {
    -moz-transform: translate(20%, 0);
    opacity: 0;
  }
  100% {
    -moz-transform: translate(0, 0);
    opacity: 1;
  }
}
@-o-keyframes wpb_rtl {
  0% {
    -o-transform: translate(20%, 0);
    opacity: 0;
  }
  100% {
    -o-transform: translate(0, 0);
    opacity: 1;
  }
}
@keyframes wpb_rtl {
  0% {
    transform: translate(20%, 0);
    opacity: 0;
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}
/* Appear from center keyframes */
@-webkit-keyframes wpb_appear {
  0% {
    -webkit-transform: scale(0.5);
    opacity: 0.1;
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
}
@-moz-keyframes wpb_appear {
  0% {
    -moz-transform: scale(0.5);
    opacity: 0.1;
  }
  100% {
    -moz-transform: scale(1);
    opacity: 1;
  }
}
@-o-keyframes wpb_appear {
  0% {
    -o-transform: scale(0.5);
    opacity: 0.1;
  }
  100% {
    -o-transform: scale(1);
    opacity: 1;
  }
}
@keyframes wpb_appear {
  0% {
    transform: scale(0.5);
    opacity: 0.1;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
