|
@@ -112,62 +112,7 @@ right: 20px;
|
|
|
|
|
|
|
|
/******************RESPONSIVE MENU******************/
|
|
/******************RESPONSIVE MENU******************/
|
|
|
|
|
|
|
|
-@media (max-width: 1100px){
|
|
|
|
|
- #navbar { letter-spacing: 0px!important; }
|
|
|
|
|
- #navlist li { width: auto !important;}
|
|
|
|
|
-
|
|
|
|
|
-}
|
|
|
|
|
-@media (min-width: 791px){
|
|
|
|
|
- #navbar #responsive{ display: none; }
|
|
|
|
|
-}
|
|
|
|
|
-@media (max-width:790px){
|
|
|
|
|
- #navbar #navlist{ display:none; }
|
|
|
|
|
|
|
|
|
|
- #footer-outer
|
|
|
|
|
-{
|
|
|
|
|
- background-color: #475A68;
|
|
|
|
|
- font-family: 'Open Sans';
|
|
|
|
|
- font-size: 26px;
|
|
|
|
|
- color: #BCC9CC;
|
|
|
|
|
- width: 100%;
|
|
|
|
|
- height: 300px!important;
|
|
|
|
|
-
|
|
|
|
|
-
|
|
|
|
|
-}
|
|
|
|
|
- #navbar{
|
|
|
|
|
- display: table;
|
|
|
|
|
- width: 70% !important;
|
|
|
|
|
- margin: 0px auto !important;
|
|
|
|
|
- padding-bottom: 10px;
|
|
|
|
|
- font-family: 'Champagne and Limousine'!important;
|
|
|
|
|
- font-size: 120%!important;
|
|
|
|
|
- color: #485260!important;
|
|
|
|
|
- letter-spacing: 5px!important;
|
|
|
|
|
- }
|
|
|
|
|
- #responsive img{
|
|
|
|
|
- width: 55px;
|
|
|
|
|
- height: auto;
|
|
|
|
|
- }
|
|
|
|
|
- #responsive
|
|
|
|
|
- {
|
|
|
|
|
- text-transform: uppercase;
|
|
|
|
|
- text-align:center;
|
|
|
|
|
- width: 70%;
|
|
|
|
|
- padding-bottom: 30px;
|
|
|
|
|
- display: table-row;
|
|
|
|
|
- }
|
|
|
|
|
-
|
|
|
|
|
- #responsive li
|
|
|
|
|
- {
|
|
|
|
|
- vertical-align: middle;
|
|
|
|
|
- display: table-cell;
|
|
|
|
|
- text-align: center;
|
|
|
|
|
- width: 0%;
|
|
|
|
|
- }
|
|
|
|
|
- #top_wrapper{
|
|
|
|
|
- height: 70px!important;
|
|
|
|
|
- }
|
|
|
|
|
-}
|
|
|
|
|
|
|
|
|
|
/*************NAVBAR************/
|
|
/*************NAVBAR************/
|
|
|
#top_wrapper
|
|
#top_wrapper
|
|
@@ -391,6 +336,7 @@ width: 60%;
|
|
|
margin: 0 auto;
|
|
margin: 0 auto;
|
|
|
|
|
|
|
|
}
|
|
}
|
|
|
|
|
+.clear{ clear:both;}
|
|
|
div.img {
|
|
div.img {
|
|
|
margin: 15px;
|
|
margin: 15px;
|
|
|
padding: 15px;
|
|
padding: 15px;
|
|
@@ -414,7 +360,74 @@ div.desc {
|
|
|
margin: 5px;
|
|
margin: 5px;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
+@media screen and (max-width: 1855px){
|
|
|
|
|
+ #gallery{ width: 70%; }
|
|
|
|
|
+}
|
|
|
|
|
+@media screen and (max-width: 1867px){
|
|
|
|
|
+ #gallery{ width: 80%; }
|
|
|
|
|
+}
|
|
|
|
|
+@media screen and (max-width: 1441px){
|
|
|
|
|
+ #gallery{ width: 90%; }
|
|
|
|
|
+}
|
|
|
|
|
+@media (max-width: 1100px){
|
|
|
|
|
+ #navbar { letter-spacing: 0px!important; }
|
|
|
|
|
+ #navlist li { width: auto !important;}
|
|
|
|
|
+
|
|
|
|
|
+}
|
|
|
|
|
+@media (min-width: 791px){
|
|
|
|
|
+ #navbar #responsive{ display: none; }
|
|
|
|
|
+}
|
|
|
|
|
+@media (max-width:790px){
|
|
|
|
|
+ #navbar #navlist{ display:none; }
|
|
|
|
|
+
|
|
|
|
|
+#footer-outer
|
|
|
|
|
+{
|
|
|
|
|
+ background-color: #475A68;
|
|
|
|
|
+ font-family: 'Open Sans';
|
|
|
|
|
+ font-size: 26px;
|
|
|
|
|
+ color: #BCC9CC;
|
|
|
|
|
+ width: 100%;
|
|
|
|
|
+ height: 300px!important;
|
|
|
|
|
+
|
|
|
|
|
+
|
|
|
|
|
+}
|
|
|
|
|
+ #navbar{
|
|
|
|
|
+ display: table;
|
|
|
|
|
+ width: 70% !important;
|
|
|
|
|
+ margin: 0px auto !important;
|
|
|
|
|
+ padding-bottom: 10px;
|
|
|
|
|
+ font-family: 'Champagne and Limousine'!important;
|
|
|
|
|
+ font-size: 120%!important;
|
|
|
|
|
+ color: #485260!important;
|
|
|
|
|
+ letter-spacing: 5px!important;
|
|
|
|
|
+ }
|
|
|
|
|
+ #responsive img{
|
|
|
|
|
+ width: 55px;
|
|
|
|
|
+ height: auto;
|
|
|
|
|
+ }
|
|
|
|
|
+ #responsive
|
|
|
|
|
+ {
|
|
|
|
|
+ text-transform: uppercase;
|
|
|
|
|
+ text-align:center;
|
|
|
|
|
+ width: 70%;
|
|
|
|
|
+ padding-bottom: 30px;
|
|
|
|
|
+ display: table-row;
|
|
|
|
|
+ }
|
|
|
|
|
|
|
|
|
|
+ #responsive li
|
|
|
|
|
+ {
|
|
|
|
|
+ vertical-align: middle;
|
|
|
|
|
+ display: table-cell;
|
|
|
|
|
+ text-align: center;
|
|
|
|
|
+ width: 0%;
|
|
|
|
|
+ }
|
|
|
|
|
+ #top_wrapper{
|
|
|
|
|
+ height: 70px!important;
|
|
|
|
|
+ }
|
|
|
|
|
+}
|
|
|
|
|
+@media screen and (max-width:820px){
|
|
|
|
|
+ div.img {float:none;margin:0;padding:0;width:100%;}
|
|
|
|
|
+}
|
|
|
@media screen and (max-width:490px){
|
|
@media screen and (max-width:490px){
|
|
|
#gallery {width:100%;}
|
|
#gallery {width:100%;}
|
|
|
div.img {float:none;margin:0;padding:0;width:100%;}
|
|
div.img {float:none;margin:0;padding:0;width:100%;}
|