*{
    /*font-family: 'Pontano Sans', sans-serif;*/
    font-family: 'Raleway', sans-serif;
    box-sizing: border-box;
    position: relative;
}

html,body{
    width:100%;
    height:100%;
    margin: 0;
    padding: 0;
    background:#f4f4f4;
}

.cursive{
    font-family: 'Kaushan Script', cursive;
}
#top_bar{
    position:relative;
    width:100%;
    height:30px;
    line-height: 30px;
    text-align: right;
    background: #f0f0f0;
    font-size: 0px;
}

#top_bar.fixed{
    z-index: 2147483645;
    position:fixed;
    top:0px;
    width:100%;
    height:30px;
    line-height: 30px;
    text-align: right;
    background: #006699;
}


#subnav{
    position:relative;
    margin:0px;
    border-bottom:1px solid #d0d0d0;
    background: white;
}

#subnav.fixed{
    position:fixed;
    top:75px;
    width:100%;
    z-index: 2147483646;
}

#subnav ul{
    text-align: right;
    padding:0px;
    margin:0px auto;
}

#subnav ul li{
    margin:0px;
    display:-moz-inline-stack;display:inline-block;zoom:1;*display:inline;
    vertical-align: top;
    height:30px;
    line-height:30px;
    padding:0px 20px;
    color:#a0a0a0;
    border-right:1px solid #d0d0d0;
}

#subnav ul li a{
    font-size: 12px;
    text-decoration: none;
}
#subnav ul li a:hover{
    color:#009966;
}
#subnav ul li:last-child{
    border:none;
}


.showcase_container{
    width:100%;
    height:500px;
}
.showcase_text{
    font-size: 18px;
}


#top_bar >div > div{
    display:inline-block;
    *zoom: 1;
    *display: inline;
    vertical-align: top;
    padding:0px 10px;
    color:#92999f;
    font-size: 11px;
    cursor: pointer;
    text-shadow:none;
    border-left:1px solid rgba(0,0,0,.1);
}


#top_bar.fixed  >div > div{
    color:#f0f0f0;
    color:rgba(255,255,255,.8);
}



#top_bar >div > div > a{
    color:inherit;
    text-decoration: none;
    display: block;
    width:100%;
    height:100%;
}

#top_bar >div > div.main{
    color:#40B27B;
    border-right:1px solid rgba(255,255,255,.6);
}

#top_bar.fixed >div > div.main{
    color:springgreen;
}

#top_bar >div > div:hover{
    color:#009966;
    background:#e0e0e0;
}
#top_bar.fixed >div > div:hover{
    background:#009966;
}
#top_bar.fixed  >div > div:hover{
    color:white;
    color:rgba(255,255,255,1);
}

#top_bar >div > i{
    height:30px;
    width:40px;
    text-align: center;
    line-height: 30px;
    display:inline-block;
    *zoom: 1;
    *display: inline;
    vertical-align: top;
    padding:0px;
    color:white;
    color:rgba(255,255,255,.5);
    font-size: 16px;
    cursor: pointer;
    border-left:1px solid rgba(0,0,0,.1);
}
#top_bar >div > i:last-child{
    border-right:1px solid rgba(0,0,0,.1);
}


#top_bar >div > i:hover{
    background:#e0e0e0;
    color:rgba(255,255,255,.9);
}
#top_bar.fixed >div >i:hover{
    background:#e0e0e0;
}

#top_bar >div > i:last-child{
    margin-right: 10px;
}

#top_bar.fixed >div > i{
    color:#f0f0f0!important;;
    color:rgba(255,255,255,.8)!important;;
}

#top_bar.fixed >div > i:hover{
    color:white!important;
    color:rgba(255,255,255,1)!important;
    background: #009966!important;
}

#contact_origami{
    font-size: 18px;
    font-family: 'Sansita', sans-serif;
    color:white;
    color:rgba(255,255,255,.9);
    text-align: center;
    background-size: contain;
    background-position: top;
    background-repeat: no-repeat;
    background-image: url(/assets/assets/origami_1.png);
    width:300px;
    height:60px;
    float: right;
}

.above_the_fold p{
    margin-top: 50px;
    margin: 0px;
    padding-top: 10px;
    border-top: 1px dashed #f0f0f0;
    font-size: 14px;
    max-width: 350px;
    padding-left: 20px;
    color:rgba(255,255,255,.8);
}

.above_the_fold h2{
    margin: 0px;
    padding: 10px 0px;
    font-size: 28px;
    font-weight: 300;
    line-height: 28px;
    padding-left: 20px;
    color:#e5e5e5;
    max-width: 350px
}

.above_the_fold h3{
    margin: 0px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #f0f0f0;
    font-size: 18px;
    max-width: 350px;
    padding-left: 20px;
    color:#f0f0f0;
}

.above_the_fold > div{
    color:#f0f0f0;
    width:100%;
    height:100%;
}

.above_the_fold{
    height:500px;
    width:100%;
    background:#444;
    font-family: 'Sansita', sans-serif;
    padding:40px 0px;
    padding-top:250px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center
}



.footer-distributed{
    background-color: #f0f0f0;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
    box-sizing: border-box;
    width: 100%;
    text-align: left;
    font: bold 16px sans-serif;

    padding: 55px 50px;
    margin-top: 0px;
}

.footer-distributed .footer-left,
.footer-distributed .footer-center,
.footer-distributed .footer-right{
    display:-moz-inline-stack;display:inline-block;zoom:1;*display:inline;
    *zoom: 1;
    *display: inline;
    vertical-align: top;
}

/* Footer left */

.footer-distributed .footer-left{
    width: 40%;
}

/* The company logo */

.footer-distributed h3{
    color:  #92999f;
    font: normal 36px 'Cookie', cursive;
    margin: 0;
}

.footer-distributed h3 span{
    color:  #5383d3;
}

/* Footer links */

.footer-distributed .footer-links{
    color:  #92999f;
    margin: 20px 0 12px;
    padding: 0;
}

.footer-distributed .footer-links a{
    display:inline-block;
    *zoom: 1;
    *display: inline;
    line-height: 1.8;
    text-decoration: none;
    color:  inherit;
}

.footer-distributed .footer-company-name{
    color:  #8f9296;
    font-size: 14px;
    font-weight: normal;
    margin: 0;
}

/* Footer Center */

.footer-distributed .footer-center{
    width: 35%;
}

.footer-distributed .footer-center i{
    background-color:  #33383b;
    color: #ffffff;
    font-size: 25px;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    text-align: center;
    line-height: 42px;
    margin: 10px 15px;
    vertical-align: middle;
}

.footer-distributed .footer-center i.fa-envelope{
    font-size: 17px;
    line-height: 38px;
}

.footer-distributed .footer-center p{
    display:-moz-inline-stack;display:inline-block;zoom:1;*display:inline;
    color: #92999f;
    vertical-align: middle;
    margin:0;
}

.footer-distributed .footer-center p span{
    display:block;
    font-weight: normal;
    font-size:14px;
    line-height:2;
}

.footer-distributed .footer-center p a{
    color:  #5383d3;
    text-decoration: none;;
}


/* Footer Right */

.footer-distributed .footer-right{
    width: 20%;
}

.footer-distributed .footer-company-about{
    line-height: 20px;
    color:  #92999f;
    font-size: 13px;
    font-weight: normal;
    margin: 0;
}

.footer-distributed .footer-company-about span{
    display: block;
    color:  #92999f;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 20px;
}

.footer-distributed .footer-icons{
    margin-top: 25px;
}

.footer-distributed .footer-icons a{
    display:-moz-inline-stack;display:inline-block;zoom:1;*display:inline;
    width: 35px;
    height: 35px;
    cursor: pointer;
    background-color:  #33383b;
    border-radius: 2px;

    font-size: 20px;
    color: #ffffff;
    text-align: center;
    line-height: 35px;

    margin-right: 3px;
    margin-bottom: 5px;
}

/* If you don't want the footer to be responsive, remove these media queries */
@media (min-width: 881px) {

    .cols_d1{
        width:100%;
        margin-left:0%;
        margin-right:0%;
        padding:0;
        vertical-align: top;
        display:-moz-inline-stack;display:inline-block;zoom:1;*display:inline;
    }

    .cols_d2{
        width:50%;
        margin-left:0.0%;
        margin-right:0.0%;
        padding:0;
        vertical-align: top;
        display:-moz-inline-stack;display:inline-block;zoom:1;*display:inline;
    }

    .cols_d3{
        width:33.3%;
        padding:0;
        vertical-align: top;
        display:-moz-inline-stack;display:inline-block;zoom:1;*display:inline;
    }



    .cols_d4{
        width:25%;
        padding:0;
        vertical-align: top;
        display:-moz-inline-stack;display:inline-block;zoom:1;*display:inline;
    }

    .cols_d6{
        width:16.66%;
        padding:0;
        vertical-align: top;
        display:-moz-inline-stack;display:inline-block;zoom:1;*display:inline;
    }

    .cols_d3_2{
        width:66.66%;
        padding:0;
        vertical-align: top;
        display:-moz-inline-stack;display:inline-block;zoom:1;*display:inline;
    }


    .cols_d4_3{
        width:75%;
        padding:0;
        vertical-align: top;
        display:-moz-inline-stack;display:inline-block;zoom:1;*display:inline;
    }

    .cols_d8{
        width:12.5%;
        padding:0;
        vertical-align: top;
        display:-moz-inline-stack;display:inline-block;zoom:1;*display:inline;
    }
}


.bg_a{
    background: #23bc87;
}
.color_a{
    color: #23bc87;
}

.bg_b{
    background: #258dc8;
}
.color_b{
    color: #258dc8;
}

.cool_borders{
    border-top:1px solid #f0f0f0;
}

.generic_header{
    /*font-family: 'Sansistae', serif;*/
    font-size: 2em;
    line-height: 1.2em;
    color:#006699;
    background: #f6f6f6;
    margin-top: 4em;
    margin-bottom: 4em;
    text-align: center;
    width:100%;
    padding:2em 0em;
}

.generic_header span{
    color:#006699;
    /*font-weight: 700;*/
    /*font-size: 1.3em;*/
    /*font-family: 'Titillium Web', sans-serif;*/
    /*font-family: 'Kaushan Script', cursive;*/
}


.page_header_container .button{
    width:125px;
    height:125px;
    display:-moz-inline-stack;display:inline-block;zoom:1;*display:inline;
    vertical-align: top;
    margin: 5px;
}

.page_header_container button > a{
    text-decoration: none;
    color:gray;
    font-size: 1.2em;
}


.page_header_container{
    width:100%;
    margin: 10em auto;
    text-align: center;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.page_header{
    margin: auto;
    font-size: 4em;
    line-height: 1em;
    width:50%;
    font-family: 'Ubuntu', sans-serif;
    color:#444;
}
.page_subheader{
    margin: 1em auto;
    font-size: 2em;
    width:50%;
    color:#777;
}

.separator{
    margin:4em auto;
    width:60%;
    max-width: 500px;
    height: 1px;
    background: #c0c0c0;
}

#big_header{
    font-size: 2em;
    line-height: 1em;
    color:#777;
    margin-top: 4em;
    text-align: center;
    width:100%;
}
#big_header span{
    color:#009966;
    font-weight: 700;
}
.second_blocks {
    width:96%;
    margin-left: 2%;
    font-family: 'Roboto', sans-serif;
    cursor: pointer;
    background: #e2e2e2;
    border:1px solid #a0a0a0;
    text-decoration: none;
    color: #222;
    padding: 10px 0px; 
    /* Prevent highlight colour when element is tapped */
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

.second_blocks:hover {
    background: #d0d0d0;
}

.second_blocks h1{
    text-align: start;
    font-weight: bolder;
    font-size: 18px!important;
    margin-top: 5px;
    margin-bottom: 0px;
    border:none!important;
    line-height: 18px!important;
    vertical-align: middle;
    color:#566c78;
}

.second_blocks h2{
    text-align: start;
    color:#3070b9;
    font-weight: lighter;
    font-size: 11px!important;
    margin-bottom: 30px!important;
    border:none!important;
    vertical-align: middle;
}

.second_blocks p{
    color:black;
    font-weight:400;
    text-align: start;
    font-size: 12px!important;
    margin: 0px;
    width:90%;
}

.second_blocks_icon{
    font-size: 18px;
}

.more_info {
    margin-top: 10px;
    padding: 5px 15px;
    background: #002d54;
    color: white;
    display:-moz-inline-stack;display:inline-block;zoom:1;*display:inline;
}

/* Float Shadow */
.hvr-float-shadow {
    display:-moz-inline-stack;display:inline-block;zoom:1;*display:inline;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}

.hvr-float-shadow:before {
    pointer-events: none;
    position: absolute;
    z-index: -1;
    content: '';
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 0;
    background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
    /* W3C */
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform, opacity;
    transition-property: transform, opacity;
}
.hvr-float-shadow:hover, .hvr-float-shadow:focus, .hvr-float-shadow:active {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    /* move the element up by 5px */
}
.hvr-float-shadow:hover:before, .hvr-float-shadow:focus:before, .hvr-float-shadow:active:before {
    opacity: 1;
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
    /* move the element down by 5px (it will stay in place because it's attached to the element that also moves up 5px) */
}


#demo_request{

    text-align: left;
    -webkit-box-shadow: 2px 0px 5px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 2px 0px 5px 0px rgba(0,0,0,0.5);
    box-shadow: 2px 0px 5px 0px rgba(0,0,0,0.5);
    border:1px solid rgba(0,0,0,.2);
    display:none;
    background-color: white;
}

.overlay{
    width:100%;
    height:100%;
    top:0;
    left:0;
    position:fixed;
    text-align: center;
    background:rgba(0,0,0,.6);
    z-index:2147483647;
    display:none;

}
.form {
    max-width: 350px;
}
.form .button{
    margin: auto;
    /*width:100%;*/
    margin:2%;
    padding:3%;
    line-height: 1em;
    text-align:center;
    /*width:90%;*/
    font-size: 2em;
    color:white;
    background:#006699;
}

.form .button:hover{
    background: #009966;
}

.form .button:active{
    background:green;
}

.form label{
    font-size: 1.2em;
    color:#009966;
    width:100%;
    display:block;
    font-weight: 800;
    margin-top: .5em;
}

.form input{
    font-size: 2em;
    color:black;
    width:90%;
}

.form textarea{
    font-size: 1.5em;
    color:black;
    width:90%;
}

#demo_request{
    margin: 2em auto;
    width:400px;
    max-width: 90%;
    border:1px solid #a0a0a0;
}
.form > .header{
    font-size: 3em;
    padding:0px;
}
.form > .header > span{
    display:-moz-inline-stack;display:inline-block;zoom:1;*display:inline;
    padding:5px;

}

.form > .header > button{
    width:30px;
    height:30px;
    float:right;
    margin: 5px;
}

.form > p{
    font-size: 1.4em;
    padding:0px 5%;
}

#contact_form{

}

#map{

}
.standard{
    margin-top: 40px;
    text-align: left;
    max-width: 400px;
}
.standard h2{
    font-size: 3em;
    color:#777;
}

.standard p{
    font-size: 1.8em;
    color:#a0a0a0;
}

.legal{
    margin: 50px 50px;
    padding: 0px 50px;
    border-left: 4px solid #006699;
    border-right: 1px solid #a0a0a0;
    font-size: 16px;
    max-width: 600px;
}

.legal p:first-child::first-letter { 
    font-size: 2.5em;
    color: #006699;

}

.panel_image{
    width:100%;
    height:300px;
    background-size: cover;
}


#stripes{
    font-size: 0px;
    width: 100%;
    height: 100%;
    overflow: hidden;
    transform: skewY(-12deg);
    transform-origin: 0;
    background: linear-gradient(150deg,#53f 15%,#05d5ff 70%,#a6ffcb 94%);
    background: linear-gradient(150deg,#324d68 15%,#006699 70%,#009966 94%);
    position: absolute;
    top:-100px;
    /*z-index: -1;*/
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#7abcff+0,60abf8+44,4096ee+100;Blue+3D+%2314 */
    background-size: cover;
    background-position: top;
    opacity: .2;
    z-index: 0!important;
}


#stripes > span{
    display: inline-block;
    *zoom: 1;
    *display: inline;
    height:33.33%;
    width: 33.33%;
    vertical-align: top;
}
#stripes > span:nth-child(1){
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1e5799+0,7db9e8+100&0.55+0,0.19+100 */
    background: -moz-linear-gradient(top,  rgba(30,87,153,0.55) 0%, rgba(125,185,232,0.19) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(30,87,153,0.55) 0%,rgba(125,185,232,0.19) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(30,87,153,0.55) 0%,rgba(125,185,232,0.19) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8c1e5799', endColorstr='#307db9e8',GradientType=0 ); /* IE6-9 */

}
#stripes > span:nth-child(2){
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1e9a43+0,7ee893+100&0.55+0,0.19+100 */
    background: -moz-linear-gradient(top,  rgba(30,154,67,0.55) 0%, rgba(126,232,147,0.19) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(30,154,67,0.55) 0%,rgba(126,232,147,0.19) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(30,154,67,0.55) 0%,rgba(126,232,147,0.19) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8c1e9a43', endColorstr='#307ee893',GradientType=0 ); /* IE6-9 */

}
#stripes > span:nth-child(3){
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#b1ab89+0,dbd6c7+100&0.55+0,0.19+100 */
    background: -moz-linear-gradient(top,  rgba(177,171,137,0.55) 0%, rgba(219,214,199,0.19) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(177,171,137,0.55) 0%,rgba(219,214,199,0.19) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(177,171,137,0.55) 0%,rgba(219,214,199,0.19) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8cb1ab89', endColorstr='#30dbd6c7',GradientType=0 ); /* IE6-9 */
}

#stripes > span:nth-child(4){
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#5a7e88+0,afc7cb+100&0.55+0,0.19+100 */
    background: -moz-linear-gradient(top,  rgba(90,126,136,0.55) 0%, rgba(175,199,203,0.19) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(90,126,136,0.55) 0%,rgba(175,199,203,0.19) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(90,126,136,0.55) 0%,rgba(175,199,203,0.19) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8c5a7e88', endColorstr='#30afc7cb',GradientType=0 ); /* IE6-9 */

}

#stripes > span:nth-child(5){

}

/*#stripes > span:nth-child(6){
    background:rgba(0,0,0,.2);
}
#stripes > span:nth-child(7){
    background:rgba(0,0,0,.3);
}
#stripes > span:nth-child(8){
    background:rgba(0,0,0,.4);
}*/

.home_header_white{
    font-size: 1.8em;;
    text-transform: uppercase;
    letter-spacing: .025em;
    color:#fff;
    margin-bottom: 30px;
    background: -webkit-linear-gradient(#fbfbfb, #e5e5e5);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.home_header_yellow{
    font-size: 1.8em;;
    text-transform: uppercase;
    letter-spacing: .025em;
    color:#b7ad70;
    margin-bottom: 30px;
    background: -webkit-linear-gradient(#b7ad70, #D3C82C);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.home_header{
    margin-top: 1.6em;
    font-size: 1.6em;;
    text-transform: uppercase;
    letter-spacing: .025em;
    color:#111;
    margin-bottom: 20px;
    background: -webkit-linear-gradient(#444, #111);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.telecomms_header{
    background: -webkit-linear-gradient(#AAA619, #A81AAD);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}



.home_header>span{
    font-size: 0.8em;
    font-weight: 400;
}
.home_paragraph{
    font-weight: 400;
    font-size: 17px;
    line-height: 26px;
    color: #6b7c93;
    margin-bottom: 30px;
}
.home_link{
    border-top: 1px solid #006699;
    margin: 30px 0px;
    padding: 15px 0px;
    color:#006699;
    font-size: 16px;
}

.home_link a{
    text-decoration: none;
}

#Setmore_button_iframe{
    width:100%;
    box-sizing: border-box;
    border:1px solid #d5d5d5;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    color:#fff;
    background: rgb(35,188,135);
    background: -moz-linear-gradient(left, rgba(35,188,135,1) 0%, rgba(37,141,200,1) 100%);
    background: -webkit-linear-gradient(left, rgba(35,188,135,1) 0%,rgba(37,141,200,1) 100%);
    background: linear-gradient(to right, rgba(35,188,135,1) 0%,rgba(37,141,200,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#23bc87', endColorstr='#258dc8',GradientType=1 );
}
#Setmore_button_iframe>div{
    /*font-size: 18px;*/
    padding: 10px 20px;
}

#Setmore_button_iframe:hover>div{
    background:rgba(0,0,0,.2);
}#Setmore_button_iframe:hover{

    border:1px solid #009966;
}

#slogan{
    margin-top: 10px;
    margin-right: 10px;
    font-size: 11px;
    color:#006699;
    line-height: 15px;
}
#slogan > i{
    color:#C08F15;
}

#call_to_action{
    margin-left: 10px;
    text-decoration: none;
    height:30px;
    color:#fff;
    padding:0px 15px;
    margin-top: 10px;
    line-height: 30px;
    font-size: 14px;
    background-color: #0683c9;
    -webkit-transition: height 0.3s;
    -moz-transition: height 0.3s;
    -ms-transition: height 0.3s;
    -o-transition: height 0.3s;
    transition: height 0.3s;
    background: rgb(35,188,135);
    background: -moz-linear-gradient(left, rgba(35,188,135,1) 0%, rgba(37,141,200,1) 100%);
    background: -webkit-linear-gradient(left, rgba(35,188,135,1) 0%,rgba(37,141,200,1) 100%);
    background: linear-gradient(to right, rgba(35,188,135,1) 0%,rgba(37,141,200,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#23bc87', endColorstr='#258dc8',GradientType=1 );
    transition: .2s all ease;
}

#special_offer{
    margin-left: 10px;
    text-decoration: none;
    height:30px;
    color:#fff;
    padding:0px 15px;
    margin-top: 10px;
    line-height: 30px;
    font-size: 14px;
    background: rgb(153,83,3);
    background: -moz-linear-gradient(-45deg, rgba(153,83,3,1) 1%, rgba(109,0,25,1) 100%);
    background: -webkit-linear-gradient(-45deg, rgba(153,83,3,1) 1%,rgba(109,0,25,1) 100%);
    background: linear-gradient(135deg, rgba(153,83,3,1) 1%,rgba(109,0,25,1) 100%);
    transition: .2s all ease;
    transform:scale(1,1);
}
#special_offer >i,#call_to_action>i{
    color:gold;
}
#special_offer:hover,#call_to_action:hover{
    transform:scale(1.1,1.1);
}
#special_offer:active,#call_to_action:active{
    transform:scale(.9,.9);
}
.et_button {
    /*background-color: #006699;*/  
    border-radius: 2px;
    color: #111;
    text-decoration: none;
    font-size: 13px;
    text-align: center;
    background-size: cover;
    transition: .3s ease all;
    cursor: pointer;
    /*background-image: url(/assets/header_bg.png);*/
}
.et_button_bg {
    cursor: pointer;
    cursor: pointer;
    margin: 10px 0px;
    padding:10px;
    border-radius: 2px;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    text-align: center;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    vertical-align: top;
    background-size: cover;
    -webkit-background-clip: initial;
    -webkit-text-fill-color: initial;
    background-color: #0683c9;
    -webkit-transition: height 0.3s;
    -moz-transition: height 0.3s;
    -ms-transition: height 0.3s;
    -o-transition: height 0.3s;
    transition: height 0.3s;
    background: rgb(53,106,160); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(53,106,160,1) 1%, rgba(97,52,155,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(53,106,160,1) 1%,rgba(97,52,155,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(53,106,160,1) 1%,rgba(97,52,155,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#356aa0', endColorstr='#61349b',GradientType=0 ); /* IE6-9 */
}

.et_button_bg_red {
    cursor: pointer;
    margin: 10px 0px;
    padding:10px;
    border-radius: 2px;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    text-align: center;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    vertical-align: top;
    background-size: cover;
    transition: .3s ease all;
    background: -moz-linear-gradient(-45deg, rgba(153,83,3,1) 1%, rgba(109,0,25,1) 100%);
    background: -webkit-linear-gradient(-45deg, rgba(153,83,3,1) 1%,rgba(109,0,25,1) 100%);
    background: linear-gradient(135deg, rgba(153,83,3,1) 1%,rgba(109,0,25,1) 100%);
}


.et_button_bg_yellow {
    cursor: pointer;
    margin: 10px 0px;
    padding:10px;
    border-radius: 2px;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    text-align: center;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    vertical-align: top;
    background-size: cover;/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#8e8331+0,5e6d11+99 */
    background: rgb(142,131,49); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(142,131,49,1) 0%, rgba(94,109,17,1) 99%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(142,131,49,1) 0%,rgba(94,109,17,1) 99%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(142,131,49,1) 0%,rgba(94,109,17,1) 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8e8331', endColorstr='#5e6d11',GradientType=0 ); /* IE6-9 */
}


.et_button_bg_green {
    cursor: pointer;
    margin: 10px 0px;
    padding:10px;
    border-radius: 2px;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    text-align: center;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    vertical-align: top;
    background-size: cover;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#19a07c+1,318c84+100 */
    background: rgb(25,160,124); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(25,160,124,1) 1%, rgba(49,140,132,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(25,160,124,1) 1%,rgba(49,140,132,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(25,160,124,1) 1%,rgba(49,140,132,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#19a07c', endColorstr='#318c84',GradientType=0 ); /* IE6-9 */
}
.et_button >div{
    transition: .3s ease all;
    padding: .5em;
}
.et_button:hover,.et_button:focus,.et_button:focus >div,
.et_button:hover  >div{
    background-color: rgba(0,0,0,.1);
}

.nav_content.social i{
    width:25px;
    height:25px;
    line-height:25px;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    font-size: 20px;
}

.nav_content{
    font-size: 0px;
    z-index: 2000000000!important;
    width:350px;
    position: absolute;
    top:70px;
    /*transform: translate(-50%, -0%);*/
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    -ms-transition: all 0.1s;
    -o-transition: all 0.1s;
    transition: all 0.1s;
    opacity: 0;
    pointer-events: none;
    color:#111;
    text-align: center;
}
header.fixed .nav_content{
    top:45px;
}
.nav_content.active{
    opacity: 1;
    pointer-events: auto;
}

.nav_content > div{
    margin-top: 10px;
}

.nav_content >div >.heading{
    font-size: 16px;
    font-weight: 600;
    color:#fff;
    padding:10px 20px;
    background-size: cover;
    /*background-image: url(/assets/header_bg.png);*/
}

.nav_content >div .text{
    padding:10px 20px;
    text-align: left;
    font-size: 14px;
}

/* Create three columns of equal width */
.columns_quarter {
    box-sizing: border-box;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    vertical-align: top;
    width: 25%;
    font-size: 11px;
    padding: 8px;
}
.columns {
    box-sizing: border-box;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    vertical-align: top;
    width: 33.3%;
    font-size: 16px;
    padding: 8px;
}



/*
 Style the list 
.price {
    list-style-type: none;
    border: 1px solid #eee;
    margin: 0;
    padding: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

 Add shadows on hover 
.price:hover {
    box-shadow: 0 8px 12px 0 rgba(0,0,0,0.2)
}

 Pricing header 
.price .header {
    background-color: #111;
    color: white;
    font-size: 25px;
     Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#995303+1,6d0019+100 
    background: rgb(153,83,3);  Old browsers 
    background: -moz-linear-gradient(-45deg,  rgba(153,83,3,1) 1%, rgba(109,0,25,1) 100%);  FF3.6-15 
    background: -webkit-linear-gradient(-45deg,  rgba(153,83,3,1) 1%,rgba(109,0,25,1) 100%);  Chrome10-25,Safari5.1-6 
    background: linear-gradient(135deg,  rgba(153,83,3,1) 1%,rgba(109,0,25,1) 100%);  W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#995303', endColorstr='#6d0019',GradientType=1 );  IE6-9 fallback on horizontal gradient 

}

.columns_quarter .price .header {
    font-size: 18px;
     Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#995303+1,005b7f+100 
    background: rgb(153,83,3);  Old browsers 
    background: -moz-linear-gradient(-45deg,  rgba(153,83,3,1) 1%, rgba(0,91,127,1) 100%);  FF3.6-15 
    background: -webkit-linear-gradient(-45deg,  rgba(153,83,3,1) 1%,rgba(0,91,127,1) 100%);  Chrome10-25,Safari5.1-6 
    background: linear-gradient(135deg,  rgba(153,83,3,1) 1%,rgba(0,91,127,1) 100%);  W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#995303', endColorstr='#005b7f',GradientType=1 );  IE6-9 fallback on horizontal gradient 

}

 List items 
.price li {
    border-bottom: 1px solid #eee;
    padding: 20px;
    text-align: center;
}

 Grey list item 
.price .grey {
    background-color: #eee;
    font-size: 20px;
}*/

/* The "Sign Up" button */
.button {
    background-color: #006699;
    border: none;
    color: white;
    padding: 10px 25px;
    text-align: center;
    text-decoration: none;
    font-size: 18px;
}

/* Change the width of the three columns to 100% 
(to stack horizontally on small screens) */
@media only screen and (max-width: 768px) {
    .columns {
        width: 100%;
    }
    .columns_quarter {
        width: 100%;
    }
}


#gr_grad{
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+26,0.77+70 */
    background: -moz-linear-gradient(left,  rgba(255,255,255,0) 0%, rgba(255,255,255,0) 26%, rgba(255,255,255,0.77) 70%, rgba(255,255,255,0.77) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,0) 26%,rgba(255,255,255,0.77) 70%,rgba(255,255,255,0.77) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(255,255,255,0) 26%,rgba(255,255,255,0.77) 70%,rgba(255,255,255,0.77) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#c4ffffff',GradientType=1 ); /* IE6-9 */

}
#home_gallery > div{
    width:100%;
    height:100%;
    position: absolute;
    left:100px;
    opacity:0;
    pointer-events: none;
    transition: .2s all ease;
}
#home_gallery > div.active{
    left:0;
    opacity:1;
    pointer-events: auto;
}
.gallery_buttons{
    margin: 5px 0px;
    transform: translate( 0px, 0px);
    text-align:center;
    width:100%;
}

.vignette{
    box-shadow: inset 0 0 150px black;
}
.vignette_dark{
    box-shadow: inset 0 0 350px black;
}

.gallery_buttons >div{
    width:50px;
    height:20px;
    background: #d0d0d0;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    vertical-align: top;
    margin: 5px;
    transition: .3s all ease;
    cursor: pointer;
    background-size: cover;

}

.gallery_buttons >div.active{
    background:#009966;
}
.gallery_buttons >div:hover{
    background:#006699;
}
#image_grid ,#image_grid_parent{
    position:absolute;
    width:100%;
    height:100%;
}
#image_grid > div{
    width:100%;
    height:100%;
    background-color: transparent;
    position:absolute;
    background-size: cover;
}

#gr_1{
    -webkit-animation:100s scroll infinite linear;
    -moz-animation:100s scroll infinite linear;
    -o-animation:100s scroll infinite linear;
    -ms-animation:100s scroll infinite linear;
    animation:100s scroll infinite linear;
}
#gr_2{
    -webkit-animation:200s scroll infinite linear;
    -moz-animation:200s scroll infinite linear;
    -o-animation:200s scroll infinite linear;
    -ms-animation:200s scroll infinite linear;
    animation:200s scroll infinite linear;
}
#gr_3{
    -webkit-animation:300s scroll infinite linear;
    -moz-animation:300s scroll infinite linear;
    -o-animation:300s scroll infinite linear;
    -ms-animation:300s scroll infinite linear;
    animation:300s scroll infinite linear;
}
#gr_4{
    -webkit-animation:400s scroll infinite linear;
    -moz-animation:400s scroll infinite linear;
    -o-animation:400s scroll infinite linear;
    -ms-animation:400s scroll infinite linear;
    animation:400s scroll infinite linear;
}

@-webkit-keyframes scroll{
    100%{
        background-position: -3000px 0px;
    }
}

@-moz-keyframes scroll{
    100%{
        background-position: -3000px 0px;
    }
}
@-o-keyframes scroll{
    100%{
        background-position: -3000px 0px;
    }
}
@-ms-keyframes scroll{
    100%{
        background-position: -3000px 0px;
    }
}
@keyframes scroll{
    100%{
        background-position: -3000px 0px;
    }
}

#gallery_preview >img{
    max-width: 90%;
    max-height: 90%;
    /*margin-top:5%;*/
    -webkit-box-shadow: -2px 3px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: -2px 3px 5px 0px rgba(0,0,0,0.75);
    box-shadow: -2px 3px 5px 0px rgba(0,0,0,0.75);
}
#gallery_preview >.caption{
    position: absolute;
    bottom:20px;
    font-size: 1.4em;
    color:#fff;
    background: rgba(0,0,0,.7);
    padding:20px;
}
#gallery_preview{
    width:100%;
    height:100%;
    position: fixed;
    background:rgba(0,0,0,.8);
    z-index: 2147483647;
    left:0px;
    display:none;
    text-align: center;
    align-items: center;
    display: flex;
    flex-direction: row;
    height: 100%;
    justify-content: center;
    pointer-events: none;
    opacity:0;
    transition: all .2s ease;
    top:0px;
}
#gallery_preview.active{
    pointer-events: auto;
    opacity:1;
    transition: all .2s ease;
    top:0px;
}
#gallery_preview > .closer{
    position: absolute;
    top:5px;
    right:5px;
    width:40px;
    height:40px;
    line-height:40px;
    font-size: 18px;
    text-align: center;
    background: rgba(255,255,255,.8);
    color:#006699;
}

#gallery_preview > .closer:hover{
    background: rgba(255,255,255,.9);
    color:#009966;
}
#gallery_preview > .closer:active{
    background: rgba(255,255,255,.6);
    color:#006699;
}

#gallery_preview >.next{
    width:100px;
    height:100px;
    line-height:100px;
    color:#fff;
    font-size: 64px;
    margin: auto;
    position: absolute;
    top: 0; 
    /*left: 0;*/ 
    bottom: 0;
    right: 0;
    z-index: 1000000;
}
#gallery_preview >.prev{
    width:100px;
    height:100px;
    line-height:100px;
    color:#fff;
    font-size: 48px;
    margin: auto;
    position: absolute;
    top: 0; 
    left: 0; 
    bottom: 0;
    z-index: 1000000;
}
#gallery{
    width:100%;
    font-style: 0px;
}
#gallery_preview >.prev:hover,#gallery_preview >.next:hover{
    color:#006699;
}
#gallery_preview >.prev:active,#gallery_preview >.next:active{
    color:#009966;
}
#gallery > .item{
    margin-top: 5px;
    margin-bottom: 5px;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    vertical-align: top;
    box-sizing: border-box;
    position: relative;
    background-size: cover;
}
#gallery > .item .name{
    font-size: 14px;
    font-weight: 700;
    margin-top: 20px;
}
#gallery > .item .date{
    font-size: 12px;
    color:#006699;
}
.gallery_light > .item .name{
    color:#fff!important;
    height:35px;
}
.gallery_light > .item .date{
    color:#D3C82C!important;
}

#gallery > .item .img{
    border:1px solid #a0a0a0;
    background-color: #d5d5d5;
    background-position: center;
    background-size: cover;
    transition: .2s all ease;
    transform: scale(.9,.9);
    width: 100%;
    height:200px;
}
#gallery > .item:hover .img{
    transform: scale(1,1);
    /*border:3px solid #006699;*/
}
#gallery > .item:active .img{
    transform: scale(.95,.95);
    opacity:.8;
}
#gallery > .item .img >div{
    width:100%;
    height:100%;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+1,000000+100&0+0,0+40,0.65+91 */
    background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0) 1%, rgba(0,0,0,0) 40%, rgba(0,0,0,0.65) 91%, rgba(0,0,0,0.65) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 1%,rgba(0,0,0,0) 40%,rgba(0,0,0,0.65) 91%,rgba(0,0,0,0.65) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 1%,rgba(0,0,0,0) 40%,rgba(0,0,0,0.65) 91%,rgba(0,0,0,0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */

    position: relative;
}
#gallery > .item>div> span{
    position: absolute;
    bottom:0;
    width:100%;
    height:35px;
    overflow: hidden;
    font-size: 13px;
    line-height: 15px;
    color:#fff;
    padding:5px;
}

.contact{
    padding:10px;
}
.contact > i{
    display: inline-block;
    *zoom: 1;
    *display: inline;
    width:30px;
    height:30px;
    line-height:30px;
    font-size: 16px;
    text-align: center;
    vertical-align: middle;
    color:#fff;
    background:#006699;
    margin: 10px;
}
.contact > span{
    font-size: 18px;
}
.consultation_booker{
    display: block;
    margin: 20px 0px;
    font-size: 18px;
    background: #006699;
    padding: 10px;
    text-align: center;
    color:#fff;
    text-decoration: none;
}

#consultation{
    padding:10px;
    list-style: none;
    padding: 0;
    font-size: 0px;
}

#consultation li{
    padding-left: 1.3em;
    margin-bottom: 10px;
    /*display: inline-block;*/
    /*vertical-align: top;*/
    /*width:50%;*/
    font-size: 18px;
    padding:10px;
    border-top:1px dashed #d5d5d5;
}

#consultation li:before {
    content: "\f00c";  
    font-family: FontAwesome;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    margin-left: -2.3em; /* same as padding-left set on li */
    width: 2.3em; /* same as padding-left set on li */
    color:#009966;
}


.big_header{
    overflow: hidden;
    width:100%;
    max-width: 500px;
    padding: 0px 0px;
    font-size: 2em;
    /*background: rgba(0,0,0,.3);*/
}
.article_header{
    padding: 5px 20px;
    width:auto;
    max-width: 500px;
    background: rgba(0,0,0,.4);
}
.big_header .main_quote{
    font-size: 1.5em;
    color:#fff;
    font-family: 'Ubuntu', sans-serif;
    /*font-family: 'Bitter', serif;*/
    margin-top: 30px!important;
    text-shadow: 1px 1px 1px #000;

}

.big_header .secondary_quote{
    font-size: 1.2em;
    color:#e5e5e5;
    margin-top:10px;
    margin-bottom:10px;
    padding:0px;
    text-shadow: 1px 1px 1px #000;
}

.big_header .tertiary_quote{
    /*font-family: 'Ubuntu', sans-serif;*/
    font-size: .7em;
    margin-top:10px;
    margin-bottom:10px;
    color:#fff;
}

#blog_body{
    font-size: 12px;
}
#blog_body img{
    max-width: 100%!important;
}

#blog_body *{
    max-width: 600px;
}

.actheme{

    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#027067+1,005684+100 */
    background: #027067; /* Old browsers */
    background: -moz-radial-gradient(center, ellipse cover, #027067 1%, #005684 100%); /* FF3.6-15 */
    background: -webkit-radial-gradient(center, ellipse cover, #027067 1%,#005684 100%); /* Chrome10-25,Safari5.1-6 */
    background: radial-gradient(ellipse at center, #027067 1%,#005684 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#027067', endColorstr='#005684',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}



.shopping_item_mini{
    display: block;
    font-size: 14px;
    border:1px solid #dddddd;
    position: relative;
    text-align: center;
    transition: .3s all ease;
    padding-top: 35px;
    text-decoration: none;
}
.shopping_item_mini > .stock{
    font-size: .9em;
}
.shopping_item_larger{
    font-size: 18px;
}
.shopping_item_mini:hover{
    border-color:#009966;
}
.shopping_item_mini >.free_delivery{
    position: absolute;
    top:5px;
    left:5px;
    border:1px solid #009966;
    color:#009966;
    border-radius: 3px;
    padding:3px;
    text-transform: uppercase;
    font-size: .8em;
}
.shopping_item_mini >.name{
    font-size: 1em;
    height:30px;
    line-height: 15px;
    color:#444;
    overflow: hidden;
    width:100%;
    padding: 0px 5px;
}
.shopping_item_mini >.img{
    width:90%;
}

.shopping_item_mini >ul{
    padding:0;
    margin: 10px auto;
    width:70%;
    font-size: 12px;
    color:#111111;
    text-align: left;
}
.shopping_item_mini >.price{
    font-size: 1.2em;
    height:40px;
    line-height:40px;
    color:#000;
    width:100%;
    padding: 0px 5px;
    font-weight: 700;
}
.shopping_item_mini >.price>b{
    font-size: .8em;
    font-weight: 500;
}
.shopping_item_mini >.price>span{
    font-size: .6em;
    font-weight: 500;
    color:#999;
}
.shopping_item_mini >.old_price{
    height:20px;
    line-height:20px;
    font-size: .9em;
}
.shopping_item_mini >.old_price>.old{
    color:#999;
    text-decoration: line-through;
}
.shopping_item_mini >.old_price>.save{
    color:maroon;
}

.btn_add_to_cart{
    display:inline-block;
    font-size: 14px;
    padding: 5px 7px;
    margin: 5px 0px;
    color: #fff;
    background-color: #4dbd74;
    border-color: #4dbd74;
    border-width: 5px;
    border: 5px solid rgba(0,0,0,0);
    outline: none;
    transition: all .2s ease;
    position: relative;
}
.btn_add_to_cart >.message{
    position: absolute;
    white-space: nowrap;
    height:30px;
    line-height:30px;
    padding: 0px 10px;
    color:rgba(255,255,255,.8);
    background: rgba(0,0,0,.9);
    top:0px;
    opacity: 0;
    transition: all ease .2s;
    font-size:13px;
    pointer-events: none;
}
.btn_add_to_cart >.message.active{
    opacity: 1;
    top:-40px;
}
.btn_more_info{
    display:inline-block;
    font-size: 14px;
    padding: 5px 7px;
    margin: 5px 0px;
    color: #fff;
    background-color: #20a8d8;
    border-color: #20a8d8;
    border-width: 0px;
    border: 5px solid rgba(0,0,0,0);
    outline: none;
    transition: all .2s ease;
}
.btn_more_info:hover,.btn_add_to_cart:hover{
    border-bottom-color: rgba(0,0,0,.2);
}
.btn_more_info:active,.btn_add_to_cart:active{
    transform: scale(.95,.95);
}

.srvc_icon{
    padding: 20px;
    text-align:center;
    transition: .1s all ease;
    text-decoration: none;
}
.srvc_icon:hover{
    transform: scale(1.1,1.1);
    background: #e5e5e5;
}

.green_grad{
    background: -webkit-linear-gradient(#215b73, #009966);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.red_grad{
    background: -webkit-linear-gradient(#a90329, #C44C70);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.shadow_block{
    -webkit-box-shadow: 1px 1px 6px 1px rgba(0,0,0,0.44);
    -moz-box-shadow: 1px 1px 6px 1px rgba(0,0,0,0.44);
    box-shadow: 1px 1px 6px 1px rgba(0,0,0,0.44);
}
.margin_5{
    margin: 5px;
}
.margin_10{
    margin: 10px;
}
.margin_15{
    margin: 15px;
}
.margin_20{
    margin: 20px;
}

.cabin{
    font-family: 'Cabin Condensed', sans-serif;
    text-transform: uppercase;
}


#products_paginator_details{
    font-size: 16px;
    color:#006699;
    margin: 10px 0px;
    text-align: center;
}
#products_paginator{
    width:100%;
    margin: 10px 0px;
    text-align: center;
}
#products_paginator >a{
    display: inline-block;
    vertical-align: top;
    padding: 0px 10px;
    height:25px;
    line-height:25px;
    color:#009966;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
}
#products_paginator >a:hover{
    background: #d5d5d5;
}
#products_paginator >a.current{
    color:#20a8d8;
}
.store_results{
    font-size: 0;
}


.ch_link{
    margin-top: 10px;
    font-size: 12px;
    color: #069;
    text-decoration: none;
}

#basket .item img{
    width: 100%;
}
#basket .item .qty{
    width:100%;
    height:30px;
    text-align: center;
    margin-bottom: 5px;
}
#basket .item .quantity a{
    color:#006699;
    /*text-decoration: none;*/
}
#basket .item{
    margin: 5px 0px;
}
#basket .item >div{
    display: inline-block;
    vertical-align: top;
    width: 50px;
    padding: 5px;
    text-align: left;
} 
#basket .item >div>img{
    height:auto;
}

.delivery_options{
    border:1px solid #d5d5d5;
    margin-bottom: 10px;
}
.delivery_options .header{
    padding: 10px;
    background: #e5e5e5;
    font-size: 1.6em;
}
.delivery_options .header{

}
.delivery_option {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 5px;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    line-height:20px;
    padding-top: 5px;
}
.delivery_option:hover{
    background: #f0f0f0;
}

/* Hide the browser's default radio button */
.delivery_option input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom radio button */
.delivery_option .checkmark {
    position: absolute;
    top: 5px;
    left: 5px;
    height: 20px;
    width: 20px;
    background-color: #ccc;
    border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.delivery_option:hover .checkmark {
    background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.delivery_option .checkmark.checked {
    background-color: #2196F3;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.delivery_option .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.delivery_option .checkmark.checked:after {
    display: block;
}





#paypal_buttons{
    margin-top: 20px;
}
#basket .item img{
    width: 100%;
}
#basket .item .qty{
    width:100%;
    height:30px;
    text-align: center;
    margin-bottom: 5px;
}
#basket .item .quantity a{
    color:#006699;
    /*text-decoration: none;*/
}
#basket .item{
    margin: 5px 0px;
}
#basket .item >div{
    display: inline-block;
    vertical-align: top;
    width: 60px;
    padding: 5px;
    text-align: left;
} 
#basket .item >div>img{
    height:auto;
}

.ship_address{

}

.delivery_options{
    border:1px solid #d5d5d5;
    margin-bottom: 10px;
}
.delivery_options .header{
    padding: 5px;
    background: #e5e5e5;
    font-size: 1.2em;
    height: 45px;
    line-height: 45px;
}
.delivery_options .header{

}
.input_field{
    font-size:0px;
    margin: 2px 0px;
}
.input_field label{
    text-align: right;
    margin-right: 10px;
    font-size:12px;
    display: inline-block;
    vertical-align: top;
    width:150px;
    height:25px;
    line-height: 25px;
}
.input_field textarea{
    text-align: left;
    margin-right: 10px;
    font-size:12px;
    display: inline-block;
    vertical-align: top;
    width:250px;
    height:100px;
    resize: none;
    line-height: 25px;

}
.delivery_options input{
    font-size:12px;
    display: inline-block;
    vertical-align: top;
    width:250px;
    height:25px;
    line-height: 25px;
}

.delivery_options input.error{
    border:1px solid red;
}


.delivery_option {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 5px;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    line-height:20px;
    padding-top: 5px;
}
.delivery_option:hover{
    background: #f0f0f0;
}

/* Hide the browser's default radio button */
.delivery_option input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom radio button */
.delivery_option .checkmark {
    position: absolute;
    top: 5px;
    left: 5px;
    height: 20px;
    width: 20px;
    background-color: #ccc;
    border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.delivery_option:hover .checkmark {
    background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.delivery_option .checkmark.checked {
    background-color: #2196F3;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.delivery_option .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.delivery_option .checkmark.checked:after {
    display: block;
}

/**
* The CSS shown here will not be introduced in the Quickstart guide, but shows
* how you can use CSS to style your Element's container.
*/
.StripeElement {
    box-sizing: border-box;

    height: 40px;

    padding: 10px 12px;

    border: 1px solid transparent;
    border-radius: 4px;
    background-color: white;

    box-shadow: 0 1px 3px 0 #e6ebf1;
    -webkit-transition: box-shadow 150ms ease;
    transition: box-shadow 150ms ease;
}

.StripeElement--focus {
    box-shadow: 0 1px 3px 0 #cfd7df;
}

.StripeElement--invalid {
    border-color: #fa755a;
}

.StripeElement--webkit-autofill {
    background-color: #fefde5 !important;
}


.main_docs{
    margin-top: 50px;
    margin-bottom: 100px;
}
.doc_resource{
    margin: 20px 0px;
    padding: 10px;
    display: block;
    text-align: right;
    border:1px solid transparent;
    transition: .2s all ease;
    text-decoration: none;
}
.doc_resource:hover{
    border-color:#006699;
}
.doc_resource img{
    width:50%;
    margin: 10px auto;
}
.doc_resource span{
    font-size: 14px;
    color:#111;
    font-weight: 500;
}
#main_blogs{
    margin-top: 50px;
    margin-bottom: 100px;
}
#whitepapers{
}
.blog_horizontal{
    margin: 20px 0px;
    width: 100%;
    font-size: 0px;
    text-align: left;
    transition: .2s all ease;
    border:1px solid transparent;
    padding: 10px;
}

.blog_horizontal:hover{
    border-color:#009966;
}

.blog_horizontal >.image{
    width:200px;
    height:140px;
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
    background-size: cover;
    background-position: center;
    background-image:url(/assets/imagenotfound.jpg); 
}

.blog_horizontal >.content{
    margin-left: 20px;
    width:calc(100% - 220px);
    height:140px;
    display: inline-block;
    vertical-align: top;
}
.blog_horizontal >.content>.headline{
    width:100%;
    font-size: 16px;
    color:#006699;
    margin-bottom: 10px;
    display: block;
    text-decoration: none;
}
.blog_horizontal >.content>.author{
    font-size: 12px;
    color:#777;
    margin-bottom: 5px;
    display: inline-block;
    vertical-align: top;
    height:15px;
    line-height: 15px;
}
.blog_horizontal >.content>.date{
    margin-right: 30px;
    font-size: 12px;
    color:#009966;
    font-weight: 600;
    margin-bottom: 5px;
    display: inline-block;
    vertical-align: top;
    height:15px;
    line-height: 15px;
}

.blog_horizontal >.content>.tagline{
    width:100%;
    margin-top: 20px;
    font-size: 12px;
    color:#444;
    line-height: 15px;
    height:30px;
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
}


#audit_captcha{
    transform: translate(-11px , 0px);
}
#win_audit_form{
    background-color: #fff;
    background-image:url(/assets/banners/congratulations.png);
    background-size: cover;
    width:300px;
    height:300px;
    opacity: 0;
    transform:scale(1.1,1.1);
    transition: .2s all ease;
    text-align: left;
}

#win_audit_form.active{
    opacity: 1;
    transform:scale(1,1);
}

#win_audit_form>div{
    padding: 10px;
    width:100%;
    height:100%;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#e5e5e5+0,ffffff+100&0.5+0,0.78+100 */
    background: -moz-linear-gradient(top, rgba(229,229,229,0.5) 0%, rgba(255,255,255,0.78) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(229,229,229,0.5) 0%,rgba(255,255,255,0.78) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(229,229,229,0.5) 0%,rgba(255,255,255,0.78) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80e5e5e5', endColorstr='#c7ffffff',GradientType=0 ); /* IE6-9 */
}

#win_audit_form button{
    margin: 20px auto;
}

#win_audit_form p{
    font-size: 12px;
    padding: 5px;
    color:#000;
    font-weight: 600;
    background: rgba(255,255,255,.9);
    margin-bottom:10px;
    margin:0px;
}

#win_audit_form label{
    width:100%;
    height:16px;
    line-height:16px;
    font-size: 13px;
    color:black;
    font-weight: 500;
    display: block;
    background: rgba(255,255,255,.95);
}
#win_audit_form input{
    width:200px;
    height:25px;
    font-size: 16px;
    color:#069;
    display: block;
    margin-bottom: 5px;
}


/*home*/
.logo_text_home{
    font-size:14px;
    margin:10px 0px;
}
.logo_text_text{
    font-size:12px;
    color:#777;
}

.shopping_item_mini{
    font-size: 14px;
    border:1px solid #dddddd;
    position: relative;
    text-align: center;
    transition: .3s all ease;
    padding-top: 35px;
}
.shopping_item_larger{
    font-size: 18px;
}
.shopping_item_mini:hover{
    border-color:#009966;
}
.shopping_item_mini >.free_delivery{
    position: absolute;
    top:5px;
    left:5px;
    border:1px solid #009966;
    color:#009966;
    border-radius: 3px;
    padding:3px;
    text-transform: uppercase;
    font-size: .8em;
}
.shopping_item_mini >.name{
    font-size: .85em;
    height:30px;
    line-height: 15px;
    color:#444;
    overflow: hidden;
    width:100%;
    padding: 0px 5px;
}
.shopping_item_mini >.img{
    width:90%;
}
.shopping_item_mini >.price{
    font-size: 1.2em;
    height:40px;
    line-height:40px;
    color:#000;
    width:100%;
    padding: 0px 5px;
    font-weight: 700;
}
.shopping_item_mini >.price>b{
    font-size: .8em;
    font-weight: 500;
}
.shopping_item_mini >.price>span{
    font-size: .6em;
    font-weight: 500;
    color:#999;
}
.shopping_item_mini >.old_price{
    height:20px;
    line-height:20px;
    font-size: .9em;
}
.shopping_item_mini >.old_price>.old{
    color:#999;
    text-decoration: line-through;
}
.shopping_item_mini >.old_price>.save{
    color:maroon;
}
.shopping_item_mini > .stock{
    font-size: .8em;
}


.srvc_icon>span{
    width:100%;
    line-height: 12px;
    color:#000;
    font-size:12px;
}

#tech_block_main{
    width:100%;
    height:100%;
    position:absolute;
    top:0;
    left:0;
    text-align:center;
}
#tech_block_main>div{
    position: absolute;
    top:0;
    left:0;
    opacity:0;
    transition:.2s all ease;
    pointer-events: none;
    padding:5px;
    font-size: 12px;
}

#tech_block_main>div.active{
    opacity:1;
    pointer-events: auto;
}

.tech_block{
    position: absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    width:100%;
    height:100%;
    padding:5px;
    border-top:3px solid transparent;
    transition: .3s all ease;
}
.tech_block.active{
    border-top-color:rgba(83,160,145,1);
}
.tech_block >div{
    position: relative;
    width:100%;
    height:100%;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.65+0,0+100;Neutral+Density */
    background: -moz-linear-gradient(top, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
}
.tech_block .header{
    display: inline-block;
    padding:2px 5px;
    font-size: 18px;
    height:20px;
    line-height:20px;

    color:#fff;
    font-family: 'Changa';
}
.tech_block .blurb{
    display: inline-block;
    padding:5px;
    font-size: 12px;
    color:#fff;
    font-family: 'Roboto';
}
.tech_block .link{

    position: absolute;
    display: inline-block;
    bottom:5px;
    left:5px;
    color:#f1da36;
    padding:5px 10px;
    font-size: 12px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#7d7e7d+0,565656+100 */
    background: rgb(125,126,125); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(125,126,125,1) 0%, rgba(86,86,86,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(125,126,125,1) 0%,rgba(86,86,86,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(125,126,125,1) 0%,rgba(86,86,86,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d7e7d', endColorstr='#565656',GradientType=0 ); /* IE6-9 */
}

#features_list{
    list-style:none;
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
}

#features_list li{
    list-style: none;
    width: 100%;
    border: 1px solid #bbb;
    padding: 8px 15px;
    margin-top: -1px;
}

#info_banner>div{
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}

#info_menu{
    padding:0;
}
#info_menu li{
    padding: 0;
}
#info_menu a{
    border: 1px solid #ddd;
    width:100%;
    display: inline-block;
    font-size: 12px;
    color:#777;
    height:60px;
    font-weight: 700;
    padding: 5px;
    text-decoration: none;
    background: #e5e5e5;
    /*padding-left: 50px;*/
    text-align: center;
}
#info_menu a i{

    text-align: center;
    /*height:50px;*/
    line-height:18px;
    font-size: 18px;
    color:#111;
    margin-bottom: 5px;
    width:100%;

}
#info_menu a:hover{
    background: #fff;
}

.about_ul{
    font-size: 1.1em;
}

.about_ul >li{
    margin-top: 40px;
    margin-bottom: 10px;
    font-weight: bolder;
    color:#744783;
}

.about_ul ul> li{
    margin-bottom: 10px;
}

.speechbubble {
    background-color: #eee;
    color: #9fa2a7;
    font-size: .8em;
    line-height: 1.75;
    padding: 15px 25px;
    margin-bottom: 75px;
    margin-top: 45px;
    cursor: default;
}
.speechbubble:nth-child(2n) {
    border-left: 5px solid;
}
.speechbubble:nth-child(2n):after {
    content: '';
    margin-top: -30px;
    padding-top: 0px;
    position: relative;
    bottom: -45px;
    left: 20px;
    border-width: 30px 0 0 30px;
    border-style: solid;
    border-color: #bbb transparent;
    display: block;
    width: 0;
}
.speechbubble:nth-child(2n+1) {
    border-right: 5px solid;
}
.speechbubble:nth-child(2n+1):after {
    content: '';
    margin-top: -30px;
    padding-top: 0px;
    position: relative;
    bottom: -45px;
    left: 350px;
    border-width: 30px 30px 0 0;
    border-style: solid;
    border-color: #26272b transparent;
    display: block;
    width: 0;
}
.speechbubble:nth-child(4n+1) {
    border-color: #56b273;
}
.speechbubble:nth-child(4n+2) {
    border-color: #01AD9B;
}
.speechbubble:nth-child(4n+3) {
    border-color: #b388dd;
}
.speechbubble:nth-child(4n+4) {
    border-color: #ff8750;
}
.speechbubble p:before {
    content: "“";
    font-family: Georgia;
    font-size: 40px;
    line-height: 0;
    display: inline-block;
    display: -webkit-inline-box;
}
.speechbubble .username {
    display: inline;
    font-style: italic;
    /*float: right;*/
    margin-top: 10px;
    padding-top: 10px;
    display: block;
    text-align: right;
    border-top: 1px solid #aaa;
}
.speechbubble .username:before {
    content: '- ';
}


#useful_contacts a{
    display: block;
    font-size: 14px;
    text-decoration: none;
    margin-bottom: 20px;
    color:#111;
    font-weight: 600;
}
#useful_contacts a:hover{
    color:#006699;
}
#useful_contacts a>span{
    color: #006699;
}


/*product*/
#product_purchase_points{
    font-size: 14px;
    color:#111;
    list-style: none;
}
#product_purchase_points >li {
    position: relative;
    margin-bottom: 10px;
}
#product_purchase_points >li >i{
    position: absolute;
    left: -25px;
    color:#009966;
    font-size: 14px;
}
#product_price{
    font-size: 32px;
    color:#111;
    margin-bottom: 20px;
}
#product_price b{
    font-size: .7em;
}
#product_price span{
    font-size: .6em;
    color:#444;
}
#product_add_to_basket_button{
    width:100%;
    margin-top: 5px;
    font-size: 16px;
    display: inline-block;
    text-align: center;
    color: #fff;
    border-radius: 3px;
    font-weight: 700;
    cursor: pointer;
    padding: 10px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#009966+1,00bc77+100 */
    background: #009966; /* Old browsers */
    background: -moz-linear-gradient(top, #009966 1%, #00bc77 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #009966 1%,#00bc77 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #009966 1%,#00bc77 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#009966', endColorstr='#00bc77',GradientType=0 ); /* IE6-9 */
    position: relative;
}
#product_add_to_basket_button >.message{
    position: absolute;
    white-space: nowrap;
    height:30px;
    line-height:30px;
    padding: 0px 10px;
    color:rgba(255,255,255,.8);
    background: rgba(0,0,0,.9);
    top:0px;
    opacity: 0;
    transition: all ease .2s;
    font-size:13px;
    pointer-events: none;
}
#product_add_to_basket_button >.message.active{
    opacity: 1;
    top:-40px;
}

#product_quantity{
    width:100%;
    padding:10px;
    background: #f5f5f5;
    border: 1px solid #006699;
    padding-right: 10px;
    position: relative;
}
#product_quantity button{
    position:absolute;
    right:10px;
    width:30px;
    height:25px;
    line-height:25px;
    font-size: 12px;
    text-align: center;
}
#product_quantity input{
    width:100%;
    height:50px;
    font-size: 32px;
    color:#111;
    padding:5px;
    padding-right:0px;
}
#product_qty_add{
    top:10px;
}
#product_qty_delete{
    top:35px;
}
.product_block{
    position: relative;
    background:#fff;
    border:1px solid #ddd;
    padding:10px;
}
#product_logo{
    width:100px;
    height:60px;
    position: absolute;
    top:5px;
    right:5px;
    background:#e5e5e5;
}
#product_name{
    font-size: 22px;
    color:#111;
    padding-right: 120px;
}
#product_codes{
    font-size: 14px;
    color:#777;
    padding-right: 120px;
}
#product_review{
    width:100%;
    margin-top: 10px;
    height:20px;
    line-height:20px;
    color:#006699;
    font-size: 12px;
    padding-right: 120px;

}
#product_info_list{
    margin-top: 50px;
    font-size: 16px;
    color:#111;

}
#product_main_image {
    height: 250px;
    margin:20px 0px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
#product_gallery{
    min-height: 250px;
    position: relative;

}
#product_gallery >.thumbs{
    position: absolute;
    right:0px;
    top:20px;
    width:70px;
}
#product_gallery >.thumbs >.arrow{
    width:70px;
    height:20px;
    line-height: 20px;
    border:1px solid #ddd;
    margin: 2px 0px;
    background:#f5f5f5;
    color:#777;
    transition: .2s all ease;
    font-size: 14px;
    text-align: center;
}
#product_gallery >.thumbs >.arrow:hover{
    border-color: #009966;
}
#product_gallery >.thumbs >.thumb{
    width:70px;
    height:40px;
    border:1px solid #ddd;
    margin: 2px 0px;
    background-color:#f5f5f5;
    transition: .2s all ease;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

#product_gallery >.thumbs >.thumb:hover{
    border-color: #009966;
}
#product_gallery >.thumbs >.thumb.active{
    border-color: #006699;
}

/*exchange pricing*/
.price {
    list-style-type: none;
    border: 1px solid #eee;
    margin: 0;
    padding: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.price:hover {
    box-shadow: 0 8px 12px 0 rgba(0,0,0,0.2)
}

.price .header {
    background-color: #111;
    color: white;
    font-size: 25px;
}

.price li {
    border-bottom: 1px solid #eee;
    padding: 20px;
    text-align: center;
}

.price .grey {
    background-color: #eee;
    font-size: 20px;
}

/*ros image*/
#managed_print_mnu{
    position: absolute;
    bottom:-80px;
    right:0;
    width:100%;
}
#managed_print_mnu_label{
    font-family: 'Raleway', sans-serif;
    margin-top: 20px;
    font-size: 32px;
    opacity: 0;
    transition: .3s all ease;
    transform: scale(1.2,1.2) translate(0px, 30px);
}
#managed_print_mnu .item{
    padding: 5px;
}
#managed_print_mnu .item >div{
}
#managed_print_mnu_label.active{
    opacity: 1;
    transform: scale(1,1)  translate(0px, 0px);
}

#managed_print_mnu .item >div{   
    opacity:.75; 
    height:70px;
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
    transition: .4s all ease;
    border:1px solid #111;
    border-bottom:5px solid #fff;
    background:rgba(0,0,0,.2);
}

#managed_print_mnu .item.active >div{    
    opacity:1;
    -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);
}

#managed_print_mnu .item >div:hover{
    opacity:1;
    transform:scale(1.05,1.05);
    -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);
}

#managed_print_banner_text{
    display:inline-block;
    background:rgba(255,255,255,.9);
    max-width: none;
}
#managed_print_banner_text span{
    color:#aaa;
    padding-left: 20px;
    text-align: left;
    transition: .8s all ease;
    display: inline-block;
    vertical-align: top;
    font-size:1.4em;
    transform: scale(.9,.9);
    line-height:1.3em;
    margin: 0px 5px;
    font-family: 'Antic Slab', serif;
}
#managed_print_banner_text span>i{
    position: absolute;
    left:5px;
    top:8px;
    font-size: .6em;
}
#managed_print_banner_text span.active{
    transform: scale(1,1);
}
#managed_print_banner_text span.d1.active{
    color:#2882CC;
}
#managed_print_banner_text span.d2.active{
    color:#D32AA9;
}
#managed_print_banner_text span.d3.active{
    color:#C4BF27;
}
#managed_print_banner_text span.d4.active{
    color:#111;
}
#managed_print_banner_text span.d5.active{
    color:#790EA0;
}

#managed_print_imgs > div{
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    opacity: 0;
    transition: 1s all ease;
    transform: scale(1.1,1.1) translate(-250px,0px);
}
#managed_print_imgs >div.active{
    opacity: 1;
    transform: scale(1,1) translate(0px,0px);
}
#managed_print_imgs >div.inactive{
    opacity: 0;
    transform: scale(1.1,1.1) translate(350px,0px);
}

#managed_print_imgs > div.bg_delay{
    z-index: 0;
}
#managed_print_imgs > div.bg_delay.active{
    opacity: 1;
    transform: scale(1.8,1.8) translate(0px,0px);
}
#managed_print_imgs > div.bg_delay.inactive{
    opacity: 0;
    transform: scale(1.8,1.8) translate(350px,0px);
}



/*FORGEROUND*/
#managed_print_imgs > div.fg_delay{
    transition: 1.3s all ease;
    z-index: 0;
}
#managed_print_imgs > div.fg_delay.active{
    opacity: 1;
    transform: scale(.9,.9) translate(0px,0px);
}
#managed_print_imgs > div.fg_delay.inactive{
    opacity: 0;
    transform: scale(.9,.9) translate(350px,0px);
}



#managed_print_imgs > div.mid_delay{
    transition-delay: .1s;
    transition: 1.1s all ease;
}

/*rf-protect*/

.container {
    max-width: 1000px;
    margin: 0 auto;
}

.uiBack {
    stroke: white;
    stroke-opacity: 0.18;
    stroke-width: 1;
}

.number-1 {
    font-size: 6rem;
    text-align: center;
}
.number-1 span {
    font-size: 2rem;
    position: relative;
    top: -2rem;
    opacity: 1;
    animation: beat .5s infinite;
}

.EKG {
    background: url(/assets/banners/heartrate.gif);
    height: 17rem;
    opacity: .25;
}

@keyframes beat {
    0% {
        opacity: 1;
    }
    70% {
        opacity: .3;
    }
    100% {
        opacity: 1;
    }
}

/*ros-talk*/
.price {
    list-style-type: none;
    border: 1px solid #eee;
    margin: 0;
    padding: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.price:hover {
    box-shadow: 0 8px 12px 0 rgba(0,0,0,0.2)
}

.price .header {
    background-color: #111;
    color: white;
    font-size: 25px;
}

.price li {
    border-bottom: 1px solid #eee;
    padding: 20px;
    text-align: center;
}

.price .grey {
    background-color: #eee;
    font-size: 20px;
}


#svg_outer {
    display: inline-block;
    height: 200px;
    width: 200px;
    line-height: 200px;
    text-align: center;
    background-color: #FFF;
    border-radius: 50%;
}
.view {
    position: absolute;
    top: 0;
    left: 0;
    /*right: 0;*/
    /*bottom: 0;*/
    -webkit-perspective: 400;
    perspective: 400;
}

.plane {
    width: 120px;
    height: 120px;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.plane.main {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    -webkit-transform: rotateX(60deg) rotateZ(-30deg);
    transform: rotateX(60deg) rotateZ(-30deg);
    -webkit-animation: rotate 20s infinite linear;
    animation: rotate 20s infinite linear;
}
.plane.main .circle {
    width: 120px;
    height: 120px;
    position: absolute;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    border-radius: 100%;
    box-sizing: border-box;
    box-shadow: 0 0 60px #fff, inset 0 0 60px crimson;
}
.plane.main .circle::before, .plane.main .circle::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 10%;
    height: 10%;
    border-radius: 100%;
    background: crimson;
    box-sizing: border-box;
    box-shadow: 0 0 60px 2px crimson;
}
.plane.main .circle::before {
    -webkit-transform: translateZ(-90px);
    transform: translateZ(-90px);
}
.plane.main .circle::after {
    -webkit-transform: translateZ(90px);
    transform: translateZ(90px);
}
.plane.main .circle:nth-child(1) {
    -webkit-transform: rotateZ(72deg) rotateX(63.435deg);
    transform: rotateZ(72deg) rotateX(63.435deg);
}
.plane.main .circle:nth-child(2) {
    -webkit-transform: rotateZ(144deg) rotateX(63.435deg);
    transform: rotateZ(144deg) rotateX(63.435deg);
}
.plane.main .circle:nth-child(3) {
    -webkit-transform: rotateZ(216deg) rotateX(63.435deg);
    transform: rotateZ(216deg) rotateX(63.435deg);
}
.plane.main .circle:nth-child(4) {
    -webkit-transform: rotateZ(288deg) rotateX(63.435deg);
    transform: rotateZ(288deg) rotateX(63.435deg);
}
.plane.main .circle:nth-child(5) {
    -webkit-transform: rotateZ(360deg) rotateX(63.435deg);
    transform: rotateZ(360deg) rotateX(63.435deg);
}

@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotateX(0) rotateY(0) rotateZ(0);
        transform: rotateX(0) rotateY(0) rotateZ(0);
    }
    100% {
        -webkit-transform: rotateX(360deg) rotateY(360deg) rotateZ(360deg);
        transform: rotateX(360deg) rotateY(360deg) rotateZ(360deg);
    }
}

@keyframes rotate {
    0% {
        -webkit-transform: rotateX(0) rotateY(0) rotateZ(0);
        transform: rotateX(0) rotateY(0) rotateZ(0);
    }
    100% {
        -webkit-transform: rotateX(360deg) rotateY(360deg) rotateZ(360deg);
        transform: rotateX(360deg) rotateY(360deg) rotateZ(360deg);
    }
}


/*tech*/
.content {
    /*        position: absolute;*/
    top: 0px;
    left: 0px;
    /*height: 70px;*/
    overflow: hidden;
    font-family: 'Lato', sans-serif;
    font-size: 24px;
    line-height: 40px;
    color: #ecf0f1;
    display: inline-block;
}
.content__container {
    font-weight: 600;
    overflow: hidden;
    height: 40px;
    padding: 0 40px;
}
.content__container:before {
    content: '[';
    left: 0;
}
.content__container:after {
    content: ']';
    position: absolute;
    right: 0;
}
.content__container:after, .content__container:before {
    position: absolute;
    top: 0;
    color: gold;
    font-size: 42px;
    line-height: 40px;
    -webkit-animation-name: opacity;
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-name: opacity;
    animation-duration: 2s;
    animation-iteration-count: infinite;
}
.content__container__text {
    display: inline;
    float: left;
    margin: 0;
}
.content__container__list {
    margin-top: 0;
    padding-left: 110px;
    text-align: left;
    list-style: none;
    -webkit-animation-name: change;
    -webkit-animation-duration: 10s;
    -webkit-animation-iteration-count: infinite;
    animation-name: change;
    animation-duration: 10s;
    animation-iteration-count: infinite;
}
.content__container__list__item {
    line-height: 40px;
    margin: 0;
}

@-webkit-keyframes opacity {
    0%, 100% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
}
@-webkit-keyframes change {
    0%, 12.66%, 100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    16.66%, 29.32% {
        -webkit-transform: translate3d(0, -25%, 0);
        transform: translate3d(0, -25%, 0);
    }
    33.32%,45.98% {
        -webkit-transform: translate3d(0, -50%, 0);
        transform: translate3d(0, -50%, 0);
    }
    49.98%,62.64% {
        -webkit-transform: translate3d(0, -75%, 0);
        transform: translate3d(0, -75%, 0);
    }
    66.64%,79.3% {
        -webkit-transform: translate3d(0, -50%, 0);
        transform: translate3d(0, -50%, 0);
    }
    83.3%,95.96% {
        -webkit-transform: translate3d(0, -25%, 0);
        transform: translate3d(0, -25%, 0);
    }
}
@keyframes opacity {
    0%, 100% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
}
@keyframes change {
    0%, 12.66%, 100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    16.66%, 29.32% {
        -webkit-transform: translate3d(0, -25%, 0);
        transform: translate3d(0, -25%, 0);
    }
    33.32%,45.98% {
        -webkit-transform: translate3d(0, -50%, 0);
        transform: translate3d(0, -50%, 0);
    }
    49.98%,62.64% {
        -webkit-transform: translate3d(0, -75%, 0);
        transform: translate3d(0, -75%, 0);
    }
    66.64%,79.3% {
        -webkit-transform: translate3d(0, -50%, 0);
        transform: translate3d(0, -50%, 0);
    }
    83.3%,95.96% {
        -webkit-transform: translate3d(0, -25%, 0);
        transform: translate3d(0, -25%, 0);
    }
}



.scene {
    width: 200px;
    height: 200px;
    /*border: 1px solid #CCC;*/
    margin: 80px;
    perspective: 400px;
}
.cube {
    width: 200px;
    height: 200px;
    position: relative;
    transform-style: preserve-3d;
    transform: translateZ(-100px);
}

.cube.is-spinning {
    animation: spinCube 8s infinite ease-in-out;
}

@keyframes spinCube {
    0% { transform: translateZ(-100px) rotateX(  0deg) rotateY(  0deg); }
    100% { transform: translateZ(-100px) rotateX(360deg) rotateY(360deg); }
}

.cube__face {
    position: absolute;
    width: 200px;
    height: 200px;
    /*border: 1px solid black;*/
    line-height: 200px;
    font-size: 40px;
    font-weight: bold;
    color: white;
    text-align: center;
    opacity: .8;
}

/*    .cube__face--front  { background: hsla(  0, 100%, 50%, 0.7); }
    .cube__face--right  { background: hsla( 60, 100%, 50%, 0.7); }
    .cube__face--back   { background: hsla(120, 100%, 50%, 0.7); }
    .cube__face--left   { background: hsla(180, 100%, 50%, 0.7); }
    .cube__face--top    { background: hsla(240, 100%, 50%, 0.7); }
    .cube__face--bottom { background: hsla(300, 100%, 50%, 0.7); }*/

.cube__face--front  { transform: rotateY(  0deg) translateZ(100px); }
.cube__face--right  { transform: rotateY( 90deg) translateZ(100px); }
.cube__face--back   { transform: rotateY(180deg) translateZ(100px); }
.cube__face--left   { transform: rotateY(-90deg) translateZ(100px); }
.cube__face--top    { transform: rotateX( 90deg) translateZ(100px); }
.cube__face--bottom { transform: rotateX(-90deg) translateZ(100px); }

.cube.is-backface-hidden .cube__face {
    backface-visibility: hidden;
}

.dark_grad{
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0.84+0,0.19+98 */
background: -moz-linear-gradient(top, rgba(0,0,0,0.84) 0%, rgba(0,0,0,0.19) 98%, rgba(0,0,0,0.19) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(0,0,0,0.84) 0%,rgba(0,0,0,0.19) 98%,rgba(0,0,0,0.19) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(0,0,0,0.84) 0%,rgba(0,0,0,0.19) 98%,rgba(0,0,0,0.19) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d6000000', endColorstr='#30000000',GradientType=0 ); /* IE6-9 */
}

.btn_small{
    font-size: 10px!important;
    padding:3px 5px!important;
}