/*------------------------------------*\
    GENERAL
\*------------------------------------*/

*,
*:after,
*:before {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

html, body {
    height: 100%;
    width: 100%;
}

body {
    margin: 0;
    background-color: #222;
    font-family: 'Centrale Sans', 'Open Sans';
    color: #222;  
    line-height: 1.5;
}

a {
    color: #222;
    text-decoration: none;
    outline: none;
}

a:focus,
a:hover,
a:active,
a:visited {
    color: #222;
    text-decoration: unset;
    outline: none;
}

.clear:before,
.clear:after {
    content: ' ';
    display: table;
}

.clear:after {
    clear: both;
}

.clear {
    *zoom: 1;
}

img {
    max-width: 100%;
    max-height: 100%;
    vertical-align: bottom;
    height: auto;
    object-fit: contain;
}

input:focus {
    outline: 0;
    border: 1px solid #04A4CC;
}

ul {
    padding: 0;
    margin: 0;
}


/*------------------------------------*\
    COMMON
\*------------------------------------*/

.wrapper {
    overflow: hidden;
}

.italic {
    font-style: italic;
}

span.b {
    font-weight: bold;
}

span.allign-text {
    display: table-cell; 
    vertical-align: middle; 
    text-align: center; 
}

span.line {
    display: inline-block;
    width: 70px;
    height: 2px;
    background: #d09600;
    margin-bottom: 8px;
    position: relative;
}

span.line:before {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 13px;
    width: 2px;
    background: #d09600;
    content: "";
}

span.line.line-left {
    margin-right: 10px;
}

span.line.line-right {
    margin-left: 10px;
}

span.line.line-right:before {
    right: auto;
    left: 0;
}

.column-1200 {
    max-width: 1200px;
    padding-left: 15px;
    padding-right: 15px;
    margin: auto;   
}

.column-1400 {
    max-width: 1400px;
    padding-left: 15px;
    padding-right: 15px;
    margin: auto;   
}

.horizontal-flip {
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
}

.no-margin {
    margin: 0;
}

.no-padding {
    padding: 0;
}

.inclinedSction {
    -webkit-clip-path: polygon(0 0,100% 3vw,100% 100%,0 calc(100% - 3vw));
    clip-path: polygon(0 0,100% 3vw,100% 100%,0 calc(100% - 3vw));
    margin-top: -50px;
}

.flickity-prev-next-button {
    background: none;
}

/* notify-js */
.notifyjs-sale-style-base {
    background: #F5F5F5;
    padding: 20px 22px 20px 20px;
    border-radius: 10px;
    box-shadow: 0 6px 16px -9px rgba(0, 0, 0,.5);
}

.notifyjs-sale-style-base .icon-cart-plus {
    color: green;
    font-size: 35px;
    margin-top: -4px;
    margin-left: -6px;
    margin-right: 8px;
    margin-bottom: -5px;
    display: inline-block;
    float: left;
}


/*------------------------------------*\
    TITLES
\*------------------------------------*/

.innerTitle {
    font-size: 32px;
    color: #222;
    text-align: left;
    padding-bottom: 30px;
    font-weight: bold;
    letter-spacing: 1px;
}

.innerTitle::after {
    bottom: -10px;
    content: "";
    height: 4px;
    left: 0;
    position: relative;
    width: 80px;
    background-color: #fff;
    display: block;
}


/*------------------------------------*\
    GRADIENTS
\*------------------------------------*/

.grayMesh {
    background-color: #E4E4E1;
    background-image: radial-gradient(at top center, rgba(255,255,255,0.03) 0%, rgba(0,0,0,0.03) 100%), linear-gradient(to top, rgba(255,255,255,0.1) 0%, rgba(143,152,157,0.60) 100%);
 	background-blend-mode: normal, multiply;
}

.blackMesh {
    background-color: #222;
    background-image: radial-gradient(circle, #222 0%, black 100%);
}

.blackMesh_light {
    background-color: #222;
    background-image: radial-gradient(circle, #414141 0%, #131313c2 100%);
}

.blueMesh {
    background: #01bbd4;
    background: radial-gradient(circle, #01bbd4, #01bbd4e8);
}

.grayMesh_light {
    background-color: #ebedee;
    background-image: linear-gradient(120deg, #fdfbfb 0%, #ebedee 100%);
}

.grayMesh_UltraLight {
    background-color: #eef1f5;
    background-image: linear-gradient(to top, #e6e9f0 0%, #eef1f5 100%);
}

.purpleMesh {
    background: #41295a;
    background: -webkit-linear-gradient(to right, #2f0743f0, #41295af7);
    background: linear-gradient(to right, #2f0743f0, #41295af7);
}

.redMesh {
    background: #ba3131;
    background: radial-gradient(circle, #ff6f5e, #ba3131);
}

.lightBlueTexture {
    background: rgb(140,222,218);
    background: -moz-linear-gradient(top, rgb(124, 181, 179) 0%, rgb(69, 140, 136) 100%);
    background: -webkit-linear-gradient(top, rgb(124, 181, 179) 0%,rgb(69, 140, 136) 100%);
    background: linear-gradient(to bottom, rgb(124, 181, 179) 0%,rgb(69, 140, 136) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8cdeda', endColorstr='#50c9c3',GradientType=0 );
}

.gold-text {
    color: #c3a343;
    -webkit-text-fill-color: transparent;
    background: -webkit-linear-gradient(transparent, transparent), url('../images/Gold_background2.jpg.html') repeat;
    background: -o-linear-gradient(transparent, transparent);
    -webkit-background-clip: text;
}

.mellowGradient {
    background: #9fa4c;
    background-image: linear-gradient(315deg, #9fa4c4 0%, #727272 65%);
}

.lateralImageGray {
    background-image: url('../images/light_gray.jpg');
    background-size: 100%;
    background-position: center;
    background-color: #fff;
}


/*------------------------------------*\
    ANIMATION
\*------------------------------------*/

.pulse {
	-webkit-animation: pulse 1s linear infinite;
	-moz-animation: pulse 1s linear infinite;
	-ms-animation: pulse 1s linear infinite;
	animation: pulse 1s linear infinite;
}

.lxdx {
    animation: nudge 3s linear infinite;
}

.float {
    animation: float 3s ease-in-out infinite;
}

@keyframes pulse {
    0% {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -o-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }
    50% {
        -webkit-transform: scale(0.8);
        -moz-transform: scale(0.8);
        -o-transform: scale(0.8);
        -ms-transform: scale(0.8);
        transform: scale(0.8);
    }
    100% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes nudge {
    0%, 100% {
      transform: translate(0, 0);
    }
    50% {
      transform: translate(120px, 0);
    }
    100% {
      transform: translate(-120px, 0);
    }
}

@keyframes float {
	0% {
		transform: translatey(0px);
	}
	50% {
		transform: translatey(-20px);
	}
	100% {
		transform: translatey(0px);
	}
}


/*------------------------------------*\
    BUTTONS
\*------------------------------------*/

.mybutton {
    display: inline-block;
    text-shadow: 0px 1px 3px #666666;
    background: #ba3131;
    box-shadow: rgba(0, 0, 0, 0.15) 4px 5px 0px 0px;
    color: #fff;
    font-size: 34px;
    letter-spacing: 0px;
    padding: 15px 25px 15px 25px;
    text-decoration: none;
}

.mybutton:hover {
    opacity: 0.7;
    text-decoration: none;
    color: #fff;
}

.mybutton_round {
    display: inline-block;
    background: linear-gradient(to bottom, rgba(255,255,255,0.15) 0%, rgba(0,0,0,0.15) 100%), radial-gradient(at top center, rgba(255,255,255,0.40) 0%, rgba(0,0,0,0.40) 120%) #313131;
    border-radius: 12px;
    text-shadow: 0px 1px 3px #666666;
    box-shadow: 0px 2px 4px #1d1d1d;
    font-family: 'Centrale Sans';
    color: #ffffff;
    font-size: 36px;
    padding: 15px 25px 15px 25px;
    text-decoration: none;
}

.mybutton_round:hover {
    background: linear-gradient(to bottom, rgba(255,255,255,0.15) 0%, rgba(0,0,0,0.15) 100%), radial-gradient(at top center, rgba(255,255,255,0.40) 0%, rgba(0,0,0,0.40) 120%) #828282;
    text-decoration: none;
    color: #fff;
}

.mybutton_round_2 {
    border-radius: 4px;
    border: none;
    color: #fff;
    text-align: center;
    font-size: 32px;
    font-weight: 500;
    padding: 16px;
    padding-left: 23px;
    padding-right: 23px;
    transition: all 0.5s;
    cursor: pointer;
    margin: 36px;
    box-shadow: 0 5px 5px -3px rgba(0, 0, 0,.4);
    background: #ba3131;
}

.mybutton_round_2:hover {
    opacity: 0.7;
    text-decoration: none;
}

.mybutton_round_3 {
    border-radius: 46px;
    border: none;
    color: #fff;
    text-align: center;
    font-size: 32px;
    font-weight: 500;
    padding: 16px;
    padding-left: 28px;
    padding-right: 28px;
    transition: all 0.5s;
    cursor: pointer;
    margin: 36px;
    box-shadow: 0 5px 5px -3px rgba(0, 0, 0,.4);
    background: #df0000;
}

.mybutton_round_3:hover {
    opacity: 0.7;
    text-decoration: none;
}

.cornerButton {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    width: auto;
    display: inline-block;
    font-size: 16px;
    height: 42px;
    padding: 0 20px;
    border: 2px solid #fff;
    color: #fff;
    text-transform: uppercase;
    line-height: 38px;
    position: relative;
    font-family: "Open sans";
    transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
}

.cornerButton::after {
    content: "";
    height: 0;
    left: 0;
    position: absolute;
    top: 0;
    transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    width: 100%;
    z-index: -1;
    background: #fff;
}

.cornerButton:hover {
    color: #e1206f;
    background-color: #fff;
}

.cornerButton a:hover {
    color: #222;
}


/*------------------------------------*\
    countdown
\*------------------------------------*/

.countdown {
    text-align: center;
    color: #222;
}

.countdown .time {
    width: 250px;
    font-size: 17px;
}

.countdown .time > div {
    line-height: 18px;
    margin-bottom: 5px;
    font-weight: 600;
}

.countdown .time ul {
    padding: 0px;
    margin: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.countdown .time ul li {
    line-height: 1;
    font-size: 48px;
    text-align: center;
    margin: 0 13px;
    list-style-type: none;
    position: relative;
}

.countdown .time ul li .podp {
    display: block;
    position: relative;
    font-size: 17px;
    margin-top: 3px;
}


/*--------------------------------------------------------*\
    countdown-text (ORDER)
\*--------------------------------------------------------*/

#countdown .container {
    padding: 0;
    padding-top: 40px;
    padding-bottom: 0;
    text-align: center;
}

#countdown .container .content {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

#countdown .container .content .text {
    float: left;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 5px 15px 5px 15px;
    margin-bottom: 25px;
    text-align: left;
    font-size: 16px;
    color: #fff;
    border-left: 5px solid #fff;
    max-width: 320px;
}

#countdown .container .content .countdown {
    margin: 0 25px 50px 0;
    float: left;
    color: #fff;
}

#countdown .container .content .countdown .time {
    margin: auto;
}


/*------------------------------------*\
    header
\*------------------------------------*/

#header {
    margin: 0;
    background: url('../images/shape-alt.png') 180px 0px no-repeat, linear-gradient(to right top, #f4f2fc 50%, #e2dfff 75%, #fff 100%);
    background-size: cover;
}

#header > .content {
    width: 100%;
}

#header .logo {
    padding-bottom: 40px;
} 

#header .logo .subtitle {
    font-size: 24px;
    margin: 5px 0 20px 0;
    line-height: 40px;
    font-weight: 500;
}

#header .logo .subtitle span {
    color: #ba3131;
}

#header .logo img {
    max-width: 500px;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: -65px;
    margin-top: 20px;
}

#header .price > span {
    padding-left: 10px;
    padding-right: 10px;
}

#header .price .quantity {
    font-size: 26px;
    margin-bottom: 5px;
}

#header .price .quantity b {
    margin-right: 10px;
    font-size: 50px;
    color: #ba3131;
}

#header .price .old {
    font-size: 38px;
    font-weight: 500;
    text-decoration: line-through;
    color: #747474;
}

#header .price .new {
    font-size: 54px;
    font-weight: bold;
    color: #ba3131;
}

#header .price .discount img {
    max-width: 120px;
}

#header .object {
    position: relative;
}

#header .object img {
    max-height: 700px;
}

#header .logo-column {
    padding-bottom: 10px;
    padding-top: 20px;
    max-width: 700px;
    z-index: 2;
} 

#header .logo-column > .content {
    min-width: 600px;
    text-align: center;
}

#header .logo-column .specs {
    font-size: 23px;
    font-weight: bold;
    text-align: left;
    margin-top: 40px;
    margin-bottom: 25px;
    padding-left: 0;
    padding-right: 0;
    max-width: 500px;
}

#header .logo-column .specs .spec {
    margin-top: 10px;
    margin-bottom: 10px;
}

#header .logo-column .specs .spec span {
    color: #ba3131;
}

#header .logo-column .specs .text {
    width: calc(100% - 90px);
}

#header .logo-column .specs img {
    padding-right: 20px;
    width: 85px;
}

#header .logo-column .image img {
    max-width: 350px;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}


/*--------------------------------------------------------*\
    only-text-banner
\*--------------------------------------------------------*/

#only-text-banner {
    padding-top: 40px;
    padding-bottom: 40px;
}

#only-text-banner .row1 {
    font-size: 40px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 50px;
    width: 100%;
    color: #fff;
    text-shadow: 2px 4px 3px rgba(0,0,0,0.3);
}

#only-text-banner .row1 img {
    max-height: 40px;
    margin-bottom: 15px;
    margin-left: 3px;
    margin-right: 3px;
}

#only-text-banner .countdown_button .content {
    max-width: 730px;
    padding-top: 30px;
    color: #fff;
}

#only-text-banner .countdown_button .content .countdown {
    color: #fff;
}


/*------------------------------------*\
    advise-banner
\*------------------------------------*/

#advise-banner {
    background-color: #fff;
    padding-top: 15px;
    padding-bottom: 35px;
}

#advise-banner > .content {
    width: 100%;
    max-width: 1100px;
    margin-top: auto;
}

#advise-banner .sx {
    text-align: left;
    padding-left: 40px;
    height: fit-content;
    padding-top: 50px;
}

#advise-banner .sx > * {
    padding-bottom: 20px;
}

#advise-banner .sx .surtitle {
    font-size: 27px;
}

#advise-banner .sx .title {
    font-size: 37px;
    font-weight: 600;
    color: #ba3131;
    font-style: italic;
    line-height: 44px;
}

#advise-banner .sx .subtitle {
    font-size: 18px;
}

#advise-banner .dx img {
    padding: 35px;
    width: 100%;
    max-height: 500px;
}

#advise-banner .bottom .box {
    padding-left: 20px;
    padding-right: 20px;
    text-align: left;
}

#advise-banner .bottom .box > * {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}

#advise-banner .bottom .box .title {
    font-size: 50px;
    font-weight: bold;
    color: #ba3131;
    line-height: 47px;
}

#advise-banner .bottom .box .subtitle {
    font-size: 18px;
}

#advise-banner .bottom .box .description {
    padding-top: 10px;
    font-size: 21px;
    line-height: 19pxpx;
    color: #009de1;
}


/*--------------------------------------------------------*\
    big-g
\*--------------------------------------------------------*/

#big-g {
    padding-top: 50px;
    padding-bottom: 50px;
    background-image: url('../images/light_gray.jpg');
    background-size: 100%;
    background-position: center;
}

#big-g .content {
	max-width: 1600px;
    margin: auto;
}

#big-g .main-title {
    padding-bottom: 20px;
}

#big-g .main-title h2 {
    font-size: 35px;
    letter-spacing: 0px;
}

#big-g h2 {
    font-weight: bold;
    color: #ba3131;
    margin-bottom: 0;
    letter-spacing: 1px;
}

#big-g .left-text p {
    margin-left: auto;
    margin-right: 0;
}

#big-g .feature-item {
	position: relative;
	margin-top: 10px;
}

#big-g .feature-item:last-child {
	margin-top: 120px;
}

#big-g .feature-item i {
    color: #FFA500;
    margin-right: 11px;
    font-size: 36px;
}

#big-g .feature-item h2 {
    font-size: 22px;
    color: #222;
    text-align: left;
}

#big-g .feature-item h2 img {
    margin-right: 14px;
    max-width: 70px;
    margin-top: 3px;
}

#big-g .left-text .feature-item h2 img {
    margin-left: 14px;
}

#big-g .feature-s2 .feature-item {
    margin-top: 0px;
}

#big-g .feature-s2 .feature-item:first-child {
	margin-top: 0px;
}

#big-g .feature-s2 .feature-item-d {
	margin-top: 30px;
}

#big-g .feature-s2 .feature-img {
	margin-top: 30px;
}

#big-g .feature-s2 .feature-img img {
    max-height: 600px;
    padding: 0 15px 0 15px;
}

#big-g .feature p {
    font-size: 17px;
    font-family: "Open Sans";
    max-width: 400px;
}

#big-g .carousel-cell {
    width: 100%;
}


/*--------------------------------------------------------*\
    box-banner
\*--------------------------------------------------------*/

#box-banner {
    padding-top: 70px;
    padding-bottom: 30px;
}

#box-banner .content {
    padding: 0;
}

#box-banner .image,
#box-banner .description {
    max-width: 500px;
    margin: auto;
}

#box-banner .innerTitle {
    padding-bottom: 10px;
    font-weight: bold;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 34px;
    color: #ba3131;
}

#box-banner .innerTitle::after {
    display: none
}

#box-banner .subtitle {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 25px;
    margin-bottom: 35px;
}

#box-banner ul {
    width: 100%;
}

#box-banner ul li {
    display: inline-block;
    width: 33.3%;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 50px;
}

#box-banner ul li .content {
    max-width: 400px;
    margin: auto;
}

#box-banner li .image img {
    border: 1px solid #eee;
}

#box-banner li .description {
    text-align: left;
    margin-top: 15px;
}

#box-banner li .description .title {
    color: #222;
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 10px;
    min-height: 50px;
}

#box-banner li .description .title i {
    color: #ba3131;
}

#box-banner li .description .title span {
    font-weight: 300;
    font-size: 36px;
    margin-right: 15px;
}

#box-banner li .description .title > div {
    float: left;
}

#box-banner li .description .text {
    color: #464646;
    font-size: 18px;
    line-height: 24px;
    text-align: left;
    padding-left: 5px;
    padding-right: 5px;
    min-height: 140px;
}

#box-banner li .description .cornerButton {
    background-color: #ba3131;
    margin-top: 20px;
}

#box-banner li .description .cornerButton:hover {
    color: #222;
}


/*--------------------------------------------------------*\
    text-image-banner-3
\*--------------------------------------------------------*/

#text-image-banner-3 {
    padding-top: 70px;
    padding-bottom: 70px;
    background-color: #fff;
}

#text-image-banner-3 .container > * {
    width: 100%;
}

#text-image-banner-3 .innerTitle {
    color: #df982a;
    font-weight: 700;
    font-size: 40px;
    letter-spacing: 0;
    padding-bottom: 35px;
}

#text-image-banner-3 .text {
    font-size: 20px;
    text-align: justify;
    font-family: "Open Sans";
}

#text-image-banner-3 .text span {
    font-weight: bold;
    font-size: 22px;
}

#text-image-banner-3 .images img {
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 10px;
    padding-right: 10px;
}

#text-image-banner-3 .cinturini-grid-carousel .images img {
    max-width: 600px;
    width: 100%;
}


/*------------------------------------*\
    imageGrid
\*------------------------------------*/

#imageGrid .images {
    position: relative;
}

#imageGrid .image-grid-carousel {
    width: 100%;
}

#imageGrid .carousel-cell { 
    margin: 0; 
    width: 33.333%;
}

#imageGrid .images img {
    width: 100%;
    height: auto;
}

#imageGrid span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-shadow: 1px 1px 7px #222222;
    font-weight: 600;
    font-size: 34px;
    color: #fff;
    width: 100%;
    text-align: center;
}


/*--------------------------------------------------------*\
    sovraSlider
\*--------------------------------------------------------*/

.sovraSlider_section {
    padding-top: 55px;
    padding-bottom: 55px;
    background-color: #fff;
}

.sovraSlider_section .carousel-cell img {
    padding: 20px;
    width: 100%;
}

.sovraSlider_section #slider {
    margin-top: -35px;
}

.sovraSlider_section #slider:first-child {
    margin-top: 0;
}

.sovraSlider_section #slider .text > * {
    color: #222;
}

.sovraSlider_section #slider .text .innerTitle {
    color: #ba3131;
    text-shadow: none;
}

.sovraSlider_section #slider .text .innerTitle::after {
    display: none;
    padding-bottom: 20px;
}

.sovraSlider_section #slider .text {
    padding-left: 10px;
    padding-right: 10px;
}

.sovraSlider_section #slider .text .innerTitle {
    font-size: 40px;
    margin-bottom: 0;
}

.sovraSlider_section #slider .text .description {
    font-size: 21px;
}

.sovraSlider_section .icon {
    margin-right: 6px;
}

.sovraSlider_section .icon.icon-bed {
    margin-right: 10px;
}

.sovraSlider_section .icon.icon-search {
    margin-right: 0px;
}


/*--------------------------------------------------------*\
    slider
\*--------------------------------------------------------*/

#slider .content {
    margin: auto;
}

#slider .content > * {
    padding: 0;
}

#slider .carousel-cell {
    width: 100%;
}

#slider .text .innerTitle {
    color: #fff;
    font-family: "Centrale Sans";
    margin-bottom: 5px;
    text-shadow: 1px 1px 0px #292929;
    line-height: 40px;
    font-size: 35px;
    text-align: left;
}

#slider .text .title {
    font-size: 19px;
    text-align: justify;
    line-height: 30px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 25px;
    padding-bottom: 25px;
}

#slider.slider_1 .text .title {
    font-size: 17px;
    line-height: 26px;
    text-align: justify;
}

#slider .text > * {
    max-width: 500px;
    color: #fff;
    font-family: "Open Sans";
}

#slider .cornerButton {
    background-color: #ba3131;
}

#slider .cornerButton a {
    color: #fff;
}

#slider .cornerButton:hover,
#slider .cornerButton:hover a {
    color: #222;
}


/*--------------------------------------------------------*\
    opinions
\*--------------------------------------------------------*/

#opinions {
    padding-top: 90px;
    padding-bottom: 70px;
}

#opinions h2 {
    font-weight: bold;
    color: #FFA500;
}

#opinions .title i {
    color: #3B5998;
}

#opinions .subtitle {
    font-size: 18px;
}

#opinions .box {
    padding: 20px;
    background-color: #343a40;
    color: #fff;
    border-radius: 10px;
    margin: 0;
}

#opinions .box .title {
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 1px;
}

#opinions .box .subtitle {
    font-size: 16px;
    margin-bottom: 10px;
}

#opinions .box .description {
    font-size: 16px;
    font-style: italic;
    font-weight: 300;
}

#opinions .carousel-cell {
    width: 50%;
    padding: 25px;   
}

#opinions .rating {
    margin-top: 15px;
}

#opinions .rating .icon {
    color: red;
}


/*--------------------------------------------------------*\
    secureShopping
\*--------------------------------------------------------*/

#secureShopping {
    padding-top: 60px;
    padding-bottom: 60px;
}

#secureShopping .content {
    display: inline-block;
    text-align: left;
	margin: auto;
}

#secureShopping .title,
#secureShopping .subtitle {
    text-align: center;
    color: #222;
}

#secureShopping .subtitle {
    font-size: 19px;
}

#secureShopping ul {
    list-style: none;
    margin-top: 30px;
}

#secureShopping ul li {
    margin: 0;
    padding-bottom: 10px;
}

#secureShopping ul li img {
    width: 120px;
    height: 120px;
    padding: 0;
    margin-right: 15px;
    float: left;
}


/*--------------------------------------------------------*\
    order
\*--------------------------------------------------------*/

#order {
    background: #ba3131;
    background-position: center;
    margin-top: -5px;
}

#order > .container {
    padding: 50px 0 60px 0;
    text-align: center;
}

#order .container .center {
    max-width: 800px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

#order iframe {
    height: 600px;
    width: 100%;
    background: white;
    border: 3px dashed #3a926c;
    padding-top: 20px;
}


/*--------------------------------------------------------*\
    footer
\*--------------------------------------------------------*/

#footer {
    position: relative;
    color: white;
    font-size: 15px;
    text-align: center;
    width: 100%;
    padding-top: 35px;
    padding-bottom: 30px;
    background-color: #1a1a1a;
    margin-top: -5px;
}

#footer .footer-logo {
    margin-bottom: 30px;
}

#footer .footer-logo img {
    max-width: 200px;
}

#footer .description {
    font-weight: 300;
    letter-spacing: 1px;    
}

/*#footer a {
    display: block;
    margin-top: 2px;
    margin-bottom: 5px;
}*/

#footer a i {
    margin-right: 5px;
}

#footer a,
#footer a i {
    height: 18px;
    line-height: 18px;
    color: #fff;
}


/*--------------------------------------------------------*\
    facebook-box
\*--------------------------------------------------------*/

.facebook-box {
    margin: 30px auto;
    background: #fff;
    border: 1px solid;
    border-color: #e5e6e9 #dfe0e4 #d0d1d5;
    border-radius: 3px;
    box-shadow: 0px 0px 12px #a2a1a1e0;
    -webkit-box-shadow: 0px 0px 12px #a2a1a1e0;
    -moz-box-shadow: 0px 0px 12px #a2a1a1e0;
    -o-box-shadow: 0px 0px 12px #a2a1a1e0;
}

.facebook-box a {
    color: #3b5998;
    cursor: pointer;
    text-decoration: none;
}

.facebook-box hr {
    line-height: 1px;
    height: 1px;
    color: rgba(0, 0, 0, .1);
    background: rgba(0, 0, 0, .1);
    border: 0;
    margin: 10px 0 0 0;
}

.facebook-box .right-icon {
    float: right;
    display: inline;
    width: 24px;
    height: 24px;
    color: #d8d8d8;
    cursor: pointer;
}

.facebook-box .content {
    padding: 12px;
    font-family: "Open Sans";
}

.facebook-box .row.header {
    max-height: 60px;
    margin-bottom: 11px;
}

.facebook-box .header .avatar {
    float: left;
    width: 60px;
    height: 60px;
    margin-right: 8px;
}

.facebook-box .header .name {
    width: calc(100% - 60px - 8px);
}

.facebook-box .header .name h5 {
    margin-bottom: 0px;
    font-weight: 700;
    font-size: 14px;
}

.facebook-box .header .name span {
    color: #9197a3;
    font-size: 12px;
}

.facebook-box .footer {
    border-top: 1px solid #e1e2e3;
    margin: 0;
    padding: 9px 12px 7px 12px;
    font-size: 12px;
    background-color: #f6f7f8;
    border-radius: 0 0 3px 3px;
    color: #141823;
    overflow: hidden;
}

.facebook-box .footer .row {
    margin-top: 10px;
    margin-bottom: 2px;
    overflow: hidden;
}