|
@@ -476,6 +476,7 @@ width: 100%;
|
|
|
cursor: pointer;
|
|
|
}
|
|
|
|
|
|
+
|
|
|
|
|
|
/* .IN-5c1caa55-0e85-4bb1-925b-96b537f99da5-1G9ISYhSF8XoOmdcl0yKDu,
|
|
|
.IN-5c1caa55-0e85-4bb1-925b-96b537f99da5-1G9ISYhSF8XoOmdcl0yKDu.IN-5c1caa55-0e85-4bb1-925b-96b537f99da5-3uCBSbQNVNf2QjqHe1rfb6 {
|
|
@@ -692,7 +693,7 @@ border: 1px solid #BDA380 !important;
|
|
|
margin-top: 0px !important;
|
|
|
background-color: #926f3f2e !important;
|
|
|
height: 70px !important;
|
|
|
- display: none;
|
|
|
+ display: block;
|
|
|
}
|
|
|
.pagesHeader-w .navbar{
|
|
|
height: 70px !important;
|
|
@@ -894,14 +895,25 @@ height: 7px !important;
|
|
|
.container{max-width: 1272px !important;}
|
|
|
.dateW{
|
|
|
font-size: 13px !important;
|
|
|
- }
|
|
|
+ }
|
|
|
+
|
|
|
+ .homeActive {
|
|
|
+ background-color: #a2835d !important;
|
|
|
+ color: #fff !important;
|
|
|
+ }
|
|
|
+
|
|
|
}
|
|
|
/* ------pink-----*/
|
|
|
@media screen and (min-width: 992px) and (max-width: 1200px) {
|
|
|
body{border-top: 1px solid pink;}
|
|
|
.carousel-caption h4, .paragraphTemplate-w {
|
|
|
width: 60% !important;
|
|
|
- }
|
|
|
+ }
|
|
|
+
|
|
|
+ .homeActive {
|
|
|
+ background-color: #a2835d !important;
|
|
|
+ color: #fff !important;
|
|
|
+ }
|
|
|
|
|
|
}
|
|
|
/* ------yellow-----*/
|
|
@@ -959,7 +971,14 @@ height: 7px !important;
|
|
|
width: 100% !important;
|
|
|
text-align: right !important;
|
|
|
height: 47px;
|
|
|
- }
|
|
|
+ }
|
|
|
+
|
|
|
+ .homeActive {
|
|
|
+ background-color: #a2835d !important;
|
|
|
+ color: #fff !important;
|
|
|
+ }
|
|
|
+
|
|
|
+
|
|
|
}
|
|
|
/* ------red-----*/
|
|
|
@media screen and (max-width: 767px) {
|