body {overflow-x: hidden;}
/***************************************/
/*        Header style                 */
/***************************************/

.glogo img
{
height: 14px;
}
.wa-chat-bubble-close-btn img 
{
height: 10px;
}
#bottom-fx
{
bottom: -5px;
}

/* Heading global style */
header {
    background: #445260;
    color: #ffffff;
    padding: 5px 0 5px 0;

}
header a
{
    color: #ffffff;
    text-decoration: none;
    cursor: pointer;
}

header a:hover
{
    text-decoration: none;
    cursor: pointer;
}
.navbar{
    min-height: 30px;
    margin-bottom: 0px;
}

/** Header Mobile style **/

.logo-mobile{
    border-radius: 7px;
    margin-left: 10px ;
}
.display-table{
    display: table;
    table-layout: fixed;

}

.display-cell{
    display: table-cell;
    vertical-align: middle;
    float: none;
}





/* Navigation section */
.navbar-default .navbar-toggle {
    border-color: #91170a;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #91170a;
    border-color: #91170a;
}

.navbar-default {
    background-color: rgba(0, 0, 0, 0.03);
    border-color: rgba(0, 0, 0, 0.03);
}
.nav>li>a {
    font-size: 16px;
    padding: 7px 2px;
    font-weight: 400;
}


#soldRed{
    color: #d9230f;
    font-size: 18px;
}


/***************************************/
/*        
 *  style                  */
/***************************************/

.page-title {
    color: #ffffff;
    background-color: #ff6a00;
    font-size: 18px;
    font-weight: 400;
    padding: 5px;
    text-transform: uppercase;
    position: relative;
}
h1.page-title  {
 margin-top:7px;
}

.page-text {
    text-align: justify;
    margin: 15px 0 35px 0;
}


.page-text h4{
    text-color: #000000;
    font-weight: bold;
}
.page-text span{
    font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 300;
    line-height: 1.1;
    color: #444444;
}
.page-text a{
    font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 300;
    line-height: 1.1;

}


.row1 {
        position: relative;
        background: #ffffff;
        padding: 10px 10px 15px 10px;;
        border: 1px solid #F7F7F7;
        border-radius: 5px;
        margin-bottom: 5px;
        min-height: 500px;
        height: 100%;
    }

.row1 h3{
    font-size:16px;
    text-color: #000000;
    text-align: center;
    font-weight: bold;
}
.row1 h4{
    font-size:14px;
    font-weight: bolder;
}

.row2{
    position: absolute;
    bottom: 0;
    width: 100%;
    padding-bottom: 10px;
}

#price{
    color: #000000;
    font-size: 16px;
    float: left;
    margin-left: 3%;
    margin-top: 3%;
    font-weight: bold;
}
#priceTag{
    color:  #000000;/*#d9230f;*/
    font-size: 16px;
    float:left;
    /*margin-left: 5px;*/
    font-weight: bold;
}

#more_info{
    position: relative;
    float: right;
    margin-bottom: 10px;
    margin-right: 40px;
}
/*   Stock catalog styles */

.stockWrap1 .stockWrap2 p {
    text-color: #fff;
}

@media(min-width:768px){
    .stockWrap1 {
        /*border-bottom: 1px dotted #777777;*/
     padding: 5px;
        margin-top: 10px;
        min-height: 450px;
    }

    .stockWrap2 {
        /*border-bottom: 1px dotted #777777;
        border-left: 1px dotted #777777;*/
    padding: 5px;
        margin-top: 10px;
        min-height: 450px;
    }
    #priceStockCatalog {
        color: #000;
        font-size: 14px;
        font-weight: bold;
        float: left;
        margin-left: 2%;

    }
    #more_info2 {

        margin-bottom: 5px;
        margin-right: 20px;

    }
}
@media screen and (min-width:992px) {
    .stockWrap1 {
        /*border-bottom: 1px dotted #777777;*/
     padding: 5px;
        margin-top: 10px;
        min-height: 330px;
        max-height: 330px;
    }

    .stockWrap2 {
        /*border-bottom: 1px dotted #777777;
        border-left: 1px dotted #777777;*/
    padding: 5px;
        margin-top: 10px;
        min-height: 330px;
        max-height: 330px;
    }
    #priceStockCatalog {
        color: #000;
        font-size: 16px;
        float: left;
        margin-left: 5%;

    }
    #more_info2 {

        margin-bottom: 10px;
        margin-right: 40px;

    }
}
@media screen and (min-width:1200px) {
    .stockWrap1 {
        /*border-bottom: 1px dotted #777777;*/
     padding: 5px;
    margin-top: 10px;
        min-height: 310px;
        max-height: 310px;
    }

    .stockWrap2 {
        /*border-bottom: 1px dotted #777777;
        border-left: 1px dotted #777777;*/
    padding: 5px;
        margin-top: 10px;
        min-height: 310px;
        max-height: 310px;
    }
    #priceStockCatalog {
        color: #000;
        font-size: 16px;
        float: left;
        margin-left: 5%;

    }
    #more_info2 {

        margin-bottom: 10px;
        margin-right: 40px;

    }
}

.pushdown {
    position: absolute;
    bottom: 0;
}


/* menu for category */

.category-products .panel {
    background-color: #FFFFFF;
    border: 0px;
    border-radius: 0px;
    box-shadow:none;
    margin-bottom: 0px;
}

.category-products .panel-default .panel-heading {
    background-color: #FFFFFF;
    border: 0 none;
    color: #FFFFFF;
    padding: 5px 20px;
}
.category-products .panel-default .panel-heading .panel-title a {
    /*color: #696763;*/
    color: #97310e;
    font-family:  sans-serif;
    font-size: 14px;
    text-decoration: none;
    text-transform: uppercase;
    cursor: pointer;
}

.panel-body ul li a {
    color: #696763;
    font-family:  sans-serif;
    font-size: 12px;
    text-transform: uppercase;
}


.panel-group .panel-heading + .panel-collapse .panel-body {
    border-top: 0 none;
}

.category-products .badge {
    background:none;
    border-radius: 10px;
    color: #696763;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    min-width: 10px;
    padding: 3px 7px;
    text-align: center;
    vertical-align: baseline;
    white-space: nowrap;
}

.panel-body ul{
    padding-left: 20px;
    list-style: none;
}

.panel-body li{
    list-style: none;
}

.panel-body ul li a {
    color: #696763;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    list-style: none;
}
.panel-body ul li a:hover {
    color: #ff6a00;
    font-family:  sans-serif;
    font-size: 12px;
    text-transform: uppercase;
}

#soldOut
{
    color:red;
    font-weight: bold;
}
/***************************************/
/*        Footer style                 */
/***************************************/

footer {
   /* border-top: 35px solid #f7f7f7;*/
border-top: 35px solid #f7f7f7;
    background: #445260;
    color: #ffffff;
    /*padding-bottom:20px;*/
padding-top:20px;
padding-bottom:40px;
font-size: 12px;
}

h2.footer_title {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
}

footer a {
    color: #ffffff;
    text-decoration: none;
}

footer a:hover{
    color: #ff6a00;
    text-decoration: underline;
}







/************************************************************************/
ul.social-network {
    list-style: none;
    display: inline-block;
    margin-left:0 !important;
    padding: 0;
}
ul.social-network li {
    display: inline;
    margin: 0 5px;
}
#overAll a:hover, a:hover span {
    color: #ff6a00;
}

.social-network a.icoInvert:hover
{
    background-color: #ff6a00;
}
.social-network a.icoInvert:hover i{
    color:#fff;
}


.social-circle li a  {
    display:inline-block;
    position:relative;
    margin:0 auto 0 auto;
    -moz-border-radius:50%;
    -webkit-border-radius:50%;
    border-radius:50%;
    text-align:center;
    width: 25px;
    height: 25px;
    font-size:15px;
}

.social-circle li i {
    margin:0;
    line-height:25px;
    text-align: center;
}

.social-circle li a:hover i, .triggeredHover {
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -ms--transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
}
.social-circle i {
    color: #696969;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s;
}

.social-circle li a {
    background-color: #ffffff;/*#979797;*/
    margin-bottom: 2px;
}


.social-circle li:hover
{
    color: #ff6a00;
    text-decoration: none;
    cursor: pointer;
}


ul.fancyList {
    list-style: none;
    display: inline;
    margin-left:0 !important;
    padding: 0;
}
ul.fancyList li {
    display: inline-block;
    margin: 0 5px;
}
.fancyList i {
    -moz-border-radius:50%;
    -webkit-border-radius:50%;
    border-radius:50%;
    text-align:center;
    width: 25px;
    height: 25px;
    font-size:14px;
    background: #fff;
    color: #696969;
    margin:0;
    line-height:25px;
    margin-bottom: 2px;
}
.fancyList  a:hover i, .triggeredHover {
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -ms--transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;

}
.fancyList i {
    color: #696969;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s;
}
.fancyList a.icoInvert:hover i{
    color: #ffffff;
    background: #ff6a00;
}


/* CSS used here will be applied after bootstrap.css */
.thumbnail_container {
    position: relative;
    width: 100%;
    padding-bottom: 100%;
    margin-bottom:20px;
}

.thumbnail {
    position:absolute;
    width:100%;
    height:100%;
}
.thumbnail img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

img{
    weight:210px;
    height:210px;
    max-height:100%;
    max-width:100%;
}

/* Back to top button */
#top-link-block.affix-top {
    position: absolute; /* allows it to "slide" up into view */
    bottom: -82px;
    right: 20px;
}
#top-link-block.affix {
    position: fixed; /* keeps it on the bottom once in view */
    bottom: 140px;
    right: 10px;
}

@media(max-width:991px){
.stocknavi{
    -moz-box-shadow:inset 0px 1px 0px 0px #f29c93;
    -webkit-box-shadow:inset 0px 1px 0px 0px #f29c93;
    box-shadow:inset 0px 1px 0px 0px #f29c93;
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dd4814), color-stop(1, #ff6a00) );
    background:-moz-linear-gradient( center top, #dd4814 5%, #ff6a00 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dd4814', endColorstr='#ff6a00');
    background-color:#dd4814;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
    border-radius:6px;
    border:1px solid #d83526;
    display:inline-block;
    color:#ffffff;
    font-size:12px;
    font-weight:bold;
    padding:6px 10px;
    margin-left: 5px ;
    text-decoration:none;
    text-shadow:1px 1px 0px #b23e35;
    /*width:120px;*/
}
}
 @media(min-width:992px)
 {
 .stocknavi{
    -moz-box-shadow:inset 0px 1px 0px 0px #f29c93;
    -webkit-box-shadow:inset 0px 1px 0px 0px #f29c93;
    box-shadow:inset 0px 1px 0px 0px #f29c93;
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dd4814), color-stop(1, #ff6a00) );
    background:-moz-linear-gradient( center top, #dd4814 5%, #ff6a00 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dd4814', endColorstr='#ff6a00');
    background-color:#dd4814;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
    border-radius:6px;
    border:1px solid #d83526;
    display:inline-block;
    color:#ffffff;
    font-size:14px;
    font-weight:bold;
    padding:6px 24px;
    margin-left: 5px ;
    text-decoration:none;
    text-shadow:1px 1px 0px #b23e35;
    width:220px;

 }}


.stocknavi:hover {
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.35, #97310e), color-stop(1, #dd4814) );
    background:-moz-linear-gradient( center top, #97310e 35%, #dd4814 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#97310e', endColorstr='#dd4814');
    background-color:#97310e;
}


.dropdown-submenu:hover > .dropdown-menu {
    display: none;
}


/* Page not found */

.error-template {padding: 40px 15px;text-align: center;}
.error-actions {margin-top:15px;margin-bottom:15px;}
.error-actions .btn { margin-right:10px;}

table img {
    width: 100%;
    height: 100%;
}


/* image selectar pick chouese */
.pikachoose {
    width: 200px;
    height: 215px;
    margin: 0 auto;
    position: relative;
    background-color: #ffffff;
    border: 1px solid #ededed;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.pikachoose1r {
    width: 200px;
    height: 245px;
    margin: 0 auto;
    position: relative;
    background-color: #ffffff;
    border: 1px solid #ededed;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.pikachoose2r {
    width: 200px;
    height: 275px;
    margin: 0 auto;
    position: relative;
    background-color: #ffffff;
    border: 1px solid #ededed;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}
.pikachoose3r {
    width: 200px;
    height: 325px;
    margin: 0 auto;
    position: relative;
    background-color: #ffffff;
    border: 1px solid #ededed;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}
.pikachoose4r {
    width: 200px;
    height: 335px;
    margin: 0 auto;
    position: relative;
    background-color: #ffffff;
    border: 1px solid #ededed;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.pikachoose5r {
    width: 200px;
    height: 365px;
    margin: 0 auto;
    position: relative;
    background-color: #ffffff;
    border: 1px solid #ededed;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}
.pika-thumbs{
    padding: 0;
    margin: 7px;
    position: absolute;
    bottom: 0;
}
.pika-thumbs li img {
    width: 30px;
    height: 30px;
object-fit: contain;

}
.pika-thumbs li{
   /* width: 63px;
    height:47px;*/
    width: 30px;
    height: 30px;

    margin: 0 3px 0 0;
    padding: 0;
    overflow: hidden;
    float: left;
    list-style-type: none;
    cursor: pointer;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.pika-thumbs li:last {
    margin: 0;
}
.pika-thumbs li .clip {
    position:relative;
    height:100%;
    text-align: center;
    vertical-align: center;
    overflow: hidden;
}
.pika-stage, .pika-textnav {
    width: 100%; /*215px;*/
}
.pika-stage img{
    height: 150px;
    width: 150px;
    object-fit: contain;
    margin: 17px;
 background-position:center;
}

.help-inline {
    display: inline-block;
    background-color: #dd4814;
    border: 1px solid #dd4814;
    color: #ffffff;
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
    vertical-align: middle;
    white-space: nowrap;
    font-weight: normal;
}
   /*background-image: linear-gradient(#e72510, #d9230f 6%, #cb210e);
    background-image: -webkit-linear-gradient(#e72510, #d9230f 6%, #cb210e);
    background-image: -o-linear-gradient(#e72510, #d9230f 6%, #cb210e);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#e72510), color-stop(6%, #d9230f), to(#cb210e));
    background-image: linear-gradient(#e72510, #d9230f 6%, #cb210e);
    background-repeat: no-repeat;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe72510', endColorstr='#ffcb210e', GradientType=0);
    -webkit-filter: none;*/
/* .help-inline{ background: #dd4814; /*ff6a00
    filter: none;
    border: 1px solid #ff6a00;
    color: #ffffff;
}*/
#fileLink {
    color: #ff6a00;
    text-decoration: none;
}

#fileLink:hover {
    color: #dd4814;
    text-decoration: none;
}
/*.pag{
    border: 1px solid #ff6a00;
    color: #ff6a00;
    cursor: default;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 0.7em;
    padding: 2px 6px;
}*/
.pag {
    border: 1px solid #dd4814;
    color: #dd4814;
    background-color: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    padding: 1px 5px;
    line-height: 1.5;
    border-radius: 3px;
    vertical-align: middle;
    text-align: center;
    width: 60px; /* Optional fixed width for consistency */
}
.pag2{
    border: 1px solid #ff6a00;
    background-color: #ff6a00;
    color: #ffffff;
    cursor: default;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 0.7em;
    padding: 2px 6px;
}


#grad {
    background: #fcfcfc; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(bottom, rgb(252,252,252), rgb(231, 231, 231)); /* For Safari 5.1 to 6.0 */
    /*background: -o-linear-gradient(#fcfcfc, #dd4814); /* For Opera 11.1 to 12.0 */
    background: -o-linear-gradient(bottom, rgb(252,252,252), rgb(231, 231, 231)); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradientto(bottom, rgb(252,252,252), rgb(231, 231, 231)); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to bottom, rgb(252,252,252), rgb(231, 231, 231)); /* Standard syntax */
}

#gradient {
    background: #fcfcfc; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(bottom, rgb(252,252,252), rgb(242, 243, 247)); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(bottom, rgb(252,252,252), rgb(242, 243, 247)); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(bottom, rgb(252,252,252), rgb(242, 243, 247)); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to bottom, rgb(252,252,252), rgb(242, 243, 247)); /* Standard syntax */
}

/* List Grid */


.faicon { margin-right:5px; }
.thumbnail-lgc
{
    margin-bottom: 20px;
    padding: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

@media(max-width:991px){
    .item-lgc {
        position: relative;
        background: #ffffff;
        padding: 10px 10px 15px 10px;;
        border: 1px solid #F7F7F7;
        border-radius: 5px;
        margin-bottom: 5px;
        min-height: 450px;
        max-height: 450px;
        height: 100%;
        display:block;
       

    }
}
@media(min-width:992px) {
    .item-lgc {
        position: relative;
        background: #ffffff;
        padding: 10px 10px 15px 10px;;
        border: 1px solid #F7F7F7;
        border-radius: 5px;
        margin-bottom: 5px;
        min-height: 550px;
        max-height: 550px;
        height: 100%;
        display: block;
        overflow: auto;

    }
}

.item-lgc.list-group-item
{
    float: none;
    width: 100%;
    background-color: #fff;
    margin-bottom: 10px;
    min-height: 300px;
}
.item-lgc.list-group-item:nth-of-type(odd):hover,.item.list-group-item:hover
{
}

.item-lgc.list-group-item .list-group-image
{
 /*   margin-right: 10px;*/
}
.item-lgc.list-group-item .thumbnail-lgc
{
    margin-bottom: 0px;
}
.item-lgc.list-group-item .caption
{
    padding: 9px 9px 0px 9px;
}
.item-lgc.list-group-item:nth-of-type(odd)
{

}

.item-lgc.list-group-item:before, .item.list-group-item:after
{
    display: table;
    content: " ";
}

.item-lgc.list-group-item img
{
    float: left;
}
.item.list-group-item:after
{
    clear: both;
}
.list-group-item-text
{
    margin: 0 0 11px;
}


.item-lgc h3{
    font-size:16px;
    color: #000000;
    text-align: center;
    font-weight: bold;
}
.item-lgc h4{
    font-size:14px;
    font-weight: bolder;
}

.item-lgc.list-group-item .thumbnail_container
{
    width: 210px;
    height: 210px;
    padding-bottom: 0;
    position: absolute;
}

.item-lgc .caption
{
    display:block;
    overflow:auto;
}
.item-lgc.list-group-item .caption
{
    margin-left: 220px;
    height: 100%;
}


#price-lgc{
color: #000000;
font-size: 16px;
margin-top: 3%;
font-weight: bold;
}
#more_info-lgc{
    position: relative;
    float: right;
    margin-bottom: 10px;
    margin-right: 40px;
}

.swiper-container {
    width: 100%;
    height: 100%;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.swiper-slide img{
    width: auto;
    height: 225px;
    max-height: 225px;
    object-fit: cover; // here
-o-object-fit: cover;
}
.swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    color:#fff;
    opacity: 1;
//background: rgba(0,0,0,0.2);
    background: #ff6a00;
}
.swiper-pagination-bullet-active {
    color:#fff;
    /*background: #007aff;*/

    background: rgba(0,0,0,0.2);
}
.swiper-pagination span
{
    color:#fff;
    line-height: initial;
}
.mhf
{	
	border: 1px solid #F7F7F7;
    border-radius: 5px;
	width:32.3%;
}
.mhf2
{	
	
	width:24.3%;
}

/*
blockquote {
  background: #f9f9f9;
  border-left: 10px solid #ccc;
  margin: 1.5em 10px;
  padding: 0.5em 10px;
  quotes: "\201C""\201D""\2018""\2019";
}
blockquote:before {
  color: #ccc;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}
blockquote p {
  display: inline;
}*/

blockquote{
  font-size: 1.4em;
  width:90%;
  margin:50px auto;
  font-family:Open Sans;
  font-style:italic;
  color: #ff6a00;
  padding:1.2em 30px 1.2em 75px;
  border-left:8px solid #ff6a00 ;
  line-height:1.6;
  position: relative;
  background:#EDEDED;
}

blockquote::before{
  font-family:Arial;
  content: "\201C";
  color:#ff6a00;
  font-size:4em;
  position: absolute;
  left: 10px;
  top:-10px;
}

blockquote::after{
  content: '';
}

blockquote span{
  display:block;
  color:#333333;
  font-style: normal;
  font-weight: bold;
  margin-top:1em;
}

blockquote div{
  display:block;
  color:#333333;
  
}

.tquote{
  font-size: 1.4em;
  margin:50px auto;
  font-family:Open Sans;
  font-style:italic;
  color: #ff6a00;
  padding:1.2em; /*30px 1.2em 75px;*/
  line-height:1.6;
  background:#EDEDED;

}
.cc{
background:#EDEDED;
}

