| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466 |
- .slider-area {
- color: #fff;
- position: relative;
- text-align: center;
- }
- .slider-content {
- padding: 180px 60px;
- }
- .nivo-caption::after {
- background: #444 none repeat scroll 0 0;
- content: "";
- height: 100%;
- left: 0;
- opacity: 0;
- position: absolute;
- top: 0;
- width: 100%;
- z-index: -1;
- }
- .layer-1-2 {
- margin: 20px 0;
- }
- .layer-1-1 h2 {
- color: #fff;
- font-size: 32px;
- font-weight: 700;
- }
- .layer-1-2 h1 {
- color: #fff;
- font-size: 50px;
- font-weight: 700;
- line-height: 60px;
- }
- .layer-1-3 {
- margin: 50px 0 0;
- }
- .layer-1-3 a.ready-btn {
- border: 1px solid #fff;
- border-radius: 30px;
- color: #fff;
- border: 1px solid #0c7c1b !important;
- background: #0c7c1b;
- cursor: pointer;
- display: inline-block;
- font-size: 27px;
- font-weight: 600;
- padding: 10px 20px;
- text-align: center;
- text-transform: uppercase;
- transition: all 0.4s ease 0s;
- z-index: 222;
- }
- .layer-1-3 a.ready-btn:hover {
- background: transparent !important;
- border: 1px solid #fff !important;
- }
- .layer-1-3 a.ready-btn2 {
- border: 1px solid #fff;
- border-radius: 30px;
- color: #fff;
- border: 1px solid #f48266 !important;
- background: #f48266;
- cursor: pointer;
- display: inline-block;
- font-size: 27px;
- font-weight: 600;
- margin-top: 30px;
- padding: 10px 20px;
- text-align: center;
- text-transform: uppercase;
- transition: all 0.4s ease 0s;
- z-index: 222;
- }
- .layer-1-3 a.ready-btn2:hover {
- background: transparent !important;
- border: 1px solid #fff !important;
- }
- .layer-1-3 a.ready-btn3 {
- border: 1px solid #fff;
- border-radius: 30px;
- color: #fff;
- border: 1px solid #8ebe20 !important;
- background: #8ebe20;
- cursor: pointer;
- display: inline-block;
- font-size: 27px;
- font-weight: 600;
- margin-top: 30px;
- padding: 10px 20px;
- text-align: center;
- text-transform: uppercase;
- transition: all 0.4s ease 0s;
- z-index: 222;
- }
- .layer-1-3 a.ready-btn3:hover {
- background: transparent !important;
- border: 1px solid #fff !important;
- }
- .layer-1-3 a.ready-btn4 {
- border: 1px solid #fff;
- border-radius: 30px;
- color: #fff;
- border: 1px solid #069ba2 !important;
- background: #069ba2;
- cursor: pointer;
- display: inline-block;
- font-size: 27px;
- font-weight: 600;
- margin-top: 30px;
- padding: 10px 20px;
- text-align: center;
- text-transform: uppercase;
- transition: all 0.4s ease 0s;
- z-index: 222;
- }
- .layer-1-3 a.ready-btn4:hover {
- background: transparent !important;
- border: 1px solid #fff !important;
- }
- .ready-btn.right-btn {
- position: absolute;
- bottom: 50px;
- background: #2CB978;
- border: 1px solid #2CB978 !important;
- }
- .ready-btn.right-btn:hover {
- background: transparent !important;
- border: 1px solid #fff !important;
- }
- .nivo-controlNav {
- bottom: 0;
- left: 0;
- position: absolute;
- right: 0;
- z-index: 8;
- }
- .nivo-directionNav {
- display: block;
- }
- .nivo-controlNav a {
- background: transparent none repeat scroll 0 0;
- border: 2px solid #fff;
- box-shadow: none;
- display: inline-block;
- font-size: 0;
- height: 2px;
- margin: 5px 3px;
- opacity: 1;
- text-align: center;
- text-indent: inherit;
- vertical-align: top;
- width: 20px;
- }
- .nivo-controlNav a:hover,
- .nivo-controlNav a.active {
- background: #fff none repeat scroll 0 0;
- border-color: #2CB978;
- -moz-transform: rotate(180deg);
- -webkit-transform: rotate(180deg);
- -o-transform: rotate(180deg);
- -ms-transform: rotate(180deg);
- }
- /* Normal desktop :992px. */
- @media (min-width: 1400px) and (max-width:1920px) {
- .slider-content {
- padding: 340px 0;
- }
- }
- /* Normal desktop :992px. */
- @media (min-width: 992px) and (max-width: 1169px) {
- .slider-content {
- padding: 144px 0;
- }
- }
- /* Tablet desktop :768px. */
- @media (min-width: 768px) and (max-width: 991px) {
- .slider-content {
- padding: 93px 0;
- }
- .layer-1-2 h1 {
- font-size: 22px;
- line-height: 24px;
- }
- .layer-1-3 a.ready-btn {
- font-size: 14px;
- margin-top: 20px;
- padding: 10px 20px;
- }
- }
- @media (max-width: 767px) {
- .nivo-directionNav {
- display: none;
- }
- .slider-content {
- padding: 46px 0px;
- }
- .layer-1-2 {
- margin: 10px 0;
- }
- .layer-1-1 h2 {
- font-size: 14px;
- line-height: 16px;
- }
- .layer-1-2 h1 {
- font-size: 14px;
- line-height: 16px;
- }
- .layer-1-3 a.ready-btn {
- font-size: 12px;
- margin-top: 10px;
- padding: 8px 10px;
- }
- .layer-1-3 {
- margin: 10px 0 0;
- }
- .nivo-controlNav {
- bottom: -8px;
- }
- }
- @media only screen and (min-width: 480px) and (max-width: 767px) {
- .slider-content {
- padding: 70px 0px;
- }
- .layer-1-1 h2,
- .layer-1-2 h1 {
- font-size: 24px;
- line-height: 30px;
- }
- }
- /* -------------------------------------
- preview-1
- ---------------------------------------- */
- .preview-1 .nivoSlider {
- position: relative;
- background: url(../lib/nivo-slider/img/loading.gif) no-repeat 50% 50%;
- }
- .preview-1 .nivoSlider img {
- position: absolute;
- top: 0px;
- left: 0px;
- display: none;
- }
- .preview-1 .nivoSlider a {
- border: 0;
- display: block;
- }
- .preview-1 .nivo-controlNav {
- text-align: center;
- padding: 20px 0;
- }
- .preview-1 .nivo-controlNav a {
- display: inline-block;
- width: 22px;
- height: 22px;
- background: url(../lib/nivo-slider/img/bullets.png) no-repeat;
- text-indent: -9999px;
- border: 0;
- margin: 0 2px;
- }
- .preview-1 .nivo-controlNav a.active {
- background-position: 0 -22px;
- }
- .preview-1 .nivo-directionNav a {
- display: block;
- width: 30px;
- height: 30px;
- background: url(../lib/nivo-slider/img/arrows.png) no-repeat;
- text-indent: -9999px;
- border: 0;
- opacity: 0;
- -webkit-transition: all 200ms ease-in-out;
- -moz-transition: all 200ms ease-in-out;
- -o-transition: all 200ms ease-in-out;
- transition: all 200ms ease-in-out;
- }
- .preview-1:hover .nivo-directionNav a {
- opacity: 1;
- }
- .nivo-prevNav {
- left: 15px;
- }
- .nivo-nextNav {
- right: 15px;
- }
- .preview-1 a.nivo-nextNav {
- background-position: -30px 0;
- }
- .preview-1 .nivo-caption {
- font-family: Helvetica, Arial, sans-serif;
- }
- .preview-1 .nivo-caption a {
- color: #fff;
- border-bottom: 1px dotted #fff;
- }
- .preview-1 .nivo-caption a:hover {
- color: #fff;
- }
- .preview-1 .nivo-controlNav.nivo-thumbs-enabled {
- width: 100%;
- }
- .preview-1 .nivo-controlNav.nivo-thumbs-enabled a {
- width: auto;
- height: auto;
- background: none;
- margin-bottom: 5px;
- }
- .preview-1 .nivo-controlNav.nivo-thumbs-enabled img {
- display: block;
- width: 120px;
- height: auto;
- }
- .preview-1 .nivo-controlNav {
- position: relative;
- z-index: 99999;
- bottom: 68px;
- }
- .preview-1 .nivo-controlNav a {
- border: 5px solid #fff;
- display: inline-block;
- height: 18px;
- margin: 0 5px;
- text-indent: -9999px;
- width: 18px;
- line-height: 8px;
- background: #3c3c3c;
- cursor: pointer;
- position: relative;
- z-index: 9;
- border-radius: 100%;
- opacity: 0;
- z-index: -999;
- }
- .preview-1:hover .nivo-controlNav a {
- opacity: 1;
- z-index: 999999;
- }
- .preview-1 .nivo-controlNav a:hover,
- .preview-1 .nivo-controlNav a.active {
- background: #000;
- cursor: pointer;
- }
- /* -------------------------------------
- preview-2
- ---------------------------------------- */
- .preview-2 .nivoSlider:hover .nivo-directionNav a.nivo-prevNav {
- left: 50px;
- }
- .preview-2 .nivoSlider:hover .nivo-directionNav a.nivo-nextNav {
- right: 50px;
- }
- .preview-2 .nivoSlider .nivo-directionNav a.nivo-prevNav {
- font-size: 0;
- }
- .preview-2 .nivoSlider .nivo-directionNav a.nivo-nextNav {
- font-size: 0;
- }
- .preview-2 .nivo-directionNav a.nivo-prevNav::before {
- background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
- color: #ffffff;
- content: "";
- cursor: pointer;
- font: 300 50px/50px FontAwesome;
- position: absolute;
- text-align: center;
- top: 50%;
- transition: all 8s ease-in 0s;
- z-index: 9;
- font-weight: 100;
- left: 0px;
- width: 50px;
- border: 1px solid #fff;
- border-radius: 50%;
- font-size: 30px;
- }
- .preview-2 .nivo-directionNav a.nivo-nextNav:hover:before,
- .preview-2 .nivo-directionNav a.nivo-prevNav:hover:before {
- border-color: #2CB978;
- color: #fff;
- background: #2CB978;
- }
- .preview-2 .nivo-directionNav a.nivo-nextNav::before {
- background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
- border: 1px solid #fff;
- border-radius: 50%;
- color: #ffffff;
- content: "";
- cursor: pointer;
- font: 100 30px/50px FontAwesome;
- height: 50px;
- position: absolute;
- right: 0px;
- text-align: center;
- top: 50%;
- transition: all 300ms ease-in 0s;
- width: 50px;
- z-index: 9;
- font-size: 30px;
- }
- .niceties.preview-2 {
- position: relative;
- height: 100%;
- }
|