/*-------------------------------------------------------------------------------------------*/
/* 2. SITE STRUCTURE & APPEARANCE */
/*-------------------------------------------------------------------------------------------*/

input, textarea {
  padding: 5px;
  background: #fafafa;
  border-color: #ccc #efefef #efefef #ccc;
  border-width: 1px;
  border-style: solid;
  margin-bottom: 10px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

/* Navigation */
ul.nav li a {
  display: block;
  padding: .5em 1em;
  text-decoration: none;
}

/** Mobile **/
.menu-button {
    background: #4161ac;
    padding: .5em;
    color: #fff;
}

.menu-button .touch-button .navicon {
  font-size: 16px;
  position: relative;
  top: .5em;
  color: #fff;
}
.flexnav li {
  background: #5a7bc9;
  border-bottom: 1px solid rgba(65, 97, 172, 0.9);
}
.flexnav li a {
  position: relative;
  display: block;
  padding: .96em;
  z-index: 2;
  overflow: hidden;
  color: #fff;
  background: none;
  border-bottom: none;
}

/* Nav Toggle */
.nav-toggle:before {
  content: "\f039";
  font-family: "FontAwesome";
  font-weight: normal;
  color: #fff;
  margin-left: 0.5em;
  text-shadow: 0 1px 0 #000;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  display: inline-block;
  padding: 0.8em 1em 0.8em 0.5em;
}
.nav-toggle {
  margin: 0 -1em;
  cursor: pointer;
  text-align: left;
  display: block;
  padding: 0;
  font-size: 1em;
  background: rgba(0, 0, 0, 0.65);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.65)), to(rgba(0, 0, 0, 0.8)));
  background: -webkit-linear-gradient(rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.8));
  background: -moz-linear-gradient(center top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.8) 100%);
  background: -moz-gradient(center top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.8) 100%);
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.nav-toggle a {
  color: #fff !important;
  text-shadow: 0 1px 0 #000;
  padding: 0.5em 1em;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}
.nav-toggle a:hover {
  color: #fff;
  text-decoration: none;
}
#top select {
  margin: 1.618em 0 0;
  width: 100%;
}
#top {
  display: none;
}

/* 2.1 Containers & Columns */
    #wrapper {
        position: relative;
        max-width: 100%;
        padding: 0;
        margin: 0;
    }
    #inner-wrapper {
      position: relative;
      width: 100%;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      padding: 0;
      -webkit-transition: left ease 0.5s;
      -moz-transition: left ease 0.5s;
      -o-transition: left ease 0.5s;
      transition: left ease 0.5s;
      background: url(images/header-bg.png) repeat-x 0 0;
    }
    body.fixed-mobile {
      padding: 0;
    }
    body.fixed-mobile #top {
      padding: 0;
      margin: 0;
    }
    
    .last {
        margin-right: 0 !important;
    }
    
    .entry h1, .entry h2, .entry h3, .entry h4, .entry h5, .entry h6 {
        margin: 0 0 0.5em;
        line-height: 1.2em;
        font-weight:normal;
    }
    
    .entry img, img.thumbnail, #portfolio .group.portfolio-img img {
        height: auto;
        padding: 3px;
        border: none;
        background: none;
    }
    
    .entry, .entry p {
      margin-bottom: 1.2em;
      font: 300 15px/1.5em "Helvetica Neue", Helvetica, sans-serif;
    }
    
    h2 a.cc-hover { 
        color: #FFF; 
         margin: 0 0 0.5em;
        line-height: 1.2em;
        text-decoration: none;
        font-weight: normal;
    }
    
    h2 a.cc-hover:hover { 
        color: #f593c4; 
         margin: 0 0 0.5em;
        line-height: 1.2em;
        text-decoration: none;
    }
    
    #header-container { margin-bottom: 0px; min-height: 150px; }
    
    #header { background: transparent; position: relative; margin-top: 0; padding-top: 20px; }
    
    body.full-width .nav-toggle {
        margin: 0;
        display: none;
    }
    
    #content {
        padding: 0;
        position: relative;
        display: table;
        margin: 0 auto;
    }
    
    .main_page_menu {
        padding: 30px 10px 5px;
        background: rgba(0, 0, 0, 0.04);
        border: 1px solid #e0e0e0;
        margin-top: -50px;
    }
    .main_page_menu:hover{
        background: #0fb4e0;
        border: 1px solid #1C91C0;
        color : #FFF;
    }
    
    .main_page_wrapper { padding:5px 10px 10px 4px; }
    .main_page_wrapper:hover{
        background: url('images/shadow-right.png') no-repeat 105% 103%;
        padding: 5px 10px 10px 4px;
        display: block;
    }
    
    #footer { padding-top:2.8em; padding-bottom:0; }
    
    #footer-widgets .widget { width:30%; float:left; margin-right: 25px;height:150px;overflow:hidden; }
    
    .post-more { float:right; margin-top: 0px; }
    
    .post-meta {
        float: left;
        margin-left: 0;
        width: 100%;
        padding: 10px 0 10px;
        border-top: 1px solid #EDEDED;
        border-bottom: 1px solid #EDEDED;
        box-sizing:border-box;
        -moz-box-sizing:border-box;
        -webkit-box-sizing:border-box;
    }
    
    .search .post-meta, .archive .post-meta, .author .post-meta {  
        background-size: 10%;
        background-position-x: -2px;
        padding-left: 65px;
     }
    
    .single .post-meta { background:none; border:none; padding: 10px 0;  }
    
    .custom-table {
        border:1px solid #00ccff
    }
    
    .woo_custom_divider{
        margin-bottom: 0px;
        position: relative;
    }
    .woo_shadow_top{
        position: absolute;
        top: -5px;
        background: url('images/shadow-top.png') no-repeat 50%;
        height: 45px;
        width: 100%;
        z-index: 100;
    }
    .woo_shadow_bottom{
        position: absolute;
        bottom: -7px;
        background: none;
        height: 45px;
        width: 100%;
        z-index: 100;
    }
    .rev_slider_wrapper {
        border:none;
        margin-bottom: 40px;
    }
    #footer-top-liner {
        height: 115px;
        width: 100%;
        background: transparent url('images/footer_top_bg.jpg') repeat-x 0 100%;
        position:relative;
        margin-top: 50px;

    }
    #footer-top-wrapper {
        position: relative;
        margin: 0 auto;
        height: auto;
        max-width: 960px;
        box-sizing: border-box;
        width: auto;
        padding-top: 16px;
    }       
    
    #footer-top-wrapper p{
        margin-top:-7px;
        width:68%;
        float:left;
    }                        
    #woo-top-info {
        height: auto;
        width: 100%;
        box-sizing:border-box;
        background:#f6f6f6;
        position:relative;
        margin-bottom:5px;
        padding: 5px 2px;
        border-bottom:1px solid #ddd;
    }
    #woo-top-info ul { display:block; position:relative; float:right; }
    #woo-top-info ul li{ display:inline-block; position:relative; padding: 5px 5px 1px 8px; border-right: 1px solid #EDEDED; }
    #woo-top-info ul li small { padding-left:5px; }                                   

    .woo-sc-hr {
        clear: both;
        display: block;
        margin-bottom: 20px;
        padding-top: 20px;
        width: 100%;
        background:transparent url('images/hr-bg.png') repeat-x 50% 0%;
        border-bottom:none;
        margin-bottom:5px;
    }
    
    .twocol-one, .threecol-one, .threecol-two, .fourcol-one, .fourcol-two, .fourcol-three, .fivecol-one, .fivecol-two, .fivecol-three, .fivecol-four, .sixcol-one, .sixcol-two, .sixcol-three, .sixcol-four, .sixcol-five {
        float: left;
        margin-right: 4%;
        margin-bottom: 2%;
        position: relative;
    }
    
    .entry ul.flex-direction-nav li { list-style:none; }
    
    #div-hover .threecol-one {
        margin-bottom: -18px;
    }
    
    /* Sliders */
    .feedback .flex-prev:before,
    .feedback .flex-next:before {
      font-family: "FontAwesome";
    }
    a.flex-prev:before,
    #post-gallery .pagination .jcarousel-prev:before {
      font-family: "FontAwesome";
      content: "\f053";
    }
    a.flex-next:before,
    #post-gallery .pagination .jcarousel-next:after {
      font-family: "FontAwesome";
      content: "\f054";
    }
    a.flex-prev:before,
    a.flex-next:before,
    #post-gallery .pagination .jcarousel-prev:before,
    #post-gallery .pagination .jcarousel-next:after {
      position: absolute;
      top: 2px;
      left: 0px;
      font-size: 24px;
      color: #666;
      color: rgba(0, 0, 0, 0.6);
    }
    a.flex-prev:hover:before,
    a.flex-next:hover:before,
    #post-gallery .pagination .jcarousel-prev:hover:before,
    #post-gallery .pagination .jcarousel-next:hover:after {
      color: #222;
    }
    
    #customSlider a.flex-next {
        position: absolute;
        top: 45%;
        right: 0px;
    }
    #customSlider a.flex-prev {
        position: absolute;
        top: 45%;
        left: 0px;
    }
    
    .h2-hover {
        background: transparent url('images/cc-hover.png') no-repeat 100% -10px;
    }
    
    #footer-container{
        background: url('images/header-bg.png') repeat-x 0 0;
        display: inline-block;
        width: 100%;
    }
    
    #footer {
        background: none;
        padding: 20px 0;
        display: block;
        width: 100%;
        margin: 0 auto 15px;
        position: relative;
    }
    
    /*-------------------------------------------------------------------------------------------*/
    /* 6. MISC */
    /*-------------------------------------------------------------------------------------------*/
    /* 6.1 Buttons */
    body #wrapper #content .button,
    body #wrapper #content .button:visited,
    body #wrapper #content .reply a,
    body #wrapper #content #respond .form-submit input#submit,
    input[type=submit] {
      font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-weight: bold;
      display: inline-block;
      padding: 6px 14px;
      color: #fff !important;
      text-decoration: none;
      border: none;
      position: relative;
      cursor: pointer;
    }
    body #wrapper #content .button,
    body #wrapper #content .button:visited,
    body #wrapper #content .reply a,
    body #wrapper #content #respond .form-submit input#submit,
    input[type=submit] {
      border: none;
      background: #555555;
      background: -webkit-gradient(linear, left top, left bottom, from(#555555), to(#424242));
      background: -webkit-linear-gradient(#555555, #424242);
      background: -moz-linear-gradient(center top, #555555 0%, #424242 100%);
      background: -moz-gradient(center top, #555555 0%, #424242 100%);
      box-shadow: 2px 2px 3px 0 rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 2px 2px 3px 0 rgba(0, 0, 0, 0.1);
      -webkit-box-shadow: 2px 2px 3px 0 rgba(0, 0, 0, 0.1);
    }
    body #wrapper #content .button:hover,
    body #wrapper #content .reply a:hover,
    body #wrapper #content #respond .form-submit input#submit:hover,
    input[type=submit]:hover {
      color: #fff  !important;
      text-decoration: none;
    }
    body #wrapper #content .button:active,
    body #wrapper #content .reply a:active,
    body #wrapper #content #respond .form-submit input#submit:active,
    input[type=submit]:active {
      box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.6);
      -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.6);
      -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.6);
    }
    body #wrapper #content .small.button,
    body #wrapper #content .small.button:visited,
    body #wrapper #content .reply a {
      font-size: 10px;
      padding: 0px 6px 1px;
      text-transform: uppercase;
    }
    body #wrapper #content .button,
    body #wrapper #content .button:visited,
    body #wrapper #content .medium.button,
    body #wrapper #content .medium.button:visited,
    body #wrapper #content #respond .form-submit input#submit {
      font-size: 12px;
      line-height: 1;
    }
    body #wrapper #content .large.button,
    body #wrapper #content .large.button:visited {
      font-size: 14px;
      padding: 8px 14px 9px;
    }
    body #wrapper #content .button,
    body #wrapper #content .button:visited,
    body #wrapper #content .medium.button,
    body #wrapper #content .medium.button:visited,
    body #wrapper #content #respond .form-submit input#submit {
      text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
    }
    body #wrapper #content .button,
    body #wrapper #content .button:visited,
    body #wrapper #content .reply a,
    body #wrapper #content #respond .form-submit input#submit {
      border-radius: 5px;
      -moz-border-radius: 5px;
      -webkit-border-radius: 5px;
      text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
    }
    body #wrapper #content .button:hover,
    body #wrapper #content .reply a:hover,
    body #wrapper #content #respond .form-submit input#submit:hover {
      opacity: 0.9;
    }

    /* 6.3 Contact Form */
    #contact-page .screenReader {
      left: -9999px;
      position: absolute;
      top: -9999px;
    }
    #contact-page ol.forms {
      float: left;
      list-style: none;
      width: 100%;
      margin: 10px 0 0;
    }
    #contact-page ol.forms li {
      clear: both;
      float: left;
      margin-bottom: 18px;
      position: relative;
      width: 100%;
    }
    #contact-page ol.forms label {
      cursor: pointer;
      display: block;
      float: left;
      font-weight: 700;
      padding-right: 20px;
      width: 80px;
    }
    #contact-page ol.forms input.txt {
      width: 214px;
    }
    #contact-page ol.forms input#sendCopy {
      border: none;
    }
    #contact-page ol.forms textarea {
      height: 300px;
      width: 70%;
    }
    #contact-page ol.forms li .error {
      font-size: 12px;
      display: block;
      margin-left: 120px;
      color: red;
    }
    #contact-page ol.forms li.textarea .error {
      display: block;
      margin-left: 120px;
    }
    #contact-page ol.forms li.screenReader {
      margin-bottom: 0;
    }
    #contact-page ol.forms li.buttons .submit {
      margin: 0 0 0 100px;
    }
    #contact-page ol.forms li.inline input {
      width: auto;
      margin-left: 120px;
    }
    #contact-page ol.forms li.inline label {
      display: inline;
      float: none;
      width: auto;
    }
    #contact-page ol.forms li.inline input#sendCopy {
      margin-left: 100px;
    }
    .three-col-left #contact-page ol.forms textarea,
    .three-col-middle #contact-page ol.forms textarea,
    .three-col-right #contact-page ol.forms textarea {
      width: 65%;
    }
    .three-col-left #contact-page ol.forms input#sendCopy,
    .three-col-middle #contact-page ol.forms input#sendCopy,
    .three-col-right #contact-page ol.forms input#sendCopy {
      float: left;
    }
    /* 6.4 Gravity forms */
    .gfield {
      margin-bottom: 10px;
    }
    .gform_wrapper .top_label .gfield_label {
      display: block;
      padding-right: 20px;
      margin: 5px 0px 4px !important;
    }
    .gform_wrapper input.button {
      padding: 5px 10px 6px !important;
    }
    .gform_wrapper .ginput_complex label,
    .gform_wrapper .gfield_time_hour label,
    .gform_wrapper .gfield_time_minute label,
    .gform_wrapper .gfield_date_month label,
    .gform_wrapper .gfield_date_day label,
    .gform_wrapper .gfield_date_year label,
    .gform_wrapper .instruction {
      letter-spacing: 0px;
    }
    .gform_wrapper input {
      padding: 7px 3px !important;
    }
    .gform_wrapper .top_label input.large,
    .gform_wrapper .top_label select.large,
    .gform_wrapper .top_label textarea.textarea {
      width: 400px !important;
      padding: 7px 3px !important;
    }
    .gform_wrapper .entry img,
    .gform_wrapper img.thumbnail {
      padding: 0px !important;
      border: 0px !important;
    }
    ul.top_label .clear-multi {
      clear: none !important;
    }
    .gform_wrapper .gfield_checkbox,
    .gform_wrapper .gfield_radio {
      margin-left: 10px !important;
    }
    img.ui-datepicker-trigger {
      border: 0px;
      padding: 0px;
    }
    
    img.ui-datepicker-trigger {
      border: 0px;
      padding: 0px;
    }
    /* 6.5 Tumblog */
    .entry .quote,
    .entry .video {
      margin-bottom: 1.5em;
    }
    .entry .quote blockquote {
      font-style: italic;
    }
    .entry .quote cite {
      text-align: right;
      font-style: normal;
      display: block;
      font: 0.9em sans-serif;
    }
    .entry .quote cite:before {
      content: '~ ';
    }
    /* 6.6 Subscribe & Connect */
    #connect {
      background: #fafafa;
      margin: 0 0 1.5em;
      padding: 15px;
      border: 1px solid #e6e6e6;
      clear: both;
      border-radius: 5px;
      -moz-border-radius: 5px;
      -webkit-border-radius: 5px;
      font-weight: normal;
    }
    #main #connect .col-left,
    #connect .col-right {
      float: none;
      width: 100%;
    }
    #connect h3 {
      margin-bottom: 10px;
    }
    #connect p {
      margin: 0 0 1em;
    }
    #connect .newsletter-form {
      margin: 0 0 1em;
    }
    #connect .newsletter-form .required {
      border: 1px solid #e6e6e6;
      border-color: #CCCCCC #EFEFEF #EFEFEF #CCCCCC;
    }
    #connect .newsletter-form .email {
      width: 60%;
      background: #fff;
      padding: .6em;
      color: #888;
    }
    #connect .newsletter-form .submit {
      cursor: pointer;
      padding: 3px 5px;
      margin: 0 0 0 5px;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      border-radius: 3px;
    }
    #connect .related-posts {
      border-top: 1px solid #e6e6e6;
      margin-top: 1em;
      padding-top: 1em;
    }
    #connect .related-posts h4 {
      font-size: 1em;
    }
    #connect .related-posts ul {
      list-style: disc outside none;
      margin: 0.5em 0 0 1em;
    }
    .widget #connect {
      background: none;
      padding: 0;
      border: none;
    }
    .widget #connect .fl,
    .widget #connect .fr {
      float: none;
    }
    .widget_woo_subscribe .social {
      text-align: left;
    }
    #connect .social a {
      filter: alpha(opacity=@opacity * 100);
      -moz-opacity: 0.8;
      -khtml-opacity: 0.8;
      opacity: 0.8;
      -webkit-transition: all ease-in-out 0.2s;
      -moz-transition: all ease-in-out 0.2s;
      -o-transition: all ease-in-out 0.2s;
      transition: all ease-in-out 0.2s;
    }
    #connect .social a:hover {
      filter: alpha(opacity=@opacity * 100);
      -moz-opacity: 1;
      -khtml-opacity: 1;
      opacity: 1;
    }
    #connect .social a:hover {
      text-decoration: none;
    }
    #connect .social a:before {
      font-family: Social;
      font-size: 1.1em;
      line-height: 1;
      margin: 0 0.2em 0.6em 0;
      padding: .53em;
      display: inline-block;
      -webkit-border-radius: 300px;
      -moz-border-radius: 300px;
      border-radius: 300px;
      color: #fff;
      text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.1);
    }
    #connect .social a.subscribe:before {
      content: '\e001';
      background-color: #FF6600;
    }
    #connect .social a.twitter:before {
      content: '\e002';
      background-color: #00aced;
    }
    #connect .social a.facebook:before {
      content: '\e003';
      background-color: #3b5998;
    }
    #connect .social a.youtube:before {
      content: '\e004';
      background-color: #af2b26;
    }
    #connect .social a.flickr:before {
      content: '\e005';
      background-color: #ff0084;
    }
    #connect .social a.linkedin:before {
      content: '\e006';
      background-color: #71c5ef;
    }
    #connect .social a.delicious:before {
      content: '\e007';
      background-color: #285da7;
    }
    #connect .social a.googleplus:before {
      content: '\e008';
      background-color: #2d2d2d;
      font-weight: bold;
    }
    #connect .social a.dribbble:before {
      content: '\e009';
      background-color: #ea4c89;
    }
    #connect .social a.instagram:before {
      content: '\e010';
      background-color: #517fa4;
    }
    #connect .social a.vimeo:before {
      content: '\e011';
      background-color: #33454E;
    }
    #connect .social a.pinterest:before {
      content: '\e012';
      background-color: #cb2027;
    }
    /* 6.7 Featured Posts Shortcode */
    .woo-sc-featured-posts ul {
      float: left;
      clear: both;
      list-style: none;
      padding-left: 0px;
    }
    .woo-sc-featured-posts ul li {
      float: left;
      clear: both;
      list-style: none;
      margin-bottom: 10px;
    }
    .woo-sc-featured-posts ul li .thumbnail {
      float: left;
      margin-right: 10px;
    }
    .woo-sc-featured-posts ul li .related-title {
      float: left;
    }
    /* 6.8 Tables */
    .entry table {
      border-spacing: 0;
      width: 100%;
      border: 1px solid #eee;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      border-radius: 4px;
      background: #fff;
      box-shadow: 0 1px 2px 0 #ffffff;
      -webkit-box-shadow: 0 1px 2px 0 #ffffff;
      -moz-box-shadow: 0 1px 2px 0 #ffffff;
      border-collapse: separate;
      margin-bottom: 1.5em;
    }
    .entry table td,
    .entry table th {
      padding: .857em 1.387em;
      text-align: left;
      border-right: 1px dotted #eee;
      vertical-align: top;
    }
    .entry table td p:last-child,
    .entry table th p:last-child {
      margin-bottom: 0;
    }
    .entry table thead th {
      background: #fafafa;
      border-right: 1px solid #eee;
      border-bottom: 1px solid #eee;
      text-transform: uppercase;
      padding: 1.387em;
      vertical-align: middle;
    }
    .entry table thead th:first-child {
      -webkit-border-top-left-radius: 4px;
      -webkit-border-bottom-left-radius: 4px;
      -moz-border-radius-topleft: 4px;
      -moz-border-radius-bottomleft: 4px;
      border-top-left-radius: 4px;
      border-bottom-left-radius: 4px;
      -webkit-border-bottom-left-radius: 0;
      -webkit-border-bottom-right-radius: 0;
      -moz-border-radius-bottomleft: 0;
      -moz-border-radius-bottomright: 0;
      border-bottom-left-radius: 0;
      border-bottom-right-radius: 0;
    }
    .entry table thead th:last-child {
      -webkit-border-top-right-radius: 4px;
      -webkit-border-bottom-right-radius: 4px;
      -moz-border-radius-topright: 4px;
      -moz-border-radius-bottomright: 4px;
      border-top-right-radius: 4px;
      border-bottom-right-radius: 4px;
      -webkit-border-bottom-left-radius: 0;
      -webkit-border-bottom-right-radius: 0;
      -moz-border-radius-bottomleft: 0;
      -moz-border-radius-bottomright: 0;
      border-bottom-left-radius: 0;
      border-bottom-right-radius: 0;
    }
    .entry table tr th:last-child,
    .entry table tr td:last-child {
      border-right: 0;
    }
    .entry table tbody th {
      background: #fafafa;
      border-bottom: 1px solid #eee;
    }
    .entry table tbody td {
      border-bottom: 1px solid #eee;
    }
    .entry table tbody h2 {
      font-size: 1em;
      letter-spacing: normal;
      font-weight: normal;
    }
    .entry table tbody h2 a {
      font-weight: normal;
    }
    .entry table tbody tr:last-child td:first-child {
      -webkit-border-bottom-left-radius: 4px;
      -webkit-border-bottom-right-radius: 4px;
      -moz-border-radius-bottomleft: 4px;
      -moz-border-radius-bottomright: 4px;
      border-bottom-left-radius: 4px;
      border-bottom-right-radius: 4px;
      -webkit-border-top-right-radius: 0;
      -webkit-border-bottom-right-radius: 0;
      -moz-border-radius-topright: 0;
      -moz-border-radius-bottomright: 0;
      border-top-right-radius: 0;
      border-bottom-right-radius: 0;
    }
    .entry table tbody tr:last-child td:last-child {
      -webkit-border-bottom-left-radius: 4px;
      -webkit-border-bottom-right-radius: 4px;
      -moz-border-radius-bottomleft: 4px;
      -moz-border-radius-bottomright: 4px;
      border-bottom-left-radius: 4px;
      border-bottom-right-radius: 4px;
      -webkit-border-top-left-radius: 0;
      -webkit-border-bottom-left-radius: 0;
      -moz-border-radius-topleft: 0;
      -moz-border-radius-bottomleft: 0;
      border-top-left-radius: 0;
      border-bottom-left-radius: 0;
    }
    .entry table tbody tr:last-child td {
      border-bottom: 0;
    }
    .entry table tbody tr:last-child th {
      border-bottom: 0;
    }
    /*-------------------------------------------------------------------------------------------*/
    /* 8. TEMPLATES / SLIDER */
    /*-------------------------------------------------------------------------------------------*/
    /* 8.1 Slider */    
    #loopedSlider .slides {
      overflow: hidden;
    }
    #loopedSlider .container {
      overflow: hidden;
      position: relative;
      display: none;
    }
    #loopedSlider .slides {
      top: 0;
      left: 0;
    }
    #loopedSlider .slides .slide {
      display: none;
      overflow: hidden;
      position: relative;
      -webkit-backface-visibility: hidden;
    }
    #loopedSlider {
      margin: 0 auto 40px;
      padding: 0;
      position: relative;
    }
    #loopedSlider .nav-buttons {
      list-style-type: none;
      margin: 0;
      padding: 0;
      position: relative;
    }
    #content.magazine #loopedSlider .slides .slide img {
      width: 100%;
    }
    /* Clearfix for the .slides element */
    #loopedSlider .slides:after {
      content: ".";
      display: block;
      clear: both;
      visibility: hidden;
      line-height: 0;
      height: 0;
    }
    html[xmlns] #loopedSlider .slides {
      display: block;
    }
    * html #loopedSlider .slides {
      height: 1%;
    }
    #loopedSlider .content {
      padding: 20px 0;
      background: #000000;
    }
    #loopedSlider .content h2 {
      font-size: 20px;
      margin-bottom: 0;
      padding: 10px 20px;
    }
    #loopedSlider .content h2,
    #loopedSlider .content h2 a,
    #loopedSlider .content h2 a:visited {
      color: #fff;
    }
    #loopedSlider .content h2 a:hover {
      text-decoration: underline;
    }
    #loopedSlider .content .title {
      margin: 0;
    }
    #loopedSlider .content p {
      color: #ccc;
      padding: 5px 20px 10px 20px;
    }
    a.flex-prev,
    a.flex-next {
      display: block;
      position: relative;
      overflow: hidden;
      width: 16px;
      height: 0;
      padding-top: 30px;
    }
    a.flex-prev:hover,
    a.flex-next:hover {
      text-decoration: none !important;
    }
    .widget a.flex-prev,
    .widget a.flex-next {
      padding-top: 30px;
    }
    /* 8.1.1 Pagination */
    #loopedSlider {
      margin-bottom: 50px;
    }
    #loopedSlider.has-pagination {
      margin-bottom: 5px;
    }
    #loopedSlider .flex-control-nav,
    .slider-pagination .flex-control-nav {
      text-align: center;
      margin: 10px 0 20px 0;
      position: absolute;
      width: 100%;
      z-index: 10;
    }
    #loopedSlider .pagination,
    #loopedSlider .flex-control-nav,
    .slider-pagination .flex-control-nav {
      display: inline;
    }
    #loopedSlider .pagination li,
    #loopedSlider .flex-control-nav li,
    .slider-pagination li {
      display: inline-block;
      margin: 0 2px;
      width: 10px;
      height: 10px;
    }
    #loopedSlider .pagination li a,
    #loopedSlider .flex-control-nav li a,
    .slider-pagination a {
      display: block;
      cursor: pointer;
      width: 10px;
      height: 10px;
      text-indent: -9999px;
      background: #666;
      border-radius: 300px;
      -moz-border-radius: 300px;
      -webkit-border-radius: 300px;
    }
    #loopedSlider .pagination li a,
    #loopedSlider .flex-control-nav li a:hover,
    .slider-pagination li a:hover {
      background: #444;
    }
    #loopedSlider .pagination li.current a,
    #loopedSlider .flex-control-nav li .flex-active,
    .slider-pagination .flex-active a {
      background: #222;
    }
    .slider-pagination {
      display: none;
      margin-bottom: 50px;
    }
    body.ie7 #loopedSlider .pagination li {
      display: inline;
      zoom: 1;
    }
    /* 8.2 Magazine template */
    .magazine #loopedSlider a.previous,
    .magazine #loopedSlider a.flex-prev {
      position: absolute;
      bottom: 10px;
      right: 50px;
      z-index: 999;
    }
    .magazine #loopedSlider.has-pagination a.previous,
    .magazine #loopedSlider.has-pagination a.flex-prev,
    .magazine #loopedSlider.has-pagination a.flex-next {
      bottom: 40px;
    }
    .magazine #loopedSlider a.flex-next {
      position: absolute;
      bottom: 10px;
      right: 15px;
      z-index: 999;
    }
    .magazine #loopedSlider .slides {
      width: 100%;
    }
    .magazine #loopedSlider li.slide {
      display: none;
    }
    /* Prevents flicker of the slides before the slider has loaded. */
    .magazine #loopedSlider li.slide img {
      max-width: 100%;
      height: auto;
    }
    .magazine #loopedSlider .pagination-wrap {
      height: 30px;
    }
    /* 8.2 Business template */
    .business #loopedSlider,
    .business #loopedSlider .container {
      width: auto;
    }
    .business #loopedSlider a.previous,
    .business #loopedSlider a.flex-prev {
      position: absolute;
      top: 45%;
      left: -25px;
    }
    .business #loopedSlider a.flex-next {
      position: absolute;
      top: 45%;
      right: -25px;
    }
    .business #loopedSlider .entry {
      padding: 0 15px;
    }
    .business h2,
    .business h3,
    .business h4,
    .business h5,
    .business h6 {
      margin-top: 0.3em;
    }
    .business #loopedSlider img.woo-image {
      max-width: 100%;
      height: auto;
    }
    .business #loopedSlider li.slide {
      display: none;
    }
    
    /** Home Slider Box **/
    .slides img {
        margin: 0 auto;
        position: relative;
        display: block;        
    }
    
    /* Prevents flicker of the slides before the slider has loaded. */
    /* 8.3 Footer Widgets 1-4 Columns */
    #footer-widgets .block {
      padding-top: 20px;
    }
    /* 8.5 Portfolio */
    #portfolio a.thumb {
      display: block;
      margin: 0px;
      margin-right: 30px;
      margin-bottom: 30px;
    }
    #portfolio a.thumb:hover {
      text-decoration: none;
      background: url("images/portfolio-hover.png") no-repeat 50% 50%;
    }
    #portfolio .block h2 {
      font-size: 18px;
      margin-bottom: 15px;
    }
    .portfolio h2 {
      margin: 0 0 0.5em;
    }
    #portfolio .group.portfolio-img a.thumb {
      margin-bottom: 1em;
      margin-right: 0px;
      height: auto;
    }
    #portfolio .group.portfolio-img a.thumb:hover {
      background-position: 50% 45%;
    }
    #portfolio .group.portfolio-img {
      float: left;
      display: block;
      margin: 0 10px 30px;
    }
    #portfolio .group.portfolio-img img {
      max-width: none;
    }
    #portfolio .group.portfolio-img h3 {
      font-size: 14px;
    }
    #portfolio #port-tags {
      margin: 0 10px 20px;
      padding: 0 0 20px;
    }
    #portfolio #port-tags .port-cat {
      text-transform: uppercase;
      font-size: 12px;
    }
    #portfolio #port-tags .port-cat a {
      padding: 2px 6px;
      margin: 0 0 0 5px;
      background: #fff;
      border: 1px solid #BFD4D9;
      border-radius: 3px;
      -moz-border-radius: 3px;
      -webkit-border-radius: 3px;
    }
    #portfolio #port-tags .port-cat a:hover,
    #portfolio #port-tags .port-cat a.current {
      text-decoration: none;
      background: #eee;
    }
    #portfolio .gallery-image {
      display: none;
    }
    /* 8.5.1 Single Portfolio Item */
    body.single-portfolio.one-col #post-gallery,
    body.single-portfolio.one-col .post-embed {
      float: left;
      margin-bottom: 20px;
      width: 100%;
    }
    body.single-portfolio.two-col-left #post-gallery,
    body.single-portfolio.two-col-right #post-gallery,
    body.single-portfolio.two-col-middle #post-gallery,
    body.single-portfolio.three-col-left #post-gallery,
    body.single-portfolio.three-col-right #post-gallery,
    body.single-portfolio.three-col-middle #post-gallery,
    body.single-portfolio.two-col-left .post-embed,
    body.single-portfolio.two-col-right .post-embed,
    body.single-portfolio.two-col-middle .post-embed,
    body.single-portfolio.three-col-left .post-embed,
    body.single-portfolio.three-col-right .post-embed,
    body.single-portfolio.three-col-middle .post-embed {
      float: none;
      margin-bottom: 20px;
    }
    #post-gallery .slides_container .slide {
      margin-bottom: 1em;
    }
    #post-gallery .slides_control .slide {
      display: none;
    }
    /* Prevents the gallery from displaying incorrectly on first load. */
    #post-gallery .photo-caption {
      background: #EBEBEB;
      padding: 5px;
      display: block;
      margin-top: 0.4em;
    }
    #post-gallery .photo-caption {
      filter: alpha(opacity=80);
      /* internet explorer */
    
      -khtml-opacity: 0.8;
      /* khtml, old safari */
    
      -moz-opacity: 0.8;
      /* mozilla, netscape */
    
      opacity: 0.8;
      /* fx, safari, opera */
    
    }
    #post-gallery .pagination li {
      display: inline;
      padding-right: 10px;
      margin: 15px 4px 15px 0;
    }
    #post-gallery .pagination .jcarousel-prev,
    #post-gallery .pagination .jcarousel-next {
      cursor: pointer;
      width: 7px;
      height: 10px;
      position: absolute;
      top: 45%;
    }
    #post-gallery .pagination .jcarousel-prev {
      left: 10px;
    }
    #post-gallery .pagination .jcarousel-next {
      right: 45px;
    }
    #post-gallery .pagination .jcarousel-prev-disabled,
    #post-gallery .pagination .jcarousel-next-disabled {
      filter: alpha(opacity=20);
      /* internet explorer */
    
      -khtml-opacity: 0.2;
      /* khtml, old safari */
    
      -moz-opacity: 0.2;
      /* mozilla, netscape */
    
      opacity: 0.2;
      /* fx, safari, opera */
    
    }
    body.single-portfolio .hentry {
      float: right;
      width: 40%;
    }
    body.single-portfolio.two-col-left .hentry,
    body.single-portfolio.two-col-right .hentry,
    body.single-portfolio.two-col-middle .hentry,
    body.single-portfolio.three-col-left .hentry,
    body.single-portfolio.three-col-right .hentry,
    body.single-portfolio.three-col-middle .hentry {
      float: none;
      width: auto;
    }
    /* 8.5.2 Portfolio Items In Archive Screens */
    body.search .portfolio .portfolio-img {
      margin: 0 10px 10px 0;
    }
    /* 8.6 Contact Page Template */
    #single_map_canvas img {
      max-width: inherit;
    }
    .page-template-template-contact-php .location-twitter {
      margin: 0 0 1em;
      padding: 0 0 1.618em;
      border-bottom: 1px solid #e6e6e6;
    }
    .page-template-template-contact-php .location-twitter .col-left {
      float: none;
    }
    .page-template-template-contact-php .location-twitter ul {
      margin: 0;
      padding: 0;
    }
    .page-template-template-contact-php .location-twitter ul li {
      list-style: none;
      padding: 0;
    }
    .page-template-template-contact-php .location-twitter #office-location {
      margin: 0 0 1.618em;
    }
    .page-template-template-contact-php .location-twitter #office-location a {
      text-decoration: underline;
    }
    .page-template-template-contact-php .location-twitter #office-location ul li {
      margin: 0 0 1em;
    }
    .page-template-template-contact-php .location-twitter .contact-social {
      float: none;
    }
    .page-template-template-contact-php .location-twitter .contact-social #twitter {
      margin: 0 0 1.618em;
    }
    .page-template-template-contact-php .location-twitter .contact-social #twitter ul li {
      padding-bottom: 10px;
    }
    .page-template-template-contact-php .location-twitter .contact-social #twitter ul li a.time {
      color: #7b7b7b;
    }
    .page-template-template-contact-php .location-twitter .contact-social #connect {
      background: none;
      border: none;
      padding: 0;
      margin: 1em 0 0;
    }
    .page-template-template-contact-php .location-twitter .contact-social #connect div p {
      display: none;
    }
    .page-template-template-contact-php .location-twitter .contact-social #connect img {
      border: none;
      padding: 0;
      background: none;
    }
    .page-template-template-contact-php .location-twitter .contact-social #connect h3 {
      display: none;
    }
    .page-template-template-contact-php .location-twitter .contact-social #connect .social {
      float: none;
      clear: both;
    }
    /* 8.7 Timeline Page Template */
    #archives {
      padding: 10px 0 0;
    }
    #archives .archives_list {
      border-left: 1px solid #e5e5e5;
      list-style: none;
      margin: 0 0 0 25px;
      padding: 0 0 20px;
    }
    #archives .archives_list:last-child:after {
      content: '';
      position: relative;
      top: 20px;
      left: -7px;
      display: block;
      width: 5px;
      height: 5px;
      border: 4px solid #e5e5e5;
      -webkit-border-radius: 30px;
      -moz-border-radius: 30px;
      border-radius: 30px;
      background: #dc3022;
    }
    #archives .archives_list li {
      clear: left;
      padding: 10px 0 10px 10px;
      font-size: 0.9em;
      font-style: normal;
      list-style: none;
    }
    #archives .archives_list .date {
      color: #534545;
      position: relative;
      width: 40%;
      font-style: italic;
      display: block;
      vertical-align: top;
    }
    #archives .archives_list .date:before {
      content: '';
      position: absolute;
      top: 9px;
      left: -10px;
      display: block;
      width: 5px;
      height: 1px;
      border-top: 2px solid #e5e5e5;
    }
    #archives .archives_list .linked {
      padding-top: 2px;
      padding-right: 80px;
      width: auto;
      display: inline-block;
      font-size: 1.2em;
      line-height: 1.2;
      vertical-align: top;
    }
    #archives .archives_list .linked a {
      font-weight: bold;
    }
    #archives .archives_list .comments {
      display: inline;
      margin-top: -15px;
      float: right;
      vertical-align: top;
    }
    #archives .archives_list .comments a {
      display: block;
      position: relative;
      width: 30px;
      height: 27px;
      padding: 3px 0 0 0;
      text-align: center;
      font-weight: bold;
      font-size: 1.4em;
    }
    #archives .archives_list .comments a:hover {
      text-decoration: none;
    }
    h3.archive_year {
      font-weight: bold;
      font-size: 1em;
      padding: 2px 10px;
      border-bottom: 1px solid #e5e5e5;
      display: inline;
      margin-top: 0;
    }
    /*-------------------------------------------------------------------------------------------*/
    /* 9. WOODOJO */
    /*-------------------------------------------------------------------------------------------*/
    /* WooDojo Tabs */
    .widget_woodojo_tabs h3 {
      border-bottom: none;
    }
    .widget_woodojo_tabs .tabbable .nav {
      margin: 0 0 -1px;
      border: none!important;
    }
    .widget_woodojo_tabs .tabbable .nav li a {
      color: #999;
      display: block;
      float: left;
      border-color: transparent;
      border-width: 1px 1px 0;
      padding: 5px 8px 3px;
      text-transform: uppercase;
      font-weight: bold;
      font-size: 11px;
      text-shadow: 1px 1px 0 #fff;
    }
    .widget_woodojo_tabs .tabbable .nav li.active a,
    .widget_woodojo_tabs .tabbable .nav li a:hover {
      text-decoration: none;
      border-color: #d9d9d9!important;
      border-width: 1px 1px 0;
      color: #666;
      background: #ffffff;
      background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#ffffff));
      background: -webkit-linear-gradient(#f2f2f2, #ffffff);
      background: -moz-linear-gradient(center top, #f2f2f2 0%, #ffffff 100%);
      background: -moz-gradient(center top, #f2f2f2 0%, #ffffff 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#f2f2f2, endColorstr=#ffffff);
      -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#f2f2f2, endColorstr=#ffffff)";
      box-shadow: inset 0 1px 0 #ffffff, 0 -1px 3px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: inset 0 1px 0 #ffffff, 0 -1px 3px rgba(0, 0, 0, 0.1);
      -webkit-box-shadow: inset 0 1px 0 #ffffff, 0 -1px 3px rgba(0, 0, 0, 0.1);
      border-bottom: none!important;
    }
    .widget_woodojo_tabs .tabbable .tab-content {
      box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
      -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    }
    .widget_woodojo_tabs .tabbable .tab-content ul {
      padding: 0;
    }
    .widget_woodojo_tabs .tabbable .tab-content li {
      margin: 0;
      background: #fff;
    }
    .widget_woodojo_tabs .tabbable .tab-pane-tags {
      padding: 10px;
      background: #fff;
      border: 1px solid #d9d9d9;
    }
    .widget_woodojo_tabs .tabbable .tab-content ul {
      margin: 0;
      border: 1px solid #d9d9d9;
      border-width: 0 0 1px 0;
      list-style: none;
      padding-left: 0px;
    }
    .widget_woodojo_tabs .tabbable .tab-content li {
      border: 1px solid #d9d9d9;
      border-width: 1px 1px 0 1px;
      padding: 10px;
    }
    .widget_woodojo_tabs .tabbable .tab-content li a {
      color: #555;
      font: bold 13px/18px "Helvetica Neue", Helvetica, Arial, sans-serif;
      padding: 0;
    }
    .widget_woodojo_tabs .tabbable .tab-content li span.meta {
      display: block;
      font: 300 11px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
      text-transform: uppercase;
      color: #777;
    }
    .widget_woodojo_tabs .tabbable .tab-content li img.avatar,
    .widget_woodojo_tabs .tabbable .tab-content li img.thumbnail {
      float: left;
      margin: 0 8px 0 0;
      border: none;
      padding: 0;
      border-radius: 300px;
      -moz-border-radius: 300px;
      -webkit-border-radius: 300px;
    }
    .widget_woodojo_tabs .tabbable.tabs-below .nav {
      margin: 0;
    }
    .widget_woodojo_tabs .tabbable.tabs-below .nav li a {
      border-width: 0 1px 1px;
    }
    .widget_woodojo_tabs .tabbable.tabs-below .nav li.active a,
    .widget_woodojo_tabs .tabbable.tabs-below .nav li a:hover {
      border-width: 0 1px 1px!important;
      background: #ffffff;
      background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f2f2f2));
      background: -webkit-linear-gradient(#ffffff, #f2f2f2);
      background: -moz-linear-gradient(center top, #ffffff 0%, #f2f2f2 100%);
      background: -moz-gradient(center top, #ffffff 0%, #f2f2f2 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#ffffff, endColorstr=#f2f2f2);
      -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#ffffff, endColorstr=#f2f2f2)";
      box-shadow: inset 0 1px 0 #ffffff, 0 1px 3px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: inset 0 1px 0 #ffffff, 0 1px 3px rgba(0, 0, 0, 0.1);
      -webkit-box-shadow: inset 0 1px 0 #ffffff, 0 1px 3px rgba(0, 0, 0, 0.1);
    }
    .widget_woodojo_tabs .tabbable.tabs-left .nav {
      margin: 0;
    }
    .widget_woodojo_tabs .tabbable.tabs-left .nav li a {
      border-width: 1px 0 1px 1px;
    }
    .widget_woodojo_tabs .tabbable.tabs-left .nav li.active a,
    .widget_woodojo_tabs .tabbable.tabs-below .nav li a:hover {
      border-width: 1px 0 1px 1px;
      background: #ffffff;
      background: -webkit-gradient(linear, left top, right bottom, from(#ffffff), to(#f2f2f2));
      background: -webkit-linear-gradient(#ffffff, #f2f2f2);
      background: -moz-linear-gradient(center top, #ffffff 0%, #f2f2f2 100%);
      background: -moz-gradient(center top, #ffffff 0%, #f2f2f2 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#ffffff, endColorstr=#f2f2f2);
      -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#ffffff, endColorstr=#f2f2f2)";
      box-shadow: inset 0 1px 0 #ffffff, 0 1px 3px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: inset 0 1px 0 #ffffff, 0 1px 3px rgba(0, 0, 0, 0.1);
      -webkit-box-shadow: inset 0 1px 0 #ffffff, 0 1px 3px rgba(0, 0, 0, 0.1);
    }
    .widget_woodojo_tabs .tabbable.tabs-right .nav {
      margin: 0;
    }
    .widget_woodojo_tabs .tabbable.tabs-right .nav li a {
      border-width: 1px 1px 1px 0;
    }
    .widget_woodojo_tabs .tabbable.tabs-right .nav li.active a,
    .widget_woodojo_tabs .tabbable.tabs-below .nav li a:hover {
      border-width: 1px 1px 1px 0;
      background: #ffffff;
      background: -webkit-gradient(linear, left top, right bottom, from(#ffffff), to(#f2f2f2));
      background: -webkit-linear-gradient(#ffffff, #f2f2f2);
      background: -moz-linear-gradient(center top, #ffffff 0%, #f2f2f2 100%);
      background: -moz-gradient(center top, #ffffff 0%, #f2f2f2 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#ffffff, endColorstr=#f2f2f2);
      -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#ffffff, endColorstr=#f2f2f2)";
      box-shadow: inset 0 1px 0 #ffffff, 0 1px 3px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: inset 0 1px 0 #ffffff, 0 1px 3px rgba(0, 0, 0, 0.1);
      -webkit-box-shadow: inset 0 1px 0 #ffffff, 0 1px 3px rgba(0, 0, 0, 0.1);
    }
    /* WooDojo Instagram Stream */
    .widget_woodojo_instagram ul {
      float: none;
    }
    .widget_woodojo_instagram ul.instagram-photos {
      margin: 0.5em 0;
      width: 98%;
      margin: 0 auto;
    }
    .widget_woodojo_instagram ul.instagram-photos li {
      margin: 0.5em!important;
    }
    .widget_woodojo_instagram ul.instagram-photos li img:hover {
      opacity: 0.8;
    }
    /* WooDojo Twitter Stream */
    .widget_woodojo_tweets ul.tweets h3 {
      margin: 0;
    }
    .widget_woodojo_tweets ul.tweets li {
      margin: 0;
      padding: 1em;
    }
    /* Misc */
    .widget_woodojo_instagram_profile h3,
    .widget_woodojo_twitterprofile h3 {
      margin: 0 0 1em;
    }

    .page-template-template-blog article.post {
        display: inline-block;
        margin-bottom: 20px;
    }

    .page-template-template-blog .post-more {
        float: right;
        margin-top: -30px;
    }

    img.woo-image.thumbnail.alignleft {
        float: left;
        margin-right: 15px;
    }

    .woo-pagination .page-numbers {
        color: #EE479A!important;
        padding: 0 10px;
        font-weight: 500;
        font-size: 16px;
    }

    /*-------------------------------------------------------------------------------------------*/
    /* 10. BROWSER SPECIFIC */
    /*-------------------------------------------------------------------------------------------*/
    /* IE8 */
    .ie8 .button,
    .ie8 .button:visited {
      padding: 10px 15px;
      margin: 0;
    }
    .ie8 .alignleft,
    .ie8 .alignright {
      width: auto;
    }
    .ie8 .widget_woo_blogauthorinfo .avatar {
      width: auto;
    }
    @media only screen and (max-width: 1200px) {
      .business #loopedSlider a.flex-prev {
        left: -25px;
      }
      .business #loopedSlider a.flex-prev:before,
      .business #loopedSlider a.flex-next:before {
        font-size: 16px;
      }
      .business #loopedSlider a.flex-next {
        right: -30px;
      }
    }
    @media only screen and (max-width: 767px) {
      #wrapper {
        overflow-y: visible;
        overflow-x: hidden;
      }
      #content {
        padding-top: 1.5em;
      }
      #header {
        background-size: cover;
      }
      #navigation .cart {
        margin: 0;
      }
      #navigation ul.nav ul.children {
        margin-left: 1.5em;
      }
      #navigation {
        font-weight: 400;
      }
      #nav-container {
        border-width: 0 !important;
      }
      ul.nav,
      ul.nav ul {
        border: none!important;
      }
      #navigation ul.nav > li {
        border-right: none!important;
      }
      body.boxed-layout {
        padding: 0;
      }
      body.boxed-layout #top {
        margin-left: 1.5em;
        margin-right: 1.5em;
      }
      body.boxed-layout #wrapper {
        margin-left: 0;
        margin-right: 0;
        border: none;
      }
      .magazine #loopedSlider a.flex-next,
      .magazine #loopedSlider a.flex-prev {
        bottom: auto;
        top: 20px;
      }
      .magazine #loopedSlider {
        height: auto !important;
        max-height: none !important;
      }
      #loopedSlider {
        height: auto !important;
      }
      #loopedSlider .slides {
        overflow: visible;
        height: auto !important;
      }
      #sidebar {
        clear: both;
      }
      /* Set single portfolio item from two to one column on mobile */
      body.single-portfolio.one-col-980 #post-gallery,
      body.single-portfolio.one-col-980 .post-embed {
        width: 100%;
        float: none;
      }
      body.single-portfolio .hentry {
        float: none;
        width: 100%;
      }
      .csstransforms3d.csstransitions #navigation {
        left: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        -moz-transform: translate3d(-100%, 0, 0);
        -ms-transform: translate3d(-100%, 0, 0);
        -o-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        -o-backface-visibility: hidden;
        backface-visibility: hidden;
      }
      .csstransforms3d.csstransitions #inner-wrapper {
        left: 0 !important;
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        -webkit-transition: -webkit-transform 200ms ease;
        -moz-transition: -moz-transform 200ms ease;
        -o-transition: -o-transform 200ms ease;
        transition: transform 200ms ease;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        -o-backface-visibility: hidden;
        backface-visibility: hidden;
      }
      .csstransforms3d.csstransitions .show-nav #navigation {
        -webkit-transform: translate3d(-100%, 0, 0);
        -moz-transform: translate3d(-100%, 0, 0);
        -ms-transform: translate3d(-100%, 0, 0);
        -o-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
      }
      .csstransforms3d.csstransitions .show-nav #inner-wrapper {
        -webkit-transform: translate3d(80%, 0, 0);
        -moz-transform: translate3d(80%, 0, 0);
        -ms-transform: translate3d(80%, 0, 0);
        -o-transform: translate3d(80%, 0, 0);
        transform: translate3d(80%, 0, 0);
        -webkit-transform-origin: 50% 0%;
        -moz-transform-origin: 50% 0%;
        -ms-transform-origin: 50% 0%;
        -o-transform-origin: 50% 0%;
        transform-origin: 50% 0%;
      }
      table.cart .product-thumbnail,
      table.cart .product-price,
      table.cart .product-quantity {
        left: -999em;
        position: absolute;
      }
    }

    
    @media only screen and (max-width: 767px){
        #woo_custom_inside_header {  
             margin-top: 75px;
       }
    }
    
    @media only screen and (min-width: 768px) {
    
        #nav-container { 
              position:relative; 
              z-index:1000; 
             top: -20px; 
              margin-bottom: 0; 
             width:auto; 
              right:0; 
             background:none; 
        }
    
        #nav-container  #navigation { 
            background:none; 
            position: relative;
            margin-top: 0px;
            margin-bottom:18px;
        }
        
        #navigation { 
                float: right; 
                width: auto; 
                clear:none; 
                max-width: 600px;
            }
    
        #logo { position: relative; z-index:1001; }
        
        #navigation ul { float:right; }
        
        #navigation ul.nav li ul { border:none; background: none; padding-top: 4px; }
        
        #navigation ul.nav li { padding-top: 50px; }
        
        #navigation ul.nav ul li {  background: #e6e6e6; border-bottom: 1px solid #dcdadb !important; padding: 3px 0; }
        
        #navigation ul.nav ul li:hover { background: #f5f4f4; padding-top:  3px;  border-top: none; }
        
        #navigation ul.nav li a, #navigation ul.rss a, #navigation .cart-contents, #navigation ul.rss {  font-size: 12px/30px;
        font-family: 'PTSansRegular', Arial, Helvetica, sans-serif;  }
        
        #navigation ul.nav ul li a, #navigation ul.nav > li a:hover { text-decoration: none; }
        
        #navigation ul.nav > li:hover, #navigation ul.nav > li a:hover  { background: none; color: #ee4799;  }
        
        #navigation ul li:first-child, #navigation ul li:first-child a {
            border-radius: 0;
            -moz-border-radius: 0;
            -webkit-border-radius: 0;
        }
        
        #back-to-top, .back-to-top{
            position: fixed;
            width: auto;
            height: auto;
            padding: 5px 6px;
            background: #000;
            opacity: .5;
            bottom: 90px;
            border-radius: 5px;
            display: none;
            margin-right: 0;
            text-align: center;
            font-size: 12px;
            font-family: arial;
            text-decoration: none;
            color: #FFF;
            font-weight: bold;
            right: 40px;
            z-index:99999;
        }
    
        #mobile-menu { display: none; }
    
    }//end of min-width:768

   @media only screen and (max-width: 1200px) {
       #bg-logo {
            display:none;
       }
   }    
   @media only screen and (min-width: 768px) {
        #logo { width: 35%; }
        #bg-logo {
            background: url('images/bg-logo.png') no-repeat 100% 86%;
            height: 400px;
            width: 271px;
            position: fixed;
            top: 270px;
            right: -80px;                   
        }
        
        #navigation ul.nav li.current_page_item a, #navigation ul.nav li.current_page_parent a, #navigation ul.nav li.current-menu-ancestor a, #navigation ul.nav li.current-cat a, #navigation ul.nav li.current-menu-item a {
            background: none;
        }
        #navigation ul.nav li { padding-top:50px; }
        #navigation ul.nav li:hover { padding-top:50px; background:transparent url('images/top_logo.png') no-repeat 50% 0%; }
        #navigation ul.nav li.current-menu-item { background:transparent url('images/top_logo.png') no-repeat 50% 0%;  }
        #navigation ul.nav li ul.sub-menu li.current-menu-item { background:#f5f4f4;  }
        
        #footer-top-wrapper p   { float: left;color: #555;font-size: 10px; font-family: 'Arial'; }
        #footer-top-wrapper img { float:right; margin-top:-16px; }
        
        #footer-bottom-logo     { 
            float: right;
            width: 210px;
            height: 60px; 
            background: transparent url('images/footer_logo.png') no-repeat 50% 100%;
            margin-top: -20px;
        }
        
   }
   
   @media only screen and (max-width: 767px) {
    
       body.full-width #header, #nav-container, body.full-width #content, body.full-width #footer-widgets, body.full-width #footer {
          padding-left: 1.618em;
          padding-right: 1.618em;
        }
         
       .rev_slider_wrapper { display:none; }
       
       #customSlider { display:none; }
       
       #logo { margin-top: -15px; text-align:center; }
       .h2-md { display: block; }
       .h2-xs { display: none; }
       
       #back-to-top {
            position: absolute;
            right: 10px;
            bottom: 15px;
            background: rgba(0,0,0,.5);
            padding: 5px;
            border-radius: 4px;
       }
       
       #mobile-menu { display: block; }
       
       #nav-container { display: none; }
       
       #footer { height: 35px; }
       
        #footer-top-wrapper img {
            float: right;
            margin-top: 8px;
            width: 120px;
        }

        #footer-top-wrapper p {
            width: 196px;
            font-size: 9px;
            padding-left: 3px;
            float: left;color: #555;
            font-family: 'Arial'; 
        }
        
        #footer-bottom-logo {
            float: right;
            width: 144px;
            height: 60px;
            background: transparent url('images/footer_logo.png') no-repeat 50% 100%;
            margin-top: -20px;
        }
        
        #copyright p, #credit p {   
            text-align: center;
            width: 100%; 
        }
   }
   
   @media only screen and (max-width: 568px){
    
        body.full-width #header, #nav-container, body.full-width #content, body.full-width #footer-widgets, body.full-width #footer {
          padding-left: 1.618em;
          padding-right: 1.618em;
        }
       
        #woo_custom_header { margin-top: 0!important; }
       
        #woo_custom_inside_header h1{ text-align: center; }
        
        #woo_custom_inside_header { margin-top:0!important; }
        
        #nav-container { display: none; }
        
        #header-container {
          margin-bottom: 0px;
          min-height: 100px;
          background: #4161ac;
        }
       
        .h2-xs { display: block; }
        .h2-md { display: none; }
       
        #footer { height: 35px; }
       
        #footer-top-wrapper img {
            float: right;
            margin-top: 8px;
            width: 120px;
        }

        #footer-top-wrapper p {
            width: 196px;
            font-size: 9px;
            padding-left: 3px;
            float: left;color: #555;
            font-family: 'Arial'; 
        }
        
        #footer-bottom-logo {
            float: right;
            width: 144px;
            height: 60px;
            background: transparent url('images/footer_logo.png') no-repeat 50% 100%;
            margin-top: -20px;
        }
        
        #copyright p, #credit p {   
            text-align: center;
            width: 165px; 
        }
        
        #contact-page ol.forms input.txt {
          width: 100%!important;
          box-sizing: border-box;
        }
        
        #contact-page ol.forms textarea {
          height: 300px;
          width: 100%;
          box-sizing: border-box;
        }
        
        #contact-page ol.forms li.inline input#sendCopy {
          margin-left: 0;
        }
    }
