html {
    margin: 0;
    padding: 0;
}

html,
body {
    margin: 0;
}

body {
    color: #333;
    font-family: Arial, Helvetica, sans-serif;
    margin: 0;
    background: #1c1c1c;
    font-size: 14px;
    line-height: 25px;
    font-weight: 300;
    min-width: 260px;
}

#body {
    background: #fff;
}

td,
th,
input,
textarea,
select,
a {
    font-size: 14px;
}

#page .logo-text {
    display: block;
}

.link4:hover {
    color: #ac193d;
}

.link4 {
    color: #cc6600;
}

fieldset {
    padding: 0;
    margin: 0;
    border: 0;
}

iframe {
    border: 1px solid #ccc;
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: 40px;
    color: #333333;
    border: 0;
    border-bottom: 1px solid #ccc;
}

img {
    max-width: 100%
}

legend small {
    font-size: 15px;
    color: #999999;
}

label,
input,
button,
select,
textarea {
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
}

input,
button,
select,
textarea {
    font-family: Arial, sans-serif;
}

label {
    margin-bottom: 5px;
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
    display: inline-block;
    padding: 4px 6px;
    font-size: 14px;
    line-height: 20px;
    color: #555555;
    vertical-align: middle;
    height: 34px
}

input,
textarea,
.uneditable-input {
    width: 280px;
    max-width: 100%
}

textarea {
    height: auto;
}

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
    background-color: #ffffff;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
    -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
    -o-transition: border linear 0.2s, box-shadow linear 0.2s;
    transition: border linear 0.2s, box-shadow linear 0.2s;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
    outline: 0;
    outline: thin dotted \9;
    /* IE6-9 */
}

input[type="radio"],
input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    *margin-top: 0;
    line-height: normal;
}

input[type="file"],
input[type="image"],
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
    width: auto;
}

select,
input[type="file"] {
    height: 30px;
    /* In IE7, the height of the select element cannot be changed by height, only font-size */

    *margin-top: 4px;
    /* For IE7, add top margin to align select with labels */

    line-height: 30px;
}

select {
    width: 280px;
    max-width: 100%;
    background-color: #ffffff;
    border: 1px solid #cccccc;
}

select[multiple],
select[size] {
    height: auto;
}

select:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

p {
    margin-top: 0;
    margin-bottom: 20px;
}

a,
a:visited,
a:focus {
    cursor: pointer;
    text-decoration: none;
    outline: none
}

a {
    color: #000;
    font-weight: normal;
}

p a:hover {
    text-decoration: none;
}

a img {
    border: none;
}

form {
    margin-bottom: 0;
}

li {
    list-style-type: none;
}

h2 {
    color: #b0b0b0;
    font-family: Open Sans;
    font-weight: bold;
    font-size: 23px;
    line-height: 25px;
    margin-bottom: 15px;
}

h1,
.h1 {
    font-size: 35px;
    line-height: 37px;
    margin-bottom: 30px;
    font-weight: bold;
    font-family: Open Sans;
}

.justify2 {
    margin-bottom: 94px;
}
.justify5{  margin-bottom: 75px}

.img-box-5 {
    display: block;
    float: none;
    margin: 0 auto 50px;
    width: 100%;
    padding: 0px;
    text-align: center;
}

.img-box-5 > li {
    display: inline-block;
    margin-right: 100px;
}

.img-box-5 > li a:hover {
    opacity: 0.7
}

.img-box-5 > li a {
    display: block;
    opacity: 1;
}

.justify3 {
    margin-bottom: 68px;
}
/*======================= TYPOGRAPHY =======================*/

.p0 {
    padding: 0 !important
}

.m0 {
    margin: 0 !important
}

.mt0 {
    margin-top: 0 !important
}
/***********************/

@font-face {
    font-family: 'FontAwesome';
    src: url('../fonts/fontawesome-webfont.eot');
    src: url('../fonts/fontawesome-webfont_1.eot#iefix&v=4.0.3') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff') format('woff'), url('../fonts/fontawesome-webfont.ttf') format('truetype'), url('../images/fontawesome-webfont.svg#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

.fleft {
    float: left;
}

.fright {
    float: right;
}

.tcenter {
    text-align: center !important;
}

.fancybox {
    text-decoration: none;
}

.fancybox:hover {
    text-decoration: underline;
}

.account-success #content p {
    margin-bottom: 5px;
}

.wrapper {
    width: 100%;
    overflow: hidden;
}

.extra-wrap {
    overflow: hidden;
}

.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

a#hidden {
    display: none;
    visibility: hidden
}
/*======================= BACK TO TOP =======================*/

#back-top {
    position: fixed;
    bottom: 30px;
    z-index: 9999;
    left: 50%;
    margin-left: 640px;
}

#back-top a:hover {
    color: #79ec3e;
}

#back-top span {
    width: 42px;
    height: 26px;
    display: block;
    margin-bottom: 7px;
    background: url(../images/up-arrow.png) no-repeat left 0;
}

#back-top a:hover span {
    background-position: left bottom;
}
/*======================= TOPROW =======================*/

header .toprow {
    width: 100%;
    background: url(../images/bg-header.png) repeat center top;
    margin-bottom: 20px;
    position: relative;
    z-index: 99;
}

.common-home header .toprow {
    background-image: url(../images/bg-header-home.png);
}

header .toprow-1 {
    z-index: 100;
    position: fixed;
    display: none;
    background-color: #1c1c1c;
    width: 100%;
    left: 0;
    top: 0;
}
/* header links */

header .links {
    display: block;
    font-size: 10px;
    line-height: 0;
    margin: 0 auto;
    padding-bottom: 5px;
    padding-top: 5px;
    text-align: center;
    width: 850px;
    padding-left: 0px;
}

header .links li a i {
    display: none;
}

header .links li:first-child {
    background: none;
    padding-left: 0;
}

header .links li {
    display: inline-block;
    list-style-type: none;
    text-align: center;
}

header .links a.active,
header .links a:hover {
    color: #888;
    text-decoration: none;
}

.social-links i {
    font-size: 15px;
    color: #fff;
}

.social-links2 i {
    font-size: 35px;
    color: #000;
}

header .links a {
    color: #fff;
    display: inline-block;
    font-size: 12px;
    line-height: 16px;
    vertical-align: top;
    padding: 7px 10px;
}

header .col-sm-12 {
    min-height: 0;
}

.toprow .links .login_h a {
    max-height: 25px;
    max-width: 104px;
    overflow: hidden;
    white-space: nowrap;
}

.social-links {
    position: absolute;
    right: 0;
    top: 13px;
}

.social-links > li {
    display: inline-block;
    margin-right: 14px;
}

.social-links a {
    display: block;
    opacity: 1;
}

header .links a:hover,
header .links a.active {
    background: #333;
    color: #fff;
}

.social-links a:hover {
    opacity: 0.75;
}
/*======================= CONTAINER =======================*/

#container {
    text-align: left;
}
/*======================= HEADER =======================*/

header {
    position: relative;
    margin-bottom: 45px;
}

.common-home header {
    margin-bottom: 0px;
}
/*======================= LOGO =======================*/

header #logo {
    text-align: center;
}

header #logoimg {
    text-align: center;
}

header #logoimg a {
    display: inline-block;
    margin: 120px 0 80px;
}

header #logo a {
    display: inline-block;
    padding: 32px 40px 27px 48px;
}

header #logo a:hover {
    color: #4e4e4e;
    border-color: #4e4e4e;
    text-decoration: none;
}

header #logo a span {
    font-size: 59px;
    font-weight: 300;
    letter-spacing: 0;
    margin-left: -2px;
}

.common-home header #logo {
    text-align: left;
}

.common-home header #logo a {
    display: block;
    margin: 0;
}

.common-home header #logo a:hover {
    color: #ededed;
    border-color: #ededed;
    text-decoration: none;
}

.common-home header .logo-text a:hover {
    text-decoration: none;
}

.logo-text {
    background: rgba(0, 0, 0, 0) url("../images/logo-arrow.png") no-repeat scroll center bottom;
    display: none;
    left: 50%;
    margin-left: -335px;
    margin-top: -185px;
    padding-bottom: 50px;
    position: absolute;
    top: 50%;
    z-index: 90;
}

.common-home header .logo-text a {
    color: #fff;
    display: block;
    font-family: "Open Sans", sans-serif;
    font-size: 45px;
    line-height: 56px;
    margin: 0 auto;
    text-align: center;
}

.common-home header .toprow {
    margin-bottom: 0;
}

.common-home header #logo a img {}

.common-home header #logo {
    display: inline-block;
    left: 50%;
    margin-left: -140px;
    margin-top: -350px;
    position: absolute;
    top: 50%;
    z-index: 2;
}

.common-home header #logoimg {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    display: inline-block;
}

.common-home header #logoimg a {
    display: inline-block;
    margin: 0;
    margin-top: -50%;
    margin-left: -100%;
}
/*======================= NAVIGATION =======================*/

#menu-gadget {
    display: none;
}
/*======================= NAME STYLE =======================*/

.name a {
    text-decoration: none;
    font-size: 14px;
    line-height: 19px;
    color: #000;
}

.name a:hover {
    text-decoration: underline;
}
/*======================= BOX CATEGORY =======================*/

.fa.fa-angle-up:before {
    content: "\f106" !important;
}

li.parent> i:hover {
    cursor: pointer
}

li.parent> i {
    float: right;
    font-size: 21px;
    position: absolute;
    right: 0;
    top: 4px;
}

.box.category li {
    position: relative
}

.box.category .box-content {
    padding-bottom: 20px;
}

.box-category > ul > li.active>a i,
.box-category > ul > li > a:hover i {
    color: #7e7e7e
}

.box-category > ul > li > a i {
    font-size: 21px;
    color: #040404
}

.box-category > ul > li > a {
    display: inline-block;
    font-weight: bold;
    color: #323232;
}

.box-category > ul > li.active>a,
.box-category > ul > li>a:hover {
    color: #040404
}

.box-category > ul > li:first-child {
    border: 0
}

.box-category > ul > li {
    position: relative;
    padding: 5px 0
}

.box-category > ul > li strong {
    display: none;
}

.box-category > ul > li.last {
    border: none;
}

.box-category > ul > li ul {
    display: none;
    margin: 10px 0 10px 25px;
}

.box-category > ul > li span.close:hover {
    cursor: pointer;
}

.box-category > ul > li li.parent> i {
    line-height: 20px;
    vertical-align: middle;
    ;
}

.box-category > ul > li ul > li.active > a,
.box-category > ul > li ul > li > a:hover {
    color: #040404;
}

.box-category > ul > li ul > li {
    padding: 3px 0;
}

.box-category > ul > li ul > li > a {
    text-decoration: none;
    display: inline-block;
    color: #323232;
}

.box-category > ul > li ul > li > a.active {
    color: #040404
}

.box-category > ul > li:first-child {
    border-top: 0
}

.act-cat {
    position: absolute;
    top: 9px;
    right: 6px;
}

.info-about2,
.info-about3,
.info-about4 {
    display: none;
}
/*======================= BOX ASIDE LIST =======================*/

aside .info li {
    position: relative;
    clear: both;
}

aside .info li a i,
.afine li a i,
.acount li a i,
.sitemap-info ul li a i,
.manufacturer-list ul li a i,
.content ul li a i {
    font-size: 13px;
    color: #040404;
    margin-right: 10px;
}

aside .info li a,
.afine li a,
.acount li a,
.sitemap-info ul li a,
.manufacturer-list ul li a,
.content ul li a {
    display: inline-block;
    font-size: 12px;
    line-height: 14px;
}

aside .info li,
.afine li,
.acount li,
.sitemap-info ul li,
.content ul li {
    padding: 4px 0;
}

aside .info li a + a i,
.afine li a + a i,
.acount li a + a i {
    display: none;
}

aside .info li a + a,
.afine li a + a,
.acount li a + a {
    padding-left: 0;
    background: none;
}

aside .info li a:hover,
.afine li a:hover,
.acount li a:hover,
.sitemap-info ul li a:hover,
.manufacturer-list ul li a:hover {
    color: #040404;
}
/*======================= BANNERS =======================*/

.bannerssimple {
    margin-bottom: 44px;
}

.banner>div {
    position: relative;
}

.banner.row {
    margin-left: -26px;
    margin-right: -26px;
    margin-top: 30px;
}

.banner .s-desc a:hover h1 {}

.banner .s-desc a:hover,
.banner .s-desc a:focus {
    color: #ac193d;
    text-decoration: none;
}
header .links .drop-menu a.active {
    color: #cc6600;
}
.banner>div {
    padding-left: 26px;
    padding-right: 26px;
    margin-bottom: 40px;
}

.banner .col-sm-4 >div {
    position: relative;
    margin-bottom: 405px;
}

.banner .col-sm-4.last-in-line {}

.arrow1 {
    margin-left: 5px;
    position: relative;
    top: 0;
    width: 7px;
}

.banner a {}

.banner.bannerssimple a {
    display: inline-block;
    position: relative;
    background: none;
    width: 100%;
    height: auto;
    z-index: 10;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.drop-menu {
    background: #333333 none repeat scroll 0 0;
    color: #fff;
    padding: 20px;
    position: absolute;
    text-align: left;
    top: 31px;
    width: 200px;
    display: none;
}

header .links li .drop-menu > li {
    float: none;
    padding-bottom: 5px;
    padding-top: 5px;
    text-align: left;
    width: 100%;
}

header .links .drop-menu a:hover {
    color: #cc6600;
}

.title-1 {
    margin-bottom: 30px;
    display: block;
}

.banner img {
    width: 100%;
    height: auto;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.banner .s-desc {
    color: #000;
    font-size: 14px;
    display: block;
    position: absolute;
    text-align: center;
    top: 60.3%;
    width: 100%;
}

.banner.bannerssimple .s-desc {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    color: #040404;
    font-size: 139px;
    line-height: 162px;
    font-weight: 100;
    padding-right: 6.3%;
    height: auto;
}

.banner .button.addToCart {
    margin-top: 61px;
}

.banner.bannerssimple img {
    opacity: 0.25;
    filter: alpha(opacity 25);
}

.banner.bannerssimple a:hover img {
    opacity: 1;
    filter: alpha(opacity 100);
}

.banner.bannerssimple a:hover .s-desc {
    color: #000;
}

.col-1,
.col-2,
.col-3 {
    float: left;
}

#page-3 .col-1 {
    margin-right: 30px;
    width: 330px;
}

.style1 {
    font-size: 11px;
    text-align: justify;
}

.banner .s-desc h1 {
    color: #000;
    display: inline-block;
    font-size: 35px;
    line-height: 40px;
    margin: 0;
    padding: 15px 12%;
    text-transform: uppercase;
    vertical-align: middle;
    font-family: Roboto;
    font-weight: 300;
}

.banner .s-desc .h1-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: #eaeaea;
    height: 110px;
    opacity: 0.75;
}

.banner .s-desc .h1-block {
    display: inline-block;
    height: 110px;
    line-height: 115px;
    margin: 0 0 50px;
    position: relative;
    z-index: 2;
}

.banner .s-desc span {
    color: #fff;
    display: block;
    font-size: 16px;
    font-weight: normal;
    line-height: 19px;
    margin: 0 0 70px;
    text-decoration: none;
    text-transform: uppercase;
    opacity: 0.8;
}

hr {
    background: rgba(0, 0, 0, 0) url("../images/arrow-page-block.png") no-repeat scroll center bottom;
    border: medium none;
    display: block;
    height: 12px;
    width: 290px;
}

.banner .s-desc p {
    margin-bottom: 0;
    text-align: left;
    margin-top: 20px;
}

.summer-courses {
    margin-top: 20px;
    overflow: hidden;
    margin-bottom: 40px;
}

.summer-courses .title-2 {
    font-family: Open Sans;
    font-size: 20px;
    font-weight: bold;
    margin-top: 20px;
    text-transform: uppercase;
    line-height: 23px;
    margin-bottom: 15px;
}

.summer-courses .justify1 {
    margin-bottom: 45px;
}

a:hover,
a:focus {
    color: #ac193d;
}

.header-modules.decktop-ver {
    display: block
}

.header-modules.mobile-ver {
    display: none
}

#header .mobile-toprow {
    display: none
}

#header .toprow {
    display: block
}

.title-2 {
    color: #7f7f7f;
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: -1px;
    line-height: 1.2307em;
    margin-left: 1px;
    margin-top: -3px;
    padding-bottom: 10px;
    text-transform: uppercase;
}

.extra-wrap1 {
    display: block;
    overflow: hidden;
}

.pad-top1 {
    padding-top: 11px;
}

#page-3 .col-2 {
    width: 325px;
}

.border2-pad1 {
    margin: 27px 26px 0 0;
}

.border2 {
    background: rgba(0, 0, 0, 0) url("../images/border1.gif") repeat-x scroll 0 0;
    height: 1px;
}

.overview-box1 h1 {
    margin-bottom: 0;
}

.overview-box1 h2 {
    margin-top: 10px;
}

.summer-courses1 h2 {
    margin-top: 10px
}

.summer-courses h1.title-2 {
    font-size: 35px;
    line-height: 37px;
    margin-bottom: 30px;
    font-weight: bold;
    font-family: Open Sans;
    margin-top: 0px;
    margin-left: 15px;
}

.img-indent {
    float: left;
    margin: 0 20px 0 0;
}

.about-fidi {
    margin-top: 30px;
    overflow: hidden;
    margin-bottom: 20px;
}

.interior h1 {
    margin-bottom: 0px;
}

.social-links2 > li {
    margin-right: 15px;
    display: inline-block;
}

.social-links2 {
    padding: 0;
}

.social-links2 a {
    display: block;
    opacity: 1;
}

.social-links2 a:hover {
    opacity: 0.75;
}

.overview-box {
    overflow: hidden;
    margin-top: 20px;
}

.overview-box .social-links2 {
    display: block;
    margin: 30px auto 0;
    text-align: center;
}
/*======================= BUTTON =======================*/

a.button.details {
    margin-left: 10px;
}

a.button,
a.button-prod {
    background: #393939 none repeat scroll 0 0;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    text-decoration: none;
    border-top: 4px solid #000;
}

a.button span,
a.button-prod span {
    color: #fff;
    display: inline-block;
    padding: 15px 25px 15px;
    white-space: nowrap;
    font-size: 14px;
    line-height: 16px;
    text-transform: uppercase;
    font-weight: normal;
}

.buttons__cart-button {
    display: inline-block;
}

.cart-button .cart a.button,
a.button-prod {
    min-width: 158px;
}

.cart-button .cart a.button span,
a.button-prod span {
    padding-left: 6px;
    padding-right: 6px;
}

a.button:hover,
a.button-prod:hover {
    background: #cc6600 none repeat scroll 0 0;
    border-top: 4px solid #ac5600;
}

a.button:hover span,
a.button-prod span {
    color: #fff;
}

a.button-i {
    display: inline-block;
    padding: 5px;
}

a.button-i i {
    font-size: 26px;
    color: #040404
}

a.button-i i:hover {
    color: #7E7E7E
}

.buttons {
    overflow: hidden;
}

.checkout-content .buttons {
    overflow: hidden;
}

.checkout-cart .cart-bottom {
    margin-top: -1px;
}

.buttons .left {
    float: left;
    text-align: left;
}

.buttons .right .mt {
    margin-top: 10px;
}

.buttons .right a.button {
    margin-top: 10px;
}

.buttons .right {
    float: right;
    text-align: right;
}

.buttons .center {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.cart-button .cart {
    float: left;
}

.related .cart-button .cart {
    float: none;
    vertical-align: top;
    margin-right: 0;
}

.product_button.cart-button .cart,
.product-grid .cart,
.product-grid .wishlist,
.product-grid .compare,
.product-list .cart,
.product-list .wishlist,
.product-list .compare,
.extra-button .wishlist,
.extra-button .compare,
.product-info .cart-top-padd,
.preview .cart,
.preview .wishlist,
.preview .compare {
    display: inline-block;
    margin-bottom: 15px;
    float: left;
}

.related .cart,
.related .wishlist,
.related .compare {
    display: inline-block;
    margin-bottom: 10px;
}

.button-return-right-i:hover,
.button-return-right:hover {
    color: #040404;
    cursor: pointer;
}

.button-return-right {
    border: 0;
    background: none;
    font-weight: bold;
    color: #757475;
    padding: 0;
    line-height: 32px;
    min-height: 32px;
    display: inline-block;
}

a {
    outline: none;
}

a:hover i.fa.fa-trash-o-o {
    color: #777;
}

a i.fa.fa-trash-o-o {
    color: #1c1c1c;
}

i.fa.fa-trash-o-o {
    font-size: 26px;
}
/*======================= PAGINATIONS =======================*/

.pagination .links {
    float: left;
    margin-right: 10px;
}

.pagination .links a {
    display: inline-block;
    padding: 5px 11px;
    text-decoration: none;
    color: #fff;
    background: #1c1c1c;
}

.pagination .links a:hover {
    background: #444;
}

.pagination .links b:hover {
    cursor: default
}

.pagination .links b {
    color: #fff;
    background: #444;
    display: inline-block;
    padding: 5px 11px;
    font-weight: normal;
    text-decoration: none;
    vertical-align: top;
}

.pagination .results {
    float: left;
    margin: 5px 0;
}
/*======================= IMAGES PRODUCT =======================*/

.image2 {
    position: relative;
}

.image img,
.image2 img,
.image3 img {
    vertical-align: top;
}

.product-grid .image,
.box-product .image2 {
    text-align: center;
}

.title-2 {
    margin-bottom: 10px;
}
/*======================= FOOTER =======================*/

footer {
    margin-top: 30px;
    padding-top: 20px;
    clear: both;
    overflow: hidden;
}

.footer-text {
    margin-bottom: 20px;
}

.copyright {
    background: #eeeeee none repeat scroll 0 0;
    color: #393939;
    font-family: Roboto;
    font-size: 13px;
    padding: 20px;
    text-align: center;
}

.copyright a .custom-color {
    color: #cc6600;
}

.copyright a {
    color: #393939;
    padding-left: 25px;
}

.copyright > p {
    margin-bottom: 0px;
}

.common-home footer {
    margin-top: 0;
}

span.toggle {
    display: none;
}
/*======================= COPYRIGHT =======================*/

#copyright br {
    display: none;
}

#copyright a {
    font-size: 10px;
    color: #777;
    text-decoration: none;
}

#copyright a:hover {
    color: #fff;
}

#copyright {
    margin-top: 51px;
    margin-bottom: 78px;
    color: #777;
    font-weight: normal;
    font-size: 10px;
    line-height: 12px;
}

.jcarousel-skin-tango-2 .jcarousel-container-horizontal {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    margin: 0 auto 0 0;
    min-height: 610px;
    padding: 0;
    width: 100%;
    margin-top: 70px;
}

.pad-top1 .style4,
.pad-top1 .style5 {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: -10px;
    display: block;
    font-weight: bold;
}

.jcarousel-skin-tango-2 .jcarousel-clip-horizontal {
    height: 610px;
    width: 100%;
}

.jcarousel-skin-tango-2 .jcarousel-item {
    height: 610px;
    position: relative;
    width: 206px;
}

.jcarousel-skin-tango-2 .jcarousel-item-horizontal {
    margin-left: 0;
    margin-right: 30px;
}

.img-bottom1 h1 {
    margin-bottom: 0px;
}

.link-florence {
    float: left;
    width: 380px;
}

.button-top {
    margin-top: 17px;
}

.link2 {
    background: rgba(0, 0, 0, 0) url("../images/link2-bg.gif") no-repeat scroll 0 7px;
    color: #cc6600;
    display: inline-block;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.2307em;
    padding-left: 9px;
    text-decoration: none;
    text-transform: uppercase;
}

.link2-top2 {
    margin-bottom: 2px;
    margin-top: 16px;
}

.link2:hover {
    color: #000;
}

.margin-bottom {
    display: inline-block;
    margin-bottom: 25px;
}

.jcarousel-skin-tango-2 .jcarousel-prev-horizontal {
    background: rgba(0, 0, 0, 0) url("../images/button-prev.gif") no-repeat scroll 0 0;
    cursor: pointer;
    height: 32px;
    position: absolute;
    right: 31px;
    top: -49px;
    width: 30px;
    z-index: 2;
}

.jcarousel-skin-tango-2 .jcarousel-next-horizontal {
    background: rgba(0, 0, 0, 0) url("../images/button-next.gif") no-repeat scroll 0 0;
    cursor: pointer;
    height: 32px;
    position: absolute;
    right: 0;
    top: -49px;
    width: 30px;
    z-index: 2;
}

.jcarousel-skin-tango-2 .jcarousel-prev-horizontal:hover {
    background: rgba(0, 0, 0, 0) url("../images/button-prev.gif") no-repeat scroll 0 -44px;
}

.jcarousel-skin-tango-2 .jcarousel-next-horizontal:hover {
    background: rgba(0, 0, 0, 0) url("../images/button-next.gif") no-repeat scroll 0 -44px;
}
/*======================= FOOTER =======================*/
/* bootstrap reset */

.table-bordered {
    border-radius: 0
}

.table thead td {
    text-transform: uppercase;
    font-weight: bold;
    color: #000 !important;
    font-family: Arial;
    font-size: 13px;
    background-color: #f2f2f2;
}

.table th,
.table td {
    padding: 20px;
    border-color: #ccc;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.block-compare .table th,
.block-compare .table td {
    padding: 7px
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
    font-size: 13px;
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
    border-radius: 0;
    box-shadow: none
}

.table-bordered thead:first-child tr:first-child > th:last-child,
.table-bordered tbody:first-child tr:first-child > td:last-child,
.table-bordered tbody:first-child tr:first-child > th:last-child {
    border-radius: 0
}

.table-bordered thead:first-child tr:first-child > th:first-child,
.table-bordered tbody:first-child tr:first-child > td:first-child,
.table-bordered tbody:first-child tr:first-child > th:first-child {
    border-radius: 0;
}

.table-bordered thead:last-child tr:last-child > th:first-child,
.table-bordered tbody:last-child tr:last-child > td:first-child,
.table-bordered tbody:last-child tr:last-child > th:first-child,
.table-bordered tfoot:last-child tr:last-child > td:first-child,
.table-bordered tfoot:last-child tr:last-child > th:first-child {
    border-radius: 0
}

.table-bordered {
    border-color: #ccc
}

label,
input,
button,
select,
textarea {
    font-size: 12px;
    color: #000;
}

label {
    font-weight: bold;
}

textarea {
    resize: none
}

label {
    cursor: default
}

.close:hover,
.close:focus {
    opacity: 1
}

/* COOKIE POLICY */
.cookie_popup { float:left; position:fixed; left:0px; bottom:0px; background-color: rgba(0,0,0,0.8); width:100%; height:auto; padding:20px 20px; z-index: 300; }
.cookie_popup .center_container { width: 90%; margin: 0px auto; }
.cookie_popup .align { display: flex; align-items: center; justify-content: center; flex-direction: column; }
.cookie_popup .testo { flex: 1; text-align: center; }
.cookie_popup p { float:left; width:100%; font-family: 'Open Sans', sans-serif; font-weight:300; font-size:14px; line-height:20px; color:#FFF; margin: 0px; }
.cookie_popup p a { text-decoration:underline; font-size:14px; line-height:22px; font-family: 'Open Sans', sans-serif; font-weight:500; color:#FFF; }
.cookie_popup p.link { flex: 1; margin-bottom: 0px; margin-top: 15px; text-align: center; }
.cookie_popup p.link a { float: none; display: inline-block; font-family: 'Open Sans', sans-serif; font-weight:700; text-decoration: none; background-color: #A22639; color: #FFF; height: 36px; line-height: 36px; padding: 0px 15px; font-size: 14px; border-radius: 5px;
box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.9); -moz-box-shadow:0px 0px 6px rgba(0, 0, 0, 0.9); -webkit-box-shadow:0px 0px 6px rgba(0, 0, 0, 0.9); }
/* FINE COOKIE POLICY */
