/* Table of contents * v 1.1 -- June 23 2016 * =================================================== * - Basic styles * - Typography * - Layouts * - Headers * - Navigations * - Header skins * - Footer * - Page Titles * - Breadcrumbs * - Bottons * - Social icons * - Shop * - Iconbox * - Side Navigation * - Accordions * - Toggles * - Tabs * - Numbers * - Callouts * - Testimonials * - Alerts * - Modals * - List icons * - Progress bars * - People * - Tables * - Grid items (journal) * - Portfolio Grid * - Partners * - Images * - hovers * - Videos * - list styles * - paginations * - Form elements * - extend bg * - Timelines * - News * - events * - sections * - Courses * - revolution sliders * - General css */ /* Colors */ /*skin colors*/ /* texts */ /* borders */ /* side navigations */ /* size*/ /* Base * =================================================== * - Header variations */ .page-contents *:last-child, #footer *:last-child { margin-bottom: 0 !important; } /* .page-contents *:first-child:not([class*='pull-up-']){ margin-top:0 !important; }*/ img { max-width: 100%; } button, button:active, button:focus, button:hover, .btn, .btn:active, .btn:focus, .btn:hover { outline: none !important; } /* ++ Width & Heights ======================================================= */ .hvh-30 { height: 30vh !important; } .hvh-40 { height: 40vh !important; } .hvh-50 { height: 50vh !important; } .hvh-60 { height: 60vh !important; } .hvh-70 { height: 70vh !important; } .hvh-80 { height: 80vh !important; } .hvh-85 { height: 85vh !important; } .hvh-90 { height: 90vh !important; } .hvh-95 { height: 95vh !important; } .hvh-100 { height: 100vh !important; } .full-screen { height: 100vh !important; } .h-50 { height: 50px !important; } .h-75 { height: 75px !important; } .h-100 { height: 100px !important; } .h-150 { height: 150px !important; } .h-200 { height: 200px !important; } .h-250 { height: 250px !important; } .h-300 { height: 300px !important; } .h-350 { height: 350px !important; } .h-400 { height: 400px !important; } .h-450 { height: 450px !important; } .h-500 { height: 500px !important; } .h-550 { height: 550px !important; } .h-600 { height: 600px !important; } .h-650 { height: 650px !important; } .h-700 { height: 700px !important; } .h-800 { height: 800px !important; } .h-900 { height: 900px !important; } .full-height { height: 100% !important; } .full-width { width: 100% !important; } /* ++ overlays ======================================================= */ [class*="ov-"] { position: relative; z-index: 1; } [class*="ov-"] >img, [class*="ov-"] >.parallax-bg-elem { z-index: -2 !important; position: relative; } [class*="ov-"]:before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: -1; } [class*="ov-dark-"]:before { background: #222; } [class*="ov-light-"]:before { background: #fff; } [class*="ov-blue-"]:before { background: #25233D; } [class*="ov-grad1-"]:before { background: #000000;/* fallback for old browsers */ background: linear-gradient(to left, #000000 , #53346D); } [class*="ov-grad2-"]:before { background: #DE6262;/* fallback for old browsers */ background: linear-gradient(to left, #DE6262 , #FFB88C); } [class*="ov-grad3-"]:before { background: #B3FFAB;/* fallback for old browsers */ background: linear-gradient(to left, #B3FFAB , #12FFF7); } [class*="ov-grad4-"]:before { background: #f46b45;/* fallback for old browsers */ background: -webkit-linear-gradient(to left, #f46b45 , #eea849);/* Chrome 10-25, Safari 5.1-6 */ background: linear-gradient(to left, #f46b45 , #eea849);/* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */ } [class*="ov-grad5-"]:before { background: #BB3ADB;/* fallback for old browsers */ background: -webkit-linear-gradient(to left, #BB3ADB , #FF54AB);/* Chrome 10-25, Safari 5.1-6 */ background: linear-gradient(to left, #BB3ADB , #FF54AB);/* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */ } [class*="ov-grad6-"]:before { background: #16222A; background: -webkit-linear-gradient(to left, #16222A , #3A6073);/* Chrome 10-25, Safari 5.1-6 */ background: linear-gradient(to left, #16222A , #3A6073); } [class*="ov-grad7-"]:before { background: #FF8F52; background: -webkit-linear-gradient(to left, #FF8F52 , #FDA642);/* Chrome 10-25, Safari 5.1-6 */ background: linear-gradient(to left, #FF8F52 , #FDA642); } [class*="ov-grad8-"]:before { background: #FF6DC9; background: -webkit-linear-gradient(to left, #FF6DC9 , #FA62FF);/* Chrome 10-25, Safari 5.1-6 */ background: linear-gradient(to left, #FF6DC9 , #FA62FF); } [class*="ov-grad9-"]:before { background: #FFD194; background: -webkit-linear-gradient(to left, #FFD194 , #70E1F5);/* Chrome 10-25, Safari 5.1-6 */ background: linear-gradient(to left, #FFD194 , #70E1F5); } [class*="ov-grad10-"]:before { background: #FFBD5B; background: -webkit-linear-gradient(to left, #FFBD5B , #FF9AAB);/* Chrome 10-25, Safari 5.1-6 */ background: linear-gradient(to left, #FFBD5B , #FF9AAB); } .ov-dark-alpha-5:before, .ov-light-alpha-5:before, .ov-blue-alpha-5:before, .ov-grad1-alpha-5:before, .ov-grad2-alpha-5:before, .ov-grad3-alpha-5:before, .ov-grad4-alpha-5:before, .ov-grad5-alpha-5:before, .ov-grad6-alpha-5:before, .ov-grad7-alpha-5:before, .ov-grad8-alpha-5:before, .ov-grad9-alpha-5:before, .ov-grad10-alpha-5:before, .ov-grad11-alpha-5:before { opacity: 0.05; } .ov-dark-alpha-10:before, .ov-light-alpha-10:before, .ov-blue-alpha-10:before, .ov-grad1-alpha-10:before, .ov-grad2-alpha-10:before, .ov-grad3-alpha-10:before, .ov-grad4-alpha-10:before, .ov-grad5-alpha-10:before, .ov-grad6-alpha-10:before, .ov-grad7-alpha-10:before, .ov-grad8-alpha-10:before, .ov-grad9-alpha-10:before, .ov-grad10-alpha-10:before, .ov-grad11-alpha-10:before { opacity: 0.1; } .ov-dark-alpha-20:before, .ov-light-alpha-20:before, .ov-blue-alpha-20:before, .ov-grad1-alpha-20:before, .ov-grad2-alpha-20:before, .ov-grad3-alpha-20:before, .ov-grad4-alpha-20:before, .ov-grad5-alpha-20:before, .ov-grad6-alpha-20:before, .ov-grad7-alpha-20:before, .ov-grad8-alpha-20:before, .ov-grad9-alpha-20:before, .ov-grad10-alpha-20:before, .ov-grad11-alpha-20:before { opacity: 0.2; } .ov-dark-alpha-30:before, .ov-light-alpha-30:before, .ov-blue-alpha-30:before, .ov-grad1-alpha-30:before, .ov-grad2-alpha-30:before, .ov-grad3-alpha-30:before, .ov-grad4-alpha-30:before, .ov-grad5-alpha-30:before, .ov-grad6-alpha-30:before, .ov-grad7-alpha-30:before, .ov-grad8-alpha-30:before, .ov-grad9-alpha-30:before, .ov-grad10-alpha-30:before, .ov-grad11-alpha-30:before { opacity: 0.3; } .ov-dark-alpha-40:before, .ov-light-alpha-40:before, .ov-blue-alpha-40:before, .ov-grad1-alpha-40:before, .ov-grad2-alpha-40:before, .ov-grad3-alpha-40:before, .ov-grad4-alpha-40:before, .ov-grad5-alpha-40:before, .ov-grad6-alpha-40:before, .ov-grad7-alpha-40:before, .ov-grad8-alpha-40:before, .ov-grad9-alpha-40:before, .ov-grad10-alpha-40:before, .ov-grad11-alpha-40:before { opacity: 0.4; } .ov-dark-alpha-50:before, .ov-light-alpha-50:before, .ov-blue-alpha-50:before, .ov-grad1-alpha-50:before, .ov-grad2-alpha-50:before, .ov-grad3-alpha-50:before, .ov-grad4-alpha-50:before, .ov-grad5-alpha-50:before, .ov-grad6-alpha-50:before, .ov-grad7-alpha-50:before, .ov-grad8-alpha-50:before, .ov-grad9-alpha-50:before, .ov-grad10-alpha-50:before, .ov-grad11-alpha-50:before { opacity: 0.5; } .ov-dark-alpha-60:before, .ov-light-alpha-60:before, .ov-blue-alpha-60:before, .ov-grad1-alpha-60:before, .ov-grad2-alpha-60:before, .ov-grad3-alpha-60:before, .ov-grad4-alpha-60:before, .ov-grad5-alpha-60:before, .ov-grad6-alpha-60:before, .ov-grad7-alpha-60:before, .ov-grad8-alpha-60:before, .ov-grad9-alpha-60:before, .ov-grad10-alpha-60:before, .ov-grad11-alpha-60:before { opacity: 0.6; } .ov-dark-alpha-70:before, .ov-light-alpha-70:before, .ov-blue-alpha-70:before, .ov-grad1-alpha-70:before, .ov-grad2-alpha-70:before, .ov-grad3-alpha-70:before, .ov-grad4-alpha-70:before, .ov-grad5-alpha-70:before, .ov-grad6-alpha-70:before, .ov-grad7-alpha-70:before, .ov-grad8-alpha-70:before, .ov-grad9-alpha-70:before, .ov-grad10-alpha-70:before, .ov-grad11-alpha-70:before { opacity: 0.7; } .ov-dark-alpha-80:before, .ov-light-alpha-80:before, .ov-blue-alpha-80:before, .ov-grad1-alpha-80:before, .ov-grad2-alpha-80:before, .ov-grad3-alpha-80:before, .ov-grad4-alpha-80:before, .ov-grad5-alpha-80:before, .ov-grad6-alpha-80:before, .ov-grad7-alpha-80:before, .ov-grad8-alpha-80:before, .ov-grad9-alpha-80:before, .ov-grad10-alpha-80:before, .ov-grad11-alpha-80:before { opacity: 0.8; } .ov-dark-alpha-85:before, .ov-light-alpha-85:before, .ov-blue-alpha-85:before, .ov-grad1-alpha-85:before, .ov-grad2-alpha-85:before, .ov-grad3-alpha-85:before, .ov-grad4-alpha-85:before, .ov-grad5-alpha-85:before, .ov-grad6-alpha-85:before, .ov-grad7-alpha-85:before, .ov-grad8-alpha-85:before, .ov-grad9-alpha-85:before, .ov-grad10-alpha-85:before, .ov-grad11-alpha-85:before { opacity: 0.85; } .ov-dark-alpha-90:before, .ov-light-alpha-90:before, .ov-blue-alpha-90:before, .ov-grad1-alpha-90:before, .ov-grad2-alpha-90:before, .ov-grad3-alpha-90:before, .ov-grad4-alpha-90:before, .ov-grad5-alpha-90:before, .ov-grad6-alpha-90:before, .ov-grad7-alpha-90:before, .ov-grad8-alpha-90:before, .ov-grad9-alpha-90:before, .ov-grad10-alpha-90:before, .ov-grad11-alpha-90:before { opacity: 0.9; } .ov-dark-alpha-95:before, .ov-light-alpha-95:before, .ov-blue-alpha-95:before, .ov-grad1-alpha-95:before, .ov-grad2-alpha-95:before, .ov-grad3-alpha-95:before, .ov-grad4-alpha-95:before, .ov-grad5-alpha-95:before, .ov-grad6-alpha-95:before, .ov-grad7-alpha-95:before, .ov-grad8-alpha-95:before, .ov-grad9-alpha-95:before, .ov-grad10-alpha-95:before, .ov-grad11-alpha-95:before { opacity: 0.95; } .ov-dark-alpha-100:before, .ov-light-alpha-100:before, .ov-blue-alpha-100:before, .ov-grad1-alpha-100:before, .ov-grad2-alpha-100:before, .ov-grad3-alpha-100:before, .ov-grad4-alpha-100:before, .ov-grad5-alpha-100:before, .ov-grad6-alpha-100:before, .ov-grad7-alpha-100:before, .ov-grad8-alpha-100:before, .ov-grad9-alpha-100:before, .ov-grad10-alpha-100:before, .ov-grad11-alpha-100:before { opacity: 1; } /* ++ padding and margin asset classes ======================================================= */ .m-top-0 { margin-top: 0px !important; } .m-top-1 { margin-top: 1px !important; } .m-top-2 { margin-top: 2px !important; } .m-top-3 { margin-top: 3px !important; } .m-top-4 { margin-top: 4px !important; } .m-top-5 { margin-top: 5px !important; } .m-top-10 { margin-top: 10px !important; } .m-top-15 { margin-top: 15px !important; } .m-top-20 { margin-top: 20px !important; } .m-top-25 { margin-top: 25px !important; } .m-top-30 { margin-top: 30px !important; } .m-top-35 { margin-top: 35px !important; } .m-top-40 { margin-top: 40px !important; } .m-top-45 { margin-top: 45px !important; } .m-top-50 { margin-top: 50px !important; } .m-top-60 { margin-top: 60px !important; } .m-top-70 { margin-top: 70px !important; } .m-top-80 { margin-top: 80px !important; } .m-top-90 { margin-top: 90px !important; } .m-top-100 { margin-top: 100px !important; } .m-top-120 { margin-top: 120px !important; } .m-top-150 { margin-top: 150px !important; } .m-top-200 { margin-top: 200px !important; } @media (max-width: 768px) { .m-top-xs-0 { margin-top: 0px !important; } } @media (max-width: 992px) { .m-top-sm-0 { margin-top: 0px !important; } } @media (max-width: 768px) { .m-top-xs-1 { margin-top: 1px !important; } } @media (max-width: 992px) { .m-top-sm-1 { margin-top: 1px !important; } } @media (max-width: 768px) { .m-top-xs-2 { margin-top: 2px !important; } } @media (max-width: 992px) { .m-top-sm-2 { margin-top: 2px !important; } } @media (max-width: 768px) { .m-top-xs-3 { margin-top: 3px !important; } } @media (max-width: 992px) { .m-top-sm-3 { margin-top: 3px !important; } } @media (max-width: 768px) { .m-top-xs-4 { margin-top: 4px !important; } } @media (max-width: 992px) { .m-top-sm-4 { margin-top: 4px !important; } } @media (max-width: 768px) { .m-top-xs-5 { margin-top: 5px !important; } } @media (max-width: 992px) { .m-top-sm-5 { margin-top: 5px !important; } } @media (max-width: 768px) { .m-top-xs-10 { margin-top: 10px !important; } } @media (max-width: 992px) { .m-top-sm-10 { margin-top: 10px !important; } } @media (max-width: 768px) { .m-top-xs-15 { margin-top: 15px !important; } } @media (max-width: 992px) { .m-top-sm-15 { margin-top: 15px !important; } } @media (max-width: 768px) { .m-top-xs-20 { margin-top: 20px !important; } } @media (max-width: 992px) { .m-top-sm-20 { margin-top: 20px !important; } } @media (max-width: 768px) { .m-top-xs-25 { margin-top: 25px !important; } } @media (max-width: 992px) { .m-top-sm-25 { margin-top: 25px !important; } } @media (max-width: 768px) { .m-top-xs-30 { margin-top: 30px !important; } } @media (max-width: 992px) { .m-top-sm-30 { margin-top: 30px !important; } } @media (max-width: 768px) { .m-top-xs-35 { margin-top: 35px !important; } } @media (max-width: 992px) { .m-top-sm-35 { margin-top: 35px !important; } } @media (max-width: 768px) { .m-top-xs-40 { margin-top: 40px !important; } } @media (max-width: 992px) { .m-top-sm-40 { margin-top: 40px !important; } } @media (max-width: 768px) { .m-top-xs-45 { margin-top: 45px !important; } } @media (max-width: 992px) { .m-top-sm-45 { margin-top: 45px !important; } } @media (max-width: 768px) { .m-top-xs-50 { margin-top: 50px !important; } } @media (max-width: 992px) { .m-top-sm-50 { margin-top: 50px !important; } } @media (max-width: 768px) { .m-top-xs-60 { margin-top: 60px !important; } } @media (max-width: 992px) { .m-top-sm-60 { margin-top: 60px !important; } } @media (max-width: 768px) { .m-top-xs-70 { margin-top: 70px !important; } } @media (max-width: 992px) { .m-top-sm-70 { margin-top: 70px !important; } } @media (max-width: 768px) { .m-top-xs-80 { margin-top: 80px !important; } } @media (max-width: 992px) { .m-top-sm-80 { margin-top: 80px !important; } } @media (max-width: 768px) { .m-top-xs-90 { margin-top: 90px !important; } } @media (max-width: 992px) { .m-top-sm-90 { margin-top: 90px !important; } } @media (max-width: 768px) { .m-top-xs-100 { margin-top: 100px !important; } } @media (max-width: 992px) { .m-top-sm-100 { margin-top: 100px !important; } } @media (max-width: 768px) { .m-top-xs-120 { margin-top: 120px !important; } } @media (max-width: 992px) { .m-top-sm-120 { margin-top: 120px !important; } } @media (max-width: 768px) { .m-top-xs-150 { margin-top: 150px !important; } } @media (max-width: 992px) { .m-top-sm-150 { margin-top: 150px !important; } } @media (max-width: 768px) { .m-top-xs-200 { margin-top: 200px !important; } } @media (max-width: 992px) { .m-top-sm-200 { margin-top: 200px !important; } } .m-bottom-0 { margin-bottom: 0px !important; } .m-bottom-1 { margin-bottom: 1px !important; } .m-bottom-2 { margin-bottom: 2px !important; } .m-bottom-3 { margin-bottom: 3px !important; } .m-bottom-4 { margin-bottom: 4px !important; } .m-bottom-5 { margin-bottom: 5px !important; } .m-bottom-10 { margin-bottom: 10px !important; } .m-bottom-15 { margin-bottom: 15px !important; } .m-bottom-20 { margin-bottom: 20px !important; } .m-bottom-25 { margin-bottom: 25px !important; } .m-bottom-30 { margin-bottom: 30px !important; } .m-bottom-35 { margin-bottom: 35px !important; } .m-bottom-40 { margin-bottom: 40px !important; } .m-bottom-45 { margin-bottom: 45px !important; } .m-bottom-50 { margin-bottom: 50px !important; } .m-bottom-60 { margin-bottom: 60px !important; } .m-bottom-70 { margin-bottom: 70px !important; } .m-bottom-80 { margin-bottom: 80px !important; } .m-bottom-90 { margin-bottom: 90px !important; } .m-bottom-100 { margin-bottom: 100px !important; } .m-bottom-120 { margin-bottom: 120px !important; } .m-bottom-150 { margin-bottom: 150px !important; } .m-bottom-200 { margin-bottom: 200px !important; } @media (max-width: 768px) { .m-bottom-xs-0 { margin-bottom: 0px !important; } } @media (max-width: 992px) { .m-bottom-sm-0 { margin-bottom: 0px !important; } } @media (max-width: 768px) { .m-bottom-xs-1 { margin-bottom: 1px !important; } } @media (max-width: 992px) { .m-bottom-sm-1 { margin-bottom: 1px !important; } } @media (max-width: 768px) { .m-bottom-xs-2 { margin-bottom: 2px !important; } } @media (max-width: 992px) { .m-bottom-sm-2 { margin-bottom: 2px !important; } } @media (max-width: 768px) { .m-bottom-xs-3 { margin-bottom: 3px !important; } } @media (max-width: 992px) { .m-bottom-sm-3 { margin-bottom: 3px !important; } } @media (max-width: 768px) { .m-bottom-xs-4 { margin-bottom: 4px !important; } } @media (max-width: 992px) { .m-bottom-sm-4 { margin-bottom: 4px !important; } } @media (max-width: 768px) { .m-bottom-xs-5 { margin-bottom: 5px !important; } } @media (max-width: 992px) { .m-bottom-sm-5 { margin-bottom: 5px !important; } } @media (max-width: 768px) { .m-bottom-xs-10 { margin-bottom: 10px !important; } } @media (max-width: 992px) { .m-bottom-sm-10 { margin-bottom: 10px !important; } } @media (max-width: 768px) { .m-bottom-xs-15 { margin-bottom: 15px !important; } } @media (max-width: 992px) { .m-bottom-sm-15 { margin-bottom: 15px !important; } } @media (max-width: 768px) { .m-bottom-xs-20 { margin-bottom: 20px !important; } } @media (max-width: 992px) { .m-bottom-sm-20 { margin-bottom: 20px !important; } } @media (max-width: 768px) { .m-bottom-xs-25 { margin-bottom: 25px !important; } } @media (max-width: 992px) { .m-bottom-sm-25 { margin-bottom: 25px !important; } } @media (max-width: 768px) { .m-bottom-xs-30 { margin-bottom: 30px !important; } } @media (max-width: 992px) { .m-bottom-sm-30 { margin-bottom: 30px !important; } } @media (max-width: 768px) { .m-bottom-xs-35 { margin-bottom: 35px !important; } } @media (max-width: 992px) { .m-bottom-sm-35 { margin-bottom: 35px !important; } } @media (max-width: 768px) { .m-bottom-xs-40 { margin-bottom: 40px !important; } } @media (max-width: 992px) { .m-bottom-sm-40 { margin-bottom: 40px !important; } } @media (max-width: 768px) { .m-bottom-xs-45 { margin-bottom: 45px !important; } } @media (max-width: 992px) { .m-bottom-sm-45 { margin-bottom: 45px !important; } } @media (max-width: 768px) { .m-bottom-xs-50 { margin-bottom: 50px !important; } } @media (max-width: 992px) { .m-bottom-sm-50 { margin-bottom: 50px !important; } } @media (max-width: 768px) { .m-bottom-xs-60 { margin-bottom: 60px !important; } } @media (max-width: 992px) { .m-bottom-sm-60 { margin-bottom: 60px !important; } } @media (max-width: 768px) { .m-bottom-xs-70 { margin-bottom: 70px !important; } } @media (max-width: 992px) { .m-bottom-sm-70 { margin-bottom: 70px !important; } } @media (max-width: 768px) { .m-bottom-xs-80 { margin-bottom: 80px !important; } } @media (max-width: 992px) { .m-bottom-sm-80 { margin-bottom: 80px !important; } } @media (max-width: 768px) { .m-bottom-xs-90 { margin-bottom: 90px !important; } } @media (max-width: 992px) { .m-bottom-sm-90 { margin-bottom: 90px !important; } } @media (max-width: 768px) { .m-bottom-xs-100 { margin-bottom: 100px !important; } } @media (max-width: 992px) { .m-bottom-sm-100 { margin-bottom: 100px !important; } } @media (max-width: 768px) { .m-bottom-xs-120 { margin-bottom: 120px !important; } } @media (max-width: 992px) { .m-bottom-sm-120 { margin-bottom: 120px !important; } } @media (max-width: 768px) { .m-bottom-xs-150 { margin-bottom: 150px !important; } } @media (max-width: 992px) { .m-bottom-sm-150 { margin-bottom: 150px !important; } } @media (max-width: 768px) { .m-bottom-xs-200 { margin-bottom: 200px !important; } } @media (max-width: 992px) { .m-bottom-sm-200 { margin-bottom: 200px !important; } } .p-top-0 { padding-top: 0px !important; } .p-top-1 { padding-top: 1px !important; } .p-top-2 { padding-top: 2px !important; } .p-top-3 { padding-top: 3px !important; } .p-top-4 { padding-top: 4px !important; } .p-top-5 { padding-top: 5px !important; } .p-top-10 { padding-top: 10px !important; } .p-top-15 { padding-top: 15px !important; } .p-top-20 { padding-top: 20px !important; } .p-top-25 { padding-top: 25px !important; } .p-top-30 { padding-top: 30px !important; } .p-top-35 { padding-top: 35px !important; } .p-top-40 { padding-top: 40px !important; } .p-top-45 { padding-top: 45px !important; } .p-top-50 { padding-top: 50px !important; } .p-top-80 { padding-top: 80px !important; } .p-top-100 { padding-top: 100px !important; } .p-top-120 { padding-top: 120px !important; } .p-top-150 { padding-top: 150px !important; } .p-top-200 { padding-top: 200px !important; } @media (max-width: 768px) { .p-top-xs-0 { padding-top: 0px !important; } } @media (max-width: 992px) { .p-top-sm-0 { padding-top: 0px !important; } } @media (max-width: 768px) { .p-top-xs-1 { padding-top: 1px !important; } } @media (max-width: 992px) { .p-top-sm-1 { padding-top: 1px !important; } } @media (max-width: 768px) { .p-top-xs-2 { padding-top: 2px !important; } } @media (max-width: 992px) { .p-top-sm-2 { padding-top: 2px !important; } } @media (max-width: 768px) { .p-top-xs-3 { padding-top: 3px !important; } } @media (max-width: 992px) { .p-top-sm-3 { padding-top: 3px !important; } } @media (max-width: 768px) { .p-top-xs-4 { padding-top: 4px !important; } } @media (max-width: 992px) { .p-top-sm-4 { padding-top: 4px !important; } } @media (max-width: 768px) { .p-top-xs-5 { padding-top: 5px !important; } } @media (max-width: 992px) { .p-top-sm-5 { padding-top: 5px !important; } } @media (max-width: 768px) { .p-top-xs-10 { padding-top: 10px !important; } } @media (max-width: 992px) { .p-top-sm-10 { padding-top: 10px !important; } } @media (max-width: 768px) { .p-top-xs-15 { padding-top: 15px !important; } } @media (max-width: 992px) { .p-top-sm-15 { padding-top: 15px !important; } } @media (max-width: 768px) { .p-top-xs-20 { padding-top: 20px !important; } } @media (max-width: 992px) { .p-top-sm-20 { padding-top: 20px !important; } } @media (max-width: 768px) { .p-top-xs-25 { padding-top: 25px !important; } } @media (max-width: 992px) { .p-top-sm-25 { padding-top: 25px !important; } } @media (max-width: 768px) { .p-top-xs-30 { padding-top: 30px !important; } } @media (max-width: 992px) { .p-top-sm-30 { padding-top: 30px !important; } } @media (max-width: 768px) { .p-top-xs-35 { padding-top: 35px !important; } } @media (max-width: 992px) { .p-top-sm-35 { padding-top: 35px !important; } } @media (max-width: 768px) { .p-top-xs-40 { padding-top: 40px !important; } } @media (max-width: 992px) { .p-top-sm-40 { padding-top: 40px !important; } } @media (max-width: 768px) { .p-top-xs-45 { padding-top: 45px !important; } } @media (max-width: 992px) { .p-top-sm-45 { padding-top: 45px !important; } } @media (max-width: 768px) { .p-top-xs-50 { padding-top: 50px !important; } } @media (max-width: 992px) { .p-top-sm-50 { padding-top: 50px !important; } } @media (max-width: 768px) { .p-top-xs-80 { padding-top: 80px !important; } } @media (max-width: 992px) { .p-top-sm-80 { padding-top: 80px !important; } } @media (max-width: 768px) { .p-top-xs-100 { padding-top: 100px !important; } } @media (max-width: 992px) { .p-top-sm-100 { padding-top: 100px !important; } } @media (max-width: 768px) { .p-top-xs-120 { padding-top: 120px !important; } } @media (max-width: 992px) { .p-top-sm-120 { padding-top: 120px !important; } } @media (max-width: 768px) { .p-top-xs-150 { padding-top: 150px !important; } } @media (max-width: 992px) { .p-top-sm-150 { padding-top: 150px !important; } } @media (max-width: 768px) { .p-top-xs-200 { padding-top: 200px !important; } } @media (max-width: 992px) { .p-top-sm-200 { padding-top: 200px !important; } } .p-bottom-0 { padding-bottom: 0px !important; } .p-bottom-1 { padding-bottom: 1px !important; } .p-bottom-2 { padding-bottom: 2px !important; } .p-bottom-3 { padding-bottom: 3px !important; } .p-bottom-4 { padding-bottom: 4px !important; } .p-bottom-5 { padding-bottom: 5px !important; } .p-bottom-10 { padding-bottom: 10px !important; } .p-bottom-15 { padding-bottom: 15px !important; } .p-bottom-20 { padding-bottom: 20px !important; } .p-bottom-25 { padding-bottom: 25px !important; } .p-bottom-30 { padding-bottom: 30px !important; } .p-bottom-35 { padding-bottom: 35px !important; } .p-bottom-40 { padding-bottom: 40px !important; } .p-bottom-45 { padding-bottom: 45px !important; } .p-bottom-50 { padding-bottom: 50px !important; } .p-bottom-80 { padding-bottom: 80px !important; } .p-bottom-100 { padding-bottom: 100px !important; } .p-bottom-120 { padding-bottom: 120px !important; } .p-bottom-150 { padding-bottom: 150px !important; } .p-bottom-200 { padding-bottom: 200px !important; } @media (max-width: 768px) { .p-bottom-xs-0 { padding-bottom: 0px !important; } } @media (max-width: 992px) { .p-bottom-sm-0 { padding-bottom: 0px !important; } } @media (max-width: 768px) { .p-bottom-xs-1 { padding-bottom: 1px !important; } } @media (max-width: 992px) { .p-bottom-sm-1 { padding-bottom: 1px !important; } } @media (max-width: 768px) { .p-bottom-xs-2 { padding-bottom: 2px !important; } } @media (max-width: 992px) { .p-bottom-sm-2 { padding-bottom: 2px !important; } } @media (max-width: 768px) { .p-bottom-xs-3 { padding-bottom: 3px !important; } } @media (max-width: 992px) { .p-bottom-sm-3 { padding-bottom: 3px !important; } } @media (max-width: 768px) { .p-bottom-xs-4 { padding-bottom: 4px !important; } } @media (max-width: 992px) { .p-bottom-sm-4 { padding-bottom: 4px !important; } } @media (max-width: 768px) { .p-bottom-xs-5 { padding-bottom: 5px !important; } } @media (max-width: 992px) { .p-bottom-sm-5 { padding-bottom: 5px !important; } } @media (max-width: 768px) { .p-bottom-xs-10 { padding-bottom: 10px !important; } } @media (max-width: 992px) { .p-bottom-sm-10 { padding-bottom: 10px !important; } } @media (max-width: 768px) { .p-bottom-xs-15 { padding-bottom: 15px !important; } } @media (max-width: 992px) { .p-bottom-sm-15 { padding-bottom: 15px !important; } } @media (max-width: 768px) { .p-bottom-xs-20 { padding-bottom: 20px !important; } } @media (max-width: 992px) { .p-bottom-sm-20 { padding-bottom: 20px !important; } } @media (max-width: 768px) { .p-bottom-xs-25 { padding-bottom: 25px !important; } } @media (max-width: 992px) { .p-bottom-sm-25 { padding-bottom: 25px !important; } } @media (max-width: 768px) { .p-bottom-xs-30 { padding-bottom: 30px !important; } } @media (max-width: 992px) { .p-bottom-sm-30 { padding-bottom: 30px !important; } } @media (max-width: 768px) { .p-bottom-xs-35 { padding-bottom: 35px !important; } } @media (max-width: 992px) { .p-bottom-sm-35 { padding-bottom: 35px !important; } } @media (max-width: 768px) { .p-bottom-xs-40 { padding-bottom: 40px !important; } } @media (max-width: 992px) { .p-bottom-sm-40 { padding-bottom: 40px !important; } } @media (max-width: 768px) { .p-bottom-xs-45 { padding-bottom: 45px !important; } } @media (max-width: 992px) { .p-bottom-sm-45 { padding-bottom: 45px !important; } } @media (max-width: 768px) { .p-bottom-xs-50 { padding-bottom: 50px !important; } } @media (max-width: 992px) { .p-bottom-sm-50 { padding-bottom: 50px !important; } } @media (max-width: 768px) { .p-bottom-xs-80 { padding-bottom: 80px !important; } } @media (max-width: 992px) { .p-bottom-sm-80 { padding-bottom: 80px !important; } } @media (max-width: 768px) { .p-bottom-xs-100 { padding-bottom: 100px !important; } } @media (max-width: 992px) { .p-bottom-sm-100 { padding-bottom: 100px !important; } } @media (max-width: 768px) { .p-bottom-xs-120 { padding-bottom: 120px !important; } } @media (max-width: 992px) { .p-bottom-sm-120 { padding-bottom: 120px !important; } } @media (max-width: 768px) { .p-bottom-xs-150 { padding-bottom: 150px !important; } } @media (max-width: 992px) { .p-bottom-sm-150 { padding-bottom: 150px !important; } } @media (max-width: 768px) { .p-bottom-xs-200 { padding-bottom: 200px !important; } } @media (max-width: 992px) { .p-bottom-sm-200 { padding-bottom: 200px !important; } } .pad-0 { padding: 0px !important; } .pad-1 { padding: 1px !important; } .pad-2 { padding: 2px !important; } .pad-3 { padding: 3px !important; } .pad-4 { padding: 4px !important; } .pad-5 { padding: 5px !important; } .pad-10 { padding: 10px !important; } .pad-15 { padding: 15px !important; } .pad-20 { padding: 20px !important; } .pad-25 { padding: 25px !important; } .pad-30 { padding: 30px !important; } .pad-35 { padding: 35px !important; } .pad-40 { padding: 40px !important; } .pad-45 { padding: 45px !important; } .pad-50 { padding: 50px !important; } .pad-60 { padding: 60px !important; } .pad-70 { padding: 70px !important; } .pad-80 { padding: 80px !important; } .pad-90 { padding: 90px !important; } .pad-100 { padding: 100px !important; } .pad-120 { padding: 120px !important; } .pad-150 { padding: 150px !important; } .pad-200 { padding: 200px !important; } @media (max-width: 768px) { .pad-xs-0 { padding: 0px !important; } } @media (max-width: 992px) { .pad-sm-0 { padding: 0px !important; } } @media (max-width: 768px) { .pad-xs-1 { padding: 1px !important; } } @media (max-width: 992px) { .pad-sm-1 { padding: 1px !important; } } @media (max-width: 768px) { .pad-xs-2 { padding: 2px !important; } } @media (max-width: 992px) { .pad-sm-2 { padding: 2px !important; } } @media (max-width: 768px) { .pad-xs-3 { padding: 3px !important; } } @media (max-width: 992px) { .pad-sm-3 { padding: 3px !important; } } @media (max-width: 768px) { .pad-xs-4 { padding: 4px !important; } } @media (max-width: 992px) { .pad-sm-4 { padding: 4px !important; } } @media (max-width: 768px) { .pad-xs-5 { padding: 5px !important; } } @media (max-width: 992px) { .pad-sm-5 { padding: 5px !important; } } @media (max-width: 768px) { .pad-xs-10 { padding: 10px !important; } } @media (max-width: 992px) { .pad-sm-10 { padding: 10px !important; } } @media (max-width: 768px) { .pad-xs-15 { padding: 15px !important; } } @media (max-width: 992px) { .pad-sm-15 { padding: 15px !important; } } @media (max-width: 768px) { .pad-xs-20 { padding: 20px !important; } } @media (max-width: 992px) { .pad-sm-20 { padding: 20px !important; } } @media (max-width: 768px) { .pad-xs-25 { padding: 25px !important; } } @media (max-width: 992px) { .pad-sm-25 { padding: 25px !important; } } @media (max-width: 768px) { .pad-xs-30 { padding: 30px !important; } } @media (max-width: 992px) { .pad-sm-30 { padding: 30px !important; } } @media (max-width: 768px) { .pad-xs-35 { padding: 35px !important; } } @media (max-width: 992px) { .pad-sm-35 { padding: 35px !important; } } @media (max-width: 768px) { .pad-xs-40 { padding: 40px !important; } } @media (max-width: 992px) { .pad-sm-40 { padding: 40px !important; } } @media (max-width: 768px) { .pad-xs-45 { padding: 45px !important; } } @media (max-width: 992px) { .pad-sm-45 { padding: 45px !important; } } @media (max-width: 768px) { .pad-xs-50 { padding: 50px !important; } } @media (max-width: 992px) { .pad-sm-50 { padding: 50px !important; } } @media (max-width: 768px) { .pad-xs-60 { padding: 60px !important; } } @media (max-width: 992px) { .pad-sm-60 { padding: 60px !important; } } @media (max-width: 768px) { .pad-xs-70 { padding: 70px !important; } } @media (max-width: 992px) { .pad-sm-70 { padding: 70px !important; } } @media (max-width: 768px) { .pad-xs-80 { padding: 80px !important; } } @media (max-width: 992px) { .pad-sm-80 { padding: 80px !important; } } @media (max-width: 768px) { .pad-xs-90 { padding: 90px !important; } } @media (max-width: 992px) { .pad-sm-90 { padding: 90px !important; } } @media (max-width: 768px) { .pad-xs-100 { padding: 100px !important; } } @media (max-width: 992px) { .pad-sm-100 { padding: 100px !important; } } @media (max-width: 768px) { .pad-xs-120 { padding: 120px !important; } } @media (max-width: 992px) { .pad-sm-120 { padding: 120px !important; } } @media (max-width: 768px) { .pad-xs-150 { padding: 150px !important; } } @media (max-width: 992px) { .pad-sm-150 { padding: 150px !important; } } @media (max-width: 768px) { .pad-xs-200 { padding: 200px !important; } } @media (max-width: 992px) { .pad-sm-200 { padding: 200px !important; } } .p-left-0 { padding-left: 0px !important; } .p-left-1 { padding-left: 1px !important; } .p-left-2 { padding-left: 2px !important; } .p-left-3 { padding-left: 3px !important; } .p-left-4 { padding-left: 4px !important; } .p-left-5 { padding-left: 5px !important; } .p-left-10 { padding-left: 10px !important; } .p-left-15 { padding-left: 15px !important; } .p-left-20 { padding-left: 20px !important; } .p-left-25 { padding-left: 25px !important; } .p-left-30 { padding-left: 30px !important; } .p-left-35 { padding-left: 35px !important; } .p-left-40 { padding-left: 40px !important; } .p-left-45 { padding-left: 45px !important; } .p-left-50 { padding-left: 50px !important; } .p-left-80 { padding-left: 80px !important; } .p-left-100 { padding-left: 100px !important; } .p-left-120 { padding-left: 120px !important; } .p-left-150 { padding-left: 150px !important; } .p-left-200 { padding-left: 200px !important; } @media (max-width: 768px) { .p-left-xs-0 { padding-left: 0px !important; } } @media (max-width: 992px) { .p-left-sm-0 { padding-left: 0px !important; } } @media (max-width: 768px) { .p-left-xs-1 { padding-left: 1px !important; } } @media (max-width: 992px) { .p-left-sm-1 { padding-left: 1px !important; } } @media (max-width: 768px) { .p-left-xs-2 { padding-left: 2px !important; } } @media (max-width: 992px) { .p-left-sm-2 { padding-left: 2px !important; } } @media (max-width: 768px) { .p-left-xs-3 { padding-left: 3px !important; } } @media (max-width: 992px) { .p-left-sm-3 { padding-left: 3px !important; } } @media (max-width: 768px) { .p-left-xs-4 { padding-left: 4px !important; } } @media (max-width: 992px) { .p-left-sm-4 { padding-left: 4px !important; } } @media (max-width: 768px) { .p-left-xs-5 { padding-left: 5px !important; } } @media (max-width: 992px) { .p-left-sm-5 { padding-left: 5px !important; } } @media (max-width: 768px) { .p-left-xs-10 { padding-left: 10px !important; } } @media (max-width: 992px) { .p-left-sm-10 { padding-left: 10px !important; } } @media (max-width: 768px) { .p-left-xs-15 { padding-left: 15px !important; } } @media (max-width: 992px) { .p-left-sm-15 { padding-left: 15px !important; } } @media (max-width: 768px) { .p-left-xs-20 { padding-left: 20px !important; } } @media (max-width: 992px) { .p-left-sm-20 { padding-left: 20px !important; } } @media (max-width: 768px) { .p-left-xs-25 { padding-left: 25px !important; } } @media (max-width: 992px) { .p-left-sm-25 { padding-left: 25px !important; } } @media (max-width: 768px) { .p-left-xs-30 { padding-left: 30px !important; } } @media (max-width: 992px) { .p-left-sm-30 { padding-left: 30px !important; } } @media (max-width: 768px) { .p-left-xs-35 { padding-left: 35px !important; } } @media (max-width: 992px) { .p-left-sm-35 { padding-left: 35px !important; } } @media (max-width: 768px) { .p-left-xs-40 { padding-left: 40px !important; } } @media (max-width: 992px) { .p-left-sm-40 { padding-left: 40px !important; } } @media (max-width: 768px) { .p-left-xs-45 { padding-left: 45px !important; } } @media (max-width: 992px) { .p-left-sm-45 { padding-left: 45px !important; } } @media (max-width: 768px) { .p-left-xs-50 { padding-left: 50px !important; } } @media (max-width: 992px) { .p-left-sm-50 { padding-left: 50px !important; } } @media (max-width: 768px) { .p-left-xs-80 { padding-left: 80px !important; } } @media (max-width: 992px) { .p-left-sm-80 { padding-left: 80px !important; } } @media (max-width: 768px) { .p-left-xs-100 { padding-left: 100px !important; } } @media (max-width: 992px) { .p-left-sm-100 { padding-left: 100px !important; } } @media (max-width: 768px) { .p-left-xs-120 { padding-left: 120px !important; } } @media (max-width: 992px) { .p-left-sm-120 { padding-left: 120px !important; } } @media (max-width: 768px) { .p-left-xs-150 { padding-left: 150px !important; } } @media (max-width: 992px) { .p-left-sm-150 { padding-left: 150px !important; } } @media (max-width: 768px) { .p-left-xs-200 { padding-left: 200px !important; } } @media (max-width: 992px) { .p-left-sm-200 { padding-left: 200px !important; } } .p-right-0 { padding-right: 0px !important; } .p-right-1 { padding-right: 1px !important; } .p-right-2 { padding-right: 2px !important; } .p-right-3 { padding-right: 3px !important; } .p-right-4 { padding-right: 4px !important; } .p-right-5 { padding-right: 5px !important; } .p-right-10 { padding-right: 10px !important; } .p-right-15 { padding-right: 15px !important; } .p-right-20 { padding-right: 20px !important; } .p-right-25 { padding-right: 25px !important; } .p-right-30 { padding-right: 30px !important; } .p-right-35 { padding-right: 35px !important; } .p-right-40 { padding-right: 40px !important; } .p-right-45 { padding-right: 45px !important; } .p-right-50 { padding-right: 50px !important; } .p-right-80 { padding-right: 80px !important; } .p-right-100 { padding-right: 100px !important; } .p-right-120 { padding-right: 120px !important; } .p-right-150 { padding-right: 150px !important; } .p-right-200 { padding-right: 200px !important; } @media (max-width: 768px) { .p-right-xs-0 { padding-right: 0px !important; } } @media (max-width: 992px) { .p-right-sm-0 { padding-right: 0px !important; } } @media (max-width: 768px) { .p-right-xs-1 { padding-right: 1px !important; } } @media (max-width: 992px) { .p-right-sm-1 { padding-right: 1px !important; } } @media (max-width: 768px) { .p-right-xs-2 { padding-right: 2px !important; } } @media (max-width: 992px) { .p-right-sm-2 { padding-right: 2px !important; } } @media (max-width: 768px) { .p-right-xs-3 { padding-right: 3px !important; } } @media (max-width: 992px) { .p-right-sm-3 { padding-right: 3px !important; } } @media (max-width: 768px) { .p-right-xs-4 { padding-right: 4px !important; } } @media (max-width: 992px) { .p-right-sm-4 { padding-right: 4px !important; } } @media (max-width: 768px) { .p-right-xs-5 { padding-right: 5px !important; } } @media (max-width: 992px) { .p-right-sm-5 { padding-right: 5px !important; } } @media (max-width: 768px) { .p-right-xs-10 { padding-right: 10px !important; } } @media (max-width: 992px) { .p-right-sm-10 { padding-right: 10px !important; } } @media (max-width: 768px) { .p-right-xs-15 { padding-right: 15px !important; } } @media (max-width: 992px) { .p-right-sm-15 { padding-right: 15px !important; } } @media (max-width: 768px) { .p-right-xs-20 { padding-right: 20px !important; } } @media (max-width: 992px) { .p-right-sm-20 { padding-right: 20px !important; } } @media (max-width: 768px) { .p-right-xs-25 { padding-right: 25px !important; } } @media (max-width: 992px) { .p-right-sm-25 { padding-right: 25px !important; } } @media (max-width: 768px) { .p-right-xs-30 { padding-right: 30px !important; } } @media (max-width: 992px) { .p-right-sm-30 { padding-right: 30px !important; } } @media (max-width: 768px) { .p-right-xs-35 { padding-right: 35px !important; } } @media (max-width: 992px) { .p-right-sm-35 { padding-right: 35px !important; } } @media (max-width: 768px) { .p-right-xs-40 { padding-right: 40px !important; } } @media (max-width: 992px) { .p-right-sm-40 { padding-right: 40px !important; } } @media (max-width: 768px) { .p-right-xs-45 { padding-right: 45px !important; } } @media (max-width: 992px) { .p-right-sm-45 { padding-right: 45px !important; } } @media (max-width: 768px) { .p-right-xs-50 { padding-right: 50px !important; } } @media (max-width: 992px) { .p-right-sm-50 { padding-right: 50px !important; } } @media (max-width: 768px) { .p-right-xs-80 { padding-right: 80px !important; } } @media (max-width: 992px) { .p-right-sm-80 { padding-right: 80px !important; } } @media (max-width: 768px) { .p-right-xs-100 { padding-right: 100px !important; } } @media (max-width: 992px) { .p-right-sm-100 { padding-right: 100px !important; } } @media (max-width: 768px) { .p-right-xs-120 { padding-right: 120px !important; } } @media (max-width: 992px) { .p-right-sm-120 { padding-right: 120px !important; } } @media (max-width: 768px) { .p-right-xs-150 { padding-right: 150px !important; } } @media (max-width: 992px) { .p-right-sm-150 { padding-right: 150px !important; } } @media (max-width: 768px) { .p-right-xs-200 { padding-right: 200px !important; } } @media (max-width: 992px) { .p-right-sm-200 { padding-right: 200px !important; } } .pull-up-0 { margin-top: -0px !important; } .pull-up-1 { margin-top: -1px !important; } .pull-up-2 { margin-top: -2px !important; } .pull-up-3 { margin-top: -3px !important; } .pull-up-4 { margin-top: -4px !important; } .pull-up-5 { margin-top: -5px !important; } .pull-up-10 { margin-top: -10px !important; } .pull-up-15 { margin-top: -15px !important; } .pull-up-20 { margin-top: -20px !important; } .pull-up-25 { margin-top: -25px !important; } .pull-up-30 { margin-top: -30px !important; } .pull-up-35 { margin-top: -35px !important; } .pull-up-40 { margin-top: -40px !important; } .pull-up-45 { margin-top: -45px !important; } .pull-up-50 { margin-top: -50px !important; } .pull-up-55 { margin-top: -55px !important; } .pull-up-60 { margin-top: -60px !important; } .pull-up-65 { margin-top: -65px !important; } .pull-up-70 { margin-top: -70px !important; } .pull-up-75 { margin-top: -75px !important; } .pull-up-80 { margin-top: -80px !important; } .pull-up-85 { margin-top: -85px !important; } .pull-up-90 { margin-top: -90px !important; } .pull-up-95 { margin-top: -95px !important; } .pull-up-100 { margin-top: -100px !important; } .pull-up-105 { margin-top: -105px !important; } .pull-up-110 { margin-top: -110px !important; } .pull-up-115 { margin-top: -115px !important; } .pull-up-120 { margin-top: -120px !important; } .pull-up-125 { margin-top: -125px !important; } .pull-up-130 { margin-top: -130px !important; } .pull-up-135 { margin-top: -135px !important; } .pull-up-140 { margin-top: -140px !important; } .pull-up-145 { margin-top: -145px !important; } .pull-up-150 { margin-top: -150px !important; } .pull-up-155 { margin-top: -155px !important; } .pull-up-160 { margin-top: -160px !important; } .pull-up-165 { margin-top: -165px !important; } .pull-up-170 { margin-top: -170px !important; } .pull-up-175 { margin-top: -175px !important; } .pull-up-180 { margin-top: -180px !important; } .pull-up-185 { margin-top: -185px !important; } .pull-up-190 { margin-top: -190px !important; } .pull-up-195 { margin-top: -195px !important; } .pull-up-200 { margin-top: -200px !important; } .pull-up-205 { margin-top: -205px !important; } .pull-up-210 { margin-top: -210px !important; } .pull-up-215 { margin-top: -215px !important; } .pull-up-220 { margin-top: -220px !important; } .pull-up-225 { margin-top: -225px !important; } .pull-up-230 { margin-top: -230px !important; } .pull-up-235 { margin-top: -235px !important; } .pull-up-240 { margin-top: -240px !important; } .pull-up-245 { margin-top: -245px !important; } .pull-up-250 { margin-top: -250px !important; } .pull-up-255 { margin-top: -255px !important; } .pull-up-260 { margin-top: -260px !important; } .pull-up-265 { margin-top: -265px !important; } .pull-up-270 { margin-top: -270px !important; } .pull-up-275 { margin-top: -275px !important; } .pull-up-280 { margin-top: -280px !important; } .pull-up-285 { margin-top: -285px !important; } .pull-up-290 { margin-top: -290px !important; } .pull-up-295 { margin-top: -295px !important; } .pull-up-300 { margin-top: -300px !important; } .pull-up-305 { margin-top: -305px !important; } .pull-up-310 { margin-top: -310px !important; } .pull-up-315 { margin-top: -315px !important; } .pull-up-320 { margin-top: -320px !important; } .pull-up-325 { margin-top: -325px !important; } .pull-up-330 { margin-top: -330px !important; } .pull-up-335 { margin-top: -335px !important; } .pull-up-340 { margin-top: -340px !important; } .pull-up-345 { margin-top: -345px !important; } .pull-up-350 { margin-top: -350px !important; } .pull-up-355 { margin-top: -355px !important; } .pull-up-360 { margin-top: -360px !important; } .pull-up-365 { margin-top: -365px !important; } .pull-up-370 { margin-top: -370px !important; } .pull-up-375 { margin-top: -375px !important; } .pull-up-380 { margin-top: -380px !important; } .pull-up-385 { margin-top: -385px !important; } .pull-up-390 { margin-top: -390px !important; } .pull-up-395 { margin-top: -395px !important; } .pull-up-400 { margin-top: -400px !important; } .pull-up-405 { margin-top: -405px !important; } .pull-up-410 { margin-top: -410px !important; } .pull-up-415 { margin-top: -415px !important; } .pull-up-420 { margin-top: -420px !important; } .pull-up-425 { margin-top: -425px !important; } .pull-up-430 { margin-top: -430px !important; } .pull-up-435 { margin-top: -435px !important; } .pull-up-440 { margin-top: -440px !important; } .pull-up-445 { margin-top: -445px !important; } .pull-up-450 { margin-top: -450px !important; } .pull-up-455 { margin-top: -455px !important; } .pull-up-460 { margin-top: -460px !important; } .pull-up-465 { margin-top: -465px !important; } .pull-up-470 { margin-top: -470px !important; } .pull-up-475 { margin-top: -475px !important; } .pull-up-480 { margin-top: -480px !important; } .pull-up-485 { margin-top: -485px !important; } .pull-up-490 { margin-top: -490px !important; } .pull-up-495 { margin-top: -495px !important; } .pull-up-500 { margin-top: -500px !important; } @media (max-width: 768px) { .pull-up-xs-0 { margin-top: -0px !important; } } @media (max-width: 992px) { .pull-up-sm-0 { margin-top: -0px !important; } } @media (max-width: 768px) { .pull-up-xs-1 { margin-top: -1px !important; } } @media (max-width: 992px) { .pull-up-sm-1 { margin-top: -1px !important; } } @media (max-width: 768px) { .pull-up-xs-2 { margin-top: -2px !important; } } @media (max-width: 992px) { .pull-up-sm-2 { margin-top: -2px !important; } } @media (max-width: 768px) { .pull-up-xs-3 { margin-top: -3px !important; } } @media (max-width: 992px) { .pull-up-sm-3 { margin-top: -3px !important; } } @media (max-width: 768px) { .pull-up-xs-4 { margin-top: -4px !important; } } @media (max-width: 992px) { .pull-up-sm-4 { margin-top: -4px !important; } } @media (max-width: 768px) { .pull-up-xs-5 { margin-top: -5px !important; } } @media (max-width: 992px) { .pull-up-sm-5 { margin-top: -5px !important; } } @media (max-width: 768px) { .pull-up-xs-10 { margin-top: -10px !important; } } @media (max-width: 992px) { .pull-up-sm-10 { margin-top: -10px !important; } } @media (max-width: 768px) { .pull-up-xs-15 { margin-top: -15px !important; } } @media (max-width: 992px) { .pull-up-sm-15 { margin-top: -15px !important; } } @media (max-width: 768px) { .pull-up-xs-20 { margin-top: -20px !important; } } @media (max-width: 992px) { .pull-up-sm-20 { margin-top: -20px !important; } } @media (max-width: 768px) { .pull-up-xs-25 { margin-top: -25px !important; } } @media (max-width: 992px) { .pull-up-sm-25 { margin-top: -25px !important; } } @media (max-width: 768px) { .pull-up-xs-30 { margin-top: -30px !important; } } @media (max-width: 992px) { .pull-up-sm-30 { margin-top: -30px !important; } } @media (max-width: 768px) { .pull-up-xs-35 { margin-top: -35px !important; } } @media (max-width: 992px) { .pull-up-sm-35 { margin-top: -35px !important; } } @media (max-width: 768px) { .pull-up-xs-40 { margin-top: -40px !important; } } @media (max-width: 992px) { .pull-up-sm-40 { margin-top: -40px !important; } } @media (max-width: 768px) { .pull-up-xs-45 { margin-top: -45px !important; } } @media (max-width: 992px) { .pull-up-sm-45 { margin-top: -45px !important; } } @media (max-width: 768px) { .pull-up-xs-50 { margin-top: -50px !important; } } @media (max-width: 992px) { .pull-up-sm-50 { margin-top: -50px !important; } } @media (max-width: 768px) { .pull-up-xs-55 { margin-top: -55px !important; } } @media (max-width: 992px) { .pull-up-sm-55 { margin-top: -55px !important; } } @media (max-width: 768px) { .pull-up-xs-60 { margin-top: -60px !important; } } @media (max-width: 992px) { .pull-up-sm-60 { margin-top: -60px !important; } } @media (max-width: 768px) { .pull-up-xs-65 { margin-top: -65px !important; } } @media (max-width: 992px) { .pull-up-sm-65 { margin-top: -65px !important; } } @media (max-width: 768px) { .pull-up-xs-70 { margin-top: -70px !important; } } @media (max-width: 992px) { .pull-up-sm-70 { margin-top: -70px !important; } } @media (max-width: 768px) { .pull-up-xs-75 { margin-top: -75px !important; } } @media (max-width: 992px) { .pull-up-sm-75 { margin-top: -75px !important; } } @media (max-width: 768px) { .pull-up-xs-80 { margin-top: -80px !important; } } @media (max-width: 992px) { .pull-up-sm-80 { margin-top: -80px !important; } } @media (max-width: 768px) { .pull-up-xs-85 { margin-top: -85px !important; } } @media (max-width: 992px) { .pull-up-sm-85 { margin-top: -85px !important; } } @media (max-width: 768px) { .pull-up-xs-90 { margin-top: -90px !important; } } @media (max-width: 992px) { .pull-up-sm-90 { margin-top: -90px !important; } } @media (max-width: 768px) { .pull-up-xs-95 { margin-top: -95px !important; } } @media (max-width: 992px) { .pull-up-sm-95 { margin-top: -95px !important; } } @media (max-width: 768px) { .pull-up-xs-100 { margin-top: -100px !important; } } @media (max-width: 992px) { .pull-up-sm-100 { margin-top: -100px !important; } } @media (max-width: 768px) { .pull-up-xs-105 { margin-top: -105px !important; } } @media (max-width: 992px) { .pull-up-sm-105 { margin-top: -105px !important; } } @media (max-width: 768px) { .pull-up-xs-110 { margin-top: -110px !important; } } @media (max-width: 992px) { .pull-up-sm-110 { margin-top: -110px !important; } } @media (max-width: 768px) { .pull-up-xs-115 { margin-top: -115px !important; } } @media (max-width: 992px) { .pull-up-sm-115 { margin-top: -115px !important; } } @media (max-width: 768px) { .pull-up-xs-120 { margin-top: -120px !important; } } @media (max-width: 992px) { .pull-up-sm-120 { margin-top: -120px !important; } } @media (max-width: 768px) { .pull-up-xs-125 { margin-top: -125px !important; } } @media (max-width: 992px) { .pull-up-sm-125 { margin-top: -125px !important; } } @media (max-width: 768px) { .pull-up-xs-130 { margin-top: -130px !important; } } @media (max-width: 992px) { .pull-up-sm-130 { margin-top: -130px !important; } } @media (max-width: 768px) { .pull-up-xs-135 { margin-top: -135px !important; } } @media (max-width: 992px) { .pull-up-sm-135 { margin-top: -135px !important; } } @media (max-width: 768px) { .pull-up-xs-140 { margin-top: -140px !important; } } @media (max-width: 992px) { .pull-up-sm-140 { margin-top: -140px !important; } } @media (max-width: 768px) { .pull-up-xs-145 { margin-top: -145px !important; } } @media (max-width: 992px) { .pull-up-sm-145 { margin-top: -145px !important; } } @media (max-width: 768px) { .pull-up-xs-150 { margin-top: -150px !important; } } @media (max-width: 992px) { .pull-up-sm-150 { margin-top: -150px !important; } } @media (max-width: 768px) { .pull-up-xs-155 { margin-top: -155px !important; } } @media (max-width: 992px) { .pull-up-sm-155 { margin-top: -155px !important; } } @media (max-width: 768px) { .pull-up-xs-160 { margin-top: -160px !important; } } @media (max-width: 992px) { .pull-up-sm-160 { margin-top: -160px !important; } } @media (max-width: 768px) { .pull-up-xs-165 { margin-top: -165px !important; } } @media (max-width: 992px) { .pull-up-sm-165 { margin-top: -165px !important; } } @media (max-width: 768px) { .pull-up-xs-170 { margin-top: -170px !important; } } @media (max-width: 992px) { .pull-up-sm-170 { margin-top: -170px !important; } } @media (max-width: 768px) { .pull-up-xs-175 { margin-top: -175px !important; } } @media (max-width: 992px) { .pull-up-sm-175 { margin-top: -175px !important; } } @media (max-width: 768px) { .pull-up-xs-180 { margin-top: -180px !important; } } @media (max-width: 992px) { .pull-up-sm-180 { margin-top: -180px !important; } } @media (max-width: 768px) { .pull-up-xs-185 { margin-top: -185px !important; } } @media (max-width: 992px) { .pull-up-sm-185 { margin-top: -185px !important; } } @media (max-width: 768px) { .pull-up-xs-190 { margin-top: -190px !important; } } @media (max-width: 992px) { .pull-up-sm-190 { margin-top: -190px !important; } } @media (max-width: 768px) { .pull-up-xs-195 { margin-top: -195px !important; } } @media (max-width: 992px) { .pull-up-sm-195 { margin-top: -195px !important; } } @media (max-width: 768px) { .pull-up-xs-200 { margin-top: -200px !important; } } @media (max-width: 992px) { .pull-up-sm-200 { margin-top: -200px !important; } } @media (max-width: 768px) { .pull-up-xs-205 { margin-top: -205px !important; } } @media (max-width: 992px) { .pull-up-sm-205 { margin-top: -205px !important; } } @media (max-width: 768px) { .pull-up-xs-210 { margin-top: -210px !important; } } @media (max-width: 992px) { .pull-up-sm-210 { margin-top: -210px !important; } } @media (max-width: 768px) { .pull-up-xs-215 { margin-top: -215px !important; } } @media (max-width: 992px) { .pull-up-sm-215 { margin-top: -215px !important; } } @media (max-width: 768px) { .pull-up-xs-220 { margin-top: -220px !important; } } @media (max-width: 992px) { .pull-up-sm-220 { margin-top: -220px !important; } } @media (max-width: 768px) { .pull-up-xs-225 { margin-top: -225px !important; } } @media (max-width: 992px) { .pull-up-sm-225 { margin-top: -225px !important; } } @media (max-width: 768px) { .pull-up-xs-230 { margin-top: -230px !important; } } @media (max-width: 992px) { .pull-up-sm-230 { margin-top: -230px !important; } } @media (max-width: 768px) { .pull-up-xs-235 { margin-top: -235px !important; } } @media (max-width: 992px) { .pull-up-sm-235 { margin-top: -235px !important; } } @media (max-width: 768px) { .pull-up-xs-240 { margin-top: -240px !important; } } @media (max-width: 992px) { .pull-up-sm-240 { margin-top: -240px !important; } } @media (max-width: 768px) { .pull-up-xs-245 { margin-top: -245px !important; } } @media (max-width: 992px) { .pull-up-sm-245 { margin-top: -245px !important; } } @media (max-width: 768px) { .pull-up-xs-250 { margin-top: -250px !important; } } @media (max-width: 992px) { .pull-up-sm-250 { margin-top: -250px !important; } } @media (max-width: 768px) { .pull-up-xs-255 { margin-top: -255px !important; } } @media (max-width: 992px) { .pull-up-sm-255 { margin-top: -255px !important; } } @media (max-width: 768px) { .pull-up-xs-260 { margin-top: -260px !important; } } @media (max-width: 992px) { .pull-up-sm-260 { margin-top: -260px !important; } } @media (max-width: 768px) { .pull-up-xs-265 { margin-top: -265px !important; } } @media (max-width: 992px) { .pull-up-sm-265 { margin-top: -265px !important; } } @media (max-width: 768px) { .pull-up-xs-270 { margin-top: -270px !important; } } @media (max-width: 992px) { .pull-up-sm-270 { margin-top: -270px !important; } } @media (max-width: 768px) { .pull-up-xs-275 { margin-top: -275px !important; } } @media (max-width: 992px) { .pull-up-sm-275 { margin-top: -275px !important; } } @media (max-width: 768px) { .pull-up-xs-280 { margin-top: -280px !important; } } @media (max-width: 992px) { .pull-up-sm-280 { margin-top: -280px !important; } } @media (max-width: 768px) { .pull-up-xs-285 { margin-top: -285px !important; } } @media (max-width: 992px) { .pull-up-sm-285 { margin-top: -285px !important; } } @media (max-width: 768px) { .pull-up-xs-290 { margin-top: -290px !important; } } @media (max-width: 992px) { .pull-up-sm-290 { margin-top: -290px !important; } } @media (max-width: 768px) { .pull-up-xs-295 { margin-top: -295px !important; } } @media (max-width: 992px) { .pull-up-sm-295 { margin-top: -295px !important; } } @media (max-width: 768px) { .pull-up-xs-300 { margin-top: -300px !important; } } @media (max-width: 992px) { .pull-up-sm-300 { margin-top: -300px !important; } } @media (max-width: 768px) { .pull-up-xs-305 { margin-top: -305px !important; } } @media (max-width: 992px) { .pull-up-sm-305 { margin-top: -305px !important; } } @media (max-width: 768px) { .pull-up-xs-310 { margin-top: -310px !important; } } @media (max-width: 992px) { .pull-up-sm-310 { margin-top: -310px !important; } } @media (max-width: 768px) { .pull-up-xs-315 { margin-top: -315px !important; } } @media (max-width: 992px) { .pull-up-sm-315 { margin-top: -315px !important; } } @media (max-width: 768px) { .pull-up-xs-320 { margin-top: -320px !important; } } @media (max-width: 992px) { .pull-up-sm-320 { margin-top: -320px !important; } } @media (max-width: 768px) { .pull-up-xs-325 { margin-top: -325px !important; } } @media (max-width: 992px) { .pull-up-sm-325 { margin-top: -325px !important; } } @media (max-width: 768px) { .pull-up-xs-330 { margin-top: -330px !important; } } @media (max-width: 992px) { .pull-up-sm-330 { margin-top: -330px !important; } } @media (max-width: 768px) { .pull-up-xs-335 { margin-top: -335px !important; } } @media (max-width: 992px) { .pull-up-sm-335 { margin-top: -335px !important; } } @media (max-width: 768px) { .pull-up-xs-340 { margin-top: -340px !important; } } @media (max-width: 992px) { .pull-up-sm-340 { margin-top: -340px !important; } } @media (max-width: 768px) { .pull-up-xs-345 { margin-top: -345px !important; } } @media (max-width: 992px) { .pull-up-sm-345 { margin-top: -345px !important; } } @media (max-width: 768px) { .pull-up-xs-350 { margin-top: -350px !important; } } @media (max-width: 992px) { .pull-up-sm-350 { margin-top: -350px !important; } } @media (max-width: 768px) { .pull-up-xs-355 { margin-top: -355px !important; } } @media (max-width: 992px) { .pull-up-sm-355 { margin-top: -355px !important; } } @media (max-width: 768px) { .pull-up-xs-360 { margin-top: -360px !important; } } @media (max-width: 992px) { .pull-up-sm-360 { margin-top: -360px !important; } } @media (max-width: 768px) { .pull-up-xs-365 { margin-top: -365px !important; } } @media (max-width: 992px) { .pull-up-sm-365 { margin-top: -365px !important; } } @media (max-width: 768px) { .pull-up-xs-370 { margin-top: -370px !important; } } @media (max-width: 992px) { .pull-up-sm-370 { margin-top: -370px !important; } } @media (max-width: 768px) { .pull-up-xs-375 { margin-top: -375px !important; } } @media (max-width: 992px) { .pull-up-sm-375 { margin-top: -375px !important; } } @media (max-width: 768px) { .pull-up-xs-380 { margin-top: -380px !important; } } @media (max-width: 992px) { .pull-up-sm-380 { margin-top: -380px !important; } } @media (max-width: 768px) { .pull-up-xs-385 { margin-top: -385px !important; } } @media (max-width: 992px) { .pull-up-sm-385 { margin-top: -385px !important; } } @media (max-width: 768px) { .pull-up-xs-390 { margin-top: -390px !important; } } @media (max-width: 992px) { .pull-up-sm-390 { margin-top: -390px !important; } } @media (max-width: 768px) { .pull-up-xs-395 { margin-top: -395px !important; } } @media (max-width: 992px) { .pull-up-sm-395 { margin-top: -395px !important; } } @media (max-width: 768px) { .pull-up-xs-400 { margin-top: -400px !important; } } @media (max-width: 992px) { .pull-up-sm-400 { margin-top: -400px !important; } } @media (max-width: 768px) { .pull-up-xs-405 { margin-top: -405px !important; } } @media (max-width: 992px) { .pull-up-sm-405 { margin-top: -405px !important; } } @media (max-width: 768px) { .pull-up-xs-410 { margin-top: -410px !important; } } @media (max-width: 992px) { .pull-up-sm-410 { margin-top: -410px !important; } } @media (max-width: 768px) { .pull-up-xs-415 { margin-top: -415px !important; } } @media (max-width: 992px) { .pull-up-sm-415 { margin-top: -415px !important; } } @media (max-width: 768px) { .pull-up-xs-420 { margin-top: -420px !important; } } @media (max-width: 992px) { .pull-up-sm-420 { margin-top: -420px !important; } } @media (max-width: 768px) { .pull-up-xs-425 { margin-top: -425px !important; } } @media (max-width: 992px) { .pull-up-sm-425 { margin-top: -425px !important; } } @media (max-width: 768px) { .pull-up-xs-430 { margin-top: -430px !important; } } @media (max-width: 992px) { .pull-up-sm-430 { margin-top: -430px !important; } } @media (max-width: 768px) { .pull-up-xs-435 { margin-top: -435px !important; } } @media (max-width: 992px) { .pull-up-sm-435 { margin-top: -435px !important; } } @media (max-width: 768px) { .pull-up-xs-440 { margin-top: -440px !important; } } @media (max-width: 992px) { .pull-up-sm-440 { margin-top: -440px !important; } } @media (max-width: 768px) { .pull-up-xs-445 { margin-top: -445px !important; } } @media (max-width: 992px) { .pull-up-sm-445 { margin-top: -445px !important; } } @media (max-width: 768px) { .pull-up-xs-450 { margin-top: -450px !important; } } @media (max-width: 992px) { .pull-up-sm-450 { margin-top: -450px !important; } } @media (max-width: 768px) { .pull-up-xs-455 { margin-top: -455px !important; } } @media (max-width: 992px) { .pull-up-sm-455 { margin-top: -455px !important; } } @media (max-width: 768px) { .pull-up-xs-460 { margin-top: -460px !important; } } @media (max-width: 992px) { .pull-up-sm-460 { margin-top: -460px !important; } } @media (max-width: 768px) { .pull-up-xs-465 { margin-top: -465px !important; } } @media (max-width: 992px) { .pull-up-sm-465 { margin-top: -465px !important; } } @media (max-width: 768px) { .pull-up-xs-470 { margin-top: -470px !important; } } @media (max-width: 992px) { .pull-up-sm-470 { margin-top: -470px !important; } } @media (max-width: 768px) { .pull-up-xs-475 { margin-top: -475px !important; } } @media (max-width: 992px) { .pull-up-sm-475 { margin-top: -475px !important; } } @media (max-width: 768px) { .pull-up-xs-480 { margin-top: -480px !important; } } @media (max-width: 992px) { .pull-up-sm-480 { margin-top: -480px !important; } } @media (max-width: 768px) { .pull-up-xs-485 { margin-top: -485px !important; } } @media (max-width: 992px) { .pull-up-sm-485 { margin-top: -485px !important; } } @media (max-width: 768px) { .pull-up-xs-490 { margin-top: -490px !important; } } @media (max-width: 992px) { .pull-up-sm-490 { margin-top: -490px !important; } } @media (max-width: 768px) { .pull-up-xs-495 { margin-top: -495px !important; } } @media (max-width: 992px) { .pull-up-sm-495 { margin-top: -495px !important; } } @media (max-width: 768px) { .pull-up-xs-500 { margin-top: -500px !important; } } @media (max-width: 992px) { .pull-up-sm-500 { margin-top: -500px !important; } } [class*="pull-up-"] { position: relative; z-index: 10; } /* ++ spacers ======================================================= */ .sp-blank-0, .sp-line-0, .sp-trans-0, .sp-hatched-0, .sp-shadow-line-0 { height: 0px; } .sp-shadow-line-0 { margin-bottom: 0px; } .sp-blank-1, .sp-line-1, .sp-trans-1, .sp-hatched-1, .sp-shadow-line-1 { height: 1px; } .sp-shadow-line-1 { margin-bottom: 1px; } .sp-blank-5, .sp-line-5, .sp-trans-5, .sp-hatched-5, .sp-shadow-line-5 { height: 5px; } .sp-shadow-line-5 { margin-bottom: 5px; } .sp-blank-10, .sp-line-10, .sp-trans-10, .sp-hatched-10, .sp-shadow-line-10 { height: 10px; } .sp-shadow-line-10 { margin-bottom: 10px; } .sp-blank-15, .sp-line-15, .sp-trans-15, .sp-hatched-15, .sp-shadow-line-15 { height: 15px; } .sp-shadow-line-15 { margin-bottom: 15px; } .sp-blank-20, .sp-line-20, .sp-trans-20, .sp-hatched-20, .sp-shadow-line-20 { height: 20px; } .sp-shadow-line-20 { margin-bottom: 20px; } .sp-blank-25, .sp-line-25, .sp-trans-25, .sp-hatched-25, .sp-shadow-line-25 { height: 25px; } .sp-shadow-line-25 { margin-bottom: 25px; } .sp-blank-30, .sp-line-30, .sp-trans-30, .sp-hatched-30, .sp-shadow-line-30 { height: 30px; } .sp-shadow-line-30 { margin-bottom: 30px; } .sp-blank-35, .sp-line-35, .sp-trans-35, .sp-hatched-35, .sp-shadow-line-35 { height: 35px; } .sp-shadow-line-35 { margin-bottom: 35px; } .sp-blank-40, .sp-line-40, .sp-trans-40, .sp-hatched-40, .sp-shadow-line-40 { height: 40px; } .sp-shadow-line-40 { margin-bottom: 40px; } .sp-blank-45, .sp-line-45, .sp-trans-45, .sp-hatched-45, .sp-shadow-line-45 { height: 45px; } .sp-shadow-line-45 { margin-bottom: 45px; } .sp-blank-50, .sp-line-50, .sp-trans-50, .sp-hatched-50, .sp-shadow-line-50 { height: 50px; } .sp-shadow-line-50 { margin-bottom: 50px; } .sp-blank-60, .sp-line-60, .sp-trans-60, .sp-hatched-60, .sp-shadow-line-60 { height: 60px; } .sp-shadow-line-60 { margin-bottom: 60px; } .sp-blank-70, .sp-line-70, .sp-trans-70, .sp-hatched-70, .sp-shadow-line-70 { height: 70px; } .sp-shadow-line-70 { margin-bottom: 70px; } .sp-blank-75, .sp-line-75, .sp-trans-75, .sp-hatched-75, .sp-shadow-line-75 { height: 75px; } .sp-shadow-line-75 { margin-bottom: 75px; } .sp-blank-80, .sp-line-80, .sp-trans-80, .sp-hatched-80, .sp-shadow-line-80 { height: 80px; } .sp-shadow-line-80 { margin-bottom: 80px; } .sp-blank-90, .sp-line-90, .sp-trans-90, .sp-hatched-90, .sp-shadow-line-90 { height: 90px; } .sp-shadow-line-90 { margin-bottom: 90px; } .sp-blank-100, .sp-line-100, .sp-trans-100, .sp-hatched-100, .sp-shadow-line-100 { height: 100px; } .sp-shadow-line-100 { margin-bottom: 100px; } .sp-blank-120, .sp-line-120, .sp-trans-120, .sp-hatched-120, .sp-shadow-line-120 { height: 120px; } .sp-shadow-line-120 { margin-bottom: 120px; } .sp-blank-150, .sp-line-150, .sp-trans-150, .sp-hatched-150, .sp-shadow-line-150 { height: 150px; } .sp-shadow-line-150 { margin-bottom: 150px; } .sp-blank-180, .sp-line-180, .sp-trans-180, .sp-hatched-180, .sp-shadow-line-180 { height: 180px; } .sp-shadow-line-180 { margin-bottom: 180px; } .sp-blank-200, .sp-line-200, .sp-trans-200, .sp-hatched-200, .sp-shadow-line-200 { height: 200px; } .sp-shadow-line-200 { margin-bottom: 200px; } @media (max-width: 768px) { .sp-blank-xs-0, .sp-line-xs-0, .sp-trans-xs-0, .sp-hatched-xs-0, .sp-shadow-line-xs-0 { height: 0px; } } @media (max-width: 992px) { .sp-blank-sm-0, .sp-line-sm-0, .sp-trans-sm-0, .sp-hatched-sm-0, .sp-shadow-line-sm-0 { height: 0px; } } @media (max-width: 768px) { .sp-blank-xs-1, .sp-line-xs-1, .sp-trans-xs-1, .sp-hatched-xs-1, .sp-shadow-line-xs-1 { height: 1px; } } @media (max-width: 992px) { .sp-blank-sm-1, .sp-line-sm-1, .sp-trans-sm-1, .sp-hatched-sm-1, .sp-shadow-line-sm-1 { height: 1px; } } @media (max-width: 768px) { .sp-blank-xs-5, .sp-line-xs-5, .sp-trans-xs-5, .sp-hatched-xs-5, .sp-shadow-line-xs-5 { height: 5px; } } @media (max-width: 992px) { .sp-blank-sm-5, .sp-line-sm-5, .sp-trans-sm-5, .sp-hatched-sm-5, .sp-shadow-line-sm-5 { height: 5px; } } @media (max-width: 768px) { .sp-blank-xs-10, .sp-line-xs-10, .sp-trans-xs-10, .sp-hatched-xs-10, .sp-shadow-line-xs-10 { height: 10px; } } @media (max-width: 992px) { .sp-blank-sm-10, .sp-line-sm-10, .sp-trans-sm-10, .sp-hatched-sm-10, .sp-shadow-line-sm-10 { height: 10px; } } @media (max-width: 768px) { .sp-blank-xs-15, .sp-line-xs-15, .sp-trans-xs-15, .sp-hatched-xs-15, .sp-shadow-line-xs-15 { height: 15px; } } @media (max-width: 992px) { .sp-blank-sm-15, .sp-line-sm-15, .sp-trans-sm-15, .sp-hatched-sm-15, .sp-shadow-line-sm-15 { height: 15px; } } @media (max-width: 768px) { .sp-blank-xs-20, .sp-line-xs-20, .sp-trans-xs-20, .sp-hatched-xs-20, .sp-shadow-line-xs-20 { height: 20px; } } @media (max-width: 992px) { .sp-blank-sm-20, .sp-line-sm-20, .sp-trans-sm-20, .sp-hatched-sm-20, .sp-shadow-line-sm-20 { height: 20px; } } @media (max-width: 768px) { .sp-blank-xs-25, .sp-line-xs-25, .sp-trans-xs-25, .sp-hatched-xs-25, .sp-shadow-line-xs-25 { height: 25px; } } @media (max-width: 992px) { .sp-blank-sm-25, .sp-line-sm-25, .sp-trans-sm-25, .sp-hatched-sm-25, .sp-shadow-line-sm-25 { height: 25px; } } @media (max-width: 768px) { .sp-blank-xs-30, .sp-line-xs-30, .sp-trans-xs-30, .sp-hatched-xs-30, .sp-shadow-line-xs-30 { height: 30px; } } @media (max-width: 992px) { .sp-blank-sm-30, .sp-line-sm-30, .sp-trans-sm-30, .sp-hatched-sm-30, .sp-shadow-line-sm-30 { height: 30px; } } @media (max-width: 768px) { .sp-blank-xs-35, .sp-line-xs-35, .sp-trans-xs-35, .sp-hatched-xs-35, .sp-shadow-line-xs-35 { height: 35px; } } @media (max-width: 992px) { .sp-blank-sm-35, .sp-line-sm-35, .sp-trans-sm-35, .sp-hatched-sm-35, .sp-shadow-line-sm-35 { height: 35px; } } @media (max-width: 768px) { .sp-blank-xs-40, .sp-line-xs-40, .sp-trans-xs-40, .sp-hatched-xs-40, .sp-shadow-line-xs-40 { height: 40px; } } @media (max-width: 992px) { .sp-blank-sm-40, .sp-line-sm-40, .sp-trans-sm-40, .sp-hatched-sm-40, .sp-shadow-line-sm-40 { height: 40px; } } @media (max-width: 768px) { .sp-blank-xs-45, .sp-line-xs-45, .sp-trans-xs-45, .sp-hatched-xs-45, .sp-shadow-line-xs-45 { height: 45px; } } @media (max-width: 992px) { .sp-blank-sm-45, .sp-line-sm-45, .sp-trans-sm-45, .sp-hatched-sm-45, .sp-shadow-line-sm-45 { height: 45px; } } @media (max-width: 768px) { .sp-blank-xs-50, .sp-line-xs-50, .sp-trans-xs-50, .sp-hatched-xs-50, .sp-shadow-line-xs-50 { height: 50px; } } @media (max-width: 992px) { .sp-blank-sm-50, .sp-line-sm-50, .sp-trans-sm-50, .sp-hatched-sm-50, .sp-shadow-line-sm-50 { height: 50px; } } @media (max-width: 768px) { .sp-blank-xs-60, .sp-line-xs-60, .sp-trans-xs-60, .sp-hatched-xs-60, .sp-shadow-line-xs-60 { height: 60px; } } @media (max-width: 992px) { .sp-blank-sm-60, .sp-line-sm-60, .sp-trans-sm-60, .sp-hatched-sm-60, .sp-shadow-line-sm-60 { height: 60px; } } @media (max-width: 768px) { .sp-blank-xs-70, .sp-line-xs-70, .sp-trans-xs-70, .sp-hatched-xs-70, .sp-shadow-line-xs-70 { height: 70px; } } @media (max-width: 992px) { .sp-blank-sm-70, .sp-line-sm-70, .sp-trans-sm-70, .sp-hatched-sm-70, .sp-shadow-line-sm-70 { height: 70px; } } @media (max-width: 768px) { .sp-blank-xs-75, .sp-line-xs-75, .sp-trans-xs-75, .sp-hatched-xs-75, .sp-shadow-line-xs-75 { height: 75px; } } @media (max-width: 992px) { .sp-blank-sm-75, .sp-line-sm-75, .sp-trans-sm-75, .sp-hatched-sm-75, .sp-shadow-line-sm-75 { height: 75px; } } @media (max-width: 768px) { .sp-blank-xs-80, .sp-line-xs-80, .sp-trans-xs-80, .sp-hatched-xs-80, .sp-shadow-line-xs-80 { height: 80px; } } @media (max-width: 992px) { .sp-blank-sm-80, .sp-line-sm-80, .sp-trans-sm-80, .sp-hatched-sm-80, .sp-shadow-line-sm-80 { height: 80px; } } @media (max-width: 768px) { .sp-blank-xs-90, .sp-line-xs-90, .sp-trans-xs-90, .sp-hatched-xs-90, .sp-shadow-line-xs-90 { height: 90px; } } @media (max-width: 992px) { .sp-blank-sm-90, .sp-line-sm-90, .sp-trans-sm-90, .sp-hatched-sm-90, .sp-shadow-line-sm-90 { height: 90px; } } @media (max-width: 768px) { .sp-blank-xs-100, .sp-line-xs-100, .sp-trans-xs-100, .sp-hatched-xs-100, .sp-shadow-line-xs-100 { height: 100px; } } @media (max-width: 992px) { .sp-blank-sm-100, .sp-line-sm-100, .sp-trans-sm-100, .sp-hatched-sm-100, .sp-shadow-line-sm-100 { height: 100px; } } @media (max-width: 768px) { .sp-blank-xs-120, .sp-line-xs-120, .sp-trans-xs-120, .sp-hatched-xs-120, .sp-shadow-line-xs-120 { height: 120px; } } @media (max-width: 992px) { .sp-blank-sm-120, .sp-line-sm-120, .sp-trans-sm-120, .sp-hatched-sm-120, .sp-shadow-line-sm-120 { height: 120px; } } @media (max-width: 768px) { .sp-blank-xs-150, .sp-line-xs-150, .sp-trans-xs-150, .sp-hatched-xs-150, .sp-shadow-line-xs-150 { height: 150px; } } @media (max-width: 992px) { .sp-blank-sm-150, .sp-line-sm-150, .sp-trans-sm-150, .sp-hatched-sm-150, .sp-shadow-line-sm-150 { height: 150px; } } @media (max-width: 768px) { .sp-blank-xs-180, .sp-line-xs-180, .sp-trans-xs-180, .sp-hatched-xs-180, .sp-shadow-line-xs-180 { height: 180px; } } @media (max-width: 992px) { .sp-blank-sm-180, .sp-line-sm-180, .sp-trans-sm-180, .sp-hatched-sm-180, .sp-shadow-line-sm-180 { height: 180px; } } @media (max-width: 768px) { .sp-blank-xs-200, .sp-line-xs-200, .sp-trans-xs-200, .sp-hatched-xs-200, .sp-shadow-line-xs-200 { height: 200px; } } @media (max-width: 992px) { .sp-blank-sm-200, .sp-line-sm-200, .sp-trans-sm-200, .sp-hatched-sm-200, .sp-shadow-line-sm-200 { height: 200px; } } [class^="sp-line-"], [class^="sp-trans-"] { position: relative; } .dark-wrapper [class^="sp-line-"], .dark-wrapper [class^="sp-trans-"] {} .dark-wrapper [class^="sp-line-"]:after, .dark-wrapper [class^="sp-trans-"]:after { background-color: #4b4b4b; } [class^="sp-line-"]:after, [class^="sp-trans-"]:after { content: ''; width: 100%; height: 1px; background-color: #dedede; display: block; top: 50%; position: relative; } [class*="sp-hatched-"] { position: relative; } [class*="sp-hatched-"]:after { content: ''; width: 100%; height: 100%; display: block; background: url(../../../../../build/assets/img/backgrounds/pattern-bg.png) repeat; position: absolute; } .dark-wrapper [class^="sp-trans-"] {} .dark-wrapper [class^="sp-trans-"]:after { background-color: transparent; background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(61,61,61,0.97) 30%, rgba(61,61,61,1) 50%, rgba(61,61,61,0.97) 70%, rgba(236,236,236,0) 100%); } [class^="sp-trans-"]:after { background-color: transparent; background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(246,246,246,0.97) 30%, rgba(246,246,246,1) 50%, rgba(246,246,246,0.97) 70%, rgba(236,236,236,0) 100%); } [class^="sp-shadow-line-"] { position: relative; } [class^="sp-shadow-line-"]:after { content: ''; position: absolute; bottom: -20px; left: 0; width: 100%; display: block; height: 20px; opacity: 0.4; background-image: url("../img/line-shadow.png"); background-color: transparent; background-repeat: no-repeat; background-position: top center; background-size: contain; } [class^="sp-blank-"], [class^="sp-line-"], [class^="sp-trans-"], [class^="sp-hatched-"] { clear: both; display: block; } /* ++ overlay ======================================================= */ .ol-overlay-50 { opacity: 0.50; } .ol-overlay-80 { opacity: 0.80; } .ol-overlay-40 { opacity: 0.40; } .ol-overlay-20 { opacity: 0.20; } [class^="ol-overlay-"] { position: absolute; content: ""; width: 100%; height: 100%; top: 0; left: 0; background-color: #fff; } .dark[class^="ol-overlay-"] { background-color: #000; } .shadow, .shadow-line { position: relative; } .shadow:after, .shadow-line:after { content: ""; position: absolute; bottom: -50px; width: 100%; display: block; height: 50px; background-image: url("../img/header-shadow.png"); background-repeat: no-repeat; background-position: top center; background-size: contain; opacity: 1; } .shadow-line { margin-bottom: 20px; } .shadow-line:after { bottom: -20px; width: 100%; display: block; height: 20px; opacity: 0.4; background-image: url("../img/line-shadow.png"); background-color: transparent; } .inner-wrapper { position: relative; } .relative { position: relative; } /* ++ Vertical-Center utility with absolute positioning ======================================================= The parent of .vcente-wrapper should have a height and be positioned relatively */ .vcenter-wrapper { position: absolute; top: 0; left: 0; right: 0; bottom: 0; z-index: 1; } /* if the is a container take care of that */ .vcenter-wrapper .container { position: relative; height: 100%; } .vcenter-wrapper .vcenter { transform: translate(-50%, -50%); transform: translate3d(-50%, -50%, 0.1px); display: inline-block; position: absolute; top: 50%; right: auto; left: 50%; z-index: 2; -webkit-filter: blur(0); } .vcenter-wrapper .vleft { transform: translate(0, -50%); transform: translate3d(0, -50%, 0.1px); left: 0; right: auto; padding-left: inherit; } .vcenter-wrapper .vright { transform: translate(0,-50%); transform: translate3d(0, -50%, 0.1px); left: auto; right: 0; padding-right: inherit; } .vertical-center-transform { position: absolute; transform: translate3d(0, -50%, 0.1px); top: 50%; -webkit-filter: blur(0); } /* ++ Vertical-Center utility with table ======================================================= */ .tb-vcenter-wrapper { position: relative; display: table; width: 100%; height: 100%; } .tb-vcenter-wrapper .vcenter { display: table-cell; vertical-align: middle; float: none; } .set-bg { background-size: cover; background-position: center center; } .set-bg.pattern { background-size: initial; background-repeat: repeat; } .set-bg img.set-me { display: none; } .chaos-icons-list { margin: 0; padding: 0; list-style: none; } .chaos-icons-list li { margin: 0; padding: 0; overflow: hidden; margin-bottom: 25px; } .chaos-icons-list i { margin: 0; margin-right: 10px; padding: 13px; color: #162a36 !important; overflow: hidden; float: left; font-size: 24px; } .chaos-icons-list input { margin: 0; margin-top: 5px; padding: 8px; line-height: 16px; font-size: 14px; display: block; width: 170px; height: 40px; border: 1px solid #d8e0e5; -webkit-border-radius: 5px; border-radius: 5px; background: #fff; outline: 0; float: left; color: #acacac; } .with-social-share { position: relative; z-index: 5; } .with-social-share .social-share { position: absolute; top: 0; left: 5%; width: 60%; height: 50px; } .with-social-share .social-share .trigger { position: relative; top: -25px; float: left; cursor: pointer; } .with-social-share .social-share .trigger >i:after { transform: scale(0.9); transition: all 0.2s ease; } .with-social-share .social-share .trigger:hover >i:after, .with-social-share .social-share .trigger:focus >i:after { transform: scale(1.4); } .with-social-share .social-share .items { font-size: 10px; font-family: "Play",sans-serif; } .with-social-share .social-share .items a { position: relative; padding: 0 5px; padding-top: 15px; text-decoration: none; float: left; } .with-social-share .social-share.active .trigger >i:after { transform: scale(1.4); } .with-social-share .social-share.right { right: 5%; left: auto; } .with-social-share .social-share.right .trigger { float: right; } .with-social-share .social-share.right .items { text-align: right; } .with-social-share .social-share.right .items a { float: right; } .with-social-share .social-share.bottom { top: auto; bottom: -25px; } .with-social-share .social-share.bottom .trigger { top: auto; } .with-social-share .social-share.bottom .items a { padding-top: 0; padding-bottom: 15px; } .dark-wrapper .with-social-share .items a:hover, .dark-wrapper .with-social-share .items a:focus { color: #fff; } /* ++ inline wrapper makes the "display" of every elements within itself dipplay inline-block =========================================================================================== */ .inline-wrapper > * { display: inline-block; margin-left: 20px; } .inline-wrapper > *:first-child { margin-left: 0; } .inline-image {} .inline-image-left, .inline-image-right, .inline-image-center { position: relative; width: 260px; height: auto; margin: 0 30px; } .inline-image-left img, .inline-image-right img, .inline-image-center img { width: 100%; } .inline-image-left { float: left; margin-left: 0; } .inline-image-right { float: right; margin-right: 0; } .caption-img {} .caption-img.off-container { margin-left: -60px; margin-right: -60px; } .caption-img.off-container .caption { margin-left: 60px; } .caption-img.left-align, .caption-img.right-align { max-width: 40%; margin-bottom: 10px; } .caption-img.left-align { float: left; margin-right: 35px; } .caption-img.left-align .caption { margin-right: 20%; } .caption-img.right-align { float: right; margin-left: 35px; } .caption-img.right-align .caption { border-left: none; border-right: 1px solid #dedede; text-align: right; margin-right: 60px; margin-left: 20%; } .extend-bg-color { position: relative; } .extend-bg-color:after { background-color: inherit; content: ""; position: absolute; top: 0; height: 100%; width: 1000%; z-index: -1; } .extend-bg-color.left:after { right: 0; } .extend-bg-color.right:after { left: 0; } .block-elem { display: block; } .p-bg-pan-up { background-position: center center; } .no-pad { padding: 0 !important; } .no-pad-rl { padding-right: 0 !important; padding-left: 0 !important; } .no-pad-tb { padding-top: 0 !important; padding-bottom: 0 !important; } .scroll-icon { position: absolute; bottom: 50px; left: 50%; width: 36px; height: 36px; margin-left: -18px; background-image: url(../img/mouse-scroll.png); background-repeat: no-repeat; background-position: center; } .fix-me { position: fixed; } .white { color: #fff; } /* Typography * =================================================== */ body { font-family: 'Sintony',sans-serif; font-size: 14px; color: #636363; line-height: 1.3; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } p { line-height: 24px; margin-bottom: 20px; color: #777; } * p:last-child { margin-bottom: 0; } a { color: #505050; text-decoration: none; } a:hover, a:focus { color: #a9e84f; } .theme-color { color: #a9e84f; } .white-color { color: #fff !important; } .dark-color { color: #4b4b4b !important; } h1, h2, h3, h4, h5, h6 { font-family: "Play",sans-serif; font-weight: 700; margin: 0; padding: 0; color: #4b4b4b; } h1, .h1 { font-size: 30px; margin-bottom: 30px; } h2, .h2 { font-size: 24px; margin-bottom: 25px; } h3, .h3 { font-size: 20px; margin-bottom: 20px; } h4, .h4 { font-size: 18px; margin-bottom: 15px; } h5, .h5 { font-size: 16px; margin-bottom: 15px; } h6, .h6 { font-size: 14px; margin-bottom: 15px; } h1, h2, h3, h4, h5, h6 {} h1.with-sideline, h2.with-sideline, h3.with-sideline, h4.with-sideline, h5.with-sideline, h6.with-sideline { position: relative; padding-left: 70px; } h1.with-sideline:before, h2.with-sideline:before, h3.with-sideline:before, h4.with-sideline:before, h5.with-sideline:before, h6.with-sideline:before { content: ''; position: absolute; top: 50%; left: 0; background-color: #4b4b4b; height: 1px; width: 60px; } h1.with-underline, h2.with-underline, h3.with-underline, h4.with-underline, h5.with-underline, h6.with-underline { font-size: 14px; text-transform: uppercase; margin-bottom: 30px; position: relative; border-bottom: 1px solid #dedede; padding-bottom: 5px; } h1.with-underline:after, h2.with-underline:after, h3.with-underline:after, h4.with-underline:after, h5.with-underline:after, h6.with-underline:after { position: absolute; content: ""; bottom: -1px; left: 0; height: 1px; width: 45px; background-color: #333; } .heading-with-sub { margin-bottom: 30px; } .heading-with-sub h1, .heading-with-sub h2, .heading-with-sub h3, .heading-with-sub h4, .heading-with-sub h5, .heading-with-sub h6 { margin-bottom: 0; } .heading-with-sub .title { margin-bottom: 20px; } .heading-with-sub h3.title { margin-bottom: 10px; } .heading-with-sub .subtitle, .heading-with-sub .lead { color: #707070; font-family: "Merriweather",serif; font-weight: 300; font-style: italic; margin: 0; max-width: 600px; line-height: 1.3; margin-bottom: 10px; } .heading-with-sub .lead { font-size: 14px; line-height: 1.5; } .heading-with-sub h1.subtitle { font-size: 20px; } .heading-with-sub h2.subtitle { font-size: 18px; } .heading-with-sub h3.subtitle { font-size: 16px; } .heading-with-sub h4.subtitle { font-size: 14px; } .heading-with-sub h5.subtitle { font-size: 13px; } .heading-with-sub h6.subtitle { font-size: 12px; } .heading-with-sub .sp-line { border-bottom: 1px solid #dedede; margin: 25px 0; } .heading-with-sub.text-center .subtitle, .heading-with-sub.text-center .lead { margin: 0 auto; } .ol-dropcaps { font-size: 26px; display: inline-block; float: left; width: 36px; height: 36px; line-height: 33px; text-align: center; margin-right: 10px; border: 1px solid #636363; font-family: "Play",sans-serif; margin-top: 8px; } .ol-dropcaps.filled { color: #fff; background-color: #333; border: 1px solid #333; } .ol-dropcaps.colored { color: #fff; background-color: #a9e84f; border: 1px solid #a9e84f; } .ol-dropcaps.circle { border-radius: 50%; } .ol-dropcaps.bordered { background-color: transparent; } .ol-dropcaps.skin-dark {} .ol-dropcaps.skin-dark.filled { background-color: #f5f5f5; color: #505050; } blockquote { padding: 10px 20px; margin: 0 0 20px; font-size: 16px; border-left: 5px solid #dedede; } blockquote.quote { font-family: "Merriweather",serif; font-weight: normal; color: #ccc; font-size: 16px; line-height: 30px; border: none; margin: 0 5%; position: relative; padding: 0 35px; } blockquote.quote p { font-size: 18px; line-height: 30px; } blockquote.quote:before { speak: none; font-style: normal; font-weight: 400; font-variant: normal; content: "\201C"; position: absolute; width: 48px; height: 48px; line-height: 48px; font-size: 42px; top: 0; left: 0; color: $chaos_light_lighter; } p {} p.tight { line-height: 18px; } p.loose { line-height: 28px; } p.lead { color: #707070; font-weight: 300; font-style: italic; line-height: 1.3; font-size: 14px; } p.highlight { font-family: "Merriweather",serif; font-size: 20px; line-height: 30px; padding: 0 10%; margin: 60px 0; } .primary-font { font-family: 'Sintony',sans-serif !important; } .secondry-font { font-family: "Play",sans-serif !important; } .sans-font { font-family: "Merriweather",serif !important; } .large-text { font-size: 48px; } .large-typo { font-size: 16px; line-height: 30px; } .large-typo h2 { font-size: 28px; } .large-typo > * { margin-bottom: 30px; } .large-typo p { font-size: 16px; line-height: 30px; } .large-typo .caption-img { margin-bottom: 50px; margin-top: 50px; } .large-typo .caption-img.left-align, .large-typo .caption-img.right-align { margin-bottom: 15px; margin-top: 0; } .large-typo blockquote { margin-top: 60px; margin-bottom: 60px; } .large-typo p.highlight { font-size: 20px; line-height: 30px; font-weight: 700; } .large-typo .ol-dropcaps { width: 45px; height: 45px; line-height: 43px; margin-right: 15px; margin-top: 8px; font-size: 40px; } /*ToDo change below classes*/ .ol-heading .title { font-size: 20px; margin-bottom: 10px; } .ol-heading .sub-title { font-size: 14px; color: #8C8A8A; margin-bottom: 0; } .dark-wrapper { color: #bbb; } .dark-wrapper h1, .dark-wrapper h2, .dark-wrapper h3, .dark-wrapper h4, .dark-wrapper h5, .dark-wrapper h6 { color: #fff; } .dark-wrapper h1.with-sideline, .dark-wrapper h2.with-sideline, .dark-wrapper h3.with-sideline, .dark-wrapper h4.with-sideline, .dark-wrapper h5.with-sideline, .dark-wrapper h6.with-sideline {} .dark-wrapper h1.with-sideline:before, .dark-wrapper h2.with-sideline:before, .dark-wrapper h3.with-sideline:before, .dark-wrapper h4.with-sideline:before, .dark-wrapper h5.with-sideline:before, .dark-wrapper h6.with-sideline:before { background-color: #f5f5f5; } .dark-wrapper h1.with-underline, .dark-wrapper h2.with-underline, .dark-wrapper h3.with-underline, .dark-wrapper h4.with-underline, .dark-wrapper h5.with-underline, .dark-wrapper h6.with-underline { border-bottom-color: #4f4f4f; } .dark-wrapper h1.with-underline:after, .dark-wrapper h2.with-underline:after, .dark-wrapper h3.with-underline:after, .dark-wrapper h4.with-underline:after, .dark-wrapper h5.with-underline:after, .dark-wrapper h6.with-underline:after { background-color: #f5f5f5; } .dark-wrapper .heading-with-sub .subtitle, .dark-wrapper .heading-with-sub .lead { color: #9F9F9F; } .dark-wrapper p { color: #bbb; } .dark-wrapper .theme-color { color: #a9e84f; } .dark-wrapper .with-shaded-label .shaded-label { color: #4f4f4f; } .dark-wrapper ol.with-shaded-label li { color: #f5f5f5; } .dark-wrapper ol.with-shaded-label li:before { color: #4f4f4f; } .dark-wrapper a { color: #B6B6B6; } .dark-wrapper a:hover, .dark-wrapper a:focus { color: #fff; } .dark-wrapper blockquote { border-color: #4b4b4b; } .dark-wrapper hr { border-color: #4b4b4b; } .all-white h1, .all-white h2, .all-white h3, .all-white h4, .all-white h5, .all-white h6 { color: #fff !important; text-shadow: 1px 1px 1px #000 !important; } .all-white h1:before, .all-white h2:before, .all-white h3:before, .all-white h4:before, .all-white h5:before, .all-white h6:before { background-color: #f1f1f1 !important; } .all-white * { color: #fff !important; } /* Layouts * =================================================== * - varius layouts */ /*boxed-layout*/ .boxed-layout, .boxed-layout-padding { position: relative; } .boxed-layout, .boxed-layout-padding, .boxed-layout-padding #header.is-sticky, .boxed-layout #header.is-sticky { max-width: 1360px; } .boxed-layout { box-shadow: #000000 0px 0px 10px -4px; margin: 0 auto; } .boxed-layout-padding { box-shadow: #c1c1c1 0px 0px 2px 1px; margin: 0 auto;/* Don't know why? &:before, &:after{ content:""; height: 100px; display: block; }*/ margin: 100px auto; } /*bg-pattern*/ .bg-pattern { background: url(../img/patterns/01.png) center center repeat; } .bg-pattern-2 { background: url(../img/patterns/02.png) center center repeat; } .bg-pattern-3 { background: url(../img/patterns/03.png) center center repeat; } .bg-pattern-4 { background: url(../img/patterns/04.png) center center repeat; } .bg-pattern-5 { background: url(../img/patterns/05.png) center center repeat; } .bg-image { background: url(../img/backgrounds/image-bg.jpg) center center no-repeat; background-size: cover; background-attachment: fixed; } #contents { overflow-x: hidden; } .page-contents { background-color: #fff; position: relative; z-index: 2; } .section { background-color: #fff; padding: 120px 0; } .section.section-narrow { padding: 80px 0; } .section.section-narrow-2 { padding: 100px 0; } .section.section-thick { padding: 170px 0; } .section.section-nopadding { padding: 0; } .section.full-width { padding-right: 0; padding-left: 0; } .section.full-width > .container { width: 100%; padding-right: 0; padding-left: 0; } .section.full-width > .container .row { margin-right: 0; margin-left: 0; } .row.no-space-grid { margin-right: 0; margin-left: 0; } .row.no-space-grid >div[class*="col-"] { padding-right: 0; padding-left: 0; } @media (min-width: 992px) { .slim-container .container { width: 800px; } } @media (min-width: 1200px) { .slim-container .container { width: 900px; } } /* Bootstrap multi-same-columns **************************************************/ /* clear first in row in ie 8 or lower */ .multi-columns-row .first-in-row { clear: left; } /* clear the first in row for any block that has the class "multi-columns-row" */ .multi-columns-row .col-xs-6:nth-child(2n + 3) { clear: left; } .multi-columns-row .col-xs-4:nth-child(3n + 4) { clear: left; } .multi-columns-row .col-xs-3:nth-child(4n + 5) { clear: left; } .multi-columns-row .col-xs-2:nth-child(6n + 7) { clear: left; } .multi-columns-row .col-xs-1:nth-child(12n + 13) { clear: left; } @media (min-width: 768px) {/* reset if we have sm class */ .multi-columns-row [class*="col-"][class*="col-sm-"] { clear: none; }/* clear first in row for small columns */ .multi-columns-row .col-sm-6:nth-child(2n + 3) { clear: left; } .multi-columns-row .col-sm-4:nth-child(3n + 4) { clear: left; } .multi-columns-row .col-sm-3:nth-child(4n + 5) { clear: left; } .multi-columns-row .col-sm-2:nth-child(6n + 7) { clear: left; } .multi-columns-row .col-sm-1:nth-child(12n + 13) { clear: left; } } @media (min-width: 992px) {/* reset if we have md class */ .multi-columns-row [class*="col-"][class*="col-md-"] { clear: none; }/* clear first in row for medium columns */ .multi-columns-row .col-md-6:nth-child(2n + 3) { clear: left; } .multi-columns-row .col-md-4:nth-child(3n + 4) { clear: left; } .multi-columns-row .col-md-3:nth-child(4n + 5) { clear: left; } .multi-columns-row .col-md-2:nth-child(6n + 7) { clear: left; } .multi-columns-row .col-md-1:nth-child(12n + 13) { clear: left; } } @media (min-width: 1200px) {/* reset if we have lg class */ .multi-columns-row [class*="col-"][class*="col-lg-"] { clear: none; }/* clear first in row for large columns */ .multi-columns-row .col-lg-6:nth-child(2n + 3) { clear: left; } .multi-columns-row .col-lg-4:nth-child(3n + 4) { clear: left; } .multi-columns-row .col-lg-3:nth-child(4n + 5) { clear: left; } .multi-columns-row .col-lg-2:nth-child(6n + 7) { clear: left; } .multi-columns-row .col-lg-1:nth-child(12n + 13) { clear: left; } } .multi-columns-row[class*="col-margin-bottom-"] { overflow: hidden !important; } /* Rows with vertical centered columns **************************************************/ .row.tb-vcenter-wrapper { margin-left: -15px; margin-right: 0; width: calc(100% + 30px); } .row.tb-vcenter-wrapper > [class*='col-'].vcenter { display: block; } .row.tb-vcenter-wrapper > [class*='col-xs-'].vcenter { display: table-cell; } @media (min-width: 768px) { .row.tb-vcenter-wrapper > [class*='col-sm-'].vcenter { display: table-cell; } } @media (min-width: 992px) { .row.tb-vcenter-wrapper > [class*='col-md-'].vcenter { display: table-cell; } } @media (min-width: 1200px) { .row.tb-vcenter-wrapper > [class*='col-lg-'].vcenter { display: table-cell; } } .multi-columns-row {} .multi-columns-row.col-margin-bottom-10 { margin-bottom: -10px !important; } .multi-columns-row.col-margin-bottom-10 [class^="col-"] { margin-bottom: 10px !important; } .multi-columns-row {} .multi-columns-row.col-margin-bottom-20 { margin-bottom: -20px !important; } .multi-columns-row.col-margin-bottom-20 [class^="col-"] { margin-bottom: 20px !important; } .multi-columns-row {} .multi-columns-row.col-margin-bottom-30 { margin-bottom: -30px !important; } .multi-columns-row.col-margin-bottom-30 [class^="col-"] { margin-bottom: 30px !important; } .multi-columns-row {} .multi-columns-row.col-margin-bottom-40 { margin-bottom: -40px !important; } .multi-columns-row.col-margin-bottom-40 [class^="col-"] { margin-bottom: 40px !important; } .multi-columns-row {} .multi-columns-row.col-margin-bottom-50 { margin-bottom: -50px !important; } .multi-columns-row.col-margin-bottom-50 [class^="col-"] { margin-bottom: 50px !important; } .multi-columns-row {} .multi-columns-row.col-margin-bottom-60 { margin-bottom: -60px !important; } .multi-columns-row.col-margin-bottom-60 [class^="col-"] { margin-bottom: 60px !important; } .multi-columns-row {} .multi-columns-row.col-margin-bottom-70 { margin-bottom: -70px !important; } .multi-columns-row.col-margin-bottom-70 [class^="col-"] { margin-bottom: 70px !important; } .multi-columns-row {} .multi-columns-row.col-margin-bottom-80 { margin-bottom: -80px !important; } .multi-columns-row.col-margin-bottom-80 [class^="col-"] { margin-bottom: 80px !important; } .multi-columns-row {} .multi-columns-row.col-margin-bottom-90 { margin-bottom: -90px !important; } .multi-columns-row.col-margin-bottom-90 [class^="col-"] { margin-bottom: 90px !important; } .multi-columns-row {} .multi-columns-row.col-margin-bottom-100 { margin-bottom: -100px !important; } .multi-columns-row.col-margin-bottom-100 [class^="col-"] { margin-bottom: 100px !important; } @media (max-width: 992px) { .multi-columns-row {} .multi-columns-row.col-margin-bottom-sm-10 { margin-bottom: -10px !important; } .multi-columns-row.col-margin-bottom-sm-10 [class^="col-"] { margin-bottom: 10px !important; } .multi-columns-row {} .multi-columns-row.col-margin-bottom-sm-20 { margin-bottom: -20px !important; } .multi-columns-row.col-margin-bottom-sm-20 [class^="col-"] { margin-bottom: 20px !important; } .multi-columns-row {} .multi-columns-row.col-margin-bottom-sm-30 { margin-bottom: -30px !important; } .multi-columns-row.col-margin-bottom-sm-30 [class^="col-"] { margin-bottom: 30px !important; } .multi-columns-row {} .multi-columns-row.col-margin-bottom-sm-40 { margin-bottom: -40px !important; } .multi-columns-row.col-margin-bottom-sm-40 [class^="col-"] { margin-bottom: 40px !important; } .multi-columns-row {} .multi-columns-row.col-margin-bottom-sm-50 { margin-bottom: -50px !important; } .multi-columns-row.col-margin-bottom-sm-50 [class^="col-"] { margin-bottom: 50px !important; } .multi-columns-row {} .multi-columns-row.col-margin-bottom-sm-60 { margin-bottom: -60px !important; } .multi-columns-row.col-margin-bottom-sm-60 [class^="col-"] { margin-bottom: 60px !important; } .multi-columns-row {} .multi-columns-row.col-margin-bottom-sm-70 { margin-bottom: -70px !important; } .multi-columns-row.col-margin-bottom-sm-70 [class^="col-"] { margin-bottom: 70px !important; } .multi-columns-row {} .multi-columns-row.col-margin-bottom-sm-80 { margin-bottom: -80px !important; } .multi-columns-row.col-margin-bottom-sm-80 [class^="col-"] { margin-bottom: 80px !important; } .multi-columns-row {} .multi-columns-row.col-margin-bottom-sm-90 { margin-bottom: -90px !important; } .multi-columns-row.col-margin-bottom-sm-90 [class^="col-"] { margin-bottom: 90px !important; } .multi-columns-row {} .multi-columns-row.col-margin-bottom-sm-100 { margin-bottom: -100px !important; } .multi-columns-row.col-margin-bottom-sm-100 [class^="col-"] { margin-bottom: 100px !important; } } @media (max-width: 768px) { .multi-columns-row {} .multi-columns-row.col-margin-bottom-xs-10 { margin-bottom: -10px !important; } .multi-columns-row.col-margin-bottom-xs-10 [class^="col-"] { margin-bottom: 10px !important; } .multi-columns-row {} .multi-columns-row.col-margin-bottom-xs-20 { margin-bottom: -20px !important; } .multi-columns-row.col-margin-bottom-xs-20 [class^="col-"] { margin-bottom: 20px !important; } .multi-columns-row {} .multi-columns-row.col-margin-bottom-xs-30 { margin-bottom: -30px !important; } .multi-columns-row.col-margin-bottom-xs-30 [class^="col-"] { margin-bottom: 30px !important; } .multi-columns-row {} .multi-columns-row.col-margin-bottom-xs-40 { margin-bottom: -40px !important; } .multi-columns-row.col-margin-bottom-xs-40 [class^="col-"] { margin-bottom: 40px !important; } .multi-columns-row {} .multi-columns-row.col-margin-bottom-xs-50 { margin-bottom: -50px !important; } .multi-columns-row.col-margin-bottom-xs-50 [class^="col-"] { margin-bottom: 50px !important; } .multi-columns-row {} .multi-columns-row.col-margin-bottom-xs-60 { margin-bottom: -60px !important; } .multi-columns-row.col-margin-bottom-xs-60 [class^="col-"] { margin-bottom: 60px !important; } .multi-columns-row {} .multi-columns-row.col-margin-bottom-xs-70 { margin-bottom: -70px !important; } .multi-columns-row.col-margin-bottom-xs-70 [class^="col-"] { margin-bottom: 70px !important; } .multi-columns-row {} .multi-columns-row.col-margin-bottom-xs-80 { margin-bottom: -80px !important; } .multi-columns-row.col-margin-bottom-xs-80 [class^="col-"] { margin-bottom: 80px !important; } .multi-columns-row {} .multi-columns-row.col-margin-bottom-xs-90 { margin-bottom: -90px !important; } .multi-columns-row.col-margin-bottom-xs-90 [class^="col-"] { margin-bottom: 90px !important; } .multi-columns-row {} .multi-columns-row.col-margin-bottom-xs-100 { margin-bottom: -100px !important; } .multi-columns-row.col-margin-bottom-xs-100 [class^="col-"] { margin-bottom: 100px !important; } } @media (max-width: 1400px) { .boxed-layout-padding, .boxed-layout, .boxed-layout-padding #header.is-sticky, .boxed-layout #header.is-sticky { max-width: 1100px; } .boxed-layout-padding .container, .boxed-layout .container, .boxed-layout-padding #header.is-sticky .container, .boxed-layout #header.is-sticky .container { width: 1040px; } } @media (max-width: 1100px) { .boxed-layout-padding, .boxed-layout, .boxed-layout-padding #header.is-sticky, .boxed-layout #header.is-sticky { max-width: 100%; } .boxed-layout-padding .container, .boxed-layout .container, .boxed-layout-padding #header.is-sticky .container, .boxed-layout #header.is-sticky .container { width: 100%; } .boxed-layout-padding { margin-top: 0; margin-bottom: 0; } } /* side-header layout */ @media only screen and (min-width : 1200px) {/* layout */ .side-header #header { position: fixed; left: 0; width: 260px; height: 100%; } .side-header #header .container { width: auto; padding: 0; } .side-header #header .header-icons { display: block; line-height: 60px; } .side-header #header .header-icons .cart { display: none; } .side-header #header .header-icons .search { position: relative; } .side-header #header .header-icons .search >a { position: absolute; top: 50%; transform: translateY(-50%); right: 40px; z-index: 2; } .side-header #header .header-icons .search .search-area { visibility: visible; opacity: 1; position: static; transform: none; width: 260px; } .side-header #header .header-icons .search .search-area .search-bar-wrapper { width: 100%; background-color: rgba(146, 146, 146, 0.1); border-radius: 0; box-shadow: none; } .side-header #header .header-icons .search .search-area .search-bar-wrapper:after { content: none; }/* style */ .side-header #header { box-shadow: 2px 0 5px -4px rgba(0, 0, 0, 0.5); } .side-header #header.dark { border: none; background-color: #333; } .side-header #wrapper { margin-left: 260px; } } .dark-wrapper.page-contents, .dark-wrapper .page-contents { background-color: #333; } /* adjust widths at side-header layout */ @media only screen and (min-width : 1025px) { .side-header #contents .container, .side-header #footer .container { width: 750px; } } @media only screen and (min-width : 1200px) { .side-header #contents .container, .side-header #footer .container { width: 950px; } } @media only screen and (min-width : 1400px) { .side-header #contents .container, .side-header #footer .container { width: 1000px; } } @media only screen and (min-width : 1900px) { .side-header #contents .container, .side-header #footer .container { width: 1200px; } } /* Headers * =================================================== * - Header variations */ #header { position: relative; z-index: 500; border-bottom: 1px solid #dedede; box-shadow: 0px 2px 10px -7px rgba(0,0,0,0.5); background-color: #fff; } #header .container { position: relative; } #header .visible-sticky { display: none; } #header .logo-wrapper { max-width: 250px; } #header .logo-wrapper a {} #header .logo-wrapper a:hover, #header .logo-wrapper a:focus { text-decoration: none; } #header .logo-wrapper a.retina-logo { display: none; } #header .logo-wrapper img { max-height: 46px; width: auto; } #header .logo-wrapper img:last-child { display: none; } #header .logo-wrapper img:first-child { display: inline-block; } #header .text-logo { text-decoration: none; } #header .text-logo >img { width: 70px; height: 70px; display: inline-block; vertical-align: middle; border-radius: 50%; max-height: none !important; } #header .text-logo .text-wrapper { display: inline-block; vertical-align: middle; text-align: left; margin-left: 10px; } #header .text-logo .text-wrapper .title { font-size: 12px; margin-bottom: 0; } #header .text-logo .text-wrapper .title span { font-size: 20px; display: block; } #header #primary-menu, #header .header-icons { display: inline-block; vertical-align: middle; line-height: inherit; } #header #primary-menu >*, #header .header-icons >* { min-width: 30px; text-align: center; } #header .cart, #header .search, #header .ol-mobile-trigger { display: inline-block; text-align: center; } #header .cart { position: relative; min-width: 40px; text-align: center; } #header .cart > a { color: rgba(0, 0, 0, 0.53); font-family: "Play",sans-serif; text-decoration: none; text-transform: uppercase; } #header .cart > a i { font-size: 15px; line-height: 20px; position: relative; line-height: 1; top: 1px; position: relative; z-index: 2; } #header .cart > a .number { position: absolute; top: 50%; right: -4px; margin-top: -18px; z-index: 1; border-radius: 50%; width: 18px; height: 18px; line-height: 18px; background: #f5f5f5; background: rgba(215, 215, 215, 0.3); text-align: center; font-size: 10px; } #header .cart .cart-inner { opacity: 0; visibility: hidden; text-align: left; position: absolute; right: 0; top: 100%; background-color: #1e1e1e; width: 320px; padding: 20px 40px 40px 40px; transition: all 0.25s ease; color: #bbb; line-height: 1; } #header .cart .cart-inner h3, #header .cart .cart-inner a:not(.btn) { color: #b1b1b1; } #header .cart .cart-inner a:hover { color: #f5f5f5; } #header .cart .cart-inner ul.cart-items { margin: 0; padding: 0; list-style: none; } #header .cart .cart-inner ul.cart-items li.item { position: relative; padding-bottom: 20px; padding-top: 20px; border-bottom: 1px solid rgba(204, 204, 204, 0.2); } #header .cart .cart-inner ul.cart-items li.item img { float: left; width: 60px; height: auto; } #header .cart .cart-inner ul.cart-items li.item .description { padding-left: 70px; font-size: 14px; line-height: 16px; padding-right: 25px; } #header .cart .cart-inner ul.cart-items li.item .description span { font-size: 14px; letter-spacing: 1.5px; display: block; margin-top: 15px; } #header .cart .cart-inner ul.cart-items li.item a { text-decoration: none; } #header .cart .cart-inner .subtotal { margin-top: 20px; margin-bottom: 20px; } #header .cart .cart-inner .subtotal h3 { font-size: 14px; letter-spacing: 1.5px; text-transform: uppercase; } #header .cart .cart-inner .subtotal h3 span { float: right; } #header .cart .cart-inner .cart-remove-icon { position: absolute; top: 20px; right: 0; } .nav-light#header .cart .cart-inner { color: #636363; box-shadow: 0px 1px 6px -4px #000; background-color: #fff; } .nav-light#header .cart .cart-inner ul.cart-items li.item a, .nav-light#header .cart .cart-inner a { color: #636363; } .nav-light#header .cart .cart-inner ul.cart-items li.item a:hover, .nav-light#header .cart .cart-inner ul.cart-items li.item a:focus, .nav-light#header .cart .cart-inner a:hover, .nav-light#header .cart .cart-inner a:focus { color: #333; } .nav-light#header .cart .cart-inner ul.cart-items li.item { border-bottom: 1px solid #dedede; } #header .cart:hover .cart-inner, #header .cart:focus .cart-inner { opacity: 1; visibility: visible; top: 100%; } #header .cart:hover > a, #header .cart:focus > a { cursor: pointer; color: #000; } #header .search { position: relative; } #header .search a { font-size: 15px; line-height: 20px; text-decoration: none; color: #636363; padding-left: 10px; display: block; } #header .search a i { display: block; } #header .search a:hover, #header .search a:focus { cursor: pointer; color: #000; } #header .search .search-area { opacity: 0; visibility: hidden; text-align: left; position: absolute; right: -15px; top: 40px; transform: scale(0.95); transition: all 0.25s ease; line-height: 1; } #header .search .search-area .search-bar-wrapper { position: relative; box-sizing: border-box; width: 320px; padding: 20px 25px; border-radius: 5px; border: none; box-shadow: 1px -1px 3px -2px rgba(0, 0, 0, 0.6); background-color: #EAEAEA; } #header .search .search-area .search-bar-wrapper:after { content: ""; position: absolute; width: 0; height: 0; margin-left: 0; top: 0; right: 20px; box-sizing: border-box; border: 8px solid black; border-color: #EAEAE7 #EAEAE7 transparent transparent; transform-origin: 0 0; transform: rotate(-45deg); box-shadow: 1px -1px 1px -1px rgba(0, 0, 0, 0.27); } #header .search .search-area input { border-radius: 100px; } #header .search .search-area.is-visible { opacity: 1; visibility: visible; transform: scale(1); } #header .ol-mobile-trigger { display: none; padding: 0 10px; } #header .ol-mobile-trigger .hamburger-box { position: relative; top: 11px; width: 24px; } #header .ol-mobile-trigger .hamburger-inner {} #header .ol-mobile-trigger .hamburger-inner:before { top: 7px; } #header .ol-mobile-trigger .hamburger-inner:after { top: 14px; } #header .ol-mobile-trigger.hamburger--elastic.is-active .hamburger-inner::after { transform: translate3d(0,-15px,0) rotate(-270deg); } #header .ol-mobile-trigger.hamburger--elastic.is-active .hamburger-inner { transform: translate3d(0,8px,0) rotate(135deg); } /* is used at 2level beside logo */ #header .promotion { font-size: 12px; } #header .promotion .social-icons { display: inline-block; margin-left: 10px; } #header .nav-row { text-align: right; line-height: 45px; border-top: 1px solid #ececec; } #header .nav-row #primary-menu { float: left; } #header .logo-wrapper { float: left; } #header.trans:not(.is-sticky), #header[class*="semi-trans-"]:not(.is-sticky) { position: absolute; top: 0; left: 0; width: 100%; } #header.full-width .container { width: 100%; padding-left: 30px; padding-right: 30px; } #header.is-sticky { width: 100%; position: fixed; top: 0px; z-index: 500; animation-name: show-header; animation-duration: 0.3s; } #header.is-sticky .nav-row { border: none; line-height: 60px; } #header.is-sticky .nav-row #primary-menu { float: none !important; } #header.is-sticky .hidden-sticky { display: none; } #header.is-sticky .visible-sticky { display: block; } #header.is-sticky .logo-wrapper img { max-height: 35px; } #header.is-sticky .head-main { line-height: 60px !important; } #header.is-sticky .text-logo >img { width: 50px; height: 50px; } #header.is-sticky .text-logo .text-wrapper { margin-left: 7px; } #header.is-sticky .text-logo .text-wrapper .title { font-size: 10px; } #header.is-sticky .text-logo .text-wrapper .title span { font-size: 16px; } #header.is-sticky.no-transition { transition: none !important; } #header.is-sticky.no-transition * { transition: none !important; } #header.dark .hamburger-inner { background-color: #fff; } #header.dark .hamburger-inner:before, #header.dark .hamburger-inner:after { background-color: #fff; } .logo-wrapper a { display: block; } .head-main { text-align: right; line-height: 100px; } .head-main.text-center { text-align: center; } #header.header-thiner .head-main { line-height: 70px; } #header.header-thiner .logo-wrapper img { max-height: 40px; } #header.header-thin .head-main { line-height: 90px; } #header.header-thin .logo-wrapper img { max-height: 46px; } #header.header-thick .head-main { line-height: 140px; } #header.header-thick .logo-wrapper img { max-height: 46px; } #header.header-thicker .head-main { line-height: 170px; } #header.header-thicker .logo-wrapper img { max-height: 50px; } /* side-header nav */ @media only screen and (min-width : 1200px) { .side-header #header .logo-wrapper { max-width: none; float: none; margin-bottom: 0px; text-align: center; } .side-header #header .logo-wrapper >a { padding: 30px 10px; display: block; } .side-header #header .logo-wrapper img { max-height: none !important; } .side-header #header ul#primary-menu { display: block; margin-right: 0; } .side-header #header ul#primary-menu >li { display: block; line-height: 50px; text-align: left; border-bottom: 1px solid rgba(146, 146, 146, 0.18); } .side-header #header ul#primary-menu >li >a { font-size: 13px; letter-spacing: 1px; text-transform: uppercase; padding-left: 30px; overflow: hidden; position: relative; transition: all 0.2s cubic-bezier(0.55, 0.06, 0.68, 0.19); } .side-header #header ul#primary-menu >li >a:after { font-family: ol-icon-set; right: 20px; position: absolute; content: "\e9cb"; } .side-header #header ul#primary-menu >li >a:before { content: ""; position: absolute; top: 100px; left: -35px; width: 50px; height: 50px; background-color: rgba(146, 146, 146, 0.1); transition: all 0.1s ease; transform: scale(3)rotate(30deg); } .side-header #header ul#primary-menu >li ul.sub-menu { top: 0; left: 100%; transition-delay: 0.1s; } .side-header #header ul#primary-menu >li.current-menu-item >a:after { font-weight: bold; font-size: 10px; } .side-header #header ul#primary-menu >li:first-child { border-top: 1px solid rgba(146, 146, 146, 0.18); } .side-header #header ul#primary-menu >li:hover >a, .side-header #header ul#primary-menu >li:focus >a { padding-left: 40px; } .side-header #header ul#primary-menu >li:hover >a ul.sub-menu, .side-header #header ul#primary-menu >li:focus >a ul.sub-menu { transition: all 0.2s cubic-bezier(0.55, 0.06, 0.68, 0.19); } .side-header #header ul#primary-menu >li:hover >a:before, .side-header #header ul#primary-menu >li:focus >a:before { transform: scale(10)rotate(30deg); transition: all 0.2s cubic-bezier(0.55, 0.06, 0.68, 0.19); } .side-header #header ul#primary-menu li.mega-menu { position: relative; } .side-header #header ul#primary-menu ul.megamenu-wrapper { width: 800px; padding: 15px 0; } } @-webkit-keyframes show-header { 0% { top: -100%; } 100% { top: 0; } } @-moz-keyframes show-header { 0% { top: -100%; } 100% { top: 0; } } @-o-keyframes show-header { 0% { top: -100%; } 100% { top: 0; } } @keyframes show-header { from { top: -100%; } to { top: 0; } } /*@media only screen and (max-width : 1200px) { #header #primary-menu{ display: none; } }*/ /* Navigations * =================================================== */ ul#primary-menu { padding: 0; margin: 0; list-style: none; margin-right: 15px; } /* General styles */ ul#primary-menu li { position: relative; } ul#primary-menu li a { text-decoration: none; font-family: "Play",sans-serif; display: block; padding: 11px 18px; text-transform: uppercase; letter-spacing: 1px; color: #b1b1b1; font-size: 12px; } ul#primary-menu li a >i { margin-right: 7px; display: inline-block; font-size: 11px; } ul#primary-menu li a:hover, ul#primary-menu li a:focus { color: #f5f5f5; background-color: rgba(255, 255, 255, 0.05); } ul#primary-menu li:hover >ul.sub-menu, ul#primary-menu li:focus >ul.sub-menu { visibility: visible; opacity: 1; } ul#primary-menu li.menu-item-has-children >a { position: relative; } ul#primary-menu li.menu-item-has-children >a:after { content: "\e9cb"; font-family: ol-icon-set !important; speak: none; font-weight: 400; font-variant: normal; text-transform: none; line-height: inherit; font-size: 8px; position: absolute; right: 11px; top: 50%; transform: translateY(-50%); } /* first level */ ul#primary-menu >li { display: inline-block; position: relative; } ul#primary-menu >li > a { display: block; font-size: 14px; text-transform: capitalize; letter-spacing: 0px; padding: 0px 2px 0px 18px; color: rgba(0 ,0 ,0 , 0.7); } ul#primary-menu >li > a:hover, ul#primary-menu >li > a:focus { background-color: transparent; color: rgba(0 ,0 ,0 , 0.9); } ul#primary-menu >li > ul.sub-menu { top: 100%; left: 0; } ul#primary-menu >li.current-menu-item >a { font-weight: bold; } ul#primary-menu >li.menu-item-has-children >a {} ul#primary-menu >li.menu-item-has-children >a:after { content: "\e9ca"; position: static; padding-left: 4px; } /* second level */ ul#primary-menu >li>ul.sub-menu>li ul.sub-menu { border-left: 1px solid #2d2d2d; } ul#primary-menu >li.to-left li ul.sub-menu { right: 100%; left: auto; } ul#primary-menu >li:last-child >ul.sub-menu { right: 0; left: auto; } ul#primary-menu >li:last-child li ul.sub-menu { right: 100%; left: auto; } ul#primary-menu ul.sub-menu { padding: 0; list-style: none; opacity: 0; visibility: hidden; position: absolute; text-align: left; transition: all 0.25s ease; background-color: #1e1e1e; width: 210px; top: 0; left: 100%; } ul#primary-menu li.mega-menu { position: static; } ul#primary-menu li.mega-menu .megamenu-wrapper { width: 100%; padding: 35px 0 25px; } ul#primary-menu li.mega-menu .megamenu-wrapper ul.nav-ul { padding: 0; list-style: none; } ul#primary-menu li.mega-menu .megamenu-wrapper ul.nav-ul a { padding: 7px 15px; } ul#primary-menu li.mega-menu .megamenu-wrapper .nav-title { color: #b1b1b1; font-size: 16px; padding-left: 15px; } ul#primary-menu li.mega-menu .megamenu-wrapper:after { content: ""; clear: both; display: table; } #header:not(.is-sticky):not(.mobile-menu) .nav-row ul#primary-menu >li:first-child >a { padding-left: 0; } #header:not(.is-sticky):not(.mobile-menu) .nav-row ul#primary-menu >li:last-child >ul.sub-menu { right: auto; left: 0; } #header:not(.is-sticky):not(.mobile-menu) .nav-row ul#primary-menu >li:last-child li ul.sub-menu { right: 100%; left: auto; } /* position: relative !important;*/ #header.mobile-menu .header-icons .ol-mobile-trigger { display: inline-block; } #header.mobile-menu ul#primary-menu { position: absolute; width: 100%; left: 0; top: 100%; background-color: #1e1e1e; text-align: left; line-height: 1; margin-right: 0; } #header.mobile-menu ul#primary-menu li { display: block; } #header.mobile-menu ul#primary-menu li a { padding: 8px 20px; } #header.mobile-menu ul#primary-menu li a:hover { color: #f5f5f5; background-color: rgba(255, 255, 255, 0.02); } #header.mobile-menu ul#primary-menu li.menu-item-has-children a { position: relative; } #header.mobile-menu ul#primary-menu li.menu-item-has-children a:after { content: "\e9ca"; font-family: ol-icon-set; position: absolute; top: 50%; right: 20px; font-size: 12px; transform: translateY(-50%); -webkit-filter: blur(0); } #header.mobile-menu ul#primary-menu li.menu-item-has-children.is-open >a {} #header.mobile-menu ul#primary-menu li.menu-item-has-children.is-open >a:after { content: "\e9d1"; } #header.mobile-menu ul#primary-menu ul.sub-menu { display: none; position: static; opacity: 1; visibility: visible; width: 100%; background-color: #151515; padding-left: 20px; border-left: none !important; transition: none; } #header.mobile-menu ul#primary-menu ul.sub-menu .menu-item-has-children a {} #header.mobile-menu ul#primary-menu ul.sub-menu .menu-item-has-children a:after { right: 35px; font-size: 10px; } #header.mobile-menu ul#primary-menu >li >a { padding: 15px 18px; color: #b1b1b1; } #header.mobile-menu ul#primary-menu >li >a:hover, #header.mobile-menu ul#primary-menu >li >a:focus { color: #f5f5f5; } #header.mobile-menu ul#primary-menu >li.is-open >a { box-shadow: 0px 5px 8px -4px rgba(0,0,0,0.5); } #header.mobile-menu ul#primary-menu li.mega-menu .megamenu-wrapper { padding: 0; padding-left: 20px; } #header.mobile-menu ul#primary-menu li.mega-menu .megamenu-wrapper [class*="col-"] { padding: 0; } #header.mobile-menu ul#primary-menu li.mega-menu .megamenu-wrapper .nav-title { display: none; } #header.mobile-menu .hidden-mobile { display: none !important; } #header.mobile-menu #primary-menu >* { text-align: left; } @media (min-width: 1200px) { body:not(.side-header) #header ul#primary-menu { display: inline-block !important; } body.side-header #header ul#primary-menu { display: block !important; } } @media (max-width: 1200px) { #header .ol-mobile-trigger { display: inline-block; } #header ul#primary-menu { display: none; } } /* Header skins * =================================================== */ /* color management of Header */ #header {} #header.sticky-light.is-sticky { border-bottom: 1px solid #dedede; box-shadow: 0px 2px 10px -7px rgba(0,0,0,0.5); background-color: #fff; } #header.sticky-light.is-sticky #primary-menu>li>a { text-decoration: none; color: #636363; } #header.sticky-light.is-sticky #primary-menu>li>a:hover, #header.sticky-light.is-sticky #primary-menu>li>a:focus { color: #000; } #header.sticky-light.is-sticky #primary-menu > li.current-menu-item > a { text-decoration: none; color: #000; } #header.sticky-light.is-sticky .cart > a, #header.sticky-light.is-sticky .search a { text-decoration: none; color: #555; } #header.sticky-light.is-sticky .search a:hover, #header.sticky-light.is-sticky .cart > a:hover { color: #000; } #header.sticky-light.is-sticky .cart > a .number { background-color: rgba(0,0,0,0.1); } #header.dark, #header.sticky-dark.is-sticky { background-color: #343434; border-bottom: none; color: #e8e8e8; } #header.dark #primary-menu>li>a, #header.dark #promary-menu > li.current-menu-item, #header.dark .cart > a, #header.dark .search a, #header.sticky-dark.is-sticky #primary-menu>li>a, #header.sticky-dark.is-sticky #promary-menu > li.current-menu-item, #header.sticky-dark.is-sticky .cart > a, #header.sticky-dark.is-sticky .search a { text-decoration: none; color: #e8e8e8; } #header.dark .search a:hover, #header.dark .cart > a:hover, #header.sticky-dark.is-sticky .search a:hover, #header.sticky-dark.is-sticky .cart > a:hover { color: #fff; } #header.dark .cart > a .number, #header.sticky-dark.is-sticky .cart > a .number { background-color: rgba(255,255,255,0.2); } #header.dark #primary-menu>li>a:hover, #header.dark #primary-menu>li>a:focus, #header.sticky-dark.is-sticky #primary-menu>li>a:hover, #header.sticky-dark.is-sticky #primary-menu>li>a:focus { color: #fff; } #header.dark .current-menu-item a:not(.btn), #header.sticky-dark.is-sticky .current-menu-item a:not(.btn) { color: #fff; } #header.dark .nav-row, #header.sticky-dark.is-sticky .nav-row { border-color: #3d3d3d; } #header.trans:not(.is-sticky) { background-color: transparent; border: none; box-shadow: 0px 2px 10px -6px rgba(0, 0, 0, 0.1); } #header.semi-trans-light { background-color: rgba(255, 255, 255, 0.2); } #header.semi-trans-dark { background-color: rgba(51, 51, 51, 0.2); } #header.semi-trans-light-10:not(.is-sticky) { background-color: rgba(255, 255, 255, 0.1); } #header.semi-trans-light-20:not(.is-sticky) { background-color: rgba(255, 255, 255, 0.2); } #header.semi-trans-light-30:not(.is-sticky) { background-color: rgba(255, 255, 255, 0.3); } #header.semi-trans-light-40:not(.is-sticky) { background-color: rgba(255, 255, 255, 0.4); } #header.semi-trans-light-50:not(.is-sticky) { background-color: rgba(255, 255, 255, 0.5); } #header.semi-trans-light-60:not(.is-sticky) { background-color: rgba(255, 255, 255, 0.6); } #header.semi-trans-light-70:not(.is-sticky) { background-color: rgba(255, 255, 255, 0.7); } #header.semi-trans-light-80:not(.is-sticky) { background-color: rgba(255, 255, 255, 0.8); } #header.semi-trans-light-90:not(.is-sticky) { background-color: rgba(255, 255, 255, 0.9); } #header.semi-trans-dark-10:not(.is-sticky) { background-color: rgba(51, 51, 51, 0.1); } #header.semi-trans-dark-20:not(.is-sticky) { background-color: rgba(51, 51, 51, 0.2); } #header.semi-trans-dark-30:not(.is-sticky) { background-color: rgba(51, 51, 51, 0.3); } #header.semi-trans-dark-40:not(.is-sticky) { background-color: rgba(51, 51, 51, 0.4); } #header.semi-trans-dark-50:not(.is-sticky) { background-color: rgba(51, 51, 51, 0.5); } #header.semi-trans-dark-60:not(.is-sticky) { background-color: rgba(51, 51, 51, 0.6); } #header.semi-trans-dark-70:not(.is-sticky) { background-color: rgba(51, 51, 51, 0.7); } #header.semi-trans-dark-80:not(.is-sticky) { background-color: rgba(51, 51, 51, 0.8); } #header.semi-trans-dark-90:not(.is-sticky) { background-color: rgba(51, 51, 51, 0.9); } /* Footer * =================================================== */ #footer { position: relative; z-index: 5; font-size: 13px; } #footer #footer-main { background-color: #f5f5f5; padding: 100px 0; } #footer #footer-bar { padding: 40px 0; background-color: #eee; border-top: 1px solid #e6e6e6; } #footer a {/*color:$chaos_textinlight_lighter;*/ text-decoration: none;/*&:hover, &:focus { color:$chaos_dark; }*/ } #footer p { line-height: 2; } #footer .center-logo { margin-top: -130px; } #footer .center-logo .img { width: 120px; height: 120px; padding: 35px; background-color: #f5f5f5; border-radius: 50%; display: block; margin: 0 auto; position: relative; } #footer .center-logo .img:after { content: ""; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background-color: rgba(245, 245, 245, 0.3); transform: scale(1.3); border-radius: 50%; } #footer .center-logo img { width: 100%; } #footer ul.footer-menu { margin: 0; padding: 0; list-style: none; } #footer ul.footer-menu li { display: inline-block; } #footer ul.footer-menu li a { text-transform: uppercase; font-size: 12px; } #footer ul.footer-menu li:after { content: "/"; padding: 0 7px; font-size: 10px; } #footer ul.footer-menu li:last-child:after { content: ""; padding: 0; } #footer .copyright { font-weight: bold; } #footer .promo { text-transform: uppercase; font-size: 12px; margin-top: 5px; } #footer .widget > h4 { font-size: 16px; text-transform: uppercase; color: #777; margin-bottom: 25px; } #footer .widget .links ul { padding: 0; list-style: none; } #footer .widget .links ul li { line-height: 25px; } #footer .widget .links ul li a { display: inline-block; vertical-align: middle; } #footer .widget .links ul li:before { content: "\e9cb"; font-family: "ol-icon-set"!important; font-style: normal!important; font-weight: 400!important; font-variant: normal!important; text-transform: none!important; display: inline-block; vertical-align: middle; padding-right: 7px; font-size: 7px; } #footer .fact-item .fact-number-wrap .fact-number { font-size: 25px; } #footer .fact-item.left-alined .fact-icon-wrap .fact-icon { font-size: 40px; } #footer .fact-item.left-alined .fact-number-wrap, #footer .fact-item.left-alined .fact-title, #footer .fact-item.left-alined .fact-sub-title { margin-left: 60px; } #footer.dark-wrapper #footer-main { background-color: #363636; } #footer.dark-wrapper #footer-bar { background-color: #2f2f2f; border-color: #3c3c3c; } #footer.dark-wrapper p { color: #808080; } #footer.dark-wrapper .copyright { color: #bbb; } #footer.dark-wrapper .center-logo .img { background-color: #363636; } #footer.dark-wrapper .center-logo .img:after { background-color: rgba(54, 54, 54, 0.3); } #footer.dark-wrapper .widget >h4 { color: #ccc; } #footer.dark-wrapper .social-icons a { background-color: transparent; } #footer.dark-wrapper .fact-item { text-shadow: none; } #footer.dark-wrapper .fact-item .fact-title { color: #eee; } #footer.dark-wrapper .fact-item .fact-number-wrap .fact-number { color: #eee; } /* Page Titles * =================================================== * - Title variations */ .page-head { z-index: 1; height: 150px; background-size: cover; position: relative; font-family: "Play",sans-serif;/* skins */ color: #636363; background-color: #f5f5f5;/* why???*/ } .page-head .container {/* overflow:hidden; */ position: relative; height: 100%; z-index: 10; } /* this is used for rev slider */ .page-head .title-wrapper { width: 50%; } .page-head .title-wrapper .info-wrapper { padding-top: 20px; padding-bottom: 20px; line-height: 20px; font-family: 'Sintony',sans-serif; } .page-head .breadcrumb-wrapper { width: 50%; text-align: right; } .page-head h1, .page-head h2, .page-head h3, .page-head h4, .page-head h5, .page-head h6 { padding: 0; margin: 0; } .page-head h1.title { font-size: 26px; font-weight: 700; text-transform: capitalize; letter-spacing: 1px; } .page-head h1.title.alt { font-size: 40px; } .page-head h2.description { font-family: 'Sintony',sans-serif; font-size: 14px; margin-top: 10px; font-weight: normal; line-height: 24px; } .page-head h2.description.alt { font-family: "Play",sans-serif; font-size: 10px; margin-top: 0; letter-spacing: 3px; } .page-head h4.head { font-family: 'Sintony',sans-serif; font-weight: bold; font-weight: 700; text-transform: uppercase; font-size: 11px; margin-bottom: 5px; letter-spacing: 6px; } .page-head .opacity-overlay { position: absolute; right: 0; left: 0; top: 0; bottom: 0; opacity: 1; background-size: cover; background-repeat: no-repeat; background-position: center; } .page-head .opacity-overlay.p-bg-pan-up { background-position: center top; } .page-head .opacity-overlay.opacity-70 { opacity: 0.7; } .page-head h1, .page-head h2, .page-head h3, .page-head h4, .page-head h5, .page-head h6 { color: #4b4b4b; } /*&.set-bg{ text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3); }*/ .page-head .gmap, .page-head #gmap { position: absolute !important; z-index: -2; } .page-head.auto-height { height: auto; } .page-head.light { background-color: #f5f5f5; color: #636363; } .page-head.light h1, .page-head.light h2, .page-head.light h3, .page-head.light h4, .page-head.light h5, .page-head.light h6 { color: #4b4b4b; } .page-head.white { background-color: #fff; border-bottom: 1px solid #dedede; } .page-head.dark { background-color: #333; color: #bbb; } .page-head.dark h1, .page-head.dark h2, .page-head.dark h3, .page-head.dark h4, .page-head.dark h5, .page-head.dark h6, .page-head.dark .info-wrapper { color: #fff; } .page-head.center-it { text-align: center; } .page-head.center-it .breadcrumb-wrapper { display: none; } .page-head.center-it .title-wrapper { padding: 0 20%; } .page-head.center-it .title { font-size: 40px; } .page-head.center-it.boxed { text-shadow: none; height: auto; } .page-head.center-it.boxed .wrapper { padding: 90px 0; } .page-head.center-it.boxed .wrapper .title-wrapper { padding: 0 25%; } .page-head.center-it.boxed .wrapper .title-wrapper .boxed { position: relative; padding: 50px 10px; background-color: rgba(245,245,245, 0.7); } .page-head.center-it.boxed .wrapper .title-wrapper .boxed:after { position: absolute; content: ""; right: -8px; left: -8px; top: -8px; bottom: -8px; background-color: transparent; border: 4px solid rgba(245,245,245, 0.7); } .page-head.center-it.boxed.dark .wrapper .title-wrapper .boxed { background-color: rgba(51,51,51, 0.8); } .page-head.center-it.boxed.dark .wrapper .title-wrapper .boxed:after { border-color: rgba(51,51,51, 0.8); } .page-head.right-it { text-align: right; } .page-head.right-it .breadcrumb-wrapper { display: none; } .page-head.right-it .title-wrapper { padding-right: inherit; } .page-head.lined { border-bottom: 1px solid #dedede; } .page-head.lined .vcenter { vertical-align: bottom; padding-bottom: 20px; } .page-head.lined .vcenter.title-wrapper:after { content: ''; position: absolute; bottom: 0; left: 0; height: 3px; width: 50px; background-color: #4b4b4b; } .center-it.page-head.hvh-60 .title-wrapper, .center-it.page-head.hvh-70 .title-wrapper, .center-it.page-head.hvh-80 .title-wrapper, .center-it.page-head.hvh-90 .title-wrapper, .center-it.page-head.hvh-100 .title-wrapper, .center-it.page-head.full-screen .title-wrapper, .center-it.page-head.h-600 .title-wrapper, .center-it.page-head.h-700 .page-head.h-800 .page-head.h-900 .title-wrapper { padding-right: 0; padding: 0 20%; } .page-head.hvh-60 .title-wrapper, .page-head.hvh-70 .title-wrapper, .page-head.hvh-80 .title-wrapper, .page-head.hvh-90 .title-wrapper, .page-head.hvh-100 .title-wrapper, .page-head.full-screen .title-wrapper, .page-head.h-600 .title-wrapper, .page-head.h-700 .page-head.h-800 .page-head.h-900 .title-wrapper { padding-right: 50%; } .page-head.hvh-60 .description, .page-head.hvh-70 .description, .page-head.hvh-80 .description, .page-head.hvh-90 .description, .page-head.hvh-100 .description, .page-head.full-screen .description, .page-head.h-600 .description, .page-head.h-700 .page-head.h-800 .page-head.h-900 .description { margin-top: 30px; } .page-head.hvh-60 .head, .page-head.hvh-70 .head, .page-head.hvh-80 .head, .page-head.hvh-90 .head, .page-head.hvh-100 .head, .page-head.full-screen .head, .page-head.h-600 .head, .page-head.h-700 .page-head.h-800 .page-head.h-900 .head { margin-bottom: 15px; } /* Breadcrumbs * =================================================== * - Title variations */ .breadcrumbs-wrapper { padding: 15px 0; background-color: #e8e8e8; } .breadcrumb { margin: 0; padding: 0; color: #636363; font-size: 10px; text-transform: capitalize; background: transparent; } .breadcrumb li:first-of-type { padding-left: 0; } .breadcrumb > li { position: relative; padding: 0 12px; display: inline-block; } .breadcrumb > li:last-child { padding-right: 0; } .breadcrumb li+li:before { position: absolute; content: "\e9cb"; font-family: "ol-icon-set"; font-size: 12px;/*top: -1px;*/ left: -12px; color: inherit; } .breadcrumb a { color: #636363; text-decoration: none; } .breadcrumb .icon { position: relative; top: 1px; font-size: 9px; } .middle .breadcrumb { top: 50%; padding: 0; } .dark .breadcrumb { color: #fff; } .dark .breadcrumb a { color: #fff; } .dark .breadcrumb a:hover, .dark .breadcrumb a:focus { color: #FF3366; } /* theme bottons * =================================================== * - varius layouts */ .demo-btns { text-align: center; } .demo-btns .btn { margin: 0 10px; } .btn-danger, .btn-info, .btn-warning, .btn-primary, .btn-success, .btn-default { display: inline-block; padding: 6px 12px; margin-bottom: 0; font-size: 14px; font-weight: bold; line-height: 1.42857143; text-align: center; -ms-touch-action: manipulation; touch-action: manipulation; cursor: pointer; user-select: none; border: 1px solid transparent; border-radius: 4px; text-decoration: none !important; } .dark-wrapper .btn-danger, .dark-wrapper .btn-info, .dark-wrapper .btn-warning, .dark-wrapper .btn-primary, .dark-wrapper .btn-success, .dark-wrapper .btn-default { color: #f5f5f5; } .btn { display: inline-block; border-radius: 0; font-family: "Play",sans-serif, sans-serif; transition: all 0.25s ease; text-transform: uppercase;/* Default size*/ padding: 15px 30px; font-size: 14px; font-weight: bold;/* default color and border*/ background-color: #fff; border: 1px solid #dedede; color: #777; } .btn i { position: relative; } .dark-wrapper .btn {/*color:$chaos_textinlight;*/ } .btn:hover, .btn:focus { background-color: #eee; color: #333; } /* by size */ .btn-large { padding: 16px 40px; font-size: 16px; } .btn-medium { padding: 12px 30px; font-size: 14px; } .btn-small { padding: 8px 20px; font-size: 12px; } .btn-extra-small { padding: 6px 10px; font-size: 11px; } .btn-extra-small .icon { padding-right: 5px; } /* by roundness */ .btn-round { border-radius: 4px; } .btn-circle { border-radius: 60px; } /* thick borders */ .btn-thick-border { border-width: 3px; } /* wide bottons */ .btn-wide {} .btn-wide.btn-large { padding: 16px 60px; } .btn-wide.btn-medium { padding: 12px 50px; } .btn-wide.btn-small { padding: 8px 40px; } .btn-block { display: block; } /* skins */ .btn-skin-red { background-color: #FF3366; border-color: rgb(230, 51, 96); color: #fff; } .btn-skin-red:hover, .btn-skin-red:focus { background-color: rgb(230, 51, 96); color: #fff; } .btn-skin-blue { background-color: #76bcff; border-color: rgb(117, 175, 230); color: #fff; } .btn-skin-blue:hover, .btn-skin-blue:focus { background-color: rgb(117, 175, 230); color: #fff; } .btn-skin-green { background-color: #1abc9c; border-color: rgb(26, 163, 136); color: #fff; } .btn-skin-green:hover, .btn-skin-green:focus { background-color: rgb(26, 163, 136); color: #fff; } .btn-skin-purple { background-color: #b24a7d; border-color: rgb(153, 74, 112); color: #fff; } .btn-skin-purple:hover, .btn-skin-purple:focus { background-color: rgb(153, 74, 112); color: #fff; } .btn-skin-yellow { background-color: #f1c40f; border-color: rgb(217, 176, 15); color: #fff; } .btn-skin-yellow:hover, .btn-skin-yellow:focus { background-color: rgb(217, 176, 15); color: #fff; } .btn-skin-dark { background-color: #555; border-color: rgb(70, 70, 70); color: #fff; } .dark-wrapper .btn-skin-dark { border-color: #636363; } .btn-skin-dark:hover, .btn-skin-dark:focus { background-color: rgb(70, 70, 70); color: #fff; } /* btn trans*/ .btn-trans { background-color: transparent; } .btn-trans.btn-skin-red { color: rgb(230, 51, 96); } .btn-trans.btn-skin-blue { color: rgb(117, 175, 230); } .btn-trans.btn-skin-green { color: rgb(26, 163, 136); } .btn-trans.btn-skin-purple { color: rgb(153, 74, 112); } .btn-trans.btn-skin-yellow { color: rgb(217, 176, 15); } .btn-trans.btn-skin-dark { color: rgb(70, 70, 70); } .btn-trans.btn-skin-white { color: #fff; } .btn-trans.btn-skin-white:hover, .btn-trans.btn-skin-white:focus { color: #555; } .btn-trans.btn-skin-red, .btn-trans.btn-skin-blue, .btn-trans.btn-skin-green, .btn-trans.btn-skin-purple, .btn-trans.btn-skin-yellow, .btn-trans.btn-skin-dark {} .btn-trans.btn-skin-red:hover, .btn-trans.btn-skin-red:focus, .btn-trans.btn-skin-blue:hover, .btn-trans.btn-skin-blue:focus, .btn-trans.btn-skin-green:hover, .btn-trans.btn-skin-green:focus, .btn-trans.btn-skin-purple:hover, .btn-trans.btn-skin-purple:focus, .btn-trans.btn-skin-yellow:hover, .btn-trans.btn-skin-yellow:focus, .btn-trans.btn-skin-dark:hover, .btn-trans.btn-skin-dark:focus { color: #fff; } /* icons */ .btn i { left: -10px; } .btn-icon-right i { left: auto; right: -10px; float: right; } .btn-skin-red i, .btn-skin-red span, .btn-skin-blue i, .btn-skin-blue span, .btn-skin-green i, .btn-skin-green span, .btn-skin-purple i, .btn-skin-purple span, .btn-skin-yellow i, .btn-skin-yellow span, .btn-skin-dark i, .btn-skin-dark span { color: #fff; } .dark-wrapper .btn-skin-red, .dark-wrapper .btn-skin-blue, .dark-wrapper .btn-skin-green, .dark-wrapper .btn-skin-purple, .dark-wrapper .btn-skin-yellow, .dark-wrapper .btn-skin-dark { color: #f5f5f5; } .btn-anim-i i { transition: all 0.3s ease; position: relative; } .btn-anim-i span { position: relative; left: 0; right: 0; transition: all 0.5s ease; } .btn-anim-i:hover i, .btn-anim-i:focus i { left: -30px; opacity: 0; } .btn-anim-i:hover span, .btn-anim-i:focus span { left: -5px; } .btn-anim-i.btn-icon-right {} .btn-anim-i.btn-icon-right:hover i, .btn-anim-i.btn-icon-right:focus i { left: auto; right: -30px; } .btn-anim-i.btn-icon-right:hover span, .btn-anim-i.btn-icon-right:focus span { right: -5px; left: auto; } .btn-anim-drawer { border: none; position: relative; z-index: 1; overflow: hidden; transition: color 0.3s cubic-bezier(0.75, 0, 0.125, 1); background-color: #dedede; } .btn-anim-drawer:after, .btn-anim-drawer:before { position: absolute; content: ""; z-index: -1; border-radius: inherit; } .btn-anim-drawer:before { background-color: #888; top: 0; left: 0; width: 100%; height: 100%; transform: translate3d(0, 100%, 0); transition: transform 0.3s; transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1); } .btn-anim-drawer:after { background: #fff; top: 2px; left: 2px; right: 2px; bottom: 2px; } .btn-anim-drawer:hover {} .btn-anim-drawer:hover:before { transform: translate3d(0, 0, 0); } .btn-anim-drawer.btn-skin-dark { background-color: #636363; color: #d4d4d4; } .btn-anim-drawer.btn-skin-dark:after { background-color: #555; } .btn-anim-drawer.btn-skin-dark:before { background-color: #cecece; } .btn-anim-drawer.btn-skin-dark:hover, .btn-anim-drawer.btn-skin-dark:focus { color: #fff; } .btn-an-split { position: relative; z-index: 1; overflow: hidden; border: 2px solid #dedede; } .btn-an-split span { position: relative; z-index: 1; display: block; transform: scale3d(0.2, 0.2, 1); transition: transform 0.3s ease-in-out; } .btn-an-split:hover, .btn-an-split:focus { background-color: #FF3366; color: #fff; } .btn-an-split:hover span, .btn-an-split:focus span { transform: scale3d(1,1,1); } .btn-an-split:after, .btn-an-split:before { z-index: 2; content: attr(data-text); position: absolute; width: 100%; height: 50%; left: 0; background: #fff; color: #777; overflow: hidden; transition: transform 0.2s ease-in-out; } .btn-an-split:before { top: 0; } .btn-an-split:after { bottom: 0; line-height: 0; } .btn-an-split.btn-large:before { padding-top: 16px; } .btn-an-split.btn-medium:before { padding-top: 12px; } .btn-an-split.btn-small:before { padding-top: 9px; } .btn-an-split.btn-extra-small:before { padding-top: 6px; } .btn-an-split:hover:before, .btn-an-split:focus:before { transform: translate3d(0, -100%, 0); } .btn-an-split:hover:after, .btn-an-split:focus:after { transform: translate3d(0, 100%, 0); } .ol-iconic-link { position: relative; background-color: #fff; line-height: 18px; display: block; padding: 20px 60px 20px 30px; font-size: 14px; overflow: hidden; border: 1px solid #dedede; text-decoration: none; } .ol-iconic-link i { position: absolute; right: -20px; bottom: 10px; font-size: 80px; color: #dedede; opacity: 0.3; } .dark-wrapper .ol-iconic-link { background-color: #3a3a3a; border-color: #4b4b4b; } .ol-iconic-link:hover, .ol-iconic-linkfocus { text-decoration: none; background-color: #a9e84f; color: #fff; border-color: #fff; } .ol-iconic-link:hover i, .ol-iconic-linkfocus i { color: rgba(255,255,255,0.8) !important; } .ol-iconic-link.skin-red i { color: #FF3366; } .ol-iconic-link.skin-red:hover, .ol-iconic-link.skin-redfocus { background-color: #FF3366; } .ol-iconic-link.skin-blue i { color: #76bcfe; } .ol-iconic-link.skin-blue:hover, .ol-iconic-link.skin-bluefocus { background-color: #76bcfe; } .ol-iconic-link.skin-green i { color: #1abc9c; } .ol-iconic-link.skin-green:hover, .ol-iconic-link.skin-greenfocus { background-color: #1abc9c; } .ol-iconic-link.skin-purple i { color: #b24a7d; } .ol-iconic-link.skin-purple:hover, .ol-iconic-link.skin-purplefocus { background-color: #b24a7d; } .ol-iconic-link.skin-yellow i { color: #f1c40f; } .ol-iconic-link.skin-yellow:hover, .ol-iconic-link.skin-yellowfocus { background-color: #f1c40f; } .ol-iconic-link.skin-dark i { color: #333; } .ol-iconic-link.skin-dark:hover, .ol-iconic-link.skin-darkfocus { background-color: #333; } .ol-iconic-link.skin-lemon i { color: #a9e84f; } .ol-iconic-link.skin-lemon:hover, .ol-iconic-link.skin-lemonfocus { background-color: #a9e84f; } .ol-iconic-link.skin-cyan i { color: #32cdc7; } .ol-iconic-link.skin-cyan:hover, .ol-iconic-link.skin-cyanfocus { background-color: #32cdc7; } .ol-iconic-link.size-tall { padding-top: 70px; padding-bottom: 30px; } /* ui - social icons * =================================================== */ .social-icons { font-size: 0; padding: 0; } .social-icons li { display: inline-block; margin: 0px 0px; } .social-icons li:first-child { margin-left: 0; } .social-icons li:last-child { margin-right: 0; } .social-icons a { text-decoration: none; display: block; width: 30px; height: 30px; line-height: 30px; font-size: 12px; text-align: center; transition: all 0.25s ease; color: #b5b5b5; } .social-icons a:hover, .social-icons a:focus { color: #333; } .dark-wrapper .social-icons a {} .dark-wrapper .social-icons a:hover, .dark-wrapper .social-icons a:focus { color: #fff; } .dark-wrapper .social-icons[class*="shape-"]:not([class*="skin-"]) a {} .dark-wrapper .social-icons[class*="shape-"]:not([class*="skin-"]) a:hover, .dark-wrapper .social-icons[class*="shape-"]:not([class*="skin-"]) a:focus { color: #333; border-color: none; background-color: #fff; } .social-icons.size {} .social-icons.size-small a { font-size: 10px; width: 22px; height: 22px; line-height: 22px; } .social-icons.size-large a { font-size: 14px; width: 36px; height: 36px; line-height: 36px; } .social-icons.shape {} .social-icons.shape-circle a { border: 1px solid #b5b5b5; box-sizing: content-box; border-radius: 50%; } .social-icons.shape-circle a:hover, .social-icons.shape-circle a:focus { border: 1px solid #333; } .social-icons.shape-square a { border: 1px solid #b5b5b5; box-sizing: content-box; } .social-icons.shape-square a:hover, .social-icons.shape-square a:focus { border: 1px solid #333; } .social-icons[class*="shape-"] li { margin: 0 2px; } .social-icons[class*="shape-"] a {} .social-icons[class*="shape-"] a:hover, .social-icons[class*="shape-"] a:focus { color: #fff; border-color: none; background-color: #333; } .social-icons[class*="shape-"].size {} .social-icons[class*="shape-"].size-small li { margin: 0 2px; } .social-icons[class*="shape-"].size-large li { margin: 0 3px; } .social-icons.skin {} .social-icons.skin-white li a { color: #fff; } .social-icons.skin-white li a:hover, .social-icons.skin-white li a:focus { opacity: 0.7; } .social-icons.skin-white[class*="shape-"] li a { border-color: #b3b3b3; color: #b3b3b3; background-color: #fff; } .social-icons.skin-white[class*="shape-"] li a:hover, .social-icons.skin-white[class*="shape-"] li a:focus { opacity: 0.7; } .social-icons.skin-theme li a { color: #a9e84f; } .social-icons.skin-theme li a:hover, .social-icons.skin-theme li a:focus { opacity: 0.7; } .social-icons.skin-theme[class*="shape-"] li a { border-color: transparent; color: #fff; background-color: #a9e84f; } .social-icons.skin-theme[class*="shape-"] li a:hover, .social-icons.skin-theme[class*="shape-"] li a:focus { opacity: 0.7; } .social-icons.skin-blue li a { color: #76bcfe; } .social-icons.skin-blue li a:hover, .social-icons.skin-blue li a:focus { opacity: 0.7; } .social-icons.skin-blue[class*="shape-"] li a { border-color: transparent; color: #fff; background-color: #76bcfe; } .social-icons.skin-blue[class*="shape-"] li a:hover, .social-icons.skin-blue[class*="shape-"] li a:focus { opacity: 0.7; } .social-icons.skin-green li a { color: #1abc9c; } .social-icons.skin-green li a:hover, .social-icons.skin-green li a:focus { opacity: 0.7; } .social-icons.skin-green[class*="shape-"] li a { border-color: transparent; color: #fff; background-color: #1abc9c; } .social-icons.skin-green[class*="shape-"] li a:hover, .social-icons.skin-green[class*="shape-"] li a:focus { opacity: 0.7; } .social-icons.skin-yellow li a { color: #f1c40f; } .social-icons.skin-yellow li a:hover, .social-icons.skin-yellow li a:focus { opacity: 0.7; } .social-icons.skin-yellow[class*="shape-"] li a { border-color: transparent; color: #fff; background-color: #f1c40f; } .social-icons.skin-yellow[class*="shape-"] li a:hover, .social-icons.skin-yellow[class*="shape-"] li a:focus { opacity: 0.7; } .social-icons.skin-dark li a { color: #333; } .social-icons.skin-dark li a:hover, .social-icons.skin-dark li a:focus { opacity: 0.7; } .social-icons.skin-dark[class*="shape-"] li a { border-color: transparent; color: #fff; background-color: #333; } .social-icons.skin-dark[class*="shape-"] li a:hover, .social-icons.skin-dark[class*="shape-"] li a:focus { opacity: 0.7; } .social-icons.skin-purple li a { color: #b24a7d; } .social-icons.skin-purple li a:hover, .social-icons.skin-purple li a:focus { opacity: 0.7; } .social-icons.skin-purple[class*="shape-"] li a { border-color: transparent; color: #fff; background-color: #b24a7d; } .social-icons.skin-purple[class*="shape-"] li a:hover, .social-icons.skin-purple[class*="shape-"] li a:focus { opacity: 0.7; } .social-icons.skin-cyan li a { color: #32cdc7; } .social-icons.skin-cyan li a:hover, .social-icons.skin-cyan li a:focus { opacity: 0.7; } .social-icons.skin-cyan[class*="shape-"] li a { border-color: transparent; color: #fff; background-color: #32cdc7; } .social-icons.skin-cyan[class*="shape-"] li a:hover, .social-icons.skin-cyan[class*="shape-"] li a:focus { opacity: 0.7; } .social-icons.skin-lemon li a { color: #a9e84f; } .social-icons.skin-lemon li a:hover, .social-icons.skin-lemon li a:focus { opacity: 0.7; } .social-icons.skin-lemon[class*="shape-"] li a { border-color: transparent; color: #fff; background-color: #a9e84f; } .social-icons.skin-lemon[class*="shape-"] li a:hover, .social-icons.skin-lemon[class*="shape-"] li a:focus { opacity: 0.7; } .social-icons.skin-red li a { color: #FF3366; } .social-icons.skin-red li a:hover, .social-icons.skin-red li a:focus { opacity: 0.7; } .social-icons.skin-red[class*="shape-"] li a { border-color: transparent; color: #fff; background-color: #FF3366; } .social-icons.skin-red[class*="shape-"] li a:hover, .social-icons.skin-red[class*="shape-"] li a:focus { opacity: 0.7; } .social-icons.hover {} .social-icons.hover-white {} .social-icons.hover-white[class*="shape-"] li a {} .social-icons.hover-white[class*="shape-"] li a:hover, .social-icons.hover-white[class*="shape-"] li a:focus { background-color: #fff; color: #636363; border-color: #fff; } .social-icons.hover-theme {} .social-icons.hover-theme[class*="shape-"] li a {} .social-icons.hover-theme[class*="shape-"] li a:hover, .social-icons.hover-theme[class*="shape-"] li a:focus { background-color: #a9e84f; color: #fff; border-color: #a9e84f; } .social-icons.hover-blue {} .social-icons.hover-blue[class*="shape-"] li a {} .social-icons.hover-blue[class*="shape-"] li a:hover, .social-icons.hover-blue[class*="shape-"] li a:focus { background-color: #76bcfe; color: #fff; border-color: #76bcfe; } .social-icons.hover-green {} .social-icons.hover-green[class*="shape-"] li a {} .social-icons.hover-green[class*="shape-"] li a:hover, .social-icons.hover-green[class*="shape-"] li a:focus { background-color: #1abc9c; color: #fff; border-color: #1abc9c; } .social-icons.hover-yellow {} .social-icons.hover-yellow[class*="shape-"] li a {} .social-icons.hover-yellow[class*="shape-"] li a:hover, .social-icons.hover-yellow[class*="shape-"] li a:focus { background-color: #f1c40f; color: #fff; border-color: #f1c40f; } .social-icons.hover-dark {} .social-icons.hover-dark[class*="shape-"] li a {} .social-icons.hover-dark[class*="shape-"] li a:hover, .social-icons.hover-dark[class*="shape-"] li a:focus { background-color: #333; color: #fff; border-color: #333; } .social-icons.hover-purple {} .social-icons.hover-purple[class*="shape-"] li a {} .social-icons.hover-purple[class*="shape-"] li a:hover, .social-icons.hover-purple[class*="shape-"] li a:focus { background-color: #b24a7d; color: #fff; border-color: #b24a7d; } .social-icons.hover-cyan {} .social-icons.hover-cyan[class*="shape-"] li a {} .social-icons.hover-cyan[class*="shape-"] li a:hover, .social-icons.hover-cyan[class*="shape-"] li a:focus { background-color: #32cdc7; color: #fff; border-color: #32cdc7; } .social-icons.hover-lemon {} .social-icons.hover-lemon[class*="shape-"] li a {} .social-icons.hover-lemon[class*="shape-"] li a:hover, .social-icons.hover-lemon[class*="shape-"] li a:focus { background-color: #a9e84f; color: #fff; border-color: #a9e84f; } .social-icons.hover-red {} .social-icons.hover-red[class*="shape-"] li a {} .social-icons.hover-red[class*="shape-"] li a:hover, .social-icons.hover-red[class*="shape-"] li a:focus { background-color: #FF3366; color: #fff; border-color: #FF3366; } .social-icons.thick-border li a { border-width: 3px; box-sizing: content-box; } .social-icons.thick-border li a:hover, .social-icons.thick-border li a:focus { border-width: 3px; } /* shop * =================================================== */ .shop-item { background-color: #f5f5f5; box-shadow: 0 0 5px -2px #ccc; } .shop-item img { width: 100%; } .post-prev-img { position: relative; margin-bottom: 40px; } .post-prev-img a { display: block; transition: all 0.25s ease; } .post-prev-img a:hover, .post-prev-img a:focus { opacity: 0.8; } .post-prev-img .intro-label { position: absolute; top: 10px; left: 10px; font-size: 20px; text-transform: uppercase; } .post-prev-img .intro-label span { padding: 5px 10px; } .post-prev-img img { width: 100%; } .post-prev-title { margin-bottom: 20px; padding: 0 15px; } .post-prev-title a {} .post-prev-text { margin-bottom: 20px; } .post-prev-text del { padding-right: 10px; font-size: 80%; } .shopping-cart-table >tbody>tr>td { vertical-align: middle; } .dark-wrapper .shop-item { background-color: #3a3a3a; } .shop-page .form-inline .form-control { display: inline-block; width: auto; vertical-align: middle; } .update-cart-button { text-align: right; } @media only screen and (max-width : 768px) { .update-cart-button { text-align: left; margin-top: 10px !important; } } /* iconbox * =================================================== */ .icon-box p { font-size: 13px; line-height: 22px; } .dark-wrapper .icon-box { color: #fff; } .dark-wrapper .icon-box i { color: #fff; } .dark-wrapper .icon-box a { color: #fff; } .dark-wrapper .icon-box a:hover, .dark-wrapper .icon-box a:focus { color: #fff; } .dark-wrapper .icon-box.ib-v5 > i:before, .dark-wrapper .icon-box.ib-v6 > i:before { background-color: #3a3a3a; } .dark-wrapper .icon-box.ib-v5 > i:after, .dark-wrapper .icon-box.ib-v6 > i:after { background-color: #4b4b4b; border: none; } .dark-wrapper .icon-box.ib-v7 .ib-wrap { border: none; } .dark-wrapper .icon-box.ib-boxed { background-color: #3a3a3a; border-color: #4b4b4b; } .icon-box.ib-v2 { padding: 0 30px; padding-top: 15px; text-align: center; } .icon-box.ib-v2 > a { text-decoration: none; color: #636363; margin-bottom: 25px; display: block; } .icon-box.ib-v2 > a:hover i, .icon-box.ib-v2 > a:focus i { border: none; background-color: #a9e84f; color: #fff; } .icon-box.ib-v2 > a > i { font-size: 30px; width: 100px; height: 100px; line-height: 100px; border: 1px solid #636363; display: block; margin: 0 auto; border-radius: 50%; margin-bottom: 40px; position: relative; transition: color .4s ease; box-sizing: border-box; } .icon-box.ib-v2 .title { font-size: 18px; font-weight: bold; font-weight: 700; text-transform: uppercase; } .icon-box.ib-v2 a {} .icon-box.ib-v2 a:hover i:after, .icon-box.ib-v2 a:focus i:after { transform: scale(1.2, 1.2); opacity: 1; } .icon-box.ib-v2 > a > i:after { content: ''; position: absolute; width: 100px; height: 100px; left: 0px; top: 0px; border-radius: 50%; border: 1px solid #a9e84f; transition: all .25s ease; opacity: 0; } .icon-box.ib-v3 .title, .icon-box.ib-v4 .title, .icon-box.ib-v1 .title { font-size: 18px; font-weight: bold; font-weight: 700; text-transform: capitalize; margin-bottom: 25px; margin-left: 65px; position: relative; } .icon-box.ib-v3 .title span, .icon-box.ib-v4 .title span, .icon-box.ib-v1 .title span { position: absolute; bottom: 0; left: 0; } .icon-box.ib-v3 .title:after, .icon-box.ib-v4 .title:after, .icon-box.ib-v1 .title:after { content: ''; display: table; clear: left; } .icon-box.ib-v3 > i, .icon-box.ib-v4 > i, .icon-box.ib-v1 > i { float: left; font-size: 50px; line-height: 1; color: #4b4b4b; } .icon-box.ib-v3 > i:before, .icon-box.ib-v4 > i:before, .icon-box.ib-v1 > i:before { vertical-align: bottom; } .icon-box.ib-v3 p, .icon-box.ib-v4 p, .icon-box.ib-v1 p { line-height: 20px; } .dark-wrapper .icon-box.ib-v3 i, .dark-wrapper .icon-box.ib-v4 i, .dark-wrapper .icon-box.ib-v1 i { color: #fff; } .icon-box.ib-v4 > i { font-size: 34px; } .icon-box.ib-v4 p { margin-left: 65px; line-height: 22px; } .icon-box.ib-v4 .title { margin-bottom: 15px; padding-top: 7px; font-size: 16px; } .icon-box.ib-v4 .title span { position: static; display: block; } .icon-box.ib-v4 .title.with-shaded-label { padding-top: 17px; } .icon-box.ib-v4 .title.with-shaded-label .shaded-label { bottom: 2px; top: auto; } .icon-box.ib-v4i-theme > i { color: #a9e84f; } .icon-box.ib-v1 >i { font-size: 24px; float: none; margin-bottom: 20px; display: inline-block; } .icon-box.ib-v1 .title { font-size: 18px; margin-bottom: 15px; } .icon-box.ib-v1 p { font-size: 14px; } .icon-box.ib-v1 .title, .icon-box.ib-v1 p { margin-left: 0; } .icon-box.ib-v5, .icon-box.ib-v6 { padding: 0 30px; text-align: center; } .icon-box.ib-v5 > i, .icon-box.ib-v6 > i { font-size: 30px; width: 100px; height: 100px; border: none; display: block; margin: 10px auto 50px auto; position: relative; } .icon-box.ib-v5 > i > img, .icon-box.ib-v6 > i > img { width: 100%; height: 100%; position: relative; z-index: 10; border-radius: 50%; } .icon-box.ib-v5 > i:after, .icon-box.ib-v6 > i:after { content: ""; position: absolute; top: -10px; left: -10px; width: 120px; height: 120px; background-color: #fff; border: 1px solid #dedede; z-index: 1; border-radius: 50%; transition: all .4s ease; } .icon-box.ib-v5 > i:before, .icon-box.ib-v6 > i:before { z-index: 2; position: relative; background-color: #f5f5f5; display: block; width: 100px; height: 100px; line-height: 100px; border-radius: 50%; transition: color .4s ease; } .icon-box.ib-v5 .title, .icon-box.ib-v6 .title { margin-bottom: 25px; } .icon-box.ib-v5:not(.no-anim):hover > i, .icon-box.ib-v5:not(.no-anim):focus > i, .icon-box.ib-v6:not(.no-anim):hover > i, .icon-box.ib-v6:not(.no-anim):focus > i {} .icon-box.ib-v5:not(.no-anim):hover > i:after, .icon-box.ib-v5:not(.no-anim):focus > i:after, .icon-box.ib-v6:not(.no-anim):hover > i:after, .icon-box.ib-v6:not(.no-anim):focus > i:after { border-color: #a9e84f; transform: scale(0.7); } .icon-box.ib-v5:not(.no-anim):hover > i:before, .icon-box.ib-v5:not(.no-anim):focus > i:before, .icon-box.ib-v6:not(.no-anim):hover > i:before, .icon-box.ib-v6:not(.no-anim):focus > i:before { background-color: #a9e84f; color: #fff; } .icon-box.ib-v6 { padding: 0; text-align: left; } .icon-box.ib-v6 > i { float: left; width: 60px; height: 60px; margin: 15px auto 0 15px; } .icon-box.ib-v6 > i:before { text-align: center; width: 60px; height: 60px; line-height: 60px; } .icon-box.ib-v6 .ib-wrap { margin-left: 110px; padding-right: 15px; padding-top: 15px; } .icon-box.ib-v7 { position: relative; padding-top: 35px; } .icon-box.ib-v7 .ib-wrap { padding: 55px 30px 90px 30px; background-color: #FBFBFB; border: 1px solid #dedede; text-align: center; border-radius: 6px; position: relative; } .icon-box.ib-v7 > i { font-size: 30px; width: 70px; height: 70px; border: none; top: 0; position: absolute; left: 50%; margin-left: -35px; background-color: #a9e84f; color: #fff; line-height: 70px; border-radius: 50%; transition: color .4s ease; text-align: center; z-index: 10; } .icon-box.ib-v7 .title { color: #4b4b4b; font-size: 16px; } .icon-box.ib-v7 p { margin-bottom: 0; } .icon-box.ib-v7 a.ib-btn { position: absolute; width: 100%; bottom: 0; left: 0; font-size: 12px; letter-spacing: 2px; color: #fff; text-decoration: none; text-transform: uppercase; background-color: #a9e84f; padding: 20px 0; border-bottom-right-radius: 5px; border-bottom-left-radius: 5px; transition: all .25s ease; } .icon-box.ib-v7 a.ib-btn:hover, .icon-box.ib-v7 a.ib-btn:focus { background-color: #252525; } .icon-box.ib-v7.ib-green > i, .icon-box.ib-v7.ib-green a.ib-btn { background-color: #1abc9c; } .icon-box.ib-v7.ib-green a.ib-btn:hover, .icon-box.ib-v7.ib-green a.ib-btn:focus { background-color: #333; } .icon-box.ib-v7.ib-blue > i, .icon-box.ib-v7.ib-blue a.ib-btn { background-color: #6FA0CE; } .icon-box.ib-v7.ib-blue a.ib-btn:hover, .icon-box.ib-v7.ib-blue a.ib-btn:focus { background-color: #333; } .icon-box.ib-v7.ib-dark > i, .icon-box.ib-v7.ib-dark a.ib-btn { background-color: #505050; } .icon-box.ib-v7.ib-dark a.ib-btn:hover, .icon-box.ib-v7.ib-dark a.ib-btn:focus { background-color: #333; } .icon-box.ib-v8 { position: relative; padding: 30px; padding-top: 90px; background-color: #fbfbfb; box-shadow: 0 0 6px -3px #707070; text-align: center; border-radius: 5px; } .icon-box.ib-v8 i { font-size: 30px; width: 100%; border: none; top: 30px; left: 0; position: absolute; color: #4b4b4b !important; } .icon-box.ib-v8 .title { color: #4b4b4b; margin-bottom: 30px; font-size: 16px; } .icon-box.ib-v8 p { margin-bottom: 0; color: #636363; } .icon-box.ib-v8 > a.ib-btn { display: block; margin: 0 -30px; background-color: #a9e84f; color: #fff; padding: 20px 0; position: relative; bottom: -30px; border-bottom-right-radius: 4px; border-bottom-left-radius: 4px; transition: all .25s ease; text-decoration: none; text-transform: uppercase; letter-spacing: 2px; font-size: 12px; } .icon-box.ib-v8 > a.ib-btn:hover, .icon-box.ib-v8 > a.ib-btn:focus { background-color: #252525; } .icon-box.ib-v8.ib-green > a.ib-btn { background-color: #1abc9c; } .icon-box.ib-v8.ib-green > a.ib-btn:hover, .icon-box.ib-v8.ib-green > a.ib-btn:focus { background-color: #333; } .icon-box.ib-v8.ib-blue > a.ib-btn { background-color: #76bcfe; } .icon-box.ib-v8.ib-blue > a.ib-btn:hover, .icon-box.ib-v8.ib-blue > a.ib-btn:focus { background-color: #333; } .icon-box.ib-v8.ib-dark > a.ib-btn { background-color: #505050; } .icon-box.ib-v8.ib-dark > a.ib-btn:hover, .icon-box.ib-v8.ib-dark > a.ib-btn:focus { background-color: #333; } .icon-box.ib-v8.dark-overlay { position: relative; } .icon-box.ib-v8.dark-overlay:after { position: absolute; content: ""; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0,0,0,0.1); border-radius: inherit; } .icon-box.ib-boxed { padding: 40px; background-color: #e8e8e8; border: 1px solid #dedede; border-radius: 5px; } .icon-box.ib-boxed.ib-red { background-color: #FF3366; color: #fff; } .icon-box.ib-boxed.ib-red h1, .icon-box.ib-boxed.ib-red h2, .icon-box.ib-boxed.ib-red h3, .icon-box.ib-boxed.ib-red h4, .icon-box.ib-boxed.ib-red h5, .icon-box.ib-boxed.ib-red h6, .icon-box.ib-boxed.ib-red i, .icon-box.ib-boxed.ib-red p { color: #fff; } .icon-box.ib-boxed.ib-blue { background-color: #76bcfe; color: #fff; } .icon-box.ib-boxed.ib-blue h1, .icon-box.ib-boxed.ib-blue h2, .icon-box.ib-boxed.ib-blue h3, .icon-box.ib-boxed.ib-blue h4, .icon-box.ib-boxed.ib-blue h5, .icon-box.ib-boxed.ib-blue h6, .icon-box.ib-boxed.ib-blue i, .icon-box.ib-boxed.ib-blue p { color: #fff; } .icon-box.ib-boxed.ib-green { background-color: #1abc9c; color: #fff; } .icon-box.ib-boxed.ib-green h1, .icon-box.ib-boxed.ib-green h2, .icon-box.ib-boxed.ib-green h3, .icon-box.ib-boxed.ib-green h4, .icon-box.ib-boxed.ib-green h5, .icon-box.ib-boxed.ib-green h6, .icon-box.ib-boxed.ib-green i, .icon-box.ib-boxed.ib-green p { color: #fff; } .icon-box.ib-boxed.ib-dark { background-color: #333; color: #fff; } .icon-box.ib-boxed.ib-dark h1, .icon-box.ib-boxed.ib-dark h2, .icon-box.ib-boxed.ib-dark h3, .icon-box.ib-boxed.ib-dark h4, .icon-box.ib-boxed.ib-dark h5, .icon-box.ib-boxed.ib-dark h6, .icon-box.ib-boxed.ib-dark i, .icon-box.ib-boxed.ib-dark p { color: #fff; } .icon-box.ib-edu { padding: 0; text-align: left; } .icon-box.ib-edu > i { float: left; width: 70px; height: 70px; font-size: 30px; color: #252525; line-height: 70px; text-align: center; border: 1px solid #252525; border-radius: 50%; margin-bottom: 0; } .icon-box.ib-edu .ib-wrap { padding-top: 10px; margin-left: 90px; padding-right: 20px; } .icon-box.ib-edu .title { font-size: 14px; margin-bottom: 0; } .icon-box.ib-edu .subtitle, .icon-box.ib-edu .description { font-size: 12px; color: #636363; } .icon-box.ib-edu .description { margin-top: 7px; font-family: "Play",sans-serif; font-family: 12px; } .icon-box.icon-theme-color >i { color: #a9e84f !important; } .gradient-cols-wrapper >div[class*="col-"], .gradient-cols-wrapper >.grad-box { background-color: #444; padding: 70px 50px; border-left: 1px solid transparent; margin-top: 0 !important; } .gradient-cols-wrapper >div[class*="col-"] > .inner-wrapper, .gradient-cols-wrapper >.grad-box > .inner-wrapper { max-width: 400px; margin: 0 auto; } .gradient-cols-wrapper >div[class*="col-"]:nth-child(2), .gradient-cols-wrapper >.grad-box:nth-child(2) { background-color: #4a4a4a; border-left-color: #505050; } .gradient-cols-wrapper >div[class*="col-"]:nth-child(3), .gradient-cols-wrapper >.grad-box:nth-child(3) { background-color: #505050; border-left-color: #545454; } .gradient-cols-wrapper >div[class*="col-"]:nth-child(4), .gradient-cols-wrapper >.grad-box:nth-child(4) { background-color: #565656; border-left-color: #585858; } .gradient-cols-wrapper.light-grad >div[class*="col-"], .gradient-cols-wrapper.light-grad >.grad-box { background-color: #ececec; } .gradient-cols-wrapper.light-grad >div[class*="col-"]:nth-child(2), .gradient-cols-wrapper.light-grad >.grad-box:nth-child(2) { background-color: #f1f1f1; border-left-color: #e5e5e5; } .gradient-cols-wrapper.light-grad >div[class*="col-"]:nth-child(3), .gradient-cols-wrapper.light-grad >.grad-box:nth-child(3) { background-color: #f5f5f5; border-left-color: #eaeaea; } .gradient-cols-wrapper.light-grad >div[class*="col-"]:nth-child(4), .gradient-cols-wrapper.light-grad >.grad-box:nth-child(4) { background-color: #f9f9f9; border-left-color: #ececec; } .ib-deadline { text-align: center; } .ib-deadline i { width: 70px; height: 70px; border: 1px solid #dedede; border-radius: 50%; font-size: 20px; background-color: #fff; line-height: 70px; text-align: center; display: inline-block; margin-bottom: 30px; } .ib-deadline .meta { font-size: 18px; } .ib-deadline .title { font-size: 16px; font-weight: normal; } .ib-deadline.disabled { opacity: 0.6; } .ib-deadline.disabled .meta { text-decoration: line-through; } /* ui-side-navigations * =================================================== */ .ol-side-navigation { background-color: #f1f1f1; } /*General styles for all levels*/ .ol-side-navigation a { text-decoration: none; color: #636363; padding: 2px 5px; position: relative; display: block; font-size: 12px; text-transform: capitalize; } .ol-side-navigation .sub-menu { display: none; padding: 0px 10px 25px 35px; position: relative; } .ol-side-navigation li {} .ol-side-navigation li.current-menu-item >a, .ol-side-navigation li.current-menu-parent >a { font-weight: 700; color: #4b4b4b; } .ol-side-navigation li.menu-item-has-children { position: relative; } .ol-side-navigation li.menu-item-has-children > .ol-toggle { position: absolute; display: block; top: 25px; right: 20px; width: 11px; height: 1px; background-color: #bbb; transition: all 0.3s ease; } .ol-side-navigation li.menu-item-has-children > .ol-toggle:after { content: ''; position: absolute; top: -5px; left: 5px; width: 1px; height: 11px; background-color: #bbb; transition: all 0.3s ease; } .ol-side-navigation li.menu-item-has-children.active > .ol-toggle {} .ol-side-navigation li.menu-item-has-children.active > .ol-toggle, .ol-side-navigation li.menu-item-has-children.active > .ol-toggle:after { background-color: #fff; } .ol-side-navigation li.menu-item-has-children.active > .ol-toggle { transform: rotate(-180deg); } .ol-side-navigation li.menu-item-has-children.active > .ol-toggle:after { transform: rotate(-90deg); } .ol-side-navigation li:hover >a, .ol-side-navigation li:focus >a { color: #363636; } .ol-side-navigation li:hover >.ol-toggle, .ol-side-navigation li:focus >.ol-toggle {} .ol-side-navigation li:hover >.ol-toggle, .ol-side-navigation li:hover >.ol-toggle:after, .ol-side-navigation li:focus >.ol-toggle, .ol-side-navigation li:focus >.ol-toggle:after { background-color: #363636; } /*First level li*/ .ol-side-navigation > li { border: 1px solid #dedede; border-top: none; } .ol-side-navigation > li > a { text-transform: uppercase; padding: 15px 50px 15px 30px; background-color: #eee; transition: all 0.3s ease; } .ol-side-navigation > li > .sub-menu { padding: 15px 0 25px 30px; } /*Second level li*/ .ol-side-navigation > li > .sub-menu >li > a { font-size: 13px; padding: 10px 40px 10px 25px; } .ol-side-navigation > li > .sub-menu >li:hover >a, .ol-side-navigation > li > .sub-menu >li:focus >a { color: #363636; } .ol-side-navigation > li > .sub-menu >li.menu-item-has-children > .ol-toggle { top: 18px; width: 7px; right: 30px; } .ol-side-navigation > li > .sub-menu >li.menu-item-has-children > .ol-toggle:after { height: 7px; top: -3px; left: 3px; } .ol-side-navigation > li > .sub-menu >li.menu-item-has-children.current-menu-parent > .ol-toggle, .ol-side-navigation > li > .sub-menu >li.menu-item-has-children.active > .ol-toggle, .ol-side-navigation > li > .sub-menu >li.menu-item-has-children:hover > .ol-toggle, .ol-side-navigation > li > .sub-menu >li.menu-item-has-children:focus > .ol-toggle {} .ol-side-navigation > li > .sub-menu >li.menu-item-has-children.current-menu-parent > .ol-toggle, .ol-side-navigation > li > .sub-menu >li.menu-item-has-children.current-menu-parent > .ol-toggle:after, .ol-side-navigation > li > .sub-menu >li.menu-item-has-children.active > .ol-toggle, .ol-side-navigation > li > .sub-menu >li.menu-item-has-children.active > .ol-toggle:after, .ol-side-navigation > li > .sub-menu >li.menu-item-has-children:hover > .ol-toggle, .ol-side-navigation > li > .sub-menu >li.menu-item-has-children:hover > .ol-toggle:after, .ol-side-navigation > li > .sub-menu >li.menu-item-has-children:focus > .ol-toggle, .ol-side-navigation > li > .sub-menu >li.menu-item-has-children:focus > .ol-toggle:after { background-color: #363636; } .ol-side-navigation > li > .sub-menu >li.current-menu-item >a:before, .ol-side-navigation > li > .sub-menu >li.current-menu-parent >a:before { position: absolute; font-family: ol-icon-set; content: "\e90b"; font-size: 14px; color: #fff; background-color: #a9e84f; text-align: center; width: 32px; height: 32px; line-height: 24px; border-radius: 50%; border: 4px solid #f1f1f1; left: -16px; top: 20px; transform: translateY(-50%); z-index: 5; -webkit-filter: blur(0); } .ol-side-navigation > li > .sub-menu:after { position: absolute; content: ""; width: 1px; height: 100%; left: 30px; top: 0; background-color: #a9e84f; z-index: 1; } .ol-side-navigation > li:first-child { border-top: 1px solid #dedede; } .ol-side-navigation > li.menu-item-has-children { position: relative; } .ol-side-navigation > li:hover > a, .ol-side-navigation > li:focus > a { background-color: #dedede; } .ol-side-navigation > li.active > a, .ol-side-navigation > li.current-menu-item > a { background-color: #a9e84f; color: #fff; } .dark-wrapper .ol-side-navigation { background-color: #3a3a3a; } .dark-wrapper .ol-side-navigation a { color: #cbcbcb; } .dark-wrapper .ol-side-navigation a:hover { color: #fff; } .dark-wrapper .ol-side-navigation > li:first-child, .dark-wrapper .ol-side-navigation > li { border-color: #4b4b4b; } .dark-wrapper .ol-side-navigation > li:not(.active):not(.current-menu-item) > a { background-color: #3a3a3a; } .dark-wrapper .ol-side-navigation li.current-menu-item >a, .dark-wrapper .ol-side-navigation li.current-menu-parent >a { color: #fff; } .dark-wrapper .ol-side-navigation li.menu-item-has-children > .ol-toggle { background-color: #cbcbcb; } .dark-wrapper .ol-side-navigation li.menu-item-has-children > .ol-toggle:after { background-color: #cbcbcb; } .dark-wrapper .ol-side-navigation > li > .sub-menu >li.current-menu-item >a:before, .dark-wrapper .ol-side-navigation > li > .sub-menu >li.current-menu-parent >a:before { border-color: #3a3a3a; } .ol-side-navigation, .ol-side-navigation ul { list-style: none; margin: 0; padding: 0; } .ol-side-navigation.skin-dark > li ul.sub-menu:after, .ol-side-navigation.skin-dark > li.current-menu-item > a, .ol-side-navigation.skin-dark > li.active > a, .ol-side-navigation.skin-dark > li ul> li a:before { background-color: #333 !important; } .ol-side-navigation.skin-green > li ul.sub-menu:after, .ol-side-navigation.skin-green > li.current-menu-item > a, .ol-side-navigation.skin-green > li.active > a, .ol-side-navigation.skin-green > li ul> li a:before { background-color: #1abc9c !important; } .ol-side-navigation.skin-blue > li ul.sub-menu:after, .ol-side-navigation.skin-blue > li.current-menu-item > a, .ol-side-navigation.skin-blue > li.active > a, .ol-side-navigation.skin-blue > li ul> li a:before { background-color: #76bcfe !important; } .ol-side-navigation.skin-red > li ul.sub-menu:after, .ol-side-navigation.skin-red > li.current-menu-item > a, .ol-side-navigation.skin-red > li.active > a, .ol-side-navigation.skin-red > li ul> li a:before { background-color: #FF3366 !important; } .ol-side-navigation.skin-purple > li ul.sub-menu:after, .ol-side-navigation.skin-purple > li.current-menu-item > a, .ol-side-navigation.skin-purple > li.active > a, .ol-side-navigation.skin-purple > li ul> li a:before { background-color: #b24a7d !important; } .ol-side-navigation.skin-yellow > li ul.sub-menu:after, .ol-side-navigation.skin-yellow > li.current-menu-item > a, .ol-side-navigation.skin-yellow > li.active > a, .ol-side-navigation.skin-yellow > li ul> li a:before { background-color: #f1c40f !important; } .ol-side-navigation.skin-lemon > li ul.sub-menu:after, .ol-side-navigation.skin-lemon > li.current-menu-item > a, .ol-side-navigation.skin-lemon > li.active > a, .ol-side-navigation.skin-lemon > li ul> li a:before { background-color: #a9e84f !important; } .ol-side-navigation.skin-cyan > li ul.sub-menu:after, .ol-side-navigation.skin-cyan > li.current-menu-item > a, .ol-side-navigation.skin-cyan > li.active > a, .ol-side-navigation.skin-cyan > li ul> li a:before { background-color: #32cdc7 !important; } /* ui-Accordions & Toggles & Tabs * =================================================== */ .ol-accordion a { text-decoration: none; color: #4b4b4b; } .ol-accordion .item-head { cursor: pointer; font-size: 15px; color: #4b4b4b; background-color: #eee; padding: 15px 20px; text-transform: capitalize; position: relative; margin-bottom: 2px; transition: all 0.3s ease; } .ol-accordion .item-head .ol-toggle-icon { width: 15px; right: 20px; } .ol-accordion .item-head .ol-toggle-icon:after { height: 15px; top: -7px; left: 7px; } .ol-accordion .item-body { display: none; padding: 20px 10px 40px; font-size: 14px; color: #636363; } .ol-accordion .item-head:hover, .ol-accordion .item-head:focus { background-color: #dedede; } .ol-accordion .ac-item.open .item-head { color: #fff; background-color: #a9e84f; } .ol-accordion .ac-item.open .item-head .ol-toggle-icon {} .ol-accordion .ac-item.open .item-head .ol-toggle-icon, .ol-accordion .ac-item.open .item-head .ol-toggle-icon:after { background-color: #fff; } .ol-accordion .ac-item {} .ol-accordion .ac-item.open .item-head .ol-toggle-icon {} .dark-wrapper .ol-accordion {} .dark-wrapper .ol-accordion .item-head { background-color: #3a3a3a; color: #cbcbcb; } .ol-accordion.blue-skin .ac-item.open .item-head { background-color: #76bcfe; } .ol-accordion.cyan-skin .ac-item.open .item-head { background-color: #32cdc7; } .ol-accordion.yellow-skin .ac-item.open .item-head { background-color: #f1c40f; } .ol-accordion.red-skin .ac-item.open .item-head { background-color: #FF3366; } .ol-accordion.dark-skin .ac-item.open .item-head { background-color: #353535; } .ol-accordion.green-skin .ac-item.open .item-head { background-color: #1abc9c; } /*Tabs*/ .ol-tab .tab-navigation { border: none; font-size: 15px; margin: 0; padding: 0; list-style: none; } .ol-tab .tab-navigation li { top: 1px; float: left; position: relative; z-index: 1; } .ol-tab .tab-navigation li a { padding: 10px 15px; display: block; text-decoration: none; } .ol-tab .tab-navigation li:hover, .ol-tab .tab-navigation li:focus { background-color: #f5f5f5; } .ol-tab .tab-navigation li.active { border-left: 1px solid #dedede; border-right: 1px solid #dedede; top: 1px; background: #fff; z-index: 10; } .ol-tab .tab-navigation li.active a:hover, .ol-tab .tab-navigation li.active a:focus { color: #4b4b4b; border-radius: 0 !important; margin: 0 !important; } .ol-tab .tab-navigation li.active:after { position: absolute; content: ""; top: 0; left: -1px; right: -1px; height: 3px; background-color: #a9e84f; } .ol-tab .tab-navigation.nav-justified li { display: table-cell; float: none; } .ol-tab .tab-navigation.nav-justified li.active:after { height: 5px; } .ol-tab .tab-navigation:after { content: ''; display: table; clear: both; } .ol-tab .tab-pane { padding: 30px 20px; border: 1px solid #dedede; } .ol-tab .tab-pane.active { position: relative; z-index: 5; } .dark-wrapper .ol-tab {} .dark-wrapper .ol-tab .tab-navigation li a { color: #cbcbcb; } .dark-wrapper .ol-tab .tab-navigation li:hover { background-color: #3a3a3a; } .dark-wrapper .ol-tab .tab-navigation li.active { border-color: #4b4b4b; background: #3a3a3a; } .dark-wrapper .ol-tab .tab-navigation li.active a { color: #fff; } .dark-wrapper .ol-tab .tab-pane { border-color: #4b4b4b; background-color: #3a3a3a; } .ol-tab:after { content: ""; display: table; clear: both; } .ol-tab.right .tab-navigation li { float: right; } .ol-tab.bottom .tab-navigation { border: none; } .ol-tab.bottom .tab-navigation li { top: -1px; } .ol-tab.bottom .tab-navigation li.active:after { top: auto; bottom: 0; } .ol-tab.bottom .tab-navigation.nav-justified li.active { border-top: 0; } .ol-tab.bottom .tab-navigation.nav-justified li.active:after { height: 5px; } .ol-tab.vertical .tab-navigation { float: left; width: 25%; } .ol-tab.vertical .tab-navigation li { text-align: center; float: none; top: 0; left: 1px; } .ol-tab.vertical .tab-navigation li.active { border: 1px solid #dedede; border-left: none; border-right: none; } .ol-tab.vertical .tab-navigation li.active:after { top: -1px; bottom: -1px; left: 0; width: 4px; height: auto; } .ol-tab.vertical .tab-content { float: right; width: 75%; } .ol-tab.vertical.right .tab-navigation { float: right; } .ol-tab.vertical.right .tab-navigation li { left: auto; right: 1px; } .ol-tab.vertical.right .tab-navigation li.active:after { left: auto; right: 0; } .ol-tab.vertical.right .tab-content { float: left; } /* numbers * =================================================== */ .fact-item { text-align: center; } .fact-item .fact-icon-wrap .fact-icon { font-size: 30px; color: #bbb; } .fact-item .fact-number-wrap { padding: 10px 0 20px 0; } .fact-item .fact-number-wrap .fact-number { font-size: 35px; font-family: "Play",sans-serif; font-weight: 700; font-weight: bold; color: #4b4b4b; } .fact-item .fact-title { font-size: 16px; margin-bottom: 2px; text-transform: uppercase; letter-spacing: 2px; } .fact-item .fact-sub-title { font-size: 13px; font-weight: 400; font-weight: normal; color: #bbb; } .dark-wrapper .fact-item .fact-item-wrap .fact-icon { color: #fff; } .dark-wrapper .fact-item .fact-number-wrap .fact-number { color: #fff; } .dark-wrapper .fact-item .fact-title { color: #fff; } .dark-wrapper .fact-item .fact-sub-title { color: #fff; } .fact-item.left-alined { text-align: left; } .fact-item.left-alined .fact-number-wrap { padding: 0; } .fact-item.left-alined .fact-icon-wrap { float: left; padding-top: 5px; } .fact-item.left-alined .fact-icon-wrap .fact-icon { font-size: 50px; } .fact-item.left-alined .fact-number-wrap, .fact-item.left-alined .fact-title, .fact-item.left-alined .fact-sub-title { margin-left: 70px; } /* Callouts * =================================================== */ .call-out { position: relative; } .call-out .title { font-size: 22px; letter-spacing: 1.5px; margin-bottom: 10px; } .call-out .sub-title { font-family: "Merriweather",serif; color: #636363; font-size: 14px; font-weight: normal; font-weight: 300; font-style: italic; margin-bottom: 30px; } .dark-wrapper .call-out .sub-title { color: #dedede; } .call-out .callout-icon { float: left; font-size: 40px; position: relative; top: 2px; } .call-out .callout-texts { margin-left: 70px; } /* Testimonials * =================================================== */ .avatar { display: block; } .avatar img { width: 100%; height: 100%; border-radius: 50%; } .avatar.avatar-lg { width: 100px; height: 100px; } .avatar.avatar-md { width: 80px; height: 80px; } .avatar.avatar-sm { width: 60px; height: 60px; } .avatar.avatar-xs { width: 30px; height: 30px; } .avatar.center { margin: 0 auto; } .name-avatar .name, .name-avatar .avatar { display: inline-block; } .name-avatar .avatar { margin-right: 15px; } .testimonial-item { padding: 5px 15px; } .testimonial-item .avatar { float: left; } .testimonial-item .texts { font-size: 13px; line-height: 22px; margin-left: 80px; } .testimonial-item .texts p { font-size: 13px; line-height: 22px; margin-bottom: 20px; } .testimonial-item .their-name { font-size: 15px; margin-bottom: 2px; } .single-shot .testimonial-item { padding: 5px 20%; text-align: center; } .single-shot .testimonial-item .their-quote { position: relative; display: block; } .single-shot .testimonial-item .their-quote:after, .single-shot .testimonial-item .their-quote:before { position: absolute; top: 0; color: #ccc; left: -40px; content: "\201C"; font-size: 60px; font-family: 'Sintony',sans-serif; } .single-shot .testimonial-item .their-quote:after { content: "\201D"; left: auto; right: -40px; } .single-shot .testimonial-item .their-info { margin-top: 30px; } .single-shot .testimonial-item .their-info .avatar { float: none; margin: 0 auto; margin-bottom: 30px; } .dark-wrapper .single-shot .testimonial-item .their-quote:after, .dark-wrapper .single-shot .testimonial-item .their-quote:before { color: #fff; } /* Alerts / Notifications * =================================================== */ .alert { padding: 40px; text-align: left; font-family: "Play",sans-serif; font-size: 16px; text-shadow: 1px 1px 1px #fff; } .alert > i { font-size: 20px; vertical-align: middle; padding-right: 10px; } .dark-wrapper .alert {} .dark-wrapper .alert.alert-gray { color: #636363; } .dark-wrapper .alert.alert-dark { background-color: #3a3a3a; } .alert.with-big-icons { position: relative; overflow: hidden; } .alert.with-big-icons > i { position: absolute; top: -30px; left: -30px; height: 100%; font-size: 110px; opacity: 0.1; } .alert.alert-dark { background-color: #333; color: #bbb; text-shadow: none; } .alert.alert-gray { background-color: #e8e8e8; } .alert.alert-narrow, .alert.alert-thin { padding: 20px; } /* Modals * =================================================== */ .modal-dialog { margin-top: 100px !important; } .modal-title { margin: -15px; padding: 15px; background-color: #a9e84f; color: #fff; margin-bottom: 15px; } .modal-body { padding: 0; } .modal-footer { margin: -15px; padding: 15px; position: relative; bottom: -15px; background-color: #e8e8e8; margin-top: 0px; } .modal-header .close { color: #fff; opacity: 1; } /* List icons * =================================================== */ .icon-list { list-style: none; padding-left: 20px; } .icon-list.icon-list li { line-height: 30px; } .icon-list.icon-list li i { width: 20px; display: inline-block; margin-right: 10px; } .icon-list.icon-border li i { border: 1px solid #dedede; width: 30px; height: 30px; line-height: 30px; text-align: center; } .icon-list.icon-border li, .icon-list.icon-bg-box li, .icon-list.skin-dark li, .icon-list.skin-theme li { margin-bottom: 10px; } .icon-list.icon-bg-box li i { background: #dedede; width: 30px; height: 30px; line-height: 30px; text-align: center; } .icon-list.skin-dark li i { background: #4b4b4b; width: 30px; height: 30px; line-height: 30px; text-align: center; color: #fff; } .icon-list.skin-theme li i { background: #a9e84f; width: 30px; height: 30px; line-height: 30px; text-align: center; color: #fff; } .icon-list.circle li i { border-radius: 50%; } .icon-list.radius li i { border-radius: 4px; } /* Progress bars * =================================================== */ .progress { margin-top: 10px; margin-bottom: 30px; font-weight: 400; text-transform: uppercase; letter-spacing: 1px; overflow: visible; height: 30px; background: #e8e8e8; -webkit-border-radius: 0px; -moz-border-radius: 0px; border-radius: 0px; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; } .progress .progress-bar { text-align: left; padding: 0 10px; font-size: 12px; background-color: #333; line-height: 30px; } .progress .progress-bar span { float: right; } .dark-wrapper .progress { background: rgba(232, 232, 232, 0.1); } .dark-wrapper .progress .progress-bar { background-color: #fff; color: #333; } .dark-wrapper .progress .progress-bar >span { color: #333; } .dark-wrapper .progress.progress-theme-color .progress-bar { background-color: #a9e84f; color: #fff; } .dark-wrapper .progress.progress-theme-color .progress-bar >span { color: #fff; } .dark-wrapper .progress.progress-on-top.progress-theme-color .progress-bar >span { color: #333; } .progress.progress-theme-color .progress-bar { background-color: #a9e84f; } .progress.progress-on-top { margin-bottom: 50px; height: 20px; } .progress.progress-on-top .progress-bar { position: relative; line-height: 20px; font-size: 10px; } .progress.progress-on-top .progress-bar > span { display: inline-block; min-width: 30px; height: 20px; padding: 0px 15px; position: absolute; top: -27px; right: 0px; text-align: center; line-height: 22px; letter-spacing: 0; background-color: #e8e8e8; color: #636363; border-radius: 8px; } .progress.progress-on-top .progress-bar > span:before { background-color: #e8e8e8; border-color: #e8e8e8; border-image: none; border-right: 1px solid #e8e8e8; border-style: none; bottom: -2px; content: ""; display: block; height: 5px; left: 23px; position: absolute; transform: rotate(45deg); -moz-transform: rotate(45deg); -webkit-transform: rotate(45deg); width: 5px; } /* People * =================================================== */ .vc-card { background-color: #fff; } .vc-card img { width: 100%; height: auto; } .vc-card >a { display: block; } .vc-card >a:hover img, .vc-card >a:focus img { opacity: 0.9; } .vc-card .vc-card-wrapper { min-height: 120px; font-size: 13px; color: #636363; padding: 30px 20px 20px; } .vc-card .vc-card-wrapper .title { font-weight: bold; font-weight: 700; color: #4b4b4b; font-family: "Play",sans-serif; font-size: 15px; } .vc-card .vc-card-wrapper .description { padding-top: 25px; } .vc-card .vc-card-wrapper .subtitle { padding-top: 10px; line-height: 20px; color: #707070; } .vc-card .links { text-align: center; border-top: 1px solid #dedede; } .vc-card .links a { font-size: 11px; color: #bbb; text-decoration: none; display: inline-block; line-height: 39px; } .vc-card .links a i { font-size: 13px; font-style: normal; padding-right: 5px; padding-left: 5px; vertical-align: middle; display: inline-block; } .vc-card .links a span { display: inline-block; vertical-align: middle; } .vc-card .links a:hover { color: #333; } .dark-wrapper .vc-card { background-color: #3a3a3a; } .dark-wrapper .vc-card .vc-card-wrapper .title { color: #f5f5f5; } .dark-wrapper .vc-card .vc-card-wrapper .subtitle { color: #888; } .dark-wrapper .vc-card .links { border-color: #4b4b4b; } .dark-wrapper .vc-card .links a:hover, .dark-wrapper .vc-card .links a:focus { color: #fff; } .dark-wrapper .vc-card.boxed { border-color: #4b4b4b; } .dark-wrapper .vc-card.hoverable-links .links, .dark-wrapper .vc-card.hoverable-links .links a { border-color: #4b4b4b; } .vc-card.boxed { border: 1px solid #dedede; max-width: 360px; margin: 0 auto; } .vc-card.title-center .title { text-align: center; } .vc-card.hoverable-links .links a { width: 50%; border-left: 1px solid #dedede; } .vc-card.hoverable-links .links a i { padding-left: 1px; } .vc-card.hoverable-links .links a:hover { background-color: #a9e84f; color: #fff; font-weight: 700; } .vc-card.hoverable-links .links a:first-child { border-left: none; } .vc-card.mini-card { background-color: #f5f5f5; } .vc-card.mini-card >a { float: left; width: 110px; height: 150px; overflow: hidden; background-position: center center; } .vc-card.mini-card .vc-card-wrapper, .vc-card.mini-card .links { margin-left: 110px; } .vc-card.mini-card .vc-card-wrapper { height: 100px; min-height: 100px; overflow: hidden; margin-bottom: 10px; padding: 40px 10px 0 40px; } .vc-card.mini-card .links { height: 40px; } .vc-card.mini-card .subtitle { padding-top: 0; } .vc-card.mini-card .title { font-family: 'Sintony',sans-serif; } .featured-person { padding: 0 30px; text-align: center; } .featured-person >a:first-child { width: 100px; height: 100px; display: block; margin: 0 auto; position: relative; margin-bottom: 30px; } .featured-person >a:first-child img { width: 100%; height: 100%; border-radius: 50%; position: absolute; top: 0; left: 0; z-index: 3; } .featured-person >a:first-child:before { content: ""; z-index: 2; position: relative; background-color: #fff; display: block; width: 130px; height: 130px; line-height: 100px; border-radius: 50%; top: -15px; left: -15px; border: 1px solid #dedede; } .featured-person h1, .featured-person h2, .featured-person h3, .featured-person h4, .featured-person h5, .featured-person h6 { margin-bottom: 5px; } .dark-wrapper .featured-person {} .dark-wrapper .featured-person>a:first-child:before { background-color: #3a3a3a; border-color: #4b4b4b; } .featured-person.horizontal { text-align: left; } .featured-person.horizontal >a:first-child { float: left; width: 120px; height: 120px; margin-bottom: 0; } .featured-person.horizontal >a:first-child:before { width: 154px; height: 154px; line-height: 120px; border: 4px solid #e8e8e8; top: -17px; left: -17px; } .featured-person.horizontal .content-wrapper { font-size: 13px; margin-left: 155px; } .featured-person.horizontal .content-wrapper h3 { font-size: 24px; } .featured-person.horizontal .content-wrapper .subtitle { color: #636363; padding-bottom: 10px; } .featured-person.horizontal .content-wrapper .subtitle:first-of-type { color: #4b4b4b; font-weight: bold; font-weight: 700; padding-top: 20px; padding-bottom: 20px; } .people-carousel { position: relative; box-shadow: 0px 0px 6px -3px #000; background-color: #eee; } .people-carousel .avatar { width: 100px; height: 100px; margin: 0 auto; margin-bottom: 20px; } .people-carousel .avatar img { border: 5px solid #fff; } .people-carousel .title { font-size: 16px; margin-bottom: 10px; } .people-carousel .sub-title { font-family: 'Sintony',sans-serif; font-size: 13px; font-weight: normal; margin-bottom: 30px; } .people-carousel .description { font-size: 13px; line-height: 20px; color: #4b4b4b; } .people-carousel .item { text-align: center; padding: 80px; } .people-carousel .item > .btn { margin-top: 40px; } .people-carousel .owl-nav { position: absolute; top: -13px;/* !!! */ left: 0; width: 100%; margin: 0; margin-top: 115px; } .people-carousel .owl-nav .owl-prev { margin-right: 115px; margin-left: 0; } .people-carousel .owl-nav .owl-next { margin: 0; } .ol-people-short .avatar { display: inline-block; max-width: 30%; } .ol-people-short .contents { display: inline-block; vertical-align: middle; max-width: 70%; margin-left: 10px; } .ol-people-short .contents .title { margin-bottom: 5px; } .ol-people-short .contents p.meta { line-height: 1.3; font-size: 12px; word-break: break-all; } /* Tables * =================================================== */ .chaos-table a { text-decoration: none; color: #636363; } .chaos-table a:hover { color: #a9e84f; } .chaos-table thead tr th { font-size: 15px; font-weight: bold; font-weight: 700; padding-bottom: 5px; } .chaos-table tbody tr td { vertical-align: middle; } .chaos-table th, .chaos-table td {} .chaos-table th:first-child, .chaos-table td:first-child { padding-left: 40px; } .chaos-table th:last-child, .chaos-table td:last-child { padding-right: 40px; } .table td.bold { font-weight: bold; font-weight: 700; } /* Grid items * =================================================== * items related to grid */ .featured-item {/*margin-right: 30px;*/ margin-left: 1px; text-decoration: none !important; display: block; } .featured-item .features-image { margin-bottom: 0; } .featured-item .features-title { font-size: 16px; padding-top: 24px; } .featured-item .features-image {} .featured-item .features-title { margin-bottom: 20px; } .featured-item .features-des { line-height: 22px; } .dark-wrapper .featured-item {} .dark-wrapper .featured-item.boxed { border-color: #4b4b4b; } .dark-wrapper .featured-item.boxed .features-title { background-color: #3a3a3a; } .featured-item.boxed { border: 1px solid #E8E8E8; } .featured-item.boxed .features-title { background-color: #fff; margin: 0; padding: 30px 20px; font-size: 14px; } .featured-item.boxed .features-des { line-height: 22px; padding: 30px 20px; margin-top: -50px; font-size: 12px; } .clients-grid { margin: 0; padding: 0; list-style: none; overflow: hidden; } .clients-grid li { float: left; position: relative; width: 20%;/* padding: 20px 0;*/ } .clients-grid li a { opacity: 0.5;/*transition: all .5s ease;*/ } .clients-grid li a:hover { opacity: 1; } .clients-grid li a, .clients-grid li img { display: block; width: 100%; margin-left: auto; margin-right: auto; padding: 20px; } .clients-grid li a img { width: 100%; padding: 0; } .clients-grid li:after, .clients-grid li:before { content: ''; position: absolute; } .clients-grid li:before { height: 100%; top: 0; left: -1px; border-left: 1px solid #dedede; } .clients-grid li:after { width: 100%; height: 0; top: auto; left: 0; bottom: -1px; border-bottom: 1px solid #dedede; } .dark-wrapper .clients-grid li:before, .dark-wrapper .clients-grid li:after { border-color: #4b4b4b; } .clients-grid.grid-2 li { width: 50%; } .clients-grid.grid-3 li { width: 33.33%; } .clients-grid.grid-4 li { width: 25%; } .clients-grid.grid-6 li { width: 16.66%; } .book-el, .course-el { height: 320px; background-position: center center; position: relative; display: block; border-bottom: 4px solid #a9e84f; background-color: #fff; transition: all 0.3s ease; box-shadow: 0 0 6px -2px rgba(0, 0, 0, 0.3); margin-top: 2px; } .book-el .contents, .course-el .contents { position: relative; height: 100%; padding: 40px; border-bottom: none; } .book-el .contents .item-meta, .course-el .contents .item-meta { position: absolute; top: 40px; left: 40px; } .book-el .contents .item-meta i, .course-el .contents .item-meta i { display: block; float: left; text-align: center; width: 35px; height: 35px; line-height: 35px; border-radius: 50%; border: 1px solid #dedede; background-color: #fff; color: rgba(99, 99, 99, 0.4); transition: all 0.25s cubic-bezier(0.51, 0.13, 0.51, 0.96); } .book-el .contents .item-meta i:before, .course-el .contents .item-meta i:before { text-align: center; margin: 0 auto; line-height: 33px; } .book-el .contents .item-meta .side-info, .course-el .contents .item-meta .side-info { float: right; line-height: 35px; margin-left: 5px; font-size: 10px; } .book-el .contents .item-meta h6, .course-el .contents .item-meta h6 { font-size: 12px; margin-bottom: 3px; } .book-el .contents .item-meta .cat, .book-el .contents .item-meta .author, .course-el .contents .item-meta .cat, .course-el .contents .item-meta .author { font-weight: normal; } .book-el .contents .item-meta .date, .course-el .contents .item-meta .date { font-family: "Play",sans-serif; font-size: 11px; font-weight: 700; color: #636363; } .book-el .contents .title-wrapper, .course-el .contents .title-wrapper { position: absolute; bottom: 40px; left: 40px; right: 40px; max-height: 145px; overflow: hidden; } .book-el .contents .sub-title, .course-el .contents .sub-title { font-size: 10px; text-transform: uppercase; font-weight: normal; font-weight: 400; margin-bottom: 10px; color: #636363; letter-spacing: 2px; } .book-el .contents .title, .course-el .contents .title { font-size: 22px; line-height: 1.2; font-weight: bold; font-weight: 700; text-transform: capitalize; color: #636363; } .dark-wrapper .book-el, .dark-wrapper .course-el { background-color: #3a3a3a; box-shadow: 0 0 7px -2px #000; } .dark-wrapper .book-el .contents .title, .dark-wrapper .book-el .contents .sub-title, .dark-wrapper .course-el .contents .title, .dark-wrapper .course-el .contents .sub-title { color: #cbcbcb; } .dark-wrapper .book-el .item-meta, .dark-wrapper .course-el .item-meta { color: #cbcbcb; } .dark-wrapper .book-el .item-meta i, .dark-wrapper .course-el .item-meta i { background-color: rgba(255, 255, 255, 0.1); border-color: #4b4b4b; color: #cbcbcb; } .dark-wrapper .book-el .item-meta .date, .dark-wrapper .course-el .item-meta .date { color: #cbcbcb; } .dark-wrapper .book-el.set-bg, .dark-wrapper .course-el.set-bg {} .dark-wrapper .book-el.set-bg:before, .dark-wrapper .course-el.set-bg:before { background-color: #111; } .dark-wrapper .book-el.set-bg:hover .item-meta .date, .dark-wrapper .book-el.set-bg:hover .item-meta .cat, .dark-wrapper .book-el.set-bg:hover .item-meta .author, .dark-wrapper .book-el.set-bg:hover .item-meta h6, .dark-wrapper .book-el.set-bg:focus .item-meta .date, .dark-wrapper .book-el.set-bg:focus .item-meta .cat, .dark-wrapper .book-el.set-bg:focus .item-meta .author, .dark-wrapper .book-el.set-bg:focus .item-meta h6, .dark-wrapper .course-el.set-bg:hover .item-meta .date, .dark-wrapper .course-el.set-bg:hover .item-meta .cat, .dark-wrapper .course-el.set-bg:hover .item-meta .author, .dark-wrapper .course-el.set-bg:hover .item-meta h6, .dark-wrapper .course-el.set-bg:focus .item-meta .date, .dark-wrapper .course-el.set-bg:focus .item-meta .cat, .dark-wrapper .course-el.set-bg:focus .item-meta .author, .dark-wrapper .course-el.set-bg:focus .item-meta h6 { color: #fff; } .dark-wrapper .book-el.set-bg:hover .contents .title, .dark-wrapper .book-el.set-bg:hover .contents .sub-title, .dark-wrapper .book-el.set-bg:focus .contents .title, .dark-wrapper .book-el.set-bg:focus .contents .sub-title, .dark-wrapper .course-el.set-bg:hover .contents .title, .dark-wrapper .course-el.set-bg:hover .contents .sub-title, .dark-wrapper .course-el.set-bg:focus .contents .title, .dark-wrapper .course-el.set-bg:focus .contents .sub-title { color: #fff; } .dark-wrapper .book-el:hover .contents .title, .dark-wrapper .book-el:hover .contents .sub-title, .dark-wrapper .book-el:focus .contents .title, .dark-wrapper .book-el:focus .contents .sub-title, .dark-wrapper .course-el:hover .contents .title, .dark-wrapper .course-el:hover .contents .sub-title, .dark-wrapper .course-el:focus .contents .title, .dark-wrapper .course-el:focus .contents .sub-title { color: #fff; } .dark-wrapper .book-el:hover .item-meta, .dark-wrapper .book-el:focus .item-meta, .dark-wrapper .course-el:hover .item-meta, .dark-wrapper .course-el:focus .item-meta { color: #fff; } .dark-wrapper .book-el:hover .item-meta i, .dark-wrapper .book-el:focus .item-meta i, .dark-wrapper .course-el:hover .item-meta i, .dark-wrapper .course-el:focus .item-meta i { background-color: rgba(255, 255, 255, 0.1); border-color: rgba(255, 255, 255, 0.3); color: #fff; } .book-el:hover, .book-el:focus, .course-el:hover, .course-el:focus { background-color: #a9e84f; color: #fff; } .book-el:hover .contents, .book-el:focus .contents, .course-el:hover .contents, .course-el:focus .contents { border-color: transparent; } .book-el:hover .contents .title, .book-el:hover .contents .sub-title, .book-el:hover .contents .item-meta h6, .book-el:hover .contents .item-meta .date, .book-el:focus .contents .title, .book-el:focus .contents .sub-title, .book-el:focus .contents .item-meta h6, .book-el:focus .contents .item-meta .date, .course-el:hover .contents .title, .course-el:hover .contents .sub-title, .course-el:hover .contents .item-meta h6, .course-el:hover .contents .item-meta .date, .course-el:focus .contents .title, .course-el:focus .contents .sub-title, .course-el:focus .contents .item-meta h6, .course-el:focus .contents .item-meta .date { color: #fff; } .book-el:hover .counter h6, .book-el:focus .counter h6, .course-el:hover .counter h6, .course-el:focus .counter h6 { color: #fff; } .book-el.set-bg, .course-el.set-bg { background-color: #fff; } .book-el.set-bg:before, .course-el.set-bg:before { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; opacity: 0.8; background-color: #fff; transition: all 0.3s ease; } .book-el.set-bg:hover, .book-el.set-bg:focus, .course-el.set-bg:hover, .course-el.set-bg:focus { color: #636363; } .book-el.set-bg:hover .contents .title, .book-el.set-bg:hover .contents .sub-title, .book-el.set-bg:hover .contents .item-meta h6, .book-el.set-bg:hover .contents .date, .book-el.set-bg:focus .contents .title, .book-el.set-bg:focus .contents .sub-title, .book-el.set-bg:focus .contents .item-meta h6, .book-el.set-bg:focus .contents .date, .course-el.set-bg:hover .contents .title, .course-el.set-bg:hover .contents .sub-title, .course-el.set-bg:hover .contents .item-meta h6, .course-el.set-bg:hover .contents .date, .course-el.set-bg:focus .contents .title, .course-el.set-bg:focus .contents .sub-title, .course-el.set-bg:focus .contents .item-meta h6, .course-el.set-bg:focus .contents .date { color: #4b4b4b; } .book-el.set-bg:hover .counter h6, .book-el.set-bg:focus .counter h6, .course-el.set-bg:hover .counter h6, .course-el.set-bg:focus .counter h6 { color: #4b4b4b; } .book-el.set-bg:hover:before, .book-el.set-bg:focus:before, .course-el.set-bg:hover:before, .course-el.set-bg:focus:before { opacity: 0.5; } .book-el.shadow:after, .course-el.shadow:after { bottom: -54px; } .book-el.mini, .course-el.mini { height: 220px; width: 170px; max-width: 100%; border-bottom-width: 3px; } .book-el.mini .contents .item-meta, .course-el.mini .contents .item-meta { top: 30px; left: 20px; right: 20px; } .book-el.mini .contents .item-meta span, .course-el.mini .contents .item-meta span { font-family: "Play",sans-serif; } .book-el.mini .contents .title, .course-el.mini .contents .title { font-size: 16px; font-weight: bold; } .book-el.mini .contents .title-wrapper, .course-el.mini .contents .title-wrapper { bottom: 25px; left: 20px; right: 20px; } .book-el.mini.shadow, .course-el.mini.shadow { margin-bottom: 15px !important; } .book-el.mini.shadow:after, .course-el.mini.shadow:after { height: 15px; bottom: -18px; } .journal-el { margin-top: 2px; height: 410px; border-bottom: 4px solid #a9e84f; background-color: #fff; display: block; background-position: center center; position: relative; box-shadow: 0 0 6px -2px rgba(0, 0, 0, 0.3); overflow: hidden; } .journal-el .contents { position: absolute; top: 0; left: 0; right: 0; bottom: 0;/*border:1px solid $chaos_borderinlight;*/ box-shadow: 0 0 6px -4px #000; border-bottom: none; } .journal-el .header { position: relative; padding: 40px 40px 15px 40px; } .journal-el .header h6 { font-size: 12px; font-weight: normal; font-weight: 400; position: relative; z-index: 2; } .journal-el .footer { position: absolute; bottom: 0; top: 210px; left: 0px; right: 0px; padding: 30px 40px 40px 40px; } .journal-el .header:before, .journal-el .footer:before { content: ""; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background-color: #fff; z-index: 1; transition: all 0.2s ease-out; } .journal-el .sub-title, .journal-el .title, .journal-el .author, .journal-el .cat { font-weight: normal; font-weight: 400; color: #636363; position: relative; z-index: 2; } .journal-el .sub-title, .journal-el .author, .journal-el .cat { font-size: 12px; margin-bottom: 0; } .journal-el .sub-title { font-size: 10px; text-transform: uppercase; letter-spacing: 2px; } .journal-el .title { margin-top: 10px; font-size: 20px; line-height: 24px; } .dark-wrapper .journal-el { background-color: #3a3a3a; } /*&:before{ background-color: #3a3a3a; }*/ .dark-wrapper .journal-el .header:before, .dark-wrapper .journal-el .footer:before { background-color: #3a3a3a; } .dark-wrapper .journal-el .contents { box-shadow: 0 0 7px -2px #000; } .dark-wrapper .journal-el .sub-title, .dark-wrapper .journal-el .title, .dark-wrapper .journal-el .author, .dark-wrapper .journal-el .cat { color: #cbcbcb; } .dark-wrapper .journal-el:not(.set-bg) {} .dark-wrapper .journal-el:not(.set-bg):hover .sub-title, .dark-wrapper .journal-el:not(.set-bg):hover .title, .dark-wrapper .journal-el:not(.set-bg):hover .author, .dark-wrapper .journal-el:not(.set-bg):hover .cat, .dark-wrapper .journal-el:not(.set-bg):focus .sub-title, .dark-wrapper .journal-el:not(.set-bg):focus .title, .dark-wrapper .journal-el:not(.set-bg):focus .author, .dark-wrapper .journal-el:not(.set-bg):focus .cat { color: #fff; } .journal-el:before { content: ""; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background-color: #a9e84f; opacity: 0; background-color: #fff; background: radial-gradient(ellipse at center, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 100%); transition: background 5s cubic-bezier(0, 0.42, 0, 0.93); background-size: 200% 200%; background-position: 0 100%; } .journal-el:hover, .journal-el:focus { background-color: #a9e84f; } .journal-el:hover .contents, .journal-el:focus .contents { border-color: transparent; } .journal-el:hover h1, .journal-el:hover h2, .journal-el:hover h3, .journal-el:hover h4, .journal-el:hover h5, .journal-el:hover h6, .journal-el:hover .sub-title, .journal-el:hover .title, .journal-el:hover .header h6, .journal-el:focus h1, .journal-el:focus h2, .journal-el:focus h3, .journal-el:focus h4, .journal-el:focus h5, .journal-el:focus h6, .journal-el:focus .sub-title, .journal-el:focus .title, .journal-el:focus .header h6 { color: #fff; } .journal-el:hover .header:before, .journal-el:hover .footer:before, .journal-el:focus .header:before, .journal-el:focus .footer:before { opacity: 0.5; } .journal-el:hover .header:before, .journal-el:focus .header:before { transform: translateY(-100%); transition: all 0.1s ease-in; } .journal-el:hover .footer:before, .journal-el:focus .footer:before { transform: translateY(100%); transition: all 0.2s ease-in; } .journal-el:hover:before, .journal-el:focus:before { opacity: 1; background-position: 100% 0; } .journal-el.set-bg {} .journal-el.set-bg:before { content: ""; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background-color: #a9e84f; opacity: 0; background-color: #fff;/*background: linear-gradient(45deg, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);*/ background: radial-gradient(ellipse at center, rgba(255,255,255,0.9) 0%,rgba(255,255,255,0.4) 100%); transition: background 5s cubic-bezier(0, 0.42, 0, 0.93); background-size: 200% 200%; background-position: 0 100%; } .journal-el.set-bg:hover h1, .journal-el.set-bg:hover h2, .journal-el.set-bg:hover h3, .journal-el.set-bg:hover h4, .journal-el.set-bg:hover h5, .journal-el.set-bg:hover h6, .journal-el.set-bg:hover .sub-title, .journal-el.set-bg:hover .title, .journal-el.set-bg:hover .header h6, .journal-el.set-bg:focus h1, .journal-el.set-bg:focus h2, .journal-el.set-bg:focus h3, .journal-el.set-bg:focus h4, .journal-el.set-bg:focus h5, .journal-el.set-bg:focus h6, .journal-el.set-bg:focus .sub-title, .journal-el.set-bg:focus .title, .journal-el.set-bg:focus .header h6 { color: #4b4b4b; } .journal-el.set-bg:hover .header, .journal-el.set-bg:hover .footer, .journal-el.set-bg:focus .header, .journal-el.set-bg:focus .footer { background-color: transparent; } .journal-el.set-bg:hover:before, .journal-el.set-bg:focus:before { opacity: 1; background-position: 100% 0; } .journal-el.shadow {} .journal-el.shadow:after { bottom: -54px; z-index: 1; } .book-el, .journal-el, .course-el {} .book-el.skin-blue, .journal-el.skin-blue, .course-el.skin-blue { border-color: #76bcfe; } .book-el.skin-blue:hover, .book-el.skin-blue:focus, .book-el.skin-blue .course-shop-data .course-purchase-btn i, .journal-el.skin-blue:hover, .journal-el.skin-blue:focus, .journal-el.skin-blue .course-shop-data .course-purchase-btn i, .course-el.skin-blue:hover, .course-el.skin-blue:focus, .course-el.skin-blue .course-shop-data .course-purchase-btn i { background-color: #76bcfe; } .book-el.skin-green, .journal-el.skin-green, .course-el.skin-green { border-color: #1abc9c; } .book-el.skin-green:hover, .book-el.skin-green:focus, .book-el.skin-green .course-shop-data .course-purchase-btn i, .journal-el.skin-green:hover, .journal-el.skin-green:focus, .journal-el.skin-green .course-shop-data .course-purchase-btn i, .course-el.skin-green:hover, .course-el.skin-green:focus, .course-el.skin-green .course-shop-data .course-purchase-btn i { background-color: #1abc9c; } .book-el.skin-purple, .journal-el.skin-purple, .course-el.skin-purple { border-color: #b24a7d; } .book-el.skin-purple:hover, .book-el.skin-purple:focus, .book-el.skin-purple .course-shop-data .course-purchase-btn i, .journal-el.skin-purple:hover, .journal-el.skin-purple:focus, .journal-el.skin-purple .course-shop-data .course-purchase-btn i, .course-el.skin-purple:hover, .course-el.skin-purple:focus, .course-el.skin-purple .course-shop-data .course-purchase-btn i { background-color: #b24a7d; } .book-el.skin-yellow, .journal-el.skin-yellow, .course-el.skin-yellow { border-color: #f1c40f; } .book-el.skin-yellow:hover, .book-el.skin-yellow:focus, .book-el.skin-yellow .course-shop-data .course-purchase-btn i, .journal-el.skin-yellow:hover, .journal-el.skin-yellow:focus, .journal-el.skin-yellow .course-shop-data .course-purchase-btn i, .course-el.skin-yellow:hover, .course-el.skin-yellow:focus, .course-el.skin-yellow .course-shop-data .course-purchase-btn i { background-color: #f1c40f; } .book-el.skin-red, .journal-el.skin-red, .course-el.skin-red { border-color: #FF3366; } .book-el.skin-red:hover, .book-el.skin-red:focus, .book-el.skin-red .course-shop-data .course-purchase-btn i, .journal-el.skin-red:hover, .journal-el.skin-red:focus, .journal-el.skin-red .course-shop-data .course-purchase-btn i, .course-el.skin-red:hover, .course-el.skin-red:focus, .course-el.skin-red .course-shop-data .course-purchase-btn i { background-color: #FF3366; } .book-el.skin-cyan, .journal-el.skin-cyan, .course-el.skin-cyan { border-color: #32cdc7; } .book-el.skin-cyan:hover, .book-el.skin-cyan:focus, .book-el.skin-cyan .course-shop-data .course-purchase-btn i, .journal-el.skin-cyan:hover, .journal-el.skin-cyan:focus, .journal-el.skin-cyan .course-shop-data .course-purchase-btn i, .course-el.skin-cyan:hover, .course-el.skin-cyan:focus, .course-el.skin-cyan .course-shop-data .course-purchase-btn i { background-color: #32cdc7; } .book-el.skin-lemon, .journal-el.skin-lemon, .course-el.skin-lemon { border-color: #a9e84f; } .book-el.skin-lemon:hover, .book-el.skin-lemon:focus, .book-el.skin-lemon .course-shop-data .course-purchase-btn i, .journal-el.skin-lemon:hover, .journal-el.skin-lemon:focus, .journal-el.skin-lemon .course-shop-data .course-purchase-btn i, .course-el.skin-lemon:hover, .course-el.skin-lemon:focus, .course-el.skin-lemon .course-shop-data .course-purchase-btn i { background-color: #a9e84f; } /* Portfolio Grid * =================================================== */ .ol-grid { width: 100%; } .ol-grid .grid-sizer { width: 100%; } .ol-grid .grid-item { width: 25%; float: left; } /* used for one column grid*/ .ol-grid .gi-desc { padding: 0 5px; margin-bottom: 25px; } .ol-grid .gi-desc > a { text-decoration: none; } .ol-grid .gi-desc > a:hover .title, .ol-grid .gi-desc > a:focus .title { color: #a9e84f; } .ol-grid .gi-desc .title { margin-top: 15px; margin-bottom: 0; } .ol-grid .gi-desc .tags { margin-top: 15px; } .ol-grid .gi-desc .tags i { font-size: 12px; margin-right: 5px; } .ol-grid .gi-desc .tags a { font-size: 12px; text-decoration: none; color: #636363; } .ol-grid .gi-desc .tags a:hover, .ol-grid .gi-desc .tags a:focus { color: #a9e84f; } .ol-grid .gi-desc p { margin-top: 25px; } .ol-grid .gi-desc .btn { margin-top: 30px; } .dark-wrapper .ol-grid .gi-desc .tags a { color: #cbcbcb; } .dark-wrapper .ol-grid.col-1 .grid-item { border-bottom-color: #4b4b4b; } .ol-grid.col-1 .grid-item { padding-bottom: 30px; margin-bottom: 30px; border-bottom: 1px solid #dedede; } .ol-grid.col-2 .grid-sizer, .ol-grid.col-2 .grid-item { width: 50%; } .ol-grid.col-3 .grid-sizer, .ol-grid.col-3 .grid-item { width: 33.3%; } .ol-grid.col-4 .grid-sizer, .ol-grid.col-4 .grid-item { width: 25%; } .ol-grid.col-5 .grid-sizer, .ol-grid.col-5 .grid-item { width: 20%; } .ol-grid.grid .gi-wrapper { display: block; width: 100%; height: 0; display: block; padding: 0 0 100%; margin-bottom: 0; position: relative; padding-bottom: 100%; overflow: hidden; } .ol-grid.grid .ratio-1 .gi-wrapper { padding-bottom: 50% !important; } .ol-grid.grid .ratio-2 .gi-wrapper { padding-bottom: 70% !important; } .ol-grid.grid .ratio-3 .gi-wrapper { padding-bottom: 200% !important; } .ol-grid.grid .width-2x { width: 100%; } .ol-grid.grid.col-2 .width-2x { width: 100%; } .ol-grid.grid.col-3 .width-2x { width: 66.6%; } .ol-grid.grid.col-4 .width-2x { width: 50%; } .ol-grid.grid.col-5 .width-2x { width: 40%; } .ol-grid.masonry {/* feeling lonely here */ } .ol-grid.with-gutter { margin-left: -5px; margin-right: -5px; } .ol-grid.with-gutter .grid-item { padding: 5px; } .ol-grid.with-gutter.gutter-15 { margin-left: -15px; margin-right: -15px; margin: -15px -15px 0 -15px; } .ol-grid.with-gutter.gutter-15 .grid-item { padding: 15px; } .ol-grid:before { content: none; } .ol-grid-filters .default-filters { position: relative; list-style: none; padding: 0; margin: 0 0 50px; text-align: center; } .ol-grid-filters .default-filters li { display: inline-block; } .ol-grid-filters .default-filters li a { text-decoration: none; color: #636363; padding: 10px 20px; display: block; } .ol-grid-filters .default-filters li.active { border: 1px solid #636363; border-radius: 60px; } .ol-grid-filters .select-filters { color: #636363; line-height: 1; border-radius: 20px; border: 1px solid #636363; display: none; margin: 0 20px 30px !important; position: relative; } .ol-grid-filters .select-filters select { width: 100%; height: 40px; padding: 5px; background: transparent; -webkit-appearance: none; -moz-appearance: none; appearance: none; border: none; background: transparent; color: transparent; position: relative; z-index: 1; } .ol-grid-filters .select-filters select option { color: #4b4b4b; } .ol-grid-filters .select-filters select:focus { outline: none; } .ol-grid-filters .select-filters .select-value { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 0; text-align: center; line-height: 40px; } .ol-grid-filters .select-filters:after { position: absolute; content: "\e9ca"; height: 40px; top: 0; right: 20px; font-family: "ol-icon-set"; font-size: 18px; line-height: 40px; text-align: center; } .dark-wrapper .ol-grid-filters .grid-filter a { color: #cbcbcb; } .dark-wrapper .ol-grid-filters .grid-filter.active { border-color: #f5f5f5; } .dark-wrapper .ol-grid-filters .grid-filter.active a { color: #f5f5f5; } .dark-wrapper .ol-grid-filters .grid-filter:hover a, .dark-wrapper .ol-grid-filters .grid-filter:focus a { color: #fff; } .grid-item { display: block; } .grid-item:hover, .grid-item:focus { outline: none; text-decoration: none; } .grid-item:hover .caption, .grid-item:focus .caption { color: #000; } /* Small Devices, Tablets */ @media only screen and (max-width : 768px) { .ol-grid .ratio-1 .gi-wrapper, .ol-grid .ratio-2 .gi-wrapper { padding-bottom: 100%; } .ol-grid .width-2x { width: 50% !important; } .ol-grid.col-2 .grid-sizer, .ol-grid.col-2 .grid-item, .ol-grid.col-3 .grid-sizer, .ol-grid.col-3 .grid-item, .ol-grid.col-4 .grid-sizer, .ol-grid.col-4 .grid-item, .ol-grid.col-5 .grid-sizer, .ol-grid.col-5 .grid-item { width: 50%; } } /* Extra Small Devices, Phones */ @media only screen and (max-width : 480px) { .ol-grid .width-2x { width: 100% !important; } .ol-grid.col-2 .grid-sizer, .ol-grid.col-2 .grid-item, .ol-grid.col-3 .grid-sizer, .ol-grid.col-3 .grid-item, .ol-grid.col-4 .grid-sizer, .ol-grid.col-4 .grid-item, .ol-grid.col-5 .grid-sizer, .ol-grid.col-5 .grid-item { width: 100%; } .ol-grid.with-gutter .grid-item { padding-left: 0; padding-right: 0; } .ol-grid-filters .default-filters { display: none; } .ol-grid-filters .select-filters { display: block; } } /* navigation box */ a.nav-box:hover, .nav-box a { text-decoration: none; color: #353535; display: block; } a.nav-box:hover .widget-heading .sub-title, .nav-box a .widget-heading .sub-title { left: -12px; } a.nav-box:hover .widget-heading.right .sub-title, .nav-box a .widget-heading.right .sub-title { left: auto; right: -12px; } .nav-box .widget-heading { display: inline-block; margin: 0 12px; color: #636363; } .nav-box .widget-heading .title { font-size: 14px; margin-bottom: 0; color: #636363; } .nav-box .widget-heading .sub-title { position: relative; font-size: 14px; margin-top: 5px; } .nav-box .widget-heading.alt { color: #353535; } .nav-box .widget-heading.alt .title { font-size: 16px; color: #353535; } .nav-box .widget-heading.with-icon { padding-left: 40px; position: relative; } .nav-box .widget-heading.with-icon:after { position: absolute; content: "\e2f5"; height: 100%; top: 50%; left: 0; margin-top: -15px; font-family: owlabicon; font-size: 22px; } .nav-box .widget-heading.with-icon.alt:after { top: 0; margin-top: -9px; content: "\e2f8"; font-size: 28px; } .nav-box .widget-heading.with-icon.right { padding: 0; padding-right: 40px; } .nav-box .widget-heading.with-icon.right:after { left: auto; right: 0; content: "\e2f4"; } .nav-box .widget-heading.with-icon.right.alt:after { top: 0; margin-top: -9px; content: "\e314"; font-size: 28px; } .dark-wrapper .nav-box .alt .title, .dark-wrapper .nav-box .sub-title, .dark-wrapper .nav-box .with-icon:after, .nav-box .dark-wrapper .alt .title, .nav-box .dark-wrapper .sub-title, .nav-box .dark-wrapper .with-icon:after { color: #fff; } /* Partners * =================================================== */ .partner-logos .owl-wrapper { display: table !important; } .partner-logos .owl-item { display: table-cell !important; vertical-align: middle; } .partner-logos .partner-logo { text-align: center; padding: 30px; } .owwwlab-theme .owl-item >a { display: block; } .ol-logo-container { background-color: #f5f5f5; text-align: center; padding: 20px; } .ol-logo-container img { max-width: 150px; } /* Images * =================================================== */ .caption { margin-left: 10%; margin-right: 25%; border-left: 2px solid #ececec; padding: 10px; font-size: 11px; line-height: 16px; font-style: italic; } .dark-wrapper .caption { border-left-color: #4b4b4b; } /* hovers * =================================================== */ .ol-hover { position: relative; overflow: hidden; display: block; z-index: 1; height: 100%; } .ol-hover * { transition: all 0.25s cubic-bezier(0.39, 0.58, 0.57, 1); } .ol-hover a { color: #eee; text-decoration: none; } .ol-hover a:hover, .ol-hover a:focus { color: #fff; } .ol-hover .ol-overlay { position: absolute; top: 0; left: 0; width: 101%; height: 100%; visibility: hidden; z-index: 0; opacity: 0; } .ol-hover .title, .ol-hover .subtitle, .ol-hover .icons, .ol-hover .ol-overlay { position: absolute; opacity: 0; visibility: hidden; } .ol-hover .title { margin: 0; font-size: 23px; color: #fff; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; z-index: 2; } .ol-hover .title a { color: #fff; } .ol-hover .subtitle { text-transform: uppercase; margin-top: 20px; font-size: 10px; color: #bbb; z-index: 2; } .ol-hover .subtitle a { color: #bbb; } .ol-hover .icons { top: 50%; left: 0; width: 100%; text-align: center; visibility: hidden; opacity: 0; z-index: 2; transform: scale(0.95); transition-delay: 0.05s; } .ol-hover .icons a { display: inline-block; text-decoration: none; font-size: 0; padding: 10px; } .ol-hover .icons a:hover i, .ol-hover .icons a:focus i { color: #fff; border-color: #fff; background-color: rgba(150,150,150,0.4); } .ol-hover .icons i { display: inline-block; border: 1px solid #eee; color: #eee; border-radius: 50%; width: 30px; height: 30px; line-height: 30px; text-align: center; font-size: 14px; } .ol-hover .img-layer { position: absolute; top: 0; left: 0; width: 100%; height: 100%; } .ol-hover:focus { outline: none; } .ol-hover:hover .title, .ol-hover:focus .title, .ol-hover.touch-hover .title, .ol-hover:hover .subtitle, .ol-hover:focus .subtitle, .ol-hover.touch-hover .subtitle, .ol-hover:hover .icons, .ol-hover:focus .icons, .ol-hover.touch-hover .icons, .ol-hover:hover .ol-overlay, .ol-hover:focus .ol-overlay, .ol-hover.touch-hover .ol-overlay { opacity: 1 ; visibility: visible; } .ol-hover.hover-1 >img, .ol-hover.hover-1 .img-layer { transform-origin: center bottom; } .ol-hover.hover-1:hover >img, .ol-hover.hover-1:focus >img, .ol-hover.hover-1.touch-hover >img, .ol-hover.hover-1:hover .img-layer, .ol-hover.hover-1:focus .img-layer, .ol-hover.hover-1.touch-hover .img-layer { transform: scale(1.1); } .ol-hover.hover-1:hover .icons, .ol-hover.hover-1:focus .icons, .ol-hover.hover-1.touch-hover .icons { transform: translateY(-50%) scale(1); opacity: 1; visibility: visible; } .ol-hover.hover-2 >img, .ol-hover.hover-2 .img-layer { transform: scale(1.1) translateY(0px); } .ol-hover.hover-2 .ol-overlay { opacity: 0.4; visibility: visible; } .ol-hover.hover-2 .icons { top: auto; bottom: 15%; transform: translateY(20px); transition-delay: 200ms; } .ol-hover.hover-2 .title, .ol-hover.hover-2 .subtitle { top: 50%; left: 0; width: 100%; padding: 0 20px; text-align: center; margin: 0; font-size: 20px; transform: translateY(0); } .ol-hover.hover-2 .title a, .ol-hover.hover-2 .subtitle a {} .ol-hover.hover-2 .title a:hover, .ol-hover.hover-2 .title a:focus, .ol-hover.hover-2 .subtitle a:hover, .ol-hover.hover-2 .subtitle a:focus { color: #fff; } .ol-hover.hover-2 .title { opacity: 1; visibility: visible; margin-top: -10px; transition-delay: 50ms; } .ol-hover.hover-2 .subtitle { transition-delay: 100ms; text-transform: uppercase; margin-top: 20px; font-size: 10px; } .ol-hover.hover-2 .subtitle a { color: #bbb; } .ol-hover.hover-2:hover >img, .ol-hover.hover-2:focus >img, .ol-hover.hover-2.touch-hover >img, .ol-hover.hover-2:hover .img-layer, .ol-hover.hover-2:focus .img-layer, .ol-hover.hover-2.touch-hover .img-layer { transform: scale(1.1) translateY(-10px); } .ol-hover.hover-2:hover .ol-overlay, .ol-hover.hover-2:focus .ol-overlay, .ol-hover.hover-2.touch-hover .ol-overlay { opacity: 1; } .ol-hover.hover-2:hover .icons, .ol-hover.hover-2:focus .icons, .ol-hover.hover-2.touch-hover .icons { transform: translateY(0); } .ol-hover.hover-2:hover .title, .ol-hover.hover-2:focus .title, .ol-hover.hover-2.touch-hover .title { transform: translateY(-25px); } .ol-hover.hover-2:hover .subtitle, .ol-hover.hover-2:focus .subtitle, .ol-hover.hover-2.touch-hover .subtitle { transform: translateY(-25px); } .ol-hover.hover-3 >img, .ol-hover.hover-3 .img-layer { transform: scale(1.1) translateX(-10px); } .ol-hover.hover-3 .ol-overlay { opacity: 0.5; visibility: visible; } .ol-hover.hover-3 .icons { top: auto; bottom: 20px; right: 20px; left: auto; text-align: right; transform: translateX(-25px); transition-delay: 200ms; } .ol-hover.hover-3 .title, .ol-hover.hover-3 .subtitle { top: 40px; left: 0; width: 100%; padding: 0 40px; text-align: left; } .ol-hover.hover-3 .title { opacity: 1; visibility: visible; transition-delay: 50ms; } .ol-hover.hover-3 .subtitle { margin-top: 15px; transform: translateX(-15px); transition-delay: 100ms; } .ol-hover.hover-3:hover >img, .ol-hover.hover-3:focus >img, .ol-hover.hover-3.touch-hover >img, .ol-hover.hover-3:hover .img-layer, .ol-hover.hover-3:focus .img-layer, .ol-hover.hover-3.touch-hover .img-layer { transform: scale(1.1) translateX(10px); } .ol-hover.hover-3:hover .ol-overlay, .ol-hover.hover-3:focus .ol-overlay, .ol-hover.hover-3.touch-hover .ol-overlay { opacity: 1; } .ol-hover.hover-3:hover .icons, .ol-hover.hover-3:focus .icons, .ol-hover.hover-3.touch-hover .icons { transform: translateX(0%); } .ol-hover.hover-3:hover .title, .ol-hover.hover-3:focus .title, .ol-hover.hover-3.touch-hover .title { transform: translateY(-10px); } .ol-hover.hover-3:hover .subtitle, .ol-hover.hover-3:focus .subtitle, .ol-hover.hover-3.touch-hover .subtitle { transform: translateX(0); } .ol-hover.hover-4 .cover { content: ""; position: absolute; bottom: 0; width: 100%; height: 70px; opacity: 0; visibility: hidden; transform: translateY(100%); z-index: 0; } .ol-hover.hover-4 >img, .ol-hover.hover-4 .img-layer { transform: scale(1.2) translateY(10px); } .ol-hover.hover-4 .ol-overlay { visibility: visible; opacity: 0.3; } .ol-hover.hover-4 .icons { top: auto; bottom: 0px; right: 10px; left: auto; text-align: right; width: auto; transform: translateY(15px); transition-delay: 100ms; line-height: 40px; } .ol-hover.hover-4 .icons i { width: 25px; height: 25px; line-height: 25px; font-size: 12px; } .ol-hover.hover-4 .title, .ol-hover.hover-4 .subtitle { bottom: 20px; left: 30px; width: 60%; padding: 0; text-align: left; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } .ol-hover.hover-4 .title { opacity: 1; visibility: visible; transition-delay: 50ms; font-size: 20px; } .ol-hover.hover-4 .subtitle { margin-top: 15px; transform: translateY(15px); transition-delay: 100ms; } .ol-hover.hover-4:hover >img, .ol-hover.hover-4:focus >img, .ol-hover.hover-4.touch-hover >img, .ol-hover.hover-4:hover .img-layer, .ol-hover.hover-4:focus .img-layer, .ol-hover.hover-4.touch-hover .img-layer { transform: scale(1.1) translateY(-10px); transition-delay: 100ms; } .ol-hover.hover-4:hover .ol-overlay, .ol-hover.hover-4:focus .ol-overlay, .ol-hover.hover-4.touch-hover .ol-overlay { opacity: 1; } .ol-hover.hover-4:hover .cover, .ol-hover.hover-4:focus .cover, .ol-hover.hover-4.touch-hover .cover { transform: translateY(0px); opacity: 1; visibility: visible; } .ol-hover.hover-4:hover .icons, .ol-hover.hover-4:focus .icons, .ol-hover.hover-4.touch-hover .icons { transform: translateY(0); } .ol-hover.hover-4:hover .title, .ol-hover.hover-4:focus .title, .ol-hover.hover-4.touch-hover .title { transform: translateY(-10px); } .ol-hover.hover-4:hover .subtitle, .ol-hover.hover-4:focus .subtitle, .ol-hover.hover-4.touch-hover .subtitle { transform: translateY(0); } .ol-hover.hover-5 .ol-overlay { opacity: 0.2; visibility: visible; } .ol-hover.hover-5 .icons { opacity: 1; visibility: visible; transform: translateY(-50%); } .ol-hover.hover-5 .icons i { color: #333; border: none; font-size: 24px; } .ol-hover.hover-5 .title { top: 50%; left: 0; width: 100%; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; padding: 0 40px; text-align: center; margin: 0; transform: translateY(-50%); font-size: 20px; opacity: 1; visibility: visible; color: #333; } .ol-hover.hover-5:after { content: ""; position: absolute; top: 0px; left: 0px; right: 0px; bottom: 0px; border: 1px solid #333; opacity: 0; transition: all 0.25s cubic-bezier(0.39, 0.58, 0.57, 1); } .ol-hover.hover-5:hover >img, .ol-hover.hover-5:focus >img, .ol-hover.hover-5.touch-hover >img, .ol-hover.hover-5:hover .img-layer, .ol-hover.hover-5:focus .img-layer, .ol-hover.hover-5.touch-hover .img-layer { transform: scale(1.1); } .ol-hover.hover-5:hover .ol-overlay, .ol-hover.hover-5:focus .ol-overlay, .ol-hover.hover-5.touch-hover .ol-overlay { opacity: 1; } .ol-hover.hover-5:hover:after, .ol-hover.hover-5:focus:after, .ol-hover.hover-5.touch-hover:after { top: 30px; left: 30px; right: 30px; bottom: 30px; opacity: 1; } .ol-caption { background: #fff; padding: 20px 0; } .ol-caption .title { font-size: 16px; margin-bottom: 8px; } .ol-caption .subtitle { font-size: 12px; font-weight: bold; text-transform: uppercase; color: #bbb; font-family: 'Sintony',sans-serif; } /* Videos * =================================================== */ .video-container { overflow: hidden; height: 100%; } .video-container .owl-videobg { position: relative; display: block; height: 100%; } .video-container .owl-videobg .owl-video-wrapper { position: absolute; top: 0; left: 0; width: 100%; height: 100%; overflow: hidden; } .page-head .video-container { position: absolute; top: 0; left: 0; width: 100%; height: 100%; } /* list styles * =================================================== */ .pub-item { position: relative; border-bottom: 1px solid #dedede; padding-bottom: 30px; margin-bottom: 30px; } .pub-item .elem-wrapper { float: left; } .pub-item .content-wrapper { position: relative; } .pub-item .content-wrapper >a { display: block; text-decoration: none; } .pub-item .content-wrapper >a:hover .title, .pub-item .content-wrapper >a:focus .title { color: #333; } .pub-item .pub-thumbnail { border: 1px solid #979797; } .pub-item .title { font-size: 14px; color: #636363; margin-bottom: 20px; font-weight: bold; font-weight: 700; } .pub-item .title a { color: #636363; } .pub-item .title a:hover, .pub-item .title a:focus { color: #333; } .pub-item .description { font-size: 12px; } .pub-item .description p { line-height: 18px; } .pub-item .description ul.meta { list-style: none; padding: 0; } .pub-item .description ul.meta li { margin-bottom: 3px; } .pub-item .description ul.meta li i { padding-right: 5px; position: relative; top: 1px; } .pub-item .description .citation, .pub-item .description .citation a { font-style: italic; color: #9d9d9d; max-width: 70%; } .pub-item .description .citation { margin-bottom: 20px; } .pub-item .description .citation a {} .pub-item .description .citation a:hover, .pub-item .description .citation a:focus { color: #a9e84f; } .dark-wrapper .pub-item { border-bottom-color: #4b4b4b; } .dark-wrapper .pub-item .title, .dark-wrapper .pub-item .title a { color: #fff; } .dark-wrapper .pub-item .pub-thumbnail { border-color: #4b4b4b; } .dark-wrapper .pub-item.with-icon .elem-wrapper i { border-color: #4b4b4b; background-color: #3a3a3a; } .pub-item.with-icon .elem-wrapper i { background-color: #fff; color: #bbb; width: 42px; height: 42px; border-radius: 50%; border: 1px; font-size: 20px; text-align: center; vertical-align: middle; border: 1px solid #bbb; line-height: 42px; display: block; transition: all 0.25s ease; } .pub-item.with-icon .content-wrapper { margin-left: 70px; } .pub-item.with-thumb img { width: 100%; height: auto; } .pub-item.with-thumb .elem-wrapper { width: 50px; } .pub-item.with-thumb .content-wrapper { margin-left: 70px; } .pub-item.with-thumb.right .elem-wrapper { float: right; } .pub-item.with-thumb.right .content-wrapper { margin-left: 0px; margin-right: 70px; } .pub-item.with-thumb.large .elem-wrapper { width: 85px; } .pub-item.with-thumb.large .content-wrapper { margin-left: 102px; } .pub-item.with-thumb.large.right .elem-wrapper { float: right; } .pub-item.with-thumb.large.right .content-wrapper { margin-left: 0px; margin-right: 102px; } .pub-item.with-thumb.xlarge .elem-wrapper { width: 105px; } .pub-item.with-thumb.xlarge .content-wrapper { margin-left: 145px; } .pub-item.with-thumb.xlarge.right .elem-wrapper { float: right; } .pub-item.with-thumb.xlarge.right .content-wrapper { margin-left: 0px; margin-right: 145px; } dl.description-item { font-size: 12px; margin-bottom: 0; } dl.description-item dt { padding-bottom: 5px; font-family: "Play",sans-serif; } dl.description-item dd { margin-bottom: 20px; } dl.description-item.dl-horizontal { font-size: 13px; font-family: 'Sintony',sans-serif; } dl.description-item.dl-horizontal dt { text-align: left; width: 100px; padding-bottom: 5px; } dl.description-item.dl-horizontal dd { margin-left: 100px; padding-bottom: 5px; } dl.description-item:after { display: inline-table !important; content: ""; clear: both; } .with-shaded-label { position: relative; z-index: 10; padding-top: 20px; } ul.with-shaded-label { padding: 0; } ul.with-shaded-label li { list-style: none; padding-left: 20px; margin-bottom: 30px; } ul.with-shaded-label li .title { font-size: 14px; margin-bottom: 15px; position: relative; z-index: 10; padding-top: 15px; } ul.with-shaded-label li .description, ul.with-shaded-label li .description p { line-height: 16px; font-size: 12px; } ul.with-shaded-label .shaded-label { font-size: 180%; margin-left: -20px; bottom: 2px; } ol.with-shaded-label { padding-top: 0; counter-reset: li; padding-left: 0; } ol.with-shaded-label li { list-style: none; position: relative; margin-bottom: 10px; z-index: 10; padding-left: 7px; padding-top: 10px; } ol.with-shaded-label li:before { content: counter(li); counter-increment: li; position: absolute; top: -7px; left: 0; font-family: "Play",sans-serif; font-size: 36px; font-weight: bold; color: #dedede; z-index: -1; line-height: 1; } ol.with-shaded-label.ol-lower-alpha li:before { content: counter(li,lower-alpha); } ol.with-shaded-label.ol-lower-roman li:before { content: counter(li,lower-roman); } ol.with-shaded-label.ol-greek li:before { content: counter(li,lower-greek); } ol.with-shaded-label.ol-upper-alpha li:before { content: counter(li,upper-alpha); } ol.with-shaded-label.ol-upper-roman li:before { content: counter(li,upper-roman); } .with-shaded-label .shaded-label { position: absolute !important; top: 0px; left: 0; z-index: -1; font-size: 220%; color: #dedede; } .with-shaded-label .shaded-label.darken { color: #c9c9c9; } .dl-horizontal { font-size: 13px; } .dl-horizontal dt { font-family: "Play",sans-serif; font-weight: bold; } .dl-horizontal dd { margin-bottom: 15px; } .dl-horizontal.text-left dt { text-align: left !important; } .dl-horizontal.tight dd { margin-bottom: 5px; } .list-unstyled li { margin-bottom: 10px; line-height: 1.4; } ol li { margin-bottom: 10px; } ol.ol-lower-alpha { list-style-type: lower-alpha; } ol.ol-lower-roman { list-style-type: lower-roman; } ol.ol-greek { list-style-type: lower-greek; } ol.ol-upper-alpha { list-style-type: upper-alpha; } ol.ol-upper-roman { list-style-type: upper-roman; } ul { line-height: 1.5; } ul.arrows { list-style: none; } ul.arrows li {} ul.arrows li:before { content: "\e9cb"; font-family: "ol-icon-set"!important; font-style: normal!important; font-weight: 400!important; font-variant: normal!important; text-transform: none!important; display: inline-block; vertical-align: middle; padding-right: 7px; font-size: 9px; } ul.np { padding: 0; } /* paginations * =================================================== */ .ol-pagination { text-align: center; font-size: 0; margin: 0; margin-top: 60px; } .ol-pagination .pagination { font-size: 0; margin: 0; } .ol-pagination .pagination >li { font-size: 14px; display: inline-block; margin: 0 5px; } .ol-pagination .pagination >li >a { display: block; background-color: #f9f9f9; border-radius: 3px; color: #636363; border-color: #dedede; background: linear-gradient(to bottom, #ffffff 0%, #f9f9f9 50%, #f9f9f9 100%); transition: none; } .ol-pagination .pagination >li.active > a, .ol-pagination .pagination >li > a:hover, .ol-pagination .pagination >li > a:focus { background: #a9e84f; color: #fff; box-shadow: inset 0px 0px 7px -3px #000; } .dark-wrapper .ol-pagination .pagination >li >a { background: #3a3a3a; color: #cbcbcb; border-color: #4b4b4b; } .dark-wrapper .ol-pagination .pagination >li >a:hover, .dark-wrapper .ol-pagination .pagination >li >a:focus { background: #333; } .dark-wrapper .ol-pagination.lined-links { border-color: #4b4b4b; } .dark-wrapper .ol-pagination.lined-links .pagination >li >a { background: transparent; } .dark-wrapper .ol-pagination.lined-links .pagination >li.active a { color: #fff; } .ol-pagination.lined-links { border-bottom: 3px solid #dedede; } .ol-pagination.lined-links .pagination >li >a { background: none; border: none; box-shadow: none; position: relative; transition: all 0.25s ease; } .ol-pagination.lined-links .pagination >li >a:after { content: ""; position: absolute; bottom: -3px; left: 0; width: 100%; height: 3px; background-color: #a9e84f; transition: all 0.1s ease; } .ol-pagination.lined-links .pagination >li.active > a, .ol-pagination.lined-links .pagination >li > a:hover, .ol-pagination.lined-links .pagination >li > a:focus { color: #333; font-weight: bold; line-height: 200%; } .ol-pagination.lined-links .pagination >li.active > a:after, .ol-pagination.lined-links .pagination >li > a:hover:after, .ol-pagination.lined-links .pagination >li > a:focus:after { height: 8px; } /* Form elements * =================================================== */ .form-control { box-shadow: none; border-radius: 0; } .form-control:focus { outline: none; box-shadow: none; border-color: #000; } select.form-control { -webkit-appearance: none; -moz-appearance: none; background-position: right 10px center; background-repeat: no-repeat; background-size: 12px; background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAABmJLR0QA/wD/AP+gvaeTAAAA0UlEQVRoge3ROw7CQBAE0RIBMhd1yOEgMFwOE6CWjCXL392dha54gn4acM4555xzOTuVHrCg2Y1n4AZc02/ZXAs8gMvUwRm4Az3wIiam5bOtB55MYIaQiJghQpBm6jgqZhVCRcNsQqgomF0IVRpzCEKVwhyKULkxSRAqFyYpQqXGZEGoVJisCHU0pghCHYUpilB7MSEQaismFEKtxYREqKWY0Ag1h6kCoaYwVSFUA3R8Y4aIjgoQavyZqj4xboypEqGEqRqhGn4A4Zxzzjn3z70Bb7OvdUOJJCYAAAAASUVORK5CYII=); padding-right: 30px; } .inline-filters { background-color: #f5f5f5; padding: 30px; } .inline-filters input[type="text"], .inline-filters select { height: 38px; min-width: 260px; margin-right: 20px; } .inline-filters .title { font-size: 16px; margin-right: 40px; } .dark-wrapper .inline-filters { background-color: #3a3a3a; } .dark-wrapper .inline-filters.search-box .filters { background-color: #3a3a3a; } .dark-wrapper .inline-filters.search-box .filters a.clear-selectize { text-shadow: none; } .dark-wrapper .inline-filters.search-box .filters a.clear-selectize:hover, .dark-wrapper .inline-filters.search-box .filters a.clear-selectize:focus { color: #fff; } .inline-filters.search-box .form-inline { height: 40px; position: relative; } .inline-filters.search-box .form-inline .form-group .toggle-filter { position: absolute; right: 0; top: 0; width: 30px; height: 38px; line-height: 45px; text-align: center; text-decoration: none; } .inline-filters.search-box .form-inline .form-group .toggle-filter:before { content: "\e9b8"; font-family: ol-icon-set!important; speak: none; font-weight: 400; font-variant: normal; text-transform: none; line-height: inherit; } .inline-filters.search-box .form-inline .form-group .toggle-filter.fill-it {} .inline-filters.search-box .form-inline .form-group .toggle-filter.fill-it:before { content: "\e9b9"; } .inline-filters.search-box .form-inline .form-group .btn { font-size: 13px; padding: 0px 20px; border: none; line-height: 38px; } .inline-filters.search-box .form-inline .form-group.with-filter { position: relative; margin-bottom: 0 !important; } .inline-filters.search-box .form-inline .form-group.with-filter input { width: 101%; margin: 0; } .inline-filters.search-box .form-inline [class*="col-"]:first-child { padding-right: 0; } .inline-filters.search-box .form-inline [class*="col-"]:last-child { padding-left: 0; } .inline-filters.search-box .filters { display: none; padding: 40px 15px; background-color: #eaeaea; margin: 0 -30px; top: 30px; position: relative; } .inline-filters.search-box .filters a.clear-selectize { position: absolute; bottom: 0; right: 0; text-transform: uppercase; color: #aaa; font-size: 10px; font-weight: bold; text-decoration: none; text-shadow: 1px 1px #fff; padding: 15px 30px; } .inline-filters.search-box .filters a.clear-selectize:hover, .inline-filters.search-box .filters a.clear-selectize:focus { color: #333; } .selectize-input { border-radius: 0; border-color: #ccc; box-shadow: none; } .selectize-input input[type="text"] { height: auto; min-width: auto; } .selectize-input.focus { border-radius: 0; border-color: #000; box-shadow: none; } .selectize-control.multi .selectize-input>div { padding: 2px 10px; border-radius: 10px; } .form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control { background-color: #F9F9F9; } .picker__box { padding-top: 0.75em !important; } .picker__frame { padding-bottom: 7.5%; } .picker__weekday { text-align: center; } .form-control {} .form-control.form-circle { border-radius: 1000px; padding-right: 20px; padding-left: 20px; } .form-group-lg .form-control, .input-lg { font-size: 14px; } .form-inline .checkbox { font-size: 12px; margin: 0 5px; } /* extend bg * =================================================== */ .extend-bg-wrapper .extend-left, .extend-bg-wrapper .extend-right { position: absolute; top: 0; right: 0; height: 100%; } .extend-bg-wrapper .extend-right { right: auto; left: 0; } .extend-bg-wrapper .fill-wrapper { height: 100%; } .extend-bg-wrapper.extend-destroy { height: auto !important; } .extend-bg-wrapper.extend-destroy .extend-left, .extend-bg-wrapper.extend-destroy .extend-right { position: static; height: auto !important; } .extend-bg-wrapper.extend-destroy .vertical-center-transform { position: initial; transform: none; } /* Timelines * =================================================== */ .ol-timeline { border-left: 1px solid #e8e8e8; margin-left: 70px; padding: 60px 0; position: relative; } .ol-timeline .tl-item { position: relative; margin-left: 40px; margin-bottom: 40px; } .ol-timeline .tl-item:before { content: ''; width: 40px; height: 1px; background-color: #e8e8e8; position: absolute; top: 9px; left: -40px; } .ol-timeline .tl-item.pub-item { border-bottom: none; padding-bottom: 0; } .ol-timeline .tl-item.pub-item .content-wrapper { margin-left: 5px; } .ol-timeline .tl-item.pub-item.with-thumb .elem-wrapper { width: 86px; height: 116px; } .ol-timeline .tl-item.pub-item.with-thumb .elem-wrapper img { height: 100%; } .ol-timeline .tl-item.pub-item.with-thumb .content-wrapper { margin-left: 100px; } .ol-timeline .tl-item.pub-item.with-thumb .item-section { top: 48px; } .ol-timeline .tl-item.pub-item.with-thumb:before { top: 57px; } .ol-timeline .tl-item.pub-item.with-icon i { border-color: #e8e8e8; } .ol-timeline .tl-item.pub-item.with-icon .item-section { top: 12px; } .ol-timeline .tl-item.pub-item.with-icon .content-wrapper { margin-left: 70px; } .ol-timeline .tl-item.pub-item.with-icon .title { margin-bottom: 15px; } .ol-timeline .tl-item.pub-item.with-icon:before { top: 21px; } .ol-timeline .tl-item:last-child { margin-bottom: 0; } .ol-timeline .tl-section, .ol-timeline .tl-item {} .ol-timeline .tl-section.active .item-section:after, .ol-timeline .tl-item.active .item-section:after { background-color: #a9e84f; } .ol-timeline .item-section { position: absolute; display: block; top: 0; left: 0; margin-left: -130px; text-align: right; width: 70px; word-wrap: break-word; font-family: "Play",sans-serif; } .ol-timeline .item-section:after { content: ''; position: absolute; width: 14px; height: 14px; margin-top: -7px; top: 50%; right: -27px; border-radius: 50%; background-color: #e8e8e8; transition: all 0.3s ease; border: 1px solid transparent; } .ol-timeline .item-section.is_stuck { left: auto; } .ol-timeline .item-section.is_stuck:after { background-color: #a9e84f; } .ol-timeline .item-section.is_stuck.is_bottom {} .ol-timeline .item-section.is_stuck.is_bottom:after { background-color: #e8e8e8; } .ol-timeline .tl-section { position: relative; } .ol-timeline .tl-section >.item-section { margin-left: -90px; top: 0; margin-bottom: 61px; } .ol-timeline .tl-section.with-thumb >.item-section { top: 48px; margin-bottom: 48px; } .ol-timeline .tl-section.with-icon >.item-section { top: 12px; margin-bottom: 50px; } .ol-timeline:after { content: ''; display: table; clear: both; } .ol-timeline:before { content: ''; position: absolute; width: 16px; height: 1px; top: 0; left: 0; margin-left: -8px; background-color: #e8e8e8; } .ol-timeline.in-view .ol-head { position: fixed; top: 0; } .ol-timeline.in-view .ol-body { margin-left: 70px; } .ol-timeline.scrollable-timeline { padding: 100px 0; } .ol-timeline:not(.scrollable-timeline) .item-section:after { background-color: #a9e84f; } .ol-timeline-tab { height: 100%; position: relative; overflow: hidden; margin-left: -10px; } .ol-timeline-tab .tl-head { position: absolute; top: 0; left: 0; height: 100%; padding: 0 0 0 10px; margin: 0; overflow: hidden; font-size: 13px; list-style: none; z-index: 10; transition: all 0.3s ease; } .ol-timeline-tab .tl-head li { position: relative; margin-bottom: 5px; padding: 5px 5px 5px 12px; font-family: "Play",sans-serif; -webkit-touch-callout: none; -ms-user-select: none; -moz-user-select: none; -webkit-user-select: none; user-select: none; transition: all 0.3s ease; cursor: pointer; } .ol-timeline-tab .tl-head li:after { position: absolute; content: ""; height: 10px; width: 10px; border-radius: 50%; background-color: #fff; top: 50%; margin-top: -5px; left: -5px; border: 1px solid #dedede; transition: all 0.3s ease; } .ol-timeline-tab .tl-head li.active { font-size: 17px; font-weight: 700; padding-left: 20px; margin-top: 30px; margin-bottom: 30px; } .ol-timeline-tab .tl-head li.active:after { transition-delay: 0.3s; transform: scale(1.7); background-color: #a9e84f; } .ol-timeline-tab .tl-head li:first-child.active { margin-top: 10px; } .ol-timeline-tab .tl-head li:last-child { margin-bottom: 0px; } .ol-timeline-tab .tl-head.tl-head-clone { visibility: hidden; z-index: -1; transition: none !important; } .ol-timeline-tab .tl-head.tl-head-clone * { transition: none !important; } .ol-timeline-tab .tl-content { overflow: hidden; margin-left: 160px; transition: all 0.5s cubic-bezier(0.1, 0.71, 0.34, 0.96); } .ol-timeline-tab .tl-content .tl-item {} .ol-timeline-tab .tl-content .tl-item.active { display: block; } .ol-timeline-tab .tl-content .title { font-family: "Play",sans-serif; font-weight: bold; font-weight: 700; } .ol-timeline-tab .tl-content .description { margin-bottom: 30px; line-height: 22px; } .ol-timeline-tab .tl-item { height: 100%; padding: 80px 0; overflow: auto; } .dark-wrapper .ol-timeline-tab {} .dark-wrapper .ol-timeline-tab:after { background: #4b4b4b; } .extend-destroy .ol-timeline-tab { height: 500px; } .ol-timeline-tab:after { content: ''; position: absolute; top: 0; left: 10px; width: 1px; height: 100%; background: #e3e3e3; } .ol-timeline-tab.with-fader .tl-head li {} .ol-timeline-tab.with-fader .tl-head li.near-edge { opacity: 0.5; } .ol-timeline-tab.with-fader .tl-head li.on-edge { opacity: 0.2; } .pub-item:after { content: ''; display: table; clear: both; } .dark-wrapper .ol-timeline { border-left-color: #4b4b4b; } .dark-wrapper .ol-timeline .tl-item.pub-item.with-icon i { border-color: #4b4b4b; } .dark-wrapper .ol-timeline .tl-item:before { background-color: #4b4b4b; } .dark-wrapper .ol-timeline:before { background-color: #4b4b4b; } /* News * =================================================== */ .featured-news-box { padding: 100px 80px 120px 80px; color: #fff; text-align: center; position: relative; text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1); } .featured-news-box ul.featured-news { list-style: none; margin: 0; padding: 0; } .featured-news-box ul.featured-news .date { font-size: 12px; } .featured-news-box ul.featured-news .title { margin-top: 50px; font-size: 22px; font-weight: normal; } .featured-news-box ul.featured-news .title a { color: #fff; text-decoration: none; } .featured-news-box ul.featured-news .title a:hover, .featured-news-box ul.featured-news .title a:focus { color: #fff; } .featured-news-box .owl-dots { position: absolute; bottom: -120px; width: 100%; } .featured-news-box .owl-dots .owl-dot span { margin: 0 3px; } .featured-news-box .owl-dots .owl-dot span:after { background-color: #fff; } .news-posts a { text-decoration: none; } .news-posts .title { font-size: 20px; } .news-posts ul.meta { font-size: 12px; padding: 0; margin: 0; } .news-posts ul.meta li { display: inline-block; } .news-posts ul.meta li span, .news-posts ul.meta li a { font-weight: bold; } .news-posts .post-excerpt { margin-top: 30px; color: #707070; line-height: 22px; } .news-posts .read-more { margin-top: 20px; } .news-posts.date-aside-list .title { margin-bottom: 10px; } .news-posts.date-aside-list .post-excerpt { margin-top: 20px; } .news-posts.date-aside-list .post-thumb.set-bg { display: block; margin-bottom: 0px; height: 0; padding-top: 55%; } .news-posts.date-aside-list .aside { margin-left: 130px; padding-top: 30px; } .news-posts.date-aside-list .published_date { float: left; width: 100px; border-right: 1px solid #dedede; text-align: center; padding: 30px 0 20px 0; font-family: "Play",sans-serif; } .news-posts.date-aside-list .published_date .day { font-size: 40px; font-weight: bold; line-height: 35px; } .news-posts.date-aside-list .published_date .month { font-size: 15px; font-weight: bold; text-transform: uppercase; line-height: 20px; } .news-posts.date-aside-list .published_date .year { font-size: 10px; letter-spacing: 1px; } .widget { margin-bottom: 30px; } .widget > h4 { font-size: 14px; text-transform: uppercase; margin-bottom: 30px; position: relative; border-bottom: 1px solid #dedede; padding-bottom: 5px; } .widget > h4:after { position: absolute; content: ""; bottom: -1px; left: 0; height: 1px; width: 45px; background-color: #333; } .dark-wrapper .widget {} .dark-wrapper .widget >h4 { border-color: #4b4b4b; } .dark-wrapper .widget >h4:after { background-color: #f5f5f5; } .widgets-wrapper .widget { margin-bottom: 75px; } .tagcloud a { padding: 6px 10px; margin-right: 5px; margin-bottom: 5px; font-size: 13px; display: inline-block; text-decoration: none; background-color: #dedede; color: #aaa; } .tagcloud a:hover, .tagcloud a:focus { background-color: #a9e84f; color: #fff; } .posts-list .post { margin-bottom: 13px; padding-bottom: 13px; border-bottom: 1px solid #f5f5f5; margin-bottom: 15px; } .posts-list .post a { text-decoration: none; } .posts-list .post a.entry-image { display: block; float: left; max-width: 50px; } .posts-list .post .entry-content { margin-left: 65px; min-height: 50px; padding-top: 3px; font-size: 12px; } .posts-list .post .entry-content .entry-title { font-size: 13px; line-height: 15px; margin-bottom: 5px; font-family: 'Sintony',sans-serif; } .posts-list .post .entry-content ul.entry-meta { marign: 0; padding: 0; list-style: none; font-size: 12px; font-style: italic; } .posts-list .post .entry-content ul.entry-meta li i { position: relative; top: 2px; padding-right: 3px; } .posts-list .post .entry-content .price { font-weight: bold; color: #aaa; margin-bottom: 3px; } .posts-list .post .entry-content:after { content: ''; clear: left; display: table; } .posts-list.comments .post .entry-content { font-size: 13px; } .category-list a.cat { display: block; font-size: 13px; line-height: 26px; text-decoration: none; } .category-list a.cat span { color: #aaa; padding-left: 5px; font-size: smaller; } .category-list a.cat span:before { content: "("; } .category-list a.cat span:after { content: ")"; } .callout { background-color: #f5f5f5; } .callout a { display: block; position: relative; padding: 100px 30px 30px; text-decoration: none; color: #636363; } .callout a h3 { font-size: 16px; color: #636363; } .callout a:before { content: "\e9cb"; font-family: ol-icon-set!important; font-style: normal!important; font-weight: 400!important; font-variant: normal!important; text-transform: none!important; speak: none; line-height: 1; -webkit-font-smoothing: antialiased; position: absolute; top: 30px; right: 35px; text-align: center; font-size: 20px; visibility: hidden; opacity: 0; z-index: 2; } .callout a:hover, .callout a:focus {} .callout a:hover:before, .callout a:focus:before { visibility: visible; opacity: 1; right: 30px; transition: all 0.25s ease; } .callout.set-bg { text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.5); } .callout.set-bg a { color: #4b4b4b; } .callout.set-bg a h3 { color: #4b4b4b; } .callout.dark, .callout[class*="skin-"] { text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2); } .callout.dark a, .callout[class*="skin-"] a { color: #fff; } .callout.dark a h3, .callout[class*="skin-"] a h3 { color: #fff; } .callout.skin-blue { background-color: #76bcfe; } .callout.skin-green { background-color: #1abc9c; } .callout.skin-purple { background-color: #b24a7d; } .callout.skin-yellow { background-color: #f1c40f; } .callout.skin-red { background-color: #FF3366; } .single-post .post-title { padding-bottom: 20px; margin-bottom: 20px; border-bottom: 1px solid #dedede; position: relative; } .single-post .post-title:after { content: ""; width: 40px; height: 3px; background-color: #4b4b4b; position: absolute; bottom: -2px; left: 0; } .single-post .post-meta { margin-bottom: 40px; } .single-post ul.meta { font-size: 12px; padding: 0; margin: 0; } .single-post ul.meta li { display: inline-block; } .single-post ul.meta li span, .single-post ul.meta li a { font-weight: bold; } .single-post .post-body {} .single-post .center-meta { position: absolute; left: 0; width: 100%; top: -45px; text-align: center; } .single-post .center-meta a.avatar { margin: 0 auto; } .single-post .center-meta ul.meta { padding-top: 12px; } .single-post .center-meta ul.meta li { display: block; margin-bottom: 3px; line-height: 1; } .single-post .center-meta ul.meta li span.date { font-weight: normal; } .author-bio { padding: 30px 0; margin: 60px 0; border-top: 1px solid #dedede; border-bottom: 1px solid #dedede; } .author-bio .avatar { float: left; } .author-bio .author-bio-content { padding-top: 10px; margin-left: 100px; min-height: 80px; } .widgetized-area-below-post >* { margin-bottom: 40px; } .widgetized-area-below-post >*:last-child { margin-bottom: 0; } ul.comments { margin: 0; margin-top: 50px; padding: 0; list-style: none; } ul.comments li.comment { margin-bottom: 30px; } ul.comments >li ul { padding-left: 60px; margin-top: 30px; list-style: none; } ul.comments .avatar { width: 40px; height: 40px; float: left; } ul.comments .comment-body { margin-left: 60px; } ul.comments .comment-body .comment-meta { margin-bottom: 20px; } ul.comments .comment-body .comment-meta ul { margin: 0; padding: 0; list-style: none; } ul.comments .comment-body .comment-meta ul li { display: inline-block; color: #bbb; font-size: smaller; } ul.comments .comment-body .comment-meta ul li.author-name a { font-weight: bold; } ul.comments .comment-body .comment-meta ul li.author-name span {} ul.comments .comment-body .comment-content { border-bottom: 1px solid #dedede; padding-bottom: 30px; color: #333; } ul.comments .comment-body .comment-content p { color: #333; line-height: 22px; font-size: 13px; } .dark-wrapper .news-posts.date-aside-list .published_date { border-right-color: #4b4b4b; } .dark-wrapper .posts-list .post { border-bottom-color: #4b4b4b; } .dark-wrapper .tagcloud a { background-color: #3a3a3a; } .dark-wrapper .author-bio { border-color: #4b4b4b; } .dark-wrapper ul.comments .comment-body .comment-content { color: #cbcbcb; border-color: #4b4b4b; } .dark-wrapper ul.comments .comment-body .comment-content p { color: #cbcbcb; } .dark-wrapper .single-post .post-title { border-bottom-color: #4b4b4b; } .dark-wrapper .single-post .post-title:after { background-color: #f5f5f5; } /* events * =================================================== */ .events .event-nav .contents { padding: 0; height: 100px; position: relative; } .events .event-nav .contents .event-counter, .events .event-nav .contents > ul { line-height: 100px; } .events .event-nav .contents > ul { padding: 0; margin: 0; list-style: none; } .events .event-nav .contents > ul li { margin-right: 30px; display: inline-block; font-size: 12px; text-transform: uppercase; } .events .event-nav .contents > ul li i { vertical-align: middle; padding-right: 7px; position: relative; top: -2px; } .events .event-nav .contents > ul li a { text-decoration: none; padding: 2px 0; } .events .event-nav .contents > ul li a:hover, .events .event-nav .contents > ul li a:focus { color: #000; } .events .event-nav .contents > ul li.current-menu-item > a { border-bottom: 1px solid #636363; } .events .event-nav .event-counter { position: absolute; top: -3px; right: 0px; } .events .event-nav .event-counter .number { font-family: "Play",sans-serif; font-size: 22px; } .events .event-nav .event-counter span { font-size: 10px; text-transform: uppercase; } .events .event-nav .event-counter .separator { padding: 0 4px; } /* in case you want the event-nav texts to be light add this class to it */ .events .event-nav .filters { position: relative; padding-top: 50px; padding-bottom: 50px; } .events .event-nav .filters .clear-selectize { position: absolute; bottom: 0; right: 0; text-transform: uppercase; color: #aaa; font-size: 10px; font-weight: bold; text-decoration: none; text-shadow: 1px 1px #fff; padding: 30px 30px; } .events .event-nav.lighten .contents { color: #fff; } .events .event-nav.lighten .contents > ul li a { color: #fff; } .events .event-nav.lighten .contents > ul li a:hover, .events .event-nav.lighten .contents > ul li a:focus { color: #fff; } .events .event-nav.lighten .contents > ul li.current-menu-item > a { border-bottom: 1px solid #fff; } .events .event-table .cols-wrapper { position: relative; left: 0; z-index: 3; padding: 40px 25px; background-color: #fff; font-size: 0; } /*to remove the spaces*/ .events .event-table .cols-wrapper .vcenter { display: inline-block; vertical-align: middle; float: none; } .events .event-table .cols-wrapper .wrap { padding-right: 20px; } .events .event-table .title-col .wrap { padding-right: 20%; } .events .event-table .date-col { font-size: 12px; } .events .event-table .location-col { font-size: 12px; } .events .event-table h3.title { font-size: 16px; line-height: 18px; margin-bottom: 10px; } .events .event-table h4.cat { font-size: 12px; text-transform: uppercase; color: #aaa; margin-bottom: 0; } .events .event-table .item { display: block; position: relative; border-bottom: 1px solid #dedede; } .events .event-table .image-wrapper { position: absolute; top: 0; bottom: 0; left: -20px; width: 100px; } .events .event-table .arrow-wrapper { position: absolute; right: -30px; top: 50%; transform: translateY(-50%); font-size: 30px; z-index: 4; visibility: hidden; opacity: 0; -webkit-filter: blur(0); } .events .event-table .arrow-wrapper i { width: 40px; height: 40px; line-height: 50px; display: block; text-align: center; } .events .event-table .image-wrapper, .events .event-table .cols-wrapper, .events .event-table .arrow-wrapper { transition: all 0.2s cubic-bezier(0.26, 0.57, 0.15, 1.26); } .events .event-table .item:hover, .events .event-table .item:focus { color: inherit; } .events .event-table .item:hover .image-wrapper, .events .event-table .item:hover .cols-wrapper, .events .event-table .item:hover .arrow-wrapper, .events .event-table .item:focus .image-wrapper, .events .event-table .item:focus .cols-wrapper, .events .event-table .item:focus .arrow-wrapper { transition: all 0.2s cubic-bezier(0.54, 0.74, 0.1, 0.74); } .events .event-table .item:hover .image-wrapper, .events .event-table .item:focus .image-wrapper { left: -60px; } .events .event-table .item:hover .cols-wrapper, .events .event-table .item:focus .cols-wrapper { left: 40px; } .events .event-table .item:hover .arrow-wrapper, .events .event-table .item:focus .arrow-wrapper { right: -25px; visibility: visible; opacity: 1; } .events .event-toggle { background-color: #fff; } .events .event-toggle a { text-decoration: none; } .events .event-toggle a.item { display: block; border-right: 1px solid #dedede; } .events .event-toggle a.item.active { background-color: #f9f9f9; border-top: 1px solid #dedede; border-bottom: 1px solid #dedede; } .events .event-toggle .ac-head { color: #636363; } .events .event-toggle .ac-head .cols-wrapper { position: relative; padding: 40px 25px; font-size: 0; } /*to remove the spaces*/ .events .event-toggle .ac-head .cols-wrapper .vcenter { display: inline-block; vertical-align: middle; float: none; } .events .event-toggle .ac-head .cols-wrapper .wrap { padding-right: 20px; } .events .event-toggle .ac-head .title-col { font-size: 13px; } .events .event-toggle .ac-head .title-col .title { font-size: 20px; } .events .event-toggle .ac-head .title-col .wrap { padding-right: 20%; } .events .event-toggle .ac-head .info-col { font-size: 13px; font-weight: bold; font-weight: 700; } .events .event-toggle .ac-head .info-col .info-subtitle { padding-top: 5px; font-size: 11px; font-weight: normal; } .events .event-toggle .ac-head:hover { background-color: #f9f9f9; } .events .event-toggle .ac-body { cursor: default; } .events .event-toggle .ac-body .cols-wrapper { padding: 0 25px 40px; } .events .event-toggle .ac-body .cols-wrapper .wrap { padding-right: 20px; } .events .event-toggle .ac-body.clickable { cursor: pointer; padding-right: 40px; position: relative; transition: margin 0.5s; } .events .event-toggle .ac-body.clickable:after { position: absolute; content: "\e2f4"; top: 50%; margin-top: -40px; right: 45px; opacity: 0; font-family: ol-icon-set!important; font-size: 20px; transition: all 1s; } .events .event-toggle .ac-body.clickable:hover { margin-left: -20px; margin-right: 20px; } .events .event-toggle .ac-body.clickable:hover:after { opacity: 1; right: 35px; } .dark-wrapper .events .event-table .cols-wrapper { background-color: #3e3e3e; } .dark-wrapper .events .event-table .item { border-bottom-color: #4b4b4b; } .events.with-index .row-index { background-color: #a9e84f; } .events.with-index .row-index .filter-index { float: left; width: 165px; color: #fff; font-family: "Play",sans-serif; font-weight: bold; font-weight: 700; padding: 40px; padding-bottom: 0; } .events.with-index .row-index .filter-index .title { font-size: 20px; } .events.with-index .row-index .filter-index .description { font-size: 14px; } .events.with-index .row-index .event-toggle { margin-left: 165px; } .events.with-index .row-index:nth-child(2n) { background-color: rgba(169, 232, 79, 0.95); } .events.with-index .row-index .event-toggle a.item:last-child { border-bottom: 1px solid #dedede; } .events.with-index .row-index .event-toggle a.item.active:first-child { border-top: none; } .events.with-index .row-index:first-child .event-toggle a.item:first-child { border-top: 1px solid #dedede; } .events.with-filters ul.filters { float: right; list-style: none; margin: 0; padding: 0; } .events.with-filters ul.filters li { float: left; font-family: "Play",sans-serif; padding-left: 25px; } .events.with-filters ul.filters li a { position: relative; display: block; padding: 5px; font-size: 14px; color: #000; text-decoration: none; } .events.with-filters ul.filters li a:hover, .events.with-filters ul.filters li a:focus { color: #000; } .events.with-filters ul.filters li a:hover:after, .events.with-filters ul.filters li a:focus:after { position: absolute; content: ""; bottom: -1px; left: 0; height: 2px; width: 100%; background-color: #000; z-index: 1; } .events.with-filters ul.filters li:first-child { padding-left: 0; } .events.with-filters ul.filters li.active { font-weight: bold; font-weight: 700; } .events.with-filters ul.filters li.active a:after { position: absolute; content: ""; bottom: -1px; left: 0; height: 2px; width: 100%; background-color: #000; z-index: 1; } .events.with-filters .wrapper { border-top: 1px solid #dedede; } .events.with-filters .wrapper .row-index:first-child a.item:first-child { border-top: none; } .ol-agenda { background-color: #fff; position: relative; border-right: 1px solid #dedede; border-top: 1px solid #dedede; color: #636363; } .ol-agenda ul.filters { position: absolute; right: 0; top: -30px; height: 30px; display: table; list-style: none; margin: 0; padding: 0; } .ol-agenda ul.filters li { display: table-cell; vertical-align: bottom; font-family: "Play",sans-serif; padding-left: 25px; cursor: pointer; } .ol-agenda ul.filters li a { position: relative; display: block; padding: 5px; font-size: 14px; color: #000; text-decoration: none; } .ol-agenda ul.filters li a:hover, .ol-agenda ul.filters li a:focus { color: #000; } .ol-agenda ul.filters li a:hover:after, .ol-agenda ul.filters li a:focus:after { transition: all 100ms ease; position: absolute; content: ""; bottom: -1px; left: 0; height: 3px; width: 100%; background-color: #000; z-index: 1; } .ol-agenda ul.filters li:first-child { padding-left: 0; } .ol-agenda ul.filters li.active { font-weight: normal; } .ol-agenda ul.filters li.active a:after { position: absolute; content: ""; bottom: -1px; left: 0; height: 3px; width: 100%; background-color: #000; z-index: 1; } .ol-agenda .ag-section { position: relative; } .ol-agenda .ag-section .section-head { overflow: hidden; position: absolute; top: 0; left: 0; width: 200px; height: 100%; background-color: #a9e84f; color: #fff; font-family: "Play",sans-serif; font-weight: bold; font-weight: 700; padding: 0 50px; } .ol-agenda .ag-section .section-head .date {} .ol-agenda .ag-section .section-head .date.with-shaded-label { margin-top: 50px; padding-top: 20px; padding-left: 10px; } .ol-agenda .ag-section .section-head .date.with-shaded-label .shaded-label { opacity: 0.5; color: inherit; font-size: 60px; line-height: 55px; top: auto; bottom: 0; } .ol-agenda .ag-section .section-head.dark-numbers { color: #333; } .ol-agenda .ag-section .section-body { border-bottom: 1px solid #dedede; padding-left: 200px; } .ol-agenda .ag-section .section-body .item { display: block; padding: 50px; position: relative; } .ol-agenda .ag-section .section-body .item.active { background-color: #f9f9f9; } .ol-agenda .ag-section .section-body .item.toggleable:hover, .ol-agenda .ag-section .section-body .item.toggleable:focus { cursor: pointer; background-color: #fafafa; } .ol-agenda .ag-section .section-body .item.toggleable:hover .toggle-trigger, .ol-agenda .ag-section .section-body .item.toggleable:focus .toggle-trigger, .ol-agenda .ag-section .section-body .item.active .toggle-trigger { visibility: visible; opacity: 1; right: 50px; } .ol-agenda .ag-section .section-body .item.active .toggle-trigger { transform: rotate(-180deg); } .ol-agenda .ag-section .section-body .item.active .toggle-trigger:after { transform: rotate(-90deg); } .ol-agenda .ag-section .section-body .toggle-trigger { position: absolute; top: 70px; right: 30px; width: 21px; height: 1px; background-color: #777; transition: all 0.3s ease; visibility: hidden; opacity: 0; } .ol-agenda .ag-section .section-body .toggle-trigger:after { content: ''; position: absolute; top: -10px; left: 10px; width: 1px; height: 21px; background-color: #777; transition: all 0.3s ease; } .ol-agenda .ag-section .section-body .info { float: left; margin-top: 4px; } .ol-agenda .ag-section .section-body .info >span { display: block; font-size: 12px; line-height: 20px; } .ol-agenda .ag-section .section-body .contents { margin-left: 150px; padding-right: 15%; } .ol-agenda .ag-section .section-body .contents .title { font-size: 18px; margin-bottom: 10px; color: #4b4b4b; } .ol-agenda .ag-section .section-body .contents .subtitle { font-size: 13px; font-family: 'Sintony',sans-serif; font-weight: normal; margin-bottom: 0; color: #707070; } .ol-agenda .ag-section .section-body .contents .extra-description { margin-top: 30px; display: none; } .ol-agenda .ag-section:nth-child(2n+1) .section-head { background-color: rgba(169, 232, 79, 0.9); } .ol-agenda .ag-section:nth-child(2) .section-body {/* border-top:1px solid $chaos_borderinlight; */ } .dark-wrapper .ol-agenda { background-color: #3a3a3a; border-color: #4b4b4b; } .dark-wrapper .ol-agenda ul.filters li a { color: #cbcbcb; } .dark-wrapper .ol-agenda ul.filters li a:after { background-color: #f1f1f1; } .dark-wrapper .ol-agenda .ag-section:nth-child(2) .section-body, .dark-wrapper .ol-agenda .ag-section .section-body { border-color: #4b4b4b; } .dark-wrapper .ol-agenda .ag-section .section-body .contents .title { color: #fff; } .dark-wrapper .ol-agenda .ag-section .section-body .contents .subtitle { color: #cbcbcb; } .dark-wrapper .ol-agenda .ag-section .section-body .info { color: #cbcbcb; } .dark-wrapper .ol-agenda .ag-section .section-body .item.toggleable {} .dark-wrapper .ol-agenda .ag-section .section-body .item.toggleable:hover, .dark-wrapper .ol-agenda .ag-section .section-body .item.toggleable:focus { background-color: #444; } .dark-wrapper .ol-agenda .ag-section .section-body .toggle-trigger { background-color: #cbcbcb; } .dark-wrapper .ol-agenda .ag-section .section-body .toggle-trigger:after { background-color: #cbcbcb; } .ol-agenda.wider-side .ag-section .section-head { width: 300px; } .ol-agenda.wider-side .ag-section .section-body { padding-left: 300px; } /* sections * =================================================== */ .parallax-layer { position: relative; overflow: hidden; z-index: 1; } .parallax-layer .ol-inner-wrapper { position: relative; height: 100%; z-index: 10; } .parallax-layer .parallax-bg-elem { z-index: -2; } .parallax-bg-elem { position: absolute !important; top: 0; left: 0; width: 100%; height: 100%; background-size: cover; background-repeat: no-repeat; background-position: center center; } .parallax-mode-8 .parallax-bg-elem {} .parallax-mode-header-content { overflow: visible !important; } .parallax-layer >*, .parallax-layer:before { transform: translate3d(0px, 0px, 0.1px); } /* Courses * =================================================== */ .course-el .contents { padding: 40px 40px 30px 40px; } .course-el .contents .title-wrapper { bottom: 30px; max-height: 250px; } .course-el .contents .title-wrapper .title { font-size: 20px; } .course-el .contents .title-wrapper .sub-title { margin-bottom: 7px; } .course-el .ol-review-rates { position: absolute; top: 2px; right: 0; } .course-el .course-purchase-btn { width: 100px; border-radius: 35px; padding: 0 5px; padding-left: 20px; } .course-el .course-instructor { font-size: 12px; font-family: "Play",sans-serif; } .course-el.set-bg {} .course-el.set-bg:before { opacity: 0.9; } .course-el.set-bg:hover, .course-el.set-bg:focus {} .course-el.set-bg:hover:before, .course-el.set-bg:focus:before { opacity: 0.7; } .course-el:hover .course-purchase-btn, .course-el:focus .course-purchase-btn {} .course-el:hover .course-purchase-btn:before, .course-el:focus .course-purchase-btn:before { transform: scale(1.1); } .course-el:not(.set-bg) {} .course-el:not(.set-bg):hover .course-shop-data .ol-review-rates i, .course-el:not(.set-bg):focus .course-shop-data .ol-review-rates i { color: #fff; } .course-shop-data { position: relative; padding: 2px 0; } .course-shop-data .sub-meta { display: inline-block; position: absolute; bottom: 0; right: 0; font-family: "Play",sans-serif; font-size: 12px; } .course-shop-data .upper-meta { display: inline-block; position: absolute; top: 0; right: 0; font-family: "Play",sans-serif; font-size: 12px; } .course-shop-data:before { content: ''; width: 100%; height: 1px; background: #dedede; position: absolute; top: 50%; left: 0; } .course-purchase-btn { line-height: 30px; display: inline-block; background-color: #fff; box-shadow: 0 0px 3px -1px rgba(0,0,0,0.5); position: relative; outline: none; border: none; border-radius: 35px; padding: 0 20px 0 40px; font-family: "Play",sans-serif; font-size: 12px; margin-left: 1px; overflow: hidden; color: #4b4b4b; text-align: center; text-decoration: none; } .course-purchase-btn i { position: absolute; top: 50%; left: 0; width: 22px; height: 22px; margin-top: -11px; margin-left: 4px; border-radius: 50%; text-align: center; line-height: 22px; font-size: 13px; background-color: #a9e84f; color: #fff; z-index: 5; } .course-purchase-btn span { position: relative; z-index: 5; } .course-purchase-btn:hover, .course-purchase-btn:focus { text-decoration: none; } .ol-review-rates { display: inline-block; line-height: 0; } .ol-review-rates i { font-size: 12px; color: #777; } .authors-thumb { display: inline-block; margin-right: 5px; } .authors-thumb img { width: 40px; height: 40px; border-radius: 50%; box-shadow: 0 0 4px 0 rgba(0,0,0,0.35); display: block; margin-right: -20px; float: right; } .authors-thumb img:first-child { margin-right: 0; } .course-single .page-head { height: auto; padding: 90px 0; } .course-single .author-bio { padding: 0; margin: 0; border: none; } .course-single ul.comments >li.comment:last-child .comment-body .comment-content { border-bottom: none; } .course-intro { background-color: #fff; min-height: 350px; } .course-intro .category { font-size: 12px; font-family: $font_secondry; text-transform: uppercase; display: block; margin-bottom: 20px; } .course-intro .title { margin-bottom: 40px; } .course-intro .course-info { padding: 40px; padding-bottom: 160px; position: relative; } .course-intro .course-shop-wrapper { position: absolute; left: 0; bottom: 40px; left: 40px; right: 40px; } .course-intro .course-shop-data .course-purchase-btn { line-height: 50px; background-color: #a9e84f; color: #fff; text-transform: uppercase; font-size: 12px; font-family: $font_secondry; font-weight: bold; font-weight: 700; padding-left: 50px; } .course-intro .course-shop-data .course-purchase-btn i { background-color: #fff; color: #a9e84f; font-size: 15px; width: 30px; height: 30px; margin-left: 10px; margin-top: -15px; line-height: 30px; } .course-intro .course-shop-data .upper-meta { font-family: $font_secondry; font-weight: bold; font-weight: 700; font-size: 20px; color: #4b4b4b; } .course-meta-list { list-style: none; padding: 0; } .course-meta-list li { line-height: 30px; border-bottom: 1px solid #ebebeb; font-family: 'Sintony',sans-serif; font-size: 13px; margin-bottom: 10px; } .course-meta-list li >i { margin-right: 15px; font-size: 15px; } .course-meta-list li >span, .course-meta-list li >i { display: inline-block; vertical-align: middle; } .course-single-tab .head-wrapper { background-color: #f5f5f5; line-height: 70px; } .course-single-tab .head-wrapper .social-icons { float: right; line-height: inherit; } .course-single-tab .head-wrapper .social-icons li { position: relative; top: 5px; } .course-single-tab .tab-navigation { line-height: inherit; float: left; } .course-single-tab .tab-navigation li { border: none !important; line-height: inherit; top: 0 !important; } .course-single-tab .tab-navigation li a { padding-top: 0; padding-bottom: 0; } .course-single-tab .tab-navigation li.active { background-color: transparent; } .course-single-tab .tab-navigation li.active:after { top: auto; bottom: 0; box-shadow: 0 -7px 22px 1px rgba(255, 51, 102,0.5); } .course-single-tab .body-wrapper { padding-top: 100px; padding-bottom: 100px; } .course-single-tab .tab-pane { border: none; padding: 0; } .lesson-item { background-color: #f5f5f5; border-radius: 35px; line-height: 30px; font-size: 12px; margin-bottom: 30px; margin-top: 10px; position: relative; display: block; text-decoration: none !important; } .lesson-item >*, .lesson-item .lesson-meta >* { display: inline-block; vertical-align: middle; line-height: inherit; } .lesson-item .lesson-meta { position: relative; background-color: #ebebeb; border-top-left-radius: 20px; border-bottom-left-radius: 20px; } .lesson-item .counter { font-weight: bold; font-weight: 700; } .lesson-item .counter, .lesson-item .duration { padding: 0 20px; line-height: 40px; } .lesson-item .duration, .lesson-item .lesson-type { background-color: #1abc9c; color: #fff; } .lesson-item .lesson-type { width: 40px; height: 40px; border: 5px solid #fff; box-shadow: 0 0 0px 2px #1abc9c; color: #fff; border-radius: 50%; text-align: center; transform: scale(1.3); font-size: 16px; line-height: 32px; } .lesson-item .lesson-type:before { margin-left: 3px; } .lesson-item .title { padding: 0 20px; font-family: 'Sintony',sans-serif; font-weight: regular; font-weight: 400; color: #636363; font-size: 12px; max-width: 60%; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; } .lesson-item:before { content: "\e926"; font-family: "ol-icon-set"; line-height: 40px; position: absolute; top: 0; right: 15px; font-size: 20px; } .lesson-item.access-lock .duration, .lesson-item.access-lock .lesson-type { background-color: #ebebeb; color: #fff; } .lesson-item.access-lock .duration { color: #636363; } .lesson-item.access-lock .lesson-type { box-shadow: 0 0 0px 2px #ebebeb; } .lesson-item.access-lock:before { content: "\e918"; } .widget-rating .widget-wrapper { background-color: #f5f5f5; padding: 60px 40px; text-align: center; border: 1px solid #ebebeb; } .widget-rating .rate, .widget-rating .count { font-size: 60px; font-family: "Play",sans-serif; font-weight: bold; font-weight: 700; display: block; } .widget-rating .rate { margin-bottom: 15px; } .widget-rating .ol-review-rates { margin-bottom: 5px; } .widget-rating .ol-review-rates i { font-size: 18px; margin-right: 7px; color: #f1c40f; } .widget-rating .ol-review-rates i:last-child { margin-right: 0; } .widget-rating .count { font-size: 14px; font-family: 'Sintony',sans-serif; } .widget-rating-bars .progress.rate-bar { margin-left: 60px; margin-right: 30px; position: relative; line-height: 13px; height: 13px; background-color: transparent; border: 1px solid #ebebeb; } .widget-rating-bars .progress .progress-bar { background-color: #f1c40f; box-shadow: none; padding: 0; } .widget-rating-bars .count, .widget-rating-bars .type { position: absolute; top: 0; font-weight: bold; font-weight: 700; font-size: 11px; } .widget-rating-bars .type { left: -60px; } .widget-rating-bars .count { right: -30px; } .course-el-regular { padding: 30px 0; } .course-el-regular .course-thumb { padding-bottom: 100%; } .course-el-regular .authors-thumb { margin-right: 10px; vertical-align: bottom; } .course-el-regular .authors-thumb img { width: 30px; height: 30px; } .course-el-regular .course-meta { list-style: none; padding: 0; margin-bottom: 30px; } .course-el-regular .course-meta li { display: inline-block; border-right: 1px solid #dedede; position: relative; padding: 0 20px; line-height: 15px; } .course-el-regular .course-meta li>span, .course-el-regular .course-meta li .course-instructor>span { display: block; font-family: "Play",sans-serif; font-size: 14px; font-weight: bold; font-weight: 700; color: #4b4b4b; } .course-el-regular .course-meta li>span:first-child, .course-el-regular .course-meta li .course-instructor>span:first-child { font-size: 12px; color: #bbb; font-weight: regular; font-weight: 400; } .course-el-regular .course-meta li:first-child { padding-left: 0; } .course-el-regular .course-meta li:last-child { padding-right: 0; border-right: none; } .course-el-regular .course-meta .course-instructor { display: inline-block; vertical-align: bottom; } .course-el-regular .ol-review-rates { position: relative; } .course-el-regular .title { margin-top: 15px; margin-bottom: 30px; } .course-el-regular .title a { text-decoration: none !important; } .course-el-regular .course-purchase-btn { background-color: #f5f5f5; border: 1px solid #ddd; box-shadow: none; width: auto; padding: 0 50px; transition: all 0.3s ease; } .course-el-regular .course-purchase-btn:hover, .course-el-regular .course-purchase-btn:focus { box-shadow: 0 0 6px -2px rgba(0,0,0,0.3); text-decoration: none; } .course-el-regular .course-thumb { display: block; transition: all 0.3s ease; } .course-el-regular .course-thumb:hover, .course-el-regular .course-thumb:focus { opacity: 0.8; } /* revolution sliders * =================================================== */ .ol-d6-slider { color: #fff; } .ol-d6-slider .rev-scroll-btn { border-width: 1px !important; } .ol-d6-slider h1, .ol-d6-slider h2, .ol-d6-slider h3 { color: #fff; text-shadow: 0 1px 1px rgba(0,0,0,0.5); } .ol-d6-slider .tp-caption i { font-size: 30px !important; line-height: 30px !important; } /* General css * =================================================== * keep this at the bottom */ iframe { border: none; } .boxed-contact-form { background-color: #f5f5f5; border: 1px solid #dedede; padding: 50px; } /* newsletters */ .newsletter-form { background-color: #e8e8e8; } .newsletter-form .nl-title { padding: 70px 15%; text-align: center; background-color: #a9e84f; } .newsletter-form .nl-title h3 { color: #fff; font-size: 22px; max-width: 700px; margin: 0 auto; } .newsletter-form .nl-form { padding: 0px 20% 40px; margin-top: -20px; padding-bottom: 40px; margin-bottom: 10px; text-align: center; } .newsletter-form .nl-form input {} .newsletter-form .nl-form .form-with-border { position: relative; max-width: 450px; margin: 0 auto 45px auto; } .newsletter-form .nl-form .form-with-border:before { content: ""; position: absolute; top: -8px; left: -8px; right: -8px; bottom: -8px; background-color: rgba(0, 0, 0, 0.1); border-radius: 8px; } .newsletter-form .nl-form input[type="text"] { position: relative; z-index: 2; border-radius: 3px; height: 40px; text-align: center; } .newsletter-form .nl-form input[type="submit"] { max-width: 300px; text-align: center; margin-left: auto; margin-right: auto; } .newsletter-form .nl-etc { padding: 40px 20%; margin-top: -70px; text-align: center; font-size: 12px; } .newsletter-form.skin-blue .nl-title { background-color: #76bcfe; } .newsletter-form.skin-green .nl-title { background-color: #1abc9c; } .newsletter-form.skin-purple .nl-title { background-color: #b24a7d; } .newsletter-form.skin-yellow .nl-title { background-color: #f1c40f; } .newsletter-form.skin-red .nl-title { background-color: #FF3366; } .newsletter-form.skin-dark .nl-title { background-color: #333; } .newsletter-form.set-bg .nl-etc { color: #fff; } .newsletter-form.set-bg .nl-title { background-color: rgba(255, 255, 255, 0.1); } .newsletter-form.light .nl-title { background-color: rgba(0, 0, 0, 0.1); } .newsletter-form.light .nl-title h3 { color: #4b4b4b; } .newsletter-form.light .nl-etc { color: #636363; } .newsletter-form.small .nl-title { padding: 30px 20% 40px; } .newsletter-form.small .nl-title h3 { font-size: 14px; text-transform: uppercase; } .newsletter-form.small .nl-form { padding: 0px 12% 30px; } .newsletter-form.small .nl-form .form-with-border { margin-bottom: 25px; } .newsletter-form.small .nl-form .form-with-border:before { top: -6px; left: -6px; right: -6px; bottom: -6px; border-radius: 6px; } .newsletter-form.small .nl-form input[type="text"] {} .newsletter-form.small .nl-form input[type="submit"] { max-width: 65%; } .newsletter-form.small .nl-etc { padding: 30px 10%; margin-top: -60px; } .newsletter-form.simple { background-color: inherit; } .newsletter-form.simple .form-control, .newsletter-form.simple .btn { height: 40px; border: none; } .newsletter-form.simple .form-control { min-width: 350px; color: #000; margin-right: 10px; } .newsletter-form.simple .btn { border: 2px solid #fff; padding: 0 50px; } .newsletter-form.simple .btn:hover, .newsletter-form.simple .btn:focus { background-color: #fff; } /* single icons */ .single-icon {} .single-icon.skin {} .single-icon.skin-blue i { color: #76bcfe; } .single-icon.skin-green i { color: #1abc9c; } .single-icon.skin-yellow i { color: #f1c40f; } .single-icon.skin-dark i { color: #333; } .single-icon.skin-purple i { color: #b24a7d; } .single-icon.skin-cyan i { color: #32cdc7; } .single-icon.skin-lemon i { color: #a9e84f; } .single-icon.skin-red i { color: #FF3366; } .single-icon.size {} .single-icon.size-xs { font-size: 12px; } .single-icon.size-sm { font-size: 14px; } .single-icon.size-md { font-size: 25px; } .single-icon.size-lg { font-size: 35px; } .single-icon.size-xl { font-size: 50px; } .circle-icon { display: inline-block; vertical-align: middle; } .circle-icon i { display: inline-block; color: #fff; border-radius: 1000px; } .circle-icon.skin {} .circle-icon.skin-blue i { background-color: #76bcfe; } .circle-icon.skin-green i { background-color: #1abc9c; } .circle-icon.skin-yellow i { background-color: #f1c40f; } .circle-icon.skin-dark i { background-color: #333; } .circle-icon.skin-purple i { background-color: #b24a7d; } .circle-icon.skin-cyan i { background-color: #32cdc7; } .circle-icon.skin-lemon i { background-color: #a9e84f; } .circle-icon.skin-red i { background-color: #FF3366; } .circle-icon.size {} .circle-icon.size-xs i { width: 30px; height: 30px; line-height: 30px; font-size: 14px; } .circle-icon.size-xs i.icon { line-height: 35px; } .circle-icon.size-sm i { width: 40px; height: 40px; line-height: 40px; font-size: 18px; } .circle-icon.size-sm i.icon { line-height: 47px; } .circle-icon.size-md i { width: 50px; height: 50px; line-height: 50px; font-size: 18px; } .circle-icon.size-md i.icon { line-height: 58px; } .circle-icon.size-lg i { width: 70px; height: 70px; line-height: 70px; font-size: 25px; } .circle-icon.size-lg i.icon { line-height: 78px; } .circle-icon.size-xl i { width: 90px; height: 90px; line-height: 90px; font-size: 35px; } .circle-icon.size-xl i.icon { line-height: 98px; } .circle-icon.double i { position: relative; } .circle-icon.double i:after { content: ""; width: 100%; height: 100%; position: absolute; left: 0; top: 0; transform: scale(1.4); border-radius: 1000px; } .circle-icon.double.skin {} .circle-icon.double.skin-blue i:after { background-color: rgba(118, 188, 254, 0.2); } .circle-icon.double.skin-green i:after { background-color: rgba(26, 188, 156, 0.2); } .circle-icon.double.skin-yellow i:after { background-color: rgba(241, 196, 15, 0.2); } .circle-icon.double.skin-dark i:after { background-color: rgba(51, 51, 51, 0.2); } .circle-icon.double.skin-purple i:after { background-color: rgba(178, 74, 125, 0.2); } .circle-icon.double.skin-cyan i:after { background-color: rgba(50, 205, 199, 0.2); } .circle-icon.double.skin-lemon i:after { background-color: rgba(169, 232, 79, 0.2); } .circle-icon.double.skin-red i:after { background-color: rgba(255, 51, 102, 0.2); } .circle-icon.double.size {} .circle-icon.double.size-xs i { margin-right: 10px; margin-left: 10px; } .circle-icon.double.size-sm i { margin-right: 10px; margin-left: 10px; } .circle-icon.double.size-md i { margin-right: 10px; margin-left: 10px; } .circle-icon.double.size-lg i { margin-right: 15px; margin-left: 15px; } .circle-icon.double.size-xl i { margin-right: 20px; margin-left: 20px; } /* twitter carousel */ .twitter-carousel .tweet p { font-size: 13px; } .twitter-carousel .tweet p > a:first-child { font-weight: bold; padding-right: 5px; } .twitter-carousel .tweet p a {} .twitter-carousel .tweet p a:hover, .twitter-carousel .tweet p a:focus { color: #a9e84f; } .dark-wrapper .twitter-carousel .tweet p { color: #fff; } .dark-wrapper .twitter-carousel .tweet p a { color: #fff; } /* background color for elements */ .bg {} .bg-blue { background-color: #76bcfe !important; } .bg-red { background-color: #FF3366 !important; } .bg-green { background-color: #1abc9c !important; } .bg-purple { background-color: #b24a7d !important; } .bg-yellow { background-color: #f1c40f !important; } .bg-lemon { background-color: #a9e84f !important; } .bg-dark { background-color: #282828 !important; } .bg-dark-1 { background-color: #2a2a2a !important; } .bg-dark-2 { background-color: #444 !important; } .bg-cyan { background-color: #32cdc7 !important; } .bg-gray { background-color: #f5f5f5 !important; } .bg-white { background-color: #fff !important; } .bg-transparent { background-color: transparent !important; } /* summary-box */ .summary-box > i { font-size: 70px; color: #fff; padding-top: 90px; padding-bottom: 60px; text-align: center; display: block; } .summary-box ul.summaries { padding: 0 80px 80px 80px; list-style: none; text-align: center; } .summary-box ul.summaries li a { color: #fff; text-decoration: none; } .summary-box ul.summaries li { font-weight: bold; font-family: "Play",sans-serif; } .summary-box ul.summaries li .number { font-size: 35px; } .summary-box ul.summaries li .title { font-size: 12px; } .summary-box .two-col-info .info-box { position: relative; font-size: 0; color: #fff; font-family: "Play",sans-serif; font-weight: bold; font-weight: 700; padding: 45px 0; height: 130px; } .summary-box .two-col-info .info-box >* { display: inline-block; vertical-align: middle; } .summary-box .two-col-info .info-box .description { font-size: 14px; } .summary-box .two-col-info .info-box i { font-size: 32px; padding: 0 20px; } .summary-box .two-col-info.split-line { position: relative; } .summary-box .two-col-info.split-line:after { position: absolute; content: ""; top: 0; left: 50%; width: 1px; height: 100%; background-color: #fff; opacity: 0.2; } .intor-box-wrapper { width: 50%; margin-left: auto; margin-right: auto; } .intro-box { background-color: #fff; position: relative; } .intro-box .content-side { position: absolute; height: 100%; left: 50%; top: 0; width: auto; right: 0; background-color: #F7F7F7; } .intro-box .content-side .inner-wrapper { padding: 50px 30px; } .intro-box .content-side .title { font-size: 36px; font-family: "Merriweather",serif; color: #505050; margin-top: 0; margin-bottom: 50px; } .intro-box .content-side .title span { font-size: 18px; display: block; margin-bottom: 10px; } .intro-box .content-side .subtitle { position: absolute; bottom: -30px; color: #333; font-family: 'Sintony',sans-serif; font-size: 14px; font-weight: normal; line-height: 25px; margin-bottom: 0; } .intro-box .content-side .subtitle span { display: block; } .intro-box .content-side:before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: 10px solid #fff; } .intro-box >* { width: 50%; float: left; } .intro-box:after { content: ''; display: table; clear: both; } .ol-user-profile { text-align: center; } .ol-user-profile .avatar { width: 140px; height: 140px; margin-left: auto; margin-right: auto; margin-bottom: 30px; } .ol-user-profile .title { color: #fff; font-family: "Merriweather",serif; font-size: 40px !important; } .ol-user-profile .title span { font-size: 18px; display: block; margin-bottom: 10px; } .ol-user-profile .subtitle { color: #fff; font-family: 'Sintony',sans-serif; margin-top: 50px; font-size: 14px; } .side-header .ol-user-profile { padding-right: 40px; padding-left: 40px; } .side-header .ol-user-profile .avatar { width: 100px; height: 100px; margin-bottom: 20px; } .side-header .ol-user-profile .title { font-family: "Play",sans-serif; font-size: 20px !important; margin-bottom: 0; } .side-header .ol-user-profile .subtitle { margin-top: 10px; color: #e8e8e8; font-size: 12px; } /* dark-wrapper */ .dark-wrapper { color: #bbb; } #gmap, .gmap { width: 100%; height: 100%; } #gmap #map-marker, .gmap #map-marker { color: #333; } #gmap #map-marker:after, .gmap #map-marker:after { content: "\f041"; font-family: FontAwesome; font-size: 50px; } /* particles */ .ol-particles { position: relative; z-index: 1; } .ol-particles canvas { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: -1; } .link-with-icon i { margin-right: 10px; } .search-area {} .search-area.fullscreen { position: fixed; top: -150px; left: 0; width: 100%; height: 100%; z-index: 100; opacity: 0; display: none; } .search-area.fullscreen .ol-search-bg { position: absolute; top: -10px; bottom: -10px; left: -10px; right: -10px; z-index: 1; -webkit-filter: blur(2px); -moz-filter: blur(2px); -o-filter: blur(2px); -ms-filter: blur(2px); filter: blur(2px); } .search-area.fullscreen .inner-wrapper { position: relative; height: 100%; } .search-area.fullscreen .search-field { position: absolute; top: 50%; left: 50%; width: 70%; z-index: 2; max-width: 500px; transform: translate(-50%,-50%); -webkit-filter: blur(0); } .search-area.fullscreen .search-field input { width: 100%; height: 60px; line-height: 60px; background-color: rgba(255, 255, 255, 0.2); outline: none; border: 1px solid rgba(255,255,255,0.5); box-shadow: none; border-radius: 50px; padding: 0 30px; color: #fff; font-family: "Play",sans-serif; font-size: 18px; } .search-area.fullscreen .search-field input::webkit-input-placeholder, .search-area.fullscreen .search-field input::-moz-placeholder, .search-area.fullscreen .search-field input:-ms-input-placeholder, .search-area.fullscreen .search-field input:-moz-placeholder { color: #fff; font-size: 14px; } .search-area.fullscreen .search-field input::-webkit-input-placeholder { color: #fff; } .search-area.fullscreen .search-field input::-moz-placeholder { color: #fff; } .search-area.fullscreen .search-field input:-ms-input-placeholder { color: #fff; } .search-area.fullscreen .search-field input:-moz-placeholder { color: #fff; } .search-area.fullscreen a.close-btn { position: absolute; top: 50px; right: 50px; width: 60px; height: 60px; z-index: 2; border-radius: 50%; text-align: center; line-height: 60px; background-color: #888; background-color: rgba(255,255,255,0.1); color: #fff; border: 1px solid rgba(255,255,255,0.3); font-size: 30px; } .search-area.fullscreen a.close-btn span { position: absolute; font-size: 10px; bottom: -15px; left: 50%; transform: translateX(-50%); -webkit-filter: blur(0); } .search-area.fullscreen a.close-btn .ol-css-close { top: -3px; } .search-area.fullscreen a.close-btn .ol-css-close::before, .search-area.fullscreen a.close-btn .ol-css-close::after { background: #fff; } .search-area.fullscreen a.close-btn:hover, .search-area.fullscreen a.close-btn:focus { background-color: #555; background-color: rgba(255,255,255,0.4); } .search-area.fullscreen .search-logo { position: absolute; bottom: 20px; left: 50%; transform: translateX(-50%); z-index: 2; -webkit-filter: blur(0); } .ol-css-close { position: relative; display: inline-block; width: 25px; height: 25px; overflow: hidden; } .ol-css-close::before, .ol-css-close::after { content: ''; position: absolute; height: 1px; width: 100%; top: 50%; left: 0; margin-top: -1px; background: #000; border-radius: 5px; } .ol-css-close::before { transform: rotate(45deg); } .ol-css-close::after { transform: rotate(-45deg); } .ol-toggle-icon { position: absolute; display: block; top: 50%; right: 30px; width: 21px; height: 1px; background-color: #777; transition: all 0.3s ease; } .active .ol-toggle-icon, .open .ol-toggle-icon { transform: rotate(-180deg); } .active .ol-toggle-icon:after, .open .ol-toggle-icon:after { transform: rotate(-90deg); } .ol-toggle-icon:after { content: ''; position: absolute; top: -10px; left: 10px; width: 1px; height: 21px; background-color: #777; transition: all 0.3s ease; } .ol-price-table { background-color: #fff; border-bottom: 3px solid #a9e84f; box-shadow: 0 0 6px -3px #707070; max-width: 300px; margin: 0 auto; margin-top: 20px; } .ol-price-table .head { padding: 0; background-color: #eee; } .ol-price-table .head .contents { padding: 40px 20px; } .ol-price-table .head .title { font-size: 18px; margin-bottom: 0; color: #4b4b4b; } .ol-price-table .head .subtitle { font-family: 'Sintony',sans-serif; margin-bottom: 0; margin-top: 5px; text-transform: uppercase; font-weight: normal; color: #636363; } .ol-price-table .head .etc { margin-bottom: 0; margin-top: 15px; color: #636363; } .ol-price-table .head.shadow {} .ol-price-table .head.shadow:after { opacity: 0.4; } .ol-price-table .body { font-size: 12px; padding: 45px 35px; } .ol-price-table .body ul li { margin-bottom: 15px; color: #636363; } .ol-price-table .body .btn { margin-top: 30px; } .ol-price-table.featured { margin-top: 0px; } .ol-price-table.featured .head { background-color: #a9e84f; color: #fff; } .ol-price-table.featured .head .contents { padding-top: 50px; padding-bottom: 50px; } .ol-price-table.featured .head .title, .ol-price-table.featured .head .subtitle, .ol-price-table.featured .head .etc { color: #fff; } .ol-price-table.featured .head.shadow {} .ol-price-table.featured .head.shadow:after { opacity: 0.8; } .ol-price-table.skin-blue { border-color: #76bcfe; } .ol-price-table.skin-blue.featured .head { background-color: #76bcfe; } .ol-price-table.skin-green { border-color: #1abc9c; } .ol-price-table.skin-green.featured .head { background-color: #1abc9c; } .ol-price-table.skin-purple { border-color: #b24a7d; } .ol-price-table.skin-purple.featured .head { background-color: #b24a7d; } .ol-price-table.skin-yellow { border-color: #f1c40f; } .ol-price-table.skin-yellow.featured .head { background-color: #f1c40f; } .ol-price-table.skin-red { border-color: #FF3366; } .ol-price-table.skin-red.featured .head { background-color: #FF3366; } .ol-price-table.skin-cyan { border-color: #32cdc7; } .ol-price-table.skin-cyan.featured .head { background-color: #32cdc7; } .ol-price-table.skin-lemon { border-color: #a9e84f; } .ol-price-table.skin-lemon.featured .head { background-color: #a9e84f; } .ol-price-table.skin-dark { border-color: #333; } .ol-price-table.skin-dark.featured .head { background-color: #333; } .ol-countdown { color: #fff; } .ol-countdown div { display: inline-block; font-family: "Play",sans-serif; font-size: 50px; font-weight: bold; padding: 0 20px; } .ol-countdown div span { font-family: 'Sintony',sans-serif; display: block; font-size: 16px; font-weight: normal; text-transform: uppercase; } .login-form { position: relative; max-width: 350px; width: 100%; margin: 0 auto; background-color: rgba(255,255,255,0.9); text-align: center; } .login-form .tab-navigation { display: inline-block; margin-bottom: 40px; color: #777; font-size: 0; text-align: center; background-color: #fff; border-bottom: none; border: 1px solid #dedede; border-radius: 100px; overflow: hidden; width: 100%; } .login-form .tab-navigation li { height: 26px; width: 50%; margin-bottom: 0; top: 0; } .login-form .tab-navigation li a { margin: 0; font-family: "Play",sans-serif; font-size: 12px; border: none; border-radius: 0; padding: 0; line-height: 26px; background-color: transparent; } .login-form .tab-navigation li.active { background-color: #f36; border: none; top: 0; } .login-form .tab-navigation li.active a { color: #fff; } .login-form .tab-navigation li.active a:hover, .login-form .tab-navigation li.active a:focus { color: #fff; } .login-form .tab-navigation li.active:after { content: none; } .login-form .tab-pane { border: none; } .login-form .tab-pane .title { text-align: center; color: #4b4b4b; margin-bottom: 20px; } .login-form .tab-pane .form-group { margin-bottom: 0; } .login-form .tab-pane input { margin-bottom: 10px; } .login-form .tab-pane input.btn { background-color: #f36; color: #fff; margin-bottom: 0; } .login-form .login-form-inner { padding: 40px; } .login-form .tab-pane { padding: 0; } .login-form:before { position: absolute; content: ""; background-color: inherit; top: -10px; right: -10px; bottom: -10px; left: -10px; opacity: 0.35; border-radius: 10px; z-index: -1; } .login-copyright { margin-top: 25px; font-family: Play; font-size: 12px; color: white; text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5); text-align: center; } .with-top-icon { position: relative; z-index: 1; } .with-top-icon .top-icon { position: absolute; top: 0px; left: 50%; transform: translate(-50%,-50%); } /* Responsive Containers */ .video-container iframe, .calendar-container iframe, .google-maps-container iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; } .video-container { position: relative; padding-bottom: 56.25%; padding-top: 35px; height: 0; overflow: hidden; } .calendar-container { position: relative; padding-bottom: 75%; height: 0; overflow: hidden; } .google-maps-container { position: relative; padding-bottom: 60%; height: 0; overflow: hidden; } .issuuembed { width: 100% !important; height: initial !important; max-width: 740px; margin: 0 auto; padding-bottom: 60%; position: relative; } .issuuembed > object { position: absolute; top: 0; left: 0; } .owl-videobg { position: relative; display: block; z-index: 1; height: 100%; } .owl-video-wrapper { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 0; overflow: hidden; } .videobg-fallback { cursor: default; } .maintenance-message .title { font-size: 48px; margin-bottom: 10px; } .maintenance-message >i { font-size: 90px; color: #a9e84f; margin-bottom: 40px; display: block; } /* this is for typed.js */ .typed-cursor { opacity: 1; -webkit-animation: blink 0.7s infinite; -moz-animation: blink 0.7s infinite; animation: blink 0.7s infinite; } @keyframes blink { 0% { opacity: 1; } 50% { opacity: 0; } 100% { opacity: 1; } } @-webkit-keyframes blink { 0% { opacity: 1; } 50% { opacity: 0; } 100% { opacity: 1; } } @-moz-keyframes blink { 0% { opacity: 1; } 50% { opacity: 0; } 100% { opacity: 1; } } .dark-wrapper .table-striped>tbody>tr:nth-of-type(odd) { background-color: #3a3a3a; } .dark-wrapper .table>tbody>tr>td, .dark-wrapper .table>tbody>tr>th, .dark-wrapper .table>tfoot>tr>td, .dark-wrapper .table>tfoot>tr>th, .dark-wrapper .table>thead>tr>td, .dark-wrapper .table>thead>tr>th, .dark-wrapper .table-bordered, .dark-wrapper .table-bordered>tbody>tr>td, .dark-wrapper .table-bordered>tbody>tr>th, .dark-wrapper .table-bordered>tfoot>tr>td, .dark-wrapper .table-bordered>tfoot>tr>th, .dark-wrapper .table-bordered>thead>tr>td, .dark-wrapper .table-bordered>thead>tr>th { border-color: #4b4b4b; } .dark-wrapper .table>tbody>tr.success>td, .dark-wrapper .table>tbody>tr.success>th, .dark-wrapper .table>tbody>tr>td.success, .dark-wrapper .table>tbody>tr>th.success, .dark-wrapper .table>tfoot>tr.success>td, .dark-wrapper .table>tfoot>tr.success>th, .dark-wrapper .table>tfoot>tr>td.success, .dark-wrapper .table>tfoot>tr>th.success, .dark-wrapper .table>thead>tr.success>td, .dark-wrapper .table>thead>tr.success>th, .dark-wrapper .table>thead>tr>td.success, .dark-wrapper .table>thead>tr>th.success, .dark-wrapper .table-hover>tbody>tr:hover, .dark-wrapper .table>tbody>tr.active>td, .dark-wrapper .table>tbody>tr.active>th, .dark-wrapper .table>tbody>tr>td.active, .dark-wrapper .table>tbody>tr>th.active, .dark-wrapper .table>tfoot>tr.active>td, .dark-wrapper .table>tfoot>tr.active>th, .dark-wrapper .table>tfoot>tr>td.active, .dark-wrapper .table>tfoot>tr>th.active, .dark-wrapper .table>thead>tr.active>td, .dark-wrapper .table>thead>tr.active>th, .dark-wrapper .table>thead>tr>td.active, .dark-wrapper .table>thead>tr>th.active, .dark-wrapper .table>tbody>tr.info>td, .dark-wrapper .table>tbody>tr.info>th, .dark-wrapper .table>tbody>tr>td.info, .dark-wrapper .table>tbody>tr>th.info, .dark-wrapper .table>tfoot>tr.info>td, .dark-wrapper .table>tfoot>tr.info>th, .dark-wrapper .table>tfoot>tr>td.info, .dark-wrapper .table>tfoot>tr>th.info, .dark-wrapper .table>thead>tr.info>td, .dark-wrapper .table>thead>tr.info>th, .dark-wrapper .table>thead>tr>td.info, .dark-wrapper .table>thead>tr>th.info, .dark-wrapper .table>tbody>tr.warning>td, .dark-wrapper .table>tbody>tr.warning>th, .dark-wrapper .table>tbody>tr>td.warning, .dark-wrapper .table>tbody>tr>th.warning, .dark-wrapper .table>tfoot>tr.warning>td, .dark-wrapper .table>tfoot>tr.warning>th, .dark-wrapper .table>tfoot>tr>td.warning, .dark-wrapper .table>tfoot>tr>th.warning, .dark-wrapper .table>thead>tr.warning>td, .dark-wrapper .table>thead>tr.warning>th, .dark-wrapper .table>thead>tr>td.warning, .dark-wrapper .table>thead>tr>th.warning, .dark-wrapper .table>tbody>tr.danger>td, .dark-wrapper .table>tbody>tr.danger>th, .dark-wrapper .table>tbody>tr>td.danger, .dark-wrapper .table>tbody>tr>th.danger, .dark-wrapper .table>tfoot>tr.danger>td, .dark-wrapper .table>tfoot>tr.danger>th, .dark-wrapper .table>tfoot>tr>td.danger, .dark-wrapper .table>tfoot>tr>th.danger, .dark-wrapper .table>thead>tr.danger>td, .dark-wrapper .table>thead>tr.danger>th, .dark-wrapper .table>thead>tr>td.danger, .dark-wrapper .table>thead>tr>th.danger { color: #4b4b4b; } /*Handle stacked columns on different sizes*/ .row:not(.multi-columns-row) [class*="col-"] + [class*="col-"] { margin-top: 30px; } .form-group [class*="col-"] + [class*="col-"] { margin-top: 0px; } .row:not(.multi-columns-row) [class*="col-xs-"] + [class*="col-xs-"] { margin-top: 0; } @media (min-width: 1200px) { .row:not(.multi-columns-row) [class*="col-lg-"] + [class*="col-lg-"] { margin-top: 0; } } @media (min-width: 992px) { .row:not(.multi-columns-row) [class*="col-md-"] + [class*="col-md-"] { margin-top: 0; } } @media (min-width: 768px) { .row:not(.multi-columns-row) [class*="col-sm-"] + [class*="col-sm-"] { margin-top: 0; } } /*Responsive media queries*/ @media only screen and (max-width : 1024px) { .container { padding-left: 30px; padding-right: 30px; } } @media (max-width: 1200px) { .intor-box-wrapper { width: 60%; } } /* sm and xs devices */ @media (max-width: 992px) { #footer #footer-main { padding: 60px 0; } .section, .section.section-narrow { padding: 60px 0; } .page-head .breadcrumb-wrapper { text-align: left; position: absolute; bottom: 0; left: 0; width: 100%; margin-bottom: 10px; } .page-head.lined .breadcrumb-wrapper { top: 0px; margin-top: 10px; margin-bottom: 0; bottom: auto; } .page-head .title-wrapper { width: 100%; } .page-head:not(.center-it) .title-wrapper { padding-right: 0 !important; } .sidebar { margin-top: 60px; } .page-head.center-it .title { font-size: 30px; } .page-head.center-it .title-wrapper { padding: 0 5% !important; } #footer .center-logo { margin-top: -70px; } #footer .center-logo .img { width: 80px; height: 80px; padding: 15px; } .journal-el { margin: 0 auto; margin-top: 2px; max-width: 260px; height: 310px; } .journal-el .header { padding: 20px 30px 15px 30px; } .journal-el .footer { top: 150px; padding: 20px 30px 30px 30px; } .journal-el .title { font-size: 18px; } .book-el { margin: 0 auto; max-width: 260px; height: 280px; } .book-el .contents .title { font-size: 18px; } .book-el .contents { padding: 30px; } .book-el .contents .title-wrapper { bottom: 30px; left: 30px; right: 30px; } .book-el .contents .item-meta { top: 30px; left: 30px; } .ol-agenda .ag-section .section-head { width: 150px; padding: 0 30px; } .ol-agenda .ag-section .section-head .date.with-shaded-label .shaded-label { font-size: 45px; line-height: 38px; } .ol-agenda .ag-section .section-body { padding-left: 150px; } .ol-agenda .ag-section .section-body .item { padding: 30px; } .ol-agenda .ag-section .section-body .info { float: none; margin-top: 0; margin-bottom: 10px; } .ol-agenda .ag-section .section-body .contents { margin-left: 0px; padding-right: 0; } .inline-filters input[type="text"], .inline-filters select { min-width: 190px; } .summary-box >i { padding-top: 40px; padding-bottom: 20px; font-size: 40px; } .summary-box ul.summaries { padding: 0 40px 40px 40px; } .summary-box ul.summaries li .number { font-size: 28px; } .page-head .title-wrapper .info-wrapper { max-width: 205px; } .intor-box-wrapper { width: 80%; } .issuuembed { padding-bottom: 0; } .events .event-table .title-col { width: 100%; margin-bottom: 30px; } .events .event-table .date-col, .events .event-table .location-col { width: 50%; } .events .event-table .title-col .wrap { padding-right: 0; } } /* xs devices */ @media (max-width: 768px) { h1, .h1 { font-size: 24px; margin-bottom: 30px; } h2, .h2 { font-size: 20px; margin-bottom: 25px; } h3, .h3 { font-size: 16px; margin-bottom: 20px; } h4, .h4 { font-size: 14px; margin-bottom: 15px; } .footer-socials { display: block !important; } .footer-socials ul { text-align: left; margin-left: -10px; } #footer #footer-main { padding: 40px 0; } #footer #footer-bar { padding: 20px 0; } .section, .section.section-narrow { padding: 40px 0; } .large-text { font-size: 30px; } #header .promotion { float: left; line-height: initial; text-align: left; } .call-out [class*="col-"].vcenter { display: block; text-align: center; } .call-out .title { font-size: 18px; } .call-out .title, .call-out .sub-title { text-align: center; } .call-out .callout-icon { float: none; margin-bottom: 15px; } h1.with-underline, h2.with-underline, h3.with-underline, h4.with-underline, h5.with-underline, h6.with-underline { margin-bottom: 20px; } p.highlight { font-size: 15px; line-height: 26px; padding: 0 5%; margin: 20px 0; } .testimonial-item p { font-size: 13px; line-height: 16px; } .single-shot .testimonial-item { padding: 5px 13%; } .clients-grid li { width: 33.3333% !important; } .progress.progress-on-top { margin-bottom: 35px; } .progress { margin-bottom: 10px; } .alert { padding: 15px; font-size: 14px; line-height: 20px; } .alert.with-big-icons > i { top: -10px; left: -10px; font-size: 70px; } .newsletter-form .nl-title { padding: 40px 5%; } .newsletter-form .nl-title h3 { font-size: 16px; } .newsletter-form .nl-form .form-with-border { margin: 0 auto 20px auto; } .journal-el { margin: 0 auto; margin-top: 2px; max-width: 260px; height: 310px; } .journal-el .header { padding: 20px 30px 15px 30px; } .journal-el .footer { top: 150px; padding: 20px 30px 30px 30px; } .journal-el .title { font-size: 18px; } .book-el { margin: 0 auto; max-width: 260px; height: 280px; } .book-el .contents .title { font-size: 18px; } .ol-timeline { padding: 20px 0; } .ol-timeline .item-section { width: 90px; } .ol-timeline .tl-item { margin-left: 20px; margin-bottom: 30px; } .ol-timeline .tl-item:before { width: 20px; left: -20px; } .ol-timeline .tl-item.pub-item.with-icon .content-wrapper { margin-left: 60px; } .ol-timeline .tl-section >.item-section { margin-left: -110px; } .summary-box .two-col-info.split-line:after { content: none; } .summary-box .two-col-info .info-box { text-align: left !important; padding: 20px 0; height: 80px; } .summary-box .two-col-info .info-box i { float: left; } .featured-news-box { padding: 40px 20px 40px 20px; } .featured-news-box .owl-dots { bottom: -40px; } .featured-news-box ul.featured-news .title { margin-top: 20px; font-size: 18px; } .news-posts.date-aside-list .published_date { float: none; border: none; padding: 0; width: 100%; text-align: left; } .news-posts.date-aside-list .published_date >div { display: inline-block; font-size: 14px !important; font-weight: normal !important; } .news-posts.date-aside-list .aside { margin-left: 0; padding-top: 0; } .news-posts .title { font-size: 16px; } .page-head h1.title { font-size: 20px; } .large-typo p { font-size: 13px; line-height: 20px; } .large-typo p.highlight { font-size: 16px; line-height: 22px; } .large-typo blockquote { margin-top: 30px; margin-bottom: 30px; } .large-typo blockquote.quote p { font-size: 14px; line-height: 22px; } .large-typo blockquote.quote { padding: 0 0 0 35px; } .large-typo h2 { font-size: 18px; } .caption-img { margin-bottom: 15px; } .caption-img.left-align, .caption-img.right-align { float: none; width: 100%; max-width: 100%; margin: 0; } .caption-img.off-container { margin: 0; margin-bottom: 15px; } .caption-img.off-container .caption { margin: 0; } ul.comments .comment-body { margin-left: 0; } ul.comments >li ul { padding-left: 20px; } ul.comments .comment-body .comment-meta ul { margin-left: 50px; } .icon-box.ib-v1 .title { font-size: 16px; margin-bottom: 10px; } .icon-box.ib-v1 p { font-size: 14px; } .intro-box { margin-left: auto; margin-right: auto; max-width: 500px; background: #fafafa; } .intro-box .img-side { position: absolute; top: 50%; left: 0; height: 100%; overflow: hidden; width: 130px; margin-left: 15px; margin-top: -65px; } .intro-box .content-side { width: 50%; position: static; float: left; margin-left: 150px; background-color: transparent; } .intro-box .content-side .inner-wrapper { border: none; background: transparent; padding: 25px; } .intro-box .content-side .title { font-size: 26px; margin-bottom: 30px; } .intro-box .content-side .title span { font-size: 14px; margin-bottom: 3px; } .intro-box .content-side .subtitle { font-size: 12px; line-height: 16px; position: static; } .intro-box .content-side:before { content: none; } .intro-box .img-side, .intro-box .content-side {} .intro-box .img-side:after, .intro-box .content-side:after { content: none; } .hamburger-inner, .hamburger-inner::after, .hamburger-inner::before { width: 22px; } #header .logo-wrapper img { max-height: 36px; } #header .ol-mobile-trigger.hamburger--elastic.is-active .hamburger-inner::after { transform: translate3d(0,-14px,0) rotate(-270deg); } #header .ol-mobile-trigger { padding: 0; margin-left: 10px; } #header .cart, #header .search, #header .ol-mobile-trigger { min-width: 30px; } #header .cart { display: none; } .vc-card {} .vc-card.mini-card .vc-card-wrapper { padding: 40px 10px 0 20px; } .events .event-table .title-col { width: 100%; margin-bottom: 20px; } .events .event-table .date-col, .events .event-table .location-col { width: 100%; margin-bottom: 20px; } .events .event-table .title-col .wrap { padding-right: 0; } } /* small mobile devices */ @media (max-width: 480px) { .testimonial-item .texts { margin-left: 0; } .testimonial-item .avatar { float: none; margin-bottom: 20px; } } /* Responsive text aligns */ @media (min-width: 768px) { .text-left-sm { text-align: left; } .text-center-sm { text-align: center; } .text-right-sm { text-align: right; } .text-justify-sm { text-align: justify; } } @media (min-width: 992px) { .text-left-md { text-align: left; } .text-center-md { text-align: center; } .text-right-md { text-align: right; } .text-justify-md { text-align: justify; } } @media (min-width: 1200px) { .text-left-lg { text-align: left; } .text-center-lg { text-align: center; } .text-right-lg { text-align: right; } .text-justify-lg { text-align: justify; } }