/*

 * HTML5 Boilerplate

 *

 * What follows is the result of much research on cross-browser styling.

 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,

 * Kroc Camen, and the H5BP dev community and team.

 */

/* ==========================================================================

   Base styles: opinionated defaults

   ========================================================================== */

html,
button,
input,
select,
textarea {

  color: #000;

}

body {

  font-size: 1em;
  line-height: 1.4;
  margin: 0;

}

::-moz-selection {

  background: #b3d4fc;

  text-shadow: none;

}

::selection {

  background: #b3d4fc;

  text-shadow: none;

}

hr {

  display: block;

  height: 1px;

  border: 0;

  border-top: 1px solid #ccc;

  margin: 1em 0;

  padding: 0;

}

img {

  vertical-align: middle;

}

fieldset {

  border: 0;

  margin: 0;

  padding: 0;

}

textarea {

  resize: vertical;

}

.tinynav {

  display: none;

}

.chromeframe {

  margin: 0.2em 0;

  background: #ccc;

  color: #000;

  padding: 0.2em 0;

}

.nostyle {

  list-style: none;

  margin: 0;

  padding: 0;

}

.text_right {

  text-align: right;

}

.text_left {

  text-align: left;

}

.text_center {

  text-align: center;

}

.lines {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    margin-bottom: 100px !important;
    position: relative;
    text-transform: uppercase;
}

.sub_title {
    font-size: 15px;
    font-weight: 400;
    line-height: 0;
    margin-bottom: -150px;
    margin-top: 10px;
    letter-spacing: 1px;
    opacity: .5;
}

.plug {

  padding: 0 30px;

}

@media (max-width: 480px){
    .sub_title .plug{
        margin-top: 20px;
        line-height: 18px;
    }

    .lines {
        margin-bottom: 50px !important;
    }
}

.service_box .item > h4 {
    min-height: 50px;
    padding: 0 30px;

}
.serv_corusel li i {
    border: 2px solid rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    height: 110px;
    line-height: 110px;
    margin-bottom: 50px;
    margin-top: 20px;
    padding: 50px;
    text-align: center;
    transition: all 400ms linear 0s;
    width: 110px;
}

#portfolio .plug {

  background: #44a5ac;

}

#pricing_table .plug {

  background: #324c68;

}

#about_us .plug {

  background: #d44032;

}

.twitter-timeline li.tweet {
    border-radius: 2px;
    display: block;
    margin: 10px 0;
    padding: 20px !important;
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
}
#flickr_badge_wrapper img {
    border-radius: 2px;
}
.attachment-shop_thumbnail.wp-post-image {
    min-width: 32px;
    box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0) !important;
}
.woocommerce .bx-controls-direction {
    position: relative;
    top: -410px;
}
.woocommerce .mycarousel.product_list_widget a {
    text-transform: uppercase;
    text-decoration: none;
    line-height: 50px;
}
.woocommerce .amount {
    font-size: 25px;
    font-weight: 500;
    line-height: 20px;
}
.products h2 {
    padding-top: 30px;
    padding-bottom: 20px;
}
.woocommerce-tabs h2 {
    padding-top: 30px;
    padding-bottom: 20px;
}
/*.button.add_to_cart_button.product_type_simple {*/
    /*background: #fff;*/
/*}*/
.form-submit > input {
    /*background: #fff !important;*/
}
.cart button {
    /*background: none repeat scroll 0 0 #FFFFFF !important;*/
    /*box-shadow: 0 0 0 0 rgba(0, 0, 0, 0) !important;*/
    /*color: #555555 !important;*/
    /*text-shadow: 0 0px 0 rgba(255, 255, 255, 0.0) !important;*/
    /*border: 0 !important;*/
}
.cart_list.product_list_widget a {
    color: #000;
    position: relative;
    top: 0px;
    padding-top: 0px;
    display: inline-block;
    line-height: 40px;
}

.back2top {
    border-radius: 50%;
    bottom: -5px;
    display: block;
    font-size: 27px;
    font-weight: 900;
    height: 70px;
    left: 50%;
    line-height: 104px;
    margin-left: -30px;
    margin-top: -30px;
    position: absolute;
    text-align: center;
    text-decoration: none;
    width: 70px;
}


body.archive .back2top {
    border: white solid 2px;
    color: white !important;
    border-radius: 50%;
    position: fixed;
    left: 90%;
    right: 50px;
    bottom: 20px;
    vertical-align: baseline;
}

.top_box,
.bot_box {

  width: 0px;

  height: 0px;

}

.section2 .top_box, .section4 .top_box, .section6 .top_box, .section8 .top_box, .section10 .top_box, .section12 .top_box  {
  border-width: 0 0 60px 2880px;
  /*border-style: solid solid solid dashed;*/
  border-style: solid solid solid solid;
}

.section3 .top_box, .section5 .top_box, .section7 .top_box, .section9 .top_box, .section11 .top_box {
  border-width: 60px 0 0 2880px;
  /*border-style: solid solid solid dashed;*/
  border-style: solid solid solid solid;
}

.section2 .bot_box, .section4 .bot_box, .section6 .bot_box, .section8 .bot_box, .section10 .bot_box, .section12 .bot_box {
  border-width: 0 2880px 60px 0;
  /*border-style: solid dashed solid solid;*/
  border-style: solid solid solid solid;
}

.section3 .bot_box, .section5 .bot_box, .section7 .bot_box, .section9 .bot_box, .section11 .bot_box {
  border-width: 60px 2880px 0 0;
  /*border-style: solid dashed solid solid;*/
  border-style: solid solid solid solid;
}

.section2 .man_box {

  position: relative;

  z-index: 10;

  margin-top: -60px;

}

.section2 .intro {

  display: none;

}

.section3 .man_box {

  position: relative;

  z-index: 9;

  margin-top: -60px;

}

.section4 .man_box {

  position: relative;

  z-index: 8;

  margin-top: -60px;

}

.section5 .man_box {

  position: relative;

  z-index: 7;

  margin-top: -60px;

}

.section6 .man_box {

  position: relative;

  z-index: 6;

  margin-top: -60px;

}

.section7 .man_box {

  position: relative;

  z-index: 6;

  margin-top: -60px;

}

.section8 .man_box {

  position: relative;

  z-index: 5;

  margin-top: -60px;

}

.section9 .man_box {

  position: relative;

  z-index: 4;

  margin-top: -60px;

}

.section10 .man_box {

  position: relative;

  z-index: 3;

  margin-top: -60px;

}

.section11 .man_box {

  position: relative;

  z-index: 2;

  margin-top: -60px;

}

.section12 .man_box {

  position: relative;

  z-index: 1;

  margin-top: -60px;

}

.intro {

  margin: -65px 0 0;

  background-attachment: fixed;

  background-size: cover;

  height: 430px;

  text-transform: uppercase;

  background-repeat: no-repeat;

}

.intro_pad > h2 {
    opacity: .5;
}

.soc_font, .fsoc {

  text-decoration: none;

  color: #fff;

}

.social_line li a {
    border: 2px solid;
    border-radius: 50px;
    display: inline-block;
    font-size: 18px;
    height: 40px;
    line-height: 40px;
    margin: 0 5px;
    padding: 10px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    width: 40px;
}

.fsoc {

  font-family: zocial;

}

input[type="text"]:not(.skill-knob), input[type="email"], textarea {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.1);
    border: 0px solid rgba(255, 255, 255, 0.3);
    border-radius: 25px;
    color: #fff;
    display: block;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 2px;
    line-height: 24px;
    margin-bottom: 15px;
    margin-right: 0px;
    padding: 10px;
    text-transform: uppercase;
    width: 100%;
}

input[type="text"].half, input[type="email"].half {

  width: 49%;

  float: left;

}
.google_map{
    position: relative;
}
.gmap_zoom{
    position: absolute;
    z-index: 1;
    margin: 20px;
    opacity: 0.7;
}
.gmap_zoom:hover{
    opacity: 1;
}
input[type="submit"], .gmap_zoom {
    background: none repeat scroll 0 0 transparent;
    border: 2px solid;
    color: #fff;
    font-size: 18px;
    margin: 0 1% 1% 0;
    padding: 15px 20px;
    text-transform: uppercase;
    font-family: inherit;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 15px;
    transition: all 0.2s ease-in-out 0s;
}

input[type="submit"]:hover {

  background: #fff;
  border-color: #fff;
  color: #000;

}

/* ==========================================================================

   Helper classes

   ========================================================================== */

/*

 * Image replacement

 */

.ir {

  background-color: transparent;

  border: 0;

  overflow: hidden;

  /* IE 6/7 fallback */

  *text-indent: -9999px;

}

.ir:before {

  content: "";

  display: block;

  width: 0;

  height: 150%;

}

/*

 * Hide from both screenreaders and browsers: h5bp.com/u

 */

.hidden {

  display: none !important;

  visibility: hidden;

}

/*

 * Hide only visually, but have it available for screenreaders: h5bp.com/v

 */

.visuallyhidden {

  border: 0;

  clip: rect(0 0 0 0);

  height: 1px;

  margin: -1px;

  overflow: hidden;

  padding: 0;

  position: absolute;

  width: 1px;

}

/*

 * Extends the .visuallyhidden class to allow the element to be focusable

 * when navigated to via the keyboard: h5bp.com/p

 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {

  clip: auto;

  height: auto;

  margin: 0;

  overflow: visible;

  position: static;

  width: auto;

}

/*

 * Hide visually and from screenreaders, but maintain layout

 */

.invisible {

  visibility: hidden;

}

/*

 * Clearfix: contain floats

 *

 * For modern browsers

 * 1. The space content is one way to avoid an Opera bug when the

 *    `contenteditable` attribute is included anywhere else in the document.

 *    Otherwise it causes space to appear at the top and bottom of elements

 *    that receive the `clearfix` class.

 * 2. The use of `table` rather than `block` is only necessary if using

 *    `:before` to contain the top-margins of child elements.

 */

.clearfix:before,
.clearfix:after {

  content: " "; /* 1 */

  display: table; /* 2 */

}

.clearfix:after {

  clear: both;

}

/*

 * For IE 6/7 only

 * Include this rule to trigger hasLayout and contain floats.

 */

.clearfix {

  *zoom: 1;

}

/* ==========================================================================

   EXAMPLE Media Queries for Responsive Design.

   These examples override the primary ('mobile first') styles.

   Modify as content requires.

   ========================================================================== */

@media only screen and (min-width: 35em) {

  /* Style adjustments for viewports that meet the condition */

}

@media print,

(-o-min-device-pixel-ratio: 5/4),

(-webkit-min-device-pixel-ratio: 1.25),

(min-resolution: 120dpi) {

  /* Style adjustments for high resolution devices */

}

/* ==========================================================================

   Print styles.

   Inlined to avoid required HTTP connection: h5bp.com/r

   ========================================================================== */

@media print {

  * {

    background: transparent !important;

    color: #000 !important; /* Black prints faster: h5bp.com/s */

    box-shadow: none !important;

    text-shadow: none !important;

  }

  a,
  a:visited {

    text-decoration: underline;

  }

  a[href]:after {

    content: " (" attr(href) ")";

  }

  abbr[title]:after {

    content: " (" attr(title) ")";

  }

  /*

   * Don't show links for images, or javascript/internal links

   */



  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {

    content: "";

  }

  pre,
  blockquote {

    border: 1px solid #999;

    page-break-inside: avoid;

  }

  thead {

    display: table-header-group; /* h5bp.com/t */

  }

  tr,
  img {

    page-break-inside: avoid;

  }

  img {

    max-width: 100% !important;

  }

  @page {

    margin: 0.5cm;

  }

  p,
  h2,
  h3 {

    orphans: 3;

    widows: 3;

  }

  h2,
  h3 {

    page-break-after: avoid;

  }

}

/* LayerSlider Default Skin */

.ls-defaultskin {

  background: none !important;

  border: none !important;

  border-radius: 0 !important;

  padding: 0 !important;

  box-shadow: 0 0 0 !important;

}

.ls-defaultskin .ls-bottom-nav-wrapper {

  margin: 15px auto 0px auto;

}

.ls-defaultskin .ls-playvideo {

  width: 50px;

  height: 50px;

  margin-left: -25px;

  margin-top: -25px;

}

.ls-defaultskin .ls-playvideo,
.ls-defaultskin .ls-nav-sides,
.ls-defaultskin .ls-bottom-slidebuttons a,
.ls-defaultskin .ls-nav-start,
.ls-defaultskin .ls-nav-stop,
.ls-defaultskin .ls-fullscreen,
.ls-defaultskin .ls-loading-container {

  background: none !important;

}

.ls-defaultskin .ls-playvideo {

  background-position: -300px -150px;

}

.ls-defaultskin .ls-playvideo:hover,
.ls-defaultskin .ls-vpcontainer:hover .ls-playvideo {

  background-position: -375px -150px;

}

.ls-defaultskin .ls-nav-prev:before {
  content: "\e603";
  font-family: parasponsive;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border: #fff solid 2px;
  display: block;
  line-height: 70px;
  text-align: center;
  font-size: 27px;
    transition: all 0.2s ease-in-out 0s;
}
.ls-nav-prev:hover:before,
.ls-nav-next:hover:before {
    background: #fff;
    color: #000;
}

.ls-defaultskin .ls-nav-prev:hover {

}
.ls-defaultskin .ls-nav-next::before {
    border: 2px solid #fff;
    border-radius: 50%;
    content: "\e600";
    display: block;
    font-family: parasponsive;
    font-size: 27px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    text-decoration: none;
    width: 70px;
    transition: all 0.2s ease-in-out 0s;
}


.slider .ls-defaultskin .ls-nav-prev,
.slider .ls-defaultskin .ls-nav-next {
    width: 90px;
}
.slider .ls-defaultskin .ls-nav-prev {
    left: 15px;
}

.ls-defaultskin .ls-nav-next:hover {

}

.ls-defaultskin .ls-nav-start {

  background-position: -300px 0px;

}

.ls-defaultskin .ls-nav-start:hover,
.ls-defaultskin .ls-nav-start-active {

  background-position: -300px -75px;

}

.ls-defaultskin .ls-nav-stop {

  background-position: -450px 0px;

}

.ls-defaultskin .ls-nav-stop:hover,
.ls-defaultskin .ls-nav-stop-active {

  background-position: -450px -75px;

}

.ls-defaultskin .ls-bottom-slidebuttons a {

  background-position: 0px -150px;

}

.ls-defaultskin .ls-bottom-slidebuttons a.ls-nav-active,
.ls-defaultskin .ls-bottom-slidebuttons a:hover {

  background-position: -75px -150px;

}

.ls-defaultskin .ls-nav-sideleft {

  background-position: -150px -150px;

}

.ls-defaultskin .ls-nav-sideright {

  background-position: -225px -150px;

}

.ls-defaultskin .ls-nav-prev,
.ls-defaultskin .ls-nav-next {

  z-index: 10000;

  top: 50%;

  margin-top: -21px;

  position: absolute;

  text-decoration: none;

  background: none !important;

}

.ls-defaultskin .ls-nav-prev {

  left: 5px;

}

.ls-defaultskin .ls-nav-next {

  right: 5px;

}

.ls-defaultskin .ls-bottom-slidebuttons,
.ls-defaultskin .ls-bottom-slidebuttons a,
.ls-defaultskin .ls-nav-start,
.ls-defaultskin .ls-nav-stop,
.ls-defaultskin .ls-nav-sides {

  height: 28px;

}

.ls-defaultskin .ls-bottom-slidebuttons,
.ls-defaultskin .ls-bottom-slidebuttons a,
.ls-defaultskin .ls-nav-start,
.ls-defaultskin .ls-nav-stop,
.ls-defaultskin .ls-nav-sides {

  display: inline-block;

}

.ls-defaultskin .ls-nav-start,
.ls-defaultskin .ls-nav-stop {

  width: 24px;

}

.ls-defaultskin .ls-bottom-slidebuttons a {

  width: 20px;

}

.ls-defaultskin .ls-nav-sides {

  width: 6px;

}

.ls-defaultskin .ls-thumbnail-hover {

  bottom: 55px;

  padding: 4px;

  margin-left: 1px;

}

.ls-defaultskin .ls-thumbnail-hover-bg {

  background: white;

  box-shadow: 0px 2px 12px -4px black;

  border-radius: 4px;

}

.ls-defaultskin .ls-thumbnail-hover span {

  border: 5px solid white;

  margin-left: -5px;

}

.ls-defaultskin .ls-thumbnail {

  top: -20px;

}

.ls-defaultskin .ls-thumbnail-inner {

  padding: 5px;

  margin-left: -5px;

  background: white;

  box-shadow: 0px 3px 35px -10px black;

  border-radius: 4px;

}

.ls-defaultskin .ls-thumbnail-slide a {

  margin-right: 5px;

}

.ls-defaultskin .ls-nothumb {

  background: #eee;

}

.ls-defaultskin .ls-above-thumbnails {

  display: none;

}

.ls-defaultskin .ls-below-thumbnails {

  display: block;

  margin-top: -20px;

}

.ls-defaultskin .ls-loading-container {

  width: 40px;

  height: 40px;

  margin-left: -20px;

  margin-top: -20px;

  background-position: -450px -150px;

}

.ls-defaultskin .ls-loading-indicator {

  width: 22px;

  height: 22px;

  margin-top: 9px;


}

.ls-defaultskin .ls-fullscreen {

  width: 30px;

  height: 30px;

  right: 10px;

  top: 10px;

  background-position: -525px -150px;

}

.ls-defaultskin .ls-fullscreen:hover {

  background-position: -525px -190px;

}

#gmap img {
    max-width: none!important;
}

.cart-wrapper {
    float: left;
    display: none;
    line-height: 10px;
    margin-right: 0;
    padding-top: 8px;
    z-index: 101;
}

.ggt-cart-button {
    background-color: transparent;
    color: white;
    cursor: pointer;
    display: block;
    font-size: 16px;
    height: 28px;
    padding: 0;
    text-align: center;
    z-index: 999;
}
.ggt-cart-button i{
    float: left;
}

.ggt-cart-button:hover {
    color: #999999;
    -webkit-transition:all 0.3s;
    -moz-transition:all 0.3s;
    -o-transition:all 0.3s;
    transition:all 0.3s;
}
.ggt-cart{
    display: none;
    z-index:99999;
}

.ggt-cart-button:hover + .ggt-cart,
.ggt-cart:hover{
    background: none repeat scroll 0 0 #FFFFFF;
    color: #000000;
    display: block;
    padding: 8px;
    position: absolute;
    width: 300px;
    z-index: 99999;

}

.ggt-cart ul li img{
    width: 100px!important;
}

.cartnum{
    position: relative;
    height: 30px;
    color: white;
    font-size:12px;
    float: left;
    padding: 5px 10px;
    font-family: Roboto;
}

.blog-gallery li{
    text-align: center;
}
#bloglist {
    padding: 0 50px;
}
/*.woocommerce a.button,*/
/*.woocommerce-page a.button{*/
    /*background: #fff!important;*/
/*}*/

/*.woocommerce a.button:hover,*/
/*.woocommerce-page a.button:hover,*/
/*.woocommerce button.button:hover,*/
/*.woocommerce-page button.button:hover,*/
/*.woocommerce input.button:hover,*/
/*.woocommerce-page input.button:hover,*/
/*.woocommerce #respond input#submit:hover,*/
/*.woocommerce-page #respond input#submit:hover,*/
/*.woocommerce #content input.button:hover,*/
/*.woocommerce-page #content input.button:hover {*/
    /*background: black!important;*/
    /*color: white;*/
    /*text-shadow: none;*/
/*}*/

.address .title {
    position: relative;
}
.addresses .title {
    position: relative;
}
.woocommerce header{
    position: relative;
}

/**
 * Logo
 */

header #logo{
    margin-bottom: 10px;
}

header #logo img {
    margin-top: 30px;
    max-height: 70px;
    width: auto;
}
@media( max-width:768px ){
    header #logo img{
        margin-top: 20px!important;
        width: auto !important;
        max-height:50px;
    }
}
@media( max-width:460px ){
    header #logo img{
        margin-top: 10px;
        width: auto !important;
        max-height: 50px;
    }
}

/**
 * Intro
 */

@media (min-width: 1px) and (max-width: 600px){

    .intro_pad h1{
        font-size: 32px;
        line-height: 32px;
    }

    .intro_pad h2{
        font-size: 22px;
        line-height: 22px;
    }
}

nav a{
    outline: none!important;
}

section.intro{
    height: auto;
}

.mob_nav ul li{
    width: 100%;
}

.mob_nav ul li a{
    margin-right: 0;
}

.mob_nav ul{
    border: 1px solid rgba(255,255,255,0.3);
}

@media (min-width: 1px) and (max-width: 480px){

    header.default{
        position: absolute; /* on mobile position fixed is not cool */
    }
}

#home.slider-on + li.section2 > section{
    margin-top: 0;
}

.first-section-angled #home.slider-on + li.section2 > section:not(.intro){
    margin-top: -60px;
}

.all-sections-straight.first-section-angled #home.slider-on + li.section2 > section:not(.intro){
    margin-top: 0;
}

.first-section-angled #home.slider-on + li.section2 .top_box{
    display: block;
}

.first-section-angled.all-sections-straight #home.slider-on + li.section2 .top_box{
    display: none;
}

.all-sections-straight li > section.man_box,
.all-sections-straight li > section.intro{
    margin-top: 0;
}

.all-sections-straight .intro_pad{
    padding: 150px 0;
}

.all-sections-straight .mid_box{
    padding: 100px 0;
}
.all-sections-straight .top_box, .all-sections-straight .bot_box {
    display: none;
}

#home.slider-on + li.section2 .top_box{
    display: none;
}

#container .iso_inner{
    max-width: 100%;
    max-height: 100%;
}

#container .iso_inner img{
    max-width: none;
    width: 100%;
    height: auto;
}

#container .isotope-item{
    margin: 0 0 10px;
}

#container.loading .iso_inner img,
.iso_inner.loading img{
    visibility: hidden;
}

@media (min-width: 481px) and (max-width:768px){
    section .pricing_table .span3{
        width: 47%;
        margin-left: 3%!important;
    }

    section .pricing_table .span4{
        width: 47%;
        margin-left: 3%!important;
    }

    .contact_us_mid .form{
        padding: 30px;
    }

    header .mob_nav{
        margin: 7px auto;
    }

}

@media (max-width:480px){

    header .mob_nav{
        margin: 0 auto;
    }

    section .pricing_table .span3{
        width: 98%;
        margin-left: 0!important;
    }

    section .pricing_table .span4{
        width: 98%;
        margin-left: 0!important;
    }

    .contact_us_mid .more_info_box{
        margin-top: 2em;
        text-align: center;
        font-size: 1.5em;
    }

    .contact_us_mid .form{
        text-align: center;
    }

    .contact_us_mid .form .wpcf7-form-control.wpcf7-submit{
        width: 100%;
        float: none;
        clear: both;
        margin: 10px 0;
    }
}

.footer_bottom{
    padding: 20px;
}

.date {
    text-transform: uppercase;
    font-size: 13px;
    background: rgba(255,255,255,.2);
    padding: 5px 10px;
    border-radius: 2px;
    margin: 15px 0px 0px 0px;
    display: inline-block;
}

.bot_box a.back2top{
    border: 1px solid #444;
}

#pages.intro-off .section2 .man_box .top_box{
    display: none;
}